configure: Merge the libGL existence check with the soname check.
[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.40.
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.40'
578 PACKAGE_STRING='Wine 0.9.40'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
580
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 #  include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 #  include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
617
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 build
656 build_cpu
657 build_vendor
658 build_os
659 host
660 host_cpu
661 host_vendor
662 host_os
663 WIN16_FILES
664 WIN16_INSTALL
665 SET_MAKE
666 CC
667 CFLAGS
668 LDFLAGS
669 CPPFLAGS
670 ac_ct_CC
671 EXEEXT
672 OBJEXT
673 CXX
674 CXXFLAGS
675 ac_ct_CXX
676 CPPBIN
677 TOOLSDIR
678 XMKMF
679 CPP
680 X_CFLAGS
681 X_PRE_LIBS
682 X_LIBS
683 X_EXTRA_LIBS
684 FLEX
685 BISON
686 AS
687 ac_ct_AS
688 LD
689 AR
690 RANLIB
691 STRIP
692 WINDRES
693 LN_S
694 LN
695 GREP
696 EGREP
697 LDCONFIG
698 INSTALL_PROGRAM
699 INSTALL_SCRIPT
700 INSTALL_DATA
701 LINT
702 LINTFLAGS
703 FONTFORGE
704 PKG_CONFIG
705 PRELINK
706 LIBPTHREAD
707 XLIB
708 XFILES
709 OPENGLFILES
710 GLU32FILES
711 OPENGL_LIBS
712 QUARTZFILES
713 DLLEXT
714 DLLFLAGS
715 LDSHARED
716 LDDLLFLAGS
717 LIBEXT
718 IMPLIBEXT
719 LDRPATH_INSTALL
720 LDRPATH_LOCAL
721 LDD
722 DLLTOOL
723 DLLWRAP
724 MINGWAR
725 COREFOUNDATIONLIB
726 IOKITLIB
727 LDEXECFLAGS
728 DISKARBITRATIONLIB
729 COREAUDIO
730 CARBONLIB
731 CROSSTEST
732 CROSSCC
733 CROSSWINDRES
734 NASLIBS
735 XML2LIBS
736 XML2INCL
737 XSLTLIBS
738 XSLTINCL
739 HALINCL
740 sane_devel
741 SANEINCL
742 gphoto2_devel
743 gphoto2port_devel
744 GPHOTO2LIBS
745 GPHOTO2INCL
746 ICULIBS
747 RESOLVLIBS
748 LCMSLIBS
749 LDAPLIBS
750 FREETYPELIBS
751 FREETYPEINCL
752 ft_devel
753 ft_devel2
754 FONTSSUBDIRS
755 ESDCONFIG
756 ESDLIBS
757 ESDINCL
758 ALSALIBS
759 AUDIOIOLIBS
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.40 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.40:";;
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-opengl        do not use OpenGL
1376   --with-wine-tools=<dir> use Wine tools from directory <dir>
1377   --with-x                use the X Window System
1378
1379 Some influential environment variables:
1380   CC          C compiler command
1381   CFLAGS      C compiler flags
1382   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1383               nonstandard directory <lib dir>
1384   LIBS        libraries to pass to the linker, e.g. -l<library>
1385   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1386               you have headers in a nonstandard directory <include dir>
1387   CXX         C++ compiler command
1388   CXXFLAGS    C++ compiler flags
1389   XMKMF       Path to xmkmf, Makefile generator for X Window System
1390   CPP         C preprocessor
1391
1392 Use these variables to override the choices made by `configure' or to help
1393 it to find libraries and programs with nonstandard names/locations.
1394
1395 Report bugs to <wine-devel@winehq.org>.
1396 _ACEOF
1397 ac_status=$?
1398 fi
1399
1400 if test "$ac_init_help" = "recursive"; then
1401   # If there are subdirs, report their specific --help.
1402   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1403     test -d "$ac_dir" || continue
1404     ac_builddir=.
1405
1406 case "$ac_dir" in
1407 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1408 *)
1409   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1410   # A ".." for each directory in $ac_dir_suffix.
1411   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1412   case $ac_top_builddir_sub in
1413   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1414   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1415   esac ;;
1416 esac
1417 ac_abs_top_builddir=$ac_pwd
1418 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1419 # for backward compatibility:
1420 ac_top_builddir=$ac_top_build_prefix
1421
1422 case $srcdir in
1423   .)  # We are building in place.
1424     ac_srcdir=.
1425     ac_top_srcdir=$ac_top_builddir_sub
1426     ac_abs_top_srcdir=$ac_pwd ;;
1427   [\\/]* | ?:[\\/]* )  # Absolute name.
1428     ac_srcdir=$srcdir$ac_dir_suffix;
1429     ac_top_srcdir=$srcdir
1430     ac_abs_top_srcdir=$srcdir ;;
1431   *) # Relative name.
1432     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1433     ac_top_srcdir=$ac_top_build_prefix$srcdir
1434     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1435 esac
1436 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1437
1438     cd "$ac_dir" || { ac_status=$?; continue; }
1439     # Check for guested configure.
1440     if test -f "$ac_srcdir/configure.gnu"; then
1441       echo &&
1442       $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1443     elif test -f "$ac_srcdir/configure"; then
1444       echo &&
1445       $SHELL "$ac_srcdir/configure" --help=recursive
1446     else
1447       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1448     fi || ac_status=$?
1449     cd "$ac_pwd" || { ac_status=$?; break; }
1450   done
1451 fi
1452
1453 test -n "$ac_init_help" && exit $ac_status
1454 if $ac_init_version; then
1455   cat <<\_ACEOF
1456 Wine configure 0.9.40
1457 generated by GNU Autoconf 2.61
1458
1459 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1460 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1461 This configure script is free software; the Free Software Foundation
1462 gives unlimited permission to copy, distribute and modify it.
1463 _ACEOF
1464   exit
1465 fi
1466 cat >config.log <<_ACEOF
1467 This file contains any messages produced by compilers while
1468 running configure, to aid debugging if configure makes a mistake.
1469
1470 It was created by Wine $as_me 0.9.40, which was
1471 generated by GNU Autoconf 2.61.  Invocation command line was
1472
1473   $ $0 $@
1474
1475 _ACEOF
1476 exec 5>>config.log
1477 {
1478 cat <<_ASUNAME
1479 ## --------- ##
1480 ## Platform. ##
1481 ## --------- ##
1482
1483 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1484 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1485 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1486 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1487 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1488
1489 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1490 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1491
1492 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1493 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1494 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1495 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1496 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1497 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1498 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1499
1500 _ASUNAME
1501
1502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1503 for as_dir in $PATH
1504 do
1505   IFS=$as_save_IFS
1506   test -z "$as_dir" && as_dir=.
1507   echo "PATH: $as_dir"
1508 done
1509 IFS=$as_save_IFS
1510
1511 } >&5
1512
1513 cat >&5 <<_ACEOF
1514
1515
1516 ## ----------- ##
1517 ## Core tests. ##
1518 ## ----------- ##
1519
1520 _ACEOF
1521
1522
1523 # Keep a trace of the command line.
1524 # Strip out --no-create and --no-recursion so they do not pile up.
1525 # Strip out --silent because we don't want to record it for future runs.
1526 # Also quote any args containing shell meta-characters.
1527 # Make two passes to allow for proper duplicate-argument suppression.
1528 ac_configure_args=
1529 ac_configure_args0=
1530 ac_configure_args1=
1531 ac_must_keep_next=false
1532 for ac_pass in 1 2
1533 do
1534   for ac_arg
1535   do
1536     case $ac_arg in
1537     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1538     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1539     | -silent | --silent | --silen | --sile | --sil)
1540       continue ;;
1541     *\'*)
1542       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1543     esac
1544     case $ac_pass in
1545     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1546     2)
1547       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1548       if test $ac_must_keep_next = true; then
1549         ac_must_keep_next=false # Got value, back to normal.
1550       else
1551         case $ac_arg in
1552           *=* | --config-cache | -C | -disable-* | --disable-* \
1553           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1554           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1555           | -with-* | --with-* | -without-* | --without-* | --x)
1556             case "$ac_configure_args0 " in
1557               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1558             esac
1559             ;;
1560           -* ) ac_must_keep_next=true ;;
1561         esac
1562       fi
1563       ac_configure_args="$ac_configure_args '$ac_arg'"
1564       ;;
1565     esac
1566   done
1567 done
1568 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1569 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1570
1571 # When interrupted or exit'd, cleanup temporary files, and complete
1572 # config.log.  We remove comments because anyway the quotes in there
1573 # would cause problems or look ugly.
1574 # WARNING: Use '\'' to represent an apostrophe within the trap.
1575 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1576 trap 'exit_status=$?
1577   # Save into config.log some information that might help in debugging.
1578   {
1579     echo
1580
1581     cat <<\_ASBOX
1582 ## ---------------- ##
1583 ## Cache variables. ##
1584 ## ---------------- ##
1585 _ASBOX
1586     echo
1587     # The following way of writing the cache mishandles newlines in values,
1588 (
1589   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1590     eval ac_val=\$$ac_var
1591     case $ac_val in #(
1592     *${as_nl}*)
1593       case $ac_var in #(
1594       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1595 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1596       esac
1597       case $ac_var in #(
1598       _ | IFS | as_nl) ;; #(
1599       *) $as_unset $ac_var ;;
1600       esac ;;
1601     esac
1602   done
1603   (set) 2>&1 |
1604     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1605     *${as_nl}ac_space=\ *)
1606       sed -n \
1607         "s/'\''/'\''\\\\'\'''\''/g;
1608           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1609       ;; #(
1610     *)
1611       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1612       ;;
1613     esac |
1614     sort
1615 )
1616     echo
1617
1618     cat <<\_ASBOX
1619 ## ----------------- ##
1620 ## Output variables. ##
1621 ## ----------------- ##
1622 _ASBOX
1623     echo
1624     for ac_var in $ac_subst_vars
1625     do
1626       eval ac_val=\$$ac_var
1627       case $ac_val in
1628       *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1629       esac
1630       echo "$ac_var='\''$ac_val'\''"
1631     done | sort
1632     echo
1633
1634     if test -n "$ac_subst_files"; then
1635       cat <<\_ASBOX
1636 ## ------------------- ##
1637 ## File substitutions. ##
1638 ## ------------------- ##
1639 _ASBOX
1640       echo
1641       for ac_var in $ac_subst_files
1642       do
1643         eval ac_val=\$$ac_var
1644         case $ac_val in
1645         *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1646         esac
1647         echo "$ac_var='\''$ac_val'\''"
1648       done | sort
1649       echo
1650     fi
1651
1652     if test -s confdefs.h; then
1653       cat <<\_ASBOX
1654 ## ----------- ##
1655 ## confdefs.h. ##
1656 ## ----------- ##
1657 _ASBOX
1658       echo
1659       cat confdefs.h
1660       echo
1661     fi
1662     test "$ac_signal" != 0 &&
1663       echo "$as_me: caught signal $ac_signal"
1664     echo "$as_me: exit $exit_status"
1665   } >&5
1666   rm -f core *.core core.conftest.* &&
1667     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1668     exit $exit_status
1669 ' 0
1670 for ac_signal in 1 2 13 15; do
1671   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1672 done
1673 ac_signal=0
1674
1675 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1676 rm -f -r conftest* confdefs.h
1677
1678 # Predefined preprocessor variables.
1679
1680 cat >>confdefs.h <<_ACEOF
1681 #define PACKAGE_NAME "$PACKAGE_NAME"
1682 _ACEOF
1683
1684
1685 cat >>confdefs.h <<_ACEOF
1686 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1687 _ACEOF
1688
1689
1690 cat >>confdefs.h <<_ACEOF
1691 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1692 _ACEOF
1693
1694
1695 cat >>confdefs.h <<_ACEOF
1696 #define PACKAGE_STRING "$PACKAGE_STRING"
1697 _ACEOF
1698
1699
1700 cat >>confdefs.h <<_ACEOF
1701 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1702 _ACEOF
1703
1704
1705 # Let the site file select an alternate cache file if it wants to.
1706 # Prefer explicitly selected file to automatically selected ones.
1707 if test -n "$CONFIG_SITE"; then
1708   set x "$CONFIG_SITE"
1709 elif test "x$prefix" != xNONE; then
1710   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1711 else
1712   set x "$ac_default_prefix/share/config.site" \
1713         "$ac_default_prefix/etc/config.site"
1714 fi
1715 shift
1716 for ac_site_file
1717 do
1718   if test -r "$ac_site_file"; then
1719     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1720 echo "$as_me: loading site script $ac_site_file" >&6;}
1721     sed 's/^/| /' "$ac_site_file" >&5
1722     . "$ac_site_file"
1723   fi
1724 done
1725
1726 if test -r "$cache_file"; then
1727   # Some versions of bash will fail to source /dev/null (special
1728   # files actually), so we avoid doing that.
1729   if test -f "$cache_file"; then
1730     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1731 echo "$as_me: loading cache $cache_file" >&6;}
1732     case $cache_file in
1733       [\\/]* | ?:[\\/]* ) . "$cache_file";;
1734       *)                      . "./$cache_file";;
1735     esac
1736   fi
1737 else
1738   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1739 echo "$as_me: creating cache $cache_file" >&6;}
1740   >$cache_file
1741 fi
1742
1743 # Check that the precious variables saved in the cache have kept the same
1744 # value.
1745 ac_cache_corrupted=false
1746 for ac_var in $ac_precious_vars; do
1747   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1748   eval ac_new_set=\$ac_env_${ac_var}_set
1749   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1750   eval ac_new_val=\$ac_env_${ac_var}_value
1751   case $ac_old_set,$ac_new_set in
1752     set,)
1753       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1754 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1755       ac_cache_corrupted=: ;;
1756     ,set)
1757       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1758 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1759       ac_cache_corrupted=: ;;
1760     ,);;
1761     *)
1762       if test "x$ac_old_val" != "x$ac_new_val"; then
1763         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1764 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1765         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1766 echo "$as_me:   former value:  $ac_old_val" >&2;}
1767         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1768 echo "$as_me:   current value: $ac_new_val" >&2;}
1769         ac_cache_corrupted=:
1770       fi;;
1771   esac
1772   # Pass precious variables to config.status.
1773   if test "$ac_new_set" = set; then
1774     case $ac_new_val in
1775     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1776     *) ac_arg=$ac_var=$ac_new_val ;;
1777     esac
1778     case " $ac_configure_args " in
1779       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1780       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1781     esac
1782   fi
1783 done
1784 if $ac_cache_corrupted; then
1785   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1786 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1787   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1788 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1789    { (exit 1); exit 1; }; }
1790 fi
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802
1803
1804
1805
1806
1807
1808
1809
1810
1811
1812
1813
1814
1815
1816 ac_ext=c
1817 ac_cpp='$CPP $CPPFLAGS'
1818 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1819 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1820 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1821
1822
1823
1824 ac_config_headers="$ac_config_headers include/config.h"
1825
1826 ac_aux_dir=
1827 for ac_dir in tools "$srcdir"/tools; do
1828   if test -f "$ac_dir/install-sh"; then
1829     ac_aux_dir=$ac_dir
1830     ac_install_sh="$ac_aux_dir/install-sh -c"
1831     break
1832   elif test -f "$ac_dir/install.sh"; then
1833     ac_aux_dir=$ac_dir
1834     ac_install_sh="$ac_aux_dir/install.sh -c"
1835     break
1836   elif test -f "$ac_dir/shtool"; then
1837     ac_aux_dir=$ac_dir
1838     ac_install_sh="$ac_aux_dir/shtool install -c"
1839     break
1840   fi
1841 done
1842 if test -z "$ac_aux_dir"; then
1843   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1844 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1845    { (exit 1); exit 1; }; }
1846 fi
1847
1848 # These three variables are undocumented and unsupported,
1849 # and are intended to be withdrawn in a future Autoconf release.
1850 # They can cause serious problems if a builder's source tree is in a directory
1851 # whose full name contains unusual characters.
1852 ac_config_guess="$SHELL $ac_aux_dir/config.guess"  # Please don't use this var.
1853 ac_config_sub="$SHELL $ac_aux_dir/config.sub"  # Please don't use this var.
1854 ac_configure="$SHELL $ac_aux_dir/configure"  # Please don't use this var.
1855
1856
1857
1858
1859 # Check whether --enable-win16 was given.
1860 if test "${enable_win16+set}" = set; then
1861   enableval=$enable_win16;
1862 fi
1863
1864 # Check whether --enable-win64 was given.
1865 if test "${enable_win64+set}" = set; then
1866   enableval=$enable_win64;
1867 fi
1868
1869
1870
1871 # Check whether --with-opengl was given.
1872 if test "${with_opengl+set}" = set; then
1873   withval=$with_opengl;
1874 fi
1875
1876
1877 # Check whether --with-wine-tools was given.
1878 if test "${with_wine_tools+set}" = set; then
1879   withval=$with_wine_tools;
1880 fi
1881
1882
1883 # Make sure we can run config.sub.
1884 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
1885   { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
1886 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
1887    { (exit 1); exit 1; }; }
1888
1889 { echo "$as_me:$LINENO: checking build system type" >&5
1890 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1891 if test "${ac_cv_build+set}" = set; then
1892   echo $ECHO_N "(cached) $ECHO_C" >&6
1893 else
1894   ac_build_alias=$build_alias
1895 test "x$ac_build_alias" = x &&
1896   ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
1897 test "x$ac_build_alias" = x &&
1898   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1899 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1900    { (exit 1); exit 1; }; }
1901 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
1902   { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
1903 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
1904    { (exit 1); exit 1; }; }
1905
1906 fi
1907 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1908 echo "${ECHO_T}$ac_cv_build" >&6; }
1909 case $ac_cv_build in
1910 *-*-*) ;;
1911 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1912 echo "$as_me: error: invalid value of canonical build" >&2;}
1913    { (exit 1); exit 1; }; };;
1914 esac
1915 build=$ac_cv_build
1916 ac_save_IFS=$IFS; IFS='-'
1917 set x $ac_cv_build
1918 shift
1919 build_cpu=$1
1920 build_vendor=$2
1921 shift; shift
1922 # Remember, the first character of IFS is used to create $*,
1923 # except with old shells:
1924 build_os=$*
1925 IFS=$ac_save_IFS
1926 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1927
1928
1929 { echo "$as_me:$LINENO: checking host system type" >&5
1930 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1931 if test "${ac_cv_host+set}" = set; then
1932   echo $ECHO_N "(cached) $ECHO_C" >&6
1933 else
1934   if test "x$host_alias" = x; then
1935   ac_cv_host=$ac_cv_build
1936 else
1937   ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
1938     { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
1939 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
1940    { (exit 1); exit 1; }; }
1941 fi
1942
1943 fi
1944 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1945 echo "${ECHO_T}$ac_cv_host" >&6; }
1946 case $ac_cv_host in
1947 *-*-*) ;;
1948 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1949 echo "$as_me: error: invalid value of canonical host" >&2;}
1950    { (exit 1); exit 1; }; };;
1951 esac
1952 host=$ac_cv_host
1953 ac_save_IFS=$IFS; IFS='-'
1954 set x $ac_cv_host
1955 shift
1956 host_cpu=$1
1957 host_vendor=$2
1958 shift; shift
1959 # Remember, the first character of IFS is used to create $*,
1960 # except with old shells:
1961 host_os=$*
1962 IFS=$ac_save_IFS
1963 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1964
1965
1966 case $host in
1967   x86_64*linux*)
1968     if test "x$enable_win64" != "xyes"
1969     then
1970       test -n "$CC" || CC="gcc -m32"
1971       test -n "$LD" || LD="ld -m elf_i386"
1972       test -n "$AS" || AS="as --32"
1973       host_cpu="i386"
1974     fi
1975     ;;
1976 esac
1977
1978 case $host_cpu in
1979   *i[3456789]86*)
1980     if test "x$enable_win16" != "xno"
1981     then
1982       enable_win16="yes"
1983     fi
1984     ;;
1985 esac
1986
1987 WIN16_FILES="\$(WIN16_FILES)"
1988
1989 WIN16_INSTALL="\$(WIN16_INSTALL)"
1990
1991 if test "x$enable_win16" != "xyes"
1992 then
1993   WIN16_FILES=""
1994   WIN16_INSTALL=""
1995 fi
1996
1997 case "$srcdir" in
1998  .) ;;
1999  *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2000       { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2001 You need to run 'make distclean' in the source tree first." >&5
2002 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2003 You need to run 'make distclean' in the source tree first." >&2;}
2004    { (exit 1); exit 1; }; }
2005     fi ;;
2006 esac
2007
2008
2009 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2010 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2011 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2012 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2013   echo $ECHO_N "(cached) $ECHO_C" >&6
2014 else
2015   cat >conftest.make <<\_ACEOF
2016 SHELL = /bin/sh
2017 all:
2018         @echo '@@@%%%=$(MAKE)=@@@%%%'
2019 _ACEOF
2020 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2021 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2022   *@@@%%%=?*=@@@%%%*)
2023     eval ac_cv_prog_make_${ac_make}_set=yes;;
2024   *)
2025     eval ac_cv_prog_make_${ac_make}_set=no;;
2026 esac
2027 rm -f conftest.make
2028 fi
2029 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2030   { echo "$as_me:$LINENO: result: yes" >&5
2031 echo "${ECHO_T}yes" >&6; }
2032   SET_MAKE=
2033 else
2034   { echo "$as_me:$LINENO: result: no" >&5
2035 echo "${ECHO_T}no" >&6; }
2036   SET_MAKE="MAKE=${MAKE-make}"
2037 fi
2038
2039 ac_ext=c
2040 ac_cpp='$CPP $CPPFLAGS'
2041 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2042 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2043 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2044 if test -n "$ac_tool_prefix"; then
2045   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2046 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2049 if test "${ac_cv_prog_CC+set}" = set; then
2050   echo $ECHO_N "(cached) $ECHO_C" >&6
2051 else
2052   if test -n "$CC"; then
2053   ac_cv_prog_CC="$CC" # Let the user override the test.
2054 else
2055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2056 for as_dir in $PATH
2057 do
2058   IFS=$as_save_IFS
2059   test -z "$as_dir" && as_dir=.
2060   for ac_exec_ext in '' $ac_executable_extensions; do
2061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2062     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2063     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2064     break 2
2065   fi
2066 done
2067 done
2068 IFS=$as_save_IFS
2069
2070 fi
2071 fi
2072 CC=$ac_cv_prog_CC
2073 if test -n "$CC"; then
2074   { echo "$as_me:$LINENO: result: $CC" >&5
2075 echo "${ECHO_T}$CC" >&6; }
2076 else
2077   { echo "$as_me:$LINENO: result: no" >&5
2078 echo "${ECHO_T}no" >&6; }
2079 fi
2080
2081
2082 fi
2083 if test -z "$ac_cv_prog_CC"; then
2084   ac_ct_CC=$CC
2085   # Extract the first word of "gcc", so it can be a program name with args.
2086 set dummy gcc; ac_word=$2
2087 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2088 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2089 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2090   echo $ECHO_N "(cached) $ECHO_C" >&6
2091 else
2092   if test -n "$ac_ct_CC"; then
2093   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2094 else
2095 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2096 for as_dir in $PATH
2097 do
2098   IFS=$as_save_IFS
2099   test -z "$as_dir" && as_dir=.
2100   for ac_exec_ext in '' $ac_executable_extensions; do
2101   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2102     ac_cv_prog_ac_ct_CC="gcc"
2103     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2104     break 2
2105   fi
2106 done
2107 done
2108 IFS=$as_save_IFS
2109
2110 fi
2111 fi
2112 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2113 if test -n "$ac_ct_CC"; then
2114   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2115 echo "${ECHO_T}$ac_ct_CC" >&6; }
2116 else
2117   { echo "$as_me:$LINENO: result: no" >&5
2118 echo "${ECHO_T}no" >&6; }
2119 fi
2120
2121   if test "x$ac_ct_CC" = x; then
2122     CC=""
2123   else
2124     case $cross_compiling:$ac_tool_warned in
2125 yes:)
2126 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2127 whose name does not start with the host triplet.  If you think this
2128 configuration is useful to you, please write to autoconf@gnu.org." >&5
2129 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2130 whose name does not start with the host triplet.  If you think this
2131 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2132 ac_tool_warned=yes ;;
2133 esac
2134     CC=$ac_ct_CC
2135   fi
2136 else
2137   CC="$ac_cv_prog_CC"
2138 fi
2139
2140 if test -z "$CC"; then
2141           if test -n "$ac_tool_prefix"; then
2142     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2143 set dummy ${ac_tool_prefix}cc; ac_word=$2
2144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2146 if test "${ac_cv_prog_CC+set}" = set; then
2147   echo $ECHO_N "(cached) $ECHO_C" >&6
2148 else
2149   if test -n "$CC"; then
2150   ac_cv_prog_CC="$CC" # Let the user override the test.
2151 else
2152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2153 for as_dir in $PATH
2154 do
2155   IFS=$as_save_IFS
2156   test -z "$as_dir" && as_dir=.
2157   for ac_exec_ext in '' $ac_executable_extensions; do
2158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2159     ac_cv_prog_CC="${ac_tool_prefix}cc"
2160     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2161     break 2
2162   fi
2163 done
2164 done
2165 IFS=$as_save_IFS
2166
2167 fi
2168 fi
2169 CC=$ac_cv_prog_CC
2170 if test -n "$CC"; then
2171   { echo "$as_me:$LINENO: result: $CC" >&5
2172 echo "${ECHO_T}$CC" >&6; }
2173 else
2174   { echo "$as_me:$LINENO: result: no" >&5
2175 echo "${ECHO_T}no" >&6; }
2176 fi
2177
2178
2179   fi
2180 fi
2181 if test -z "$CC"; then
2182   # Extract the first word of "cc", so it can be a program name with args.
2183 set dummy cc; ac_word=$2
2184 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2185 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2186 if test "${ac_cv_prog_CC+set}" = set; then
2187   echo $ECHO_N "(cached) $ECHO_C" >&6
2188 else
2189   if test -n "$CC"; then
2190   ac_cv_prog_CC="$CC" # Let the user override the test.
2191 else
2192   ac_prog_rejected=no
2193 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2194 for as_dir in $PATH
2195 do
2196   IFS=$as_save_IFS
2197   test -z "$as_dir" && as_dir=.
2198   for ac_exec_ext in '' $ac_executable_extensions; do
2199   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2200     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2201        ac_prog_rejected=yes
2202        continue
2203      fi
2204     ac_cv_prog_CC="cc"
2205     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2206     break 2
2207   fi
2208 done
2209 done
2210 IFS=$as_save_IFS
2211
2212 if test $ac_prog_rejected = yes; then
2213   # We found a bogon in the path, so make sure we never use it.
2214   set dummy $ac_cv_prog_CC
2215   shift
2216   if test $# != 0; then
2217     # We chose a different compiler from the bogus one.
2218     # However, it has the same basename, so the bogon will be chosen
2219     # first if we set CC to just the basename; use the full file name.
2220     shift
2221     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2222   fi
2223 fi
2224 fi
2225 fi
2226 CC=$ac_cv_prog_CC
2227 if test -n "$CC"; then
2228   { echo "$as_me:$LINENO: result: $CC" >&5
2229 echo "${ECHO_T}$CC" >&6; }
2230 else
2231   { echo "$as_me:$LINENO: result: no" >&5
2232 echo "${ECHO_T}no" >&6; }
2233 fi
2234
2235
2236 fi
2237 if test -z "$CC"; then
2238   if test -n "$ac_tool_prefix"; then
2239   for ac_prog in cl.exe
2240   do
2241     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2242 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2245 if test "${ac_cv_prog_CC+set}" = set; then
2246   echo $ECHO_N "(cached) $ECHO_C" >&6
2247 else
2248   if test -n "$CC"; then
2249   ac_cv_prog_CC="$CC" # Let the user override the test.
2250 else
2251 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2252 for as_dir in $PATH
2253 do
2254   IFS=$as_save_IFS
2255   test -z "$as_dir" && as_dir=.
2256   for ac_exec_ext in '' $ac_executable_extensions; do
2257   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2258     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2259     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2260     break 2
2261   fi
2262 done
2263 done
2264 IFS=$as_save_IFS
2265
2266 fi
2267 fi
2268 CC=$ac_cv_prog_CC
2269 if test -n "$CC"; then
2270   { echo "$as_me:$LINENO: result: $CC" >&5
2271 echo "${ECHO_T}$CC" >&6; }
2272 else
2273   { echo "$as_me:$LINENO: result: no" >&5
2274 echo "${ECHO_T}no" >&6; }
2275 fi
2276
2277
2278     test -n "$CC" && break
2279   done
2280 fi
2281 if test -z "$CC"; then
2282   ac_ct_CC=$CC
2283   for ac_prog in cl.exe
2284 do
2285   # Extract the first word of "$ac_prog", so it can be a program name with args.
2286 set dummy $ac_prog; ac_word=$2
2287 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2288 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2289 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2290   echo $ECHO_N "(cached) $ECHO_C" >&6
2291 else
2292   if test -n "$ac_ct_CC"; then
2293   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2294 else
2295 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2296 for as_dir in $PATH
2297 do
2298   IFS=$as_save_IFS
2299   test -z "$as_dir" && as_dir=.
2300   for ac_exec_ext in '' $ac_executable_extensions; do
2301   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2302     ac_cv_prog_ac_ct_CC="$ac_prog"
2303     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2304     break 2
2305   fi
2306 done
2307 done
2308 IFS=$as_save_IFS
2309
2310 fi
2311 fi
2312 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2313 if test -n "$ac_ct_CC"; then
2314   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2315 echo "${ECHO_T}$ac_ct_CC" >&6; }
2316 else
2317   { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 fi
2320
2321
2322   test -n "$ac_ct_CC" && break
2323 done
2324
2325   if test "x$ac_ct_CC" = x; then
2326     CC=""
2327   else
2328     case $cross_compiling:$ac_tool_warned in
2329 yes:)
2330 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2331 whose name does not start with the host triplet.  If you think this
2332 configuration is useful to you, please write to autoconf@gnu.org." >&5
2333 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2334 whose name does not start with the host triplet.  If you think this
2335 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2336 ac_tool_warned=yes ;;
2337 esac
2338     CC=$ac_ct_CC
2339   fi
2340 fi
2341
2342 fi
2343
2344
2345 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2346 See \`config.log' for more details." >&5
2347 echo "$as_me: error: no acceptable C compiler found in \$PATH
2348 See \`config.log' for more details." >&2;}
2349    { (exit 1); exit 1; }; }
2350
2351 # Provide some information about the compiler.
2352 echo "$as_me:$LINENO: checking for C compiler version" >&5
2353 ac_compiler=`set X $ac_compile; echo $2`
2354 { (ac_try="$ac_compiler --version >&5"
2355 case "(($ac_try" in
2356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2357   *) ac_try_echo=$ac_try;;
2358 esac
2359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2360   (eval "$ac_compiler --version >&5") 2>&5
2361   ac_status=$?
2362   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2363   (exit $ac_status); }
2364 { (ac_try="$ac_compiler -v >&5"
2365 case "(($ac_try" in
2366   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2367   *) ac_try_echo=$ac_try;;
2368 esac
2369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2370   (eval "$ac_compiler -v >&5") 2>&5
2371   ac_status=$?
2372   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2373   (exit $ac_status); }
2374 { (ac_try="$ac_compiler -V >&5"
2375 case "(($ac_try" in
2376   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2377   *) ac_try_echo=$ac_try;;
2378 esac
2379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2380   (eval "$ac_compiler -V >&5") 2>&5
2381   ac_status=$?
2382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2383   (exit $ac_status); }
2384
2385 cat >conftest.$ac_ext <<_ACEOF
2386 /* confdefs.h.  */
2387 _ACEOF
2388 cat confdefs.h >>conftest.$ac_ext
2389 cat >>conftest.$ac_ext <<_ACEOF
2390 /* end confdefs.h.  */
2391
2392 int
2393 main ()
2394 {
2395
2396   ;
2397   return 0;
2398 }
2399 _ACEOF
2400 ac_clean_files_save=$ac_clean_files
2401 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2402 # Try to create an executable without -o first, disregard a.out.
2403 # It will help us diagnose broken compilers, and finding out an intuition
2404 # of exeext.
2405 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2406 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2407 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2408 #
2409 # List of possible output files, starting from the most likely.
2410 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2411 # only as a last resort.  b.out is created by i960 compilers.
2412 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2413 #
2414 # The IRIX 6 linker writes into existing files which may not be
2415 # executable, retaining their permissions.  Remove them first so a
2416 # subsequent execution test works.
2417 ac_rmfiles=
2418 for ac_file in $ac_files
2419 do
2420   case $ac_file in
2421     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2422     * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2423   esac
2424 done
2425 rm -f $ac_rmfiles
2426
2427 if { (ac_try="$ac_link_default"
2428 case "(($ac_try" in
2429   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2430   *) ac_try_echo=$ac_try;;
2431 esac
2432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2433   (eval "$ac_link_default") 2>&5
2434   ac_status=$?
2435   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2436   (exit $ac_status); }; then
2437   # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2438 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2439 # in a Makefile.  We should not override ac_cv_exeext if it was cached,
2440 # so that the user can short-circuit this test for compilers unknown to
2441 # Autoconf.
2442 for ac_file in $ac_files ''
2443 do
2444   test -f "$ac_file" || continue
2445   case $ac_file in
2446     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2447         ;;
2448     [ab].out )
2449         # We found the default executable, but exeext='' is most
2450         # certainly right.
2451         break;;
2452     *.* )
2453         if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2454         then :; else
2455            ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2456         fi
2457         # We set ac_cv_exeext here because the later test for it is not
2458         # safe: cross compilers may not add the suffix if given an `-o'
2459         # argument, so we may need to know it at that point already.
2460         # Even if this section looks crufty: it has the advantage of
2461         # actually working.
2462         break;;
2463     * )
2464         break;;
2465   esac
2466 done
2467 test "$ac_cv_exeext" = no && ac_cv_exeext=
2468
2469 else
2470   ac_file=''
2471 fi
2472
2473 { echo "$as_me:$LINENO: result: $ac_file" >&5
2474 echo "${ECHO_T}$ac_file" >&6; }
2475 if test -z "$ac_file"; then
2476   echo "$as_me: failed program was:" >&5
2477 sed 's/^/| /' conftest.$ac_ext >&5
2478
2479 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2480 See \`config.log' for more details." >&5
2481 echo "$as_me: error: C compiler cannot create executables
2482 See \`config.log' for more details." >&2;}
2483    { (exit 77); exit 77; }; }
2484 fi
2485
2486 ac_exeext=$ac_cv_exeext
2487
2488 # Check that the compiler produces executables we can run.  If not, either
2489 # the compiler is broken, or we cross compile.
2490 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2491 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2492 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2493 # If not cross compiling, check that we can run a simple program.
2494 if test "$cross_compiling" != yes; then
2495   if { ac_try='./$ac_file'
2496   { (case "(($ac_try" in
2497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2498   *) ac_try_echo=$ac_try;;
2499 esac
2500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2501   (eval "$ac_try") 2>&5
2502   ac_status=$?
2503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2504   (exit $ac_status); }; }; then
2505     cross_compiling=no
2506   else
2507     if test "$cross_compiling" = maybe; then
2508         cross_compiling=yes
2509     else
2510         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2511 If you meant to cross compile, use \`--host'.
2512 See \`config.log' for more details." >&5
2513 echo "$as_me: error: cannot run C compiled programs.
2514 If you meant to cross compile, use \`--host'.
2515 See \`config.log' for more details." >&2;}
2516    { (exit 1); exit 1; }; }
2517     fi
2518   fi
2519 fi
2520 { echo "$as_me:$LINENO: result: yes" >&5
2521 echo "${ECHO_T}yes" >&6; }
2522
2523 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2524 ac_clean_files=$ac_clean_files_save
2525 # Check that the compiler produces executables we can run.  If not, either
2526 # the compiler is broken, or we cross compile.
2527 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2528 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2529 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2530 echo "${ECHO_T}$cross_compiling" >&6; }
2531
2532 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2533 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2534 if { (ac_try="$ac_link"
2535 case "(($ac_try" in
2536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2537   *) ac_try_echo=$ac_try;;
2538 esac
2539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2540   (eval "$ac_link") 2>&5
2541   ac_status=$?
2542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2543   (exit $ac_status); }; then
2544   # If both `conftest.exe' and `conftest' are `present' (well, observable)
2545 # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2546 # work properly (i.e., refer to `conftest.exe'), while it won't with
2547 # `rm'.
2548 for ac_file in conftest.exe conftest conftest.*; do
2549   test -f "$ac_file" || continue
2550   case $ac_file in
2551     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2552     *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2553           break;;
2554     * ) break;;
2555   esac
2556 done
2557 else
2558   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2559 See \`config.log' for more details." >&5
2560 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2561 See \`config.log' for more details." >&2;}
2562    { (exit 1); exit 1; }; }
2563 fi
2564
2565 rm -f conftest$ac_cv_exeext
2566 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2567 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2568
2569 rm -f conftest.$ac_ext
2570 EXEEXT=$ac_cv_exeext
2571 ac_exeext=$EXEEXT
2572 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2573 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2574 if test "${ac_cv_objext+set}" = set; then
2575   echo $ECHO_N "(cached) $ECHO_C" >&6
2576 else
2577   cat >conftest.$ac_ext <<_ACEOF
2578 /* confdefs.h.  */
2579 _ACEOF
2580 cat confdefs.h >>conftest.$ac_ext
2581 cat >>conftest.$ac_ext <<_ACEOF
2582 /* end confdefs.h.  */
2583
2584 int
2585 main ()
2586 {
2587
2588   ;
2589   return 0;
2590 }
2591 _ACEOF
2592 rm -f conftest.o conftest.obj
2593 if { (ac_try="$ac_compile"
2594 case "(($ac_try" in
2595   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2596   *) ac_try_echo=$ac_try;;
2597 esac
2598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2599   (eval "$ac_compile") 2>&5
2600   ac_status=$?
2601   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2602   (exit $ac_status); }; then
2603   for ac_file in conftest.o conftest.obj conftest.*; do
2604   test -f "$ac_file" || continue;
2605   case $ac_file in
2606     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2607     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2608        break;;
2609   esac
2610 done
2611 else
2612   echo "$as_me: failed program was:" >&5
2613 sed 's/^/| /' conftest.$ac_ext >&5
2614
2615 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2616 See \`config.log' for more details." >&5
2617 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2618 See \`config.log' for more details." >&2;}
2619    { (exit 1); exit 1; }; }
2620 fi
2621
2622 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2623 fi
2624 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2625 echo "${ECHO_T}$ac_cv_objext" >&6; }
2626 OBJEXT=$ac_cv_objext
2627 ac_objext=$OBJEXT
2628 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2629 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2630 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2631   echo $ECHO_N "(cached) $ECHO_C" >&6
2632 else
2633   cat >conftest.$ac_ext <<_ACEOF
2634 /* confdefs.h.  */
2635 _ACEOF
2636 cat confdefs.h >>conftest.$ac_ext
2637 cat >>conftest.$ac_ext <<_ACEOF
2638 /* end confdefs.h.  */
2639
2640 int
2641 main ()
2642 {
2643 #ifndef __GNUC__
2644        choke me
2645 #endif
2646
2647   ;
2648   return 0;
2649 }
2650 _ACEOF
2651 rm -f conftest.$ac_objext
2652 if { (ac_try="$ac_compile"
2653 case "(($ac_try" in
2654   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655   *) ac_try_echo=$ac_try;;
2656 esac
2657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2658   (eval "$ac_compile") 2>conftest.er1
2659   ac_status=$?
2660   grep -v '^ *+' conftest.er1 >conftest.err
2661   rm -f conftest.er1
2662   cat conftest.err >&5
2663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2664   (exit $ac_status); } && {
2665          test -z "$ac_c_werror_flag" ||
2666          test ! -s conftest.err
2667        } && test -s conftest.$ac_objext; then
2668   ac_compiler_gnu=yes
2669 else
2670   echo "$as_me: failed program was:" >&5
2671 sed 's/^/| /' conftest.$ac_ext >&5
2672
2673         ac_compiler_gnu=no
2674 fi
2675
2676 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2677 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2678
2679 fi
2680 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2681 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2682 GCC=`test $ac_compiler_gnu = yes && echo yes`
2683 ac_test_CFLAGS=${CFLAGS+set}
2684 ac_save_CFLAGS=$CFLAGS
2685 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2686 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2687 if test "${ac_cv_prog_cc_g+set}" = set; then
2688   echo $ECHO_N "(cached) $ECHO_C" >&6
2689 else
2690   ac_save_c_werror_flag=$ac_c_werror_flag
2691    ac_c_werror_flag=yes
2692    ac_cv_prog_cc_g=no
2693    CFLAGS="-g"
2694    cat >conftest.$ac_ext <<_ACEOF
2695 /* confdefs.h.  */
2696 _ACEOF
2697 cat confdefs.h >>conftest.$ac_ext
2698 cat >>conftest.$ac_ext <<_ACEOF
2699 /* end confdefs.h.  */
2700
2701 int
2702 main ()
2703 {
2704
2705   ;
2706   return 0;
2707 }
2708 _ACEOF
2709 rm -f conftest.$ac_objext
2710 if { (ac_try="$ac_compile"
2711 case "(($ac_try" in
2712   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713   *) ac_try_echo=$ac_try;;
2714 esac
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716   (eval "$ac_compile") 2>conftest.er1
2717   ac_status=$?
2718   grep -v '^ *+' conftest.er1 >conftest.err
2719   rm -f conftest.er1
2720   cat conftest.err >&5
2721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2722   (exit $ac_status); } && {
2723          test -z "$ac_c_werror_flag" ||
2724          test ! -s conftest.err
2725        } && test -s conftest.$ac_objext; then
2726   ac_cv_prog_cc_g=yes
2727 else
2728   echo "$as_me: failed program was:" >&5
2729 sed 's/^/| /' conftest.$ac_ext >&5
2730
2731         CFLAGS=""
2732       cat >conftest.$ac_ext <<_ACEOF
2733 /* confdefs.h.  */
2734 _ACEOF
2735 cat confdefs.h >>conftest.$ac_ext
2736 cat >>conftest.$ac_ext <<_ACEOF
2737 /* end confdefs.h.  */
2738
2739 int
2740 main ()
2741 {
2742
2743   ;
2744   return 0;
2745 }
2746 _ACEOF
2747 rm -f conftest.$ac_objext
2748 if { (ac_try="$ac_compile"
2749 case "(($ac_try" in
2750   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2751   *) ac_try_echo=$ac_try;;
2752 esac
2753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2754   (eval "$ac_compile") 2>conftest.er1
2755   ac_status=$?
2756   grep -v '^ *+' conftest.er1 >conftest.err
2757   rm -f conftest.er1
2758   cat conftest.err >&5
2759   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2760   (exit $ac_status); } && {
2761          test -z "$ac_c_werror_flag" ||
2762          test ! -s conftest.err
2763        } && test -s conftest.$ac_objext; then
2764   :
2765 else
2766   echo "$as_me: failed program was:" >&5
2767 sed 's/^/| /' conftest.$ac_ext >&5
2768
2769         ac_c_werror_flag=$ac_save_c_werror_flag
2770          CFLAGS="-g"
2771          cat >conftest.$ac_ext <<_ACEOF
2772 /* confdefs.h.  */
2773 _ACEOF
2774 cat confdefs.h >>conftest.$ac_ext
2775 cat >>conftest.$ac_ext <<_ACEOF
2776 /* end confdefs.h.  */
2777
2778 int
2779 main ()
2780 {
2781
2782   ;
2783   return 0;
2784 }
2785 _ACEOF
2786 rm -f conftest.$ac_objext
2787 if { (ac_try="$ac_compile"
2788 case "(($ac_try" in
2789   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2790   *) ac_try_echo=$ac_try;;
2791 esac
2792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2793   (eval "$ac_compile") 2>conftest.er1
2794   ac_status=$?
2795   grep -v '^ *+' conftest.er1 >conftest.err
2796   rm -f conftest.er1
2797   cat conftest.err >&5
2798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2799   (exit $ac_status); } && {
2800          test -z "$ac_c_werror_flag" ||
2801          test ! -s conftest.err
2802        } && test -s conftest.$ac_objext; then
2803   ac_cv_prog_cc_g=yes
2804 else
2805   echo "$as_me: failed program was:" >&5
2806 sed 's/^/| /' conftest.$ac_ext >&5
2807
2808
2809 fi
2810
2811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2812 fi
2813
2814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2815 fi
2816
2817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2818    ac_c_werror_flag=$ac_save_c_werror_flag
2819 fi
2820 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2821 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2822 if test "$ac_test_CFLAGS" = set; then
2823   CFLAGS=$ac_save_CFLAGS
2824 elif test $ac_cv_prog_cc_g = yes; then
2825   if test "$GCC" = yes; then
2826     CFLAGS="-g -O2"
2827   else
2828     CFLAGS="-g"
2829   fi
2830 else
2831   if test "$GCC" = yes; then
2832     CFLAGS="-O2"
2833   else
2834     CFLAGS=
2835   fi
2836 fi
2837 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2838 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2839 if test "${ac_cv_prog_cc_c89+set}" = set; then
2840   echo $ECHO_N "(cached) $ECHO_C" >&6
2841 else
2842   ac_cv_prog_cc_c89=no
2843 ac_save_CC=$CC
2844 cat >conftest.$ac_ext <<_ACEOF
2845 /* confdefs.h.  */
2846 _ACEOF
2847 cat confdefs.h >>conftest.$ac_ext
2848 cat >>conftest.$ac_ext <<_ACEOF
2849 /* end confdefs.h.  */
2850 #include <stdarg.h>
2851 #include <stdio.h>
2852 #include <sys/types.h>
2853 #include <sys/stat.h>
2854 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2855 struct buf { int x; };
2856 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2857 static char *e (p, i)
2858      char **p;
2859      int i;
2860 {
2861   return p[i];
2862 }
2863 static char *f (char * (*g) (char **, int), char **p, ...)
2864 {
2865   char *s;
2866   va_list v;
2867   va_start (v,p);
2868   s = g (p, va_arg (v,int));
2869   va_end (v);
2870   return s;
2871 }
2872
2873 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2874    function prototypes and stuff, but not '\xHH' hex character constants.
2875    These don't provoke an error unfortunately, instead are silently treated
2876    as 'x'.  The following induces an error, until -std is added to get
2877    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2878    array size at least.  It's necessary to write '\x00'==0 to get something
2879    that's true only with -std.  */
2880 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2881
2882 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
2883    inside strings and character constants.  */
2884 #define FOO(x) 'x'
2885 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
2886
2887 int test (int i, double x);
2888 struct s1 {int (*f) (int a);};
2889 struct s2 {int (*f) (double a);};
2890 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2891 int argc;
2892 char **argv;
2893 int
2894 main ()
2895 {
2896 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2897   ;
2898   return 0;
2899 }
2900 _ACEOF
2901 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2902         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2903 do
2904   CC="$ac_save_CC $ac_arg"
2905   rm -f conftest.$ac_objext
2906 if { (ac_try="$ac_compile"
2907 case "(($ac_try" in
2908   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2909   *) ac_try_echo=$ac_try;;
2910 esac
2911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2912   (eval "$ac_compile") 2>conftest.er1
2913   ac_status=$?
2914   grep -v '^ *+' conftest.er1 >conftest.err
2915   rm -f conftest.er1
2916   cat conftest.err >&5
2917   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2918   (exit $ac_status); } && {
2919          test -z "$ac_c_werror_flag" ||
2920          test ! -s conftest.err
2921        } && test -s conftest.$ac_objext; then
2922   ac_cv_prog_cc_c89=$ac_arg
2923 else
2924   echo "$as_me: failed program was:" >&5
2925 sed 's/^/| /' conftest.$ac_ext >&5
2926
2927
2928 fi
2929
2930 rm -f core conftest.err conftest.$ac_objext
2931   test "x$ac_cv_prog_cc_c89" != "xno" && break
2932 done
2933 rm -f conftest.$ac_ext
2934 CC=$ac_save_CC
2935
2936 fi
2937 # AC_CACHE_VAL
2938 case "x$ac_cv_prog_cc_c89" in
2939   x)
2940     { echo "$as_me:$LINENO: result: none needed" >&5
2941 echo "${ECHO_T}none needed" >&6; } ;;
2942   xno)
2943     { echo "$as_me:$LINENO: result: unsupported" >&5
2944 echo "${ECHO_T}unsupported" >&6; } ;;
2945   *)
2946     CC="$CC $ac_cv_prog_cc_c89"
2947     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2948 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2949 esac
2950
2951
2952 ac_ext=c
2953 ac_cpp='$CPP $CPPFLAGS'
2954 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2955 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2956 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2957
2958 ac_ext=cpp
2959 ac_cpp='$CXXCPP $CPPFLAGS'
2960 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2961 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2962 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2963 if test -z "$CXX"; then
2964   if test -n "$CCC"; then
2965     CXX=$CCC
2966   else
2967     if test -n "$ac_tool_prefix"; then
2968   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2969   do
2970     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2971 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2972 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2973 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2974 if test "${ac_cv_prog_CXX+set}" = set; then
2975   echo $ECHO_N "(cached) $ECHO_C" >&6
2976 else
2977   if test -n "$CXX"; then
2978   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2979 else
2980 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2981 for as_dir in $PATH
2982 do
2983   IFS=$as_save_IFS
2984   test -z "$as_dir" && as_dir=.
2985   for ac_exec_ext in '' $ac_executable_extensions; do
2986   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2987     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2988     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2989     break 2
2990   fi
2991 done
2992 done
2993 IFS=$as_save_IFS
2994
2995 fi
2996 fi
2997 CXX=$ac_cv_prog_CXX
2998 if test -n "$CXX"; then
2999   { echo "$as_me:$LINENO: result: $CXX" >&5
3000 echo "${ECHO_T}$CXX" >&6; }
3001 else
3002   { echo "$as_me:$LINENO: result: no" >&5
3003 echo "${ECHO_T}no" >&6; }
3004 fi
3005
3006
3007     test -n "$CXX" && break
3008   done
3009 fi
3010 if test -z "$CXX"; then
3011   ac_ct_CXX=$CXX
3012   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3013 do
3014   # Extract the first word of "$ac_prog", so it can be a program name with args.
3015 set dummy $ac_prog; ac_word=$2
3016 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3018 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3019   echo $ECHO_N "(cached) $ECHO_C" >&6
3020 else
3021   if test -n "$ac_ct_CXX"; then
3022   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3023 else
3024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3025 for as_dir in $PATH
3026 do
3027   IFS=$as_save_IFS
3028   test -z "$as_dir" && as_dir=.
3029   for ac_exec_ext in '' $ac_executable_extensions; do
3030   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3031     ac_cv_prog_ac_ct_CXX="$ac_prog"
3032     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3033     break 2
3034   fi
3035 done
3036 done
3037 IFS=$as_save_IFS
3038
3039 fi
3040 fi
3041 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3042 if test -n "$ac_ct_CXX"; then
3043   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3044 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3045 else
3046   { echo "$as_me:$LINENO: result: no" >&5
3047 echo "${ECHO_T}no" >&6; }
3048 fi
3049
3050
3051   test -n "$ac_ct_CXX" && break
3052 done
3053
3054   if test "x$ac_ct_CXX" = x; then
3055     CXX="g++"
3056   else
3057     case $cross_compiling:$ac_tool_warned in
3058 yes:)
3059 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3060 whose name does not start with the host triplet.  If you think this
3061 configuration is useful to you, please write to autoconf@gnu.org." >&5
3062 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3063 whose name does not start with the host triplet.  If you think this
3064 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3065 ac_tool_warned=yes ;;
3066 esac
3067     CXX=$ac_ct_CXX
3068   fi
3069 fi
3070
3071   fi
3072 fi
3073 # Provide some information about the compiler.
3074 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3075 ac_compiler=`set X $ac_compile; echo $2`
3076 { (ac_try="$ac_compiler --version >&5"
3077 case "(($ac_try" in
3078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3079   *) ac_try_echo=$ac_try;;
3080 esac
3081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3082   (eval "$ac_compiler --version >&5") 2>&5
3083   ac_status=$?
3084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3085   (exit $ac_status); }
3086 { (ac_try="$ac_compiler -v >&5"
3087 case "(($ac_try" in
3088   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3089   *) ac_try_echo=$ac_try;;
3090 esac
3091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3092   (eval "$ac_compiler -v >&5") 2>&5
3093   ac_status=$?
3094   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3095   (exit $ac_status); }
3096 { (ac_try="$ac_compiler -V >&5"
3097 case "(($ac_try" in
3098   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3099   *) ac_try_echo=$ac_try;;
3100 esac
3101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3102   (eval "$ac_compiler -V >&5") 2>&5
3103   ac_status=$?
3104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3105   (exit $ac_status); }
3106
3107 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3108 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3109 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3110   echo $ECHO_N "(cached) $ECHO_C" >&6
3111 else
3112   cat >conftest.$ac_ext <<_ACEOF
3113 /* confdefs.h.  */
3114 _ACEOF
3115 cat confdefs.h >>conftest.$ac_ext
3116 cat >>conftest.$ac_ext <<_ACEOF
3117 /* end confdefs.h.  */
3118
3119 int
3120 main ()
3121 {
3122 #ifndef __GNUC__
3123        choke me
3124 #endif
3125
3126   ;
3127   return 0;
3128 }
3129 _ACEOF
3130 rm -f conftest.$ac_objext
3131 if { (ac_try="$ac_compile"
3132 case "(($ac_try" in
3133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3134   *) ac_try_echo=$ac_try;;
3135 esac
3136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3137   (eval "$ac_compile") 2>conftest.er1
3138   ac_status=$?
3139   grep -v '^ *+' conftest.er1 >conftest.err
3140   rm -f conftest.er1
3141   cat conftest.err >&5
3142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3143   (exit $ac_status); } && {
3144          test -z "$ac_cxx_werror_flag" ||
3145          test ! -s conftest.err
3146        } && test -s conftest.$ac_objext; then
3147   ac_compiler_gnu=yes
3148 else
3149   echo "$as_me: failed program was:" >&5
3150 sed 's/^/| /' conftest.$ac_ext >&5
3151
3152         ac_compiler_gnu=no
3153 fi
3154
3155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3156 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3157
3158 fi
3159 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3160 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3161 GXX=`test $ac_compiler_gnu = yes && echo yes`
3162 ac_test_CXXFLAGS=${CXXFLAGS+set}
3163 ac_save_CXXFLAGS=$CXXFLAGS
3164 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3165 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3166 if test "${ac_cv_prog_cxx_g+set}" = set; then
3167   echo $ECHO_N "(cached) $ECHO_C" >&6
3168 else
3169   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3170    ac_cxx_werror_flag=yes
3171    ac_cv_prog_cxx_g=no
3172    CXXFLAGS="-g"
3173    cat >conftest.$ac_ext <<_ACEOF
3174 /* confdefs.h.  */
3175 _ACEOF
3176 cat confdefs.h >>conftest.$ac_ext
3177 cat >>conftest.$ac_ext <<_ACEOF
3178 /* end confdefs.h.  */
3179
3180 int
3181 main ()
3182 {
3183
3184   ;
3185   return 0;
3186 }
3187 _ACEOF
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3190 case "(($ac_try" in
3191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192   *) ac_try_echo=$ac_try;;
3193 esac
3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195   (eval "$ac_compile") 2>conftest.er1
3196   ac_status=$?
3197   grep -v '^ *+' conftest.er1 >conftest.err
3198   rm -f conftest.er1
3199   cat conftest.err >&5
3200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201   (exit $ac_status); } && {
3202          test -z "$ac_cxx_werror_flag" ||
3203          test ! -s conftest.err
3204        } && test -s conftest.$ac_objext; then
3205   ac_cv_prog_cxx_g=yes
3206 else
3207   echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3209
3210         CXXFLAGS=""
3211       cat >conftest.$ac_ext <<_ACEOF
3212 /* confdefs.h.  */
3213 _ACEOF
3214 cat confdefs.h >>conftest.$ac_ext
3215 cat >>conftest.$ac_ext <<_ACEOF
3216 /* end confdefs.h.  */
3217
3218 int
3219 main ()
3220 {
3221
3222   ;
3223   return 0;
3224 }
3225 _ACEOF
3226 rm -f conftest.$ac_objext
3227 if { (ac_try="$ac_compile"
3228 case "(($ac_try" in
3229   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3230   *) ac_try_echo=$ac_try;;
3231 esac
3232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3233   (eval "$ac_compile") 2>conftest.er1
3234   ac_status=$?
3235   grep -v '^ *+' conftest.er1 >conftest.err
3236   rm -f conftest.er1
3237   cat conftest.err >&5
3238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3239   (exit $ac_status); } && {
3240          test -z "$ac_cxx_werror_flag" ||
3241          test ! -s conftest.err
3242        } && test -s conftest.$ac_objext; then
3243   :
3244 else
3245   echo "$as_me: failed program was:" >&5
3246 sed 's/^/| /' conftest.$ac_ext >&5
3247
3248         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3249          CXXFLAGS="-g"
3250          cat >conftest.$ac_ext <<_ACEOF
3251 /* confdefs.h.  */
3252 _ACEOF
3253 cat confdefs.h >>conftest.$ac_ext
3254 cat >>conftest.$ac_ext <<_ACEOF
3255 /* end confdefs.h.  */
3256
3257 int
3258 main ()
3259 {
3260
3261   ;
3262   return 0;
3263 }
3264 _ACEOF
3265 rm -f conftest.$ac_objext
3266 if { (ac_try="$ac_compile"
3267 case "(($ac_try" in
3268   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3269   *) ac_try_echo=$ac_try;;
3270 esac
3271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3272   (eval "$ac_compile") 2>conftest.er1
3273   ac_status=$?
3274   grep -v '^ *+' conftest.er1 >conftest.err
3275   rm -f conftest.er1
3276   cat conftest.err >&5
3277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3278   (exit $ac_status); } && {
3279          test -z "$ac_cxx_werror_flag" ||
3280          test ! -s conftest.err
3281        } && test -s conftest.$ac_objext; then
3282   ac_cv_prog_cxx_g=yes
3283 else
3284   echo "$as_me: failed program was:" >&5
3285 sed 's/^/| /' conftest.$ac_ext >&5
3286
3287
3288 fi
3289
3290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3291 fi
3292
3293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3294 fi
3295
3296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3297    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3298 fi
3299 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3300 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3301 if test "$ac_test_CXXFLAGS" = set; then
3302   CXXFLAGS=$ac_save_CXXFLAGS
3303 elif test $ac_cv_prog_cxx_g = yes; then
3304   if test "$GXX" = yes; then
3305     CXXFLAGS="-g -O2"
3306   else
3307     CXXFLAGS="-g"
3308   fi
3309 else
3310   if test "$GXX" = yes; then
3311     CXXFLAGS="-O2"
3312   else
3313     CXXFLAGS=
3314   fi
3315 fi
3316 ac_ext=c
3317 ac_cpp='$CPP $CPPFLAGS'
3318 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3319 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3320 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3321
3322 if test -n "$ac_tool_prefix"; then
3323   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3324 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3327 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3328   echo $ECHO_N "(cached) $ECHO_C" >&6
3329 else
3330   if test -n "$CPPBIN"; then
3331   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3332 else
3333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3334 for as_dir in $PATH
3335 do
3336   IFS=$as_save_IFS
3337   test -z "$as_dir" && as_dir=.
3338   for ac_exec_ext in '' $ac_executable_extensions; do
3339   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3340     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3341     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3342     break 2
3343   fi
3344 done
3345 done
3346 IFS=$as_save_IFS
3347
3348 fi
3349 fi
3350 CPPBIN=$ac_cv_prog_CPPBIN
3351 if test -n "$CPPBIN"; then
3352   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3353 echo "${ECHO_T}$CPPBIN" >&6; }
3354 else
3355   { echo "$as_me:$LINENO: result: no" >&5
3356 echo "${ECHO_T}no" >&6; }
3357 fi
3358
3359
3360 fi
3361 if test -z "$ac_cv_prog_CPPBIN"; then
3362   ac_ct_CPPBIN=$CPPBIN
3363   # Extract the first word of "cpp", so it can be a program name with args.
3364 set dummy cpp; ac_word=$2
3365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3367 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3368   echo $ECHO_N "(cached) $ECHO_C" >&6
3369 else
3370   if test -n "$ac_ct_CPPBIN"; then
3371   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3372 else
3373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3374 for as_dir in $PATH
3375 do
3376   IFS=$as_save_IFS
3377   test -z "$as_dir" && as_dir=.
3378   for ac_exec_ext in '' $ac_executable_extensions; do
3379   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3380     ac_cv_prog_ac_ct_CPPBIN="cpp"
3381     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3382     break 2
3383   fi
3384 done
3385 done
3386 IFS=$as_save_IFS
3387
3388 fi
3389 fi
3390 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3391 if test -n "$ac_ct_CPPBIN"; then
3392   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3393 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3394 else
3395   { echo "$as_me:$LINENO: result: no" >&5
3396 echo "${ECHO_T}no" >&6; }
3397 fi
3398
3399   if test "x$ac_ct_CPPBIN" = x; then
3400     CPPBIN="cpp"
3401   else
3402     case $cross_compiling:$ac_tool_warned in
3403 yes:)
3404 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3405 whose name does not start with the host triplet.  If you think this
3406 configuration is useful to you, please write to autoconf@gnu.org." >&5
3407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3408 whose name does not start with the host triplet.  If you think this
3409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3410 ac_tool_warned=yes ;;
3411 esac
3412     CPPBIN=$ac_ct_CPPBIN
3413   fi
3414 else
3415   CPPBIN="$ac_cv_prog_CPPBIN"
3416 fi
3417
3418
3419 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3420 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3421 if test "${wine_cv_toolsdir+set}" = set; then
3422   echo $ECHO_N "(cached) $ECHO_C" >&6
3423 else
3424   if test -z "$with_wine_tools"; then
3425      if test "$cross_compiling" = "yes"; then
3426        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3427 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3428    { (exit 1); exit 1; }; }
3429      else
3430        wine_cv_toolsdir="\$(TOPOBJDIR)"
3431      fi
3432    elif test -d "$with_wine_tools/tools/winebuild"; then
3433      case $with_wine_tools in
3434        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3435        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3436      esac
3437    else
3438      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3439 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3440    { (exit 1); exit 1; }; }
3441    fi
3442 fi
3443 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3444 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3445 TOOLSDIR=$wine_cv_toolsdir
3446
3447
3448
3449 ac_ext=c
3450 ac_cpp='$CPP $CPPFLAGS'
3451 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3452 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3453 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3454 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3455 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3456 # On Suns, sometimes $CPP names a directory.
3457 if test -n "$CPP" && test -d "$CPP"; then
3458   CPP=
3459 fi
3460 if test -z "$CPP"; then
3461   if test "${ac_cv_prog_CPP+set}" = set; then
3462   echo $ECHO_N "(cached) $ECHO_C" >&6
3463 else
3464       # Double quotes because CPP needs to be expanded
3465     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3466     do
3467       ac_preproc_ok=false
3468 for ac_c_preproc_warn_flag in '' yes
3469 do
3470   # Use a header file that comes with gcc, so configuring glibc
3471   # with a fresh cross-compiler works.
3472   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3473   # <limits.h> exists even on freestanding compilers.
3474   # On the NeXT, cc -E runs the code through the compiler's parser,
3475   # not just through cpp. "Syntax error" is here to catch this case.
3476   cat >conftest.$ac_ext <<_ACEOF
3477 /* confdefs.h.  */
3478 _ACEOF
3479 cat confdefs.h >>conftest.$ac_ext
3480 cat >>conftest.$ac_ext <<_ACEOF
3481 /* end confdefs.h.  */
3482 #ifdef __STDC__
3483 # include <limits.h>
3484 #else
3485 # include <assert.h>
3486 #endif
3487                      Syntax error
3488 _ACEOF
3489 if { (ac_try="$ac_cpp conftest.$ac_ext"
3490 case "(($ac_try" in
3491   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3492   *) ac_try_echo=$ac_try;;
3493 esac
3494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3495   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3496   ac_status=$?
3497   grep -v '^ *+' conftest.er1 >conftest.err
3498   rm -f conftest.er1
3499   cat conftest.err >&5
3500   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3501   (exit $ac_status); } >/dev/null && {
3502          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3503          test ! -s conftest.err
3504        }; then
3505   :
3506 else
3507   echo "$as_me: failed program was:" >&5
3508 sed 's/^/| /' conftest.$ac_ext >&5
3509
3510   # Broken: fails on valid input.
3511 continue
3512 fi
3513
3514 rm -f conftest.err conftest.$ac_ext
3515
3516   # OK, works on sane cases.  Now check whether nonexistent headers
3517   # can be detected and how.
3518   cat >conftest.$ac_ext <<_ACEOF
3519 /* confdefs.h.  */
3520 _ACEOF
3521 cat confdefs.h >>conftest.$ac_ext
3522 cat >>conftest.$ac_ext <<_ACEOF
3523 /* end confdefs.h.  */
3524 #include <ac_nonexistent.h>
3525 _ACEOF
3526 if { (ac_try="$ac_cpp conftest.$ac_ext"
3527 case "(($ac_try" in
3528   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3529   *) ac_try_echo=$ac_try;;
3530 esac
3531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3532   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3533   ac_status=$?
3534   grep -v '^ *+' conftest.er1 >conftest.err
3535   rm -f conftest.er1
3536   cat conftest.err >&5
3537   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3538   (exit $ac_status); } >/dev/null && {
3539          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3540          test ! -s conftest.err
3541        }; then
3542   # Broken: success on invalid input.
3543 continue
3544 else
3545   echo "$as_me: failed program was:" >&5
3546 sed 's/^/| /' conftest.$ac_ext >&5
3547
3548   # Passes both tests.
3549 ac_preproc_ok=:
3550 break
3551 fi
3552
3553 rm -f conftest.err conftest.$ac_ext
3554
3555 done
3556 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3557 rm -f conftest.err conftest.$ac_ext
3558 if $ac_preproc_ok; then
3559   break
3560 fi
3561
3562     done
3563     ac_cv_prog_CPP=$CPP
3564
3565 fi
3566   CPP=$ac_cv_prog_CPP
3567 else
3568   ac_cv_prog_CPP=$CPP
3569 fi
3570 { echo "$as_me:$LINENO: result: $CPP" >&5
3571 echo "${ECHO_T}$CPP" >&6; }
3572 ac_preproc_ok=false
3573 for ac_c_preproc_warn_flag in '' yes
3574 do
3575   # Use a header file that comes with gcc, so configuring glibc
3576   # with a fresh cross-compiler works.
3577   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3578   # <limits.h> exists even on freestanding compilers.
3579   # On the NeXT, cc -E runs the code through the compiler's parser,
3580   # not just through cpp. "Syntax error" is here to catch this case.
3581   cat >conftest.$ac_ext <<_ACEOF
3582 /* confdefs.h.  */
3583 _ACEOF
3584 cat confdefs.h >>conftest.$ac_ext
3585 cat >>conftest.$ac_ext <<_ACEOF
3586 /* end confdefs.h.  */
3587 #ifdef __STDC__
3588 # include <limits.h>
3589 #else
3590 # include <assert.h>
3591 #endif
3592                      Syntax error
3593 _ACEOF
3594 if { (ac_try="$ac_cpp conftest.$ac_ext"
3595 case "(($ac_try" in
3596   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3597   *) ac_try_echo=$ac_try;;
3598 esac
3599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3600   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3601   ac_status=$?
3602   grep -v '^ *+' conftest.er1 >conftest.err
3603   rm -f conftest.er1
3604   cat conftest.err >&5
3605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3606   (exit $ac_status); } >/dev/null && {
3607          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3608          test ! -s conftest.err
3609        }; then
3610   :
3611 else
3612   echo "$as_me: failed program was:" >&5
3613 sed 's/^/| /' conftest.$ac_ext >&5
3614
3615   # Broken: fails on valid input.
3616 continue
3617 fi
3618
3619 rm -f conftest.err conftest.$ac_ext
3620
3621   # OK, works on sane cases.  Now check whether nonexistent headers
3622   # can be detected and how.
3623   cat >conftest.$ac_ext <<_ACEOF
3624 /* confdefs.h.  */
3625 _ACEOF
3626 cat confdefs.h >>conftest.$ac_ext
3627 cat >>conftest.$ac_ext <<_ACEOF
3628 /* end confdefs.h.  */
3629 #include <ac_nonexistent.h>
3630 _ACEOF
3631 if { (ac_try="$ac_cpp conftest.$ac_ext"
3632 case "(($ac_try" in
3633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3634   *) ac_try_echo=$ac_try;;
3635 esac
3636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3637   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3638   ac_status=$?
3639   grep -v '^ *+' conftest.er1 >conftest.err
3640   rm -f conftest.er1
3641   cat conftest.err >&5
3642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3643   (exit $ac_status); } >/dev/null && {
3644          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3645          test ! -s conftest.err
3646        }; then
3647   # Broken: success on invalid input.
3648 continue
3649 else
3650   echo "$as_me: failed program was:" >&5
3651 sed 's/^/| /' conftest.$ac_ext >&5
3652
3653   # Passes both tests.
3654 ac_preproc_ok=:
3655 break
3656 fi
3657
3658 rm -f conftest.err conftest.$ac_ext
3659
3660 done
3661 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3662 rm -f conftest.err conftest.$ac_ext
3663 if $ac_preproc_ok; then
3664   :
3665 else
3666   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3667 See \`config.log' for more details." >&5
3668 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3669 See \`config.log' for more details." >&2;}
3670    { (exit 1); exit 1; }; }
3671 fi
3672
3673 ac_ext=c
3674 ac_cpp='$CPP $CPPFLAGS'
3675 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3676 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3677 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3678
3679
3680 { echo "$as_me:$LINENO: checking for X" >&5
3681 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3682
3683
3684 # Check whether --with-x was given.
3685 if test "${with_x+set}" = set; then
3686   withval=$with_x;
3687 fi
3688
3689 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3690 if test "x$with_x" = xno; then
3691   # The user explicitly disabled X.
3692   have_x=disabled
3693 else
3694   case $x_includes,$x_libraries in #(
3695     *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3696 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3697    { (exit 1); exit 1; }; };; #(
3698     *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3699   echo $ECHO_N "(cached) $ECHO_C" >&6
3700 else
3701   # One or both of the vars are not set, and there is no cached value.
3702 ac_x_includes=no ac_x_libraries=no
3703 rm -f -r conftest.dir
3704 if mkdir conftest.dir; then
3705   cd conftest.dir
3706   cat >Imakefile <<'_ACEOF'
3707 incroot:
3708         @echo incroot='${INCROOT}'
3709 usrlibdir:
3710         @echo usrlibdir='${USRLIBDIR}'
3711 libdir:
3712         @echo libdir='${LIBDIR}'
3713 _ACEOF
3714   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3715     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3716     for ac_var in incroot usrlibdir libdir; do
3717       eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3718     done
3719     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3720     for ac_extension in a so sl; do
3721       if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3722          test -f "$ac_im_libdir/libX11.$ac_extension"; then
3723         ac_im_usrlibdir=$ac_im_libdir; break
3724       fi
3725     done
3726     # Screen out bogus values from the imake configuration.  They are
3727     # bogus both because they are the default anyway, and because
3728     # using them would break gcc on systems where it needs fixed includes.
3729     case $ac_im_incroot in
3730         /usr/include) ac_x_includes= ;;
3731         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3732     esac
3733     case $ac_im_usrlibdir in
3734         /usr/lib | /lib) ;;
3735         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3736     esac
3737   fi
3738   cd ..
3739   rm -f -r conftest.dir
3740 fi
3741
3742 # Standard set of common directories for X headers.
3743 # Check X11 before X11Rn because it is often a symlink to the current release.
3744 ac_x_header_dirs='
3745 /usr/X11/include
3746 /usr/X11R6/include
3747 /usr/X11R5/include
3748 /usr/X11R4/include
3749
3750 /usr/include/X11
3751 /usr/include/X11R6
3752 /usr/include/X11R5
3753 /usr/include/X11R4
3754
3755 /usr/local/X11/include
3756 /usr/local/X11R6/include
3757 /usr/local/X11R5/include
3758 /usr/local/X11R4/include
3759
3760 /usr/local/include/X11
3761 /usr/local/include/X11R6
3762 /usr/local/include/X11R5
3763 /usr/local/include/X11R4
3764
3765 /usr/X386/include
3766 /usr/x386/include
3767 /usr/XFree86/include/X11
3768
3769 /usr/include
3770 /usr/local/include
3771 /usr/unsupported/include
3772 /usr/athena/include
3773 /usr/local/x11r5/include
3774 /usr/lpp/Xamples/include
3775
3776 /usr/openwin/include
3777 /usr/openwin/share/include'
3778
3779 if test "$ac_x_includes" = no; then
3780   # Guess where to find include files, by looking for Xlib.h.
3781   # First, try using that file with no special directory specified.
3782   cat >conftest.$ac_ext <<_ACEOF
3783 /* confdefs.h.  */
3784 _ACEOF
3785 cat confdefs.h >>conftest.$ac_ext
3786 cat >>conftest.$ac_ext <<_ACEOF
3787 /* end confdefs.h.  */
3788 #include <X11/Xlib.h>
3789 _ACEOF
3790 if { (ac_try="$ac_cpp conftest.$ac_ext"
3791 case "(($ac_try" in
3792   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3793   *) ac_try_echo=$ac_try;;
3794 esac
3795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3796   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3797   ac_status=$?
3798   grep -v '^ *+' conftest.er1 >conftest.err
3799   rm -f conftest.er1
3800   cat conftest.err >&5
3801   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3802   (exit $ac_status); } >/dev/null && {
3803          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3804          test ! -s conftest.err
3805        }; then
3806   # We can compile using X headers with no special include directory.
3807 ac_x_includes=
3808 else
3809   echo "$as_me: failed program was:" >&5
3810 sed 's/^/| /' conftest.$ac_ext >&5
3811
3812   for ac_dir in $ac_x_header_dirs; do
3813   if test -r "$ac_dir/X11/Xlib.h"; then
3814     ac_x_includes=$ac_dir
3815     break
3816   fi
3817 done
3818 fi
3819
3820 rm -f conftest.err conftest.$ac_ext
3821 fi # $ac_x_includes = no
3822
3823 if test "$ac_x_libraries" = no; then
3824   # Check for the libraries.
3825   # See if we find them without any special options.
3826   # Don't add to $LIBS permanently.
3827   ac_save_LIBS=$LIBS
3828   LIBS="-lX11 $LIBS"
3829   cat >conftest.$ac_ext <<_ACEOF
3830 /* confdefs.h.  */
3831 _ACEOF
3832 cat confdefs.h >>conftest.$ac_ext
3833 cat >>conftest.$ac_ext <<_ACEOF
3834 /* end confdefs.h.  */
3835 #include <X11/Xlib.h>
3836 int
3837 main ()
3838 {
3839 XrmInitialize ()
3840   ;
3841   return 0;
3842 }
3843 _ACEOF
3844 rm -f conftest.$ac_objext conftest$ac_exeext
3845 if { (ac_try="$ac_link"
3846 case "(($ac_try" in
3847   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848   *) ac_try_echo=$ac_try;;
3849 esac
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851   (eval "$ac_link") 2>conftest.er1
3852   ac_status=$?
3853   grep -v '^ *+' conftest.er1 >conftest.err
3854   rm -f conftest.er1
3855   cat conftest.err >&5
3856   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857   (exit $ac_status); } && {
3858          test -z "$ac_c_werror_flag" ||
3859          test ! -s conftest.err
3860        } && test -s conftest$ac_exeext &&
3861        $as_test_x conftest$ac_exeext; then
3862   LIBS=$ac_save_LIBS
3863 # We can link X programs with no special library path.
3864 ac_x_libraries=
3865 else
3866   echo "$as_me: failed program was:" >&5
3867 sed 's/^/| /' conftest.$ac_ext >&5
3868
3869         LIBS=$ac_save_LIBS
3870 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
3871 do
3872   # Don't even attempt the hair of trying to link an X program!
3873   for ac_extension in a so sl; do
3874     if test -r "$ac_dir/libX11.$ac_extension"; then
3875       ac_x_libraries=$ac_dir
3876       break 2
3877     fi
3878   done
3879 done
3880 fi
3881
3882 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3883       conftest$ac_exeext conftest.$ac_ext
3884 fi # $ac_x_libraries = no
3885
3886 case $ac_x_includes,$ac_x_libraries in #(
3887   no,* | *,no | *\'*)
3888     # Didn't find X, or a directory has "'" in its name.
3889     ac_cv_have_x="have_x=no";; #(
3890   *)
3891     # Record where we found X for the cache.
3892     ac_cv_have_x="have_x=yes\
3893         ac_x_includes='$ac_x_includes'\
3894         ac_x_libraries='$ac_x_libraries'"
3895 esac
3896 fi
3897 ;; #(
3898     *) have_x=yes;;
3899   esac
3900   eval "$ac_cv_have_x"
3901 fi # $with_x != no
3902
3903 if test "$have_x" != yes; then
3904   { echo "$as_me:$LINENO: result: $have_x" >&5
3905 echo "${ECHO_T}$have_x" >&6; }
3906   no_x=yes
3907 else
3908   # If each of the values was on the command line, it overrides each guess.
3909   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3910   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3911   # Update the cache value to reflect the command line values.
3912   ac_cv_have_x="have_x=yes\
3913         ac_x_includes='$x_includes'\
3914         ac_x_libraries='$x_libraries'"
3915   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
3916 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
3917 fi
3918
3919 if test "$no_x" = yes; then
3920   # Not all programs may use this symbol, but it does not hurt to define it.
3921
3922 cat >>confdefs.h <<\_ACEOF
3923 #define X_DISPLAY_MISSING 1
3924 _ACEOF
3925
3926   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3927 else
3928   if test -n "$x_includes"; then
3929     X_CFLAGS="$X_CFLAGS -I$x_includes"
3930   fi
3931
3932   # It would also be nice to do this for all -L options, not just this one.
3933   if test -n "$x_libraries"; then
3934     X_LIBS="$X_LIBS -L$x_libraries"
3935     # For Solaris; some versions of Sun CC require a space after -R and
3936     # others require no space.  Words are not sufficient . . . .
3937     { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3938 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
3939     ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3940     ac_xsave_c_werror_flag=$ac_c_werror_flag
3941     ac_c_werror_flag=yes
3942     cat >conftest.$ac_ext <<_ACEOF
3943 /* confdefs.h.  */
3944 _ACEOF
3945 cat confdefs.h >>conftest.$ac_ext
3946 cat >>conftest.$ac_ext <<_ACEOF
3947 /* end confdefs.h.  */
3948
3949 int
3950 main ()
3951 {
3952
3953   ;
3954   return 0;
3955 }
3956 _ACEOF
3957 rm -f conftest.$ac_objext conftest$ac_exeext
3958 if { (ac_try="$ac_link"
3959 case "(($ac_try" in
3960   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3961   *) ac_try_echo=$ac_try;;
3962 esac
3963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3964   (eval "$ac_link") 2>conftest.er1
3965   ac_status=$?
3966   grep -v '^ *+' conftest.er1 >conftest.err
3967   rm -f conftest.er1
3968   cat conftest.err >&5
3969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3970   (exit $ac_status); } && {
3971          test -z "$ac_c_werror_flag" ||
3972          test ! -s conftest.err
3973        } && test -s conftest$ac_exeext &&
3974        $as_test_x conftest$ac_exeext; then
3975   { echo "$as_me:$LINENO: result: no" >&5
3976 echo "${ECHO_T}no" >&6; }
3977        X_LIBS="$X_LIBS -R$x_libraries"
3978 else
3979   echo "$as_me: failed program was:" >&5
3980 sed 's/^/| /' conftest.$ac_ext >&5
3981
3982         LIBS="$ac_xsave_LIBS -R $x_libraries"
3983        cat >conftest.$ac_ext <<_ACEOF
3984 /* confdefs.h.  */
3985 _ACEOF
3986 cat confdefs.h >>conftest.$ac_ext
3987 cat >>conftest.$ac_ext <<_ACEOF
3988 /* end confdefs.h.  */
3989
3990 int
3991 main ()
3992 {
3993
3994   ;
3995   return 0;
3996 }
3997 _ACEOF
3998 rm -f conftest.$ac_objext conftest$ac_exeext
3999 if { (ac_try="$ac_link"
4000 case "(($ac_try" in
4001   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4002   *) ac_try_echo=$ac_try;;
4003 esac
4004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4005   (eval "$ac_link") 2>conftest.er1
4006   ac_status=$?
4007   grep -v '^ *+' conftest.er1 >conftest.err
4008   rm -f conftest.er1
4009   cat conftest.err >&5
4010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4011   (exit $ac_status); } && {
4012          test -z "$ac_c_werror_flag" ||
4013          test ! -s conftest.err
4014        } && test -s conftest$ac_exeext &&
4015        $as_test_x conftest$ac_exeext; then
4016   { echo "$as_me:$LINENO: result: yes" >&5
4017 echo "${ECHO_T}yes" >&6; }
4018           X_LIBS="$X_LIBS -R $x_libraries"
4019 else
4020   echo "$as_me: failed program was:" >&5
4021 sed 's/^/| /' conftest.$ac_ext >&5
4022
4023         { echo "$as_me:$LINENO: result: neither works" >&5
4024 echo "${ECHO_T}neither works" >&6; }
4025 fi
4026
4027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4028       conftest$ac_exeext conftest.$ac_ext
4029 fi
4030
4031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4032       conftest$ac_exeext conftest.$ac_ext
4033     ac_c_werror_flag=$ac_xsave_c_werror_flag
4034     LIBS=$ac_xsave_LIBS
4035   fi
4036
4037   # Check for system-dependent libraries X programs must link with.
4038   # Do this before checking for the system-independent R6 libraries
4039   # (-lICE), since we may need -lsocket or whatever for X linking.
4040
4041   if test "$ISC" = yes; then
4042     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4043   else
4044     # Martyn Johnson says this is needed for Ultrix, if the X
4045     # libraries were built with DECnet support.  And Karl Berry says
4046     # the Alpha needs dnet_stub (dnet does not exist).
4047     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4048     cat >conftest.$ac_ext <<_ACEOF
4049 /* confdefs.h.  */
4050 _ACEOF
4051 cat confdefs.h >>conftest.$ac_ext
4052 cat >>conftest.$ac_ext <<_ACEOF
4053 /* end confdefs.h.  */
4054
4055 /* Override any GCC internal prototype to avoid an error.
4056    Use char because int might match the return type of a GCC
4057    builtin and then its argument prototype would still apply.  */
4058 #ifdef __cplusplus
4059 extern "C"
4060 #endif
4061 char XOpenDisplay ();
4062 int
4063 main ()
4064 {
4065 return XOpenDisplay ();
4066   ;
4067   return 0;
4068 }
4069 _ACEOF
4070 rm -f conftest.$ac_objext conftest$ac_exeext
4071 if { (ac_try="$ac_link"
4072 case "(($ac_try" in
4073   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4074   *) ac_try_echo=$ac_try;;
4075 esac
4076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4077   (eval "$ac_link") 2>conftest.er1
4078   ac_status=$?
4079   grep -v '^ *+' conftest.er1 >conftest.err
4080   rm -f conftest.er1
4081   cat conftest.err >&5
4082   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4083   (exit $ac_status); } && {
4084          test -z "$ac_c_werror_flag" ||
4085          test ! -s conftest.err
4086        } && test -s conftest$ac_exeext &&
4087        $as_test_x conftest$ac_exeext; then
4088   :
4089 else
4090   echo "$as_me: failed program was:" >&5
4091 sed 's/^/| /' conftest.$ac_ext >&5
4092
4093         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4094 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4095 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4096   echo $ECHO_N "(cached) $ECHO_C" >&6
4097 else
4098   ac_check_lib_save_LIBS=$LIBS
4099 LIBS="-ldnet  $LIBS"
4100 cat >conftest.$ac_ext <<_ACEOF
4101 /* confdefs.h.  */
4102 _ACEOF
4103 cat confdefs.h >>conftest.$ac_ext
4104 cat >>conftest.$ac_ext <<_ACEOF
4105 /* end confdefs.h.  */
4106
4107 /* Override any GCC internal prototype to avoid an error.
4108    Use char because int might match the return type of a GCC
4109    builtin and then its argument prototype would still apply.  */
4110 #ifdef __cplusplus
4111 extern "C"
4112 #endif
4113 char dnet_ntoa ();
4114 int
4115 main ()
4116 {
4117 return dnet_ntoa ();
4118   ;
4119   return 0;
4120 }
4121 _ACEOF
4122 rm -f conftest.$ac_objext conftest$ac_exeext
4123 if { (ac_try="$ac_link"
4124 case "(($ac_try" in
4125   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4126   *) ac_try_echo=$ac_try;;
4127 esac
4128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4129   (eval "$ac_link") 2>conftest.er1
4130   ac_status=$?
4131   grep -v '^ *+' conftest.er1 >conftest.err
4132   rm -f conftest.er1
4133   cat conftest.err >&5
4134   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4135   (exit $ac_status); } && {
4136          test -z "$ac_c_werror_flag" ||
4137          test ! -s conftest.err
4138        } && test -s conftest$ac_exeext &&
4139        $as_test_x conftest$ac_exeext; then
4140   ac_cv_lib_dnet_dnet_ntoa=yes
4141 else
4142   echo "$as_me: failed program was:" >&5
4143 sed 's/^/| /' conftest.$ac_ext >&5
4144
4145         ac_cv_lib_dnet_dnet_ntoa=no
4146 fi
4147
4148 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4149       conftest$ac_exeext conftest.$ac_ext
4150 LIBS=$ac_check_lib_save_LIBS
4151 fi
4152 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4153 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4154 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4155   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4156 fi
4157
4158     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4159       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4160 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4161 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4162   echo $ECHO_N "(cached) $ECHO_C" >&6
4163 else
4164   ac_check_lib_save_LIBS=$LIBS
4165 LIBS="-ldnet_stub  $LIBS"
4166 cat >conftest.$ac_ext <<_ACEOF
4167 /* confdefs.h.  */
4168 _ACEOF
4169 cat confdefs.h >>conftest.$ac_ext
4170 cat >>conftest.$ac_ext <<_ACEOF
4171 /* end confdefs.h.  */
4172
4173 /* Override any GCC internal prototype to avoid an error.
4174    Use char because int might match the return type of a GCC
4175    builtin and then its argument prototype would still apply.  */
4176 #ifdef __cplusplus
4177 extern "C"
4178 #endif
4179 char dnet_ntoa ();
4180 int
4181 main ()
4182 {
4183 return dnet_ntoa ();
4184   ;
4185   return 0;
4186 }
4187 _ACEOF
4188 rm -f conftest.$ac_objext conftest$ac_exeext
4189 if { (ac_try="$ac_link"
4190 case "(($ac_try" in
4191   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4192   *) ac_try_echo=$ac_try;;
4193 esac
4194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4195   (eval "$ac_link") 2>conftest.er1
4196   ac_status=$?
4197   grep -v '^ *+' conftest.er1 >conftest.err
4198   rm -f conftest.er1
4199   cat conftest.err >&5
4200   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4201   (exit $ac_status); } && {
4202          test -z "$ac_c_werror_flag" ||
4203          test ! -s conftest.err
4204        } && test -s conftest$ac_exeext &&
4205        $as_test_x conftest$ac_exeext; then
4206   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4207 else
4208   echo "$as_me: failed program was:" >&5
4209 sed 's/^/| /' conftest.$ac_ext >&5
4210
4211         ac_cv_lib_dnet_stub_dnet_ntoa=no
4212 fi
4213
4214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4215       conftest$ac_exeext conftest.$ac_ext
4216 LIBS=$ac_check_lib_save_LIBS
4217 fi
4218 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4219 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4220 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4221   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4222 fi
4223
4224     fi
4225 fi
4226
4227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4228       conftest$ac_exeext conftest.$ac_ext
4229     LIBS="$ac_xsave_LIBS"
4230
4231     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4232     # to get the SysV transport functions.
4233     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4234     # needs -lnsl.
4235     # The nsl library prevents programs from opening the X display
4236     # on Irix 5.2, according to T.E. Dickey.
4237     # The functions gethostbyname, getservbyname, and inet_addr are
4238     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4239     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4240 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4241 if test "${ac_cv_func_gethostbyname+set}" = set; then
4242   echo $ECHO_N "(cached) $ECHO_C" >&6
4243 else
4244   cat >conftest.$ac_ext <<_ACEOF
4245 /* confdefs.h.  */
4246 _ACEOF
4247 cat confdefs.h >>conftest.$ac_ext
4248 cat >>conftest.$ac_ext <<_ACEOF
4249 /* end confdefs.h.  */
4250 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4251    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4252 #define gethostbyname innocuous_gethostbyname
4253
4254 /* System header to define __stub macros and hopefully few prototypes,
4255     which can conflict with char gethostbyname (); below.
4256     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4257     <limits.h> exists even on freestanding compilers.  */
4258
4259 #ifdef __STDC__
4260 # include <limits.h>
4261 #else
4262 # include <assert.h>
4263 #endif
4264
4265 #undef gethostbyname
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 gethostbyname ();
4274 /* The GNU C library defines this for functions which it implements
4275     to always fail with ENOSYS.  Some functions are actually named
4276     something starting with __ and the normal name is an alias.  */
4277 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4278 choke me
4279 #endif
4280
4281 int
4282 main ()
4283 {
4284 return gethostbyname ();
4285   ;
4286   return 0;
4287 }
4288 _ACEOF
4289 rm -f conftest.$ac_objext conftest$ac_exeext
4290 if { (ac_try="$ac_link"
4291 case "(($ac_try" in
4292   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4293   *) ac_try_echo=$ac_try;;
4294 esac
4295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4296   (eval "$ac_link") 2>conftest.er1
4297   ac_status=$?
4298   grep -v '^ *+' conftest.er1 >conftest.err
4299   rm -f conftest.er1
4300   cat conftest.err >&5
4301   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4302   (exit $ac_status); } && {
4303          test -z "$ac_c_werror_flag" ||
4304          test ! -s conftest.err
4305        } && test -s conftest$ac_exeext &&
4306        $as_test_x conftest$ac_exeext; then
4307   ac_cv_func_gethostbyname=yes
4308 else
4309   echo "$as_me: failed program was:" >&5
4310 sed 's/^/| /' conftest.$ac_ext >&5
4311
4312         ac_cv_func_gethostbyname=no
4313 fi
4314
4315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4316       conftest$ac_exeext conftest.$ac_ext
4317 fi
4318 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4319 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4320
4321     if test $ac_cv_func_gethostbyname = no; then
4322       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4323 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4324 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4325   echo $ECHO_N "(cached) $ECHO_C" >&6
4326 else
4327   ac_check_lib_save_LIBS=$LIBS
4328 LIBS="-lnsl  $LIBS"
4329 cat >conftest.$ac_ext <<_ACEOF
4330 /* confdefs.h.  */
4331 _ACEOF
4332 cat confdefs.h >>conftest.$ac_ext
4333 cat >>conftest.$ac_ext <<_ACEOF
4334 /* end confdefs.h.  */
4335
4336 /* Override any GCC internal prototype to avoid an error.
4337    Use char because int might match the return type of a GCC
4338    builtin and then its argument prototype would still apply.  */
4339 #ifdef __cplusplus
4340 extern "C"
4341 #endif
4342 char gethostbyname ();
4343 int
4344 main ()
4345 {
4346 return gethostbyname ();
4347   ;
4348   return 0;
4349 }
4350 _ACEOF
4351 rm -f conftest.$ac_objext conftest$ac_exeext
4352 if { (ac_try="$ac_link"
4353 case "(($ac_try" in
4354   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4355   *) ac_try_echo=$ac_try;;
4356 esac
4357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4358   (eval "$ac_link") 2>conftest.er1
4359   ac_status=$?
4360   grep -v '^ *+' conftest.er1 >conftest.err
4361   rm -f conftest.er1
4362   cat conftest.err >&5
4363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4364   (exit $ac_status); } && {
4365          test -z "$ac_c_werror_flag" ||
4366          test ! -s conftest.err
4367        } && test -s conftest$ac_exeext &&
4368        $as_test_x conftest$ac_exeext; then
4369   ac_cv_lib_nsl_gethostbyname=yes
4370 else
4371   echo "$as_me: failed program was:" >&5
4372 sed 's/^/| /' conftest.$ac_ext >&5
4373
4374         ac_cv_lib_nsl_gethostbyname=no
4375 fi
4376
4377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4378       conftest$ac_exeext conftest.$ac_ext
4379 LIBS=$ac_check_lib_save_LIBS
4380 fi
4381 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4382 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4383 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4384   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4385 fi
4386
4387       if test $ac_cv_lib_nsl_gethostbyname = no; then
4388         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4389 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4390 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4391   echo $ECHO_N "(cached) $ECHO_C" >&6
4392 else
4393   ac_check_lib_save_LIBS=$LIBS
4394 LIBS="-lbsd  $LIBS"
4395 cat >conftest.$ac_ext <<_ACEOF
4396 /* confdefs.h.  */
4397 _ACEOF
4398 cat confdefs.h >>conftest.$ac_ext
4399 cat >>conftest.$ac_ext <<_ACEOF
4400 /* end confdefs.h.  */
4401
4402 /* Override any GCC internal prototype to avoid an error.
4403    Use char because int might match the return type of a GCC
4404    builtin and then its argument prototype would still apply.  */
4405 #ifdef __cplusplus
4406 extern "C"
4407 #endif
4408 char gethostbyname ();
4409 int
4410 main ()
4411 {
4412 return gethostbyname ();
4413   ;
4414   return 0;
4415 }
4416 _ACEOF
4417 rm -f conftest.$ac_objext conftest$ac_exeext
4418 if { (ac_try="$ac_link"
4419 case "(($ac_try" in
4420   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4421   *) ac_try_echo=$ac_try;;
4422 esac
4423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4424   (eval "$ac_link") 2>conftest.er1
4425   ac_status=$?
4426   grep -v '^ *+' conftest.er1 >conftest.err
4427   rm -f conftest.er1
4428   cat conftest.err >&5
4429   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4430   (exit $ac_status); } && {
4431          test -z "$ac_c_werror_flag" ||
4432          test ! -s conftest.err
4433        } && test -s conftest$ac_exeext &&
4434        $as_test_x conftest$ac_exeext; then
4435   ac_cv_lib_bsd_gethostbyname=yes
4436 else
4437   echo "$as_me: failed program was:" >&5
4438 sed 's/^/| /' conftest.$ac_ext >&5
4439
4440         ac_cv_lib_bsd_gethostbyname=no
4441 fi
4442
4443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4444       conftest$ac_exeext conftest.$ac_ext
4445 LIBS=$ac_check_lib_save_LIBS
4446 fi
4447 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4448 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4449 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4450   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4451 fi
4452
4453       fi
4454     fi
4455
4456     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4457     # socket/setsockopt and other routines are undefined under SCO ODT
4458     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4459     # on later versions), says Simon Leinen: it contains gethostby*
4460     # variants that don't use the name server (or something).  -lsocket
4461     # must be given before -lnsl if both are needed.  We assume that
4462     # if connect needs -lnsl, so does gethostbyname.
4463     { echo "$as_me:$LINENO: checking for connect" >&5
4464 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4465 if test "${ac_cv_func_connect+set}" = set; then
4466   echo $ECHO_N "(cached) $ECHO_C" >&6
4467 else
4468   cat >conftest.$ac_ext <<_ACEOF
4469 /* confdefs.h.  */
4470 _ACEOF
4471 cat confdefs.h >>conftest.$ac_ext
4472 cat >>conftest.$ac_ext <<_ACEOF
4473 /* end confdefs.h.  */
4474 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4475    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4476 #define connect innocuous_connect
4477
4478 /* System header to define __stub macros and hopefully few prototypes,
4479     which can conflict with char connect (); below.
4480     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4481     <limits.h> exists even on freestanding compilers.  */
4482
4483 #ifdef __STDC__
4484 # include <limits.h>
4485 #else
4486 # include <assert.h>
4487 #endif
4488
4489 #undef connect
4490
4491 /* Override any GCC internal prototype to avoid an error.
4492    Use char because int might match the return type of a GCC
4493    builtin and then its argument prototype would still apply.  */
4494 #ifdef __cplusplus
4495 extern "C"
4496 #endif
4497 char connect ();
4498 /* The GNU C library defines this for functions which it implements
4499     to always fail with ENOSYS.  Some functions are actually named
4500     something starting with __ and the normal name is an alias.  */
4501 #if defined __stub_connect || defined __stub___connect
4502 choke me
4503 #endif
4504
4505 int
4506 main ()
4507 {
4508 return connect ();
4509   ;
4510   return 0;
4511 }
4512 _ACEOF
4513 rm -f conftest.$ac_objext conftest$ac_exeext
4514 if { (ac_try="$ac_link"
4515 case "(($ac_try" in
4516   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4517   *) ac_try_echo=$ac_try;;
4518 esac
4519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4520   (eval "$ac_link") 2>conftest.er1
4521   ac_status=$?
4522   grep -v '^ *+' conftest.er1 >conftest.err
4523   rm -f conftest.er1
4524   cat conftest.err >&5
4525   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4526   (exit $ac_status); } && {
4527          test -z "$ac_c_werror_flag" ||
4528          test ! -s conftest.err
4529        } && test -s conftest$ac_exeext &&
4530        $as_test_x conftest$ac_exeext; then
4531   ac_cv_func_connect=yes
4532 else
4533   echo "$as_me: failed program was:" >&5
4534 sed 's/^/| /' conftest.$ac_ext >&5
4535
4536         ac_cv_func_connect=no
4537 fi
4538
4539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4540       conftest$ac_exeext conftest.$ac_ext
4541 fi
4542 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4543 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4544
4545     if test $ac_cv_func_connect = no; then
4546       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4547 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4548 if test "${ac_cv_lib_socket_connect+set}" = set; then
4549   echo $ECHO_N "(cached) $ECHO_C" >&6
4550 else
4551   ac_check_lib_save_LIBS=$LIBS
4552 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4553 cat >conftest.$ac_ext <<_ACEOF
4554 /* confdefs.h.  */
4555 _ACEOF
4556 cat confdefs.h >>conftest.$ac_ext
4557 cat >>conftest.$ac_ext <<_ACEOF
4558 /* end confdefs.h.  */
4559
4560 /* Override any GCC internal prototype to avoid an error.
4561    Use char because int might match the return type of a GCC
4562    builtin and then its argument prototype would still apply.  */
4563 #ifdef __cplusplus
4564 extern "C"
4565 #endif
4566 char connect ();
4567 int
4568 main ()
4569 {
4570 return connect ();
4571   ;
4572   return 0;
4573 }
4574 _ACEOF
4575 rm -f conftest.$ac_objext conftest$ac_exeext
4576 if { (ac_try="$ac_link"
4577 case "(($ac_try" in
4578   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4579   *) ac_try_echo=$ac_try;;
4580 esac
4581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4582   (eval "$ac_link") 2>conftest.er1
4583   ac_status=$?
4584   grep -v '^ *+' conftest.er1 >conftest.err
4585   rm -f conftest.er1
4586   cat conftest.err >&5
4587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4588   (exit $ac_status); } && {
4589          test -z "$ac_c_werror_flag" ||
4590          test ! -s conftest.err
4591        } && test -s conftest$ac_exeext &&
4592        $as_test_x conftest$ac_exeext; then
4593   ac_cv_lib_socket_connect=yes
4594 else
4595   echo "$as_me: failed program was:" >&5
4596 sed 's/^/| /' conftest.$ac_ext >&5
4597
4598         ac_cv_lib_socket_connect=no
4599 fi
4600
4601 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4602       conftest$ac_exeext conftest.$ac_ext
4603 LIBS=$ac_check_lib_save_LIBS
4604 fi
4605 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4606 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4607 if test $ac_cv_lib_socket_connect = yes; then
4608   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4609 fi
4610
4611     fi
4612
4613     # Guillermo Gomez says -lposix is necessary on A/UX.
4614     { echo "$as_me:$LINENO: checking for remove" >&5
4615 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4616 if test "${ac_cv_func_remove+set}" = set; then
4617   echo $ECHO_N "(cached) $ECHO_C" >&6
4618 else
4619   cat >conftest.$ac_ext <<_ACEOF
4620 /* confdefs.h.  */
4621 _ACEOF
4622 cat confdefs.h >>conftest.$ac_ext
4623 cat >>conftest.$ac_ext <<_ACEOF
4624 /* end confdefs.h.  */
4625 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4626    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4627 #define remove innocuous_remove
4628
4629 /* System header to define __stub macros and hopefully few prototypes,
4630     which can conflict with char remove (); below.
4631     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4632     <limits.h> exists even on freestanding compilers.  */
4633
4634 #ifdef __STDC__
4635 # include <limits.h>
4636 #else
4637 # include <assert.h>
4638 #endif
4639
4640 #undef remove
4641
4642 /* Override any GCC internal prototype to avoid an error.
4643    Use char because int might match the return type of a GCC
4644    builtin and then its argument prototype would still apply.  */
4645 #ifdef __cplusplus
4646 extern "C"
4647 #endif
4648 char remove ();
4649 /* The GNU C library defines this for functions which it implements
4650     to always fail with ENOSYS.  Some functions are actually named
4651     something starting with __ and the normal name is an alias.  */
4652 #if defined __stub_remove || defined __stub___remove
4653 choke me
4654 #endif
4655
4656 int
4657 main ()
4658 {
4659 return remove ();
4660   ;
4661   return 0;
4662 }
4663 _ACEOF
4664 rm -f conftest.$ac_objext conftest$ac_exeext
4665 if { (ac_try="$ac_link"
4666 case "(($ac_try" in
4667   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4668   *) ac_try_echo=$ac_try;;
4669 esac
4670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4671   (eval "$ac_link") 2>conftest.er1
4672   ac_status=$?
4673   grep -v '^ *+' conftest.er1 >conftest.err
4674   rm -f conftest.er1
4675   cat conftest.err >&5
4676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4677   (exit $ac_status); } && {
4678          test -z "$ac_c_werror_flag" ||
4679          test ! -s conftest.err
4680        } && test -s conftest$ac_exeext &&
4681        $as_test_x conftest$ac_exeext; then
4682   ac_cv_func_remove=yes
4683 else
4684   echo "$as_me: failed program was:" >&5
4685 sed 's/^/| /' conftest.$ac_ext >&5
4686
4687         ac_cv_func_remove=no
4688 fi
4689
4690 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4691       conftest$ac_exeext conftest.$ac_ext
4692 fi
4693 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4694 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4695
4696     if test $ac_cv_func_remove = no; then
4697       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4698 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4699 if test "${ac_cv_lib_posix_remove+set}" = set; then
4700   echo $ECHO_N "(cached) $ECHO_C" >&6
4701 else
4702   ac_check_lib_save_LIBS=$LIBS
4703 LIBS="-lposix  $LIBS"
4704 cat >conftest.$ac_ext <<_ACEOF
4705 /* confdefs.h.  */
4706 _ACEOF
4707 cat confdefs.h >>conftest.$ac_ext
4708 cat >>conftest.$ac_ext <<_ACEOF
4709 /* end confdefs.h.  */
4710
4711 /* Override any GCC internal prototype to avoid an error.
4712    Use char because int might match the return type of a GCC
4713    builtin and then its argument prototype would still apply.  */
4714 #ifdef __cplusplus
4715 extern "C"
4716 #endif
4717 char remove ();
4718 int
4719 main ()
4720 {
4721 return remove ();
4722   ;
4723   return 0;
4724 }
4725 _ACEOF
4726 rm -f conftest.$ac_objext conftest$ac_exeext
4727 if { (ac_try="$ac_link"
4728 case "(($ac_try" in
4729   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4730   *) ac_try_echo=$ac_try;;
4731 esac
4732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4733   (eval "$ac_link") 2>conftest.er1
4734   ac_status=$?
4735   grep -v '^ *+' conftest.er1 >conftest.err
4736   rm -f conftest.er1
4737   cat conftest.err >&5
4738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4739   (exit $ac_status); } && {
4740          test -z "$ac_c_werror_flag" ||
4741          test ! -s conftest.err
4742        } && test -s conftest$ac_exeext &&
4743        $as_test_x conftest$ac_exeext; then
4744   ac_cv_lib_posix_remove=yes
4745 else
4746   echo "$as_me: failed program was:" >&5
4747 sed 's/^/| /' conftest.$ac_ext >&5
4748
4749         ac_cv_lib_posix_remove=no
4750 fi
4751
4752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4753       conftest$ac_exeext conftest.$ac_ext
4754 LIBS=$ac_check_lib_save_LIBS
4755 fi
4756 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4757 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4758 if test $ac_cv_lib_posix_remove = yes; then
4759   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4760 fi
4761
4762     fi
4763
4764     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4765     { echo "$as_me:$LINENO: checking for shmat" >&5
4766 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4767 if test "${ac_cv_func_shmat+set}" = set; then
4768   echo $ECHO_N "(cached) $ECHO_C" >&6
4769 else
4770   cat >conftest.$ac_ext <<_ACEOF
4771 /* confdefs.h.  */
4772 _ACEOF
4773 cat confdefs.h >>conftest.$ac_ext
4774 cat >>conftest.$ac_ext <<_ACEOF
4775 /* end confdefs.h.  */
4776 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4777    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4778 #define shmat innocuous_shmat
4779
4780 /* System header to define __stub macros and hopefully few prototypes,
4781     which can conflict with char shmat (); below.
4782     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4783     <limits.h> exists even on freestanding compilers.  */
4784
4785 #ifdef __STDC__
4786 # include <limits.h>
4787 #else
4788 # include <assert.h>
4789 #endif
4790
4791 #undef shmat
4792
4793 /* Override any GCC internal prototype to avoid an error.
4794    Use char because int might match the return type of a GCC
4795    builtin and then its argument prototype would still apply.  */
4796 #ifdef __cplusplus
4797 extern "C"
4798 #endif
4799 char shmat ();
4800 /* The GNU C library defines this for functions which it implements
4801     to always fail with ENOSYS.  Some functions are actually named
4802     something starting with __ and the normal name is an alias.  */
4803 #if defined __stub_shmat || defined __stub___shmat
4804 choke me
4805 #endif
4806
4807 int
4808 main ()
4809 {
4810 return shmat ();
4811   ;
4812   return 0;
4813 }
4814 _ACEOF
4815 rm -f conftest.$ac_objext conftest$ac_exeext
4816 if { (ac_try="$ac_link"
4817 case "(($ac_try" in
4818   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4819   *) ac_try_echo=$ac_try;;
4820 esac
4821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4822   (eval "$ac_link") 2>conftest.er1
4823   ac_status=$?
4824   grep -v '^ *+' conftest.er1 >conftest.err
4825   rm -f conftest.er1
4826   cat conftest.err >&5
4827   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4828   (exit $ac_status); } && {
4829          test -z "$ac_c_werror_flag" ||
4830          test ! -s conftest.err
4831        } && test -s conftest$ac_exeext &&
4832        $as_test_x conftest$ac_exeext; then
4833   ac_cv_func_shmat=yes
4834 else
4835   echo "$as_me: failed program was:" >&5
4836 sed 's/^/| /' conftest.$ac_ext >&5
4837
4838         ac_cv_func_shmat=no
4839 fi
4840
4841 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4842       conftest$ac_exeext conftest.$ac_ext
4843 fi
4844 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4845 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
4846
4847     if test $ac_cv_func_shmat = no; then
4848       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4849 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
4850 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4851   echo $ECHO_N "(cached) $ECHO_C" >&6
4852 else
4853   ac_check_lib_save_LIBS=$LIBS
4854 LIBS="-lipc  $LIBS"
4855 cat >conftest.$ac_ext <<_ACEOF
4856 /* confdefs.h.  */
4857 _ACEOF
4858 cat confdefs.h >>conftest.$ac_ext
4859 cat >>conftest.$ac_ext <<_ACEOF
4860 /* end confdefs.h.  */
4861
4862 /* Override any GCC internal prototype to avoid an error.
4863    Use char because int might match the return type of a GCC
4864    builtin and then its argument prototype would still apply.  */
4865 #ifdef __cplusplus
4866 extern "C"
4867 #endif
4868 char shmat ();
4869 int
4870 main ()
4871 {
4872 return shmat ();
4873   ;
4874   return 0;
4875 }
4876 _ACEOF
4877 rm -f conftest.$ac_objext conftest$ac_exeext
4878 if { (ac_try="$ac_link"
4879 case "(($ac_try" in
4880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4881   *) ac_try_echo=$ac_try;;
4882 esac
4883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4884   (eval "$ac_link") 2>conftest.er1
4885   ac_status=$?
4886   grep -v '^ *+' conftest.er1 >conftest.err
4887   rm -f conftest.er1
4888   cat conftest.err >&5
4889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890   (exit $ac_status); } && {
4891          test -z "$ac_c_werror_flag" ||
4892          test ! -s conftest.err
4893        } && test -s conftest$ac_exeext &&
4894        $as_test_x conftest$ac_exeext; then
4895   ac_cv_lib_ipc_shmat=yes
4896 else
4897   echo "$as_me: failed program was:" >&5
4898 sed 's/^/| /' conftest.$ac_ext >&5
4899
4900         ac_cv_lib_ipc_shmat=no
4901 fi
4902
4903 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4904       conftest$ac_exeext conftest.$ac_ext
4905 LIBS=$ac_check_lib_save_LIBS
4906 fi
4907 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4908 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
4909 if test $ac_cv_lib_ipc_shmat = yes; then
4910   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4911 fi
4912
4913     fi
4914   fi
4915
4916   # Check for libraries that X11R6 Xt/Xaw programs need.
4917   ac_save_LDFLAGS=$LDFLAGS
4918   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4919   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4920   # check for ICE first), but we must link in the order -lSM -lICE or
4921   # we get undefined symbols.  So assume we have SM if we have ICE.
4922   # These have to be linked with before -lX11, unlike the other
4923   # libraries we check for below, so use a different variable.
4924   # John Interrante, Karl Berry
4925   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4926 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
4927 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4928   echo $ECHO_N "(cached) $ECHO_C" >&6
4929 else
4930   ac_check_lib_save_LIBS=$LIBS
4931 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4932 cat >conftest.$ac_ext <<_ACEOF
4933 /* confdefs.h.  */
4934 _ACEOF
4935 cat confdefs.h >>conftest.$ac_ext
4936 cat >>conftest.$ac_ext <<_ACEOF
4937 /* end confdefs.h.  */
4938
4939 /* Override any GCC internal prototype to avoid an error.
4940    Use char because int might match the return type of a GCC
4941    builtin and then its argument prototype would still apply.  */
4942 #ifdef __cplusplus
4943 extern "C"
4944 #endif
4945 char IceConnectionNumber ();
4946 int
4947 main ()
4948 {
4949 return IceConnectionNumber ();
4950   ;
4951   return 0;
4952 }
4953 _ACEOF
4954 rm -f conftest.$ac_objext conftest$ac_exeext
4955 if { (ac_try="$ac_link"
4956 case "(($ac_try" in
4957   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4958   *) ac_try_echo=$ac_try;;
4959 esac
4960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4961   (eval "$ac_link") 2>conftest.er1
4962   ac_status=$?
4963   grep -v '^ *+' conftest.er1 >conftest.err
4964   rm -f conftest.er1
4965   cat conftest.err >&5
4966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4967   (exit $ac_status); } && {
4968          test -z "$ac_c_werror_flag" ||
4969          test ! -s conftest.err
4970        } && test -s conftest$ac_exeext &&
4971        $as_test_x conftest$ac_exeext; then
4972   ac_cv_lib_ICE_IceConnectionNumber=yes
4973 else
4974   echo "$as_me: failed program was:" >&5
4975 sed 's/^/| /' conftest.$ac_ext >&5
4976
4977         ac_cv_lib_ICE_IceConnectionNumber=no
4978 fi
4979
4980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4981       conftest$ac_exeext conftest.$ac_ext
4982 LIBS=$ac_check_lib_save_LIBS
4983 fi
4984 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4985 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
4986 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4987   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4988 fi
4989
4990   LDFLAGS=$ac_save_LDFLAGS
4991
4992 fi
4993
4994
4995 for ac_prog in flex
4996 do
4997   # Extract the first word of "$ac_prog", so it can be a program name with args.
4998 set dummy $ac_prog; ac_word=$2
4999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5001 if test "${ac_cv_prog_FLEX+set}" = set; then
5002   echo $ECHO_N "(cached) $ECHO_C" >&6
5003 else
5004   if test -n "$FLEX"; then
5005   ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5006 else
5007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5008 for as_dir in $PATH
5009 do
5010   IFS=$as_save_IFS
5011   test -z "$as_dir" && as_dir=.
5012   for ac_exec_ext in '' $ac_executable_extensions; do
5013   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5014     ac_cv_prog_FLEX="$ac_prog"
5015     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5016     break 2
5017   fi
5018 done
5019 done
5020 IFS=$as_save_IFS
5021
5022 fi
5023 fi
5024 FLEX=$ac_cv_prog_FLEX
5025 if test -n "$FLEX"; then
5026   { echo "$as_me:$LINENO: result: $FLEX" >&5
5027 echo "${ECHO_T}$FLEX" >&6; }
5028 else
5029   { echo "$as_me:$LINENO: result: no" >&5
5030 echo "${ECHO_T}no" >&6; }
5031 fi
5032
5033
5034   test -n "$FLEX" && break
5035 done
5036 test -n "$FLEX" || FLEX="none"
5037
5038 if test "$FLEX" = "none"
5039 then
5040   { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5041 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5042    { (exit 1); exit 1; }; }
5043 fi
5044
5045 for ac_prog in bison
5046 do
5047   # Extract the first word of "$ac_prog", so it can be a program name with args.
5048 set dummy $ac_prog; ac_word=$2
5049 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5050 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5051 if test "${ac_cv_prog_BISON+set}" = set; then
5052   echo $ECHO_N "(cached) $ECHO_C" >&6
5053 else
5054   if test -n "$BISON"; then
5055   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5056 else
5057 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5058 for as_dir in $PATH
5059 do
5060   IFS=$as_save_IFS
5061   test -z "$as_dir" && as_dir=.
5062   for ac_exec_ext in '' $ac_executable_extensions; do
5063   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5064     ac_cv_prog_BISON="$ac_prog"
5065     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5066     break 2
5067   fi
5068 done
5069 done
5070 IFS=$as_save_IFS
5071
5072 fi
5073 fi
5074 BISON=$ac_cv_prog_BISON
5075 if test -n "$BISON"; then
5076   { echo "$as_me:$LINENO: result: $BISON" >&5
5077 echo "${ECHO_T}$BISON" >&6; }
5078 else
5079   { echo "$as_me:$LINENO: result: no" >&5
5080 echo "${ECHO_T}no" >&6; }
5081 fi
5082
5083
5084   test -n "$BISON" && break
5085 done
5086 test -n "$BISON" || BISON="none"
5087
5088 if test "$BISON" = "none"
5089 then
5090   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5091 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5092    { (exit 1); exit 1; }; }
5093 fi
5094
5095 if test -n "$ac_tool_prefix"; then
5096   for ac_prog in gas as
5097   do
5098     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5099 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5102 if test "${ac_cv_prog_AS+set}" = set; then
5103   echo $ECHO_N "(cached) $ECHO_C" >&6
5104 else
5105   if test -n "$AS"; then
5106   ac_cv_prog_AS="$AS" # Let the user override the test.
5107 else
5108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5109 for as_dir in $PATH
5110 do
5111   IFS=$as_save_IFS
5112   test -z "$as_dir" && as_dir=.
5113   for ac_exec_ext in '' $ac_executable_extensions; do
5114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5115     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5116     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5117     break 2
5118   fi
5119 done
5120 done
5121 IFS=$as_save_IFS
5122
5123 fi
5124 fi
5125 AS=$ac_cv_prog_AS
5126 if test -n "$AS"; then
5127   { echo "$as_me:$LINENO: result: $AS" >&5
5128 echo "${ECHO_T}$AS" >&6; }
5129 else
5130   { echo "$as_me:$LINENO: result: no" >&5
5131 echo "${ECHO_T}no" >&6; }
5132 fi
5133
5134
5135     test -n "$AS" && break
5136   done
5137 fi
5138 if test -z "$AS"; then
5139   ac_ct_AS=$AS
5140   for ac_prog in gas as
5141 do
5142   # Extract the first word of "$ac_prog", so it can be a program name with args.
5143 set dummy $ac_prog; ac_word=$2
5144 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5145 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5146 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5147   echo $ECHO_N "(cached) $ECHO_C" >&6
5148 else
5149   if test -n "$ac_ct_AS"; then
5150   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5151 else
5152 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5153 for as_dir in $PATH
5154 do
5155   IFS=$as_save_IFS
5156   test -z "$as_dir" && as_dir=.
5157   for ac_exec_ext in '' $ac_executable_extensions; do
5158   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5159     ac_cv_prog_ac_ct_AS="$ac_prog"
5160     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5161     break 2
5162   fi
5163 done
5164 done
5165 IFS=$as_save_IFS
5166
5167 fi
5168 fi
5169 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5170 if test -n "$ac_ct_AS"; then
5171   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5172 echo "${ECHO_T}$ac_ct_AS" >&6; }
5173 else
5174   { echo "$as_me:$LINENO: result: no" >&5
5175 echo "${ECHO_T}no" >&6; }
5176 fi
5177
5178
5179   test -n "$ac_ct_AS" && break
5180 done
5181
5182   if test "x$ac_ct_AS" = x; then
5183     AS="as"
5184   else
5185     case $cross_compiling:$ac_tool_warned in
5186 yes:)
5187 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5188 whose name does not start with the host triplet.  If you think this
5189 configuration is useful to you, please write to autoconf@gnu.org." >&5
5190 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5191 whose name does not start with the host triplet.  If you think this
5192 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5193 ac_tool_warned=yes ;;
5194 esac
5195     AS=$ac_ct_AS
5196   fi
5197 fi
5198
5199 if test -n "$ac_tool_prefix"; then
5200   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5201 set dummy ${ac_tool_prefix}ld; ac_word=$2
5202 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5203 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5204 if test "${ac_cv_prog_LD+set}" = set; then
5205   echo $ECHO_N "(cached) $ECHO_C" >&6
5206 else
5207   if test -n "$LD"; then
5208   ac_cv_prog_LD="$LD" # Let the user override the test.
5209 else
5210 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5211 for as_dir in $PATH
5212 do
5213   IFS=$as_save_IFS
5214   test -z "$as_dir" && as_dir=.
5215   for ac_exec_ext in '' $ac_executable_extensions; do
5216   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5217     ac_cv_prog_LD="${ac_tool_prefix}ld"
5218     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5219     break 2
5220   fi
5221 done
5222 done
5223 IFS=$as_save_IFS
5224
5225 fi
5226 fi
5227 LD=$ac_cv_prog_LD
5228 if test -n "$LD"; then
5229   { echo "$as_me:$LINENO: result: $LD" >&5
5230 echo "${ECHO_T}$LD" >&6; }
5231 else
5232   { echo "$as_me:$LINENO: result: no" >&5
5233 echo "${ECHO_T}no" >&6; }
5234 fi
5235
5236
5237 fi
5238 if test -z "$ac_cv_prog_LD"; then
5239   ac_ct_LD=$LD
5240   # Extract the first word of "ld", so it can be a program name with args.
5241 set dummy ld; ac_word=$2
5242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5244 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5245   echo $ECHO_N "(cached) $ECHO_C" >&6
5246 else
5247   if test -n "$ac_ct_LD"; then
5248   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5249 else
5250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5251 for as_dir in $PATH
5252 do
5253   IFS=$as_save_IFS
5254   test -z "$as_dir" && as_dir=.
5255   for ac_exec_ext in '' $ac_executable_extensions; do
5256   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5257     ac_cv_prog_ac_ct_LD="ld"
5258     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5259     break 2
5260   fi
5261 done
5262 done
5263 IFS=$as_save_IFS
5264
5265 fi
5266 fi
5267 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5268 if test -n "$ac_ct_LD"; then
5269   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5270 echo "${ECHO_T}$ac_ct_LD" >&6; }
5271 else
5272   { echo "$as_me:$LINENO: result: no" >&5
5273 echo "${ECHO_T}no" >&6; }
5274 fi
5275
5276   if test "x$ac_ct_LD" = x; then
5277     LD="ld"
5278   else
5279     case $cross_compiling:$ac_tool_warned in
5280 yes:)
5281 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5282 whose name does not start with the host triplet.  If you think this
5283 configuration is useful to you, please write to autoconf@gnu.org." >&5
5284 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5285 whose name does not start with the host triplet.  If you think this
5286 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5287 ac_tool_warned=yes ;;
5288 esac
5289     LD=$ac_ct_LD
5290   fi
5291 else
5292   LD="$ac_cv_prog_LD"
5293 fi
5294
5295 if test -n "$ac_tool_prefix"; then
5296   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5297 set dummy ${ac_tool_prefix}ar; ac_word=$2
5298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5300 if test "${ac_cv_prog_AR+set}" = set; then
5301   echo $ECHO_N "(cached) $ECHO_C" >&6
5302 else
5303   if test -n "$AR"; then
5304   ac_cv_prog_AR="$AR" # Let the user override the test.
5305 else
5306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5307 for as_dir in $PATH
5308 do
5309   IFS=$as_save_IFS
5310   test -z "$as_dir" && as_dir=.
5311   for ac_exec_ext in '' $ac_executable_extensions; do
5312   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5313     ac_cv_prog_AR="${ac_tool_prefix}ar"
5314     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5315     break 2
5316   fi
5317 done
5318 done
5319 IFS=$as_save_IFS
5320
5321 fi
5322 fi
5323 AR=$ac_cv_prog_AR
5324 if test -n "$AR"; then
5325   { echo "$as_me:$LINENO: result: $AR" >&5
5326 echo "${ECHO_T}$AR" >&6; }
5327 else
5328   { echo "$as_me:$LINENO: result: no" >&5
5329 echo "${ECHO_T}no" >&6; }
5330 fi
5331
5332
5333 fi
5334 if test -z "$ac_cv_prog_AR"; then
5335   ac_ct_AR=$AR
5336   # Extract the first word of "ar", so it can be a program name with args.
5337 set dummy ar; ac_word=$2
5338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5340 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5341   echo $ECHO_N "(cached) $ECHO_C" >&6
5342 else
5343   if test -n "$ac_ct_AR"; then
5344   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5345 else
5346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5347 for as_dir in $PATH
5348 do
5349   IFS=$as_save_IFS
5350   test -z "$as_dir" && as_dir=.
5351   for ac_exec_ext in '' $ac_executable_extensions; do
5352   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5353     ac_cv_prog_ac_ct_AR="ar"
5354     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5355     break 2
5356   fi
5357 done
5358 done
5359 IFS=$as_save_IFS
5360
5361 fi
5362 fi
5363 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5364 if test -n "$ac_ct_AR"; then
5365   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5366 echo "${ECHO_T}$ac_ct_AR" >&6; }
5367 else
5368   { echo "$as_me:$LINENO: result: no" >&5
5369 echo "${ECHO_T}no" >&6; }
5370 fi
5371
5372   if test "x$ac_ct_AR" = x; then
5373     AR="ar"
5374   else
5375     case $cross_compiling:$ac_tool_warned in
5376 yes:)
5377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5378 whose name does not start with the host triplet.  If you think this
5379 configuration is useful to you, please write to autoconf@gnu.org." >&5
5380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5381 whose name does not start with the host triplet.  If you think this
5382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5383 ac_tool_warned=yes ;;
5384 esac
5385     AR=$ac_ct_AR
5386   fi
5387 else
5388   AR="$ac_cv_prog_AR"
5389 fi
5390
5391 if test -n "$ac_tool_prefix"; then
5392   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5393 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5394 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5395 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5396 if test "${ac_cv_prog_RANLIB+set}" = set; then
5397   echo $ECHO_N "(cached) $ECHO_C" >&6
5398 else
5399   if test -n "$RANLIB"; then
5400   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5401 else
5402 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5403 for as_dir in $PATH
5404 do
5405   IFS=$as_save_IFS
5406   test -z "$as_dir" && as_dir=.
5407   for ac_exec_ext in '' $ac_executable_extensions; do
5408   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5409     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5410     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5411     break 2
5412   fi
5413 done
5414 done
5415 IFS=$as_save_IFS
5416
5417 fi
5418 fi
5419 RANLIB=$ac_cv_prog_RANLIB
5420 if test -n "$RANLIB"; then
5421   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5422 echo "${ECHO_T}$RANLIB" >&6; }
5423 else
5424   { echo "$as_me:$LINENO: result: no" >&5
5425 echo "${ECHO_T}no" >&6; }
5426 fi
5427
5428
5429 fi
5430 if test -z "$ac_cv_prog_RANLIB"; then
5431   ac_ct_RANLIB=$RANLIB
5432   # Extract the first word of "ranlib", so it can be a program name with args.
5433 set dummy ranlib; ac_word=$2
5434 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5435 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5436 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5437   echo $ECHO_N "(cached) $ECHO_C" >&6
5438 else
5439   if test -n "$ac_ct_RANLIB"; then
5440   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5441 else
5442 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5443 for as_dir in $PATH
5444 do
5445   IFS=$as_save_IFS
5446   test -z "$as_dir" && as_dir=.
5447   for ac_exec_ext in '' $ac_executable_extensions; do
5448   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5449     ac_cv_prog_ac_ct_RANLIB="ranlib"
5450     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5451     break 2
5452   fi
5453 done
5454 done
5455 IFS=$as_save_IFS
5456
5457 fi
5458 fi
5459 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5460 if test -n "$ac_ct_RANLIB"; then
5461   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5462 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5463 else
5464   { echo "$as_me:$LINENO: result: no" >&5
5465 echo "${ECHO_T}no" >&6; }
5466 fi
5467
5468   if test "x$ac_ct_RANLIB" = x; then
5469     RANLIB=":"
5470   else
5471     case $cross_compiling:$ac_tool_warned in
5472 yes:)
5473 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet.  If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&5
5476 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5477 whose name does not start with the host triplet.  If you think this
5478 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5479 ac_tool_warned=yes ;;
5480 esac
5481     RANLIB=$ac_ct_RANLIB
5482   fi
5483 else
5484   RANLIB="$ac_cv_prog_RANLIB"
5485 fi
5486
5487 if test -n "$ac_tool_prefix"; then
5488   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5489 set dummy ${ac_tool_prefix}strip; ac_word=$2
5490 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5491 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5492 if test "${ac_cv_prog_STRIP+set}" = set; then
5493   echo $ECHO_N "(cached) $ECHO_C" >&6
5494 else
5495   if test -n "$STRIP"; then
5496   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5497 else
5498 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5499 for as_dir in $PATH
5500 do
5501   IFS=$as_save_IFS
5502   test -z "$as_dir" && as_dir=.
5503   for ac_exec_ext in '' $ac_executable_extensions; do
5504   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5505     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5506     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5507     break 2
5508   fi
5509 done
5510 done
5511 IFS=$as_save_IFS
5512
5513 fi
5514 fi
5515 STRIP=$ac_cv_prog_STRIP
5516 if test -n "$STRIP"; then
5517   { echo "$as_me:$LINENO: result: $STRIP" >&5
5518 echo "${ECHO_T}$STRIP" >&6; }
5519 else
5520   { echo "$as_me:$LINENO: result: no" >&5
5521 echo "${ECHO_T}no" >&6; }
5522 fi
5523
5524
5525 fi
5526 if test -z "$ac_cv_prog_STRIP"; then
5527   ac_ct_STRIP=$STRIP
5528   # Extract the first word of "strip", so it can be a program name with args.
5529 set dummy strip; ac_word=$2
5530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5532 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5533   echo $ECHO_N "(cached) $ECHO_C" >&6
5534 else
5535   if test -n "$ac_ct_STRIP"; then
5536   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5537 else
5538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5539 for as_dir in $PATH
5540 do
5541   IFS=$as_save_IFS
5542   test -z "$as_dir" && as_dir=.
5543   for ac_exec_ext in '' $ac_executable_extensions; do
5544   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5545     ac_cv_prog_ac_ct_STRIP="strip"
5546     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5547     break 2
5548   fi
5549 done
5550 done
5551 IFS=$as_save_IFS
5552
5553 fi
5554 fi
5555 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5556 if test -n "$ac_ct_STRIP"; then
5557   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5558 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5559 else
5560   { echo "$as_me:$LINENO: result: no" >&5
5561 echo "${ECHO_T}no" >&6; }
5562 fi
5563
5564   if test "x$ac_ct_STRIP" = x; then
5565     STRIP="strip"
5566   else
5567     case $cross_compiling:$ac_tool_warned in
5568 yes:)
5569 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5570 whose name does not start with the host triplet.  If you think this
5571 configuration is useful to you, please write to autoconf@gnu.org." >&5
5572 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5573 whose name does not start with the host triplet.  If you think this
5574 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5575 ac_tool_warned=yes ;;
5576 esac
5577     STRIP=$ac_ct_STRIP
5578   fi
5579 else
5580   STRIP="$ac_cv_prog_STRIP"
5581 fi
5582
5583 if test -n "$ac_tool_prefix"; then
5584   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5585 set dummy ${ac_tool_prefix}windres; ac_word=$2
5586 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5587 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5588 if test "${ac_cv_prog_WINDRES+set}" = set; then
5589   echo $ECHO_N "(cached) $ECHO_C" >&6
5590 else
5591   if test -n "$WINDRES"; then
5592   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5593 else
5594 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5595 for as_dir in $PATH
5596 do
5597   IFS=$as_save_IFS
5598   test -z "$as_dir" && as_dir=.
5599   for ac_exec_ext in '' $ac_executable_extensions; do
5600   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5601     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5602     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5603     break 2
5604   fi
5605 done
5606 done
5607 IFS=$as_save_IFS
5608
5609 fi
5610 fi
5611 WINDRES=$ac_cv_prog_WINDRES
5612 if test -n "$WINDRES"; then
5613   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5614 echo "${ECHO_T}$WINDRES" >&6; }
5615 else
5616   { echo "$as_me:$LINENO: result: no" >&5
5617 echo "${ECHO_T}no" >&6; }
5618 fi
5619
5620
5621 fi
5622 if test -z "$ac_cv_prog_WINDRES"; then
5623   ac_ct_WINDRES=$WINDRES
5624   # Extract the first word of "windres", so it can be a program name with args.
5625 set dummy windres; ac_word=$2
5626 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5627 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5628 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5629   echo $ECHO_N "(cached) $ECHO_C" >&6
5630 else
5631   if test -n "$ac_ct_WINDRES"; then
5632   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5633 else
5634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5635 for as_dir in $PATH
5636 do
5637   IFS=$as_save_IFS
5638   test -z "$as_dir" && as_dir=.
5639   for ac_exec_ext in '' $ac_executable_extensions; do
5640   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5641     ac_cv_prog_ac_ct_WINDRES="windres"
5642     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5643     break 2
5644   fi
5645 done
5646 done
5647 IFS=$as_save_IFS
5648
5649 fi
5650 fi
5651 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5652 if test -n "$ac_ct_WINDRES"; then
5653   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5654 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5655 else
5656   { echo "$as_me:$LINENO: result: no" >&5
5657 echo "${ECHO_T}no" >&6; }
5658 fi
5659
5660   if test "x$ac_ct_WINDRES" = x; then
5661     WINDRES="false"
5662   else
5663     case $cross_compiling:$ac_tool_warned in
5664 yes:)
5665 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5666 whose name does not start with the host triplet.  If you think this
5667 configuration is useful to you, please write to autoconf@gnu.org." >&5
5668 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5669 whose name does not start with the host triplet.  If you think this
5670 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5671 ac_tool_warned=yes ;;
5672 esac
5673     WINDRES=$ac_ct_WINDRES
5674   fi
5675 else
5676   WINDRES="$ac_cv_prog_WINDRES"
5677 fi
5678
5679 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5680 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5681 LN_S=$as_ln_s
5682 if test "$LN_S" = "ln -s"; then
5683   { echo "$as_me:$LINENO: result: yes" >&5
5684 echo "${ECHO_T}yes" >&6; }
5685 else
5686   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5687 echo "${ECHO_T}no, using $LN_S" >&6; }
5688 fi
5689
5690 { echo "$as_me:$LINENO: checking whether ln works" >&5
5691 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5692 rm -f conf$$ conf$$.file
5693 echo >conf$$.file
5694 if ln conf$$.file conf$$ 2>/dev/null; then
5695   LN=ln
5696
5697   { echo "$as_me:$LINENO: result: yes" >&5
5698 echo "${ECHO_T}yes" >&6; }
5699 else
5700   LN="cp -p"
5701
5702   { echo "$as_me:$LINENO: result: no, using $LN" >&5
5703 echo "${ECHO_T}no, using $LN" >&6; }
5704 fi
5705 rm -f conf$$ conf$$.file
5706 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5707 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5708 if test "${ac_cv_path_GREP+set}" = set; then
5709   echo $ECHO_N "(cached) $ECHO_C" >&6
5710 else
5711   # Extract the first word of "grep ggrep" to use in msg output
5712 if test -z "$GREP"; then
5713 set dummy grep ggrep; ac_prog_name=$2
5714 if test "${ac_cv_path_GREP+set}" = set; then
5715   echo $ECHO_N "(cached) $ECHO_C" >&6
5716 else
5717   ac_path_GREP_found=false
5718 # Loop through the user's path and test for each of PROGNAME-LIST
5719 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5720 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5721 do
5722   IFS=$as_save_IFS
5723   test -z "$as_dir" && as_dir=.
5724   for ac_prog in grep ggrep; do
5725   for ac_exec_ext in '' $ac_executable_extensions; do
5726     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
5727     { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
5728     # Check for GNU ac_path_GREP and select it if it is found.
5729   # Check for GNU $ac_path_GREP
5730 case `"$ac_path_GREP" --version 2>&1` in
5731 *GNU*)
5732   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
5733 *)
5734   ac_count=0
5735   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5736   while :
5737   do
5738     cat "conftest.in" "conftest.in" >"conftest.tmp"
5739     mv "conftest.tmp" "conftest.in"
5740     cp "conftest.in" "conftest.nl"
5741     echo 'GREP' >> "conftest.nl"
5742     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5743     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5744     ac_count=`expr $ac_count + 1`
5745     if test $ac_count -gt ${ac_path_GREP_max-0}; then
5746       # Best one so far, save it but keep looking for a better one
5747       ac_cv_path_GREP="$ac_path_GREP"
5748       ac_path_GREP_max=$ac_count
5749     fi
5750     # 10*(2^10) chars as input seems more than enough
5751     test $ac_count -gt 10 && break
5752   done
5753   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5754 esac
5755
5756
5757     $ac_path_GREP_found && break 3
5758   done
5759 done
5760
5761 done
5762 IFS=$as_save_IFS
5763
5764
5765 fi
5766
5767 GREP="$ac_cv_path_GREP"
5768 if test -z "$GREP"; then
5769   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5770 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5771    { (exit 1); exit 1; }; }
5772 fi
5773
5774 else
5775   ac_cv_path_GREP=$GREP
5776 fi
5777
5778
5779 fi
5780 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
5781 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
5782  GREP="$ac_cv_path_GREP"
5783
5784
5785 { echo "$as_me:$LINENO: checking for egrep" >&5
5786 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
5787 if test "${ac_cv_path_EGREP+set}" = set; then
5788   echo $ECHO_N "(cached) $ECHO_C" >&6
5789 else
5790   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
5791    then ac_cv_path_EGREP="$GREP -E"
5792    else
5793      # Extract the first word of "egrep" to use in msg output
5794 if test -z "$EGREP"; then
5795 set dummy egrep; ac_prog_name=$2
5796 if test "${ac_cv_path_EGREP+set}" = set; then
5797   echo $ECHO_N "(cached) $ECHO_C" >&6
5798 else
5799   ac_path_EGREP_found=false
5800 # Loop through the user's path and test for each of PROGNAME-LIST
5801 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5802 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
5803 do
5804   IFS=$as_save_IFS
5805   test -z "$as_dir" && as_dir=.
5806   for ac_prog in egrep; do
5807   for ac_exec_ext in '' $ac_executable_extensions; do
5808     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
5809     { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
5810     # Check for GNU ac_path_EGREP and select it if it is found.
5811   # Check for GNU $ac_path_EGREP
5812 case `"$ac_path_EGREP" --version 2>&1` in
5813 *GNU*)
5814   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
5815 *)
5816   ac_count=0
5817   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
5818   while :
5819   do
5820     cat "conftest.in" "conftest.in" >"conftest.tmp"
5821     mv "conftest.tmp" "conftest.in"
5822     cp "conftest.in" "conftest.nl"
5823     echo 'EGREP' >> "conftest.nl"
5824     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
5825     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
5826     ac_count=`expr $ac_count + 1`
5827     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
5828       # Best one so far, save it but keep looking for a better one
5829       ac_cv_path_EGREP="$ac_path_EGREP"
5830       ac_path_EGREP_max=$ac_count
5831     fi
5832     # 10*(2^10) chars as input seems more than enough
5833     test $ac_count -gt 10 && break
5834   done
5835   rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
5836 esac
5837
5838
5839     $ac_path_EGREP_found && break 3
5840   done
5841 done
5842
5843 done
5844 IFS=$as_save_IFS
5845
5846
5847 fi
5848
5849 EGREP="$ac_cv_path_EGREP"
5850 if test -z "$EGREP"; then
5851   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
5852 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
5853    { (exit 1); exit 1; }; }
5854 fi
5855
5856 else
5857   ac_cv_path_EGREP=$EGREP
5858 fi
5859
5860
5861    fi
5862 fi
5863 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
5864 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
5865  EGREP="$ac_cv_path_EGREP"
5866
5867
5868 # Extract the first word of "ldconfig", so it can be a program name with args.
5869 set dummy ldconfig; ac_word=$2
5870 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5871 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5872 if test "${ac_cv_path_LDCONFIG+set}" = set; then
5873   echo $ECHO_N "(cached) $ECHO_C" >&6
5874 else
5875   case $LDCONFIG in
5876   [\\/]* | ?:[\\/]*)
5877   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
5878   ;;
5879   *)
5880   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5881 for as_dir in /sbin /usr/sbin $PATH
5882 do
5883   IFS=$as_save_IFS
5884   test -z "$as_dir" && as_dir=.
5885   for ac_exec_ext in '' $ac_executable_extensions; do
5886   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5887     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
5888     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5889     break 2
5890   fi
5891 done
5892 done
5893 IFS=$as_save_IFS
5894
5895   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
5896   ;;
5897 esac
5898 fi
5899 LDCONFIG=$ac_cv_path_LDCONFIG
5900 if test -n "$LDCONFIG"; then
5901   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
5902 echo "${ECHO_T}$LDCONFIG" >&6; }
5903 else
5904   { echo "$as_me:$LINENO: result: no" >&5
5905 echo "${ECHO_T}no" >&6; }
5906 fi
5907
5908
5909 # Find a good install program.  We prefer a C program (faster),
5910 # so one script is as good as another.  But avoid the broken or
5911 # incompatible versions:
5912 # SysV /etc/install, /usr/sbin/install
5913 # SunOS /usr/etc/install
5914 # IRIX /sbin/install
5915 # AIX /bin/install
5916 # AmigaOS /C/install, which installs bootblocks on floppy discs
5917 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
5918 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
5919 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
5920 # OS/2's system install, which has a completely different semantic
5921 # ./install, which can be erroneously created by make from ./install.sh.
5922 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
5923 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
5924 if test -z "$INSTALL"; then
5925 if test "${ac_cv_path_install+set}" = set; then
5926   echo $ECHO_N "(cached) $ECHO_C" >&6
5927 else
5928   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5929 for as_dir in $PATH
5930 do
5931   IFS=$as_save_IFS
5932   test -z "$as_dir" && as_dir=.
5933   # Account for people who put trailing slashes in PATH elements.
5934 case $as_dir/ in
5935   ./ | .// | /cC/* | \
5936   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
5937   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
5938   /usr/ucb/* ) ;;
5939   *)
5940     # OSF1 and SCO ODT 3.0 have their own names for install.
5941     # Don't use installbsd from OSF since it installs stuff as root
5942     # by default.
5943     for ac_prog in ginstall scoinst install; do
5944       for ac_exec_ext in '' $ac_executable_extensions; do
5945         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
5946           if test $ac_prog = install &&
5947             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5948             # AIX install.  It has an incompatible calling convention.
5949             :
5950           elif test $ac_prog = install &&
5951             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
5952             # program-specific install script used by HP pwplus--don't use.
5953             :
5954           else
5955             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
5956             break 3
5957           fi
5958         fi
5959       done
5960     done
5961     ;;
5962 esac
5963 done
5964 IFS=$as_save_IFS
5965
5966
5967 fi
5968   if test "${ac_cv_path_install+set}" = set; then
5969     INSTALL=$ac_cv_path_install
5970   else
5971     # As a last resort, use the slow shell script.  Don't cache a
5972     # value for INSTALL within a source directory, because that will
5973     # break other packages using the cache if that directory is
5974     # removed, or if the value is a relative name.
5975     INSTALL=$ac_install_sh
5976   fi
5977 fi
5978 { echo "$as_me:$LINENO: result: $INSTALL" >&5
5979 echo "${ECHO_T}$INSTALL" >&6; }
5980
5981 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
5982 # It thinks the first close brace ends the variable substitution.
5983 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
5984
5985 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
5986
5987 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
5988
5989 case "$INSTALL" in
5990   [\\/$]* | ?:[\\/]* ) ;;
5991   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
5992 esac
5993
5994 for ac_prog in lclint lint
5995 do
5996   # Extract the first word of "$ac_prog", so it can be a program name with args.
5997 set dummy $ac_prog; ac_word=$2
5998 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5999 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6000 if test "${ac_cv_prog_LINT+set}" = set; then
6001   echo $ECHO_N "(cached) $ECHO_C" >&6
6002 else
6003   if test -n "$LINT"; then
6004   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6005 else
6006 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6007 for as_dir in $PATH
6008 do
6009   IFS=$as_save_IFS
6010   test -z "$as_dir" && as_dir=.
6011   for ac_exec_ext in '' $ac_executable_extensions; do
6012   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6013     ac_cv_prog_LINT="$ac_prog"
6014     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6015     break 2
6016   fi
6017 done
6018 done
6019 IFS=$as_save_IFS
6020
6021 fi
6022 fi
6023 LINT=$ac_cv_prog_LINT
6024 if test -n "$LINT"; then
6025   { echo "$as_me:$LINENO: result: $LINT" >&5
6026 echo "${ECHO_T}$LINT" >&6; }
6027 else
6028   { echo "$as_me:$LINENO: result: no" >&5
6029 echo "${ECHO_T}no" >&6; }
6030 fi
6031
6032
6033   test -n "$LINT" && break
6034 done
6035
6036 if test "$LINT" = "lint"
6037 then
6038   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6039   fi
6040
6041
6042
6043 for ac_prog in fontforge
6044 do
6045   # Extract the first word of "$ac_prog", so it can be a program name with args.
6046 set dummy $ac_prog; ac_word=$2
6047 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6048 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6049 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6050   echo $ECHO_N "(cached) $ECHO_C" >&6
6051 else
6052   if test -n "$FONTFORGE"; then
6053   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6054 else
6055 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6056 for as_dir in $PATH
6057 do
6058   IFS=$as_save_IFS
6059   test -z "$as_dir" && as_dir=.
6060   for ac_exec_ext in '' $ac_executable_extensions; do
6061   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6062     ac_cv_prog_FONTFORGE="$ac_prog"
6063     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6064     break 2
6065   fi
6066 done
6067 done
6068 IFS=$as_save_IFS
6069
6070 fi
6071 fi
6072 FONTFORGE=$ac_cv_prog_FONTFORGE
6073 if test -n "$FONTFORGE"; then
6074   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6075 echo "${ECHO_T}$FONTFORGE" >&6; }
6076 else
6077   { echo "$as_me:$LINENO: result: no" >&5
6078 echo "${ECHO_T}no" >&6; }
6079 fi
6080
6081
6082   test -n "$FONTFORGE" && break
6083 done
6084 test -n "$FONTFORGE" || FONTFORGE="false"
6085
6086 for ac_prog in pkg-config
6087 do
6088   # Extract the first word of "$ac_prog", so it can be a program name with args.
6089 set dummy $ac_prog; ac_word=$2
6090 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6091 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6092 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6093   echo $ECHO_N "(cached) $ECHO_C" >&6
6094 else
6095   if test -n "$PKG_CONFIG"; then
6096   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6097 else
6098 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6099 for as_dir in $PATH
6100 do
6101   IFS=$as_save_IFS
6102   test -z "$as_dir" && as_dir=.
6103   for ac_exec_ext in '' $ac_executable_extensions; do
6104   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6105     ac_cv_prog_PKG_CONFIG="$ac_prog"
6106     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6107     break 2
6108   fi
6109 done
6110 done
6111 IFS=$as_save_IFS
6112
6113 fi
6114 fi
6115 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6116 if test -n "$PKG_CONFIG"; then
6117   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6118 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6119 else
6120   { echo "$as_me:$LINENO: result: no" >&5
6121 echo "${ECHO_T}no" >&6; }
6122 fi
6123
6124
6125   test -n "$PKG_CONFIG" && break
6126 done
6127 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6128
6129
6130 case $host_cpu in
6131   *i[3456789]86*)
6132     # Extract the first word of "prelink", so it can be a program name with args.
6133 set dummy prelink; ac_word=$2
6134 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6135 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6136 if test "${ac_cv_path_PRELINK+set}" = set; then
6137   echo $ECHO_N "(cached) $ECHO_C" >&6
6138 else
6139   case $PRELINK in
6140   [\\/]* | ?:[\\/]*)
6141   ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6142   ;;
6143   *)
6144   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6145 for as_dir in /sbin /usr/sbin $PATH
6146 do
6147   IFS=$as_save_IFS
6148   test -z "$as_dir" && as_dir=.
6149   for ac_exec_ext in '' $ac_executable_extensions; do
6150   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6151     ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6152     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6153     break 2
6154   fi
6155 done
6156 done
6157 IFS=$as_save_IFS
6158
6159   test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6160   ;;
6161 esac
6162 fi
6163 PRELINK=$ac_cv_path_PRELINK
6164 if test -n "$PRELINK"; then
6165   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6166 echo "${ECHO_T}$PRELINK" >&6; }
6167 else
6168   { echo "$as_me:$LINENO: result: no" >&5
6169 echo "${ECHO_T}no" >&6; }
6170 fi
6171
6172
6173     ;;
6174 esac
6175
6176
6177
6178 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6179 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6180 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6181   echo $ECHO_N "(cached) $ECHO_C" >&6
6182 else
6183   ac_check_lib_save_LIBS=$LIBS
6184 LIBS="-li386  $LIBS"
6185 cat >conftest.$ac_ext <<_ACEOF
6186 /* confdefs.h.  */
6187 _ACEOF
6188 cat confdefs.h >>conftest.$ac_ext
6189 cat >>conftest.$ac_ext <<_ACEOF
6190 /* end confdefs.h.  */
6191
6192 /* Override any GCC internal prototype to avoid an error.
6193    Use char because int might match the return type of a GCC
6194    builtin and then its argument prototype would still apply.  */
6195 #ifdef __cplusplus
6196 extern "C"
6197 #endif
6198 char i386_set_ldt ();
6199 int
6200 main ()
6201 {
6202 return i386_set_ldt ();
6203   ;
6204   return 0;
6205 }
6206 _ACEOF
6207 rm -f conftest.$ac_objext conftest$ac_exeext
6208 if { (ac_try="$ac_link"
6209 case "(($ac_try" in
6210   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6211   *) ac_try_echo=$ac_try;;
6212 esac
6213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6214   (eval "$ac_link") 2>conftest.er1
6215   ac_status=$?
6216   grep -v '^ *+' conftest.er1 >conftest.err
6217   rm -f conftest.er1
6218   cat conftest.err >&5
6219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6220   (exit $ac_status); } && {
6221          test -z "$ac_c_werror_flag" ||
6222          test ! -s conftest.err
6223        } && test -s conftest$ac_exeext &&
6224        $as_test_x conftest$ac_exeext; then
6225   ac_cv_lib_i386_i386_set_ldt=yes
6226 else
6227   echo "$as_me: failed program was:" >&5
6228 sed 's/^/| /' conftest.$ac_ext >&5
6229
6230         ac_cv_lib_i386_i386_set_ldt=no
6231 fi
6232
6233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6234       conftest$ac_exeext conftest.$ac_ext
6235 LIBS=$ac_check_lib_save_LIBS
6236 fi
6237 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6238 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6239 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6240   cat >>confdefs.h <<_ACEOF
6241 #define HAVE_LIBI386 1
6242 _ACEOF
6243
6244   LIBS="-li386 $LIBS"
6245
6246 fi
6247
6248
6249 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6250 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6251 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6252   echo $ECHO_N "(cached) $ECHO_C" >&6
6253 else
6254   ac_check_lib_save_LIBS=$LIBS
6255 LIBS="-lossaudio  $LIBS"
6256 cat >conftest.$ac_ext <<_ACEOF
6257 /* confdefs.h.  */
6258 _ACEOF
6259 cat confdefs.h >>conftest.$ac_ext
6260 cat >>conftest.$ac_ext <<_ACEOF
6261 /* end confdefs.h.  */
6262
6263 /* Override any GCC internal prototype to avoid an error.
6264    Use char because int might match the return type of a GCC
6265    builtin and then its argument prototype would still apply.  */
6266 #ifdef __cplusplus
6267 extern "C"
6268 #endif
6269 char _oss_ioctl ();
6270 int
6271 main ()
6272 {
6273 return _oss_ioctl ();
6274   ;
6275   return 0;
6276 }
6277 _ACEOF
6278 rm -f conftest.$ac_objext conftest$ac_exeext
6279 if { (ac_try="$ac_link"
6280 case "(($ac_try" in
6281   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6282   *) ac_try_echo=$ac_try;;
6283 esac
6284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6285   (eval "$ac_link") 2>conftest.er1
6286   ac_status=$?
6287   grep -v '^ *+' conftest.er1 >conftest.err
6288   rm -f conftest.er1
6289   cat conftest.err >&5
6290   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6291   (exit $ac_status); } && {
6292          test -z "$ac_c_werror_flag" ||
6293          test ! -s conftest.err
6294        } && test -s conftest$ac_exeext &&
6295        $as_test_x conftest$ac_exeext; then
6296   ac_cv_lib_ossaudio__oss_ioctl=yes
6297 else
6298   echo "$as_me: failed program was:" >&5
6299 sed 's/^/| /' conftest.$ac_ext >&5
6300
6301         ac_cv_lib_ossaudio__oss_ioctl=no
6302 fi
6303
6304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6305       conftest$ac_exeext conftest.$ac_ext
6306 LIBS=$ac_check_lib_save_LIBS
6307 fi
6308 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6309 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6310 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6311   cat >>confdefs.h <<_ACEOF
6312 #define HAVE_LIBOSSAUDIO 1
6313 _ACEOF
6314
6315   LIBS="-lossaudio $LIBS"
6316
6317 fi
6318
6319
6320 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
6321 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
6322 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
6323   echo $ECHO_N "(cached) $ECHO_C" >&6
6324 else
6325   ac_check_lib_save_LIBS=$LIBS
6326 LIBS="-lxpg4  $LIBS"
6327 cat >conftest.$ac_ext <<_ACEOF
6328 /* confdefs.h.  */
6329 _ACEOF
6330 cat confdefs.h >>conftest.$ac_ext
6331 cat >>conftest.$ac_ext <<_ACEOF
6332 /* end confdefs.h.  */
6333
6334 /* Override any GCC internal prototype to avoid an error.
6335    Use char because int might match the return type of a GCC
6336    builtin and then its argument prototype would still apply.  */
6337 #ifdef __cplusplus
6338 extern "C"
6339 #endif
6340 char _xpg4_setrunelocale ();
6341 int
6342 main ()
6343 {
6344 return _xpg4_setrunelocale ();
6345   ;
6346   return 0;
6347 }
6348 _ACEOF
6349 rm -f conftest.$ac_objext conftest$ac_exeext
6350 if { (ac_try="$ac_link"
6351 case "(($ac_try" in
6352   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6353   *) ac_try_echo=$ac_try;;
6354 esac
6355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6356   (eval "$ac_link") 2>conftest.er1
6357   ac_status=$?
6358   grep -v '^ *+' conftest.er1 >conftest.err
6359   rm -f conftest.er1
6360   cat conftest.err >&5
6361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6362   (exit $ac_status); } && {
6363          test -z "$ac_c_werror_flag" ||
6364          test ! -s conftest.err
6365        } && test -s conftest$ac_exeext &&
6366        $as_test_x conftest$ac_exeext; then
6367   ac_cv_lib_xpg4__xpg4_setrunelocale=yes
6368 else
6369   echo "$as_me: failed program was:" >&5
6370 sed 's/^/| /' conftest.$ac_ext >&5
6371
6372         ac_cv_lib_xpg4__xpg4_setrunelocale=no
6373 fi
6374
6375 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6376       conftest$ac_exeext conftest.$ac_ext
6377 LIBS=$ac_check_lib_save_LIBS
6378 fi
6379 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
6380 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
6381 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
6382   cat >>confdefs.h <<_ACEOF
6383 #define HAVE_LIBXPG4 1
6384 _ACEOF
6385
6386   LIBS="-lxpg4 $LIBS"
6387
6388 fi
6389
6390 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6391 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6392 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6393   echo $ECHO_N "(cached) $ECHO_C" >&6
6394 else
6395   ac_check_lib_save_LIBS=$LIBS
6396 LIBS="-lpthread  $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 pthread_create ();
6411 int
6412 main ()
6413 {
6414 return pthread_create ();
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_pthread_pthread_create=yes
6438 else
6439   echo "$as_me: failed program was:" >&5
6440 sed 's/^/| /' conftest.$ac_ext >&5
6441
6442         ac_cv_lib_pthread_pthread_create=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_pthread_pthread_create" >&5
6450 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6451 if test $ac_cv_lib_pthread_pthread_create = yes; then
6452   LIBPTHREAD="-lpthread"
6453
6454 fi
6455
6456
6457 XLIB=""
6458
6459 XFILES=""
6460
6461 OPENGLFILES=""
6462
6463 GLU32FILES=""
6464
6465 OPENGL_LIBS=""
6466
6467 QUARTZFILES=""
6468
6469
6470
6471 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6472 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6473 if test "${ac_cv_header_stdc+set}" = set; then
6474   echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476   cat >conftest.$ac_ext <<_ACEOF
6477 /* confdefs.h.  */
6478 _ACEOF
6479 cat confdefs.h >>conftest.$ac_ext
6480 cat >>conftest.$ac_ext <<_ACEOF
6481 /* end confdefs.h.  */
6482 #include <stdlib.h>
6483 #include <stdarg.h>
6484 #include <string.h>
6485 #include <float.h>
6486
6487 int
6488 main ()
6489 {
6490
6491   ;
6492   return 0;
6493 }
6494 _ACEOF
6495 rm -f conftest.$ac_objext
6496 if { (ac_try="$ac_compile"
6497 case "(($ac_try" in
6498   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6499   *) ac_try_echo=$ac_try;;
6500 esac
6501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6502   (eval "$ac_compile") 2>conftest.er1
6503   ac_status=$?
6504   grep -v '^ *+' conftest.er1 >conftest.err
6505   rm -f conftest.er1
6506   cat conftest.err >&5
6507   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6508   (exit $ac_status); } && {
6509          test -z "$ac_c_werror_flag" ||
6510          test ! -s conftest.err
6511        } && test -s conftest.$ac_objext; then
6512   ac_cv_header_stdc=yes
6513 else
6514   echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.$ac_ext >&5
6516
6517         ac_cv_header_stdc=no
6518 fi
6519
6520 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6521
6522 if test $ac_cv_header_stdc = yes; then
6523   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6524   cat >conftest.$ac_ext <<_ACEOF
6525 /* confdefs.h.  */
6526 _ACEOF
6527 cat confdefs.h >>conftest.$ac_ext
6528 cat >>conftest.$ac_ext <<_ACEOF
6529 /* end confdefs.h.  */
6530 #include <string.h>
6531
6532 _ACEOF
6533 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6534   $EGREP "memchr" >/dev/null 2>&1; then
6535   :
6536 else
6537   ac_cv_header_stdc=no
6538 fi
6539 rm -f conftest*
6540
6541 fi
6542
6543 if test $ac_cv_header_stdc = yes; then
6544   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6545   cat >conftest.$ac_ext <<_ACEOF
6546 /* confdefs.h.  */
6547 _ACEOF
6548 cat confdefs.h >>conftest.$ac_ext
6549 cat >>conftest.$ac_ext <<_ACEOF
6550 /* end confdefs.h.  */
6551 #include <stdlib.h>
6552
6553 _ACEOF
6554 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6555   $EGREP "free" >/dev/null 2>&1; then
6556   :
6557 else
6558   ac_cv_header_stdc=no
6559 fi
6560 rm -f conftest*
6561
6562 fi
6563
6564 if test $ac_cv_header_stdc = yes; then
6565   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6566   if test "$cross_compiling" = yes; then
6567   :
6568 else
6569   cat >conftest.$ac_ext <<_ACEOF
6570 /* confdefs.h.  */
6571 _ACEOF
6572 cat confdefs.h >>conftest.$ac_ext
6573 cat >>conftest.$ac_ext <<_ACEOF
6574 /* end confdefs.h.  */
6575 #include <ctype.h>
6576 #include <stdlib.h>
6577 #if ((' ' & 0x0FF) == 0x020)
6578 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6579 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6580 #else
6581 # define ISLOWER(c) \
6582                    (('a' <= (c) && (c) <= 'i') \
6583                      || ('j' <= (c) && (c) <= 'r') \
6584                      || ('s' <= (c) && (c) <= 'z'))
6585 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6586 #endif
6587
6588 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6589 int
6590 main ()
6591 {
6592   int i;
6593   for (i = 0; i < 256; i++)
6594     if (XOR (islower (i), ISLOWER (i))
6595         || toupper (i) != TOUPPER (i))
6596       return 2;
6597   return 0;
6598 }
6599 _ACEOF
6600 rm -f conftest$ac_exeext
6601 if { (ac_try="$ac_link"
6602 case "(($ac_try" in
6603   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6604   *) ac_try_echo=$ac_try;;
6605 esac
6606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6607   (eval "$ac_link") 2>&5
6608   ac_status=$?
6609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6610   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
6611   { (case "(($ac_try" in
6612   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6613   *) ac_try_echo=$ac_try;;
6614 esac
6615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6616   (eval "$ac_try") 2>&5
6617   ac_status=$?
6618   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6619   (exit $ac_status); }; }; then
6620   :
6621 else
6622   echo "$as_me: program exited with status $ac_status" >&5
6623 echo "$as_me: failed program was:" >&5
6624 sed 's/^/| /' conftest.$ac_ext >&5
6625
6626 ( exit $ac_status )
6627 ac_cv_header_stdc=no
6628 fi
6629 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
6630 fi
6631
6632
6633 fi
6634 fi
6635 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
6636 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
6637 if test $ac_cv_header_stdc = yes; then
6638
6639 cat >>confdefs.h <<\_ACEOF
6640 #define STDC_HEADERS 1
6641 _ACEOF
6642
6643 fi
6644
6645 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
6646
6647
6648
6649
6650
6651
6652
6653
6654
6655 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
6656                   inttypes.h stdint.h unistd.h
6657 do
6658 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6659 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6660 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6661 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6662   echo $ECHO_N "(cached) $ECHO_C" >&6
6663 else
6664   cat >conftest.$ac_ext <<_ACEOF
6665 /* confdefs.h.  */
6666 _ACEOF
6667 cat confdefs.h >>conftest.$ac_ext
6668 cat >>conftest.$ac_ext <<_ACEOF
6669 /* end confdefs.h.  */
6670 $ac_includes_default
6671
6672 #include <$ac_header>
6673 _ACEOF
6674 rm -f conftest.$ac_objext
6675 if { (ac_try="$ac_compile"
6676 case "(($ac_try" in
6677   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6678   *) ac_try_echo=$ac_try;;
6679 esac
6680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681   (eval "$ac_compile") 2>conftest.er1
6682   ac_status=$?
6683   grep -v '^ *+' conftest.er1 >conftest.err
6684   rm -f conftest.er1
6685   cat conftest.err >&5
6686   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687   (exit $ac_status); } && {
6688          test -z "$ac_c_werror_flag" ||
6689          test ! -s conftest.err
6690        } && test -s conftest.$ac_objext; then
6691   eval "$as_ac_Header=yes"
6692 else
6693   echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6695
6696         eval "$as_ac_Header=no"
6697 fi
6698
6699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6700 fi
6701 ac_res=`eval echo '${'$as_ac_Header'}'`
6702                { echo "$as_me:$LINENO: result: $ac_res" >&5
6703 echo "${ECHO_T}$ac_res" >&6; }
6704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6705   cat >>confdefs.h <<_ACEOF
6706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6707 _ACEOF
6708
6709 fi
6710
6711 done
6712
6713
6714
6715
6716
6717
6718
6719
6720
6721
6722
6723
6724
6725
6726
6727
6728
6729
6730
6731
6732
6733
6734
6735
6736
6737
6738
6739
6740
6741
6742
6743
6744
6745
6746
6747
6748
6749
6750
6751
6752
6753
6754
6755
6756
6757
6758
6759
6760
6761
6762
6763
6764
6765
6766
6767
6768
6769
6770
6771
6772
6773
6774
6775
6776
6777
6778
6779
6780
6781
6782
6783
6784
6785
6786
6787
6788
6789
6790
6791
6792
6793
6794
6795
6796
6797
6798
6799
6800
6801
6802
6803
6804
6805
6806
6807
6808
6809
6810
6811
6812
6813
6814
6815
6816
6817
6818
6819
6820
6821
6822
6823
6824 for ac_header in \
6825         AudioUnit/AudioUnit.h \
6826         Carbon/Carbon.h \
6827         CoreAudio/CoreAudio.h \
6828         DiskArbitration/DiskArbitration.h \
6829         IOKit/IOKitLib.h \
6830         alsa/asoundlib.h \
6831         arpa/inet.h \
6832         arpa/nameser.h \
6833         asm/types.h \
6834         capi20.h \
6835         cups/cups.h \
6836         curses.h \
6837         direct.h \
6838         dlfcn.h \
6839         elf.h \
6840         float.h \
6841         fontconfig/fontconfig.h \
6842         getopt.h \
6843         ieeefp.h \
6844         io.h \
6845         jack/jack.h \
6846         jpeglib.h \
6847         lber.h \
6848         lcms.h \
6849         lcms/lcms.h \
6850         ldap.h \
6851         libaudioio.h \
6852         link.h \
6853         linux/cdrom.h \
6854         linux/compiler.h \
6855         linux/hdreg.h \
6856         linux/input.h \
6857         linux/ioctl.h \
6858         linux/joystick.h \
6859         linux/major.h \
6860         linux/param.h \
6861         linux/serial.h \
6862         linux/ucdrom.h \
6863         mach/mach.h \
6864         mach/machine.h \
6865         machine/cpu.h \
6866         machine/limits.h \
6867         machine/soundcard.h \
6868         mntent.h \
6869         ncurses.h \
6870         netdb.h \
6871         netinet/in.h \
6872         netinet/in_systm.h \
6873         netinet/tcp.h \
6874         netinet/tcp_fsm.h \
6875         openssl/err.h \
6876         openssl/ssl.h \
6877         png.h \
6878         poll.h \
6879         process.h \
6880         pthread.h \
6881         pwd.h \
6882         regex.h \
6883         sched.h \
6884         scsi/scsi.h \
6885         scsi/scsi_ioctl.h \
6886         scsi/sg.h \
6887         soundcard.h \
6888         stdint.h \
6889         strings.h \
6890         sys/asoundlib.h \
6891         sys/cdio.h \
6892         sys/elf32.h \
6893         sys/epoll.h \
6894         sys/errno.h \
6895         sys/event.h \
6896         sys/exec_elf.h \
6897         sys/filio.h \
6898         sys/ioctl.h \
6899         sys/ipc.h \
6900         sys/limits.h \
6901         sys/link.h \
6902         sys/lwp.h \
6903         sys/mman.h \
6904         sys/modem.h \
6905         sys/msg.h \
6906         sys/mtio.h \
6907         sys/param.h \
6908         sys/poll.h \
6909         sys/prctl.h \
6910         sys/ptrace.h \
6911         sys/reg.h \
6912         sys/resource.h \
6913         sys/scsiio.h \
6914         sys/shm.h \
6915         sys/signal.h \
6916         sys/socket.h \
6917         sys/sockio.h \
6918         sys/soundcard.h \
6919         sys/statvfs.h \
6920         sys/strtio.h \
6921         sys/syscall.h \
6922         sys/sysctl.h \
6923         sys/time.h \
6924         sys/times.h \
6925         sys/uio.h \
6926         sys/un.h \
6927         sys/vm86.h \
6928         sys/wait.h \
6929         syscall.h \
6930         termios.h \
6931         unicode/ubidi.h \
6932         unistd.h \
6933         utime.h \
6934         valgrind/memcheck.h
6935
6936 do
6937 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6938 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6939   { echo "$as_me:$LINENO: checking for $ac_header" >&5
6940 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6941 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6942   echo $ECHO_N "(cached) $ECHO_C" >&6
6943 fi
6944 ac_res=`eval echo '${'$as_ac_Header'}'`
6945                { echo "$as_me:$LINENO: result: $ac_res" >&5
6946 echo "${ECHO_T}$ac_res" >&6; }
6947 else
6948   # Is the header compilable?
6949 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6950 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6951 cat >conftest.$ac_ext <<_ACEOF
6952 /* confdefs.h.  */
6953 _ACEOF
6954 cat confdefs.h >>conftest.$ac_ext
6955 cat >>conftest.$ac_ext <<_ACEOF
6956 /* end confdefs.h.  */
6957 $ac_includes_default
6958 #include <$ac_header>
6959 _ACEOF
6960 rm -f conftest.$ac_objext
6961 if { (ac_try="$ac_compile"
6962 case "(($ac_try" in
6963   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6964   *) ac_try_echo=$ac_try;;
6965 esac
6966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6967   (eval "$ac_compile") 2>conftest.er1
6968   ac_status=$?
6969   grep -v '^ *+' conftest.er1 >conftest.err
6970   rm -f conftest.er1
6971   cat conftest.err >&5
6972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6973   (exit $ac_status); } && {
6974          test -z "$ac_c_werror_flag" ||
6975          test ! -s conftest.err
6976        } && test -s conftest.$ac_objext; then
6977   ac_header_compiler=yes
6978 else
6979   echo "$as_me: failed program was:" >&5
6980 sed 's/^/| /' conftest.$ac_ext >&5
6981
6982         ac_header_compiler=no
6983 fi
6984
6985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6986 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6987 echo "${ECHO_T}$ac_header_compiler" >&6; }
6988
6989 # Is the header present?
6990 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6991 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6992 cat >conftest.$ac_ext <<_ACEOF
6993 /* confdefs.h.  */
6994 _ACEOF
6995 cat confdefs.h >>conftest.$ac_ext
6996 cat >>conftest.$ac_ext <<_ACEOF
6997 /* end confdefs.h.  */
6998 #include <$ac_header>
6999 _ACEOF
7000 if { (ac_try="$ac_cpp conftest.$ac_ext"
7001 case "(($ac_try" in
7002   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7003   *) ac_try_echo=$ac_try;;
7004 esac
7005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7006   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7007   ac_status=$?
7008   grep -v '^ *+' conftest.er1 >conftest.err
7009   rm -f conftest.er1
7010   cat conftest.err >&5
7011   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7012   (exit $ac_status); } >/dev/null && {
7013          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7014          test ! -s conftest.err
7015        }; then
7016   ac_header_preproc=yes
7017 else
7018   echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.$ac_ext >&5
7020
7021   ac_header_preproc=no
7022 fi
7023
7024 rm -f conftest.err conftest.$ac_ext
7025 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7026 echo "${ECHO_T}$ac_header_preproc" >&6; }
7027
7028 # So?  What about this header?
7029 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7030   yes:no: )
7031     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7032 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7033     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7034 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7035     ac_header_preproc=yes
7036     ;;
7037   no:yes:* )
7038     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7039 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7040     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7041 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7042     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7043 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7044     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
7045 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
7046     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7047 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7048     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7049 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7050     ( cat <<\_ASBOX
7051 ## ------------------------------------ ##
7052 ## Report this to wine-devel@winehq.org ##
7053 ## ------------------------------------ ##
7054 _ASBOX
7055      ) | sed "s/^/$as_me: WARNING:     /" >&2
7056     ;;
7057 esac
7058 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7059 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7060 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7061   echo $ECHO_N "(cached) $ECHO_C" >&6
7062 else
7063   eval "$as_ac_Header=\$ac_header_preproc"
7064 fi
7065 ac_res=`eval echo '${'$as_ac_Header'}'`
7066                { echo "$as_me:$LINENO: result: $ac_res" >&5
7067 echo "${ECHO_T}$ac_res" >&6; }
7068
7069 fi
7070 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7071   cat >>confdefs.h <<_ACEOF
7072 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7073 _ACEOF
7074
7075 fi
7076
7077 done
7078
7079 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7080 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7081 if test "${ac_cv_header_stat_broken+set}" = set; then
7082   echo $ECHO_N "(cached) $ECHO_C" >&6
7083 else
7084   cat >conftest.$ac_ext <<_ACEOF
7085 /* confdefs.h.  */
7086 _ACEOF
7087 cat confdefs.h >>conftest.$ac_ext
7088 cat >>conftest.$ac_ext <<_ACEOF
7089 /* end confdefs.h.  */
7090 #include <sys/types.h>
7091 #include <sys/stat.h>
7092
7093 #if defined S_ISBLK && defined S_IFDIR
7094 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7095 #endif
7096
7097 #if defined S_ISBLK && defined S_IFCHR
7098 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7099 #endif
7100
7101 #if defined S_ISLNK && defined S_IFREG
7102 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7103 #endif
7104
7105 #if defined S_ISSOCK && defined S_IFREG
7106 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7107 #endif
7108
7109 _ACEOF
7110 rm -f conftest.$ac_objext
7111 if { (ac_try="$ac_compile"
7112 case "(($ac_try" in
7113   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7114   *) ac_try_echo=$ac_try;;
7115 esac
7116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7117   (eval "$ac_compile") 2>conftest.er1
7118   ac_status=$?
7119   grep -v '^ *+' conftest.er1 >conftest.err
7120   rm -f conftest.er1
7121   cat conftest.err >&5
7122   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7123   (exit $ac_status); } && {
7124          test -z "$ac_c_werror_flag" ||
7125          test ! -s conftest.err
7126        } && test -s conftest.$ac_objext; then
7127   ac_cv_header_stat_broken=no
7128 else
7129   echo "$as_me: failed program was:" >&5
7130 sed 's/^/| /' conftest.$ac_ext >&5
7131
7132         ac_cv_header_stat_broken=yes
7133 fi
7134
7135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7136 fi
7137 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7138 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7139 if test $ac_cv_header_stat_broken = yes; then
7140
7141 cat >>confdefs.h <<\_ACEOF
7142 #define STAT_MACROS_BROKEN 1
7143 _ACEOF
7144
7145 fi
7146
7147
7148
7149
7150
7151
7152
7153 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7154 do
7155 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7159   echo $ECHO_N "(cached) $ECHO_C" >&6
7160 else
7161   cat >conftest.$ac_ext <<_ACEOF
7162 /* confdefs.h.  */
7163 _ACEOF
7164 cat confdefs.h >>conftest.$ac_ext
7165 cat >>conftest.$ac_ext <<_ACEOF
7166 /* end confdefs.h.  */
7167 #include <sys/types.h>
7168      #if HAVE_SYS_PARAM_H
7169      # include <sys/param.h>
7170      #endif
7171
7172 #include <$ac_header>
7173 _ACEOF
7174 rm -f conftest.$ac_objext
7175 if { (ac_try="$ac_compile"
7176 case "(($ac_try" in
7177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7178   *) ac_try_echo=$ac_try;;
7179 esac
7180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7181   (eval "$ac_compile") 2>conftest.er1
7182   ac_status=$?
7183   grep -v '^ *+' conftest.er1 >conftest.err
7184   rm -f conftest.er1
7185   cat conftest.err >&5
7186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7187   (exit $ac_status); } && {
7188          test -z "$ac_c_werror_flag" ||
7189          test ! -s conftest.err
7190        } && test -s conftest.$ac_objext; then
7191   eval "$as_ac_Header=yes"
7192 else
7193   echo "$as_me: failed program was:" >&5
7194 sed 's/^/| /' conftest.$ac_ext >&5
7195
7196         eval "$as_ac_Header=no"
7197 fi
7198
7199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7200 fi
7201 ac_res=`eval echo '${'$as_ac_Header'}'`
7202                { echo "$as_me:$LINENO: result: $ac_res" >&5
7203 echo "${ECHO_T}$ac_res" >&6; }
7204 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7205   cat >>confdefs.h <<_ACEOF
7206 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7207 _ACEOF
7208
7209 fi
7210
7211 done
7212
7213
7214
7215
7216
7217
7218
7219
7220 for ac_header in net/if.h net/if_arp.h net/if_dl.h net/if_types.h net/route.h netipx/ipx.h
7221 do
7222 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7223 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7224 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7226   echo $ECHO_N "(cached) $ECHO_C" >&6
7227 else
7228   cat >conftest.$ac_ext <<_ACEOF
7229 /* confdefs.h.  */
7230 _ACEOF
7231 cat confdefs.h >>conftest.$ac_ext
7232 cat >>conftest.$ac_ext <<_ACEOF
7233 /* end confdefs.h.  */
7234 #include <sys/types.h>
7235      #if HAVE_SYS_SOCKET_H
7236      # include <sys/socket.h>
7237      #endif
7238
7239 #include <$ac_header>
7240 _ACEOF
7241 rm -f conftest.$ac_objext
7242 if { (ac_try="$ac_compile"
7243 case "(($ac_try" in
7244   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7245   *) ac_try_echo=$ac_try;;
7246 esac
7247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7248   (eval "$ac_compile") 2>conftest.er1
7249   ac_status=$?
7250   grep -v '^ *+' conftest.er1 >conftest.err
7251   rm -f conftest.er1
7252   cat conftest.err >&5
7253   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7254   (exit $ac_status); } && {
7255          test -z "$ac_c_werror_flag" ||
7256          test ! -s conftest.err
7257        } && test -s conftest.$ac_objext; then
7258   eval "$as_ac_Header=yes"
7259 else
7260   echo "$as_me: failed program was:" >&5
7261 sed 's/^/| /' conftest.$ac_ext >&5
7262
7263         eval "$as_ac_Header=no"
7264 fi
7265
7266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7267 fi
7268 ac_res=`eval echo '${'$as_ac_Header'}'`
7269                { echo "$as_me:$LINENO: result: $ac_res" >&5
7270 echo "${ECHO_T}$ac_res" >&6; }
7271 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7272   cat >>confdefs.h <<_ACEOF
7273 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7274 _ACEOF
7275
7276 fi
7277
7278 done
7279
7280
7281
7282 for ac_header in linux/ipx.h
7283 do
7284 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7285 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7286 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7287 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7288   echo $ECHO_N "(cached) $ECHO_C" >&6
7289 else
7290   cat >conftest.$ac_ext <<_ACEOF
7291 /* confdefs.h.  */
7292 _ACEOF
7293 cat confdefs.h >>conftest.$ac_ext
7294 cat >>conftest.$ac_ext <<_ACEOF
7295 /* end confdefs.h.  */
7296 #include <sys/types.h>
7297      #ifdef HAVE_ASM_TYPES_H
7298      # include <asm/types.h>
7299      #endif
7300      #if HAVE_SYS_SOCKET_H
7301      # include <sys/socket.h>
7302      #endif
7303
7304 #include <$ac_header>
7305 _ACEOF
7306 rm -f conftest.$ac_objext
7307 if { (ac_try="$ac_compile"
7308 case "(($ac_try" in
7309   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7310   *) ac_try_echo=$ac_try;;
7311 esac
7312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7313   (eval "$ac_compile") 2>conftest.er1
7314   ac_status=$?
7315   grep -v '^ *+' conftest.er1 >conftest.err
7316   rm -f conftest.er1
7317   cat conftest.err >&5
7318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7319   (exit $ac_status); } && {
7320          test -z "$ac_c_werror_flag" ||
7321          test ! -s conftest.err
7322        } && test -s conftest.$ac_objext; then
7323   eval "$as_ac_Header=yes"
7324 else
7325   echo "$as_me: failed program was:" >&5
7326 sed 's/^/| /' conftest.$ac_ext >&5
7327
7328         eval "$as_ac_Header=no"
7329 fi
7330
7331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7332 fi
7333 ac_res=`eval echo '${'$as_ac_Header'}'`
7334                { echo "$as_me:$LINENO: result: $ac_res" >&5
7335 echo "${ECHO_T}$ac_res" >&6; }
7336 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7337   cat >>confdefs.h <<_ACEOF
7338 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7339 _ACEOF
7340
7341 fi
7342
7343 done
7344
7345
7346
7347 for ac_header in resolv.h
7348 do
7349 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7350 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7351 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7352 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7353   echo $ECHO_N "(cached) $ECHO_C" >&6
7354 else
7355   cat >conftest.$ac_ext <<_ACEOF
7356 /* confdefs.h.  */
7357 _ACEOF
7358 cat confdefs.h >>conftest.$ac_ext
7359 cat >>conftest.$ac_ext <<_ACEOF
7360 /* end confdefs.h.  */
7361 #include <sys/types.h>
7362      #if HAVE_SYS_SOCKET_H
7363      # include <sys/socket.h>
7364      #endif
7365      #if HAVE_NETINET_IN_H
7366      # include <netinet/in.h>
7367      #endif
7368      #if HAVE_ARPA_NAMESER_H
7369      # include <arpa/nameser.h>
7370      #endif
7371
7372 #include <$ac_header>
7373 _ACEOF
7374 rm -f conftest.$ac_objext
7375 if { (ac_try="$ac_compile"
7376 case "(($ac_try" in
7377   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7378   *) ac_try_echo=$ac_try;;
7379 esac
7380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7381   (eval "$ac_compile") 2>conftest.er1
7382   ac_status=$?
7383   grep -v '^ *+' conftest.er1 >conftest.err
7384   rm -f conftest.er1
7385   cat conftest.err >&5
7386   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7387   (exit $ac_status); } && {
7388          test -z "$ac_c_werror_flag" ||
7389          test ! -s conftest.err
7390        } && test -s conftest.$ac_objext; then
7391   eval "$as_ac_Header=yes"
7392 else
7393   echo "$as_me: failed program was:" >&5
7394 sed 's/^/| /' conftest.$ac_ext >&5
7395
7396         eval "$as_ac_Header=no"
7397 fi
7398
7399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7400 fi
7401 ac_res=`eval echo '${'$as_ac_Header'}'`
7402                { echo "$as_me:$LINENO: result: $ac_res" >&5
7403 echo "${ECHO_T}$ac_res" >&6; }
7404 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7405   cat >>confdefs.h <<_ACEOF
7406 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7407 _ACEOF
7408
7409 fi
7410
7411 done
7412
7413
7414
7415 for ac_header in ucontext.h
7416 do
7417 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7418 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7419 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7421   echo $ECHO_N "(cached) $ECHO_C" >&6
7422 else
7423   cat >conftest.$ac_ext <<_ACEOF
7424 /* confdefs.h.  */
7425 _ACEOF
7426 cat confdefs.h >>conftest.$ac_ext
7427 cat >>conftest.$ac_ext <<_ACEOF
7428 /* end confdefs.h.  */
7429 #include <signal.h>
7430
7431 #include <$ac_header>
7432 _ACEOF
7433 rm -f conftest.$ac_objext
7434 if { (ac_try="$ac_compile"
7435 case "(($ac_try" in
7436   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7437   *) ac_try_echo=$ac_try;;
7438 esac
7439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7440   (eval "$ac_compile") 2>conftest.er1
7441   ac_status=$?
7442   grep -v '^ *+' conftest.er1 >conftest.err
7443   rm -f conftest.er1
7444   cat conftest.err >&5
7445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7446   (exit $ac_status); } && {
7447          test -z "$ac_c_werror_flag" ||
7448          test ! -s conftest.err
7449        } && test -s conftest.$ac_objext; then
7450   eval "$as_ac_Header=yes"
7451 else
7452   echo "$as_me: failed program was:" >&5
7453 sed 's/^/| /' conftest.$ac_ext >&5
7454
7455         eval "$as_ac_Header=no"
7456 fi
7457
7458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7459 fi
7460 ac_res=`eval echo '${'$as_ac_Header'}'`
7461                { echo "$as_me:$LINENO: result: $ac_res" >&5
7462 echo "${ECHO_T}$ac_res" >&6; }
7463 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7464   cat >>confdefs.h <<_ACEOF
7465 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7466 _ACEOF
7467
7468 fi
7469
7470 done
7471
7472
7473
7474 for ac_header in pthread_np.h
7475 do
7476 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7477 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7478 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7479 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7480   echo $ECHO_N "(cached) $ECHO_C" >&6
7481 else
7482   cat >conftest.$ac_ext <<_ACEOF
7483 /* confdefs.h.  */
7484 _ACEOF
7485 cat confdefs.h >>conftest.$ac_ext
7486 cat >>conftest.$ac_ext <<_ACEOF
7487 /* end confdefs.h.  */
7488 #ifdef HAVE_PTHREAD_H
7489 #include <pthread.h>
7490 #endif
7491
7492 #include <$ac_header>
7493 _ACEOF
7494 rm -f conftest.$ac_objext
7495 if { (ac_try="$ac_compile"
7496 case "(($ac_try" in
7497   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7498   *) ac_try_echo=$ac_try;;
7499 esac
7500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7501   (eval "$ac_compile") 2>conftest.er1
7502   ac_status=$?
7503   grep -v '^ *+' conftest.er1 >conftest.err
7504   rm -f conftest.er1
7505   cat conftest.err >&5
7506   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7507   (exit $ac_status); } && {
7508          test -z "$ac_c_werror_flag" ||
7509          test ! -s conftest.err
7510        } && test -s conftest.$ac_objext; then
7511   eval "$as_ac_Header=yes"
7512 else
7513   echo "$as_me: failed program was:" >&5
7514 sed 's/^/| /' conftest.$ac_ext >&5
7515
7516         eval "$as_ac_Header=no"
7517 fi
7518
7519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7520 fi
7521 ac_res=`eval echo '${'$as_ac_Header'}'`
7522                { echo "$as_me:$LINENO: result: $ac_res" >&5
7523 echo "${ECHO_T}$ac_res" >&6; }
7524 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7525   cat >>confdefs.h <<_ACEOF
7526 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7527 _ACEOF
7528
7529 fi
7530
7531 done
7532
7533
7534
7535 for ac_header in linux/videodev.h
7536 do
7537 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7538 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7539 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7540 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7541   echo $ECHO_N "(cached) $ECHO_C" >&6
7542 else
7543   cat >conftest.$ac_ext <<_ACEOF
7544 /* confdefs.h.  */
7545 _ACEOF
7546 cat confdefs.h >>conftest.$ac_ext
7547 cat >>conftest.$ac_ext <<_ACEOF
7548 /* end confdefs.h.  */
7549 #ifdef HAVE_SYS_TIME_H
7550 #include <sys/time.h>
7551 #endif
7552 #include <sys/types.h>
7553 #ifdef HAVE_ASM_TYPES_H
7554 #include <asm/types.h>
7555 #endif
7556
7557 #include <$ac_header>
7558 _ACEOF
7559 rm -f conftest.$ac_objext
7560 if { (ac_try="$ac_compile"
7561 case "(($ac_try" in
7562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7563   *) ac_try_echo=$ac_try;;
7564 esac
7565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7566   (eval "$ac_compile") 2>conftest.er1
7567   ac_status=$?
7568   grep -v '^ *+' conftest.er1 >conftest.err
7569   rm -f conftest.er1
7570   cat conftest.err >&5
7571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572   (exit $ac_status); } && {
7573          test -z "$ac_c_werror_flag" ||
7574          test ! -s conftest.err
7575        } && test -s conftest.$ac_objext; then
7576   eval "$as_ac_Header=yes"
7577 else
7578   echo "$as_me: failed program was:" >&5
7579 sed 's/^/| /' conftest.$ac_ext >&5
7580
7581         eval "$as_ac_Header=no"
7582 fi
7583
7584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7585 fi
7586 ac_res=`eval echo '${'$as_ac_Header'}'`
7587                { echo "$as_me:$LINENO: result: $ac_res" >&5
7588 echo "${ECHO_T}$ac_res" >&6; }
7589 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7590   cat >>confdefs.h <<_ACEOF
7591 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7592 _ACEOF
7593
7594 fi
7595
7596 done
7597
7598
7599
7600 for ac_header in linux/capi.h
7601 do
7602 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7603 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7604 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7605 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7606   echo $ECHO_N "(cached) $ECHO_C" >&6
7607 else
7608   cat >conftest.$ac_ext <<_ACEOF
7609 /* confdefs.h.  */
7610 _ACEOF
7611 cat confdefs.h >>conftest.$ac_ext
7612 cat >>conftest.$ac_ext <<_ACEOF
7613 /* end confdefs.h.  */
7614 #define __user
7615
7616 #include <$ac_header>
7617 _ACEOF
7618 rm -f conftest.$ac_objext
7619 if { (ac_try="$ac_compile"
7620 case "(($ac_try" in
7621   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7622   *) ac_try_echo=$ac_try;;
7623 esac
7624 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7625   (eval "$ac_compile") 2>conftest.er1
7626   ac_status=$?
7627   grep -v '^ *+' conftest.er1 >conftest.err
7628   rm -f conftest.er1
7629   cat conftest.err >&5
7630   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7631   (exit $ac_status); } && {
7632          test -z "$ac_c_werror_flag" ||
7633          test ! -s conftest.err
7634        } && test -s conftest.$ac_objext; then
7635   eval "$as_ac_Header=yes"
7636 else
7637   echo "$as_me: failed program was:" >&5
7638 sed 's/^/| /' conftest.$ac_ext >&5
7639
7640         eval "$as_ac_Header=no"
7641 fi
7642
7643 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7644 fi
7645 ac_res=`eval echo '${'$as_ac_Header'}'`
7646                { echo "$as_me:$LINENO: result: $ac_res" >&5
7647 echo "${ECHO_T}$ac_res" >&6; }
7648 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7649   cat >>confdefs.h <<_ACEOF
7650 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7651 _ACEOF
7652
7653 fi
7654
7655 done
7656
7657
7658
7659 DLLEXT=""
7660
7661 DLLFLAGS="-D_REENTRANT"
7662
7663 LDSHARED=""
7664
7665 LDDLLFLAGS=""
7666
7667 LIBEXT="so"
7668
7669 IMPLIBEXT="def"
7670
7671 LDRPATH_INSTALL=""
7672
7673 LDRPATH_LOCAL=""
7674
7675 # Extract the first word of "ldd", so it can be a program name with args.
7676 set dummy ldd; ac_word=$2
7677 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7678 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7679 if test "${ac_cv_path_LDD+set}" = set; then
7680   echo $ECHO_N "(cached) $ECHO_C" >&6
7681 else
7682   case $LDD in
7683   [\\/]* | ?:[\\/]*)
7684   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7685   ;;
7686   *)
7687   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7688 as_dummy="/sbin:/usr/sbin:$PATH"
7689 for as_dir in $as_dummy
7690 do
7691   IFS=$as_save_IFS
7692   test -z "$as_dir" && as_dir=.
7693   for ac_exec_ext in '' $ac_executable_extensions; do
7694   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7695     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7696     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7697     break 2
7698   fi
7699 done
7700 done
7701 IFS=$as_save_IFS
7702
7703   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7704   ;;
7705 esac
7706 fi
7707 LDD=$ac_cv_path_LDD
7708 if test -n "$LDD"; then
7709   { echo "$as_me:$LINENO: result: $LDD" >&5
7710 echo "${ECHO_T}$LDD" >&6; }
7711 else
7712   { echo "$as_me:$LINENO: result: no" >&5
7713 echo "${ECHO_T}no" >&6; }
7714 fi
7715
7716
7717
7718 case $host_os in
7719   cygwin*|mingw32*)
7720     if test -n "$ac_tool_prefix"; then
7721   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7722 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7723 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7724 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7725 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7726   echo $ECHO_N "(cached) $ECHO_C" >&6
7727 else
7728   if test -n "$DLLTOOL"; then
7729   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7730 else
7731 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7732 for as_dir in $PATH
7733 do
7734   IFS=$as_save_IFS
7735   test -z "$as_dir" && as_dir=.
7736   for ac_exec_ext in '' $ac_executable_extensions; do
7737   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7738     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7739     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7740     break 2
7741   fi
7742 done
7743 done
7744 IFS=$as_save_IFS
7745
7746 fi
7747 fi
7748 DLLTOOL=$ac_cv_prog_DLLTOOL
7749 if test -n "$DLLTOOL"; then
7750   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7751 echo "${ECHO_T}$DLLTOOL" >&6; }
7752 else
7753   { echo "$as_me:$LINENO: result: no" >&5
7754 echo "${ECHO_T}no" >&6; }
7755 fi
7756
7757
7758 fi
7759 if test -z "$ac_cv_prog_DLLTOOL"; then
7760   ac_ct_DLLTOOL=$DLLTOOL
7761   # Extract the first word of "dlltool", so it can be a program name with args.
7762 set dummy dlltool; ac_word=$2
7763 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7764 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7765 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7766   echo $ECHO_N "(cached) $ECHO_C" >&6
7767 else
7768   if test -n "$ac_ct_DLLTOOL"; then
7769   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7770 else
7771 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7772 for as_dir in $PATH
7773 do
7774   IFS=$as_save_IFS
7775   test -z "$as_dir" && as_dir=.
7776   for ac_exec_ext in '' $ac_executable_extensions; do
7777   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7778     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7779     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7780     break 2
7781   fi
7782 done
7783 done
7784 IFS=$as_save_IFS
7785
7786 fi
7787 fi
7788 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7789 if test -n "$ac_ct_DLLTOOL"; then
7790   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7791 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7792 else
7793   { echo "$as_me:$LINENO: result: no" >&5
7794 echo "${ECHO_T}no" >&6; }
7795 fi
7796
7797   if test "x$ac_ct_DLLTOOL" = x; then
7798     DLLTOOL="false"
7799   else
7800     case $cross_compiling:$ac_tool_warned in
7801 yes:)
7802 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7803 whose name does not start with the host triplet.  If you think this
7804 configuration is useful to you, please write to autoconf@gnu.org." >&5
7805 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7806 whose name does not start with the host triplet.  If you think this
7807 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7808 ac_tool_warned=yes ;;
7809 esac
7810     DLLTOOL=$ac_ct_DLLTOOL
7811   fi
7812 else
7813   DLLTOOL="$ac_cv_prog_DLLTOOL"
7814 fi
7815
7816     if test -n "$ac_tool_prefix"; then
7817   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7818 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7819 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7820 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7821 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7822   echo $ECHO_N "(cached) $ECHO_C" >&6
7823 else
7824   if test -n "$DLLWRAP"; then
7825   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7826 else
7827 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7828 for as_dir in $PATH
7829 do
7830   IFS=$as_save_IFS
7831   test -z "$as_dir" && as_dir=.
7832   for ac_exec_ext in '' $ac_executable_extensions; do
7833   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7834     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7835     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7836     break 2
7837   fi
7838 done
7839 done
7840 IFS=$as_save_IFS
7841
7842 fi
7843 fi
7844 DLLWRAP=$ac_cv_prog_DLLWRAP
7845 if test -n "$DLLWRAP"; then
7846   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7847 echo "${ECHO_T}$DLLWRAP" >&6; }
7848 else
7849   { echo "$as_me:$LINENO: result: no" >&5
7850 echo "${ECHO_T}no" >&6; }
7851 fi
7852
7853
7854 fi
7855 if test -z "$ac_cv_prog_DLLWRAP"; then
7856   ac_ct_DLLWRAP=$DLLWRAP
7857   # Extract the first word of "dllwrap", so it can be a program name with args.
7858 set dummy dllwrap; ac_word=$2
7859 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7860 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7861 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7862   echo $ECHO_N "(cached) $ECHO_C" >&6
7863 else
7864   if test -n "$ac_ct_DLLWRAP"; then
7865   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7866 else
7867 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7868 for as_dir in $PATH
7869 do
7870   IFS=$as_save_IFS
7871   test -z "$as_dir" && as_dir=.
7872   for ac_exec_ext in '' $ac_executable_extensions; do
7873   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7874     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7875     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7876     break 2
7877   fi
7878 done
7879 done
7880 IFS=$as_save_IFS
7881
7882 fi
7883 fi
7884 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7885 if test -n "$ac_ct_DLLWRAP"; then
7886   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7887 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7888 else
7889   { echo "$as_me:$LINENO: result: no" >&5
7890 echo "${ECHO_T}no" >&6; }
7891 fi
7892
7893   if test "x$ac_ct_DLLWRAP" = x; then
7894     DLLWRAP="false"
7895   else
7896     case $cross_compiling:$ac_tool_warned in
7897 yes:)
7898 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7899 whose name does not start with the host triplet.  If you think this
7900 configuration is useful to you, please write to autoconf@gnu.org." >&5
7901 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7902 whose name does not start with the host triplet.  If you think this
7903 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7904 ac_tool_warned=yes ;;
7905 esac
7906     DLLWRAP=$ac_ct_DLLWRAP
7907   fi
7908 else
7909   DLLWRAP="$ac_cv_prog_DLLWRAP"
7910 fi
7911
7912     if test -n "$ac_tool_prefix"; then
7913   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7914 set dummy ${ac_tool_prefix}ar; ac_word=$2
7915 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7916 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7917 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7918   echo $ECHO_N "(cached) $ECHO_C" >&6
7919 else
7920   if test -n "$MINGWAR"; then
7921   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7922 else
7923 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7924 for as_dir in $PATH
7925 do
7926   IFS=$as_save_IFS
7927   test -z "$as_dir" && as_dir=.
7928   for ac_exec_ext in '' $ac_executable_extensions; do
7929   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7930     ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7931     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7932     break 2
7933   fi
7934 done
7935 done
7936 IFS=$as_save_IFS
7937
7938 fi
7939 fi
7940 MINGWAR=$ac_cv_prog_MINGWAR
7941 if test -n "$MINGWAR"; then
7942   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7943 echo "${ECHO_T}$MINGWAR" >&6; }
7944 else
7945   { echo "$as_me:$LINENO: result: no" >&5
7946 echo "${ECHO_T}no" >&6; }
7947 fi
7948
7949
7950 fi
7951 if test -z "$ac_cv_prog_MINGWAR"; then
7952   ac_ct_MINGWAR=$MINGWAR
7953   # Extract the first word of "ar", so it can be a program name with args.
7954 set dummy ar; ac_word=$2
7955 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7956 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7957 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7958   echo $ECHO_N "(cached) $ECHO_C" >&6
7959 else
7960   if test -n "$ac_ct_MINGWAR"; then
7961   ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7962 else
7963 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7964 for as_dir in $PATH
7965 do
7966   IFS=$as_save_IFS
7967   test -z "$as_dir" && as_dir=.
7968   for ac_exec_ext in '' $ac_executable_extensions; do
7969   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7970     ac_cv_prog_ac_ct_MINGWAR="ar"
7971     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7972     break 2
7973   fi
7974 done
7975 done
7976 IFS=$as_save_IFS
7977
7978 fi
7979 fi
7980 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7981 if test -n "$ac_ct_MINGWAR"; then
7982   { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7983 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7984 else
7985   { echo "$as_me:$LINENO: result: no" >&5
7986 echo "${ECHO_T}no" >&6; }
7987 fi
7988
7989   if test "x$ac_ct_MINGWAR" = x; then
7990     MINGWAR="false"
7991   else
7992     case $cross_compiling:$ac_tool_warned in
7993 yes:)
7994 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7995 whose name does not start with the host triplet.  If you think this
7996 configuration is useful to you, please write to autoconf@gnu.org." >&5
7997 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7998 whose name does not start with the host triplet.  If you think this
7999 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8000 ac_tool_warned=yes ;;
8001 esac
8002     MINGWAR=$ac_ct_MINGWAR
8003   fi
8004 else
8005   MINGWAR="$ac_cv_prog_MINGWAR"
8006 fi
8007
8008     if test "$DLLWRAP" = "false"; then
8009       LIBEXT="a"
8010     else
8011             LIBEXT="dll"
8012     fi
8013     IMPLIBEXT="a"
8014         WIN16_FILES=""
8015     WIN16_INSTALL=""
8016     ;;
8017   darwin*|macosx*)
8018     DLLEXT=".so"
8019     LIBEXT="dylib"
8020     DLLFLAGS="$DLLFLAGS -fPIC"
8021     LDDLLFLAGS="-bundle -multiply_defined suppress"
8022     LIBWINE_LDFLAGS="-multiply_defined suppress"
8023     LDSHARED="\$(CC) -dynamiclib"
8024     STRIP="$STRIP -x"
8025     LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8026         COREFOUNDATIONLIB="-framework CoreFoundation"
8027
8028     IOKITLIB="-framework IOKit -framework CoreFoundation"
8029
8030     LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8031
8032     if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8033     then
8034                 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8035
8036     fi
8037     if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8038     then
8039                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8040
8041     fi
8042     case $host_cpu in
8043       *powerpc*)
8044         LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"          ;;
8045     esac
8046         if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8047     then
8048         CARBONLIB="-framework Carbon"
8049
8050         QUARTZFILES='$(QUARTZFILES)'
8051     fi
8052     ;;
8053   *)
8054     DLLFLAGS="$DLLFLAGS -fPIC"
8055     DLLEXT=".so"
8056     { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8057 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8058 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8059   echo $ECHO_N "(cached) $ECHO_C" >&6
8060 else
8061   ac_wine_try_cflags_saved=$CFLAGS
8062 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8063 cat >conftest.$ac_ext <<_ACEOF
8064 void myfunc() {}
8065 _ACEOF
8066 rm -f conftest.$ac_objext conftest$ac_exeext
8067 if { (ac_try="$ac_link"
8068 case "(($ac_try" in
8069   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8070   *) ac_try_echo=$ac_try;;
8071 esac
8072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8073   (eval "$ac_link") 2>conftest.er1
8074   ac_status=$?
8075   grep -v '^ *+' conftest.er1 >conftest.err
8076   rm -f conftest.er1
8077   cat conftest.err >&5
8078   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8079   (exit $ac_status); } && {
8080          test -z "$ac_c_werror_flag" ||
8081          test ! -s conftest.err
8082        } && test -s conftest$ac_exeext &&
8083        $as_test_x conftest$ac_exeext; then
8084   ac_cv_c_dll_gnuelf="yes"
8085 else
8086   echo "$as_me: failed program was:" >&5
8087 sed 's/^/| /' conftest.$ac_ext >&5
8088
8089         ac_cv_c_dll_gnuelf="no"
8090 fi
8091
8092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8093       conftest$ac_exeext conftest.$ac_ext
8094 CFLAGS=$ac_wine_try_cflags_saved
8095 fi
8096 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8097 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8098     if test "$ac_cv_c_dll_gnuelf" = "yes"
8099     then
8100       LDSHARED="\$(CC) -shared"
8101       LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8102       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8103 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8104 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8105   echo $ECHO_N "(cached) $ECHO_C" >&6
8106 else
8107   ac_wine_try_cflags_saved=$CFLAGS
8108 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8109 cat >conftest.$ac_ext <<_ACEOF
8110 /* confdefs.h.  */
8111 _ACEOF
8112 cat confdefs.h >>conftest.$ac_ext
8113 cat >>conftest.$ac_ext <<_ACEOF
8114 /* end confdefs.h.  */
8115
8116 int
8117 main ()
8118 {
8119
8120   ;
8121   return 0;
8122 }
8123 _ACEOF
8124 rm -f conftest.$ac_objext conftest$ac_exeext
8125 if { (ac_try="$ac_link"
8126 case "(($ac_try" in
8127   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8128   *) ac_try_echo=$ac_try;;
8129 esac
8130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8131   (eval "$ac_link") 2>conftest.er1
8132   ac_status=$?
8133   grep -v '^ *+' conftest.er1 >conftest.err
8134   rm -f conftest.er1
8135   cat conftest.err >&5
8136   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8137   (exit $ac_status); } && {
8138          test -z "$ac_c_werror_flag" ||
8139          test ! -s conftest.err
8140        } && test -s conftest$ac_exeext &&
8141        $as_test_x conftest$ac_exeext; then
8142   ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8143 else
8144   echo "$as_me: failed program was:" >&5
8145 sed 's/^/| /' conftest.$ac_ext >&5
8146
8147         ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8148 fi
8149
8150 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8151       conftest$ac_exeext conftest.$ac_ext
8152 CFLAGS=$ac_wine_try_cflags_saved
8153 fi
8154 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8155 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8156 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8157   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8158 else
8159   { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8160 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8161 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8162   echo $ECHO_N "(cached) $ECHO_C" >&6
8163 else
8164   ac_wine_try_cflags_saved=$CFLAGS
8165 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8166 cat >conftest.$ac_ext <<_ACEOF
8167 /* confdefs.h.  */
8168 _ACEOF
8169 cat confdefs.h >>conftest.$ac_ext
8170 cat >>conftest.$ac_ext <<_ACEOF
8171 /* end confdefs.h.  */
8172
8173 int
8174 main ()
8175 {
8176
8177   ;
8178   return 0;
8179 }
8180 _ACEOF
8181 rm -f conftest.$ac_objext conftest$ac_exeext
8182 if { (ac_try="$ac_link"
8183 case "(($ac_try" in
8184   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8185   *) ac_try_echo=$ac_try;;
8186 esac
8187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8188   (eval "$ac_link") 2>conftest.er1
8189   ac_status=$?
8190   grep -v '^ *+' conftest.er1 >conftest.err
8191   rm -f conftest.er1
8192   cat conftest.err >&5
8193   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8194   (exit $ac_status); } && {
8195          test -z "$ac_c_werror_flag" ||
8196          test ! -s conftest.err
8197        } && test -s conftest$ac_exeext &&
8198        $as_test_x conftest$ac_exeext; then
8199   ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8200 else
8201   echo "$as_me: failed program was:" >&5
8202 sed 's/^/| /' conftest.$ac_ext >&5
8203
8204         ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8205 fi
8206
8207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8208       conftest$ac_exeext conftest.$ac_ext
8209 CFLAGS=$ac_wine_try_cflags_saved
8210 fi
8211 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8212 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8213 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8214   LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8215 fi
8216
8217 fi
8218
8219
8220       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8221 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8222 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8223   echo $ECHO_N "(cached) $ECHO_C" >&6
8224 else
8225   ac_wine_try_cflags_saved=$CFLAGS
8226 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8227 cat >conftest.$ac_ext <<_ACEOF
8228 /* confdefs.h.  */
8229 _ACEOF
8230 cat confdefs.h >>conftest.$ac_ext
8231 cat >>conftest.$ac_ext <<_ACEOF
8232 /* end confdefs.h.  */
8233
8234 int
8235 main ()
8236 {
8237
8238   ;
8239   return 0;
8240 }
8241 _ACEOF
8242 rm -f conftest.$ac_objext conftest$ac_exeext
8243 if { (ac_try="$ac_link"
8244 case "(($ac_try" in
8245   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8246   *) ac_try_echo=$ac_try;;
8247 esac
8248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8249   (eval "$ac_link") 2>conftest.er1
8250   ac_status=$?
8251   grep -v '^ *+' conftest.er1 >conftest.err
8252   rm -f conftest.er1
8253   cat conftest.err >&5
8254   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8255   (exit $ac_status); } && {
8256          test -z "$ac_c_werror_flag" ||
8257          test ! -s conftest.err
8258        } && test -s conftest$ac_exeext &&
8259        $as_test_x conftest$ac_exeext; then
8260   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8261 else
8262   echo "$as_me: failed program was:" >&5
8263 sed 's/^/| /' conftest.$ac_ext >&5
8264
8265         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8266 fi
8267
8268 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8269       conftest$ac_exeext conftest.$ac_ext
8270 CFLAGS=$ac_wine_try_cflags_saved
8271 fi
8272 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8273 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8274 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8275   LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8276 fi
8277
8278
8279       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8280 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8281 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8282   echo $ECHO_N "(cached) $ECHO_C" >&6
8283 else
8284   ac_wine_try_cflags_saved=$CFLAGS
8285 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8286 cat >conftest.$ac_ext <<_ACEOF
8287 /* confdefs.h.  */
8288 _ACEOF
8289 cat confdefs.h >>conftest.$ac_ext
8290 cat >>conftest.$ac_ext <<_ACEOF
8291 /* end confdefs.h.  */
8292
8293 int
8294 main ()
8295 {
8296
8297   ;
8298   return 0;
8299 }
8300 _ACEOF
8301 rm -f conftest.$ac_objext conftest$ac_exeext
8302 if { (ac_try="$ac_link"
8303 case "(($ac_try" in
8304   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8305   *) ac_try_echo=$ac_try;;
8306 esac
8307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8308   (eval "$ac_link") 2>conftest.er1
8309   ac_status=$?
8310   grep -v '^ *+' conftest.er1 >conftest.err
8311   rm -f conftest.er1
8312   cat conftest.err >&5
8313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8314   (exit $ac_status); } && {
8315          test -z "$ac_c_werror_flag" ||
8316          test ! -s conftest.err
8317        } && test -s conftest$ac_exeext &&
8318        $as_test_x conftest$ac_exeext; then
8319   ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8320 else
8321   echo "$as_me: failed program was:" >&5
8322 sed 's/^/| /' conftest.$ac_ext >&5
8323
8324         ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8325 fi
8326
8327 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8328       conftest$ac_exeext conftest.$ac_ext
8329 CFLAGS=$ac_wine_try_cflags_saved
8330 fi
8331 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8332 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8333 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8334   LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8335 fi
8336
8337
8338       echo '{ global: *; };' >conftest.map
8339       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8340 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8341 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8342   echo $ECHO_N "(cached) $ECHO_C" >&6
8343 else
8344   ac_wine_try_cflags_saved=$CFLAGS
8345 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8346 cat >conftest.$ac_ext <<_ACEOF
8347 /* confdefs.h.  */
8348 _ACEOF
8349 cat confdefs.h >>conftest.$ac_ext
8350 cat >>conftest.$ac_ext <<_ACEOF
8351 /* end confdefs.h.  */
8352
8353 int
8354 main ()
8355 {
8356
8357   ;
8358   return 0;
8359 }
8360 _ACEOF
8361 rm -f conftest.$ac_objext conftest$ac_exeext
8362 if { (ac_try="$ac_link"
8363 case "(($ac_try" in
8364   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8365   *) ac_try_echo=$ac_try;;
8366 esac
8367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8368   (eval "$ac_link") 2>conftest.er1
8369   ac_status=$?
8370   grep -v '^ *+' conftest.er1 >conftest.err
8371   rm -f conftest.er1
8372   cat conftest.err >&5
8373   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8374   (exit $ac_status); } && {
8375          test -z "$ac_c_werror_flag" ||
8376          test ! -s conftest.err
8377        } && test -s conftest$ac_exeext &&
8378        $as_test_x conftest$ac_exeext; then
8379   ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8380 else
8381   echo "$as_me: failed program was:" >&5
8382 sed 's/^/| /' conftest.$ac_ext >&5
8383
8384         ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8385 fi
8386
8387 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8388       conftest$ac_exeext conftest.$ac_ext
8389 CFLAGS=$ac_wine_try_cflags_saved
8390 fi
8391 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8392 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8393 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8394   LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8395 fi
8396
8397       rm -f conftest.map
8398
8399       { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8400 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8401 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8402   echo $ECHO_N "(cached) $ECHO_C" >&6
8403 else
8404   ac_wine_try_cflags_saved=$CFLAGS
8405 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8406 cat >conftest.$ac_ext <<_ACEOF
8407 /* confdefs.h.  */
8408 _ACEOF
8409 cat confdefs.h >>conftest.$ac_ext
8410 cat >>conftest.$ac_ext <<_ACEOF
8411 /* end confdefs.h.  */
8412
8413 int
8414 main ()
8415 {
8416
8417   ;
8418   return 0;
8419 }
8420 _ACEOF
8421 rm -f conftest.$ac_objext conftest$ac_exeext
8422 if { (ac_try="$ac_link"
8423 case "(($ac_try" in
8424   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8425   *) ac_try_echo=$ac_try;;
8426 esac
8427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8428   (eval "$ac_link") 2>conftest.er1
8429   ac_status=$?
8430   grep -v '^ *+' conftest.er1 >conftest.err
8431   rm -f conftest.er1
8432   cat conftest.err >&5
8433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8434   (exit $ac_status); } && {
8435          test -z "$ac_c_werror_flag" ||
8436          test ! -s conftest.err
8437        } && test -s conftest$ac_exeext &&
8438        $as_test_x conftest$ac_exeext; then
8439   ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8440 else
8441   echo "$as_me: failed program was:" >&5
8442 sed 's/^/| /' conftest.$ac_ext >&5
8443
8444         ac_cv_cflags__fPIC__Wl___export_dynamic=no
8445 fi
8446
8447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8448       conftest$ac_exeext conftest.$ac_ext
8449 CFLAGS=$ac_wine_try_cflags_saved
8450 fi
8451 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8452 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8453 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8454   LDEXECFLAGS="-Wl,--export-dynamic"
8455
8456 fi
8457
8458
8459       as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8460 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8461 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8462 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8463   echo $ECHO_N "(cached) $ECHO_C" >&6
8464 else
8465   ac_wine_try_cflags_saved=$CFLAGS
8466 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8467 cat >conftest.$ac_ext <<_ACEOF
8468 /* confdefs.h.  */
8469 _ACEOF
8470 cat confdefs.h >>conftest.$ac_ext
8471 cat >>conftest.$ac_ext <<_ACEOF
8472 /* end confdefs.h.  */
8473
8474 int
8475 main ()
8476 {
8477
8478   ;
8479   return 0;
8480 }
8481 _ACEOF
8482 rm -f conftest.$ac_objext conftest$ac_exeext
8483 if { (ac_try="$ac_link"
8484 case "(($ac_try" in
8485   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8486   *) ac_try_echo=$ac_try;;
8487 esac
8488 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8489   (eval "$ac_link") 2>conftest.er1
8490   ac_status=$?
8491   grep -v '^ *+' conftest.er1 >conftest.err
8492   rm -f conftest.er1
8493   cat conftest.err >&5
8494   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8495   (exit $ac_status); } && {
8496          test -z "$ac_c_werror_flag" ||
8497          test ! -s conftest.err
8498        } && test -s conftest$ac_exeext &&
8499        $as_test_x conftest$ac_exeext; then
8500   eval "$as_ac_var=yes"
8501 else
8502   echo "$as_me: failed program was:" >&5
8503 sed 's/^/| /' conftest.$ac_ext >&5
8504
8505         eval "$as_ac_var=no"
8506 fi
8507
8508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8509       conftest$ac_exeext conftest.$ac_ext
8510 CFLAGS=$ac_wine_try_cflags_saved
8511 fi
8512 ac_res=`eval echo '${'$as_ac_var'}'`
8513                { echo "$as_me:$LINENO: result: $ac_res" >&5
8514 echo "${ECHO_T}$ac_res" >&6; }
8515 if test `eval echo '${'$as_ac_var'}'` = yes; then
8516   LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8517                        LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8518 else
8519   as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8520 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8521 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8522 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8523   echo $ECHO_N "(cached) $ECHO_C" >&6
8524 else
8525   ac_wine_try_cflags_saved=$CFLAGS
8526 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8527 cat >conftest.$ac_ext <<_ACEOF
8528 /* confdefs.h.  */
8529 _ACEOF
8530 cat confdefs.h >>conftest.$ac_ext
8531 cat >>conftest.$ac_ext <<_ACEOF
8532 /* end confdefs.h.  */
8533
8534 int
8535 main ()
8536 {
8537
8538   ;
8539   return 0;
8540 }
8541 _ACEOF
8542 rm -f conftest.$ac_objext conftest$ac_exeext
8543 if { (ac_try="$ac_link"
8544 case "(($ac_try" in
8545   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8546   *) ac_try_echo=$ac_try;;
8547 esac
8548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8549   (eval "$ac_link") 2>conftest.er1
8550   ac_status=$?
8551   grep -v '^ *+' conftest.er1 >conftest.err
8552   rm -f conftest.er1
8553   cat conftest.err >&5
8554   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8555   (exit $ac_status); } && {
8556          test -z "$ac_c_werror_flag" ||
8557          test ! -s conftest.err
8558        } && test -s conftest$ac_exeext &&
8559        $as_test_x conftest$ac_exeext; then
8560   eval "$as_ac_var=yes"
8561 else
8562   echo "$as_me: failed program was:" >&5
8563 sed 's/^/| /' conftest.$ac_ext >&5
8564
8565         eval "$as_ac_var=no"
8566 fi
8567
8568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8569       conftest$ac_exeext conftest.$ac_ext
8570 CFLAGS=$ac_wine_try_cflags_saved
8571 fi
8572 ac_res=`eval echo '${'$as_ac_var'}'`
8573                { echo "$as_me:$LINENO: result: $ac_res" >&5
8574 echo "${ECHO_T}$ac_res" >&6; }
8575 if test `eval echo '${'$as_ac_var'}'` = yes; then
8576   LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8577                             LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8578 fi
8579
8580 fi
8581
8582
8583       case $host_cpu in
8584         *i[3456789]86* | x86_64)
8585           { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8586 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8587 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8588   echo $ECHO_N "(cached) $ECHO_C" >&6
8589 else
8590   ac_wine_try_cflags_saved=$CFLAGS
8591 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8592 cat >conftest.$ac_ext <<_ACEOF
8593 /* confdefs.h.  */
8594 _ACEOF
8595 cat confdefs.h >>conftest.$ac_ext
8596 cat >>conftest.$ac_ext <<_ACEOF
8597 /* end confdefs.h.  */
8598
8599 int
8600 main ()
8601 {
8602
8603   ;
8604   return 0;
8605 }
8606 _ACEOF
8607 rm -f conftest.$ac_objext conftest$ac_exeext
8608 if { (ac_try="$ac_link"
8609 case "(($ac_try" in
8610   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8611   *) ac_try_echo=$ac_try;;
8612 esac
8613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8614   (eval "$ac_link") 2>conftest.er1
8615   ac_status=$?
8616   grep -v '^ *+' conftest.er1 >conftest.err
8617   rm -f conftest.er1
8618   cat conftest.err >&5
8619   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620   (exit $ac_status); } && {
8621          test -z "$ac_c_werror_flag" ||
8622          test ! -s conftest.err
8623        } && test -s conftest$ac_exeext &&
8624        $as_test_x conftest$ac_exeext; then
8625   ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8626 else
8627   echo "$as_me: failed program was:" >&5
8628 sed 's/^/| /' conftest.$ac_ext >&5
8629
8630         ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8631 fi
8632
8633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8634       conftest$ac_exeext conftest.$ac_ext
8635 CFLAGS=$ac_wine_try_cflags_saved
8636 fi
8637 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8638 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8639 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8640   LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8641 fi
8642
8643           ;;
8644       esac
8645
8646     else
8647       { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8648 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8649 if test "${ac_cv_c_dll_unixware+set}" = set; then
8650   echo $ECHO_N "(cached) $ECHO_C" >&6
8651 else
8652   ac_wine_try_cflags_saved=$CFLAGS
8653 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8654 cat >conftest.$ac_ext <<_ACEOF
8655 void myfunc() {}
8656 _ACEOF
8657 rm -f conftest.$ac_objext conftest$ac_exeext
8658 if { (ac_try="$ac_link"
8659 case "(($ac_try" in
8660   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8661   *) ac_try_echo=$ac_try;;
8662 esac
8663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8664   (eval "$ac_link") 2>conftest.er1
8665   ac_status=$?
8666   grep -v '^ *+' conftest.er1 >conftest.err
8667   rm -f conftest.er1
8668   cat conftest.err >&5
8669   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8670   (exit $ac_status); } && {
8671          test -z "$ac_c_werror_flag" ||
8672          test ! -s conftest.err
8673        } && test -s conftest$ac_exeext &&
8674        $as_test_x conftest$ac_exeext; then
8675   ac_cv_c_dll_unixware="yes"
8676 else
8677   echo "$as_me: failed program was:" >&5
8678 sed 's/^/| /' conftest.$ac_ext >&5
8679
8680         ac_cv_c_dll_unixware="no"
8681 fi
8682
8683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8684       conftest$ac_exeext conftest.$ac_ext
8685 CFLAGS=$ac_wine_try_cflags_saved
8686 fi
8687 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8688 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8689       if test "$ac_cv_c_dll_unixware" = "yes"
8690       then
8691         LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8692         LDDLLFLAGS="-Wl,-G,-B,symbolic"
8693
8694       else
8695         { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8696 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8697 if test "${ac_cv_c_dll_hpux+set}" = set; then
8698   echo $ECHO_N "(cached) $ECHO_C" >&6
8699 else
8700   ac_wine_try_cflags_saved=$CFLAGS
8701 CFLAGS="$CFLAGS -shared"
8702 cat >conftest.$ac_ext <<_ACEOF
8703 void myfunc() {}
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_c_dll_hpux="yes"
8724 else
8725   echo "$as_me: failed program was:" >&5
8726 sed 's/^/| /' conftest.$ac_ext >&5
8727
8728         ac_cv_c_dll_hpux="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_c_dll_hpux" >&5
8736 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8737         if test "$ac_cv_c_dll_hpux" = "yes"
8738         then
8739           LIBEXT="sl"
8740           DLLEXT=".sl"
8741           LDDLLFLAGS="-shared -fPIC"
8742           LDSHARED="\$(CC) -shared"
8743         fi
8744       fi
8745     fi
8746
8747         CROSSTEST=""
8748
8749     if test "$cross_compiling" = "no"
8750     then
8751       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
8752 do
8753   # Extract the first word of "$ac_prog", so it can be a program name with args.
8754 set dummy $ac_prog; ac_word=$2
8755 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8756 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8757 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8758   echo $ECHO_N "(cached) $ECHO_C" >&6
8759 else
8760   if test -n "$CROSSCC"; then
8761   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8762 else
8763 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8764 for as_dir in $PATH
8765 do
8766   IFS=$as_save_IFS
8767   test -z "$as_dir" && as_dir=.
8768   for ac_exec_ext in '' $ac_executable_extensions; do
8769   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8770     ac_cv_prog_CROSSCC="$ac_prog"
8771     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8772     break 2
8773   fi
8774 done
8775 done
8776 IFS=$as_save_IFS
8777
8778 fi
8779 fi
8780 CROSSCC=$ac_cv_prog_CROSSCC
8781 if test -n "$CROSSCC"; then
8782   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8783 echo "${ECHO_T}$CROSSCC" >&6; }
8784 else
8785   { echo "$as_me:$LINENO: result: no" >&5
8786 echo "${ECHO_T}no" >&6; }
8787 fi
8788
8789
8790   test -n "$CROSSCC" && break
8791 done
8792 test -n "$CROSSCC" || CROSSCC="false"
8793
8794       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
8795 do
8796   # Extract the first word of "$ac_prog", so it can be a program name with args.
8797 set dummy $ac_prog; ac_word=$2
8798 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8799 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8800 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8801   echo $ECHO_N "(cached) $ECHO_C" >&6
8802 else
8803   if test -n "$DLLTOOL"; then
8804   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8805 else
8806 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8807 for as_dir in $PATH
8808 do
8809   IFS=$as_save_IFS
8810   test -z "$as_dir" && as_dir=.
8811   for ac_exec_ext in '' $ac_executable_extensions; do
8812   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8813     ac_cv_prog_DLLTOOL="$ac_prog"
8814     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8815     break 2
8816   fi
8817 done
8818 done
8819 IFS=$as_save_IFS
8820
8821 fi
8822 fi
8823 DLLTOOL=$ac_cv_prog_DLLTOOL
8824 if test -n "$DLLTOOL"; then
8825   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8826 echo "${ECHO_T}$DLLTOOL" >&6; }
8827 else
8828   { echo "$as_me:$LINENO: result: no" >&5
8829 echo "${ECHO_T}no" >&6; }
8830 fi
8831
8832
8833   test -n "$DLLTOOL" && break
8834 done
8835 test -n "$DLLTOOL" || DLLTOOL="false"
8836
8837       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw32-windres mingw-windres
8838 do
8839   # Extract the first word of "$ac_prog", so it can be a program name with args.
8840 set dummy $ac_prog; ac_word=$2
8841 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8842 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8843 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
8844   echo $ECHO_N "(cached) $ECHO_C" >&6
8845 else
8846   if test -n "$CROSSWINDRES"; then
8847   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
8848 else
8849 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8850 for as_dir in $PATH
8851 do
8852   IFS=$as_save_IFS
8853   test -z "$as_dir" && as_dir=.
8854   for ac_exec_ext in '' $ac_executable_extensions; do
8855   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8856     ac_cv_prog_CROSSWINDRES="$ac_prog"
8857     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8858     break 2
8859   fi
8860 done
8861 done
8862 IFS=$as_save_IFS
8863
8864 fi
8865 fi
8866 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
8867 if test -n "$CROSSWINDRES"; then
8868   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
8869 echo "${ECHO_T}$CROSSWINDRES" >&6; }
8870 else
8871   { echo "$as_me:$LINENO: result: no" >&5
8872 echo "${ECHO_T}no" >&6; }
8873 fi
8874
8875
8876   test -n "$CROSSWINDRES" && break
8877 done
8878 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
8879
8880       for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i386-mingw32-ar mingw32-ar mingw-ar
8881 do
8882   # Extract the first word of "$ac_prog", so it can be a program name with args.
8883 set dummy $ac_prog; ac_word=$2
8884 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8885 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8886 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8887   echo $ECHO_N "(cached) $ECHO_C" >&6
8888 else
8889   if test -n "$MINGWAR"; then
8890   ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8891 else
8892 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8893 for as_dir in $PATH
8894 do
8895   IFS=$as_save_IFS
8896   test -z "$as_dir" && as_dir=.
8897   for ac_exec_ext in '' $ac_executable_extensions; do
8898   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8899     ac_cv_prog_MINGWAR="$ac_prog"
8900     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8901     break 2
8902   fi
8903 done
8904 done
8905 IFS=$as_save_IFS
8906
8907 fi
8908 fi
8909 MINGWAR=$ac_cv_prog_MINGWAR
8910 if test -n "$MINGWAR"; then
8911   { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8912 echo "${ECHO_T}$MINGWAR" >&6; }
8913 else
8914   { echo "$as_me:$LINENO: result: no" >&5
8915 echo "${ECHO_T}no" >&6; }
8916 fi
8917
8918
8919   test -n "$MINGWAR" && break
8920 done
8921 test -n "$MINGWAR" || MINGWAR="false"
8922
8923       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
8924     fi
8925     ;;
8926 esac
8927
8928 if test "$LIBEXT" = "a"; then
8929   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8930 It is currently not possible to build Wine without shared library
8931 (.so) support to allow transparent switch between .so and .dll files.
8932 If you are using Linux, you will need a newer binutils.
8933 " >&5
8934 echo "$as_me: error: could not find a way to build shared libraries.
8935 It is currently not possible to build Wine without shared library
8936 (.so) support to allow transparent switch between .so and .dll files.
8937 If you are using Linux, you will need a newer binutils.
8938 " >&2;}
8939    { (exit 1); exit 1; }; }
8940 fi
8941
8942
8943 if test "$have_x" = "yes"
8944 then
8945     XLIB="-lXext -lX11"
8946     ac_save_CPPFLAGS="$CPPFLAGS"
8947     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8948
8949
8950
8951
8952
8953
8954
8955
8956
8957
8958
8959
8960 for ac_header in X11/Xlib.h \
8961                       X11/XKBlib.h \
8962                       X11/Xutil.h \
8963                       X11/Xcursor/Xcursor.h \
8964                       X11/extensions/shape.h \
8965                       X11/extensions/XInput.h \
8966                       X11/extensions/XShm.h \
8967                       X11/extensions/Xinerama.h \
8968                       X11/extensions/Xrandr.h \
8969                       X11/extensions/Xrender.h \
8970                       X11/extensions/xf86vmode.h
8971 do
8972 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8973 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8974 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8975 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8976   echo $ECHO_N "(cached) $ECHO_C" >&6
8977 else
8978   cat >conftest.$ac_ext <<_ACEOF
8979 /* confdefs.h.  */
8980 _ACEOF
8981 cat confdefs.h >>conftest.$ac_ext
8982 cat >>conftest.$ac_ext <<_ACEOF
8983 /* end confdefs.h.  */
8984 #ifdef HAVE_X11_XLIB_H
8985 # include <X11/Xlib.h>
8986 #endif
8987 #ifdef HAVE_X11_XUTIL_H
8988 # include <X11/Xutil.h>
8989 #endif
8990
8991 #include <$ac_header>
8992 _ACEOF
8993 rm -f conftest.$ac_objext
8994 if { (ac_try="$ac_compile"
8995 case "(($ac_try" in
8996   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8997   *) ac_try_echo=$ac_try;;
8998 esac
8999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9000   (eval "$ac_compile") 2>conftest.er1
9001   ac_status=$?
9002   grep -v '^ *+' conftest.er1 >conftest.err
9003   rm -f conftest.er1
9004   cat conftest.err >&5
9005   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9006   (exit $ac_status); } && {
9007          test -z "$ac_c_werror_flag" ||
9008          test ! -s conftest.err
9009        } && test -s conftest.$ac_objext; then
9010   eval "$as_ac_Header=yes"
9011 else
9012   echo "$as_me: failed program was:" >&5
9013 sed 's/^/| /' conftest.$ac_ext >&5
9014
9015         eval "$as_ac_Header=no"
9016 fi
9017
9018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9019 fi
9020 ac_res=`eval echo '${'$as_ac_Header'}'`
9021                { echo "$as_me:$LINENO: result: $ac_res" >&5
9022 echo "${ECHO_T}$ac_res" >&6; }
9023 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9024   cat >>confdefs.h <<_ACEOF
9025 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9026 _ACEOF
9027
9028 fi
9029
9030 done
9031
9032
9033                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9034         then
9035               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9036 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9037 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9038   echo $ECHO_N "(cached) $ECHO_C" >&6
9039 else
9040   ac_check_lib_save_LIBS=$LIBS
9041 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9042 cat >conftest.$ac_ext <<_ACEOF
9043 /* confdefs.h.  */
9044 _ACEOF
9045 cat confdefs.h >>conftest.$ac_ext
9046 cat >>conftest.$ac_ext <<_ACEOF
9047 /* end confdefs.h.  */
9048
9049 /* Override any GCC internal prototype to avoid an error.
9050    Use char because int might match the return type of a GCC
9051    builtin and then its argument prototype would still apply.  */
9052 #ifdef __cplusplus
9053 extern "C"
9054 #endif
9055 char XkbQueryExtension ();
9056 int
9057 main ()
9058 {
9059 return XkbQueryExtension ();
9060   ;
9061   return 0;
9062 }
9063 _ACEOF
9064 rm -f conftest.$ac_objext conftest$ac_exeext
9065 if { (ac_try="$ac_link"
9066 case "(($ac_try" in
9067   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9068   *) ac_try_echo=$ac_try;;
9069 esac
9070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9071   (eval "$ac_link") 2>conftest.er1
9072   ac_status=$?
9073   grep -v '^ *+' conftest.er1 >conftest.err
9074   rm -f conftest.er1
9075   cat conftest.err >&5
9076   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9077   (exit $ac_status); } && {
9078          test -z "$ac_c_werror_flag" ||
9079          test ! -s conftest.err
9080        } && test -s conftest$ac_exeext &&
9081        $as_test_x conftest$ac_exeext; then
9082   ac_cv_lib_X11_XkbQueryExtension=yes
9083 else
9084   echo "$as_me: failed program was:" >&5
9085 sed 's/^/| /' conftest.$ac_ext >&5
9086
9087         ac_cv_lib_X11_XkbQueryExtension=no
9088 fi
9089
9090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9091       conftest$ac_exeext conftest.$ac_ext
9092 LIBS=$ac_check_lib_save_LIBS
9093 fi
9094 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9095 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9096 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9097
9098 cat >>confdefs.h <<\_ACEOF
9099 #define HAVE_XKB 1
9100 _ACEOF
9101
9102 fi
9103
9104         fi
9105
9106                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
9107         then
9108               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
9109 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
9110 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
9111   echo $ECHO_N "(cached) $ECHO_C" >&6
9112 else
9113   ac_check_lib_save_LIBS=$LIBS
9114 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9115 cat >conftest.$ac_ext <<_ACEOF
9116 /* confdefs.h.  */
9117 _ACEOF
9118 cat confdefs.h >>conftest.$ac_ext
9119 cat >>conftest.$ac_ext <<_ACEOF
9120 /* end confdefs.h.  */
9121
9122 /* Override any GCC internal prototype to avoid an error.
9123    Use char because int might match the return type of a GCC
9124    builtin and then its argument prototype would still apply.  */
9125 #ifdef __cplusplus
9126 extern "C"
9127 #endif
9128 char XShmQueryExtension ();
9129 int
9130 main ()
9131 {
9132 return XShmQueryExtension ();
9133   ;
9134   return 0;
9135 }
9136 _ACEOF
9137 rm -f conftest.$ac_objext conftest$ac_exeext
9138 if { (ac_try="$ac_link"
9139 case "(($ac_try" in
9140   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9141   *) ac_try_echo=$ac_try;;
9142 esac
9143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9144   (eval "$ac_link") 2>conftest.er1
9145   ac_status=$?
9146   grep -v '^ *+' conftest.er1 >conftest.err
9147   rm -f conftest.er1
9148   cat conftest.err >&5
9149   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9150   (exit $ac_status); } && {
9151          test -z "$ac_c_werror_flag" ||
9152          test ! -s conftest.err
9153        } && test -s conftest$ac_exeext &&
9154        $as_test_x conftest$ac_exeext; then
9155   ac_cv_lib_Xext_XShmQueryExtension=yes
9156 else
9157   echo "$as_me: failed program was:" >&5
9158 sed 's/^/| /' conftest.$ac_ext >&5
9159
9160         ac_cv_lib_Xext_XShmQueryExtension=no
9161 fi
9162
9163 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9164       conftest$ac_exeext conftest.$ac_ext
9165 LIBS=$ac_check_lib_save_LIBS
9166 fi
9167 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
9168 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
9169 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
9170
9171 cat >>confdefs.h <<\_ACEOF
9172 #define HAVE_LIBXXSHM 1
9173 _ACEOF
9174
9175 fi
9176
9177         fi
9178
9179                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
9180         then
9181               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
9182 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
9183 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
9184   echo $ECHO_N "(cached) $ECHO_C" >&6
9185 else
9186   ac_check_lib_save_LIBS=$LIBS
9187 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9188 cat >conftest.$ac_ext <<_ACEOF
9189 /* confdefs.h.  */
9190 _ACEOF
9191 cat confdefs.h >>conftest.$ac_ext
9192 cat >>conftest.$ac_ext <<_ACEOF
9193 /* end confdefs.h.  */
9194
9195 /* Override any GCC internal prototype to avoid an error.
9196    Use char because int might match the return type of a GCC
9197    builtin and then its argument prototype would still apply.  */
9198 #ifdef __cplusplus
9199 extern "C"
9200 #endif
9201 char XShapeQueryExtension ();
9202 int
9203 main ()
9204 {
9205 return XShapeQueryExtension ();
9206   ;
9207   return 0;
9208 }
9209 _ACEOF
9210 rm -f conftest.$ac_objext conftest$ac_exeext
9211 if { (ac_try="$ac_link"
9212 case "(($ac_try" in
9213   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9214   *) ac_try_echo=$ac_try;;
9215 esac
9216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9217   (eval "$ac_link") 2>conftest.er1
9218   ac_status=$?
9219   grep -v '^ *+' conftest.er1 >conftest.err
9220   rm -f conftest.er1
9221   cat conftest.err >&5
9222   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9223   (exit $ac_status); } && {
9224          test -z "$ac_c_werror_flag" ||
9225          test ! -s conftest.err
9226        } && test -s conftest$ac_exeext &&
9227        $as_test_x conftest$ac_exeext; then
9228   ac_cv_lib_Xext_XShapeQueryExtension=yes
9229 else
9230   echo "$as_me: failed program was:" >&5
9231 sed 's/^/| /' conftest.$ac_ext >&5
9232
9233         ac_cv_lib_Xext_XShapeQueryExtension=no
9234 fi
9235
9236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9237       conftest$ac_exeext conftest.$ac_ext
9238 LIBS=$ac_check_lib_save_LIBS
9239 fi
9240 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
9241 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
9242 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
9243
9244 cat >>confdefs.h <<\_ACEOF
9245 #define HAVE_LIBXSHAPE 1
9246 _ACEOF
9247
9248 fi
9249
9250         fi
9251
9252                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
9253         then
9254                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
9255 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
9256 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
9257   echo $ECHO_N "(cached) $ECHO_C" >&6
9258 else
9259   ac_check_lib_save_LIBS=$LIBS
9260 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9261 cat >conftest.$ac_ext <<_ACEOF
9262 /* confdefs.h.  */
9263 _ACEOF
9264 cat confdefs.h >>conftest.$ac_ext
9265 cat >>conftest.$ac_ext <<_ACEOF
9266 /* end confdefs.h.  */
9267
9268 /* Override any GCC internal prototype to avoid an error.
9269    Use char because int might match the return type of a GCC
9270    builtin and then its argument prototype would still apply.  */
9271 #ifdef __cplusplus
9272 extern "C"
9273 #endif
9274 char XF86VidModeQueryExtension ();
9275 int
9276 main ()
9277 {
9278 return XF86VidModeQueryExtension ();
9279   ;
9280   return 0;
9281 }
9282 _ACEOF
9283 rm -f conftest.$ac_objext conftest$ac_exeext
9284 if { (ac_try="$ac_link"
9285 case "(($ac_try" in
9286   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9287   *) ac_try_echo=$ac_try;;
9288 esac
9289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9290   (eval "$ac_link") 2>conftest.er1
9291   ac_status=$?
9292   grep -v '^ *+' conftest.er1 >conftest.err
9293   rm -f conftest.er1
9294   cat conftest.err >&5
9295   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9296   (exit $ac_status); } && {
9297          test -z "$ac_c_werror_flag" ||
9298          test ! -s conftest.err
9299        } && test -s conftest$ac_exeext &&
9300        $as_test_x conftest$ac_exeext; then
9301   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
9302 else
9303   echo "$as_me: failed program was:" >&5
9304 sed 's/^/| /' conftest.$ac_ext >&5
9305
9306         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
9307 fi
9308
9309 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9310       conftest$ac_exeext conftest.$ac_ext
9311 LIBS=$ac_check_lib_save_LIBS
9312 fi
9313 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
9314 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
9315 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
9316
9317 cat >>confdefs.h <<\_ACEOF
9318 #define HAVE_LIBXXF86VM 1
9319 _ACEOF
9320
9321                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
9322
9323 fi
9324
9325         fi
9326
9327                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
9328         then
9329                 cat >conftest.$ac_ext <<_ACEOF
9330 /* confdefs.h.  */
9331 _ACEOF
9332 cat confdefs.h >>conftest.$ac_ext
9333 cat >>conftest.$ac_ext <<_ACEOF
9334 /* end confdefs.h.  */
9335 #include <X11/Xlib.h>
9336 #include <X11/extensions/Xrandr.h>
9337 int
9338 main ()
9339 {
9340 static typeof(XRRSetScreenConfigAndRate) * func;
9341   ;
9342   return 0;
9343 }
9344 _ACEOF
9345 rm -f conftest.$ac_objext
9346 if { (ac_try="$ac_compile"
9347 case "(($ac_try" in
9348   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9349   *) ac_try_echo=$ac_try;;
9350 esac
9351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9352   (eval "$ac_compile") 2>conftest.er1
9353   ac_status=$?
9354   grep -v '^ *+' conftest.er1 >conftest.err
9355   rm -f conftest.er1
9356   cat conftest.err >&5
9357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9358   (exit $ac_status); } && {
9359          test -z "$ac_c_werror_flag" ||
9360          test ! -s conftest.err
9361        } && test -s conftest.$ac_objext; then
9362
9363 cat >>confdefs.h <<\_ACEOF
9364 #define HAVE_LIBXRANDR 1
9365 _ACEOF
9366
9367 else
9368   echo "$as_me: failed program was:" >&5
9369 sed 's/^/| /' conftest.$ac_ext >&5
9370
9371
9372 fi
9373
9374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9375         fi
9376
9377                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9378         then
9379               { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9380 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9381 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9382   echo $ECHO_N "(cached) $ECHO_C" >&6
9383 else
9384   ac_check_lib_save_LIBS=$LIBS
9385 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9386 cat >conftest.$ac_ext <<_ACEOF
9387 /* confdefs.h.  */
9388 _ACEOF
9389 cat confdefs.h >>conftest.$ac_ext
9390 cat >>conftest.$ac_ext <<_ACEOF
9391 /* end confdefs.h.  */
9392
9393 /* Override any GCC internal prototype to avoid an error.
9394    Use char because int might match the return type of a GCC
9395    builtin and then its argument prototype would still apply.  */
9396 #ifdef __cplusplus
9397 extern "C"
9398 #endif
9399 char XRenderSetPictureTransform ();
9400 int
9401 main ()
9402 {
9403 return XRenderSetPictureTransform ();
9404   ;
9405   return 0;
9406 }
9407 _ACEOF
9408 rm -f conftest.$ac_objext conftest$ac_exeext
9409 if { (ac_try="$ac_link"
9410 case "(($ac_try" in
9411   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9412   *) ac_try_echo=$ac_try;;
9413 esac
9414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9415   (eval "$ac_link") 2>conftest.er1
9416   ac_status=$?
9417   grep -v '^ *+' conftest.er1 >conftest.err
9418   rm -f conftest.er1
9419   cat conftest.err >&5
9420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9421   (exit $ac_status); } && {
9422          test -z "$ac_c_werror_flag" ||
9423          test ! -s conftest.err
9424        } && test -s conftest$ac_exeext &&
9425        $as_test_x conftest$ac_exeext; then
9426   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9427 else
9428   echo "$as_me: failed program was:" >&5
9429 sed 's/^/| /' conftest.$ac_ext >&5
9430
9431         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9432 fi
9433
9434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9435       conftest$ac_exeext conftest.$ac_ext
9436 LIBS=$ac_check_lib_save_LIBS
9437 fi
9438 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9439 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9440 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9441
9442 cat >>confdefs.h <<\_ACEOF
9443 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9444 _ACEOF
9445
9446 fi
9447
9448         fi
9449
9450                 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
9451         then
9452                 cat >conftest.$ac_ext <<_ACEOF
9453 /* confdefs.h.  */
9454 _ACEOF
9455 cat confdefs.h >>conftest.$ac_ext
9456 cat >>conftest.$ac_ext <<_ACEOF
9457 /* end confdefs.h.  */
9458 #include <X11/Xlib.h>
9459 #include <X11/extensions/Xinerama.h>
9460 int
9461 main ()
9462 {
9463 static typeof(XineramaQueryScreens) * func;
9464   ;
9465   return 0;
9466 }
9467 _ACEOF
9468 rm -f conftest.$ac_objext
9469 if { (ac_try="$ac_compile"
9470 case "(($ac_try" in
9471   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9472   *) ac_try_echo=$ac_try;;
9473 esac
9474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9475   (eval "$ac_compile") 2>conftest.er1
9476   ac_status=$?
9477   grep -v '^ *+' conftest.er1 >conftest.err
9478   rm -f conftest.er1
9479   cat conftest.err >&5
9480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9481   (exit $ac_status); } && {
9482          test -z "$ac_c_werror_flag" ||
9483          test ! -s conftest.err
9484        } && test -s conftest.$ac_objext; then
9485
9486 cat >>confdefs.h <<\_ACEOF
9487 #define HAVE_LIBXINERAMA 1
9488 _ACEOF
9489
9490 else
9491   echo "$as_me: failed program was:" >&5
9492 sed 's/^/| /' conftest.$ac_ext >&5
9493
9494
9495 fi
9496
9497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9498         fi
9499
9500
9501         if test "x$with_opengl" != "xno"
9502     then
9503
9504
9505
9506
9507 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
9508 do
9509 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9510 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9511 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9512 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9513   echo $ECHO_N "(cached) $ECHO_C" >&6
9514 else
9515   cat >conftest.$ac_ext <<_ACEOF
9516 /* confdefs.h.  */
9517 _ACEOF
9518 cat confdefs.h >>conftest.$ac_ext
9519 cat >>conftest.$ac_ext <<_ACEOF
9520 /* end confdefs.h.  */
9521 #ifdef HAVE_GL_GLX_H
9522 # include <GL/glx.h>
9523 #endif
9524
9525 #include <$ac_header>
9526 _ACEOF
9527 rm -f conftest.$ac_objext
9528 if { (ac_try="$ac_compile"
9529 case "(($ac_try" in
9530   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9531   *) ac_try_echo=$ac_try;;
9532 esac
9533 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9534   (eval "$ac_compile") 2>conftest.er1
9535   ac_status=$?
9536   grep -v '^ *+' conftest.er1 >conftest.err
9537   rm -f conftest.er1
9538   cat conftest.err >&5
9539   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9540   (exit $ac_status); } && {
9541          test -z "$ac_c_werror_flag" ||
9542          test ! -s conftest.err
9543        } && test -s conftest.$ac_objext; then
9544   eval "$as_ac_Header=yes"
9545 else
9546   echo "$as_me: failed program was:" >&5
9547 sed 's/^/| /' conftest.$ac_ext >&5
9548
9549         eval "$as_ac_Header=no"
9550 fi
9551
9552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9553 fi
9554 ac_res=`eval echo '${'$as_ac_Header'}'`
9555                { echo "$as_me:$LINENO: result: $ac_res" >&5
9556 echo "${ECHO_T}$ac_res" >&6; }
9557 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9558   cat >>confdefs.h <<_ACEOF
9559 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9560 _ACEOF
9561
9562 fi
9563
9564 done
9565
9566         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9567         then
9568                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9569 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9570 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
9571   echo $ECHO_N "(cached) $ECHO_C" >&6
9572 else
9573   cat >conftest.$ac_ext <<_ACEOF
9574 /* confdefs.h.  */
9575 _ACEOF
9576 cat confdefs.h >>conftest.$ac_ext
9577 cat >>conftest.$ac_ext <<_ACEOF
9578 /* end confdefs.h.  */
9579 #include <GL/gl.h>
9580 int
9581 main ()
9582 {
9583 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9584   ;
9585   return 0;
9586 }
9587 _ACEOF
9588 rm -f conftest.$ac_objext
9589 if { (ac_try="$ac_compile"
9590 case "(($ac_try" in
9591   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9592   *) ac_try_echo=$ac_try;;
9593 esac
9594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9595   (eval "$ac_compile") 2>conftest.er1
9596   ac_status=$?
9597   grep -v '^ *+' conftest.er1 >conftest.err
9598   rm -f conftest.er1
9599   cat conftest.err >&5
9600   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9601   (exit $ac_status); } && {
9602          test -z "$ac_c_werror_flag" ||
9603          test ! -s conftest.err
9604        } && test -s conftest.$ac_objext; then
9605   wine_cv_opengl_header_version_OK="yes"
9606 else
9607   echo "$as_me: failed program was:" >&5
9608 sed 's/^/| /' conftest.$ac_ext >&5
9609
9610         wine_cv_opengl_header_version_OK="no"
9611 fi
9612
9613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9614 fi
9615 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
9616 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
9617
9618             if test "$wine_cv_opengl_header_version_OK" = "yes"
9619             then
9620                                 { echo "$as_me:$LINENO: checking for -lGL" >&5
9621 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
9622 if test "${ac_cv_lib_soname_GL+set}" = set; then
9623   echo $ECHO_N "(cached) $ECHO_C" >&6
9624 else
9625   ac_check_soname_save_LIBS=$LIBS
9626 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9627   cat >conftest.$ac_ext <<_ACEOF
9628 /* confdefs.h.  */
9629 _ACEOF
9630 cat confdefs.h >>conftest.$ac_ext
9631 cat >>conftest.$ac_ext <<_ACEOF
9632 /* end confdefs.h.  */
9633
9634 /* Override any GCC internal prototype to avoid an error.
9635    Use char because int might match the return type of a GCC
9636    builtin and then its argument prototype would still apply.  */
9637 #ifdef __cplusplus
9638 extern "C"
9639 #endif
9640 char glXCreateContext ();
9641 int
9642 main ()
9643 {
9644 return glXCreateContext ();
9645   ;
9646   return 0;
9647 }
9648 _ACEOF
9649 rm -f conftest.$ac_objext conftest$ac_exeext
9650 if { (ac_try="$ac_link"
9651 case "(($ac_try" in
9652   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9653   *) ac_try_echo=$ac_try;;
9654 esac
9655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9656   (eval "$ac_link") 2>conftest.er1
9657   ac_status=$?
9658   grep -v '^ *+' conftest.er1 >conftest.err
9659   rm -f conftest.er1
9660   cat conftest.err >&5
9661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9662   (exit $ac_status); } && {
9663          test -z "$ac_c_werror_flag" ||
9664          test ! -s conftest.err
9665        } && test -s conftest$ac_exeext &&
9666        $as_test_x conftest$ac_exeext; then
9667   case "$LIBEXT" in
9668     dll) ;;
9669     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'` ;;
9670     *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
9671   esac
9672 else
9673   echo "$as_me: failed program was:" >&5
9674 sed 's/^/| /' conftest.$ac_ext >&5
9675
9676
9677 fi
9678
9679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9680       conftest$ac_exeext conftest.$ac_ext
9681   LIBS=$ac_check_soname_save_LIBS
9682 fi
9683 if test "x$ac_cv_lib_soname_GL" = "x"; then
9684   { echo "$as_me:$LINENO: result: not found" >&5
9685 echo "${ECHO_T}not found" >&6; }
9686
9687 else
9688   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
9689 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
9690
9691 cat >>confdefs.h <<_ACEOF
9692 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
9693 _ACEOF
9694
9695        OPENGL_LIBS="-lGL"
9696                              OPENGLFILES='$(OPENGLFILES)'
9697
9698 cat >>confdefs.h <<\_ACEOF
9699 #define HAVE_OPENGL 1
9700 _ACEOF
9701
9702
9703 fi
9704
9705
9706                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9707 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9708 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9709   echo $ECHO_N "(cached) $ECHO_C" >&6
9710 else
9711   ac_check_lib_save_LIBS=$LIBS
9712 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9713                  $LIBS"
9714 cat >conftest.$ac_ext <<_ACEOF
9715 /* confdefs.h.  */
9716 _ACEOF
9717 cat confdefs.h >>conftest.$ac_ext
9718 cat >>conftest.$ac_ext <<_ACEOF
9719 /* end confdefs.h.  */
9720
9721 /* Override any GCC internal prototype to avoid an error.
9722    Use char because int might match the return type of a GCC
9723    builtin and then its argument prototype would still apply.  */
9724 #ifdef __cplusplus
9725 extern "C"
9726 #endif
9727 char gluLookAt ();
9728 int
9729 main ()
9730 {
9731 return gluLookAt ();
9732   ;
9733   return 0;
9734 }
9735 _ACEOF
9736 rm -f conftest.$ac_objext conftest$ac_exeext
9737 if { (ac_try="$ac_link"
9738 case "(($ac_try" in
9739   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9740   *) ac_try_echo=$ac_try;;
9741 esac
9742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9743   (eval "$ac_link") 2>conftest.er1
9744   ac_status=$?
9745   grep -v '^ *+' conftest.er1 >conftest.err
9746   rm -f conftest.er1
9747   cat conftest.err >&5
9748   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9749   (exit $ac_status); } && {
9750          test -z "$ac_c_werror_flag" ||
9751          test ! -s conftest.err
9752        } && test -s conftest$ac_exeext &&
9753        $as_test_x conftest$ac_exeext; then
9754   ac_cv_lib_GLU_gluLookAt=yes
9755 else
9756   echo "$as_me: failed program was:" >&5
9757 sed 's/^/| /' conftest.$ac_ext >&5
9758
9759         ac_cv_lib_GLU_gluLookAt=no
9760 fi
9761
9762 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9763       conftest$ac_exeext conftest.$ac_ext
9764 LIBS=$ac_check_lib_save_LIBS
9765 fi
9766 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9767 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9768 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9769   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
9770                              GLU32FILES='$(GLU32FILES)'
9771
9772 fi
9773
9774              fi
9775          else
9776              wine_cv_opengl_headers_found="no"
9777          fi
9778     fi
9779         NASLIBS=""
9780
9781
9782 for ac_header in audio/audiolib.h
9783 do
9784 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9785 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9786   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9787 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9788 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9789   echo $ECHO_N "(cached) $ECHO_C" >&6
9790 fi
9791 ac_res=`eval echo '${'$as_ac_Header'}'`
9792                { echo "$as_me:$LINENO: result: $ac_res" >&5
9793 echo "${ECHO_T}$ac_res" >&6; }
9794 else
9795   # Is the header compilable?
9796 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9797 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9798 cat >conftest.$ac_ext <<_ACEOF
9799 /* confdefs.h.  */
9800 _ACEOF
9801 cat confdefs.h >>conftest.$ac_ext
9802 cat >>conftest.$ac_ext <<_ACEOF
9803 /* end confdefs.h.  */
9804 $ac_includes_default
9805 #include <$ac_header>
9806 _ACEOF
9807 rm -f conftest.$ac_objext
9808 if { (ac_try="$ac_compile"
9809 case "(($ac_try" in
9810   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9811   *) ac_try_echo=$ac_try;;
9812 esac
9813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9814   (eval "$ac_compile") 2>conftest.er1
9815   ac_status=$?
9816   grep -v '^ *+' conftest.er1 >conftest.err
9817   rm -f conftest.er1
9818   cat conftest.err >&5
9819   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820   (exit $ac_status); } && {
9821          test -z "$ac_c_werror_flag" ||
9822          test ! -s conftest.err
9823        } && test -s conftest.$ac_objext; then
9824   ac_header_compiler=yes
9825 else
9826   echo "$as_me: failed program was:" >&5
9827 sed 's/^/| /' conftest.$ac_ext >&5
9828
9829         ac_header_compiler=no
9830 fi
9831
9832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9833 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9834 echo "${ECHO_T}$ac_header_compiler" >&6; }
9835
9836 # Is the header present?
9837 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9838 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9839 cat >conftest.$ac_ext <<_ACEOF
9840 /* confdefs.h.  */
9841 _ACEOF
9842 cat confdefs.h >>conftest.$ac_ext
9843 cat >>conftest.$ac_ext <<_ACEOF
9844 /* end confdefs.h.  */
9845 #include <$ac_header>
9846 _ACEOF
9847 if { (ac_try="$ac_cpp conftest.$ac_ext"
9848 case "(($ac_try" in
9849   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9850   *) ac_try_echo=$ac_try;;
9851 esac
9852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9853   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
9854   ac_status=$?
9855   grep -v '^ *+' conftest.er1 >conftest.err
9856   rm -f conftest.er1
9857   cat conftest.err >&5
9858   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9859   (exit $ac_status); } >/dev/null && {
9860          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
9861          test ! -s conftest.err
9862        }; then
9863   ac_header_preproc=yes
9864 else
9865   echo "$as_me: failed program was:" >&5
9866 sed 's/^/| /' conftest.$ac_ext >&5
9867
9868   ac_header_preproc=no
9869 fi
9870
9871 rm -f conftest.err conftest.$ac_ext
9872 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9873 echo "${ECHO_T}$ac_header_preproc" >&6; }
9874
9875 # So?  What about this header?
9876 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9877   yes:no: )
9878     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9879 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9880     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9881 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9882     ac_header_preproc=yes
9883     ;;
9884   no:yes:* )
9885     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9886 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9887     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9888 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9889     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9890 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9891     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9892 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9893     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9894 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9895     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9896 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9897     ( cat <<\_ASBOX
9898 ## ------------------------------------ ##
9899 ## Report this to wine-devel@winehq.org ##
9900 ## ------------------------------------ ##
9901 _ASBOX
9902      ) | sed "s/^/$as_me: WARNING:     /" >&2
9903     ;;
9904 esac
9905 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9906 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9907 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9908   echo $ECHO_N "(cached) $ECHO_C" >&6
9909 else
9910   eval "$as_ac_Header=\$ac_header_preproc"
9911 fi
9912 ac_res=`eval echo '${'$as_ac_Header'}'`
9913                { echo "$as_me:$LINENO: result: $ac_res" >&5
9914 echo "${ECHO_T}$ac_res" >&6; }
9915
9916 fi
9917 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9918   cat >>confdefs.h <<_ACEOF
9919 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9920 _ACEOF
9921
9922 for ac_header in audio/soundlib.h
9923 do
9924 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9925 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9928   echo $ECHO_N "(cached) $ECHO_C" >&6
9929 else
9930   cat >conftest.$ac_ext <<_ACEOF
9931 /* confdefs.h.  */
9932 _ACEOF
9933 cat confdefs.h >>conftest.$ac_ext
9934 cat >>conftest.$ac_ext <<_ACEOF
9935 /* end confdefs.h.  */
9936 #include <audio/audiolib.h>
9937
9938 #include <$ac_header>
9939 _ACEOF
9940 rm -f conftest.$ac_objext
9941 if { (ac_try="$ac_compile"
9942 case "(($ac_try" in
9943   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9944   *) ac_try_echo=$ac_try;;
9945 esac
9946 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9947   (eval "$ac_compile") 2>conftest.er1
9948   ac_status=$?
9949   grep -v '^ *+' conftest.er1 >conftest.err
9950   rm -f conftest.er1
9951   cat conftest.err >&5
9952   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9953   (exit $ac_status); } && {
9954          test -z "$ac_c_werror_flag" ||
9955          test ! -s conftest.err
9956        } && test -s conftest.$ac_objext; then
9957   eval "$as_ac_Header=yes"
9958 else
9959   echo "$as_me: failed program was:" >&5
9960 sed 's/^/| /' conftest.$ac_ext >&5
9961
9962         eval "$as_ac_Header=no"
9963 fi
9964
9965 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9966 fi
9967 ac_res=`eval echo '${'$as_ac_Header'}'`
9968                { echo "$as_me:$LINENO: result: $ac_res" >&5
9969 echo "${ECHO_T}$ac_res" >&6; }
9970 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9971   cat >>confdefs.h <<_ACEOF
9972 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9973 _ACEOF
9974
9975 fi
9976
9977 done
9978
9979           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9980 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9981 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9982   echo $ECHO_N "(cached) $ECHO_C" >&6
9983 else
9984   ac_check_lib_save_LIBS=$LIBS
9985 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9986 cat >conftest.$ac_ext <<_ACEOF
9987 /* confdefs.h.  */
9988 _ACEOF
9989 cat confdefs.h >>conftest.$ac_ext
9990 cat >>conftest.$ac_ext <<_ACEOF
9991 /* end confdefs.h.  */
9992
9993 /* Override any GCC internal prototype to avoid an error.
9994    Use char because int might match the return type of a GCC
9995    builtin and then its argument prototype would still apply.  */
9996 #ifdef __cplusplus
9997 extern "C"
9998 #endif
9999 char AuCreateFlow ();
10000 int
10001 main ()
10002 {
10003 return AuCreateFlow ();
10004   ;
10005   return 0;
10006 }
10007 _ACEOF
10008 rm -f conftest.$ac_objext conftest$ac_exeext
10009 if { (ac_try="$ac_link"
10010 case "(($ac_try" in
10011   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10012   *) ac_try_echo=$ac_try;;
10013 esac
10014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10015   (eval "$ac_link") 2>conftest.er1
10016   ac_status=$?
10017   grep -v '^ *+' conftest.er1 >conftest.err
10018   rm -f conftest.er1
10019   cat conftest.err >&5
10020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10021   (exit $ac_status); } && {
10022          test -z "$ac_c_werror_flag" ||
10023          test ! -s conftest.err
10024        } && test -s conftest$ac_exeext &&
10025        $as_test_x conftest$ac_exeext; then
10026   ac_cv_lib_audio_AuCreateFlow=yes
10027 else
10028   echo "$as_me: failed program was:" >&5
10029 sed 's/^/| /' conftest.$ac_ext >&5
10030
10031         ac_cv_lib_audio_AuCreateFlow=no
10032 fi
10033
10034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10035       conftest$ac_exeext conftest.$ac_ext
10036 LIBS=$ac_check_lib_save_LIBS
10037 fi
10038 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
10039 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
10040 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
10041
10042 cat >>confdefs.h <<\_ACEOF
10043 #define HAVE_NAS 1
10044 _ACEOF
10045
10046                         { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
10047 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
10048 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
10049   echo $ECHO_N "(cached) $ECHO_C" >&6
10050 else
10051   ac_check_lib_save_LIBS=$LIBS
10052 LIBS="-lXau $X_LIBS $LIBS"
10053 cat >conftest.$ac_ext <<_ACEOF
10054 /* confdefs.h.  */
10055 _ACEOF
10056 cat confdefs.h >>conftest.$ac_ext
10057 cat >>conftest.$ac_ext <<_ACEOF
10058 /* end confdefs.h.  */
10059
10060 /* Override any GCC internal prototype to avoid an error.
10061    Use char because int might match the return type of a GCC
10062    builtin and then its argument prototype would still apply.  */
10063 #ifdef __cplusplus
10064 extern "C"
10065 #endif
10066 char XauGetBestAuthByAddr ();
10067 int
10068 main ()
10069 {
10070 return XauGetBestAuthByAddr ();
10071   ;
10072   return 0;
10073 }
10074 _ACEOF
10075 rm -f conftest.$ac_objext conftest$ac_exeext
10076 if { (ac_try="$ac_link"
10077 case "(($ac_try" in
10078   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10079   *) ac_try_echo=$ac_try;;
10080 esac
10081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10082   (eval "$ac_link") 2>conftest.er1
10083   ac_status=$?
10084   grep -v '^ *+' conftest.er1 >conftest.err
10085   rm -f conftest.er1
10086   cat conftest.err >&5
10087   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10088   (exit $ac_status); } && {
10089          test -z "$ac_c_werror_flag" ||
10090          test ! -s conftest.err
10091        } && test -s conftest$ac_exeext &&
10092        $as_test_x conftest$ac_exeext; then
10093   ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
10094 else
10095   echo "$as_me: failed program was:" >&5
10096 sed 's/^/| /' conftest.$ac_ext >&5
10097
10098         ac_cv_lib_Xau_XauGetBestAuthByAddr=no
10099 fi
10100
10101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10102       conftest$ac_exeext conftest.$ac_ext
10103 LIBS=$ac_check_lib_save_LIBS
10104 fi
10105 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
10106 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
10107 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
10108   NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10109 else
10110   NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
10111 fi
10112
10113
10114 fi
10115
10116 fi
10117
10118 done
10119
10120
10121     CPPFLAGS="$ac_save_CPPFLAGS"
10122     XFILES='$(XFILES)'
10123 else
10124     XLIB=""
10125     X_CFLAGS=""
10126     X_LIBS=""
10127 fi
10128
10129
10130 XML2LIBS=""
10131
10132 XML2INCL=""
10133
10134 XSLTLIBS=""
10135
10136 XSLTINCL=""
10137
10138 ac_save_CPPFLAGS="$CPPFLAGS"
10139 if test "$PKG_CONFIG" != "false"
10140 then
10141     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
10142     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
10143 else
10144     ac_xml_libs="`xml2-config --libs 2>/dev/null`"
10145     ac_xml_cflags="`xml2-config --cflags  2>/dev/null`"
10146 fi
10147 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
10148
10149 for ac_header in libxml/parser.h
10150 do
10151 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10152 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10153   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10154 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10156   echo $ECHO_N "(cached) $ECHO_C" >&6
10157 fi
10158 ac_res=`eval echo '${'$as_ac_Header'}'`
10159                { echo "$as_me:$LINENO: result: $ac_res" >&5
10160 echo "${ECHO_T}$ac_res" >&6; }
10161 else
10162   # Is the header compilable?
10163 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10164 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10165 cat >conftest.$ac_ext <<_ACEOF
10166 /* confdefs.h.  */
10167 _ACEOF
10168 cat confdefs.h >>conftest.$ac_ext
10169 cat >>conftest.$ac_ext <<_ACEOF
10170 /* end confdefs.h.  */
10171 $ac_includes_default
10172 #include <$ac_header>
10173 _ACEOF
10174 rm -f conftest.$ac_objext
10175 if { (ac_try="$ac_compile"
10176 case "(($ac_try" in
10177   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10178   *) ac_try_echo=$ac_try;;
10179 esac
10180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10181   (eval "$ac_compile") 2>conftest.er1
10182   ac_status=$?
10183   grep -v '^ *+' conftest.er1 >conftest.err
10184   rm -f conftest.er1
10185   cat conftest.err >&5
10186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10187   (exit $ac_status); } && {
10188          test -z "$ac_c_werror_flag" ||
10189          test ! -s conftest.err
10190        } && test -s conftest.$ac_objext; then
10191   ac_header_compiler=yes
10192 else
10193   echo "$as_me: failed program was:" >&5
10194 sed 's/^/| /' conftest.$ac_ext >&5
10195
10196         ac_header_compiler=no
10197 fi
10198
10199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10200 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10201 echo "${ECHO_T}$ac_header_compiler" >&6; }
10202
10203 # Is the header present?
10204 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10205 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10206 cat >conftest.$ac_ext <<_ACEOF
10207 /* confdefs.h.  */
10208 _ACEOF
10209 cat confdefs.h >>conftest.$ac_ext
10210 cat >>conftest.$ac_ext <<_ACEOF
10211 /* end confdefs.h.  */
10212 #include <$ac_header>
10213 _ACEOF
10214 if { (ac_try="$ac_cpp conftest.$ac_ext"
10215 case "(($ac_try" in
10216   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10217   *) ac_try_echo=$ac_try;;
10218 esac
10219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10220   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10221   ac_status=$?
10222   grep -v '^ *+' conftest.er1 >conftest.err
10223   rm -f conftest.er1
10224   cat conftest.err >&5
10225   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10226   (exit $ac_status); } >/dev/null && {
10227          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10228          test ! -s conftest.err
10229        }; then
10230   ac_header_preproc=yes
10231 else
10232   echo "$as_me: failed program was:" >&5
10233 sed 's/^/| /' conftest.$ac_ext >&5
10234
10235   ac_header_preproc=no
10236 fi
10237
10238 rm -f conftest.err conftest.$ac_ext
10239 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10240 echo "${ECHO_T}$ac_header_preproc" >&6; }
10241
10242 # So?  What about this header?
10243 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10244   yes:no: )
10245     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10246 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10247     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10248 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10249     ac_header_preproc=yes
10250     ;;
10251   no:yes:* )
10252     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10253 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10254     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10255 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10256     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10257 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10258     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10259 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10260     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10261 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10262     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10263 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10264     ( cat <<\_ASBOX
10265 ## ------------------------------------ ##
10266 ## Report this to wine-devel@winehq.org ##
10267 ## ------------------------------------ ##
10268 _ASBOX
10269      ) | sed "s/^/$as_me: WARNING:     /" >&2
10270     ;;
10271 esac
10272 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10273 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10274 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10275   echo $ECHO_N "(cached) $ECHO_C" >&6
10276 else
10277   eval "$as_ac_Header=\$ac_header_preproc"
10278 fi
10279 ac_res=`eval echo '${'$as_ac_Header'}'`
10280                { echo "$as_me:$LINENO: result: $ac_res" >&5
10281 echo "${ECHO_T}$ac_res" >&6; }
10282
10283 fi
10284 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10285   cat >>confdefs.h <<_ACEOF
10286 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10287 _ACEOF
10288  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
10289 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
10290 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
10291   echo $ECHO_N "(cached) $ECHO_C" >&6
10292 else
10293   ac_check_lib_save_LIBS=$LIBS
10294 LIBS="-lxml2 $ac_xml_libs $LIBS"
10295 cat >conftest.$ac_ext <<_ACEOF
10296 /* confdefs.h.  */
10297 _ACEOF
10298 cat confdefs.h >>conftest.$ac_ext
10299 cat >>conftest.$ac_ext <<_ACEOF
10300 /* end confdefs.h.  */
10301
10302 /* Override any GCC internal prototype to avoid an error.
10303    Use char because int might match the return type of a GCC
10304    builtin and then its argument prototype would still apply.  */
10305 #ifdef __cplusplus
10306 extern "C"
10307 #endif
10308 char xmlParseMemory ();
10309 int
10310 main ()
10311 {
10312 return xmlParseMemory ();
10313   ;
10314   return 0;
10315 }
10316 _ACEOF
10317 rm -f conftest.$ac_objext conftest$ac_exeext
10318 if { (ac_try="$ac_link"
10319 case "(($ac_try" in
10320   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10321   *) ac_try_echo=$ac_try;;
10322 esac
10323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10324   (eval "$ac_link") 2>conftest.er1
10325   ac_status=$?
10326   grep -v '^ *+' conftest.er1 >conftest.err
10327   rm -f conftest.er1
10328   cat conftest.err >&5
10329   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10330   (exit $ac_status); } && {
10331          test -z "$ac_c_werror_flag" ||
10332          test ! -s conftest.err
10333        } && test -s conftest$ac_exeext &&
10334        $as_test_x conftest$ac_exeext; then
10335   ac_cv_lib_xml2_xmlParseMemory=yes
10336 else
10337   echo "$as_me: failed program was:" >&5
10338 sed 's/^/| /' conftest.$ac_ext >&5
10339
10340         ac_cv_lib_xml2_xmlParseMemory=no
10341 fi
10342
10343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10344       conftest$ac_exeext conftest.$ac_ext
10345 LIBS=$ac_check_lib_save_LIBS
10346 fi
10347 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
10348 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
10349 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
10350
10351 cat >>confdefs.h <<\_ACEOF
10352 #define HAVE_LIBXML2 1
10353 _ACEOF
10354
10355              XML2LIBS="$ac_xml_libs"
10356              XML2INCL="$ac_xml_cflags"
10357 fi
10358
10359          { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10360 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10361 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10362   echo $ECHO_N "(cached) $ECHO_C" >&6
10363 else
10364   ac_check_lib_save_LIBS=$LIBS
10365 LIBS="-lxml2 $ac_xml_libs $LIBS"
10366 cat >conftest.$ac_ext <<_ACEOF
10367 /* confdefs.h.  */
10368 _ACEOF
10369 cat confdefs.h >>conftest.$ac_ext
10370 cat >>conftest.$ac_ext <<_ACEOF
10371 /* end confdefs.h.  */
10372
10373 /* Override any GCC internal prototype to avoid an error.
10374    Use char because int might match the return type of a GCC
10375    builtin and then its argument prototype would still apply.  */
10376 #ifdef __cplusplus
10377 extern "C"
10378 #endif
10379 char xmlReadMemory ();
10380 int
10381 main ()
10382 {
10383 return xmlReadMemory ();
10384   ;
10385   return 0;
10386 }
10387 _ACEOF
10388 rm -f conftest.$ac_objext conftest$ac_exeext
10389 if { (ac_try="$ac_link"
10390 case "(($ac_try" in
10391   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10392   *) ac_try_echo=$ac_try;;
10393 esac
10394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10395   (eval "$ac_link") 2>conftest.er1
10396   ac_status=$?
10397   grep -v '^ *+' conftest.er1 >conftest.err
10398   rm -f conftest.er1
10399   cat conftest.err >&5
10400   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10401   (exit $ac_status); } && {
10402          test -z "$ac_c_werror_flag" ||
10403          test ! -s conftest.err
10404        } && test -s conftest$ac_exeext &&
10405        $as_test_x conftest$ac_exeext; then
10406   ac_cv_lib_xml2_xmlReadMemory=yes
10407 else
10408   echo "$as_me: failed program was:" >&5
10409 sed 's/^/| /' conftest.$ac_ext >&5
10410
10411         ac_cv_lib_xml2_xmlReadMemory=no
10412 fi
10413
10414 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10415       conftest$ac_exeext conftest.$ac_ext
10416 LIBS=$ac_check_lib_save_LIBS
10417 fi
10418 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10419 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10420 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10421
10422 cat >>confdefs.h <<\_ACEOF
10423 #define HAVE_XMLREADMEMORY 1
10424 _ACEOF
10425
10426 fi
10427
10428          { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
10429 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
10430 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
10431   echo $ECHO_N "(cached) $ECHO_C" >&6
10432 else
10433   ac_check_lib_save_LIBS=$LIBS
10434 LIBS="-lxml2 $ac_xml_libs $LIBS"
10435 cat >conftest.$ac_ext <<_ACEOF
10436 /* confdefs.h.  */
10437 _ACEOF
10438 cat confdefs.h >>conftest.$ac_ext
10439 cat >>conftest.$ac_ext <<_ACEOF
10440 /* end confdefs.h.  */
10441
10442 /* Override any GCC internal prototype to avoid an error.
10443    Use char because int might match the return type of a GCC
10444    builtin and then its argument prototype would still apply.  */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char xmlNewDocPI ();
10449 int
10450 main ()
10451 {
10452 return xmlNewDocPI ();
10453   ;
10454   return 0;
10455 }
10456 _ACEOF
10457 rm -f conftest.$ac_objext conftest$ac_exeext
10458 if { (ac_try="$ac_link"
10459 case "(($ac_try" in
10460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10461   *) ac_try_echo=$ac_try;;
10462 esac
10463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10464   (eval "$ac_link") 2>conftest.er1
10465   ac_status=$?
10466   grep -v '^ *+' conftest.er1 >conftest.err
10467   rm -f conftest.er1
10468   cat conftest.err >&5
10469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470   (exit $ac_status); } && {
10471          test -z "$ac_c_werror_flag" ||
10472          test ! -s conftest.err
10473        } && test -s conftest$ac_exeext &&
10474        $as_test_x conftest$ac_exeext; then
10475   ac_cv_lib_xml2_xmlNewDocPI=yes
10476 else
10477   echo "$as_me: failed program was:" >&5
10478 sed 's/^/| /' conftest.$ac_ext >&5
10479
10480         ac_cv_lib_xml2_xmlNewDocPI=no
10481 fi
10482
10483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10484       conftest$ac_exeext conftest.$ac_ext
10485 LIBS=$ac_check_lib_save_LIBS
10486 fi
10487 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
10488 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
10489 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
10490
10491 cat >>confdefs.h <<\_ACEOF
10492 #define HAVE_XMLNEWDOCPI 1
10493 _ACEOF
10494
10495 fi
10496
10497
10498 fi
10499
10500 done
10501
10502 CPPFLAGS="$ac_save_CPPFLAGS"
10503 if test "$PKG_CONFIG" != "false"
10504 then
10505     ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
10506     ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
10507 else
10508     ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
10509     ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
10510 fi
10511 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10512
10513
10514 for ac_header in libxslt/pattern.h libxslt/transform.h
10515 do
10516 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10517 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10518 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10519 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10520   echo $ECHO_N "(cached) $ECHO_C" >&6
10521 else
10522   cat >conftest.$ac_ext <<_ACEOF
10523 /* confdefs.h.  */
10524 _ACEOF
10525 cat confdefs.h >>conftest.$ac_ext
10526 cat >>conftest.$ac_ext <<_ACEOF
10527 /* end confdefs.h.  */
10528 #ifdef HAVE_LIBXSLT_PATTERN_H
10529 # include <libxslt/pattern.h>
10530 #endif
10531
10532 #include <$ac_header>
10533 _ACEOF
10534 rm -f conftest.$ac_objext
10535 if { (ac_try="$ac_compile"
10536 case "(($ac_try" in
10537   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10538   *) ac_try_echo=$ac_try;;
10539 esac
10540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10541   (eval "$ac_compile") 2>conftest.er1
10542   ac_status=$?
10543   grep -v '^ *+' conftest.er1 >conftest.err
10544   rm -f conftest.er1
10545   cat conftest.err >&5
10546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10547   (exit $ac_status); } && {
10548          test -z "$ac_c_werror_flag" ||
10549          test ! -s conftest.err
10550        } && test -s conftest.$ac_objext; then
10551   eval "$as_ac_Header=yes"
10552 else
10553   echo "$as_me: failed program was:" >&5
10554 sed 's/^/| /' conftest.$ac_ext >&5
10555
10556         eval "$as_ac_Header=no"
10557 fi
10558
10559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10560 fi
10561 ac_res=`eval echo '${'$as_ac_Header'}'`
10562                { echo "$as_me:$LINENO: result: $ac_res" >&5
10563 echo "${ECHO_T}$ac_res" >&6; }
10564 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10565   cat >>confdefs.h <<_ACEOF
10566 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10567 _ACEOF
10568  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10569 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10570 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10571   echo $ECHO_N "(cached) $ECHO_C" >&6
10572 else
10573   ac_check_lib_save_LIBS=$LIBS
10574 LIBS="-lxslt $ac_xslt_libs $LIBS"
10575 cat >conftest.$ac_ext <<_ACEOF
10576 /* confdefs.h.  */
10577 _ACEOF
10578 cat confdefs.h >>conftest.$ac_ext
10579 cat >>conftest.$ac_ext <<_ACEOF
10580 /* end confdefs.h.  */
10581
10582 /* Override any GCC internal prototype to avoid an error.
10583    Use char because int might match the return type of a GCC
10584    builtin and then its argument prototype would still apply.  */
10585 #ifdef __cplusplus
10586 extern "C"
10587 #endif
10588 char xsltCompilePattern ();
10589 int
10590 main ()
10591 {
10592 return xsltCompilePattern ();
10593   ;
10594   return 0;
10595 }
10596 _ACEOF
10597 rm -f conftest.$ac_objext conftest$ac_exeext
10598 if { (ac_try="$ac_link"
10599 case "(($ac_try" in
10600   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10601   *) ac_try_echo=$ac_try;;
10602 esac
10603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10604   (eval "$ac_link") 2>conftest.er1
10605   ac_status=$?
10606   grep -v '^ *+' conftest.er1 >conftest.err
10607   rm -f conftest.er1
10608   cat conftest.err >&5
10609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10610   (exit $ac_status); } && {
10611          test -z "$ac_c_werror_flag" ||
10612          test ! -s conftest.err
10613        } && test -s conftest$ac_exeext &&
10614        $as_test_x conftest$ac_exeext; then
10615   ac_cv_lib_xslt_xsltCompilePattern=yes
10616 else
10617   echo "$as_me: failed program was:" >&5
10618 sed 's/^/| /' conftest.$ac_ext >&5
10619
10620         ac_cv_lib_xslt_xsltCompilePattern=no
10621 fi
10622
10623 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10624       conftest$ac_exeext conftest.$ac_ext
10625 LIBS=$ac_check_lib_save_LIBS
10626 fi
10627 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10628 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10629 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10630
10631 cat >>confdefs.h <<\_ACEOF
10632 #define HAVE_LIBXSLT 1
10633 _ACEOF
10634
10635              XSLTLIBS="$ac_xslt_libs"
10636              XSLTINCL="$ac_xslt_cflags"
10637 fi
10638
10639
10640 fi
10641
10642 done
10643
10644 CPPFLAGS="$ac_save_CPPFLAGS"
10645
10646 HALINCL=""
10647
10648 if test "$PKG_CONFIG" != "false"
10649 then
10650     ac_save_CPPFLAGS="$CPPFLAGS"
10651     ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
10652     ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
10653     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10654
10655
10656 for ac_header in dbus/dbus.h hal/libhal.h
10657 do
10658 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10659 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10660   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10661 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10662 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10663   echo $ECHO_N "(cached) $ECHO_C" >&6
10664 fi
10665 ac_res=`eval echo '${'$as_ac_Header'}'`
10666                { echo "$as_me:$LINENO: result: $ac_res" >&5
10667 echo "${ECHO_T}$ac_res" >&6; }
10668 else
10669   # Is the header compilable?
10670 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10671 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10672 cat >conftest.$ac_ext <<_ACEOF
10673 /* confdefs.h.  */
10674 _ACEOF
10675 cat confdefs.h >>conftest.$ac_ext
10676 cat >>conftest.$ac_ext <<_ACEOF
10677 /* end confdefs.h.  */
10678 $ac_includes_default
10679 #include <$ac_header>
10680 _ACEOF
10681 rm -f conftest.$ac_objext
10682 if { (ac_try="$ac_compile"
10683 case "(($ac_try" in
10684   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10685   *) ac_try_echo=$ac_try;;
10686 esac
10687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10688   (eval "$ac_compile") 2>conftest.er1
10689   ac_status=$?
10690   grep -v '^ *+' conftest.er1 >conftest.err
10691   rm -f conftest.er1
10692   cat conftest.err >&5
10693   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694   (exit $ac_status); } && {
10695          test -z "$ac_c_werror_flag" ||
10696          test ! -s conftest.err
10697        } && test -s conftest.$ac_objext; then
10698   ac_header_compiler=yes
10699 else
10700   echo "$as_me: failed program was:" >&5
10701 sed 's/^/| /' conftest.$ac_ext >&5
10702
10703         ac_header_compiler=no
10704 fi
10705
10706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10707 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10708 echo "${ECHO_T}$ac_header_compiler" >&6; }
10709
10710 # Is the header present?
10711 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10712 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10713 cat >conftest.$ac_ext <<_ACEOF
10714 /* confdefs.h.  */
10715 _ACEOF
10716 cat confdefs.h >>conftest.$ac_ext
10717 cat >>conftest.$ac_ext <<_ACEOF
10718 /* end confdefs.h.  */
10719 #include <$ac_header>
10720 _ACEOF
10721 if { (ac_try="$ac_cpp conftest.$ac_ext"
10722 case "(($ac_try" in
10723   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10724   *) ac_try_echo=$ac_try;;
10725 esac
10726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10727   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
10728   ac_status=$?
10729   grep -v '^ *+' conftest.er1 >conftest.err
10730   rm -f conftest.er1
10731   cat conftest.err >&5
10732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10733   (exit $ac_status); } >/dev/null && {
10734          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
10735          test ! -s conftest.err
10736        }; then
10737   ac_header_preproc=yes
10738 else
10739   echo "$as_me: failed program was:" >&5
10740 sed 's/^/| /' conftest.$ac_ext >&5
10741
10742   ac_header_preproc=no
10743 fi
10744
10745 rm -f conftest.err conftest.$ac_ext
10746 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10747 echo "${ECHO_T}$ac_header_preproc" >&6; }
10748
10749 # So?  What about this header?
10750 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10751   yes:no: )
10752     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10753 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10754     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10755 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10756     ac_header_preproc=yes
10757     ;;
10758   no:yes:* )
10759     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10760 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10761     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10762 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10763     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10764 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10765     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10766 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10767     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10768 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10769     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10770 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10771     ( cat <<\_ASBOX
10772 ## ------------------------------------ ##
10773 ## Report this to wine-devel@winehq.org ##
10774 ## ------------------------------------ ##
10775 _ASBOX
10776      ) | sed "s/^/$as_me: WARNING:     /" >&2
10777     ;;
10778 esac
10779 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10780 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10781 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10782   echo $ECHO_N "(cached) $ECHO_C" >&6
10783 else
10784   eval "$as_ac_Header=\$ac_header_preproc"
10785 fi
10786 ac_res=`eval echo '${'$as_ac_Header'}'`
10787                { echo "$as_me:$LINENO: result: $ac_res" >&5
10788 echo "${ECHO_T}$ac_res" >&6; }
10789
10790 fi
10791 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10792   cat >>confdefs.h <<_ACEOF
10793 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10794 _ACEOF
10795
10796 fi
10797
10798 done
10799
10800     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10801     then
10802         { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10803 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10804 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10805   echo $ECHO_N "(cached) $ECHO_C" >&6
10806 else
10807   ac_check_lib_save_LIBS=$LIBS
10808 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
10809 cat >conftest.$ac_ext <<_ACEOF
10810 /* confdefs.h.  */
10811 _ACEOF
10812 cat confdefs.h >>conftest.$ac_ext
10813 cat >>conftest.$ac_ext <<_ACEOF
10814 /* end confdefs.h.  */
10815
10816 /* Override any GCC internal prototype to avoid an error.
10817    Use char because int might match the return type of a GCC
10818    builtin and then its argument prototype would still apply.  */
10819 #ifdef __cplusplus
10820 extern "C"
10821 #endif
10822 char dbus_connection_close ();
10823 int
10824 main ()
10825 {
10826 return dbus_connection_close ();
10827   ;
10828   return 0;
10829 }
10830 _ACEOF
10831 rm -f conftest.$ac_objext conftest$ac_exeext
10832 if { (ac_try="$ac_link"
10833 case "(($ac_try" in
10834   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10835   *) ac_try_echo=$ac_try;;
10836 esac
10837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10838   (eval "$ac_link") 2>conftest.er1
10839   ac_status=$?
10840   grep -v '^ *+' conftest.er1 >conftest.err
10841   rm -f conftest.er1
10842   cat conftest.err >&5
10843   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10844   (exit $ac_status); } && {
10845          test -z "$ac_c_werror_flag" ||
10846          test ! -s conftest.err
10847        } && test -s conftest$ac_exeext &&
10848        $as_test_x conftest$ac_exeext; then
10849   ac_cv_lib_dbus_1_dbus_connection_close=yes
10850 else
10851   echo "$as_me: failed program was:" >&5
10852 sed 's/^/| /' conftest.$ac_ext >&5
10853
10854         ac_cv_lib_dbus_1_dbus_connection_close=no
10855 fi
10856
10857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10858       conftest$ac_exeext conftest.$ac_ext
10859 LIBS=$ac_check_lib_save_LIBS
10860 fi
10861 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10862 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10863 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10864   { echo "$as_me:$LINENO: checking for -lhal" >&5
10865 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
10866 if test "${ac_cv_lib_soname_hal+set}" = set; then
10867   echo $ECHO_N "(cached) $ECHO_C" >&6
10868 else
10869   ac_check_soname_save_LIBS=$LIBS
10870 LIBS="-lhal $ac_hal_libs $LIBS"
10871   cat >conftest.$ac_ext <<_ACEOF
10872 /* confdefs.h.  */
10873 _ACEOF
10874 cat confdefs.h >>conftest.$ac_ext
10875 cat >>conftest.$ac_ext <<_ACEOF
10876 /* end confdefs.h.  */
10877
10878 /* Override any GCC internal prototype to avoid an error.
10879    Use char because int might match the return type of a GCC
10880    builtin and then its argument prototype would still apply.  */
10881 #ifdef __cplusplus
10882 extern "C"
10883 #endif
10884 char libhal_ctx_new ();
10885 int
10886 main ()
10887 {
10888 return libhal_ctx_new ();
10889   ;
10890   return 0;
10891 }
10892 _ACEOF
10893 rm -f conftest.$ac_objext conftest$ac_exeext
10894 if { (ac_try="$ac_link"
10895 case "(($ac_try" in
10896   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10897   *) ac_try_echo=$ac_try;;
10898 esac
10899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10900   (eval "$ac_link") 2>conftest.er1
10901   ac_status=$?
10902   grep -v '^ *+' conftest.er1 >conftest.err
10903   rm -f conftest.er1
10904   cat conftest.err >&5
10905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10906   (exit $ac_status); } && {
10907          test -z "$ac_c_werror_flag" ||
10908          test ! -s conftest.err
10909        } && test -s conftest$ac_exeext &&
10910        $as_test_x conftest$ac_exeext; then
10911   case "$LIBEXT" in
10912     dll) ;;
10913     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'` ;;
10914     *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
10915   esac
10916 else
10917   echo "$as_me: failed program was:" >&5
10918 sed 's/^/| /' conftest.$ac_ext >&5
10919
10920
10921 fi
10922
10923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10924       conftest$ac_exeext conftest.$ac_ext
10925   LIBS=$ac_check_soname_save_LIBS
10926 fi
10927 if test "x$ac_cv_lib_soname_hal" = "x"; then
10928   { echo "$as_me:$LINENO: result: not found" >&5
10929 echo "${ECHO_T}not found" >&6; }
10930
10931 else
10932   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
10933 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
10934
10935 cat >>confdefs.h <<_ACEOF
10936 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
10937 _ACEOF
10938
10939        HALINCL="$ac_hal_cflags"
10940 fi
10941
10942 fi
10943
10944     fi
10945     CPPFLAGS="$ac_save_CPPFLAGS"
10946 fi
10947
10948 CURSESLIBS=""
10949 if test "$ac_cv_header_ncurses_h" = "yes"
10950 then
10951     { echo "$as_me:$LINENO: checking for -lncurses" >&5
10952 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
10953 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
10954   echo $ECHO_N "(cached) $ECHO_C" >&6
10955 else
10956   ac_check_soname_save_LIBS=$LIBS
10957 LIBS="-lncurses  $LIBS"
10958   cat >conftest.$ac_ext <<_ACEOF
10959 /* confdefs.h.  */
10960 _ACEOF
10961 cat confdefs.h >>conftest.$ac_ext
10962 cat >>conftest.$ac_ext <<_ACEOF
10963 /* end confdefs.h.  */
10964
10965 /* Override any GCC internal prototype to avoid an error.
10966    Use char because int might match the return type of a GCC
10967    builtin and then its argument prototype would still apply.  */
10968 #ifdef __cplusplus
10969 extern "C"
10970 #endif
10971 char waddch ();
10972 int
10973 main ()
10974 {
10975 return waddch ();
10976   ;
10977   return 0;
10978 }
10979 _ACEOF
10980 rm -f conftest.$ac_objext conftest$ac_exeext
10981 if { (ac_try="$ac_link"
10982 case "(($ac_try" in
10983   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10984   *) ac_try_echo=$ac_try;;
10985 esac
10986 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10987   (eval "$ac_link") 2>conftest.er1
10988   ac_status=$?
10989   grep -v '^ *+' conftest.er1 >conftest.err
10990   rm -f conftest.er1
10991   cat conftest.err >&5
10992   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10993   (exit $ac_status); } && {
10994          test -z "$ac_c_werror_flag" ||
10995          test ! -s conftest.err
10996        } && test -s conftest$ac_exeext &&
10997        $as_test_x conftest$ac_exeext; then
10998   case "$LIBEXT" in
10999     dll) ;;
11000     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'` ;;
11001     *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
11002   esac
11003 else
11004   echo "$as_me: failed program was:" >&5
11005 sed 's/^/| /' conftest.$ac_ext >&5
11006
11007
11008 fi
11009
11010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11011       conftest$ac_exeext conftest.$ac_ext
11012   LIBS=$ac_check_soname_save_LIBS
11013 fi
11014 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
11015   { echo "$as_me:$LINENO: result: not found" >&5
11016 echo "${ECHO_T}not found" >&6; }
11017
11018 else
11019   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
11020 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
11021
11022 cat >>confdefs.h <<_ACEOF
11023 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
11024 _ACEOF
11025
11026        CURSESLIBS="-lncurses"
11027 fi
11028
11029 elif test "$ac_cv_header_curses_h" = "yes"
11030 then
11031     { echo "$as_me:$LINENO: checking for -lcurses" >&5
11032 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
11033 if test "${ac_cv_lib_soname_curses+set}" = set; then
11034   echo $ECHO_N "(cached) $ECHO_C" >&6
11035 else
11036   ac_check_soname_save_LIBS=$LIBS
11037 LIBS="-lcurses  $LIBS"
11038   cat >conftest.$ac_ext <<_ACEOF
11039 /* confdefs.h.  */
11040 _ACEOF
11041 cat confdefs.h >>conftest.$ac_ext
11042 cat >>conftest.$ac_ext <<_ACEOF
11043 /* end confdefs.h.  */
11044
11045 /* Override any GCC internal prototype to avoid an error.
11046    Use char because int might match the return type of a GCC
11047    builtin and then its argument prototype would still apply.  */
11048 #ifdef __cplusplus
11049 extern "C"
11050 #endif
11051 char waddch ();
11052 int
11053 main ()
11054 {
11055 return waddch ();
11056   ;
11057   return 0;
11058 }
11059 _ACEOF
11060 rm -f conftest.$ac_objext conftest$ac_exeext
11061 if { (ac_try="$ac_link"
11062 case "(($ac_try" in
11063   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11064   *) ac_try_echo=$ac_try;;
11065 esac
11066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11067   (eval "$ac_link") 2>conftest.er1
11068   ac_status=$?
11069   grep -v '^ *+' conftest.er1 >conftest.err
11070   rm -f conftest.er1
11071   cat conftest.err >&5
11072   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11073   (exit $ac_status); } && {
11074          test -z "$ac_c_werror_flag" ||
11075          test ! -s conftest.err
11076        } && test -s conftest$ac_exeext &&
11077        $as_test_x conftest$ac_exeext; then
11078   case "$LIBEXT" in
11079     dll) ;;
11080     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'` ;;
11081     *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
11082   esac
11083 else
11084   echo "$as_me: failed program was:" >&5
11085 sed 's/^/| /' conftest.$ac_ext >&5
11086
11087
11088 fi
11089
11090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11091       conftest$ac_exeext conftest.$ac_ext
11092   LIBS=$ac_check_soname_save_LIBS
11093 fi
11094 if test "x$ac_cv_lib_soname_curses" = "x"; then
11095   { echo "$as_me:$LINENO: result: not found" >&5
11096 echo "${ECHO_T}not found" >&6; }
11097
11098 else
11099   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
11100 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
11101
11102 cat >>confdefs.h <<_ACEOF
11103 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
11104 _ACEOF
11105
11106        CURSESLIBS="-lcurses"
11107 fi
11108
11109 fi
11110 ac_save_LIBS="$LIBS"
11111 LIBS="$LIBS $CURSESLIBS"
11112
11113 for ac_func in mousemask
11114 do
11115 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11116 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11117 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11118 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11119   echo $ECHO_N "(cached) $ECHO_C" >&6
11120 else
11121   cat >conftest.$ac_ext <<_ACEOF
11122 /* confdefs.h.  */
11123 _ACEOF
11124 cat confdefs.h >>conftest.$ac_ext
11125 cat >>conftest.$ac_ext <<_ACEOF
11126 /* end confdefs.h.  */
11127 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11128    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11129 #define $ac_func innocuous_$ac_func
11130
11131 /* System header to define __stub macros and hopefully few prototypes,
11132     which can conflict with char $ac_func (); below.
11133     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11134     <limits.h> exists even on freestanding compilers.  */
11135
11136 #ifdef __STDC__
11137 # include <limits.h>
11138 #else
11139 # include <assert.h>
11140 #endif
11141
11142 #undef $ac_func
11143
11144 /* Override any GCC internal prototype to avoid an error.
11145    Use char because int might match the return type of a GCC
11146    builtin and then its argument prototype would still apply.  */
11147 #ifdef __cplusplus
11148 extern "C"
11149 #endif
11150 char $ac_func ();
11151 /* The GNU C library defines this for functions which it implements
11152     to always fail with ENOSYS.  Some functions are actually named
11153     something starting with __ and the normal name is an alias.  */
11154 #if defined __stub_$ac_func || defined __stub___$ac_func
11155 choke me
11156 #endif
11157
11158 int
11159 main ()
11160 {
11161 return $ac_func ();
11162   ;
11163   return 0;
11164 }
11165 _ACEOF
11166 rm -f conftest.$ac_objext conftest$ac_exeext
11167 if { (ac_try="$ac_link"
11168 case "(($ac_try" in
11169   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11170   *) ac_try_echo=$ac_try;;
11171 esac
11172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11173   (eval "$ac_link") 2>conftest.er1
11174   ac_status=$?
11175   grep -v '^ *+' conftest.er1 >conftest.err
11176   rm -f conftest.er1
11177   cat conftest.err >&5
11178   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11179   (exit $ac_status); } && {
11180          test -z "$ac_c_werror_flag" ||
11181          test ! -s conftest.err
11182        } && test -s conftest$ac_exeext &&
11183        $as_test_x conftest$ac_exeext; then
11184   eval "$as_ac_var=yes"
11185 else
11186   echo "$as_me: failed program was:" >&5
11187 sed 's/^/| /' conftest.$ac_ext >&5
11188
11189         eval "$as_ac_var=no"
11190 fi
11191
11192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11193       conftest$ac_exeext conftest.$ac_ext
11194 fi
11195 ac_res=`eval echo '${'$as_ac_var'}'`
11196                { echo "$as_me:$LINENO: result: $ac_res" >&5
11197 echo "${ECHO_T}$ac_res" >&6; }
11198 if test `eval echo '${'$as_ac_var'}'` = yes; then
11199   cat >>confdefs.h <<_ACEOF
11200 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11201 _ACEOF
11202
11203 fi
11204 done
11205
11206 LIBS="$ac_save_LIBS"
11207
11208 # Extract the first word of "sane-config", so it can be a program name with args.
11209 set dummy sane-config; ac_word=$2
11210 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11211 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11212 if test "${ac_cv_prog_sane_devel+set}" = set; then
11213   echo $ECHO_N "(cached) $ECHO_C" >&6
11214 else
11215   if test -n "$sane_devel"; then
11216   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
11217 else
11218 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11219 for as_dir in $PATH
11220 do
11221   IFS=$as_save_IFS
11222   test -z "$as_dir" && as_dir=.
11223   for ac_exec_ext in '' $ac_executable_extensions; do
11224   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11225     ac_cv_prog_sane_devel="sane-config"
11226     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11227     break 2
11228   fi
11229 done
11230 done
11231 IFS=$as_save_IFS
11232
11233   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
11234 fi
11235 fi
11236 sane_devel=$ac_cv_prog_sane_devel
11237 if test -n "$sane_devel"; then
11238   { echo "$as_me:$LINENO: result: $sane_devel" >&5
11239 echo "${ECHO_T}$sane_devel" >&6; }
11240 else
11241   { echo "$as_me:$LINENO: result: no" >&5
11242 echo "${ECHO_T}no" >&6; }
11243 fi
11244
11245
11246 if test "$sane_devel" != "no"
11247 then
11248     ac_sane_incl="`$sane_devel --cflags`"
11249     ac_save_CPPFLAGS="$CPPFLAGS"
11250     CPPFLAGS="$CPPFLAGS $ac_sane_incl"
11251     if test "${ac_cv_header_sane_sane_h+set}" = set; then
11252   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11253 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11254 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11255   echo $ECHO_N "(cached) $ECHO_C" >&6
11256 fi
11257 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11258 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11259 else
11260   # Is the header compilable?
11261 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
11262 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
11263 cat >conftest.$ac_ext <<_ACEOF
11264 /* confdefs.h.  */
11265 _ACEOF
11266 cat confdefs.h >>conftest.$ac_ext
11267 cat >>conftest.$ac_ext <<_ACEOF
11268 /* end confdefs.h.  */
11269 $ac_includes_default
11270 #include <sane/sane.h>
11271 _ACEOF
11272 rm -f conftest.$ac_objext
11273 if { (ac_try="$ac_compile"
11274 case "(($ac_try" in
11275   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11276   *) ac_try_echo=$ac_try;;
11277 esac
11278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11279   (eval "$ac_compile") 2>conftest.er1
11280   ac_status=$?
11281   grep -v '^ *+' conftest.er1 >conftest.err
11282   rm -f conftest.er1
11283   cat conftest.err >&5
11284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11285   (exit $ac_status); } && {
11286          test -z "$ac_c_werror_flag" ||
11287          test ! -s conftest.err
11288        } && test -s conftest.$ac_objext; then
11289   ac_header_compiler=yes
11290 else
11291   echo "$as_me: failed program was:" >&5
11292 sed 's/^/| /' conftest.$ac_ext >&5
11293
11294         ac_header_compiler=no
11295 fi
11296
11297 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11298 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11299 echo "${ECHO_T}$ac_header_compiler" >&6; }
11300
11301 # Is the header present?
11302 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
11303 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
11304 cat >conftest.$ac_ext <<_ACEOF
11305 /* confdefs.h.  */
11306 _ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h.  */
11310 #include <sane/sane.h>
11311 _ACEOF
11312 if { (ac_try="$ac_cpp conftest.$ac_ext"
11313 case "(($ac_try" in
11314   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11315   *) ac_try_echo=$ac_try;;
11316 esac
11317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11318   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11319   ac_status=$?
11320   grep -v '^ *+' conftest.er1 >conftest.err
11321   rm -f conftest.er1
11322   cat conftest.err >&5
11323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324   (exit $ac_status); } >/dev/null && {
11325          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11326          test ! -s conftest.err
11327        }; then
11328   ac_header_preproc=yes
11329 else
11330   echo "$as_me: failed program was:" >&5
11331 sed 's/^/| /' conftest.$ac_ext >&5
11332
11333   ac_header_preproc=no
11334 fi
11335
11336 rm -f conftest.err conftest.$ac_ext
11337 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11338 echo "${ECHO_T}$ac_header_preproc" >&6; }
11339
11340 # So?  What about this header?
11341 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11342   yes:no: )
11343     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
11344 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11345     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
11346 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
11347     ac_header_preproc=yes
11348     ;;
11349   no:yes:* )
11350     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
11351 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
11352     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
11353 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
11354     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
11355 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
11356     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
11357 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11358     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
11359 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
11360     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
11361 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
11362     ( cat <<\_ASBOX
11363 ## ------------------------------------ ##
11364 ## Report this to wine-devel@winehq.org ##
11365 ## ------------------------------------ ##
11366 _ASBOX
11367      ) | sed "s/^/$as_me: WARNING:     /" >&2
11368     ;;
11369 esac
11370 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
11371 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
11372 if test "${ac_cv_header_sane_sane_h+set}" = set; then
11373   echo $ECHO_N "(cached) $ECHO_C" >&6
11374 else
11375   ac_cv_header_sane_sane_h=$ac_header_preproc
11376 fi
11377 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
11378 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
11379
11380 fi
11381 if test $ac_cv_header_sane_sane_h = yes; then
11382   { echo "$as_me:$LINENO: checking for -lsane" >&5
11383 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
11384 if test "${ac_cv_lib_soname_sane+set}" = set; then
11385   echo $ECHO_N "(cached) $ECHO_C" >&6
11386 else
11387   ac_check_soname_save_LIBS=$LIBS
11388 LIBS="-lsane  $LIBS"
11389   cat >conftest.$ac_ext <<_ACEOF
11390 /* confdefs.h.  */
11391 _ACEOF
11392 cat confdefs.h >>conftest.$ac_ext
11393 cat >>conftest.$ac_ext <<_ACEOF
11394 /* end confdefs.h.  */
11395
11396 /* Override any GCC internal prototype to avoid an error.
11397    Use char because int might match the return type of a GCC
11398    builtin and then its argument prototype would still apply.  */
11399 #ifdef __cplusplus
11400 extern "C"
11401 #endif
11402 char sane_init ();
11403 int
11404 main ()
11405 {
11406 return sane_init ();
11407   ;
11408   return 0;
11409 }
11410 _ACEOF
11411 rm -f conftest.$ac_objext conftest$ac_exeext
11412 if { (ac_try="$ac_link"
11413 case "(($ac_try" in
11414   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11415   *) ac_try_echo=$ac_try;;
11416 esac
11417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11418   (eval "$ac_link") 2>conftest.er1
11419   ac_status=$?
11420   grep -v '^ *+' conftest.er1 >conftest.err
11421   rm -f conftest.er1
11422   cat conftest.err >&5
11423   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11424   (exit $ac_status); } && {
11425          test -z "$ac_c_werror_flag" ||
11426          test ! -s conftest.err
11427        } && test -s conftest$ac_exeext &&
11428        $as_test_x conftest$ac_exeext; then
11429   case "$LIBEXT" in
11430     dll) ;;
11431     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'` ;;
11432     *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
11433   esac
11434 else
11435   echo "$as_me: failed program was:" >&5
11436 sed 's/^/| /' conftest.$ac_ext >&5
11437
11438
11439 fi
11440
11441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11442       conftest$ac_exeext conftest.$ac_ext
11443   LIBS=$ac_check_soname_save_LIBS
11444 fi
11445 if test "x$ac_cv_lib_soname_sane" = "x"; then
11446   { echo "$as_me:$LINENO: result: not found" >&5
11447 echo "${ECHO_T}not found" >&6; }
11448
11449 else
11450   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
11451 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
11452
11453 cat >>confdefs.h <<_ACEOF
11454 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
11455 _ACEOF
11456
11457        SANEINCL="$ac_sane_incl"
11458
11459 fi
11460
11461 fi
11462
11463
11464     CPPFLAGS="$ac_save_CPPFLAGS"
11465 fi
11466
11467 # Extract the first word of "gphoto2-config", so it can be a program name with args.
11468 set dummy gphoto2-config; ac_word=$2
11469 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11470 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11471 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
11472   echo $ECHO_N "(cached) $ECHO_C" >&6
11473 else
11474   if test -n "$gphoto2_devel"; then
11475   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
11476 else
11477 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11478 for as_dir in $PATH
11479 do
11480   IFS=$as_save_IFS
11481   test -z "$as_dir" && as_dir=.
11482   for ac_exec_ext in '' $ac_executable_extensions; do
11483   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11484     ac_cv_prog_gphoto2_devel="gphoto2-config"
11485     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11486     break 2
11487   fi
11488 done
11489 done
11490 IFS=$as_save_IFS
11491
11492   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
11493 fi
11494 fi
11495 gphoto2_devel=$ac_cv_prog_gphoto2_devel
11496 if test -n "$gphoto2_devel"; then
11497   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
11498 echo "${ECHO_T}$gphoto2_devel" >&6; }
11499 else
11500   { echo "$as_me:$LINENO: result: no" >&5
11501 echo "${ECHO_T}no" >&6; }
11502 fi
11503
11504
11505 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11506 set dummy gphoto2-port-config; ac_word=$2
11507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11509 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11510   echo $ECHO_N "(cached) $ECHO_C" >&6
11511 else
11512   if test -n "$gphoto2port_devel"; then
11513   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11514 else
11515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11516 for as_dir in $PATH
11517 do
11518   IFS=$as_save_IFS
11519   test -z "$as_dir" && as_dir=.
11520   for ac_exec_ext in '' $ac_executable_extensions; do
11521   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
11522     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11523     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11524     break 2
11525   fi
11526 done
11527 done
11528 IFS=$as_save_IFS
11529
11530   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11531 fi
11532 fi
11533 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11534 if test -n "$gphoto2port_devel"; then
11535   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11536 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11537 else
11538   { echo "$as_me:$LINENO: result: no" >&5
11539 echo "${ECHO_T}no" >&6; }
11540 fi
11541
11542
11543 GPHOTO2LIBS=""
11544
11545 GPHOTO2INCL=""
11546
11547 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11548 then
11549     GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11550     GPHOTO2LIBS=""
11551     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11552     do
11553       case "$i" in
11554         -L/usr/lib|-L/usr/lib64) ;;
11555         -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11556       esac
11557     done
11558     ac_save_CPPFLAGS="$CPPFLAGS"
11559     ac_save_LIBS="$LIBS"
11560     CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11561     LIBS="$LIBS $GPHOTO2LIBS"
11562     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11563   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11564 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11565 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11566   echo $ECHO_N "(cached) $ECHO_C" >&6
11567 fi
11568 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11569 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11570 else
11571   # Is the header compilable?
11572 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11573 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11574 cat >conftest.$ac_ext <<_ACEOF
11575 /* confdefs.h.  */
11576 _ACEOF
11577 cat confdefs.h >>conftest.$ac_ext
11578 cat >>conftest.$ac_ext <<_ACEOF
11579 /* end confdefs.h.  */
11580 $ac_includes_default
11581 #include <gphoto2-camera.h>
11582 _ACEOF
11583 rm -f conftest.$ac_objext
11584 if { (ac_try="$ac_compile"
11585 case "(($ac_try" in
11586   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11587   *) ac_try_echo=$ac_try;;
11588 esac
11589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11590   (eval "$ac_compile") 2>conftest.er1
11591   ac_status=$?
11592   grep -v '^ *+' conftest.er1 >conftest.err
11593   rm -f conftest.er1
11594   cat conftest.err >&5
11595   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11596   (exit $ac_status); } && {
11597          test -z "$ac_c_werror_flag" ||
11598          test ! -s conftest.err
11599        } && test -s conftest.$ac_objext; then
11600   ac_header_compiler=yes
11601 else
11602   echo "$as_me: failed program was:" >&5
11603 sed 's/^/| /' conftest.$ac_ext >&5
11604
11605         ac_header_compiler=no
11606 fi
11607
11608 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11609 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11610 echo "${ECHO_T}$ac_header_compiler" >&6; }
11611
11612 # Is the header present?
11613 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11614 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11615 cat >conftest.$ac_ext <<_ACEOF
11616 /* confdefs.h.  */
11617 _ACEOF
11618 cat confdefs.h >>conftest.$ac_ext
11619 cat >>conftest.$ac_ext <<_ACEOF
11620 /* end confdefs.h.  */
11621 #include <gphoto2-camera.h>
11622 _ACEOF
11623 if { (ac_try="$ac_cpp conftest.$ac_ext"
11624 case "(($ac_try" in
11625   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11626   *) ac_try_echo=$ac_try;;
11627 esac
11628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11629   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11630   ac_status=$?
11631   grep -v '^ *+' conftest.er1 >conftest.err
11632   rm -f conftest.er1
11633   cat conftest.err >&5
11634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11635   (exit $ac_status); } >/dev/null && {
11636          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11637          test ! -s conftest.err
11638        }; then
11639   ac_header_preproc=yes
11640 else
11641   echo "$as_me: failed program was:" >&5
11642 sed 's/^/| /' conftest.$ac_ext >&5
11643
11644   ac_header_preproc=no
11645 fi
11646
11647 rm -f conftest.err conftest.$ac_ext
11648 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11649 echo "${ECHO_T}$ac_header_preproc" >&6; }
11650
11651 # So?  What about this header?
11652 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11653   yes:no: )
11654     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11655 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11656     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11657 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11658     ac_header_preproc=yes
11659     ;;
11660   no:yes:* )
11661     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11662 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11663     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
11664 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
11665     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11666 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11667     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
11668 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11669     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11670 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11671     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11672 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11673     ( cat <<\_ASBOX
11674 ## ------------------------------------ ##
11675 ## Report this to wine-devel@winehq.org ##
11676 ## ------------------------------------ ##
11677 _ASBOX
11678      ) | sed "s/^/$as_me: WARNING:     /" >&2
11679     ;;
11680 esac
11681 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11682 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11683 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11684   echo $ECHO_N "(cached) $ECHO_C" >&6
11685 else
11686   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11687 fi
11688 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11689 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11690
11691 fi
11692 if test $ac_cv_header_gphoto2_camera_h = yes; then
11693   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11694 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11695 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11696   echo $ECHO_N "(cached) $ECHO_C" >&6
11697 else
11698   ac_check_lib_save_LIBS=$LIBS
11699 LIBS="-lgphoto2  $LIBS"
11700 cat >conftest.$ac_ext <<_ACEOF
11701 /* confdefs.h.  */
11702 _ACEOF
11703 cat confdefs.h >>conftest.$ac_ext
11704 cat >>conftest.$ac_ext <<_ACEOF
11705 /* end confdefs.h.  */
11706
11707 /* Override any GCC internal prototype to avoid an error.
11708    Use char because int might match the return type of a GCC
11709    builtin and then its argument prototype would still apply.  */
11710 #ifdef __cplusplus
11711 extern "C"
11712 #endif
11713 char gp_camera_new ();
11714 int
11715 main ()
11716 {
11717 return gp_camera_new ();
11718   ;
11719   return 0;
11720 }
11721 _ACEOF
11722 rm -f conftest.$ac_objext conftest$ac_exeext
11723 if { (ac_try="$ac_link"
11724 case "(($ac_try" in
11725   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11726   *) ac_try_echo=$ac_try;;
11727 esac
11728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11729   (eval "$ac_link") 2>conftest.er1
11730   ac_status=$?
11731   grep -v '^ *+' conftest.er1 >conftest.err
11732   rm -f conftest.er1
11733   cat conftest.err >&5
11734   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11735   (exit $ac_status); } && {
11736          test -z "$ac_c_werror_flag" ||
11737          test ! -s conftest.err
11738        } && test -s conftest$ac_exeext &&
11739        $as_test_x conftest$ac_exeext; then
11740   ac_cv_lib_gphoto2_gp_camera_new=yes
11741 else
11742   echo "$as_me: failed program was:" >&5
11743 sed 's/^/| /' conftest.$ac_ext >&5
11744
11745         ac_cv_lib_gphoto2_gp_camera_new=no
11746 fi
11747
11748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11749       conftest$ac_exeext conftest.$ac_ext
11750 LIBS=$ac_check_lib_save_LIBS
11751 fi
11752 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11753 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11754 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11755
11756 cat >>confdefs.h <<\_ACEOF
11757 #define HAVE_GPHOTO2 1
11758 _ACEOF
11759
11760 else
11761   GPHOTO2LIBS=""
11762                                   GPHOTO2INCL=""
11763 fi
11764
11765 else
11766   GPHOTO2LIBS=""
11767                     GPHOTO2INCL=""
11768 fi
11769
11770
11771     LIBS="$ac_save_LIBS"
11772     CPPFLAGS="$ac_save_CPPFLAGS"
11773 fi
11774
11775 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11776 then
11777     saved_libs="$LIBS"
11778     icu_libs="-lsicuuc -lsicudata -lstdc++ -lgcc_s"
11779     if test -n "$ICU_LIB_DIR"
11780     then
11781         icu_libs="-L$ICU_LIB_DIR $icu_libs"
11782     fi
11783     { echo "$as_me:$LINENO: checking whether can link with ICU libraries" >&5
11784 echo $ECHO_N "checking whether can link with ICU libraries... $ECHO_C" >&6; }
11785     LIBS="$saved_libs $icu_libs"
11786     if test "$cross_compiling" = yes; then
11787   { echo "$as_me:$LINENO: result: no" >&5
11788 echo "${ECHO_T}no" >&6; }
11789 else
11790   cat >conftest.$ac_ext <<_ACEOF
11791 /* confdefs.h.  */
11792 _ACEOF
11793 cat confdefs.h >>conftest.$ac_ext
11794 cat >>conftest.$ac_ext <<_ACEOF
11795 /* end confdefs.h.  */
11796 #include <unicode/ubidi.h>
11797 int
11798 main ()
11799 {
11800 ubidi_open()
11801   ;
11802   return 0;
11803 }
11804 _ACEOF
11805 rm -f conftest$ac_exeext
11806 if { (ac_try="$ac_link"
11807 case "(($ac_try" in
11808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11809   *) ac_try_echo=$ac_try;;
11810 esac
11811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11812   (eval "$ac_link") 2>&5
11813   ac_status=$?
11814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11815   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
11816   { (case "(($ac_try" in
11817   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11818   *) ac_try_echo=$ac_try;;
11819 esac
11820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11821   (eval "$ac_try") 2>&5
11822   ac_status=$?
11823   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11824   (exit $ac_status); }; }; then
11825
11826 cat >>confdefs.h <<\_ACEOF
11827 #define HAVE_ICU 1
11828 _ACEOF
11829
11830                  ICULIBS="$icu_libs"
11831
11832                  { echo "$as_me:$LINENO: result: yes" >&5
11833 echo "${ECHO_T}yes" >&6; }
11834 else
11835   echo "$as_me: program exited with status $ac_status" >&5
11836 echo "$as_me: failed program was:" >&5
11837 sed 's/^/| /' conftest.$ac_ext >&5
11838
11839 ( exit $ac_status )
11840 { echo "$as_me:$LINENO: result: no" >&5
11841 echo "${ECHO_T}no" >&6; }
11842 fi
11843 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
11844 fi
11845
11846
11847     LIBS="$saved_libs"
11848 fi
11849
11850 RESOLVLIBS=""
11851
11852 if test "$ac_cv_header_resolv_h" = "yes"
11853 then
11854     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11855 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11856 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11857   echo $ECHO_N "(cached) $ECHO_C" >&6
11858 else
11859   ac_check_lib_save_LIBS=$LIBS
11860 LIBS="-lresolv  $LIBS"
11861 cat >conftest.$ac_ext <<_ACEOF
11862 /* confdefs.h.  */
11863 _ACEOF
11864 cat confdefs.h >>conftest.$ac_ext
11865 cat >>conftest.$ac_ext <<_ACEOF
11866 /* end confdefs.h.  */
11867
11868 /* Override any GCC internal prototype to avoid an error.
11869    Use char because int might match the return type of a GCC
11870    builtin and then its argument prototype would still apply.  */
11871 #ifdef __cplusplus
11872 extern "C"
11873 #endif
11874 char res_query ();
11875 int
11876 main ()
11877 {
11878 return res_query ();
11879   ;
11880   return 0;
11881 }
11882 _ACEOF
11883 rm -f conftest.$ac_objext conftest$ac_exeext
11884 if { (ac_try="$ac_link"
11885 case "(($ac_try" in
11886   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11887   *) ac_try_echo=$ac_try;;
11888 esac
11889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11890   (eval "$ac_link") 2>conftest.er1
11891   ac_status=$?
11892   grep -v '^ *+' conftest.er1 >conftest.err
11893   rm -f conftest.er1
11894   cat conftest.err >&5
11895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11896   (exit $ac_status); } && {
11897          test -z "$ac_c_werror_flag" ||
11898          test ! -s conftest.err
11899        } && test -s conftest$ac_exeext &&
11900        $as_test_x conftest$ac_exeext; then
11901   ac_cv_lib_resolv_res_query=yes
11902 else
11903   echo "$as_me: failed program was:" >&5
11904 sed 's/^/| /' conftest.$ac_ext >&5
11905
11906         ac_cv_lib_resolv_res_query=no
11907 fi
11908
11909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11910       conftest$ac_exeext conftest.$ac_ext
11911 LIBS=$ac_check_lib_save_LIBS
11912 fi
11913 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
11914 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
11915 if test $ac_cv_lib_resolv_res_query = yes; then
11916
11917 cat >>confdefs.h <<\_ACEOF
11918 #define HAVE_RESOLV 1
11919 _ACEOF
11920
11921          RESOLVLIBS="-lresolv"
11922 fi
11923
11924 fi
11925
11926 LCMSLIBS=""
11927
11928 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
11929 then
11930     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
11931 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
11932 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
11933   echo $ECHO_N "(cached) $ECHO_C" >&6
11934 else
11935   ac_check_lib_save_LIBS=$LIBS
11936 LIBS="-llcms  $LIBS"
11937 cat >conftest.$ac_ext <<_ACEOF
11938 /* confdefs.h.  */
11939 _ACEOF
11940 cat confdefs.h >>conftest.$ac_ext
11941 cat >>conftest.$ac_ext <<_ACEOF
11942 /* end confdefs.h.  */
11943
11944 /* Override any GCC internal prototype to avoid an error.
11945    Use char because int might match the return type of a GCC
11946    builtin and then its argument prototype would still apply.  */
11947 #ifdef __cplusplus
11948 extern "C"
11949 #endif
11950 char cmsOpenProfileFromFile ();
11951 int
11952 main ()
11953 {
11954 return cmsOpenProfileFromFile ();
11955   ;
11956   return 0;
11957 }
11958 _ACEOF
11959 rm -f conftest.$ac_objext conftest$ac_exeext
11960 if { (ac_try="$ac_link"
11961 case "(($ac_try" in
11962   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11963   *) ac_try_echo=$ac_try;;
11964 esac
11965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11966   (eval "$ac_link") 2>conftest.er1
11967   ac_status=$?
11968   grep -v '^ *+' conftest.er1 >conftest.err
11969   rm -f conftest.er1
11970   cat conftest.err >&5
11971   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11972   (exit $ac_status); } && {
11973          test -z "$ac_c_werror_flag" ||
11974          test ! -s conftest.err
11975        } && test -s conftest$ac_exeext &&
11976        $as_test_x conftest$ac_exeext; then
11977   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
11978 else
11979   echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.$ac_ext >&5
11981
11982         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
11983 fi
11984
11985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11986       conftest$ac_exeext conftest.$ac_ext
11987 LIBS=$ac_check_lib_save_LIBS
11988 fi
11989 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
11990 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
11991 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
11992
11993 cat >>confdefs.h <<\_ACEOF
11994 #define HAVE_LCMS 1
11995 _ACEOF
11996
11997          LCMSLIBS="-llcms"
11998 fi
11999
12000 fi
12001
12002 LDAPLIBS=""
12003
12004 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
12005 then
12006     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
12007 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
12008 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
12009   echo $ECHO_N "(cached) $ECHO_C" >&6
12010 else
12011   ac_check_lib_save_LIBS=$LIBS
12012 LIBS="-lldap_r $LIBPTHREAD $LIBS"
12013 cat >conftest.$ac_ext <<_ACEOF
12014 /* confdefs.h.  */
12015 _ACEOF
12016 cat confdefs.h >>conftest.$ac_ext
12017 cat >>conftest.$ac_ext <<_ACEOF
12018 /* end confdefs.h.  */
12019
12020 /* Override any GCC internal prototype to avoid an error.
12021    Use char because int might match the return type of a GCC
12022    builtin and then its argument prototype would still apply.  */
12023 #ifdef __cplusplus
12024 extern "C"
12025 #endif
12026 char ldap_initialize ();
12027 int
12028 main ()
12029 {
12030 return ldap_initialize ();
12031   ;
12032   return 0;
12033 }
12034 _ACEOF
12035 rm -f conftest.$ac_objext conftest$ac_exeext
12036 if { (ac_try="$ac_link"
12037 case "(($ac_try" in
12038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12039   *) ac_try_echo=$ac_try;;
12040 esac
12041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12042   (eval "$ac_link") 2>conftest.er1
12043   ac_status=$?
12044   grep -v '^ *+' conftest.er1 >conftest.err
12045   rm -f conftest.er1
12046   cat conftest.err >&5
12047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12048   (exit $ac_status); } && {
12049          test -z "$ac_c_werror_flag" ||
12050          test ! -s conftest.err
12051        } && test -s conftest$ac_exeext &&
12052        $as_test_x conftest$ac_exeext; then
12053   ac_cv_lib_ldap_r_ldap_initialize=yes
12054 else
12055   echo "$as_me: failed program was:" >&5
12056 sed 's/^/| /' conftest.$ac_ext >&5
12057
12058         ac_cv_lib_ldap_r_ldap_initialize=no
12059 fi
12060
12061 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12062       conftest$ac_exeext conftest.$ac_ext
12063 LIBS=$ac_check_lib_save_LIBS
12064 fi
12065 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
12066 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
12067 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
12068   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
12069 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
12070 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
12071   echo $ECHO_N "(cached) $ECHO_C" >&6
12072 else
12073   ac_check_lib_save_LIBS=$LIBS
12074 LIBS="-llber $LIBPTHREAD $LIBS"
12075 cat >conftest.$ac_ext <<_ACEOF
12076 /* confdefs.h.  */
12077 _ACEOF
12078 cat confdefs.h >>conftest.$ac_ext
12079 cat >>conftest.$ac_ext <<_ACEOF
12080 /* end confdefs.h.  */
12081
12082 /* Override any GCC internal prototype to avoid an error.
12083    Use char because int might match the return type of a GCC
12084    builtin and then its argument prototype would still apply.  */
12085 #ifdef __cplusplus
12086 extern "C"
12087 #endif
12088 char ber_init ();
12089 int
12090 main ()
12091 {
12092 return ber_init ();
12093   ;
12094   return 0;
12095 }
12096 _ACEOF
12097 rm -f conftest.$ac_objext conftest$ac_exeext
12098 if { (ac_try="$ac_link"
12099 case "(($ac_try" in
12100   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12101   *) ac_try_echo=$ac_try;;
12102 esac
12103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12104   (eval "$ac_link") 2>conftest.er1
12105   ac_status=$?
12106   grep -v '^ *+' conftest.er1 >conftest.err
12107   rm -f conftest.er1
12108   cat conftest.err >&5
12109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12110   (exit $ac_status); } && {
12111          test -z "$ac_c_werror_flag" ||
12112          test ! -s conftest.err
12113        } && test -s conftest$ac_exeext &&
12114        $as_test_x conftest$ac_exeext; then
12115   ac_cv_lib_lber_ber_init=yes
12116 else
12117   echo "$as_me: failed program was:" >&5
12118 sed 's/^/| /' conftest.$ac_ext >&5
12119
12120         ac_cv_lib_lber_ber_init=no
12121 fi
12122
12123 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12124       conftest$ac_exeext conftest.$ac_ext
12125 LIBS=$ac_check_lib_save_LIBS
12126 fi
12127 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
12128 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
12129 if test $ac_cv_lib_lber_ber_init = yes; then
12130
12131 cat >>confdefs.h <<\_ACEOF
12132 #define HAVE_LDAP 1
12133 _ACEOF
12134
12135              LDAPLIBS="-lldap_r -llber"
12136 fi
12137
12138 fi
12139
12140     ac_wine_check_funcs_save_LIBS="$LIBS"
12141 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
12142
12143
12144
12145
12146 for ac_func in \
12147         ldap_count_references \
12148         ldap_first_reference \
12149         ldap_next_reference \
12150         ldap_parse_reference
12151 do
12152 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12153 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12154 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12155 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12156   echo $ECHO_N "(cached) $ECHO_C" >&6
12157 else
12158   cat >conftest.$ac_ext <<_ACEOF
12159 /* confdefs.h.  */
12160 _ACEOF
12161 cat confdefs.h >>conftest.$ac_ext
12162 cat >>conftest.$ac_ext <<_ACEOF
12163 /* end confdefs.h.  */
12164 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12165    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12166 #define $ac_func innocuous_$ac_func
12167
12168 /* System header to define __stub macros and hopefully few prototypes,
12169     which can conflict with char $ac_func (); below.
12170     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12171     <limits.h> exists even on freestanding compilers.  */
12172
12173 #ifdef __STDC__
12174 # include <limits.h>
12175 #else
12176 # include <assert.h>
12177 #endif
12178
12179 #undef $ac_func
12180
12181 /* Override any GCC internal prototype to avoid an error.
12182    Use char because int might match the return type of a GCC
12183    builtin and then its argument prototype would still apply.  */
12184 #ifdef __cplusplus
12185 extern "C"
12186 #endif
12187 char $ac_func ();
12188 /* The GNU C library defines this for functions which it implements
12189     to always fail with ENOSYS.  Some functions are actually named
12190     something starting with __ and the normal name is an alias.  */
12191 #if defined __stub_$ac_func || defined __stub___$ac_func
12192 choke me
12193 #endif
12194
12195 int
12196 main ()
12197 {
12198 return $ac_func ();
12199   ;
12200   return 0;
12201 }
12202 _ACEOF
12203 rm -f conftest.$ac_objext conftest$ac_exeext
12204 if { (ac_try="$ac_link"
12205 case "(($ac_try" in
12206   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12207   *) ac_try_echo=$ac_try;;
12208 esac
12209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12210   (eval "$ac_link") 2>conftest.er1
12211   ac_status=$?
12212   grep -v '^ *+' conftest.er1 >conftest.err
12213   rm -f conftest.er1
12214   cat conftest.err >&5
12215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12216   (exit $ac_status); } && {
12217          test -z "$ac_c_werror_flag" ||
12218          test ! -s conftest.err
12219        } && test -s conftest$ac_exeext &&
12220        $as_test_x conftest$ac_exeext; then
12221   eval "$as_ac_var=yes"
12222 else
12223   echo "$as_me: failed program was:" >&5
12224 sed 's/^/| /' conftest.$ac_ext >&5
12225
12226         eval "$as_ac_var=no"
12227 fi
12228
12229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12230       conftest$ac_exeext conftest.$ac_ext
12231 fi
12232 ac_res=`eval echo '${'$as_ac_var'}'`
12233                { echo "$as_me:$LINENO: result: $ac_res" >&5
12234 echo "${ECHO_T}$ac_res" >&6; }
12235 if test `eval echo '${'$as_ac_var'}'` = yes; then
12236   cat >>confdefs.h <<_ACEOF
12237 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12238 _ACEOF
12239
12240 fi
12241 done
12242
12243 LIBS="$ac_wine_check_funcs_save_LIBS"
12244 fi
12245
12246 FREETYPELIBS=""
12247
12248 FREETYPEINCL=""
12249
12250 # Extract the first word of "freetype-config", so it can be a program name with args.
12251 set dummy freetype-config; ac_word=$2
12252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12254 if test "${ac_cv_prog_ft_devel+set}" = set; then
12255   echo $ECHO_N "(cached) $ECHO_C" >&6
12256 else
12257   if test -n "$ft_devel"; then
12258   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
12259 else
12260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12261 for as_dir in $PATH
12262 do
12263   IFS=$as_save_IFS
12264   test -z "$as_dir" && as_dir=.
12265   for ac_exec_ext in '' $ac_executable_extensions; do
12266   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12267     ac_cv_prog_ft_devel="freetype-config"
12268     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12269     break 2
12270   fi
12271 done
12272 done
12273 IFS=$as_save_IFS
12274
12275   test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
12276 fi
12277 fi
12278 ft_devel=$ac_cv_prog_ft_devel
12279 if test -n "$ft_devel"; then
12280   { echo "$as_me:$LINENO: result: $ft_devel" >&5
12281 echo "${ECHO_T}$ft_devel" >&6; }
12282 else
12283   { echo "$as_me:$LINENO: result: no" >&5
12284 echo "${ECHO_T}no" >&6; }
12285 fi
12286
12287
12288 if test "$ft_devel" = "no"
12289 then
12290     # Extract the first word of "freetype2-config", so it can be a program name with args.
12291 set dummy freetype2-config; ac_word=$2
12292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12294 if test "${ac_cv_prog_ft_devel2+set}" = set; then
12295   echo $ECHO_N "(cached) $ECHO_C" >&6
12296 else
12297   if test -n "$ft_devel2"; then
12298   ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
12299 else
12300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12301 for as_dir in $PATH
12302 do
12303   IFS=$as_save_IFS
12304   test -z "$as_dir" && as_dir=.
12305   for ac_exec_ext in '' $ac_executable_extensions; do
12306   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
12307     ac_cv_prog_ft_devel2="freetype2-config"
12308     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12309     break 2
12310   fi
12311 done
12312 done
12313 IFS=$as_save_IFS
12314
12315   test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
12316 fi
12317 fi
12318 ft_devel2=$ac_cv_prog_ft_devel2
12319 if test -n "$ft_devel2"; then
12320   { echo "$as_me:$LINENO: result: $ft_devel2" >&5
12321 echo "${ECHO_T}$ft_devel2" >&6; }
12322 else
12323   { echo "$as_me:$LINENO: result: no" >&5
12324 echo "${ECHO_T}no" >&6; }
12325 fi
12326
12327
12328     if test "$ft_devel2" = "freetype2-config"
12329     then
12330         ft_devel=$ft_devel2
12331     fi
12332 fi
12333
12334 if test "$ft_devel" = "no"
12335 then
12336     wine_cv_msg_freetype=yes
12337 else
12338     FREETYPELIBS=`$ft_devel --libs`
12339     FREETYPEINCL=`$ft_devel --cflags`
12340     { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
12341 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
12342 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
12343   echo $ECHO_N "(cached) $ECHO_C" >&6
12344 else
12345   ac_check_lib_save_LIBS=$LIBS
12346 LIBS="-lfreetype $FREETYPELIBS $LIBS"
12347 cat >conftest.$ac_ext <<_ACEOF
12348 /* confdefs.h.  */
12349 _ACEOF
12350 cat confdefs.h >>conftest.$ac_ext
12351 cat >>conftest.$ac_ext <<_ACEOF
12352 /* end confdefs.h.  */
12353
12354 /* Override any GCC internal prototype to avoid an error.
12355    Use char because int might match the return type of a GCC
12356    builtin and then its argument prototype would still apply.  */
12357 #ifdef __cplusplus
12358 extern "C"
12359 #endif
12360 char FT_Init_FreeType ();
12361 int
12362 main ()
12363 {
12364 return FT_Init_FreeType ();
12365   ;
12366   return 0;
12367 }
12368 _ACEOF
12369 rm -f conftest.$ac_objext conftest$ac_exeext
12370 if { (ac_try="$ac_link"
12371 case "(($ac_try" in
12372   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12373   *) ac_try_echo=$ac_try;;
12374 esac
12375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12376   (eval "$ac_link") 2>conftest.er1
12377   ac_status=$?
12378   grep -v '^ *+' conftest.er1 >conftest.err
12379   rm -f conftest.er1
12380   cat conftest.err >&5
12381   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12382   (exit $ac_status); } && {
12383          test -z "$ac_c_werror_flag" ||
12384          test ! -s conftest.err
12385        } && test -s conftest$ac_exeext &&
12386        $as_test_x conftest$ac_exeext; then
12387   ac_cv_lib_freetype_FT_Init_FreeType=yes
12388 else
12389   echo "$as_me: failed program was:" >&5
12390 sed 's/^/| /' conftest.$ac_ext >&5
12391
12392         ac_cv_lib_freetype_FT_Init_FreeType=no
12393 fi
12394
12395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12396       conftest$ac_exeext conftest.$ac_ext
12397 LIBS=$ac_check_lib_save_LIBS
12398 fi
12399 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
12400 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
12401 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
12402   ft_lib=yes
12403 else
12404   ft_lib=no
12405 fi
12406
12407     if test "$ft_lib" = "no"
12408     then
12409         wine_cv_msg_freetype=yes
12410         FREETYPELIBS=""
12411         FREETYPEINCL=""
12412     else
12413         ac_save_CPPFLAGS="$CPPFLAGS"
12414         CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
12415
12416
12417
12418
12419
12420
12421
12422
12423
12424
12425
12426 for ac_header in ft2build.h \
12427                          freetype/freetype.h \
12428                          freetype/ftglyph.h \
12429                          freetype/tttables.h \
12430                          freetype/ftnames.h \
12431                          freetype/ftsnames.h \
12432                          freetype/ttnameid.h \
12433                          freetype/ftoutln.h \
12434                          freetype/ftwinfnt.h \
12435                          freetype/ftmodapi.h \
12436                          freetype/internal/sfnt.h
12437 do
12438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12439 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12440 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12441 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12442   echo $ECHO_N "(cached) $ECHO_C" >&6
12443 else
12444   cat >conftest.$ac_ext <<_ACEOF
12445 /* confdefs.h.  */
12446 _ACEOF
12447 cat confdefs.h >>conftest.$ac_ext
12448 cat >>conftest.$ac_ext <<_ACEOF
12449 /* end confdefs.h.  */
12450 #if HAVE_FT2BUILD_H
12451                           #include <ft2build.h>
12452                           #endif
12453
12454 #include <$ac_header>
12455 _ACEOF
12456 rm -f conftest.$ac_objext
12457 if { (ac_try="$ac_compile"
12458 case "(($ac_try" in
12459   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12460   *) ac_try_echo=$ac_try;;
12461 esac
12462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12463   (eval "$ac_compile") 2>conftest.er1
12464   ac_status=$?
12465   grep -v '^ *+' conftest.er1 >conftest.err
12466   rm -f conftest.er1
12467   cat conftest.err >&5
12468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12469   (exit $ac_status); } && {
12470          test -z "$ac_c_werror_flag" ||
12471          test ! -s conftest.err
12472        } && test -s conftest.$ac_objext; then
12473   eval "$as_ac_Header=yes"
12474 else
12475   echo "$as_me: failed program was:" >&5
12476 sed 's/^/| /' conftest.$ac_ext >&5
12477
12478         eval "$as_ac_Header=no"
12479 fi
12480
12481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12482 fi
12483 ac_res=`eval echo '${'$as_ac_Header'}'`
12484                { echo "$as_me:$LINENO: result: $ac_res" >&5
12485 echo "${ECHO_T}$ac_res" >&6; }
12486 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12487   cat >>confdefs.h <<_ACEOF
12488 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12489 _ACEOF
12490
12491 fi
12492
12493 done
12494
12495         cat >conftest.$ac_ext <<_ACEOF
12496 /* confdefs.h.  */
12497 _ACEOF
12498 cat confdefs.h >>conftest.$ac_ext
12499 cat >>conftest.$ac_ext <<_ACEOF
12500 /* end confdefs.h.  */
12501 #include <ft2build.h>
12502                     #include <freetype/fttrigon.h>
12503 _ACEOF
12504 if { (ac_try="$ac_cpp conftest.$ac_ext"
12505 case "(($ac_try" in
12506   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12507   *) ac_try_echo=$ac_try;;
12508 esac
12509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12510   (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12511   ac_status=$?
12512   grep -v '^ *+' conftest.er1 >conftest.err
12513   rm -f conftest.er1
12514   cat conftest.err >&5
12515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12516   (exit $ac_status); } >/dev/null && {
12517          test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12518          test ! -s conftest.err
12519        }; then
12520
12521 cat >>confdefs.h <<\_ACEOF
12522 #define HAVE_FREETYPE_FTTRIGON_H 1
12523 _ACEOF
12524
12525                     wine_cv_fttrigon=yes
12526 else
12527   echo "$as_me: failed program was:" >&5
12528 sed 's/^/| /' conftest.$ac_ext >&5
12529
12530   wine_cv_fttrigon=no
12531 fi
12532
12533 rm -f conftest.err conftest.$ac_ext
12534         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12535 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12536 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12537   echo $ECHO_N "(cached) $ECHO_C" >&6
12538 else
12539   cat >conftest.$ac_ext <<_ACEOF
12540 /* confdefs.h.  */
12541 _ACEOF
12542 cat confdefs.h >>conftest.$ac_ext
12543 cat >>conftest.$ac_ext <<_ACEOF
12544 /* end confdefs.h.  */
12545 #include <freetype/ftmodapi.h>
12546
12547 typedef FT_TrueTypeEngineType ac__type_new_;
12548 int
12549 main ()
12550 {
12551 if ((ac__type_new_ *) 0)
12552   return 0;
12553 if (sizeof (ac__type_new_))
12554   return 0;
12555   ;
12556   return 0;
12557 }
12558 _ACEOF
12559 rm -f conftest.$ac_objext
12560 if { (ac_try="$ac_compile"
12561 case "(($ac_try" in
12562   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12563   *) ac_try_echo=$ac_try;;
12564 esac
12565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12566   (eval "$ac_compile") 2>conftest.er1
12567   ac_status=$?
12568   grep -v '^ *+' conftest.er1 >conftest.err
12569   rm -f conftest.er1
12570   cat conftest.err >&5
12571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12572   (exit $ac_status); } && {
12573          test -z "$ac_c_werror_flag" ||
12574          test ! -s conftest.err
12575        } && test -s conftest.$ac_objext; then
12576   ac_cv_type_FT_TrueTypeEngineType=yes
12577 else
12578   echo "$as_me: failed program was:" >&5
12579 sed 's/^/| /' conftest.$ac_ext >&5
12580
12581         ac_cv_type_FT_TrueTypeEngineType=no
12582 fi
12583
12584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12585 fi
12586 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12587 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12588 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12589
12590 cat >>confdefs.h <<_ACEOF
12591 #define HAVE_FT_TRUETYPEENGINETYPE 1
12592 _ACEOF
12593
12594
12595 fi
12596
12597         ac_save_CFLAGS="$CFLAGS"
12598         CFLAGS="$CFLAGS $FREETYPELIBS"
12599
12600 for ac_func in FT_Load_Sfnt_Table
12601 do
12602 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12603 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12604 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12605 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12606   echo $ECHO_N "(cached) $ECHO_C" >&6
12607 else
12608   cat >conftest.$ac_ext <<_ACEOF
12609 /* confdefs.h.  */
12610 _ACEOF
12611 cat confdefs.h >>conftest.$ac_ext
12612 cat >>conftest.$ac_ext <<_ACEOF
12613 /* end confdefs.h.  */
12614 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12615    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12616 #define $ac_func innocuous_$ac_func
12617
12618 /* System header to define __stub macros and hopefully few prototypes,
12619     which can conflict with char $ac_func (); below.
12620     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12621     <limits.h> exists even on freestanding compilers.  */
12622
12623 #ifdef __STDC__
12624 # include <limits.h>
12625 #else
12626 # include <assert.h>
12627 #endif
12628
12629 #undef $ac_func
12630
12631 /* Override any GCC internal prototype to avoid an error.
12632    Use char because int might match the return type of a GCC
12633    builtin and then its argument prototype would still apply.  */
12634 #ifdef __cplusplus
12635 extern "C"
12636 #endif
12637 char $ac_func ();
12638 /* The GNU C library defines this for functions which it implements
12639     to always fail with ENOSYS.  Some functions are actually named
12640     something starting with __ and the normal name is an alias.  */
12641 #if defined __stub_$ac_func || defined __stub___$ac_func
12642 choke me
12643 #endif
12644
12645 int
12646 main ()
12647 {
12648 return $ac_func ();
12649   ;
12650   return 0;
12651 }
12652 _ACEOF
12653 rm -f conftest.$ac_objext conftest$ac_exeext
12654 if { (ac_try="$ac_link"
12655 case "(($ac_try" in
12656   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12657   *) ac_try_echo=$ac_try;;
12658 esac
12659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12660   (eval "$ac_link") 2>conftest.er1
12661   ac_status=$?
12662   grep -v '^ *+' conftest.er1 >conftest.err
12663   rm -f conftest.er1
12664   cat conftest.err >&5
12665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12666   (exit $ac_status); } && {
12667          test -z "$ac_c_werror_flag" ||
12668          test ! -s conftest.err
12669        } && test -s conftest$ac_exeext &&
12670        $as_test_x conftest$ac_exeext; then
12671   eval "$as_ac_var=yes"
12672 else
12673   echo "$as_me: failed program was:" >&5
12674 sed 's/^/| /' conftest.$ac_ext >&5
12675
12676         eval "$as_ac_var=no"
12677 fi
12678
12679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12680       conftest$ac_exeext conftest.$ac_ext
12681 fi
12682 ac_res=`eval echo '${'$as_ac_var'}'`
12683                { echo "$as_me:$LINENO: result: $ac_res" >&5
12684 echo "${ECHO_T}$ac_res" >&6; }
12685 if test `eval echo '${'$as_ac_var'}'` = yes; then
12686   cat >>confdefs.h <<_ACEOF
12687 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12688 _ACEOF
12689
12690 fi
12691 done
12692
12693         CFLAGS="$ac_save_CFLAGS"
12694         CPPFLAGS="$ac_save_CPPFLAGS"
12695                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12696         then
12697
12698 cat >>confdefs.h <<\_ACEOF
12699 #define HAVE_FREETYPE 1
12700 _ACEOF
12701
12702             wine_cv_msg_freetype=no
12703         else
12704             FREETYPELIBS=""
12705             FREETYPEINCL=""
12706             wine_cv_msg_freetype=yes
12707         fi
12708     fi
12709 fi
12710
12711 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12712 then
12713   FONTSSUBDIRS="fonts"
12714
12715 fi
12716
12717 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12718 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12719 if test "${ac_cv_c_ppdev+set}" = set; then
12720   echo $ECHO_N "(cached) $ECHO_C" >&6
12721 else
12722   cat >conftest.$ac_ext <<_ACEOF
12723 /* confdefs.h.  */
12724 _ACEOF
12725 cat confdefs.h >>conftest.$ac_ext
12726 cat >>conftest.$ac_ext <<_ACEOF
12727 /* end confdefs.h.  */
12728 #include <linux/ppdev.h>
12729 int
12730 main ()
12731 {
12732 ioctl (1,PPCLAIM,0)
12733   ;
12734   return 0;
12735 }
12736 _ACEOF
12737 rm -f conftest.$ac_objext
12738 if { (ac_try="$ac_compile"
12739 case "(($ac_try" in
12740   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12741   *) ac_try_echo=$ac_try;;
12742 esac
12743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12744   (eval "$ac_compile") 2>conftest.er1
12745   ac_status=$?
12746   grep -v '^ *+' conftest.er1 >conftest.err
12747   rm -f conftest.er1
12748   cat conftest.err >&5
12749   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12750   (exit $ac_status); } && {
12751          test -z "$ac_c_werror_flag" ||
12752          test ! -s conftest.err
12753        } && test -s conftest.$ac_objext; then
12754   ac_cv_c_ppdev="yes"
12755 else
12756   echo "$as_me: failed program was:" >&5
12757 sed 's/^/| /' conftest.$ac_ext >&5
12758
12759         ac_cv_c_ppdev="no"
12760 fi
12761
12762 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12763 fi
12764 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
12765 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
12766 if test "$ac_cv_c_ppdev" = "yes"
12767 then
12768
12769 cat >>confdefs.h <<\_ACEOF
12770 #define HAVE_PPDEV 1
12771 _ACEOF
12772
12773 fi
12774
12775 { echo "$as_me:$LINENO: checking for va_copy" >&5
12776 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
12777 if test "${ac_cv_c_va_copy+set}" = set; then
12778   echo $ECHO_N "(cached) $ECHO_C" >&6
12779 else
12780   cat >conftest.$ac_ext <<_ACEOF
12781 /* confdefs.h.  */
12782 _ACEOF
12783 cat confdefs.h >>conftest.$ac_ext
12784 cat >>conftest.$ac_ext <<_ACEOF
12785 /* end confdefs.h.  */
12786 #include <stdarg.h>
12787 int
12788 main ()
12789 {
12790 va_list ap1, ap2; va_copy(ap1,ap2);
12791   ;
12792   return 0;
12793 }
12794 _ACEOF
12795 rm -f conftest.$ac_objext conftest$ac_exeext
12796 if { (ac_try="$ac_link"
12797 case "(($ac_try" in
12798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12799   *) ac_try_echo=$ac_try;;
12800 esac
12801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12802   (eval "$ac_link") 2>conftest.er1
12803   ac_status=$?
12804   grep -v '^ *+' conftest.er1 >conftest.err
12805   rm -f conftest.er1
12806   cat conftest.err >&5
12807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12808   (exit $ac_status); } && {
12809          test -z "$ac_c_werror_flag" ||
12810          test ! -s conftest.err
12811        } && test -s conftest$ac_exeext &&
12812        $as_test_x conftest$ac_exeext; then
12813   ac_cv_c_va_copy="yes"
12814 else
12815   echo "$as_me: failed program was:" >&5
12816 sed 's/^/| /' conftest.$ac_ext >&5
12817
12818         ac_cv_c_va_copy="no"
12819 fi
12820
12821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12822       conftest$ac_exeext conftest.$ac_ext
12823
12824 fi
12825 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
12826 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
12827 if test "$ac_cv_c_va_copy" = "yes"
12828 then
12829
12830 cat >>confdefs.h <<\_ACEOF
12831 #define HAVE_VA_COPY 1
12832 _ACEOF
12833
12834 fi
12835 { echo "$as_me:$LINENO: checking for __va_copy" >&5
12836 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
12837 if test "${ac_cv_c___va_copy+set}" = set; then
12838   echo $ECHO_N "(cached) $ECHO_C" >&6
12839 else
12840   cat >conftest.$ac_ext <<_ACEOF
12841 /* confdefs.h.  */
12842 _ACEOF
12843 cat confdefs.h >>conftest.$ac_ext
12844 cat >>conftest.$ac_ext <<_ACEOF
12845 /* end confdefs.h.  */
12846 #include <stdarg.h>
12847 int
12848 main ()
12849 {
12850 va_list ap1, ap2; __va_copy(ap1,ap2);
12851   ;
12852   return 0;
12853 }
12854 _ACEOF
12855 rm -f conftest.$ac_objext conftest$ac_exeext
12856 if { (ac_try="$ac_link"
12857 case "(($ac_try" in
12858   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12859   *) ac_try_echo=$ac_try;;
12860 esac
12861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12862   (eval "$ac_link") 2>conftest.er1
12863   ac_status=$?
12864   grep -v '^ *+' conftest.er1 >conftest.err
12865   rm -f conftest.er1
12866   cat conftest.err >&5
12867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12868   (exit $ac_status); } && {
12869          test -z "$ac_c_werror_flag" ||
12870          test ! -s conftest.err
12871        } && test -s conftest$ac_exeext &&
12872        $as_test_x conftest$ac_exeext; then
12873   ac_cv_c___va_copy="yes"
12874 else
12875   echo "$as_me: failed program was:" >&5
12876 sed 's/^/| /' conftest.$ac_ext >&5
12877
12878         ac_cv_c___va_copy="no"
12879 fi
12880
12881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12882       conftest$ac_exeext conftest.$ac_ext
12883
12884 fi
12885 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
12886 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
12887 if test "$ac_cv_c___va_copy" = "yes"
12888 then
12889
12890 cat >>confdefs.h <<\_ACEOF
12891 #define HAVE___VA_COPY 1
12892 _ACEOF
12893
12894 fi
12895
12896 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
12897 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
12898 if test "${ac_cv_c_sigsetjmp+set}" = set; then
12899   echo $ECHO_N "(cached) $ECHO_C" >&6
12900 else
12901   cat >conftest.$ac_ext <<_ACEOF
12902 /* confdefs.h.  */
12903 _ACEOF
12904 cat confdefs.h >>conftest.$ac_ext
12905 cat >>conftest.$ac_ext <<_ACEOF
12906 /* end confdefs.h.  */
12907 #include <setjmp.h>
12908 int
12909 main ()
12910 {
12911 sigjmp_buf buf;
12912     sigsetjmp( buf, 1 );
12913     siglongjmp( buf, 1 );
12914   ;
12915   return 0;
12916 }
12917 _ACEOF
12918 rm -f conftest.$ac_objext conftest$ac_exeext
12919 if { (ac_try="$ac_link"
12920 case "(($ac_try" in
12921   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12922   *) ac_try_echo=$ac_try;;
12923 esac
12924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12925   (eval "$ac_link") 2>conftest.er1
12926   ac_status=$?
12927   grep -v '^ *+' conftest.er1 >conftest.err
12928   rm -f conftest.er1
12929   cat conftest.err >&5
12930   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12931   (exit $ac_status); } && {
12932          test -z "$ac_c_werror_flag" ||
12933          test ! -s conftest.err
12934        } && test -s conftest$ac_exeext &&
12935        $as_test_x conftest$ac_exeext; then
12936   ac_cv_c_sigsetjmp="yes"
12937 else
12938   echo "$as_me: failed program was:" >&5
12939 sed 's/^/| /' conftest.$ac_ext >&5
12940
12941         ac_cv_c_sigsetjmp="no"
12942 fi
12943
12944 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12945       conftest$ac_exeext conftest.$ac_ext
12946
12947 fi
12948 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
12949 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
12950 if test "$ac_cv_c_sigsetjmp" = "yes"
12951 then
12952
12953 cat >>confdefs.h <<\_ACEOF
12954 #define HAVE_SIGSETJMP 1
12955 _ACEOF
12956
12957 fi
12958
12959 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
12960 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
12961 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
12962   echo $ECHO_N "(cached) $ECHO_C" >&6
12963 else
12964   cat >conftest.$ac_ext <<_ACEOF
12965 /* confdefs.h.  */
12966 _ACEOF
12967 cat confdefs.h >>conftest.$ac_ext
12968 cat >>conftest.$ac_ext <<_ACEOF
12969 /* end confdefs.h.  */
12970 #define _GNU_SOURCE
12971 #include <pthread.h>
12972
12973 typedef pthread_rwlock_t ac__type_new_;
12974 int
12975 main ()
12976 {
12977 if ((ac__type_new_ *) 0)
12978   return 0;
12979 if (sizeof (ac__type_new_))
12980   return 0;
12981   ;
12982   return 0;
12983 }
12984 _ACEOF
12985 rm -f conftest.$ac_objext
12986 if { (ac_try="$ac_compile"
12987 case "(($ac_try" in
12988   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12989   *) ac_try_echo=$ac_try;;
12990 esac
12991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12992   (eval "$ac_compile") 2>conftest.er1
12993   ac_status=$?
12994   grep -v '^ *+' conftest.er1 >conftest.err
12995   rm -f conftest.er1
12996   cat conftest.err >&5
12997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12998   (exit $ac_status); } && {
12999          test -z "$ac_c_werror_flag" ||
13000          test ! -s conftest.err
13001        } && test -s conftest.$ac_objext; then
13002   ac_cv_type_pthread_rwlock_t=yes
13003 else
13004   echo "$as_me: failed program was:" >&5
13005 sed 's/^/| /' conftest.$ac_ext >&5
13006
13007         ac_cv_type_pthread_rwlock_t=no
13008 fi
13009
13010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13011 fi
13012 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
13013 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
13014 if test $ac_cv_type_pthread_rwlock_t = yes; then
13015
13016 cat >>confdefs.h <<_ACEOF
13017 #define HAVE_PTHREAD_RWLOCK_T 1
13018 _ACEOF
13019
13020
13021 fi
13022 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
13023 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
13024 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
13025   echo $ECHO_N "(cached) $ECHO_C" >&6
13026 else
13027   cat >conftest.$ac_ext <<_ACEOF
13028 /* confdefs.h.  */
13029 _ACEOF
13030 cat confdefs.h >>conftest.$ac_ext
13031 cat >>conftest.$ac_ext <<_ACEOF
13032 /* end confdefs.h.  */
13033 #define _GNU_SOURCE
13034 #include <pthread.h>
13035
13036 typedef pthread_rwlockattr_t ac__type_new_;
13037 int
13038 main ()
13039 {
13040 if ((ac__type_new_ *) 0)
13041   return 0;
13042 if (sizeof (ac__type_new_))
13043   return 0;
13044   ;
13045   return 0;
13046 }
13047 _ACEOF
13048 rm -f conftest.$ac_objext
13049 if { (ac_try="$ac_compile"
13050 case "(($ac_try" in
13051   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13052   *) ac_try_echo=$ac_try;;
13053 esac
13054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13055   (eval "$ac_compile") 2>conftest.er1
13056   ac_status=$?
13057   grep -v '^ *+' conftest.er1 >conftest.err
13058   rm -f conftest.er1
13059   cat conftest.err >&5
13060   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13061   (exit $ac_status); } && {
13062          test -z "$ac_c_werror_flag" ||
13063          test ! -s conftest.err
13064        } && test -s conftest.$ac_objext; then
13065   ac_cv_type_pthread_rwlockattr_t=yes
13066 else
13067   echo "$as_me: failed program was:" >&5
13068 sed 's/^/| /' conftest.$ac_ext >&5
13069
13070         ac_cv_type_pthread_rwlockattr_t=no
13071 fi
13072
13073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13074 fi
13075 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
13076 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
13077 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
13078
13079 cat >>confdefs.h <<_ACEOF
13080 #define HAVE_PTHREAD_RWLOCKATTR_T 1
13081 _ACEOF
13082
13083
13084 fi
13085
13086
13087 ac_wine_check_funcs_save_LIBS="$LIBS"
13088 LIBS="$LIBS $LIBPTHREAD"
13089
13090
13091
13092
13093 for ac_func in \
13094         pthread_attr_get_np \
13095         pthread_getattr_np \
13096         pthread_get_stackaddr_np \
13097         pthread_get_stacksize_np
13098 do
13099 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13100 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13101 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13102 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13103   echo $ECHO_N "(cached) $ECHO_C" >&6
13104 else
13105   cat >conftest.$ac_ext <<_ACEOF
13106 /* confdefs.h.  */
13107 _ACEOF
13108 cat confdefs.h >>conftest.$ac_ext
13109 cat >>conftest.$ac_ext <<_ACEOF
13110 /* end confdefs.h.  */
13111 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13112    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
13113 #define $ac_func innocuous_$ac_func
13114
13115 /* System header to define __stub macros and hopefully few prototypes,
13116     which can conflict with char $ac_func (); below.
13117     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13118     <limits.h> exists even on freestanding compilers.  */
13119
13120 #ifdef __STDC__
13121 # include <limits.h>
13122 #else
13123 # include <assert.h>
13124 #endif
13125
13126 #undef $ac_func
13127
13128 /* Override any GCC internal prototype to avoid an error.
13129    Use char because int might match the return type of a GCC
13130    builtin and then its argument prototype would still apply.  */
13131 #ifdef __cplusplus
13132 extern "C"
13133 #endif
13134 char $ac_func ();
13135 /* The GNU C library defines this for functions which it implements
13136     to always fail with ENOSYS.  Some functions are actually named
13137     something starting with __ and the normal name is an alias.  */
13138 #if defined __stub_$ac_func || defined __stub___$ac_func
13139 choke me
13140 #endif
13141
13142 int
13143 main ()
13144 {
13145 return $ac_func ();
13146   ;
13147   return 0;
13148 }
13149 _ACEOF
13150 rm -f conftest.$ac_objext conftest$ac_exeext
13151 if { (ac_try="$ac_link"
13152 case "(($ac_try" in
13153   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13154   *) ac_try_echo=$ac_try;;
13155 esac
13156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13157   (eval "$ac_link") 2>conftest.er1
13158   ac_status=$?
13159   grep -v '^ *+' conftest.er1 >conftest.err
13160   rm -f conftest.er1
13161   cat conftest.err >&5
13162   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13163   (exit $ac_status); } && {
13164          test -z "$ac_c_werror_flag" ||
13165          test ! -s conftest.err
13166        } && test -s conftest$ac_exeext &&
13167        $as_test_x conftest$ac_exeext; then
13168   eval "$as_ac_var=yes"
13169 else
13170   echo "$as_me: failed program was:" >&5
13171 sed 's/^/| /' conftest.$ac_ext >&5
13172
13173         eval "$as_ac_var=no"
13174 fi
13175
13176 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13177       conftest$ac_exeext conftest.$ac_ext
13178 fi
13179 ac_res=`eval echo '${'$as_ac_var'}'`
13180                { echo "$as_me:$LINENO: result: $ac_res" >&5
13181 echo "${ECHO_T}$ac_res" >&6; }
13182 if test `eval echo '${'$as_ac_var'}'` = yes; then
13183   cat >>confdefs.h <<_ACEOF
13184 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13185 _ACEOF
13186
13187 fi
13188 done
13189
13190 LIBS="$ac_wine_check_funcs_save_LIBS"
13191
13192 # Extract the first word of "esd-config", so it can be a program name with args.
13193 set dummy esd-config; ac_word=$2
13194 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13195 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13196 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
13197   echo $ECHO_N "(cached) $ECHO_C" >&6
13198 else
13199   case $ESDCONFIG in
13200   [\\/]* | ?:[\\/]*)
13201   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
13202   ;;
13203   *)
13204   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13205 for as_dir in $PATH
13206 do
13207   IFS=$as_save_IFS
13208   test -z "$as_dir" && as_dir=.
13209   for ac_exec_ext in '' $ac_executable_extensions; do
13210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13211     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
13212     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13213     break 2
13214   fi
13215 done
13216 done
13217 IFS=$as_save_IFS
13218
13219   ;;
13220 esac
13221 fi
13222 ESDCONFIG=$ac_cv_path_ESDCONFIG
13223 if test -n "$ESDCONFIG"; then
13224   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
13225 echo "${ECHO_T}$ESDCONFIG" >&6; }
13226 else
13227   { echo "$as_me:$LINENO: result: no" >&5
13228 echo "${ECHO_T}no" >&6; }
13229 fi
13230
13231
13232 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
13233 then
13234     ESD_CFLAGS=""
13235     for i in `$ESDCONFIG --cflags`
13236     do
13237       case "$i" in
13238         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
13239       esac
13240     done
13241     ESD_LIBS=`$ESDCONFIG --libs`
13242     save_CFLAGS="$CFLAGS"
13243     CFLAGS="$CFLAGS $ESD_CFLAGS"
13244     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
13245 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
13246 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
13247   echo $ECHO_N "(cached) $ECHO_C" >&6
13248 else
13249   ac_check_lib_save_LIBS=$LIBS
13250 LIBS="-lesd  $LIBS"
13251 cat >conftest.$ac_ext <<_ACEOF
13252 /* confdefs.h.  */
13253 _ACEOF
13254 cat confdefs.h >>conftest.$ac_ext
13255 cat >>conftest.$ac_ext <<_ACEOF
13256 /* end confdefs.h.  */
13257
13258 /* Override any GCC internal prototype to avoid an error.
13259    Use char because int might match the return type of a GCC
13260    builtin and then its argument prototype would still apply.  */
13261 #ifdef __cplusplus
13262 extern "C"
13263 #endif
13264 char esd_open_sound ();
13265 int
13266 main ()
13267 {
13268 return esd_open_sound ();
13269   ;
13270   return 0;
13271 }
13272 _ACEOF
13273 rm -f conftest.$ac_objext conftest$ac_exeext
13274 if { (ac_try="$ac_link"
13275 case "(($ac_try" in
13276   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13277   *) ac_try_echo=$ac_try;;
13278 esac
13279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13280   (eval "$ac_link") 2>conftest.er1
13281   ac_status=$?
13282   grep -v '^ *+' conftest.er1 >conftest.err
13283   rm -f conftest.er1
13284   cat conftest.err >&5
13285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13286   (exit $ac_status); } && {
13287          test -z "$ac_c_werror_flag" ||
13288          test ! -s conftest.err
13289        } && test -s conftest$ac_exeext &&
13290        $as_test_x conftest$ac_exeext; then
13291   ac_cv_lib_esd_esd_open_sound=yes
13292 else
13293   echo "$as_me: failed program was:" >&5
13294 sed 's/^/| /' conftest.$ac_ext >&5
13295
13296         ac_cv_lib_esd_esd_open_sound=no
13297 fi
13298
13299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13300       conftest$ac_exeext conftest.$ac_ext
13301 LIBS=$ac_check_lib_save_LIBS
13302 fi
13303 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13304 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13305 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13306   ESDLIBS=$ESD_LIBS
13307
13308          ESDINCL=$ESD_CFLAGS
13309
13310
13311 cat >>confdefs.h <<\_ACEOF
13312 #define HAVE_ESD 1
13313 _ACEOF
13314
13315 fi
13316
13317     CFLAGS="$save_CFLAGS"
13318 fi
13319
13320 ALSALIBS=""
13321
13322 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13323 then
13324     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13325 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13326 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13327   echo $ECHO_N "(cached) $ECHO_C" >&6
13328 else
13329   ac_check_lib_save_LIBS=$LIBS
13330 LIBS="-lasound  $LIBS"
13331 cat >conftest.$ac_ext <<_ACEOF
13332 /* confdefs.h.  */
13333 _ACEOF
13334 cat confdefs.h >>conftest.$ac_ext
13335 cat >>conftest.$ac_ext <<_ACEOF
13336 /* end confdefs.h.  */
13337
13338 /* Override any GCC internal prototype to avoid an error.
13339    Use char because int might match the return type of a GCC
13340    builtin and then its argument prototype would still apply.  */
13341 #ifdef __cplusplus
13342 extern "C"
13343 #endif
13344 char snd_pcm_hw_params_get_access ();
13345 int
13346 main ()
13347 {
13348 return snd_pcm_hw_params_get_access ();
13349   ;
13350   return 0;
13351 }
13352 _ACEOF
13353 rm -f conftest.$ac_objext conftest$ac_exeext
13354 if { (ac_try="$ac_link"
13355 case "(($ac_try" in
13356   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13357   *) ac_try_echo=$ac_try;;
13358 esac
13359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13360   (eval "$ac_link") 2>conftest.er1
13361   ac_status=$?
13362   grep -v '^ *+' conftest.er1 >conftest.err
13363   rm -f conftest.er1
13364   cat conftest.err >&5
13365   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13366   (exit $ac_status); } && {
13367          test -z "$ac_c_werror_flag" ||
13368          test ! -s conftest.err
13369        } && test -s conftest$ac_exeext &&
13370        $as_test_x conftest$ac_exeext; then
13371   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
13372 else
13373   echo "$as_me: failed program was:" >&5
13374 sed 's/^/| /' conftest.$ac_ext >&5
13375
13376         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
13377 fi
13378
13379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13380       conftest$ac_exeext conftest.$ac_ext
13381 LIBS=$ac_check_lib_save_LIBS
13382 fi
13383 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13384 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13385 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13386   cat >conftest.$ac_ext <<_ACEOF
13387 /* confdefs.h.  */
13388 _ACEOF
13389 cat confdefs.h >>conftest.$ac_ext
13390 cat >>conftest.$ac_ext <<_ACEOF
13391 /* end confdefs.h.  */
13392 #ifdef HAVE_ALSA_ASOUNDLIB_H
13393 #include <alsa/asoundlib.h>
13394 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13395 #include <sys/asoundlib.h>
13396 #endif
13397 int
13398 main ()
13399 {
13400 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
13401   ;
13402   return 0;
13403 }
13404 _ACEOF
13405 rm -f conftest.$ac_objext
13406 if { (ac_try="$ac_compile"
13407 case "(($ac_try" in
13408   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13409   *) ac_try_echo=$ac_try;;
13410 esac
13411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13412   (eval "$ac_compile") 2>conftest.er1
13413   ac_status=$?
13414   grep -v '^ *+' conftest.er1 >conftest.err
13415   rm -f conftest.er1
13416   cat conftest.err >&5
13417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13418   (exit $ac_status); } && {
13419          test -z "$ac_c_werror_flag" ||
13420          test ! -s conftest.err
13421        } && test -s conftest.$ac_objext; then
13422
13423 cat >>confdefs.h <<\_ACEOF
13424 #define HAVE_ALSA 1
13425 _ACEOF
13426
13427                          ALSALIBS="-lasound"
13428 else
13429   echo "$as_me: failed program was:" >&5
13430 sed 's/^/| /' conftest.$ac_ext >&5
13431
13432
13433 fi
13434
13435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13436 fi
13437
13438 fi
13439
13440
13441 AUDIOIOLIBS=""
13442
13443 if test "$ac_cv_header_libaudioio_h" = "yes"
13444 then
13445     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
13446 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
13447 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
13448   echo $ECHO_N "(cached) $ECHO_C" >&6
13449 else
13450   ac_check_lib_save_LIBS=$LIBS
13451 LIBS="-laudioio  $LIBS"
13452 cat >conftest.$ac_ext <<_ACEOF
13453 /* confdefs.h.  */
13454 _ACEOF
13455 cat confdefs.h >>conftest.$ac_ext
13456 cat >>conftest.$ac_ext <<_ACEOF
13457 /* end confdefs.h.  */
13458
13459 /* Override any GCC internal prototype to avoid an error.
13460    Use char because int might match the return type of a GCC
13461    builtin and then its argument prototype would still apply.  */
13462 #ifdef __cplusplus
13463 extern "C"
13464 #endif
13465 char AudioIOGetVersion ();
13466 int
13467 main ()
13468 {
13469 return AudioIOGetVersion ();
13470   ;
13471   return 0;
13472 }
13473 _ACEOF
13474 rm -f conftest.$ac_objext conftest$ac_exeext
13475 if { (ac_try="$ac_link"
13476 case "(($ac_try" in
13477   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13478   *) ac_try_echo=$ac_try;;
13479 esac
13480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13481   (eval "$ac_link") 2>conftest.er1
13482   ac_status=$?
13483   grep -v '^ *+' conftest.er1 >conftest.err
13484   rm -f conftest.er1
13485   cat conftest.err >&5
13486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13487   (exit $ac_status); } && {
13488          test -z "$ac_c_werror_flag" ||
13489          test ! -s conftest.err
13490        } && test -s conftest$ac_exeext &&
13491        $as_test_x conftest$ac_exeext; then
13492   ac_cv_lib_audioio_AudioIOGetVersion=yes
13493 else
13494   echo "$as_me: failed program was:" >&5
13495 sed 's/^/| /' conftest.$ac_ext >&5
13496
13497         ac_cv_lib_audioio_AudioIOGetVersion=no
13498 fi
13499
13500 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13501       conftest$ac_exeext conftest.$ac_ext
13502 LIBS=$ac_check_lib_save_LIBS
13503 fi
13504 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
13505 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
13506 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
13507   AUDIOIOLIBS="-laudioio"
13508
13509 cat >>confdefs.h <<\_ACEOF
13510 #define HAVE_LIBAUDIOIO 1
13511 _ACEOF
13512
13513 fi
13514
13515 fi
13516
13517
13518 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13519 then
13520     { echo "$as_me:$LINENO: checking for -lcapi20" >&5
13521 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
13522 if test "${ac_cv_lib_soname_capi20+set}" = set; then
13523   echo $ECHO_N "(cached) $ECHO_C" >&6
13524 else
13525   ac_check_soname_save_LIBS=$LIBS
13526 LIBS="-lcapi20  $LIBS"
13527   cat >conftest.$ac_ext <<_ACEOF
13528 /* confdefs.h.  */
13529 _ACEOF
13530 cat confdefs.h >>conftest.$ac_ext
13531 cat >>conftest.$ac_ext <<_ACEOF
13532 /* end confdefs.h.  */
13533
13534 /* Override any GCC internal prototype to avoid an error.
13535    Use char because int might match the return type of a GCC
13536    builtin and then its argument prototype would still apply.  */
13537 #ifdef __cplusplus
13538 extern "C"
13539 #endif
13540 char capi20_register ();
13541 int
13542 main ()
13543 {
13544 return capi20_register ();
13545   ;
13546   return 0;
13547 }
13548 _ACEOF
13549 rm -f conftest.$ac_objext conftest$ac_exeext
13550 if { (ac_try="$ac_link"
13551 case "(($ac_try" in
13552   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13553   *) ac_try_echo=$ac_try;;
13554 esac
13555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13556   (eval "$ac_link") 2>conftest.er1
13557   ac_status=$?
13558   grep -v '^ *+' conftest.er1 >conftest.err
13559   rm -f conftest.er1
13560   cat conftest.err >&5
13561   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13562   (exit $ac_status); } && {
13563          test -z "$ac_c_werror_flag" ||
13564          test ! -s conftest.err
13565        } && test -s conftest$ac_exeext &&
13566        $as_test_x conftest$ac_exeext; then
13567   case "$LIBEXT" in
13568     dll) ;;
13569     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'` ;;
13570     *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13571   esac
13572 else
13573   echo "$as_me: failed program was:" >&5
13574 sed 's/^/| /' conftest.$ac_ext >&5
13575
13576
13577 fi
13578
13579 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13580       conftest$ac_exeext conftest.$ac_ext
13581   LIBS=$ac_check_soname_save_LIBS
13582 fi
13583 if test "x$ac_cv_lib_soname_capi20" = "x"; then
13584   { echo "$as_me:$LINENO: result: not found" >&5
13585 echo "${ECHO_T}not found" >&6; }
13586
13587 else
13588   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
13589 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
13590
13591 cat >>confdefs.h <<_ACEOF
13592 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
13593 _ACEOF
13594
13595
13596 fi
13597
13598 fi
13599
13600 if test "$ac_cv_header_cups_cups_h" = "yes"
13601 then
13602     { echo "$as_me:$LINENO: checking for -lcups" >&5
13603 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
13604 if test "${ac_cv_lib_soname_cups+set}" = set; then
13605   echo $ECHO_N "(cached) $ECHO_C" >&6
13606 else
13607   ac_check_soname_save_LIBS=$LIBS
13608 LIBS="-lcups  $LIBS"
13609   cat >conftest.$ac_ext <<_ACEOF
13610 /* confdefs.h.  */
13611 _ACEOF
13612 cat confdefs.h >>conftest.$ac_ext
13613 cat >>conftest.$ac_ext <<_ACEOF
13614 /* end confdefs.h.  */
13615
13616 /* Override any GCC internal prototype to avoid an error.
13617    Use char because int might match the return type of a GCC
13618    builtin and then its argument prototype would still apply.  */
13619 #ifdef __cplusplus
13620 extern "C"
13621 #endif
13622 char cupsGetDefault ();
13623 int
13624 main ()
13625 {
13626 return cupsGetDefault ();
13627   ;
13628   return 0;
13629 }
13630 _ACEOF
13631 rm -f conftest.$ac_objext conftest$ac_exeext
13632 if { (ac_try="$ac_link"
13633 case "(($ac_try" in
13634   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13635   *) ac_try_echo=$ac_try;;
13636 esac
13637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13638   (eval "$ac_link") 2>conftest.er1
13639   ac_status=$?
13640   grep -v '^ *+' conftest.er1 >conftest.err
13641   rm -f conftest.er1
13642   cat conftest.err >&5
13643   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13644   (exit $ac_status); } && {
13645          test -z "$ac_c_werror_flag" ||
13646          test ! -s conftest.err
13647        } && test -s conftest$ac_exeext &&
13648        $as_test_x conftest$ac_exeext; then
13649   case "$LIBEXT" in
13650     dll) ;;
13651     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'` ;;
13652     *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13653   esac
13654 else
13655   echo "$as_me: failed program was:" >&5
13656 sed 's/^/| /' conftest.$ac_ext >&5
13657
13658
13659 fi
13660
13661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13662       conftest$ac_exeext conftest.$ac_ext
13663   LIBS=$ac_check_soname_save_LIBS
13664 fi
13665 if test "x$ac_cv_lib_soname_cups" = "x"; then
13666   { echo "$as_me:$LINENO: result: not found" >&5
13667 echo "${ECHO_T}not found" >&6; }
13668
13669 else
13670   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
13671 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
13672
13673 cat >>confdefs.h <<_ACEOF
13674 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
13675 _ACEOF
13676
13677
13678 fi
13679
13680 fi
13681
13682 if test "$ac_cv_header_jack_jack_h" = "yes"
13683 then
13684     { echo "$as_me:$LINENO: checking for -ljack" >&5
13685 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
13686 if test "${ac_cv_lib_soname_jack+set}" = set; then
13687   echo $ECHO_N "(cached) $ECHO_C" >&6
13688 else
13689   ac_check_soname_save_LIBS=$LIBS
13690 LIBS="-ljack  $LIBS"
13691   cat >conftest.$ac_ext <<_ACEOF
13692 /* confdefs.h.  */
13693 _ACEOF
13694 cat confdefs.h >>conftest.$ac_ext
13695 cat >>conftest.$ac_ext <<_ACEOF
13696 /* end confdefs.h.  */
13697
13698 /* Override any GCC internal prototype to avoid an error.
13699    Use char because int might match the return type of a GCC
13700    builtin and then its argument prototype would still apply.  */
13701 #ifdef __cplusplus
13702 extern "C"
13703 #endif
13704 char jack_client_new ();
13705 int
13706 main ()
13707 {
13708 return jack_client_new ();
13709   ;
13710   return 0;
13711 }
13712 _ACEOF
13713 rm -f conftest.$ac_objext conftest$ac_exeext
13714 if { (ac_try="$ac_link"
13715 case "(($ac_try" in
13716   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13717   *) ac_try_echo=$ac_try;;
13718 esac
13719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13720   (eval "$ac_link") 2>conftest.er1
13721   ac_status=$?
13722   grep -v '^ *+' conftest.er1 >conftest.err
13723   rm -f conftest.er1
13724   cat conftest.err >&5
13725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13726   (exit $ac_status); } && {
13727          test -z "$ac_c_werror_flag" ||
13728          test ! -s conftest.err
13729        } && test -s conftest$ac_exeext &&
13730        $as_test_x conftest$ac_exeext; then
13731   case "$LIBEXT" in
13732     dll) ;;
13733     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'` ;;
13734     *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack\\.$LIBEXT" | sed -e "s/^.*\(libjack\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
13735   esac
13736 else
13737   echo "$as_me: failed program was:" >&5
13738 sed 's/^/| /' conftest.$ac_ext >&5
13739
13740
13741 fi
13742
13743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13744       conftest$ac_exeext conftest.$ac_ext
13745   LIBS=$ac_check_soname_save_LIBS
13746 fi
13747 if test "x$ac_cv_lib_soname_jack" = "x"; then
13748   { echo "$as_me:$LINENO: result: not found" >&5
13749 echo "${ECHO_T}not found" >&6; }
13750
13751 else
13752   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
13753 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
13754
13755 cat >>confdefs.h <<_ACEOF
13756 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
13757 _ACEOF
13758
13759
13760 fi
13761
13762 fi
13763
13764 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
13765 then
13766     { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
13767 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
13768 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
13769   echo $ECHO_N "(cached) $ECHO_C" >&6
13770 else
13771   ac_check_soname_save_LIBS=$LIBS
13772 LIBS="-lfontconfig  $LIBS"
13773   cat >conftest.$ac_ext <<_ACEOF
13774 /* confdefs.h.  */
13775 _ACEOF
13776 cat confdefs.h >>conftest.$ac_ext
13777 cat >>conftest.$ac_ext <<_ACEOF
13778 /* end confdefs.h.  */
13779
13780 /* Override any GCC internal prototype to avoid an error.
13781    Use char because int might match the return type of a GCC
13782    builtin and then its argument prototype would still apply.  */
13783 #ifdef __cplusplus
13784 extern "C"
13785 #endif
13786 char FcInit ();
13787 int
13788 main ()
13789 {
13790 return FcInit ();
13791   ;
13792   return 0;
13793 }
13794 _ACEOF
13795 rm -f conftest.$ac_objext conftest$ac_exeext
13796 if { (ac_try="$ac_link"
13797 case "(($ac_try" in
13798   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13799   *) ac_try_echo=$ac_try;;
13800 esac
13801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13802   (eval "$ac_link") 2>conftest.er1
13803   ac_status=$?
13804   grep -v '^ *+' conftest.er1 >conftest.err
13805   rm -f conftest.er1
13806   cat conftest.err >&5
13807   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13808   (exit $ac_status); } && {
13809          test -z "$ac_c_werror_flag" ||
13810          test ! -s conftest.err
13811        } && test -s conftest$ac_exeext &&
13812        $as_test_x conftest$ac_exeext; then
13813   case "$LIBEXT" in
13814     dll) ;;
13815     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'` ;;
13816     *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
13817   esac
13818 else
13819   echo "$as_me: failed program was:" >&5
13820 sed 's/^/| /' conftest.$ac_ext >&5
13821
13822
13823 fi
13824
13825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13826       conftest$ac_exeext conftest.$ac_ext
13827   LIBS=$ac_check_soname_save_LIBS
13828 fi
13829 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
13830   { echo "$as_me:$LINENO: result: not found" >&5
13831 echo "${ECHO_T}not found" >&6; }
13832
13833 else
13834   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
13835 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
13836
13837 cat >>confdefs.h <<_ACEOF
13838 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
13839 _ACEOF
13840
13841
13842 fi
13843
13844 fi
13845
13846 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
13847 then
13848     { echo "$as_me:$LINENO: checking for -lssl" >&5
13849 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
13850 if test "${ac_cv_lib_soname_ssl+set}" = set; then
13851   echo $ECHO_N "(cached) $ECHO_C" >&6
13852 else
13853   ac_check_soname_save_LIBS=$LIBS
13854 LIBS="-lssl  $LIBS"
13855   cat >conftest.$ac_ext <<_ACEOF
13856 /* confdefs.h.  */
13857 _ACEOF
13858 cat confdefs.h >>conftest.$ac_ext
13859 cat >>conftest.$ac_ext <<_ACEOF
13860 /* end confdefs.h.  */
13861
13862 /* Override any GCC internal prototype to avoid an error.
13863    Use char because int might match the return type of a GCC
13864    builtin and then its argument prototype would still apply.  */
13865 #ifdef __cplusplus
13866 extern "C"
13867 #endif
13868 char SSL_library_init ();
13869 int
13870 main ()
13871 {
13872 return SSL_library_init ();
13873   ;
13874   return 0;
13875 }
13876 _ACEOF
13877 rm -f conftest.$ac_objext conftest$ac_exeext
13878 if { (ac_try="$ac_link"
13879 case "(($ac_try" in
13880   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13881   *) ac_try_echo=$ac_try;;
13882 esac
13883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13884   (eval "$ac_link") 2>conftest.er1
13885   ac_status=$?
13886   grep -v '^ *+' conftest.er1 >conftest.err
13887   rm -f conftest.er1
13888   cat conftest.err >&5
13889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13890   (exit $ac_status); } && {
13891          test -z "$ac_c_werror_flag" ||
13892          test ! -s conftest.err
13893        } && test -s conftest$ac_exeext &&
13894        $as_test_x conftest$ac_exeext; then
13895   case "$LIBEXT" in
13896     dll) ;;
13897     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'` ;;
13898     *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
13899   esac
13900 else
13901   echo "$as_me: failed program was:" >&5
13902 sed 's/^/| /' conftest.$ac_ext >&5
13903
13904
13905 fi
13906
13907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13908       conftest$ac_exeext conftest.$ac_ext
13909   LIBS=$ac_check_soname_save_LIBS
13910 fi
13911 if test "x$ac_cv_lib_soname_ssl" = "x"; then
13912   { echo "$as_me:$LINENO: result: not found" >&5
13913 echo "${ECHO_T}not found" >&6; }
13914
13915 else
13916   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
13917 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
13918
13919 cat >>confdefs.h <<_ACEOF
13920 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
13921 _ACEOF
13922
13923
13924 fi
13925
13926     { echo "$as_me:$LINENO: checking for -lcrypto" >&5
13927 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
13928 if test "${ac_cv_lib_soname_crypto+set}" = set; then
13929   echo $ECHO_N "(cached) $ECHO_C" >&6
13930 else
13931   ac_check_soname_save_LIBS=$LIBS
13932 LIBS="-lcrypto  $LIBS"
13933   cat >conftest.$ac_ext <<_ACEOF
13934 /* confdefs.h.  */
13935 _ACEOF
13936 cat confdefs.h >>conftest.$ac_ext
13937 cat >>conftest.$ac_ext <<_ACEOF
13938 /* end confdefs.h.  */
13939
13940 /* Override any GCC internal prototype to avoid an error.
13941    Use char because int might match the return type of a GCC
13942    builtin and then its argument prototype would still apply.  */
13943 #ifdef __cplusplus
13944 extern "C"
13945 #endif
13946 char BIO_new_socket ();
13947 int
13948 main ()
13949 {
13950 return BIO_new_socket ();
13951   ;
13952   return 0;
13953 }
13954 _ACEOF
13955 rm -f conftest.$ac_objext conftest$ac_exeext
13956 if { (ac_try="$ac_link"
13957 case "(($ac_try" in
13958   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13959   *) ac_try_echo=$ac_try;;
13960 esac
13961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13962   (eval "$ac_link") 2>conftest.er1
13963   ac_status=$?
13964   grep -v '^ *+' conftest.er1 >conftest.err
13965   rm -f conftest.er1
13966   cat conftest.err >&5
13967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13968   (exit $ac_status); } && {
13969          test -z "$ac_c_werror_flag" ||
13970          test ! -s conftest.err
13971        } && test -s conftest$ac_exeext &&
13972        $as_test_x conftest$ac_exeext; then
13973   case "$LIBEXT" in
13974     dll) ;;
13975     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'` ;;
13976     *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
13977   esac
13978 else
13979   echo "$as_me: failed program was:" >&5
13980 sed 's/^/| /' conftest.$ac_ext >&5
13981
13982
13983 fi
13984
13985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13986       conftest$ac_exeext conftest.$ac_ext
13987   LIBS=$ac_check_soname_save_LIBS
13988 fi
13989 if test "x$ac_cv_lib_soname_crypto" = "x"; then
13990   { echo "$as_me:$LINENO: result: not found" >&5
13991 echo "${ECHO_T}not found" >&6; }
13992
13993 else
13994   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
13995 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
13996
13997 cat >>confdefs.h <<_ACEOF
13998 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
13999 _ACEOF
14000
14001
14002 fi
14003
14004 fi
14005
14006 if test "$ac_cv_header_jpeglib_h" = "yes"
14007 then
14008     { echo "$as_me:$LINENO: checking for -ljpeg" >&5
14009 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
14010 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
14011   echo $ECHO_N "(cached) $ECHO_C" >&6
14012 else
14013   ac_check_soname_save_LIBS=$LIBS
14014 LIBS="-ljpeg  $LIBS"
14015   cat >conftest.$ac_ext <<_ACEOF
14016 /* confdefs.h.  */
14017 _ACEOF
14018 cat confdefs.h >>conftest.$ac_ext
14019 cat >>conftest.$ac_ext <<_ACEOF
14020 /* end confdefs.h.  */
14021
14022 /* Override any GCC internal prototype to avoid an error.
14023    Use char because int might match the return type of a GCC
14024    builtin and then its argument prototype would still apply.  */
14025 #ifdef __cplusplus
14026 extern "C"
14027 #endif
14028 char jpeg_start_decompress ();
14029 int
14030 main ()
14031 {
14032 return jpeg_start_decompress ();
14033   ;
14034   return 0;
14035 }
14036 _ACEOF
14037 rm -f conftest.$ac_objext conftest$ac_exeext
14038 if { (ac_try="$ac_link"
14039 case "(($ac_try" in
14040   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14041   *) ac_try_echo=$ac_try;;
14042 esac
14043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14044   (eval "$ac_link") 2>conftest.er1
14045   ac_status=$?
14046   grep -v '^ *+' conftest.er1 >conftest.err
14047   rm -f conftest.er1
14048   cat conftest.err >&5
14049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14050   (exit $ac_status); } && {
14051          test -z "$ac_c_werror_flag" ||
14052          test ! -s conftest.err
14053        } && test -s conftest$ac_exeext &&
14054        $as_test_x conftest$ac_exeext; then
14055   case "$LIBEXT" in
14056     dll) ;;
14057     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'` ;;
14058     *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
14059   esac
14060 else
14061   echo "$as_me: failed program was:" >&5
14062 sed 's/^/| /' conftest.$ac_ext >&5
14063
14064
14065 fi
14066
14067 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14068       conftest$ac_exeext conftest.$ac_ext
14069   LIBS=$ac_check_soname_save_LIBS
14070 fi
14071 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
14072   { echo "$as_me:$LINENO: result: not found" >&5
14073 echo "${ECHO_T}not found" >&6; }
14074
14075 else
14076   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
14077 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
14078
14079 cat >>confdefs.h <<_ACEOF
14080 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
14081 _ACEOF
14082
14083
14084 fi
14085
14086 fi
14087
14088 if test "$ac_cv_header_png_h" = "yes"
14089 then
14090     { echo "$as_me:$LINENO: checking for -lpng" >&5
14091 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
14092 if test "${ac_cv_lib_soname_png+set}" = set; then
14093   echo $ECHO_N "(cached) $ECHO_C" >&6
14094 else
14095   ac_check_soname_save_LIBS=$LIBS
14096 LIBS="-lpng  $LIBS"
14097   cat >conftest.$ac_ext <<_ACEOF
14098 /* confdefs.h.  */
14099 _ACEOF
14100 cat confdefs.h >>conftest.$ac_ext
14101 cat >>conftest.$ac_ext <<_ACEOF
14102 /* end confdefs.h.  */
14103
14104 /* Override any GCC internal prototype to avoid an error.
14105    Use char because int might match the return type of a GCC
14106    builtin and then its argument prototype would still apply.  */
14107 #ifdef __cplusplus
14108 extern "C"
14109 #endif
14110 char png_create_read_struct ();
14111 int
14112 main ()
14113 {
14114 return png_create_read_struct ();
14115   ;
14116   return 0;
14117 }
14118 _ACEOF
14119 rm -f conftest.$ac_objext conftest$ac_exeext
14120 if { (ac_try="$ac_link"
14121 case "(($ac_try" in
14122   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14123   *) ac_try_echo=$ac_try;;
14124 esac
14125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14126   (eval "$ac_link") 2>conftest.er1
14127   ac_status=$?
14128   grep -v '^ *+' conftest.er1 >conftest.err
14129   rm -f conftest.er1
14130   cat conftest.err >&5
14131   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14132   (exit $ac_status); } && {
14133          test -z "$ac_c_werror_flag" ||
14134          test ! -s conftest.err
14135        } && test -s conftest$ac_exeext &&
14136        $as_test_x conftest$ac_exeext; then
14137   case "$LIBEXT" in
14138     dll) ;;
14139     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'` ;;
14140     *) 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'` ;;
14141   esac
14142 else
14143   echo "$as_me: failed program was:" >&5
14144 sed 's/^/| /' conftest.$ac_ext >&5
14145
14146
14147 fi
14148
14149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14150       conftest$ac_exeext conftest.$ac_ext
14151   LIBS=$ac_check_soname_save_LIBS
14152 fi
14153 if test "x$ac_cv_lib_soname_png" = "x"; then
14154   { echo "$as_me:$LINENO: result: not found" >&5
14155 echo "${ECHO_T}not found" >&6; }
14156
14157 else
14158   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
14159 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
14160
14161 cat >>confdefs.h <<_ACEOF
14162 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
14163 _ACEOF
14164
14165
14166 fi
14167
14168 fi
14169
14170
14171 EXTRACFLAGS=""
14172
14173 if test "x${GCC}" = "xyes"
14174 then
14175   EXTRACFLAGS="-Wall -pipe"
14176
14177     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
14178 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
14179 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
14180   echo $ECHO_N "(cached) $ECHO_C" >&6
14181 else
14182   if test "$cross_compiling" = yes; then
14183   ac_cv_c_gcc_strength_bug="yes"
14184 else
14185   cat >conftest.$ac_ext <<_ACEOF
14186 /* confdefs.h.  */
14187 _ACEOF
14188 cat confdefs.h >>conftest.$ac_ext
14189 cat >>conftest.$ac_ext <<_ACEOF
14190 /* end confdefs.h.  */
14191 int L[4] = {0,1,2,3};
14192 int
14193 main ()
14194 {
14195 static int Array[3];
14196   unsigned int B = 3;
14197   int i;
14198   for(i=0; i<B; i++) Array[i] = i - 3;
14199   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
14200   L[i] = 4;
14201   exit( Array[1] != -2 || L[2] != 3)
14202   ;
14203   return 0;
14204 }
14205 _ACEOF
14206 rm -f conftest$ac_exeext
14207 if { (ac_try="$ac_link"
14208 case "(($ac_try" in
14209   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14210   *) ac_try_echo=$ac_try;;
14211 esac
14212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14213   (eval "$ac_link") 2>&5
14214   ac_status=$?
14215   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14216   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
14217   { (case "(($ac_try" in
14218   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14219   *) ac_try_echo=$ac_try;;
14220 esac
14221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14222   (eval "$ac_try") 2>&5
14223   ac_status=$?
14224   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14225   (exit $ac_status); }; }; then
14226   ac_cv_c_gcc_strength_bug="no"
14227 else
14228   echo "$as_me: program exited with status $ac_status" >&5
14229 echo "$as_me: failed program was:" >&5
14230 sed 's/^/| /' conftest.$ac_ext >&5
14231
14232 ( exit $ac_status )
14233 ac_cv_c_gcc_strength_bug="yes"
14234 fi
14235 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
14236 fi
14237
14238
14239 fi
14240 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
14241 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
14242   if test "$ac_cv_c_gcc_strength_bug" = "yes"
14243   then
14244     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
14245   fi
14246
14247
14248   { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
14249 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
14250 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
14251   echo $ECHO_N "(cached) $ECHO_C" >&6
14252 else
14253   ac_wine_try_cflags_saved=$CFLAGS
14254 CFLAGS="$CFLAGS -fshort-wchar"
14255 cat >conftest.$ac_ext <<_ACEOF
14256 /* confdefs.h.  */
14257 _ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h.  */
14261
14262 int
14263 main ()
14264 {
14265
14266   ;
14267   return 0;
14268 }
14269 _ACEOF
14270 rm -f conftest.$ac_objext conftest$ac_exeext
14271 if { (ac_try="$ac_link"
14272 case "(($ac_try" in
14273   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14274   *) ac_try_echo=$ac_try;;
14275 esac
14276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14277   (eval "$ac_link") 2>conftest.er1
14278   ac_status=$?
14279   grep -v '^ *+' conftest.er1 >conftest.err
14280   rm -f conftest.er1
14281   cat conftest.err >&5
14282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14283   (exit $ac_status); } && {
14284          test -z "$ac_c_werror_flag" ||
14285          test ! -s conftest.err
14286        } && test -s conftest$ac_exeext &&
14287        $as_test_x conftest$ac_exeext; then
14288   ac_cv_cflags__fshort_wchar=yes
14289 else
14290   echo "$as_me: failed program was:" >&5
14291 sed 's/^/| /' conftest.$ac_ext >&5
14292
14293         ac_cv_cflags__fshort_wchar=no
14294 fi
14295
14296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14297       conftest$ac_exeext conftest.$ac_ext
14298 CFLAGS=$ac_wine_try_cflags_saved
14299 fi
14300 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
14301 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
14302 if test $ac_cv_cflags__fshort_wchar = yes; then
14303
14304 cat >>confdefs.h <<\_ACEOF
14305 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
14306 _ACEOF
14307
14308 fi
14309
14310   { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
14311 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
14312 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
14313   echo $ECHO_N "(cached) $ECHO_C" >&6
14314 else
14315   ac_wine_try_cflags_saved=$CFLAGS
14316 CFLAGS="$CFLAGS -fno-strict-aliasing"
14317 cat >conftest.$ac_ext <<_ACEOF
14318 /* confdefs.h.  */
14319 _ACEOF
14320 cat confdefs.h >>conftest.$ac_ext
14321 cat >>conftest.$ac_ext <<_ACEOF
14322 /* end confdefs.h.  */
14323
14324 int
14325 main ()
14326 {
14327
14328   ;
14329   return 0;
14330 }
14331 _ACEOF
14332 rm -f conftest.$ac_objext conftest$ac_exeext
14333 if { (ac_try="$ac_link"
14334 case "(($ac_try" in
14335   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14336   *) ac_try_echo=$ac_try;;
14337 esac
14338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14339   (eval "$ac_link") 2>conftest.er1
14340   ac_status=$?
14341   grep -v '^ *+' conftest.er1 >conftest.err
14342   rm -f conftest.er1
14343   cat conftest.err >&5
14344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14345   (exit $ac_status); } && {
14346          test -z "$ac_c_werror_flag" ||
14347          test ! -s conftest.err
14348        } && test -s conftest$ac_exeext &&
14349        $as_test_x conftest$ac_exeext; then
14350   ac_cv_cflags__fno_strict_aliasing=yes
14351 else
14352   echo "$as_me: failed program was:" >&5
14353 sed 's/^/| /' conftest.$ac_ext >&5
14354
14355         ac_cv_cflags__fno_strict_aliasing=no
14356 fi
14357
14358 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14359       conftest$ac_exeext conftest.$ac_ext
14360 CFLAGS=$ac_wine_try_cflags_saved
14361 fi
14362 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
14363 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
14364 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
14365   EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
14366 fi
14367
14368   { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
14369 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
14370 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
14371   echo $ECHO_N "(cached) $ECHO_C" >&6
14372 else
14373   ac_wine_try_cflags_saved=$CFLAGS
14374 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
14375 cat >conftest.$ac_ext <<_ACEOF
14376 /* confdefs.h.  */
14377 _ACEOF
14378 cat confdefs.h >>conftest.$ac_ext
14379 cat >>conftest.$ac_ext <<_ACEOF
14380 /* end confdefs.h.  */
14381
14382 int
14383 main ()
14384 {
14385
14386   ;
14387   return 0;
14388 }
14389 _ACEOF
14390 rm -f conftest.$ac_objext conftest$ac_exeext
14391 if { (ac_try="$ac_link"
14392 case "(($ac_try" in
14393   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14394   *) ac_try_echo=$ac_try;;
14395 esac
14396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14397   (eval "$ac_link") 2>conftest.er1
14398   ac_status=$?
14399   grep -v '^ *+' conftest.er1 >conftest.err
14400   rm -f conftest.er1
14401   cat conftest.err >&5
14402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14403   (exit $ac_status); } && {
14404          test -z "$ac_c_werror_flag" ||
14405          test ! -s conftest.err
14406        } && test -s conftest$ac_exeext &&
14407        $as_test_x conftest$ac_exeext; then
14408   ac_cv_cflags__Wdeclaration_after_statement=yes
14409 else
14410   echo "$as_me: failed program was:" >&5
14411 sed 's/^/| /' conftest.$ac_ext >&5
14412
14413         ac_cv_cflags__Wdeclaration_after_statement=no
14414 fi
14415
14416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14417       conftest$ac_exeext conftest.$ac_ext
14418 CFLAGS=$ac_wine_try_cflags_saved
14419 fi
14420 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
14421 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
14422 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
14423   EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
14424 fi
14425
14426   { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
14427 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
14428 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
14429   echo $ECHO_N "(cached) $ECHO_C" >&6
14430 else
14431   ac_wine_try_cflags_saved=$CFLAGS
14432 CFLAGS="$CFLAGS -Wwrite-strings"
14433 cat >conftest.$ac_ext <<_ACEOF
14434 /* confdefs.h.  */
14435 _ACEOF
14436 cat confdefs.h >>conftest.$ac_ext
14437 cat >>conftest.$ac_ext <<_ACEOF
14438 /* end confdefs.h.  */
14439
14440 int
14441 main ()
14442 {
14443
14444   ;
14445   return 0;
14446 }
14447 _ACEOF
14448 rm -f conftest.$ac_objext conftest$ac_exeext
14449 if { (ac_try="$ac_link"
14450 case "(($ac_try" in
14451   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14452   *) ac_try_echo=$ac_try;;
14453 esac
14454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14455   (eval "$ac_link") 2>conftest.er1
14456   ac_status=$?
14457   grep -v '^ *+' conftest.er1 >conftest.err
14458   rm -f conftest.er1
14459   cat conftest.err >&5
14460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14461   (exit $ac_status); } && {
14462          test -z "$ac_c_werror_flag" ||
14463          test ! -s conftest.err
14464        } && test -s conftest$ac_exeext &&
14465        $as_test_x conftest$ac_exeext; then
14466   ac_cv_cflags__Wwrite_strings=yes
14467 else
14468   echo "$as_me: failed program was:" >&5
14469 sed 's/^/| /' conftest.$ac_ext >&5
14470
14471         ac_cv_cflags__Wwrite_strings=no
14472 fi
14473
14474 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14475       conftest$ac_exeext conftest.$ac_ext
14476 CFLAGS=$ac_wine_try_cflags_saved
14477 fi
14478 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
14479 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
14480 if test $ac_cv_cflags__Wwrite_strings = yes; then
14481   EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
14482 fi
14483
14484
14485     saved_CFLAGS="$CFLAGS"
14486   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
14487   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
14488 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
14489 if test "${ac_cv_c_string_h_warnings+set}" = set; then
14490   echo $ECHO_N "(cached) $ECHO_C" >&6
14491 else
14492   cat >conftest.$ac_ext <<_ACEOF
14493 /* confdefs.h.  */
14494 _ACEOF
14495 cat confdefs.h >>conftest.$ac_ext
14496 cat >>conftest.$ac_ext <<_ACEOF
14497 /* end confdefs.h.  */
14498 #include <string.h>
14499 int
14500 main ()
14501 {
14502
14503   ;
14504   return 0;
14505 }
14506 _ACEOF
14507 rm -f conftest.$ac_objext
14508 if { (ac_try="$ac_compile"
14509 case "(($ac_try" in
14510   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14511   *) ac_try_echo=$ac_try;;
14512 esac
14513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14514   (eval "$ac_compile") 2>conftest.er1
14515   ac_status=$?
14516   grep -v '^ *+' conftest.er1 >conftest.err
14517   rm -f conftest.er1
14518   cat conftest.err >&5
14519   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14520   (exit $ac_status); } && {
14521          test -z "$ac_c_werror_flag" ||
14522          test ! -s conftest.err
14523        } && test -s conftest.$ac_objext; then
14524   ac_cv_c_string_h_warnings=no
14525 else
14526   echo "$as_me: failed program was:" >&5
14527 sed 's/^/| /' conftest.$ac_ext >&5
14528
14529         ac_cv_c_string_h_warnings=yes
14530 fi
14531
14532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14533 fi
14534 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
14535 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
14536   CFLAGS="$saved_CFLAGS"
14537   if test "$ac_cv_c_string_h_warnings" = "no"
14538   then
14539     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
14540   fi
14541
14542   BUILTINFLAG=""
14543
14544   saved_CFLAGS="$CFLAGS"
14545   CFLAGS="$CFLAGS -Werror"
14546   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
14547 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
14548 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
14549   echo $ECHO_N "(cached) $ECHO_C" >&6
14550 else
14551   cat >conftest.$ac_ext <<_ACEOF
14552 /* confdefs.h.  */
14553 _ACEOF
14554 cat confdefs.h >>conftest.$ac_ext
14555 cat >>conftest.$ac_ext <<_ACEOF
14556 /* end confdefs.h.  */
14557
14558 int
14559 main ()
14560 {
14561 int iswlower(unsigned short);
14562   ;
14563   return 0;
14564 }
14565 _ACEOF
14566 rm -f conftest.$ac_objext
14567 if { (ac_try="$ac_compile"
14568 case "(($ac_try" in
14569   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14570   *) ac_try_echo=$ac_try;;
14571 esac
14572 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14573   (eval "$ac_compile") 2>conftest.er1
14574   ac_status=$?
14575   grep -v '^ *+' conftest.er1 >conftest.err
14576   rm -f conftest.er1
14577   cat conftest.err >&5
14578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14579   (exit $ac_status); } && {
14580          test -z "$ac_c_werror_flag" ||
14581          test ! -s conftest.err
14582        } && test -s conftest.$ac_objext; then
14583   ac_cv_c_builtin_wchar_ctype=no
14584 else
14585   echo "$as_me: failed program was:" >&5
14586 sed 's/^/| /' conftest.$ac_ext >&5
14587
14588         ac_cv_c_builtin_wchar_ctype=yes
14589 fi
14590
14591 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14592 fi
14593 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
14594 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
14595   CFLAGS="$saved_CFLAGS"
14596   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
14597   then
14598     BUILTINFLAG="-fno-builtin"
14599   fi
14600 fi
14601
14602
14603 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
14604 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
14605 if test "${ac_cv_asm_func_def+set}" = set; then
14606   echo $ECHO_N "(cached) $ECHO_C" >&6
14607 else
14608   cat >conftest.$ac_ext <<_ACEOF
14609 /* confdefs.h.  */
14610 _ACEOF
14611 cat confdefs.h >>conftest.$ac_ext
14612 cat >>conftest.$ac_ext <<_ACEOF
14613 /* end confdefs.h.  */
14614
14615 int
14616 main ()
14617 {
14618 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
14619   ;
14620   return 0;
14621 }
14622 _ACEOF
14623 rm -f conftest.$ac_objext conftest$ac_exeext
14624 if { (ac_try="$ac_link"
14625 case "(($ac_try" in
14626   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14627   *) ac_try_echo=$ac_try;;
14628 esac
14629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14630   (eval "$ac_link") 2>conftest.er1
14631   ac_status=$?
14632   grep -v '^ *+' conftest.er1 >conftest.err
14633   rm -f conftest.er1
14634   cat conftest.err >&5
14635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14636   (exit $ac_status); } && {
14637          test -z "$ac_c_werror_flag" ||
14638          test ! -s conftest.err
14639        } && test -s conftest$ac_exeext &&
14640        $as_test_x conftest$ac_exeext; then
14641   ac_cv_asm_func_def=".def"
14642 else
14643   echo "$as_me: failed program was:" >&5
14644 sed 's/^/| /' conftest.$ac_ext >&5
14645
14646         cat >conftest.$ac_ext <<_ACEOF
14647 /* confdefs.h.  */
14648 _ACEOF
14649 cat confdefs.h >>conftest.$ac_ext
14650 cat >>conftest.$ac_ext <<_ACEOF
14651 /* end confdefs.h.  */
14652
14653 int
14654 main ()
14655 {
14656 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
14657   ;
14658   return 0;
14659 }
14660 _ACEOF
14661 rm -f conftest.$ac_objext conftest$ac_exeext
14662 if { (ac_try="$ac_link"
14663 case "(($ac_try" in
14664   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14665   *) ac_try_echo=$ac_try;;
14666 esac
14667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14668   (eval "$ac_link") 2>conftest.er1
14669   ac_status=$?
14670   grep -v '^ *+' conftest.er1 >conftest.err
14671   rm -f conftest.er1
14672   cat conftest.err >&5
14673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14674   (exit $ac_status); } && {
14675          test -z "$ac_c_werror_flag" ||
14676          test ! -s conftest.err
14677        } && test -s conftest$ac_exeext &&
14678        $as_test_x conftest$ac_exeext; then
14679   ac_cv_asm_func_def=".type @function"
14680 else
14681   echo "$as_me: failed program was:" >&5
14682 sed 's/^/| /' conftest.$ac_ext >&5
14683
14684         cat >conftest.$ac_ext <<_ACEOF
14685 /* confdefs.h.  */
14686 _ACEOF
14687 cat confdefs.h >>conftest.$ac_ext
14688 cat >>conftest.$ac_ext <<_ACEOF
14689 /* end confdefs.h.  */
14690
14691 int
14692 main ()
14693 {
14694 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
14695   ;
14696   return 0;
14697 }
14698 _ACEOF
14699 rm -f conftest.$ac_objext conftest$ac_exeext
14700 if { (ac_try="$ac_link"
14701 case "(($ac_try" in
14702   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14703   *) ac_try_echo=$ac_try;;
14704 esac
14705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14706   (eval "$ac_link") 2>conftest.er1
14707   ac_status=$?
14708   grep -v '^ *+' conftest.er1 >conftest.err
14709   rm -f conftest.er1
14710   cat conftest.err >&5
14711   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14712   (exit $ac_status); } && {
14713          test -z "$ac_c_werror_flag" ||
14714          test ! -s conftest.err
14715        } && test -s conftest$ac_exeext &&
14716        $as_test_x conftest$ac_exeext; then
14717   ac_cv_asm_func_def=".type 2"
14718 else
14719   echo "$as_me: failed program was:" >&5
14720 sed 's/^/| /' conftest.$ac_ext >&5
14721
14722         ac_cv_asm_func_def="unknown"
14723 fi
14724
14725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14726       conftest$ac_exeext conftest.$ac_ext
14727 fi
14728
14729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14730       conftest$ac_exeext conftest.$ac_ext
14731 fi
14732
14733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14734       conftest$ac_exeext conftest.$ac_ext
14735 fi
14736 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
14737 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
14738
14739
14740
14741 case "$ac_cv_asm_func_def" in
14742   ".def")
14743      cat >>confdefs.h <<\_ACEOF
14744 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
14745 _ACEOF
14746  ;;
14747   ".type @function")
14748      cat >>confdefs.h <<\_ACEOF
14749 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
14750 _ACEOF
14751  ;;
14752   ".type 2")
14753      cat >>confdefs.h <<\_ACEOF
14754 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
14755 _ACEOF
14756  ;;
14757   *)
14758      cat >>confdefs.h <<\_ACEOF
14759 #define __ASM_FUNC(name) ""
14760 _ACEOF
14761  ;;
14762 esac
14763
14764
14765 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
14766 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
14767 if test "${ac_cv_c_extern_prefix+set}" = set; then
14768   echo $ECHO_N "(cached) $ECHO_C" >&6
14769 else
14770   cat >conftest.$ac_ext <<_ACEOF
14771 /* confdefs.h.  */
14772 _ACEOF
14773 cat confdefs.h >>conftest.$ac_ext
14774 cat >>conftest.$ac_ext <<_ACEOF
14775 /* end confdefs.h.  */
14776 extern int ac_test;
14777 int
14778 main ()
14779 {
14780 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
14781   ;
14782   return 0;
14783 }
14784 _ACEOF
14785 rm -f conftest.$ac_objext conftest$ac_exeext
14786 if { (ac_try="$ac_link"
14787 case "(($ac_try" in
14788   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14789   *) ac_try_echo=$ac_try;;
14790 esac
14791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14792   (eval "$ac_link") 2>conftest.er1
14793   ac_status=$?
14794   grep -v '^ *+' conftest.er1 >conftest.err
14795   rm -f conftest.er1
14796   cat conftest.err >&5
14797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14798   (exit $ac_status); } && {
14799          test -z "$ac_c_werror_flag" ||
14800          test ! -s conftest.err
14801        } && test -s conftest$ac_exeext &&
14802        $as_test_x conftest$ac_exeext; then
14803   ac_cv_c_extern_prefix="yes"
14804 else
14805   echo "$as_me: failed program was:" >&5
14806 sed 's/^/| /' conftest.$ac_ext >&5
14807
14808         ac_cv_c_extern_prefix="no"
14809 fi
14810
14811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14812       conftest$ac_exeext conftest.$ac_ext
14813 fi
14814 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
14815 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
14816
14817
14818
14819 if test "$ac_cv_c_extern_prefix" = "yes"
14820 then
14821   cat >>confdefs.h <<\_ACEOF
14822 #define __ASM_NAME(name) "_" name
14823 _ACEOF
14824
14825 else
14826   cat >>confdefs.h <<\_ACEOF
14827 #define __ASM_NAME(name) name
14828 _ACEOF
14829
14830 fi
14831
14832
14833 LDPATH=""
14834
14835 case $build_os in
14836   cygwin*|mingw32*)
14837     LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
14838     ;;
14839   darwin*|macosx*)
14840     ;;
14841   linux*|solaris*)      if test -z "$LDRPATH_LOCAL"
14842     then
14843       LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
14844     fi
14845     ;;
14846   *)
14847     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
14848     ;;
14849 esac
14850
14851 case $host_os in
14852   mingw32*)
14853     CRTLIBS="-lmsvcrt"
14854
14855     SOCKETLIBS="-lws2_32"
14856
14857     ;;
14858 esac
14859
14860 MAIN_BINARY="wine-pthread"
14861   case $host_cpu in
14862   *i[3456789]86*)
14863     case $host_os in
14864       linux* | k*bsd*-gnu)
14865         MAIN_BINARY="wine-glibc"
14866
14867         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
14868  ;;
14869     esac
14870     ;;
14871 esac
14872
14873
14874
14875 cat >>confdefs.h <<_ACEOF
14876 #define SONAME_EXT ".$LIBEXT"
14877 _ACEOF
14878
14879
14880 { echo "$as_me:$LINENO: checking for -lX11" >&5
14881 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
14882 if test "${ac_cv_lib_soname_X11+set}" = set; then
14883   echo $ECHO_N "(cached) $ECHO_C" >&6
14884 else
14885   ac_check_soname_save_LIBS=$LIBS
14886 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
14887   cat >conftest.$ac_ext <<_ACEOF
14888 /* confdefs.h.  */
14889 _ACEOF
14890 cat confdefs.h >>conftest.$ac_ext
14891 cat >>conftest.$ac_ext <<_ACEOF
14892 /* end confdefs.h.  */
14893
14894 /* Override any GCC internal prototype to avoid an error.
14895    Use char because int might match the return type of a GCC
14896    builtin and then its argument prototype would still apply.  */
14897 #ifdef __cplusplus
14898 extern "C"
14899 #endif
14900 char XCreateWindow ();
14901 int
14902 main ()
14903 {
14904 return XCreateWindow ();
14905   ;
14906   return 0;
14907 }
14908 _ACEOF
14909 rm -f conftest.$ac_objext conftest$ac_exeext
14910 if { (ac_try="$ac_link"
14911 case "(($ac_try" in
14912   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14913   *) ac_try_echo=$ac_try;;
14914 esac
14915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14916   (eval "$ac_link") 2>conftest.er1
14917   ac_status=$?
14918   grep -v '^ *+' conftest.er1 >conftest.err
14919   rm -f conftest.er1
14920   cat conftest.err >&5
14921   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14922   (exit $ac_status); } && {
14923          test -z "$ac_c_werror_flag" ||
14924          test ! -s conftest.err
14925        } && test -s conftest$ac_exeext &&
14926        $as_test_x conftest$ac_exeext; then
14927   case "$LIBEXT" in
14928     dll) ;;
14929     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'` ;;
14930     *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'` ;;
14931   esac
14932 else
14933   echo "$as_me: failed program was:" >&5
14934 sed 's/^/| /' conftest.$ac_ext >&5
14935
14936
14937 fi
14938
14939 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14940       conftest$ac_exeext conftest.$ac_ext
14941   LIBS=$ac_check_soname_save_LIBS
14942 fi
14943 if test "x$ac_cv_lib_soname_X11" = "x"; then
14944   { echo "$as_me:$LINENO: result: not found" >&5
14945 echo "${ECHO_T}not found" >&6; }
14946
14947 else
14948   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
14949 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
14950
14951 cat >>confdefs.h <<_ACEOF
14952 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
14953 _ACEOF
14954
14955
14956 fi
14957
14958 { echo "$as_me:$LINENO: checking for -lXext" >&5
14959 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
14960 if test "${ac_cv_lib_soname_Xext+set}" = set; then
14961   echo $ECHO_N "(cached) $ECHO_C" >&6
14962 else
14963   ac_check_soname_save_LIBS=$LIBS
14964 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
14965   cat >conftest.$ac_ext <<_ACEOF
14966 /* confdefs.h.  */
14967 _ACEOF
14968 cat confdefs.h >>conftest.$ac_ext
14969 cat >>conftest.$ac_ext <<_ACEOF
14970 /* end confdefs.h.  */
14971
14972 /* Override any GCC internal prototype to avoid an error.
14973    Use char because int might match the return type of a GCC
14974    builtin and then its argument prototype would still apply.  */
14975 #ifdef __cplusplus
14976 extern "C"
14977 #endif
14978 char XextCreateExtension ();
14979 int
14980 main ()
14981 {
14982 return XextCreateExtension ();
14983   ;
14984   return 0;
14985 }
14986 _ACEOF
14987 rm -f conftest.$ac_objext conftest$ac_exeext
14988 if { (ac_try="$ac_link"
14989 case "(($ac_try" in
14990   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14991   *) ac_try_echo=$ac_try;;
14992 esac
14993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14994   (eval "$ac_link") 2>conftest.er1
14995   ac_status=$?
14996   grep -v '^ *+' conftest.er1 >conftest.err
14997   rm -f conftest.er1
14998   cat conftest.err >&5
14999   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15000   (exit $ac_status); } && {
15001          test -z "$ac_c_werror_flag" ||
15002          test ! -s conftest.err
15003        } && test -s conftest$ac_exeext &&
15004        $as_test_x conftest$ac_exeext; then
15005   case "$LIBEXT" in
15006     dll) ;;
15007     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'` ;;
15008     *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^  ]*\).*$/\1/"';2,$d'` ;;
15009   esac
15010 else
15011   echo "$as_me: failed program was:" >&5
15012 sed 's/^/| /' conftest.$ac_ext >&5
15013
15014
15015 fi
15016
15017 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15018       conftest$ac_exeext conftest.$ac_ext
15019   LIBS=$ac_check_soname_save_LIBS
15020 fi
15021 if test "x$ac_cv_lib_soname_Xext" = "x"; then
15022   { echo "$as_me:$LINENO: result: not found" >&5
15023 echo "${ECHO_T}not found" >&6; }
15024
15025 else
15026   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
15027 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
15028
15029 cat >>confdefs.h <<_ACEOF
15030 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
15031 _ACEOF
15032
15033
15034 fi
15035
15036 { echo "$as_me:$LINENO: checking for -lXi" >&5
15037 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
15038 if test "${ac_cv_lib_soname_Xi+set}" = set; then
15039   echo $ECHO_N "(cached) $ECHO_C" >&6
15040 else
15041   ac_check_soname_save_LIBS=$LIBS
15042 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15043   cat >conftest.$ac_ext <<_ACEOF
15044 /* confdefs.h.  */
15045 _ACEOF
15046 cat confdefs.h >>conftest.$ac_ext
15047 cat >>conftest.$ac_ext <<_ACEOF
15048 /* end confdefs.h.  */
15049
15050 /* Override any GCC internal prototype to avoid an error.
15051    Use char because int might match the return type of a GCC
15052    builtin and then its argument prototype would still apply.  */
15053 #ifdef __cplusplus
15054 extern "C"
15055 #endif
15056 char XOpenDevice ();
15057 int
15058 main ()
15059 {
15060 return XOpenDevice ();
15061   ;
15062   return 0;
15063 }
15064 _ACEOF
15065 rm -f conftest.$ac_objext conftest$ac_exeext
15066 if { (ac_try="$ac_link"
15067 case "(($ac_try" in
15068   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15069   *) ac_try_echo=$ac_try;;
15070 esac
15071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15072   (eval "$ac_link") 2>conftest.er1
15073   ac_status=$?
15074   grep -v '^ *+' conftest.er1 >conftest.err
15075   rm -f conftest.er1
15076   cat conftest.err >&5
15077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078   (exit $ac_status); } && {
15079          test -z "$ac_c_werror_flag" ||
15080          test ! -s conftest.err
15081        } && test -s conftest$ac_exeext &&
15082        $as_test_x conftest$ac_exeext; then
15083   case "$LIBEXT" in
15084     dll) ;;
15085     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'` ;;
15086     *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'` ;;
15087   esac
15088 else
15089   echo "$as_me: failed program was:" >&5
15090 sed 's/^/| /' conftest.$ac_ext >&5
15091
15092
15093 fi
15094
15095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15096       conftest$ac_exeext conftest.$ac_ext
15097   LIBS=$ac_check_soname_save_LIBS
15098 fi
15099 if test "x$ac_cv_lib_soname_Xi" = "x"; then
15100   { echo "$as_me:$LINENO: result: not found" >&5
15101 echo "${ECHO_T}not found" >&6; }
15102
15103 else
15104   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
15105 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
15106
15107 cat >>confdefs.h <<_ACEOF
15108 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
15109 _ACEOF
15110
15111
15112 fi
15113
15114 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
15115 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
15116 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
15117   echo $ECHO_N "(cached) $ECHO_C" >&6
15118 else
15119   ac_check_soname_save_LIBS=$LIBS
15120 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15121   cat >conftest.$ac_ext <<_ACEOF
15122 /* confdefs.h.  */
15123 _ACEOF
15124 cat confdefs.h >>conftest.$ac_ext
15125 cat >>conftest.$ac_ext <<_ACEOF
15126 /* end confdefs.h.  */
15127
15128 /* Override any GCC internal prototype to avoid an error.
15129    Use char because int might match the return type of a GCC
15130    builtin and then its argument prototype would still apply.  */
15131 #ifdef __cplusplus
15132 extern "C"
15133 #endif
15134 char XineramaQueryScreens ();
15135 int
15136 main ()
15137 {
15138 return XineramaQueryScreens ();
15139   ;
15140   return 0;
15141 }
15142 _ACEOF
15143 rm -f conftest.$ac_objext conftest$ac_exeext
15144 if { (ac_try="$ac_link"
15145 case "(($ac_try" in
15146   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15147   *) ac_try_echo=$ac_try;;
15148 esac
15149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15150   (eval "$ac_link") 2>conftest.er1
15151   ac_status=$?
15152   grep -v '^ *+' conftest.er1 >conftest.err
15153   rm -f conftest.er1
15154   cat conftest.err >&5
15155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15156   (exit $ac_status); } && {
15157          test -z "$ac_c_werror_flag" ||
15158          test ! -s conftest.err
15159        } && test -s conftest$ac_exeext &&
15160        $as_test_x conftest$ac_exeext; then
15161   case "$LIBEXT" in
15162     dll) ;;
15163     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'` ;;
15164     *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
15165   esac
15166 else
15167   echo "$as_me: failed program was:" >&5
15168 sed 's/^/| /' conftest.$ac_ext >&5
15169
15170
15171 fi
15172
15173 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15174       conftest$ac_exeext conftest.$ac_ext
15175   LIBS=$ac_check_soname_save_LIBS
15176 fi
15177 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
15178   { echo "$as_me:$LINENO: result: not found" >&5
15179 echo "${ECHO_T}not found" >&6; }
15180
15181 else
15182   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
15183 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
15184
15185 cat >>confdefs.h <<_ACEOF
15186 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
15187 _ACEOF
15188
15189
15190 fi
15191
15192 { echo "$as_me:$LINENO: checking for -lXrender" >&5
15193 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
15194 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
15195   echo $ECHO_N "(cached) $ECHO_C" >&6
15196 else
15197   ac_check_soname_save_LIBS=$LIBS
15198 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15199   cat >conftest.$ac_ext <<_ACEOF
15200 /* confdefs.h.  */
15201 _ACEOF
15202 cat confdefs.h >>conftest.$ac_ext
15203 cat >>conftest.$ac_ext <<_ACEOF
15204 /* end confdefs.h.  */
15205
15206 /* Override any GCC internal prototype to avoid an error.
15207    Use char because int might match the return type of a GCC
15208    builtin and then its argument prototype would still apply.  */
15209 #ifdef __cplusplus
15210 extern "C"
15211 #endif
15212 char XRenderQueryExtension ();
15213 int
15214 main ()
15215 {
15216 return XRenderQueryExtension ();
15217   ;
15218   return 0;
15219 }
15220 _ACEOF
15221 rm -f conftest.$ac_objext conftest$ac_exeext
15222 if { (ac_try="$ac_link"
15223 case "(($ac_try" in
15224   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15225   *) ac_try_echo=$ac_try;;
15226 esac
15227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15228   (eval "$ac_link") 2>conftest.er1
15229   ac_status=$?
15230   grep -v '^ *+' conftest.er1 >conftest.err
15231   rm -f conftest.er1
15232   cat conftest.err >&5
15233   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234   (exit $ac_status); } && {
15235          test -z "$ac_c_werror_flag" ||
15236          test ! -s conftest.err
15237        } && test -s conftest$ac_exeext &&
15238        $as_test_x conftest$ac_exeext; then
15239   case "$LIBEXT" in
15240     dll) ;;
15241     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'` ;;
15242     *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
15243   esac
15244 else
15245   echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15247
15248
15249 fi
15250
15251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15252       conftest$ac_exeext conftest.$ac_ext
15253   LIBS=$ac_check_soname_save_LIBS
15254 fi
15255 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
15256   { echo "$as_me:$LINENO: result: not found" >&5
15257 echo "${ECHO_T}not found" >&6; }
15258
15259 else
15260   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
15261 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
15262
15263 cat >>confdefs.h <<_ACEOF
15264 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
15265 _ACEOF
15266
15267
15268 fi
15269
15270 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
15271 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
15272 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
15273   echo $ECHO_N "(cached) $ECHO_C" >&6
15274 else
15275   ac_check_soname_save_LIBS=$LIBS
15276 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15277   cat >conftest.$ac_ext <<_ACEOF
15278 /* confdefs.h.  */
15279 _ACEOF
15280 cat confdefs.h >>conftest.$ac_ext
15281 cat >>conftest.$ac_ext <<_ACEOF
15282 /* end confdefs.h.  */
15283
15284 /* Override any GCC internal prototype to avoid an error.
15285    Use char because int might match the return type of a GCC
15286    builtin and then its argument prototype would still apply.  */
15287 #ifdef __cplusplus
15288 extern "C"
15289 #endif
15290 char XRRQueryExtension ();
15291 int
15292 main ()
15293 {
15294 return XRRQueryExtension ();
15295   ;
15296   return 0;
15297 }
15298 _ACEOF
15299 rm -f conftest.$ac_objext conftest$ac_exeext
15300 if { (ac_try="$ac_link"
15301 case "(($ac_try" in
15302   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15303   *) ac_try_echo=$ac_try;;
15304 esac
15305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15306   (eval "$ac_link") 2>conftest.er1
15307   ac_status=$?
15308   grep -v '^ *+' conftest.er1 >conftest.err
15309   rm -f conftest.er1
15310   cat conftest.err >&5
15311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15312   (exit $ac_status); } && {
15313          test -z "$ac_c_werror_flag" ||
15314          test ! -s conftest.err
15315        } && test -s conftest$ac_exeext &&
15316        $as_test_x conftest$ac_exeext; then
15317   case "$LIBEXT" in
15318     dll) ;;
15319     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'` ;;
15320     *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'` ;;
15321   esac
15322 else
15323   echo "$as_me: failed program was:" >&5
15324 sed 's/^/| /' conftest.$ac_ext >&5
15325
15326
15327 fi
15328
15329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15330       conftest$ac_exeext conftest.$ac_ext
15331   LIBS=$ac_check_soname_save_LIBS
15332 fi
15333 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
15334   { echo "$as_me:$LINENO: result: not found" >&5
15335 echo "${ECHO_T}not found" >&6; }
15336
15337 else
15338   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
15339 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
15340
15341 cat >>confdefs.h <<_ACEOF
15342 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
15343 _ACEOF
15344
15345
15346 fi
15347
15348 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
15349 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
15350 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
15351   echo $ECHO_N "(cached) $ECHO_C" >&6
15352 else
15353   ac_check_soname_save_LIBS=$LIBS
15354 LIBS="-lXcursor $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
15355   cat >conftest.$ac_ext <<_ACEOF
15356 /* confdefs.h.  */
15357 _ACEOF
15358 cat confdefs.h >>conftest.$ac_ext
15359 cat >>conftest.$ac_ext <<_ACEOF
15360 /* end confdefs.h.  */
15361
15362 /* Override any GCC internal prototype to avoid an error.
15363    Use char because int might match the return type of a GCC
15364    builtin and then its argument prototype would still apply.  */
15365 #ifdef __cplusplus
15366 extern "C"
15367 #endif
15368 char XcursorImageLoadCursor ();
15369 int
15370 main ()
15371 {
15372 return XcursorImageLoadCursor ();
15373   ;
15374   return 0;
15375 }
15376 _ACEOF
15377 rm -f conftest.$ac_objext conftest$ac_exeext
15378 if { (ac_try="$ac_link"
15379 case "(($ac_try" in
15380   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15381   *) ac_try_echo=$ac_try;;
15382 esac
15383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15384   (eval "$ac_link") 2>conftest.er1
15385   ac_status=$?
15386   grep -v '^ *+' conftest.er1 >conftest.err
15387   rm -f conftest.er1
15388   cat conftest.err >&5
15389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15390   (exit $ac_status); } && {
15391          test -z "$ac_c_werror_flag" ||
15392          test ! -s conftest.err
15393        } && test -s conftest$ac_exeext &&
15394        $as_test_x conftest$ac_exeext; then
15395   case "$LIBEXT" in
15396     dll) ;;
15397     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'` ;;
15398     *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'` ;;
15399   esac
15400 else
15401   echo "$as_me: failed program was:" >&5
15402 sed 's/^/| /' conftest.$ac_ext >&5
15403
15404
15405 fi
15406
15407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15408       conftest$ac_exeext conftest.$ac_ext
15409   LIBS=$ac_check_soname_save_LIBS
15410 fi
15411 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
15412   { echo "$as_me:$LINENO: result: not found" >&5
15413 echo "${ECHO_T}not found" >&6; }
15414
15415 else
15416   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
15417 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
15418
15419 cat >>confdefs.h <<_ACEOF
15420 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
15421 _ACEOF
15422
15423
15424 fi
15425
15426 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
15427 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
15428 if test "${ac_cv_lib_soname_freetype+set}" = set; then
15429   echo $ECHO_N "(cached) $ECHO_C" >&6
15430 else
15431   ac_check_soname_save_LIBS=$LIBS
15432 LIBS="-lfreetype $X_LIBS $LIBS"
15433   cat >conftest.$ac_ext <<_ACEOF
15434 /* confdefs.h.  */
15435 _ACEOF
15436 cat confdefs.h >>conftest.$ac_ext
15437 cat >>conftest.$ac_ext <<_ACEOF
15438 /* end confdefs.h.  */
15439
15440 /* Override any GCC internal prototype to avoid an error.
15441    Use char because int might match the return type of a GCC
15442    builtin and then its argument prototype would still apply.  */
15443 #ifdef __cplusplus
15444 extern "C"
15445 #endif
15446 char FT_Init_FreeType ();
15447 int
15448 main ()
15449 {
15450 return FT_Init_FreeType ();
15451   ;
15452   return 0;
15453 }
15454 _ACEOF
15455 rm -f conftest.$ac_objext conftest$ac_exeext
15456 if { (ac_try="$ac_link"
15457 case "(($ac_try" in
15458   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15459   *) ac_try_echo=$ac_try;;
15460 esac
15461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15462   (eval "$ac_link") 2>conftest.er1
15463   ac_status=$?
15464   grep -v '^ *+' conftest.er1 >conftest.err
15465   rm -f conftest.er1
15466   cat conftest.err >&5
15467   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468   (exit $ac_status); } && {
15469          test -z "$ac_c_werror_flag" ||
15470          test ! -s conftest.err
15471        } && test -s conftest$ac_exeext &&
15472        $as_test_x conftest$ac_exeext; then
15473   case "$LIBEXT" in
15474     dll) ;;
15475     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'` ;;
15476     *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
15477   esac
15478 else
15479   echo "$as_me: failed program was:" >&5
15480 sed 's/^/| /' conftest.$ac_ext >&5
15481
15482
15483 fi
15484
15485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15486       conftest$ac_exeext conftest.$ac_ext
15487   LIBS=$ac_check_soname_save_LIBS
15488 fi
15489 if test "x$ac_cv_lib_soname_freetype" = "x"; then
15490   { echo "$as_me:$LINENO: result: not found" >&5
15491 echo "${ECHO_T}not found" >&6; }
15492
15493 else
15494   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
15495 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
15496
15497 cat >>confdefs.h <<_ACEOF
15498 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
15499 _ACEOF
15500
15501
15502 fi
15503
15504 { echo "$as_me:$LINENO: checking for -ltxc_dxtn" >&5
15505 echo $ECHO_N "checking for -ltxc_dxtn... $ECHO_C" >&6; }
15506 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
15507   echo $ECHO_N "(cached) $ECHO_C" >&6
15508 else
15509   ac_check_soname_save_LIBS=$LIBS
15510 LIBS="-ltxc_dxtn  $LIBS"
15511   cat >conftest.$ac_ext <<_ACEOF
15512 /* confdefs.h.  */
15513 _ACEOF
15514 cat confdefs.h >>conftest.$ac_ext
15515 cat >>conftest.$ac_ext <<_ACEOF
15516 /* end confdefs.h.  */
15517
15518 /* Override any GCC internal prototype to avoid an error.
15519    Use char because int might match the return type of a GCC
15520    builtin and then its argument prototype would still apply.  */
15521 #ifdef __cplusplus
15522 extern "C"
15523 #endif
15524 char fetch_2d_texel_rgba_dxt1 ();
15525 int
15526 main ()
15527 {
15528 return fetch_2d_texel_rgba_dxt1 ();
15529   ;
15530   return 0;
15531 }
15532 _ACEOF
15533 rm -f conftest.$ac_objext conftest$ac_exeext
15534 if { (ac_try="$ac_link"
15535 case "(($ac_try" in
15536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15537   *) ac_try_echo=$ac_try;;
15538 esac
15539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15540   (eval "$ac_link") 2>conftest.er1
15541   ac_status=$?
15542   grep -v '^ *+' conftest.er1 >conftest.err
15543   rm -f conftest.er1
15544   cat conftest.err >&5
15545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15546   (exit $ac_status); } && {
15547          test -z "$ac_c_werror_flag" ||
15548          test ! -s conftest.err
15549        } && test -s conftest$ac_exeext &&
15550        $as_test_x conftest$ac_exeext; then
15551   case "$LIBEXT" in
15552     dll) ;;
15553     dylib) ac_cv_lib_soname_txc_dxtn=`otool -L conftest$ac_exeext | grep "libtxc_dxtn\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libtxc_dxtn\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15554     *) ac_cv_lib_soname_txc_dxtn=`$ac_cv_path_LDD conftest$ac_exeext | grep "libtxc_dxtn\\.$LIBEXT" | sed -e "s/^.*\(libtxc_dxtn\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'` ;;
15555   esac
15556 else
15557   echo "$as_me: failed program was:" >&5
15558 sed 's/^/| /' conftest.$ac_ext >&5
15559
15560
15561 fi
15562
15563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15564       conftest$ac_exeext conftest.$ac_ext
15565   LIBS=$ac_check_soname_save_LIBS
15566 fi
15567 if test "x$ac_cv_lib_soname_txc_dxtn" = "x"; then
15568   { echo "$as_me:$LINENO: result: not found" >&5
15569 echo "${ECHO_T}not found" >&6; }
15570
15571 else
15572   { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
15573 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
15574
15575 cat >>confdefs.h <<_ACEOF
15576 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
15577 _ACEOF
15578
15579
15580 fi
15581
15582
15583
15584
15585
15586
15587
15588
15589
15590
15591
15592
15593
15594
15595
15596
15597
15598
15599
15600
15601
15602
15603
15604
15605
15606
15607
15608
15609
15610
15611
15612
15613
15614
15615
15616
15617
15618
15619
15620
15621
15622
15623
15624
15625
15626
15627
15628
15629
15630
15631
15632
15633
15634
15635
15636
15637
15638
15639
15640
15641
15642
15643
15644
15645
15646 for ac_func in \
15647         _pclose \
15648         _popen \
15649         _snprintf \
15650         _spawnvp \
15651         _stricmp \
15652         _strnicmp \
15653         _vsnprintf \
15654         asctime_r \
15655         chsize \
15656         clone \
15657         dlopen \
15658         epoll_create \
15659         ffs \
15660         finite \
15661         fork \
15662         fpclass \
15663         fstatfs \
15664         fstatvfs \
15665         ftruncate \
15666         futimes \
15667         futimesat \
15668         getdirentries \
15669         getopt_long \
15670         getpagesize \
15671         getpwuid \
15672         gettid \
15673         gettimeofday \
15674         getuid \
15675         inet_pton \
15676         kqueue \
15677         lstat \
15678         memmove \
15679         mmap \
15680         pclose \
15681         poll \
15682         popen \
15683         prctl \
15684         pread \
15685         pwrite \
15686         readlink \
15687         rfork \
15688         sched_yield \
15689         select \
15690         setrlimit \
15691         settimeofday \
15692         sigaltstack \
15693         sigprocmask \
15694         snprintf \
15695         spawnvp \
15696         statfs \
15697         statvfs \
15698         strcasecmp \
15699         strerror \
15700         strncasecmp \
15701         strtold \
15702         tcgetattr \
15703         timegm \
15704         usleep \
15705         vsnprintf \
15706         wait4 \
15707         waitpid \
15708
15709 do
15710 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15711 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15712 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15713 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15714   echo $ECHO_N "(cached) $ECHO_C" >&6
15715 else
15716   cat >conftest.$ac_ext <<_ACEOF
15717 /* confdefs.h.  */
15718 _ACEOF
15719 cat confdefs.h >>conftest.$ac_ext
15720 cat >>conftest.$ac_ext <<_ACEOF
15721 /* end confdefs.h.  */
15722 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15723    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15724 #define $ac_func innocuous_$ac_func
15725
15726 /* System header to define __stub macros and hopefully few prototypes,
15727     which can conflict with char $ac_func (); below.
15728     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15729     <limits.h> exists even on freestanding compilers.  */
15730
15731 #ifdef __STDC__
15732 # include <limits.h>
15733 #else
15734 # include <assert.h>
15735 #endif
15736
15737 #undef $ac_func
15738
15739 /* Override any GCC internal prototype to avoid an error.
15740    Use char because int might match the return type of a GCC
15741    builtin and then its argument prototype would still apply.  */
15742 #ifdef __cplusplus
15743 extern "C"
15744 #endif
15745 char $ac_func ();
15746 /* The GNU C library defines this for functions which it implements
15747     to always fail with ENOSYS.  Some functions are actually named
15748     something starting with __ and the normal name is an alias.  */
15749 #if defined __stub_$ac_func || defined __stub___$ac_func
15750 choke me
15751 #endif
15752
15753 int
15754 main ()
15755 {
15756 return $ac_func ();
15757   ;
15758   return 0;
15759 }
15760 _ACEOF
15761 rm -f conftest.$ac_objext conftest$ac_exeext
15762 if { (ac_try="$ac_link"
15763 case "(($ac_try" in
15764   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15765   *) ac_try_echo=$ac_try;;
15766 esac
15767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15768   (eval "$ac_link") 2>conftest.er1
15769   ac_status=$?
15770   grep -v '^ *+' conftest.er1 >conftest.err
15771   rm -f conftest.er1
15772   cat conftest.err >&5
15773   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15774   (exit $ac_status); } && {
15775          test -z "$ac_c_werror_flag" ||
15776          test ! -s conftest.err
15777        } && test -s conftest$ac_exeext &&
15778        $as_test_x conftest$ac_exeext; then
15779   eval "$as_ac_var=yes"
15780 else
15781   echo "$as_me: failed program was:" >&5
15782 sed 's/^/| /' conftest.$ac_ext >&5
15783
15784         eval "$as_ac_var=no"
15785 fi
15786
15787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15788       conftest$ac_exeext conftest.$ac_ext
15789 fi
15790 ac_res=`eval echo '${'$as_ac_var'}'`
15791                { echo "$as_me:$LINENO: result: $ac_res" >&5
15792 echo "${ECHO_T}$ac_res" >&6; }
15793 if test `eval echo '${'$as_ac_var'}'` = yes; then
15794   cat >>confdefs.h <<_ACEOF
15795 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15796 _ACEOF
15797
15798 fi
15799 done
15800
15801
15802 if test "$ac_cv_func_dlopen" = no
15803 then
15804     { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
15805 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
15806 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
15807   echo $ECHO_N "(cached) $ECHO_C" >&6
15808 else
15809   ac_check_lib_save_LIBS=$LIBS
15810 LIBS="-ldl  $LIBS"
15811 cat >conftest.$ac_ext <<_ACEOF
15812 /* confdefs.h.  */
15813 _ACEOF
15814 cat confdefs.h >>conftest.$ac_ext
15815 cat >>conftest.$ac_ext <<_ACEOF
15816 /* end confdefs.h.  */
15817
15818 /* Override any GCC internal prototype to avoid an error.
15819    Use char because int might match the return type of a GCC
15820    builtin and then its argument prototype would still apply.  */
15821 #ifdef __cplusplus
15822 extern "C"
15823 #endif
15824 char dlopen ();
15825 int
15826 main ()
15827 {
15828 return dlopen ();
15829   ;
15830   return 0;
15831 }
15832 _ACEOF
15833 rm -f conftest.$ac_objext conftest$ac_exeext
15834 if { (ac_try="$ac_link"
15835 case "(($ac_try" in
15836   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15837   *) ac_try_echo=$ac_try;;
15838 esac
15839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15840   (eval "$ac_link") 2>conftest.er1
15841   ac_status=$?
15842   grep -v '^ *+' conftest.er1 >conftest.err
15843   rm -f conftest.er1
15844   cat conftest.err >&5
15845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15846   (exit $ac_status); } && {
15847          test -z "$ac_c_werror_flag" ||
15848          test ! -s conftest.err
15849        } && test -s conftest$ac_exeext &&
15850        $as_test_x conftest$ac_exeext; then
15851   ac_cv_lib_dl_dlopen=yes
15852 else
15853   echo "$as_me: failed program was:" >&5
15854 sed 's/^/| /' conftest.$ac_ext >&5
15855
15856         ac_cv_lib_dl_dlopen=no
15857 fi
15858
15859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15860       conftest$ac_exeext conftest.$ac_ext
15861 LIBS=$ac_check_lib_save_LIBS
15862 fi
15863 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
15864 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
15865 if test $ac_cv_lib_dl_dlopen = yes; then
15866   cat >>confdefs.h <<\_ACEOF
15867 #define HAVE_DLOPEN 1
15868 _ACEOF
15869  LIBDL="-ldl"
15870
15871 fi
15872
15873 fi
15874 ac_wine_check_funcs_save_LIBS="$LIBS"
15875 LIBS="$LIBS $LIBDL"
15876
15877 for ac_func in dladdr
15878 do
15879 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
15880 { echo "$as_me:$LINENO: checking for $ac_func" >&5
15881 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
15882 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
15883   echo $ECHO_N "(cached) $ECHO_C" >&6
15884 else
15885   cat >conftest.$ac_ext <<_ACEOF
15886 /* confdefs.h.  */
15887 _ACEOF
15888 cat confdefs.h >>conftest.$ac_ext
15889 cat >>conftest.$ac_ext <<_ACEOF
15890 /* end confdefs.h.  */
15891 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
15892    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
15893 #define $ac_func innocuous_$ac_func
15894
15895 /* System header to define __stub macros and hopefully few prototypes,
15896     which can conflict with char $ac_func (); below.
15897     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
15898     <limits.h> exists even on freestanding compilers.  */
15899
15900 #ifdef __STDC__
15901 # include <limits.h>
15902 #else
15903 # include <assert.h>
15904 #endif
15905
15906 #undef $ac_func
15907
15908 /* Override any GCC internal prototype to avoid an error.
15909    Use char because int might match the return type of a GCC
15910    builtin and then its argument prototype would still apply.  */
15911 #ifdef __cplusplus
15912 extern "C"
15913 #endif
15914 char $ac_func ();
15915 /* The GNU C library defines this for functions which it implements
15916     to always fail with ENOSYS.  Some functions are actually named
15917     something starting with __ and the normal name is an alias.  */
15918 #if defined __stub_$ac_func || defined __stub___$ac_func
15919 choke me
15920 #endif
15921
15922 int
15923 main ()
15924 {
15925 return $ac_func ();
15926   ;
15927   return 0;
15928 }
15929 _ACEOF
15930 rm -f conftest.$ac_objext conftest$ac_exeext
15931 if { (ac_try="$ac_link"
15932 case "(($ac_try" in
15933   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15934   *) ac_try_echo=$ac_try;;
15935 esac
15936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15937   (eval "$ac_link") 2>conftest.er1
15938   ac_status=$?
15939   grep -v '^ *+' conftest.er1 >conftest.err
15940   rm -f conftest.er1
15941   cat conftest.err >&5
15942   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15943   (exit $ac_status); } && {
15944          test -z "$ac_c_werror_flag" ||
15945          test ! -s conftest.err
15946        } && test -s conftest$ac_exeext &&
15947        $as_test_x conftest$ac_exeext; then
15948   eval "$as_ac_var=yes"
15949 else
15950   echo "$as_me: failed program was:" >&5
15951 sed 's/^/| /' conftest.$ac_ext >&5
15952
15953         eval "$as_ac_var=no"
15954 fi
15955
15956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15957       conftest$ac_exeext conftest.$ac_ext
15958 fi
15959 ac_res=`eval echo '${'$as_ac_var'}'`
15960                { echo "$as_me:$LINENO: result: $ac_res" >&5
15961 echo "${ECHO_T}$ac_res" >&6; }
15962 if test `eval echo '${'$as_ac_var'}'` = yes; then
15963   cat >>confdefs.h <<_ACEOF
15964 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
15965 _ACEOF
15966
15967 fi
15968 done
15969
15970 LIBS="$ac_wine_check_funcs_save_LIBS"
15971
15972 if test "$ac_cv_func_poll" = no
15973 then
15974     { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
15975 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
15976 if test "${ac_cv_lib_poll_poll+set}" = set; then
15977   echo $ECHO_N "(cached) $ECHO_C" >&6
15978 else
15979   ac_check_lib_save_LIBS=$LIBS
15980 LIBS="-lpoll  $LIBS"
15981 cat >conftest.$ac_ext <<_ACEOF
15982 /* confdefs.h.  */
15983 _ACEOF
15984 cat confdefs.h >>conftest.$ac_ext
15985 cat >>conftest.$ac_ext <<_ACEOF
15986 /* end confdefs.h.  */
15987
15988 /* Override any GCC internal prototype to avoid an error.
15989    Use char because int might match the return type of a GCC
15990    builtin and then its argument prototype would still apply.  */
15991 #ifdef __cplusplus
15992 extern "C"
15993 #endif
15994 char poll ();
15995 int
15996 main ()
15997 {
15998 return poll ();
15999   ;
16000   return 0;
16001 }
16002 _ACEOF
16003 rm -f conftest.$ac_objext conftest$ac_exeext
16004 if { (ac_try="$ac_link"
16005 case "(($ac_try" in
16006   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16007   *) ac_try_echo=$ac_try;;
16008 esac
16009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16010   (eval "$ac_link") 2>conftest.er1
16011   ac_status=$?
16012   grep -v '^ *+' conftest.er1 >conftest.err
16013   rm -f conftest.er1
16014   cat conftest.err >&5
16015   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16016   (exit $ac_status); } && {
16017          test -z "$ac_c_werror_flag" ||
16018          test ! -s conftest.err
16019        } && test -s conftest$ac_exeext &&
16020        $as_test_x conftest$ac_exeext; then
16021   ac_cv_lib_poll_poll=yes
16022 else
16023   echo "$as_me: failed program was:" >&5
16024 sed 's/^/| /' conftest.$ac_ext >&5
16025
16026         ac_cv_lib_poll_poll=no
16027 fi
16028
16029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16030       conftest$ac_exeext conftest.$ac_ext
16031 LIBS=$ac_check_lib_save_LIBS
16032 fi
16033 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
16034 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
16035 if test $ac_cv_lib_poll_poll = yes; then
16036   cat >>confdefs.h <<\_ACEOF
16037 #define HAVE_POLL 1
16038 _ACEOF
16039  LIBPOLL="-lpoll"
16040
16041 fi
16042
16043 fi
16044
16045 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
16046 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
16047 if test "${ac_cv_search_gethostbyname+set}" = set; then
16048   echo $ECHO_N "(cached) $ECHO_C" >&6
16049 else
16050   ac_func_search_save_LIBS=$LIBS
16051 cat >conftest.$ac_ext <<_ACEOF
16052 /* confdefs.h.  */
16053 _ACEOF
16054 cat confdefs.h >>conftest.$ac_ext
16055 cat >>conftest.$ac_ext <<_ACEOF
16056 /* end confdefs.h.  */
16057
16058 /* Override any GCC internal prototype to avoid an error.
16059    Use char because int might match the return type of a GCC
16060    builtin and then its argument prototype would still apply.  */
16061 #ifdef __cplusplus
16062 extern "C"
16063 #endif
16064 char gethostbyname ();
16065 int
16066 main ()
16067 {
16068 return gethostbyname ();
16069   ;
16070   return 0;
16071 }
16072 _ACEOF
16073 for ac_lib in '' nsl; do
16074   if test -z "$ac_lib"; then
16075     ac_res="none required"
16076   else
16077     ac_res=-l$ac_lib
16078     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16079   fi
16080   rm -f conftest.$ac_objext conftest$ac_exeext
16081 if { (ac_try="$ac_link"
16082 case "(($ac_try" in
16083   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16084   *) ac_try_echo=$ac_try;;
16085 esac
16086 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16087   (eval "$ac_link") 2>conftest.er1
16088   ac_status=$?
16089   grep -v '^ *+' conftest.er1 >conftest.err
16090   rm -f conftest.er1
16091   cat conftest.err >&5
16092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16093   (exit $ac_status); } && {
16094          test -z "$ac_c_werror_flag" ||
16095          test ! -s conftest.err
16096        } && test -s conftest$ac_exeext &&
16097        $as_test_x conftest$ac_exeext; then
16098   ac_cv_search_gethostbyname=$ac_res
16099 else
16100   echo "$as_me: failed program was:" >&5
16101 sed 's/^/| /' conftest.$ac_ext >&5
16102
16103
16104 fi
16105
16106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16107       conftest$ac_exeext
16108   if test "${ac_cv_search_gethostbyname+set}" = set; then
16109   break
16110 fi
16111 done
16112 if test "${ac_cv_search_gethostbyname+set}" = set; then
16113   :
16114 else
16115   ac_cv_search_gethostbyname=no
16116 fi
16117 rm conftest.$ac_ext
16118 LIBS=$ac_func_search_save_LIBS
16119 fi
16120 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
16121 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
16122 ac_res=$ac_cv_search_gethostbyname
16123 if test "$ac_res" != no; then
16124   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16125
16126 fi
16127
16128
16129 { echo "$as_me:$LINENO: checking for library containing connect" >&5
16130 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
16131 if test "${ac_cv_search_connect+set}" = set; then
16132   echo $ECHO_N "(cached) $ECHO_C" >&6
16133 else
16134   ac_func_search_save_LIBS=$LIBS
16135 cat >conftest.$ac_ext <<_ACEOF
16136 /* confdefs.h.  */
16137 _ACEOF
16138 cat confdefs.h >>conftest.$ac_ext
16139 cat >>conftest.$ac_ext <<_ACEOF
16140 /* end confdefs.h.  */
16141
16142 /* Override any GCC internal prototype to avoid an error.
16143    Use char because int might match the return type of a GCC
16144    builtin and then its argument prototype would still apply.  */
16145 #ifdef __cplusplus
16146 extern "C"
16147 #endif
16148 char connect ();
16149 int
16150 main ()
16151 {
16152 return connect ();
16153   ;
16154   return 0;
16155 }
16156 _ACEOF
16157 for ac_lib in '' socket; do
16158   if test -z "$ac_lib"; then
16159     ac_res="none required"
16160   else
16161     ac_res=-l$ac_lib
16162     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16163   fi
16164   rm -f conftest.$ac_objext conftest$ac_exeext
16165 if { (ac_try="$ac_link"
16166 case "(($ac_try" in
16167   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16168   *) ac_try_echo=$ac_try;;
16169 esac
16170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16171   (eval "$ac_link") 2>conftest.er1
16172   ac_status=$?
16173   grep -v '^ *+' conftest.er1 >conftest.err
16174   rm -f conftest.er1
16175   cat conftest.err >&5
16176   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16177   (exit $ac_status); } && {
16178          test -z "$ac_c_werror_flag" ||
16179          test ! -s conftest.err
16180        } && test -s conftest$ac_exeext &&
16181        $as_test_x conftest$ac_exeext; then
16182   ac_cv_search_connect=$ac_res
16183 else
16184   echo "$as_me: failed program was:" >&5
16185 sed 's/^/| /' conftest.$ac_ext >&5
16186
16187
16188 fi
16189
16190 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16191       conftest$ac_exeext
16192   if test "${ac_cv_search_connect+set}" = set; then
16193   break
16194 fi
16195 done
16196 if test "${ac_cv_search_connect+set}" = set; then
16197   :
16198 else
16199   ac_cv_search_connect=no
16200 fi
16201 rm conftest.$ac_ext
16202 LIBS=$ac_func_search_save_LIBS
16203 fi
16204 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
16205 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
16206 ac_res=$ac_cv_search_connect
16207 if test "$ac_res" != no; then
16208   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16209
16210 fi
16211
16212
16213 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
16214 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
16215 if test "${ac_cv_search_inet_aton+set}" = set; then
16216   echo $ECHO_N "(cached) $ECHO_C" >&6
16217 else
16218   ac_func_search_save_LIBS=$LIBS
16219 cat >conftest.$ac_ext <<_ACEOF
16220 /* confdefs.h.  */
16221 _ACEOF
16222 cat confdefs.h >>conftest.$ac_ext
16223 cat >>conftest.$ac_ext <<_ACEOF
16224 /* end confdefs.h.  */
16225
16226 /* Override any GCC internal prototype to avoid an error.
16227    Use char because int might match the return type of a GCC
16228    builtin and then its argument prototype would still apply.  */
16229 #ifdef __cplusplus
16230 extern "C"
16231 #endif
16232 char inet_aton ();
16233 int
16234 main ()
16235 {
16236 return inet_aton ();
16237   ;
16238   return 0;
16239 }
16240 _ACEOF
16241 for ac_lib in '' resolv; do
16242   if test -z "$ac_lib"; then
16243     ac_res="none required"
16244   else
16245     ac_res=-l$ac_lib
16246     LIBS="-l$ac_lib  $ac_func_search_save_LIBS"
16247   fi
16248   rm -f conftest.$ac_objext conftest$ac_exeext
16249 if { (ac_try="$ac_link"
16250 case "(($ac_try" in
16251   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16252   *) ac_try_echo=$ac_try;;
16253 esac
16254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16255   (eval "$ac_link") 2>conftest.er1
16256   ac_status=$?
16257   grep -v '^ *+' conftest.er1 >conftest.err
16258   rm -f conftest.er1
16259   cat conftest.err >&5
16260   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16261   (exit $ac_status); } && {
16262          test -z "$ac_c_werror_flag" ||
16263          test ! -s conftest.err
16264        } && test -s conftest$ac_exeext &&
16265        $as_test_x conftest$ac_exeext; then
16266   ac_cv_search_inet_aton=$ac_res
16267 else
16268   echo "$as_me: failed program was:" >&5
16269 sed 's/^/| /' conftest.$ac_ext >&5
16270
16271
16272 fi
16273
16274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16275       conftest$ac_exeext
16276   if test "${ac_cv_search_inet_aton+set}" = set; then
16277   break
16278 fi
16279 done
16280 if test "${ac_cv_search_inet_aton+set}" = set; then
16281   :
16282 else
16283   ac_cv_search_inet_aton=no
16284 fi
16285 rm conftest.$ac_ext
16286 LIBS=$ac_func_search_save_LIBS
16287 fi
16288 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
16289 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
16290 ac_res=$ac_cv_search_inet_aton
16291 if test "$ac_res" != no; then
16292   test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
16293
16294 fi
16295
16296
16297
16298
16299
16300
16301
16302
16303
16304
16305 for ac_func in \
16306         getaddrinfo \
16307         getnameinfo \
16308         getnetbyname \
16309         getprotobyname \
16310         getprotobynumber \
16311         getservbyport \
16312         inet_network \
16313         sendmsg \
16314
16315 do
16316 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
16317 { echo "$as_me:$LINENO: checking for $ac_func" >&5
16318 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
16319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
16320   echo $ECHO_N "(cached) $ECHO_C" >&6
16321 else
16322   cat >conftest.$ac_ext <<_ACEOF
16323 /* confdefs.h.  */
16324 _ACEOF
16325 cat confdefs.h >>conftest.$ac_ext
16326 cat >>conftest.$ac_ext <<_ACEOF
16327 /* end confdefs.h.  */
16328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
16329    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
16330 #define $ac_func innocuous_$ac_func
16331
16332 /* System header to define __stub macros and hopefully few prototypes,
16333     which can conflict with char $ac_func (); below.
16334     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
16335     <limits.h> exists even on freestanding compilers.  */
16336
16337 #ifdef __STDC__
16338 # include <limits.h>
16339 #else
16340 # include <assert.h>
16341 #endif
16342
16343 #undef $ac_func
16344
16345 /* Override any GCC internal prototype to avoid an error.
16346    Use char because int might match the return type of a GCC
16347    builtin and then its argument prototype would still apply.  */
16348 #ifdef __cplusplus
16349 extern "C"
16350 #endif
16351 char $ac_func ();
16352 /* The GNU C library defines this for functions which it implements
16353     to always fail with ENOSYS.  Some functions are actually named
16354     something starting with __ and the normal name is an alias.  */
16355 #if defined __stub_$ac_func || defined __stub___$ac_func
16356 choke me
16357 #endif
16358
16359 int
16360 main ()
16361 {
16362 return $ac_func ();
16363   ;
16364   return 0;
16365 }
16366 _ACEOF
16367 rm -f conftest.$ac_objext conftest$ac_exeext
16368 if { (ac_try="$ac_link"
16369 case "(($ac_try" in
16370   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16371   *) ac_try_echo=$ac_try;;
16372 esac
16373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16374   (eval "$ac_link") 2>conftest.er1
16375   ac_status=$?
16376   grep -v '^ *+' conftest.er1 >conftest.err
16377   rm -f conftest.er1
16378   cat conftest.err >&5
16379   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16380   (exit $ac_status); } && {
16381          test -z "$ac_c_werror_flag" ||
16382          test ! -s conftest.err
16383        } && test -s conftest$ac_exeext &&
16384        $as_test_x conftest$ac_exeext; then
16385   eval "$as_ac_var=yes"
16386 else
16387   echo "$as_me: failed program was:" >&5
16388 sed 's/^/| /' conftest.$ac_ext >&5
16389
16390         eval "$as_ac_var=no"
16391 fi
16392
16393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16394       conftest$ac_exeext conftest.$ac_ext
16395 fi
16396 ac_res=`eval echo '${'$as_ac_var'}'`
16397                { echo "$as_me:$LINENO: result: $ac_res" >&5
16398 echo "${ECHO_T}$ac_res" >&6; }
16399 if test `eval echo '${'$as_ac_var'}'` = yes; then
16400   cat >>confdefs.h <<_ACEOF
16401 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
16402 _ACEOF
16403
16404 fi
16405 done
16406
16407
16408
16409 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
16410 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
16411 if test "${ac_cv_c_const+set}" = set; then
16412   echo $ECHO_N "(cached) $ECHO_C" >&6
16413 else
16414   cat >conftest.$ac_ext <<_ACEOF
16415 /* confdefs.h.  */
16416 _ACEOF
16417 cat confdefs.h >>conftest.$ac_ext
16418 cat >>conftest.$ac_ext <<_ACEOF
16419 /* end confdefs.h.  */
16420
16421 int
16422 main ()
16423 {
16424 /* FIXME: Include the comments suggested by Paul. */
16425 #ifndef __cplusplus
16426   /* Ultrix mips cc rejects this.  */
16427   typedef int charset[2];
16428   const charset cs;
16429   /* SunOS 4.1.1 cc rejects this.  */
16430   char const *const *pcpcc;
16431   char **ppc;
16432   /* NEC SVR4.0.2 mips cc rejects this.  */
16433   struct point {int x, y;};
16434   static struct point const zero = {0,0};
16435   /* AIX XL C 1.02.0.0 rejects this.
16436      It does not let you subtract one const X* pointer from another in
16437      an arm of an if-expression whose if-part is not a constant
16438      expression */
16439   const char *g = "string";
16440   pcpcc = &g + (g ? g-g : 0);
16441   /* HPUX 7.0 cc rejects these. */
16442   ++pcpcc;
16443   ppc = (char**) pcpcc;
16444   pcpcc = (char const *const *) ppc;
16445   { /* SCO 3.2v4 cc rejects this.  */
16446     char *t;
16447     char const *s = 0 ? (char *) 0 : (char const *) 0;
16448
16449     *t++ = 0;
16450     if (s) return 0;
16451   }
16452   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
16453     int x[] = {25, 17};
16454     const int *foo = &x[0];
16455     ++foo;
16456   }
16457   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
16458     typedef const int *iptr;
16459     iptr p = 0;
16460     ++p;
16461   }
16462   { /* AIX XL C 1.02.0.0 rejects this saying
16463        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
16464     struct s { int j; const int *ap[3]; };
16465     struct s *b; b->j = 5;
16466   }
16467   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
16468     const int foo = 10;
16469     if (!foo) return 0;
16470   }
16471   return !cs[0] && !zero.x;
16472 #endif
16473
16474   ;
16475   return 0;
16476 }
16477 _ACEOF
16478 rm -f conftest.$ac_objext
16479 if { (ac_try="$ac_compile"
16480 case "(($ac_try" in
16481   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16482   *) ac_try_echo=$ac_try;;
16483 esac
16484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16485   (eval "$ac_compile") 2>conftest.er1
16486   ac_status=$?
16487   grep -v '^ *+' conftest.er1 >conftest.err
16488   rm -f conftest.er1
16489   cat conftest.err >&5
16490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16491   (exit $ac_status); } && {
16492          test -z "$ac_c_werror_flag" ||
16493          test ! -s conftest.err
16494        } && test -s conftest.$ac_objext; then
16495   ac_cv_c_const=yes
16496 else
16497   echo "$as_me: failed program was:" >&5
16498 sed 's/^/| /' conftest.$ac_ext >&5
16499
16500         ac_cv_c_const=no
16501 fi
16502
16503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16504 fi
16505 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
16506 echo "${ECHO_T}$ac_cv_c_const" >&6; }
16507 if test $ac_cv_c_const = no; then
16508
16509 cat >>confdefs.h <<\_ACEOF
16510 #define const
16511 _ACEOF
16512
16513 fi
16514
16515 { echo "$as_me:$LINENO: checking for inline" >&5
16516 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
16517 if test "${ac_cv_c_inline+set}" = set; then
16518   echo $ECHO_N "(cached) $ECHO_C" >&6
16519 else
16520   ac_cv_c_inline=no
16521 for ac_kw in inline __inline__ __inline; do
16522   cat >conftest.$ac_ext <<_ACEOF
16523 /* confdefs.h.  */
16524 _ACEOF
16525 cat confdefs.h >>conftest.$ac_ext
16526 cat >>conftest.$ac_ext <<_ACEOF
16527 /* end confdefs.h.  */
16528 #ifndef __cplusplus
16529 typedef int foo_t;
16530 static $ac_kw foo_t static_foo () {return 0; }
16531 $ac_kw foo_t foo () {return 0; }
16532 #endif
16533
16534 _ACEOF
16535 rm -f conftest.$ac_objext
16536 if { (ac_try="$ac_compile"
16537 case "(($ac_try" in
16538   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16539   *) ac_try_echo=$ac_try;;
16540 esac
16541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16542   (eval "$ac_compile") 2>conftest.er1
16543   ac_status=$?
16544   grep -v '^ *+' conftest.er1 >conftest.err
16545   rm -f conftest.er1
16546   cat conftest.err >&5
16547   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16548   (exit $ac_status); } && {
16549          test -z "$ac_c_werror_flag" ||
16550          test ! -s conftest.err
16551        } && test -s conftest.$ac_objext; then
16552   ac_cv_c_inline=$ac_kw
16553 else
16554   echo "$as_me: failed program was:" >&5
16555 sed 's/^/| /' conftest.$ac_ext >&5
16556
16557
16558 fi
16559
16560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16561   test "$ac_cv_c_inline" != no && break
16562 done
16563
16564 fi
16565 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
16566 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
16567
16568
16569 case $ac_cv_c_inline in
16570   inline | yes) ;;
16571   *)
16572     case $ac_cv_c_inline in
16573       no) ac_val=;;
16574       *) ac_val=$ac_cv_c_inline;;
16575     esac
16576     cat >>confdefs.h <<_ACEOF
16577 #ifndef __cplusplus
16578 #define inline $ac_val
16579 #endif
16580 _ACEOF
16581     ;;
16582 esac
16583
16584 { echo "$as_me:$LINENO: checking for mode_t" >&5
16585 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
16586 if test "${ac_cv_type_mode_t+set}" = set; then
16587   echo $ECHO_N "(cached) $ECHO_C" >&6
16588 else
16589   cat >conftest.$ac_ext <<_ACEOF
16590 /* confdefs.h.  */
16591 _ACEOF
16592 cat confdefs.h >>conftest.$ac_ext
16593 cat >>conftest.$ac_ext <<_ACEOF
16594 /* end confdefs.h.  */
16595 $ac_includes_default
16596 typedef mode_t ac__type_new_;
16597 int
16598 main ()
16599 {
16600 if ((ac__type_new_ *) 0)
16601   return 0;
16602 if (sizeof (ac__type_new_))
16603   return 0;
16604   ;
16605   return 0;
16606 }
16607 _ACEOF
16608 rm -f conftest.$ac_objext
16609 if { (ac_try="$ac_compile"
16610 case "(($ac_try" in
16611   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612   *) ac_try_echo=$ac_try;;
16613 esac
16614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16615   (eval "$ac_compile") 2>conftest.er1
16616   ac_status=$?
16617   grep -v '^ *+' conftest.er1 >conftest.err
16618   rm -f conftest.er1
16619   cat conftest.err >&5
16620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621   (exit $ac_status); } && {
16622          test -z "$ac_c_werror_flag" ||
16623          test ! -s conftest.err
16624        } && test -s conftest.$ac_objext; then
16625   ac_cv_type_mode_t=yes
16626 else
16627   echo "$as_me: failed program was:" >&5
16628 sed 's/^/| /' conftest.$ac_ext >&5
16629
16630         ac_cv_type_mode_t=no
16631 fi
16632
16633 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16634 fi
16635 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
16636 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
16637 if test $ac_cv_type_mode_t = yes; then
16638
16639 cat >>confdefs.h <<_ACEOF
16640 #define HAVE_MODE_T 1
16641 _ACEOF
16642
16643
16644 fi
16645 { echo "$as_me:$LINENO: checking for off_t" >&5
16646 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
16647 if test "${ac_cv_type_off_t+set}" = set; then
16648   echo $ECHO_N "(cached) $ECHO_C" >&6
16649 else
16650   cat >conftest.$ac_ext <<_ACEOF
16651 /* confdefs.h.  */
16652 _ACEOF
16653 cat confdefs.h >>conftest.$ac_ext
16654 cat >>conftest.$ac_ext <<_ACEOF
16655 /* end confdefs.h.  */
16656 $ac_includes_default
16657 typedef off_t ac__type_new_;
16658 int
16659 main ()
16660 {
16661 if ((ac__type_new_ *) 0)
16662   return 0;
16663 if (sizeof (ac__type_new_))
16664   return 0;
16665   ;
16666   return 0;
16667 }
16668 _ACEOF
16669 rm -f conftest.$ac_objext
16670 if { (ac_try="$ac_compile"
16671 case "(($ac_try" in
16672   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16673   *) ac_try_echo=$ac_try;;
16674 esac
16675 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16676   (eval "$ac_compile") 2>conftest.er1
16677   ac_status=$?
16678   grep -v '^ *+' conftest.er1 >conftest.err
16679   rm -f conftest.er1
16680   cat conftest.err >&5
16681   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16682   (exit $ac_status); } && {
16683          test -z "$ac_c_werror_flag" ||
16684          test ! -s conftest.err
16685        } && test -s conftest.$ac_objext; then
16686   ac_cv_type_off_t=yes
16687 else
16688   echo "$as_me: failed program was:" >&5
16689 sed 's/^/| /' conftest.$ac_ext >&5
16690
16691         ac_cv_type_off_t=no
16692 fi
16693
16694 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16695 fi
16696 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
16697 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
16698 if test $ac_cv_type_off_t = yes; then
16699
16700 cat >>confdefs.h <<_ACEOF
16701 #define HAVE_OFF_T 1
16702 _ACEOF
16703
16704
16705 fi
16706 { echo "$as_me:$LINENO: checking for pid_t" >&5
16707 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
16708 if test "${ac_cv_type_pid_t+set}" = set; then
16709   echo $ECHO_N "(cached) $ECHO_C" >&6
16710 else
16711   cat >conftest.$ac_ext <<_ACEOF
16712 /* confdefs.h.  */
16713 _ACEOF
16714 cat confdefs.h >>conftest.$ac_ext
16715 cat >>conftest.$ac_ext <<_ACEOF
16716 /* end confdefs.h.  */
16717 $ac_includes_default
16718 typedef pid_t ac__type_new_;
16719 int
16720 main ()
16721 {
16722 if ((ac__type_new_ *) 0)
16723   return 0;
16724 if (sizeof (ac__type_new_))
16725   return 0;
16726   ;
16727   return 0;
16728 }
16729 _ACEOF
16730 rm -f conftest.$ac_objext
16731 if { (ac_try="$ac_compile"
16732 case "(($ac_try" in
16733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16734   *) ac_try_echo=$ac_try;;
16735 esac
16736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16737   (eval "$ac_compile") 2>conftest.er1
16738   ac_status=$?
16739   grep -v '^ *+' conftest.er1 >conftest.err
16740   rm -f conftest.er1
16741   cat conftest.err >&5
16742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16743   (exit $ac_status); } && {
16744          test -z "$ac_c_werror_flag" ||
16745          test ! -s conftest.err
16746        } && test -s conftest.$ac_objext; then
16747   ac_cv_type_pid_t=yes
16748 else
16749   echo "$as_me: failed program was:" >&5
16750 sed 's/^/| /' conftest.$ac_ext >&5
16751
16752         ac_cv_type_pid_t=no
16753 fi
16754
16755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16756 fi
16757 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
16758 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
16759 if test $ac_cv_type_pid_t = yes; then
16760
16761 cat >>confdefs.h <<_ACEOF
16762 #define HAVE_PID_T 1
16763 _ACEOF
16764
16765
16766 fi
16767 { echo "$as_me:$LINENO: checking for size_t" >&5
16768 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
16769 if test "${ac_cv_type_size_t+set}" = set; then
16770   echo $ECHO_N "(cached) $ECHO_C" >&6
16771 else
16772   cat >conftest.$ac_ext <<_ACEOF
16773 /* confdefs.h.  */
16774 _ACEOF
16775 cat confdefs.h >>conftest.$ac_ext
16776 cat >>conftest.$ac_ext <<_ACEOF
16777 /* end confdefs.h.  */
16778 $ac_includes_default
16779 typedef size_t ac__type_new_;
16780 int
16781 main ()
16782 {
16783 if ((ac__type_new_ *) 0)
16784   return 0;
16785 if (sizeof (ac__type_new_))
16786   return 0;
16787   ;
16788   return 0;
16789 }
16790 _ACEOF
16791 rm -f conftest.$ac_objext
16792 if { (ac_try="$ac_compile"
16793 case "(($ac_try" in
16794   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16795   *) ac_try_echo=$ac_try;;
16796 esac
16797 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16798   (eval "$ac_compile") 2>conftest.er1
16799   ac_status=$?
16800   grep -v '^ *+' conftest.er1 >conftest.err
16801   rm -f conftest.er1
16802   cat conftest.err >&5
16803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16804   (exit $ac_status); } && {
16805          test -z "$ac_c_werror_flag" ||
16806          test ! -s conftest.err
16807        } && test -s conftest.$ac_objext; then
16808   ac_cv_type_size_t=yes
16809 else
16810   echo "$as_me: failed program was:" >&5
16811 sed 's/^/| /' conftest.$ac_ext >&5
16812
16813         ac_cv_type_size_t=no
16814 fi
16815
16816 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16817 fi
16818 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
16819 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
16820 if test $ac_cv_type_size_t = yes; then
16821
16822 cat >>confdefs.h <<_ACEOF
16823 #define HAVE_SIZE_T 1
16824 _ACEOF
16825
16826
16827 fi
16828 { echo "$as_me:$LINENO: checking for ssize_t" >&5
16829 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
16830 if test "${ac_cv_type_ssize_t+set}" = set; then
16831   echo $ECHO_N "(cached) $ECHO_C" >&6
16832 else
16833   cat >conftest.$ac_ext <<_ACEOF
16834 /* confdefs.h.  */
16835 _ACEOF
16836 cat confdefs.h >>conftest.$ac_ext
16837 cat >>conftest.$ac_ext <<_ACEOF
16838 /* end confdefs.h.  */
16839 $ac_includes_default
16840 typedef ssize_t ac__type_new_;
16841 int
16842 main ()
16843 {
16844 if ((ac__type_new_ *) 0)
16845   return 0;
16846 if (sizeof (ac__type_new_))
16847   return 0;
16848   ;
16849   return 0;
16850 }
16851 _ACEOF
16852 rm -f conftest.$ac_objext
16853 if { (ac_try="$ac_compile"
16854 case "(($ac_try" in
16855   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16856   *) ac_try_echo=$ac_try;;
16857 esac
16858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16859   (eval "$ac_compile") 2>conftest.er1
16860   ac_status=$?
16861   grep -v '^ *+' conftest.er1 >conftest.err
16862   rm -f conftest.er1
16863   cat conftest.err >&5
16864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16865   (exit $ac_status); } && {
16866          test -z "$ac_c_werror_flag" ||
16867          test ! -s conftest.err
16868        } && test -s conftest.$ac_objext; then
16869   ac_cv_type_ssize_t=yes
16870 else
16871   echo "$as_me: failed program was:" >&5
16872 sed 's/^/| /' conftest.$ac_ext >&5
16873
16874         ac_cv_type_ssize_t=no
16875 fi
16876
16877 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16878 fi
16879 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
16880 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
16881 if test $ac_cv_type_ssize_t = yes; then
16882
16883 cat >>confdefs.h <<_ACEOF
16884 #define HAVE_SSIZE_T 1
16885 _ACEOF
16886
16887
16888 fi
16889 { echo "$as_me:$LINENO: checking for long long" >&5
16890 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
16891 if test "${ac_cv_type_long_long+set}" = set; then
16892   echo $ECHO_N "(cached) $ECHO_C" >&6
16893 else
16894   cat >conftest.$ac_ext <<_ACEOF
16895 /* confdefs.h.  */
16896 _ACEOF
16897 cat confdefs.h >>conftest.$ac_ext
16898 cat >>conftest.$ac_ext <<_ACEOF
16899 /* end confdefs.h.  */
16900 $ac_includes_default
16901 typedef long long ac__type_new_;
16902 int
16903 main ()
16904 {
16905 if ((ac__type_new_ *) 0)
16906   return 0;
16907 if (sizeof (ac__type_new_))
16908   return 0;
16909   ;
16910   return 0;
16911 }
16912 _ACEOF
16913 rm -f conftest.$ac_objext
16914 if { (ac_try="$ac_compile"
16915 case "(($ac_try" in
16916   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16917   *) ac_try_echo=$ac_try;;
16918 esac
16919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16920   (eval "$ac_compile") 2>conftest.er1
16921   ac_status=$?
16922   grep -v '^ *+' conftest.er1 >conftest.err
16923   rm -f conftest.er1
16924   cat conftest.err >&5
16925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16926   (exit $ac_status); } && {
16927          test -z "$ac_c_werror_flag" ||
16928          test ! -s conftest.err
16929        } && test -s conftest.$ac_objext; then
16930   ac_cv_type_long_long=yes
16931 else
16932   echo "$as_me: failed program was:" >&5
16933 sed 's/^/| /' conftest.$ac_ext >&5
16934
16935         ac_cv_type_long_long=no
16936 fi
16937
16938 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16939 fi
16940 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
16941 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
16942 if test $ac_cv_type_long_long = yes; then
16943
16944 cat >>confdefs.h <<_ACEOF
16945 #define HAVE_LONG_LONG 1
16946 _ACEOF
16947
16948
16949 fi
16950 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
16951 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
16952 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
16953   echo $ECHO_N "(cached) $ECHO_C" >&6
16954 else
16955   cat >conftest.$ac_ext <<_ACEOF
16956 /* confdefs.h.  */
16957 _ACEOF
16958 cat confdefs.h >>conftest.$ac_ext
16959 cat >>conftest.$ac_ext <<_ACEOF
16960 /* end confdefs.h.  */
16961 $ac_includes_default
16962 typedef fsblkcnt_t ac__type_new_;
16963 int
16964 main ()
16965 {
16966 if ((ac__type_new_ *) 0)
16967   return 0;
16968 if (sizeof (ac__type_new_))
16969   return 0;
16970   ;
16971   return 0;
16972 }
16973 _ACEOF
16974 rm -f conftest.$ac_objext
16975 if { (ac_try="$ac_compile"
16976 case "(($ac_try" in
16977   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16978   *) ac_try_echo=$ac_try;;
16979 esac
16980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16981   (eval "$ac_compile") 2>conftest.er1
16982   ac_status=$?
16983   grep -v '^ *+' conftest.er1 >conftest.err
16984   rm -f conftest.er1
16985   cat conftest.err >&5
16986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16987   (exit $ac_status); } && {
16988          test -z "$ac_c_werror_flag" ||
16989          test ! -s conftest.err
16990        } && test -s conftest.$ac_objext; then
16991   ac_cv_type_fsblkcnt_t=yes
16992 else
16993   echo "$as_me: failed program was:" >&5
16994 sed 's/^/| /' conftest.$ac_ext >&5
16995
16996         ac_cv_type_fsblkcnt_t=no
16997 fi
16998
16999 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17000 fi
17001 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
17002 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
17003 if test $ac_cv_type_fsblkcnt_t = yes; then
17004
17005 cat >>confdefs.h <<_ACEOF
17006 #define HAVE_FSBLKCNT_T 1
17007 _ACEOF
17008
17009
17010 fi
17011 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
17012 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
17013 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
17014   echo $ECHO_N "(cached) $ECHO_C" >&6
17015 else
17016   cat >conftest.$ac_ext <<_ACEOF
17017 /* confdefs.h.  */
17018 _ACEOF
17019 cat confdefs.h >>conftest.$ac_ext
17020 cat >>conftest.$ac_ext <<_ACEOF
17021 /* end confdefs.h.  */
17022 $ac_includes_default
17023 typedef fsfilcnt_t ac__type_new_;
17024 int
17025 main ()
17026 {
17027 if ((ac__type_new_ *) 0)
17028   return 0;
17029 if (sizeof (ac__type_new_))
17030   return 0;
17031   ;
17032   return 0;
17033 }
17034 _ACEOF
17035 rm -f conftest.$ac_objext
17036 if { (ac_try="$ac_compile"
17037 case "(($ac_try" in
17038   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17039   *) ac_try_echo=$ac_try;;
17040 esac
17041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17042   (eval "$ac_compile") 2>conftest.er1
17043   ac_status=$?
17044   grep -v '^ *+' conftest.er1 >conftest.err
17045   rm -f conftest.er1
17046   cat conftest.err >&5
17047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17048   (exit $ac_status); } && {
17049          test -z "$ac_c_werror_flag" ||
17050          test ! -s conftest.err
17051        } && test -s conftest.$ac_objext; then
17052   ac_cv_type_fsfilcnt_t=yes
17053 else
17054   echo "$as_me: failed program was:" >&5
17055 sed 's/^/| /' conftest.$ac_ext >&5
17056
17057         ac_cv_type_fsfilcnt_t=no
17058 fi
17059
17060 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17061 fi
17062 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
17063 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
17064 if test $ac_cv_type_fsfilcnt_t = yes; then
17065
17066 cat >>confdefs.h <<_ACEOF
17067 #define HAVE_FSFILCNT_T 1
17068 _ACEOF
17069
17070
17071 fi
17072
17073 { echo "$as_me:$LINENO: checking for sigset_t" >&5
17074 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
17075 if test "${ac_cv_type_sigset_t+set}" = set; then
17076   echo $ECHO_N "(cached) $ECHO_C" >&6
17077 else
17078   cat >conftest.$ac_ext <<_ACEOF
17079 /* confdefs.h.  */
17080 _ACEOF
17081 cat confdefs.h >>conftest.$ac_ext
17082 cat >>conftest.$ac_ext <<_ACEOF
17083 /* end confdefs.h.  */
17084 #include <signal.h>
17085
17086 typedef sigset_t ac__type_new_;
17087 int
17088 main ()
17089 {
17090 if ((ac__type_new_ *) 0)
17091   return 0;
17092 if (sizeof (ac__type_new_))
17093   return 0;
17094   ;
17095   return 0;
17096 }
17097 _ACEOF
17098 rm -f conftest.$ac_objext
17099 if { (ac_try="$ac_compile"
17100 case "(($ac_try" in
17101   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17102   *) ac_try_echo=$ac_try;;
17103 esac
17104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17105   (eval "$ac_compile") 2>conftest.er1
17106   ac_status=$?
17107   grep -v '^ *+' conftest.er1 >conftest.err
17108   rm -f conftest.er1
17109   cat conftest.err >&5
17110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17111   (exit $ac_status); } && {
17112          test -z "$ac_c_werror_flag" ||
17113          test ! -s conftest.err
17114        } && test -s conftest.$ac_objext; then
17115   ac_cv_type_sigset_t=yes
17116 else
17117   echo "$as_me: failed program was:" >&5
17118 sed 's/^/| /' conftest.$ac_ext >&5
17119
17120         ac_cv_type_sigset_t=no
17121 fi
17122
17123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17124 fi
17125 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
17126 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
17127 if test $ac_cv_type_sigset_t = yes; then
17128
17129 cat >>confdefs.h <<_ACEOF
17130 #define HAVE_SIGSET_T 1
17131 _ACEOF
17132
17133
17134 fi
17135
17136 { echo "$as_me:$LINENO: checking for request_sense" >&5
17137 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
17138 if test "${ac_cv_type_request_sense+set}" = set; then
17139   echo $ECHO_N "(cached) $ECHO_C" >&6
17140 else
17141   cat >conftest.$ac_ext <<_ACEOF
17142 /* confdefs.h.  */
17143 _ACEOF
17144 cat confdefs.h >>conftest.$ac_ext
17145 cat >>conftest.$ac_ext <<_ACEOF
17146 /* end confdefs.h.  */
17147 #include <linux/cdrom.h>
17148
17149 typedef request_sense ac__type_new_;
17150 int
17151 main ()
17152 {
17153 if ((ac__type_new_ *) 0)
17154   return 0;
17155 if (sizeof (ac__type_new_))
17156   return 0;
17157   ;
17158   return 0;
17159 }
17160 _ACEOF
17161 rm -f conftest.$ac_objext
17162 if { (ac_try="$ac_compile"
17163 case "(($ac_try" in
17164   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17165   *) ac_try_echo=$ac_try;;
17166 esac
17167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17168   (eval "$ac_compile") 2>conftest.er1
17169   ac_status=$?
17170   grep -v '^ *+' conftest.er1 >conftest.err
17171   rm -f conftest.er1
17172   cat conftest.err >&5
17173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17174   (exit $ac_status); } && {
17175          test -z "$ac_c_werror_flag" ||
17176          test ! -s conftest.err
17177        } && test -s conftest.$ac_objext; then
17178   ac_cv_type_request_sense=yes
17179 else
17180   echo "$as_me: failed program was:" >&5
17181 sed 's/^/| /' conftest.$ac_ext >&5
17182
17183         ac_cv_type_request_sense=no
17184 fi
17185
17186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17187 fi
17188 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
17189 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
17190 if test $ac_cv_type_request_sense = yes; then
17191
17192 cat >>confdefs.h <<_ACEOF
17193 #define HAVE_REQUEST_SENSE 1
17194 _ACEOF
17195
17196
17197 fi
17198
17199
17200 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
17201 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
17202 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
17203   echo $ECHO_N "(cached) $ECHO_C" >&6
17204 else
17205   cat >conftest.$ac_ext <<_ACEOF
17206 /* confdefs.h.  */
17207 _ACEOF
17208 cat confdefs.h >>conftest.$ac_ext
17209 cat >>conftest.$ac_ext <<_ACEOF
17210 /* end confdefs.h.  */
17211 #ifdef HAVE_LINUX_INPUT_H
17212 #include <linux/input.h>
17213 #endif
17214
17215 int
17216 main ()
17217 {
17218 static struct ff_effect ac_aggr;
17219 if (ac_aggr.direction)
17220 return 0;
17221   ;
17222   return 0;
17223 }
17224 _ACEOF
17225 rm -f conftest.$ac_objext
17226 if { (ac_try="$ac_compile"
17227 case "(($ac_try" in
17228   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17229   *) ac_try_echo=$ac_try;;
17230 esac
17231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17232   (eval "$ac_compile") 2>conftest.er1
17233   ac_status=$?
17234   grep -v '^ *+' conftest.er1 >conftest.err
17235   rm -f conftest.er1
17236   cat conftest.err >&5
17237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17238   (exit $ac_status); } && {
17239          test -z "$ac_c_werror_flag" ||
17240          test ! -s conftest.err
17241        } && test -s conftest.$ac_objext; then
17242   ac_cv_member_struct_ff_effect_direction=yes
17243 else
17244   echo "$as_me: failed program was:" >&5
17245 sed 's/^/| /' conftest.$ac_ext >&5
17246
17247         cat >conftest.$ac_ext <<_ACEOF
17248 /* confdefs.h.  */
17249 _ACEOF
17250 cat confdefs.h >>conftest.$ac_ext
17251 cat >>conftest.$ac_ext <<_ACEOF
17252 /* end confdefs.h.  */
17253 #ifdef HAVE_LINUX_INPUT_H
17254 #include <linux/input.h>
17255 #endif
17256
17257 int
17258 main ()
17259 {
17260 static struct ff_effect ac_aggr;
17261 if (sizeof ac_aggr.direction)
17262 return 0;
17263   ;
17264   return 0;
17265 }
17266 _ACEOF
17267 rm -f conftest.$ac_objext
17268 if { (ac_try="$ac_compile"
17269 case "(($ac_try" in
17270   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17271   *) ac_try_echo=$ac_try;;
17272 esac
17273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17274   (eval "$ac_compile") 2>conftest.er1
17275   ac_status=$?
17276   grep -v '^ *+' conftest.er1 >conftest.err
17277   rm -f conftest.er1
17278   cat conftest.err >&5
17279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17280   (exit $ac_status); } && {
17281          test -z "$ac_c_werror_flag" ||
17282          test ! -s conftest.err
17283        } && test -s conftest.$ac_objext; then
17284   ac_cv_member_struct_ff_effect_direction=yes
17285 else
17286   echo "$as_me: failed program was:" >&5
17287 sed 's/^/| /' conftest.$ac_ext >&5
17288
17289         ac_cv_member_struct_ff_effect_direction=no
17290 fi
17291
17292 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17293 fi
17294
17295 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17296 fi
17297 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
17298 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
17299 if test $ac_cv_member_struct_ff_effect_direction = yes; then
17300
17301 cat >>confdefs.h <<_ACEOF
17302 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
17303 _ACEOF
17304
17305
17306 fi
17307
17308
17309 { echo "$as_me:$LINENO: checking for sigaddset" >&5
17310 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
17311 if test "${wine_cv_have_sigaddset+set}" = set; then
17312   echo $ECHO_N "(cached) $ECHO_C" >&6
17313 else
17314   cat >conftest.$ac_ext <<_ACEOF
17315 /* confdefs.h.  */
17316 _ACEOF
17317 cat confdefs.h >>conftest.$ac_ext
17318 cat >>conftest.$ac_ext <<_ACEOF
17319 /* end confdefs.h.  */
17320 #include <signal.h>
17321 int
17322 main ()
17323 {
17324 sigset_t set; sigaddset(&set,SIGTERM);
17325   ;
17326   return 0;
17327 }
17328 _ACEOF
17329 rm -f conftest.$ac_objext conftest$ac_exeext
17330 if { (ac_try="$ac_link"
17331 case "(($ac_try" in
17332   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17333   *) ac_try_echo=$ac_try;;
17334 esac
17335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17336   (eval "$ac_link") 2>conftest.er1
17337   ac_status=$?
17338   grep -v '^ *+' conftest.er1 >conftest.err
17339   rm -f conftest.er1
17340   cat conftest.err >&5
17341   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17342   (exit $ac_status); } && {
17343          test -z "$ac_c_werror_flag" ||
17344          test ! -s conftest.err
17345        } && test -s conftest$ac_exeext &&
17346        $as_test_x conftest$ac_exeext; then
17347   wine_cv_have_sigaddset=yes
17348 else
17349   echo "$as_me: failed program was:" >&5
17350 sed 's/^/| /' conftest.$ac_ext >&5
17351
17352         wine_cv_have_sigaddset=no
17353 fi
17354
17355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17356       conftest$ac_exeext conftest.$ac_ext
17357 fi
17358 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
17359 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
17360 if test "$wine_cv_have_sigaddset" = "yes"
17361 then
17362
17363 cat >>confdefs.h <<\_ACEOF
17364 #define HAVE_SIGADDSET 1
17365 _ACEOF
17366
17367 fi
17368
17369
17370 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
17371 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
17372 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
17373   echo $ECHO_N "(cached) $ECHO_C" >&6
17374 else
17375   cat >conftest.$ac_ext <<_ACEOF
17376 /* confdefs.h.  */
17377 _ACEOF
17378 cat confdefs.h >>conftest.$ac_ext
17379 cat >>conftest.$ac_ext <<_ACEOF
17380 /* end confdefs.h.  */
17381 #include <netdb.h>
17382 int
17383 main ()
17384 {
17385
17386     char *name=NULL;
17387     struct hostent he;
17388     struct hostent *result;
17389     char *buf=NULL;
17390     int bufsize=0;
17391     int res,errnr;
17392     char *addr=NULL;
17393     int addrlen=0;
17394     int addrtype=0;
17395     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
17396     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
17397
17398   ;
17399   return 0;
17400 }
17401 _ACEOF
17402 rm -f conftest.$ac_objext conftest$ac_exeext
17403 if { (ac_try="$ac_link"
17404 case "(($ac_try" in
17405   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17406   *) ac_try_echo=$ac_try;;
17407 esac
17408 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17409   (eval "$ac_link") 2>conftest.er1
17410   ac_status=$?
17411   grep -v '^ *+' conftest.er1 >conftest.err
17412   rm -f conftest.er1
17413   cat conftest.err >&5
17414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17415   (exit $ac_status); } && {
17416          test -z "$ac_c_werror_flag" ||
17417          test ! -s conftest.err
17418        } && test -s conftest$ac_exeext &&
17419        $as_test_x conftest$ac_exeext; then
17420   wine_cv_linux_gethostbyname_r_6=yes
17421 else
17422   echo "$as_me: failed program was:" >&5
17423 sed 's/^/| /' conftest.$ac_ext >&5
17424
17425         wine_cv_linux_gethostbyname_r_6=no
17426
17427 fi
17428
17429 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17430       conftest$ac_exeext conftest.$ac_ext
17431
17432 fi
17433 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
17434 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
17435    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
17436    then
17437
17438 cat >>confdefs.h <<\_ACEOF
17439 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
17440 _ACEOF
17441
17442    fi
17443
17444 if test "$ac_cv_header_linux_joystick_h" = "yes"
17445 then
17446    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
17447 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
17448 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
17449   echo $ECHO_N "(cached) $ECHO_C" >&6
17450 else
17451   cat >conftest.$ac_ext <<_ACEOF
17452 /* confdefs.h.  */
17453 _ACEOF
17454 cat confdefs.h >>conftest.$ac_ext
17455 cat >>conftest.$ac_ext <<_ACEOF
17456 /* end confdefs.h.  */
17457
17458         #include <sys/ioctl.h>
17459         #include <sys/types.h>
17460         #include <linux/joystick.h>
17461
17462         struct js_event blub;
17463         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
17464         #error "no 2.2 header"
17465         #endif
17466
17467 int
17468 main ()
17469 {
17470 /*empty*/
17471   ;
17472   return 0;
17473 }
17474 _ACEOF
17475 rm -f conftest.$ac_objext
17476 if { (ac_try="$ac_compile"
17477 case "(($ac_try" in
17478   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17479   *) ac_try_echo=$ac_try;;
17480 esac
17481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17482   (eval "$ac_compile") 2>conftest.er1
17483   ac_status=$?
17484   grep -v '^ *+' conftest.er1 >conftest.err
17485   rm -f conftest.er1
17486   cat conftest.err >&5
17487   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17488   (exit $ac_status); } && {
17489          test -z "$ac_c_werror_flag" ||
17490          test ! -s conftest.err
17491        } && test -s conftest.$ac_objext; then
17492   wine_cv_linux_joystick_22_api=yes
17493 else
17494   echo "$as_me: failed program was:" >&5
17495 sed 's/^/| /' conftest.$ac_ext >&5
17496
17497         wine_cv_linux_joystick_22_api=no
17498 fi
17499
17500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17501
17502 fi
17503 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
17504 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
17505    if test "$wine_cv_linux_joystick_22_api" = "yes"
17506    then
17507
17508 cat >>confdefs.h <<\_ACEOF
17509 #define HAVE_LINUX_22_JOYSTICK_API 1
17510 _ACEOF
17511
17512    fi
17513 fi
17514
17515
17516 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
17517 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
17518 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
17519   echo $ECHO_N "(cached) $ECHO_C" >&6
17520 else
17521   cat >conftest.$ac_ext <<_ACEOF
17522 /* confdefs.h.  */
17523 _ACEOF
17524 cat confdefs.h >>conftest.$ac_ext
17525 cat >>conftest.$ac_ext <<_ACEOF
17526 /* end confdefs.h.  */
17527 #include <sys/types.h>
17528 #ifdef HAVE_SYS_PARAM_H
17529 # include <sys/param.h>
17530 #endif
17531 #ifdef HAVE_SYS_MOUNT_H
17532 # include <sys/mount.h>
17533 #endif
17534 #ifdef HAVE_SYS_VFS_H
17535 # include <sys/vfs.h>
17536 #endif
17537 #ifdef HAVE_SYS_STATFS_H
17538 # include <sys/statfs.h>
17539 #endif
17540
17541 int
17542 main ()
17543 {
17544 static struct statfs ac_aggr;
17545 if (ac_aggr.f_bfree)
17546 return 0;
17547   ;
17548   return 0;
17549 }
17550 _ACEOF
17551 rm -f conftest.$ac_objext
17552 if { (ac_try="$ac_compile"
17553 case "(($ac_try" in
17554   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17555   *) ac_try_echo=$ac_try;;
17556 esac
17557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17558   (eval "$ac_compile") 2>conftest.er1
17559   ac_status=$?
17560   grep -v '^ *+' conftest.er1 >conftest.err
17561   rm -f conftest.er1
17562   cat conftest.err >&5
17563   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17564   (exit $ac_status); } && {
17565          test -z "$ac_c_werror_flag" ||
17566          test ! -s conftest.err
17567        } && test -s conftest.$ac_objext; then
17568   ac_cv_member_struct_statfs_f_bfree=yes
17569 else
17570   echo "$as_me: failed program was:" >&5
17571 sed 's/^/| /' conftest.$ac_ext >&5
17572
17573         cat >conftest.$ac_ext <<_ACEOF
17574 /* confdefs.h.  */
17575 _ACEOF
17576 cat confdefs.h >>conftest.$ac_ext
17577 cat >>conftest.$ac_ext <<_ACEOF
17578 /* end confdefs.h.  */
17579 #include <sys/types.h>
17580 #ifdef HAVE_SYS_PARAM_H
17581 # include <sys/param.h>
17582 #endif
17583 #ifdef HAVE_SYS_MOUNT_H
17584 # include <sys/mount.h>
17585 #endif
17586 #ifdef HAVE_SYS_VFS_H
17587 # include <sys/vfs.h>
17588 #endif
17589 #ifdef HAVE_SYS_STATFS_H
17590 # include <sys/statfs.h>
17591 #endif
17592
17593 int
17594 main ()
17595 {
17596 static struct statfs ac_aggr;
17597 if (sizeof ac_aggr.f_bfree)
17598 return 0;
17599   ;
17600   return 0;
17601 }
17602 _ACEOF
17603 rm -f conftest.$ac_objext
17604 if { (ac_try="$ac_compile"
17605 case "(($ac_try" in
17606   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17607   *) ac_try_echo=$ac_try;;
17608 esac
17609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17610   (eval "$ac_compile") 2>conftest.er1
17611   ac_status=$?
17612   grep -v '^ *+' conftest.er1 >conftest.err
17613   rm -f conftest.er1
17614   cat conftest.err >&5
17615   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17616   (exit $ac_status); } && {
17617          test -z "$ac_c_werror_flag" ||
17618          test ! -s conftest.err
17619        } && test -s conftest.$ac_objext; then
17620   ac_cv_member_struct_statfs_f_bfree=yes
17621 else
17622   echo "$as_me: failed program was:" >&5
17623 sed 's/^/| /' conftest.$ac_ext >&5
17624
17625         ac_cv_member_struct_statfs_f_bfree=no
17626 fi
17627
17628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17629 fi
17630
17631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17632 fi
17633 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
17634 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
17635 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
17636
17637 cat >>confdefs.h <<_ACEOF
17638 #define HAVE_STRUCT_STATFS_F_BFREE 1
17639 _ACEOF
17640
17641
17642 fi
17643 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
17644 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
17645 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
17646   echo $ECHO_N "(cached) $ECHO_C" >&6
17647 else
17648   cat >conftest.$ac_ext <<_ACEOF
17649 /* confdefs.h.  */
17650 _ACEOF
17651 cat confdefs.h >>conftest.$ac_ext
17652 cat >>conftest.$ac_ext <<_ACEOF
17653 /* end confdefs.h.  */
17654 #include <sys/types.h>
17655 #ifdef HAVE_SYS_PARAM_H
17656 # include <sys/param.h>
17657 #endif
17658 #ifdef HAVE_SYS_MOUNT_H
17659 # include <sys/mount.h>
17660 #endif
17661 #ifdef HAVE_SYS_VFS_H
17662 # include <sys/vfs.h>
17663 #endif
17664 #ifdef HAVE_SYS_STATFS_H
17665 # include <sys/statfs.h>
17666 #endif
17667
17668 int
17669 main ()
17670 {
17671 static struct statfs ac_aggr;
17672 if (ac_aggr.f_bavail)
17673 return 0;
17674   ;
17675   return 0;
17676 }
17677 _ACEOF
17678 rm -f conftest.$ac_objext
17679 if { (ac_try="$ac_compile"
17680 case "(($ac_try" in
17681   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17682   *) ac_try_echo=$ac_try;;
17683 esac
17684 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17685   (eval "$ac_compile") 2>conftest.er1
17686   ac_status=$?
17687   grep -v '^ *+' conftest.er1 >conftest.err
17688   rm -f conftest.er1
17689   cat conftest.err >&5
17690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17691   (exit $ac_status); } && {
17692          test -z "$ac_c_werror_flag" ||
17693          test ! -s conftest.err
17694        } && test -s conftest.$ac_objext; then
17695   ac_cv_member_struct_statfs_f_bavail=yes
17696 else
17697   echo "$as_me: failed program was:" >&5
17698 sed 's/^/| /' conftest.$ac_ext >&5
17699
17700         cat >conftest.$ac_ext <<_ACEOF
17701 /* confdefs.h.  */
17702 _ACEOF
17703 cat confdefs.h >>conftest.$ac_ext
17704 cat >>conftest.$ac_ext <<_ACEOF
17705 /* end confdefs.h.  */
17706 #include <sys/types.h>
17707 #ifdef HAVE_SYS_PARAM_H
17708 # include <sys/param.h>
17709 #endif
17710 #ifdef HAVE_SYS_MOUNT_H
17711 # include <sys/mount.h>
17712 #endif
17713 #ifdef HAVE_SYS_VFS_H
17714 # include <sys/vfs.h>
17715 #endif
17716 #ifdef HAVE_SYS_STATFS_H
17717 # include <sys/statfs.h>
17718 #endif
17719
17720 int
17721 main ()
17722 {
17723 static struct statfs ac_aggr;
17724 if (sizeof ac_aggr.f_bavail)
17725 return 0;
17726   ;
17727   return 0;
17728 }
17729 _ACEOF
17730 rm -f conftest.$ac_objext
17731 if { (ac_try="$ac_compile"
17732 case "(($ac_try" in
17733   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17734   *) ac_try_echo=$ac_try;;
17735 esac
17736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17737   (eval "$ac_compile") 2>conftest.er1
17738   ac_status=$?
17739   grep -v '^ *+' conftest.er1 >conftest.err
17740   rm -f conftest.er1
17741   cat conftest.err >&5
17742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17743   (exit $ac_status); } && {
17744          test -z "$ac_c_werror_flag" ||
17745          test ! -s conftest.err
17746        } && test -s conftest.$ac_objext; then
17747   ac_cv_member_struct_statfs_f_bavail=yes
17748 else
17749   echo "$as_me: failed program was:" >&5
17750 sed 's/^/| /' conftest.$ac_ext >&5
17751
17752         ac_cv_member_struct_statfs_f_bavail=no
17753 fi
17754
17755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17756 fi
17757
17758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17759 fi
17760 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
17761 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
17762 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
17763
17764 cat >>confdefs.h <<_ACEOF
17765 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
17766 _ACEOF
17767
17768
17769 fi
17770 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
17771 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
17772 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
17773   echo $ECHO_N "(cached) $ECHO_C" >&6
17774 else
17775   cat >conftest.$ac_ext <<_ACEOF
17776 /* confdefs.h.  */
17777 _ACEOF
17778 cat confdefs.h >>conftest.$ac_ext
17779 cat >>conftest.$ac_ext <<_ACEOF
17780 /* end confdefs.h.  */
17781 #include <sys/types.h>
17782 #ifdef HAVE_SYS_PARAM_H
17783 # include <sys/param.h>
17784 #endif
17785 #ifdef HAVE_SYS_MOUNT_H
17786 # include <sys/mount.h>
17787 #endif
17788 #ifdef HAVE_SYS_VFS_H
17789 # include <sys/vfs.h>
17790 #endif
17791 #ifdef HAVE_SYS_STATFS_H
17792 # include <sys/statfs.h>
17793 #endif
17794
17795 int
17796 main ()
17797 {
17798 static struct statfs ac_aggr;
17799 if (ac_aggr.f_frsize)
17800 return 0;
17801   ;
17802   return 0;
17803 }
17804 _ACEOF
17805 rm -f conftest.$ac_objext
17806 if { (ac_try="$ac_compile"
17807 case "(($ac_try" in
17808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17809   *) ac_try_echo=$ac_try;;
17810 esac
17811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17812   (eval "$ac_compile") 2>conftest.er1
17813   ac_status=$?
17814   grep -v '^ *+' conftest.er1 >conftest.err
17815   rm -f conftest.er1
17816   cat conftest.err >&5
17817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17818   (exit $ac_status); } && {
17819          test -z "$ac_c_werror_flag" ||
17820          test ! -s conftest.err
17821        } && test -s conftest.$ac_objext; then
17822   ac_cv_member_struct_statfs_f_frsize=yes
17823 else
17824   echo "$as_me: failed program was:" >&5
17825 sed 's/^/| /' conftest.$ac_ext >&5
17826
17827         cat >conftest.$ac_ext <<_ACEOF
17828 /* confdefs.h.  */
17829 _ACEOF
17830 cat confdefs.h >>conftest.$ac_ext
17831 cat >>conftest.$ac_ext <<_ACEOF
17832 /* end confdefs.h.  */
17833 #include <sys/types.h>
17834 #ifdef HAVE_SYS_PARAM_H
17835 # include <sys/param.h>
17836 #endif
17837 #ifdef HAVE_SYS_MOUNT_H
17838 # include <sys/mount.h>
17839 #endif
17840 #ifdef HAVE_SYS_VFS_H
17841 # include <sys/vfs.h>
17842 #endif
17843 #ifdef HAVE_SYS_STATFS_H
17844 # include <sys/statfs.h>
17845 #endif
17846
17847 int
17848 main ()
17849 {
17850 static struct statfs ac_aggr;
17851 if (sizeof ac_aggr.f_frsize)
17852 return 0;
17853   ;
17854   return 0;
17855 }
17856 _ACEOF
17857 rm -f conftest.$ac_objext
17858 if { (ac_try="$ac_compile"
17859 case "(($ac_try" in
17860   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17861   *) ac_try_echo=$ac_try;;
17862 esac
17863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17864   (eval "$ac_compile") 2>conftest.er1
17865   ac_status=$?
17866   grep -v '^ *+' conftest.er1 >conftest.err
17867   rm -f conftest.er1
17868   cat conftest.err >&5
17869   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17870   (exit $ac_status); } && {
17871          test -z "$ac_c_werror_flag" ||
17872          test ! -s conftest.err
17873        } && test -s conftest.$ac_objext; then
17874   ac_cv_member_struct_statfs_f_frsize=yes
17875 else
17876   echo "$as_me: failed program was:" >&5
17877 sed 's/^/| /' conftest.$ac_ext >&5
17878
17879         ac_cv_member_struct_statfs_f_frsize=no
17880 fi
17881
17882 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17883 fi
17884
17885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17886 fi
17887 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
17888 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
17889 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
17890
17891 cat >>confdefs.h <<_ACEOF
17892 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
17893 _ACEOF
17894
17895
17896 fi
17897 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
17898 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
17899 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
17900   echo $ECHO_N "(cached) $ECHO_C" >&6
17901 else
17902   cat >conftest.$ac_ext <<_ACEOF
17903 /* confdefs.h.  */
17904 _ACEOF
17905 cat confdefs.h >>conftest.$ac_ext
17906 cat >>conftest.$ac_ext <<_ACEOF
17907 /* end confdefs.h.  */
17908 #include <sys/types.h>
17909 #ifdef HAVE_SYS_PARAM_H
17910 # include <sys/param.h>
17911 #endif
17912 #ifdef HAVE_SYS_MOUNT_H
17913 # include <sys/mount.h>
17914 #endif
17915 #ifdef HAVE_SYS_VFS_H
17916 # include <sys/vfs.h>
17917 #endif
17918 #ifdef HAVE_SYS_STATFS_H
17919 # include <sys/statfs.h>
17920 #endif
17921
17922 int
17923 main ()
17924 {
17925 static struct statfs ac_aggr;
17926 if (ac_aggr.f_ffree)
17927 return 0;
17928   ;
17929   return 0;
17930 }
17931 _ACEOF
17932 rm -f conftest.$ac_objext
17933 if { (ac_try="$ac_compile"
17934 case "(($ac_try" in
17935   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17936   *) ac_try_echo=$ac_try;;
17937 esac
17938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17939   (eval "$ac_compile") 2>conftest.er1
17940   ac_status=$?
17941   grep -v '^ *+' conftest.er1 >conftest.err
17942   rm -f conftest.er1
17943   cat conftest.err >&5
17944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17945   (exit $ac_status); } && {
17946          test -z "$ac_c_werror_flag" ||
17947          test ! -s conftest.err
17948        } && test -s conftest.$ac_objext; then
17949   ac_cv_member_struct_statfs_f_ffree=yes
17950 else
17951   echo "$as_me: failed program was:" >&5
17952 sed 's/^/| /' conftest.$ac_ext >&5
17953
17954         cat >conftest.$ac_ext <<_ACEOF
17955 /* confdefs.h.  */
17956 _ACEOF
17957 cat confdefs.h >>conftest.$ac_ext
17958 cat >>conftest.$ac_ext <<_ACEOF
17959 /* end confdefs.h.  */
17960 #include <sys/types.h>
17961 #ifdef HAVE_SYS_PARAM_H
17962 # include <sys/param.h>
17963 #endif
17964 #ifdef HAVE_SYS_MOUNT_H
17965 # include <sys/mount.h>
17966 #endif
17967 #ifdef HAVE_SYS_VFS_H
17968 # include <sys/vfs.h>
17969 #endif
17970 #ifdef HAVE_SYS_STATFS_H
17971 # include <sys/statfs.h>
17972 #endif
17973
17974 int
17975 main ()
17976 {
17977 static struct statfs ac_aggr;
17978 if (sizeof ac_aggr.f_ffree)
17979 return 0;
17980   ;
17981   return 0;
17982 }
17983 _ACEOF
17984 rm -f conftest.$ac_objext
17985 if { (ac_try="$ac_compile"
17986 case "(($ac_try" in
17987   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17988   *) ac_try_echo=$ac_try;;
17989 esac
17990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17991   (eval "$ac_compile") 2>conftest.er1
17992   ac_status=$?
17993   grep -v '^ *+' conftest.er1 >conftest.err
17994   rm -f conftest.er1
17995   cat conftest.err >&5
17996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17997   (exit $ac_status); } && {
17998          test -z "$ac_c_werror_flag" ||
17999          test ! -s conftest.err
18000        } && test -s conftest.$ac_objext; then
18001   ac_cv_member_struct_statfs_f_ffree=yes
18002 else
18003   echo "$as_me: failed program was:" >&5
18004 sed 's/^/| /' conftest.$ac_ext >&5
18005
18006         ac_cv_member_struct_statfs_f_ffree=no
18007 fi
18008
18009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18010 fi
18011
18012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18013 fi
18014 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
18015 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
18016 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
18017
18018 cat >>confdefs.h <<_ACEOF
18019 #define HAVE_STRUCT_STATFS_F_FFREE 1
18020 _ACEOF
18021
18022
18023 fi
18024 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
18025 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
18026 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
18027   echo $ECHO_N "(cached) $ECHO_C" >&6
18028 else
18029   cat >conftest.$ac_ext <<_ACEOF
18030 /* confdefs.h.  */
18031 _ACEOF
18032 cat confdefs.h >>conftest.$ac_ext
18033 cat >>conftest.$ac_ext <<_ACEOF
18034 /* end confdefs.h.  */
18035 #include <sys/types.h>
18036 #ifdef HAVE_SYS_PARAM_H
18037 # include <sys/param.h>
18038 #endif
18039 #ifdef HAVE_SYS_MOUNT_H
18040 # include <sys/mount.h>
18041 #endif
18042 #ifdef HAVE_SYS_VFS_H
18043 # include <sys/vfs.h>
18044 #endif
18045 #ifdef HAVE_SYS_STATFS_H
18046 # include <sys/statfs.h>
18047 #endif
18048
18049 int
18050 main ()
18051 {
18052 static struct statfs ac_aggr;
18053 if (ac_aggr.f_favail)
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_member_struct_statfs_f_favail=yes
18077 else
18078   echo "$as_me: failed program was:" >&5
18079 sed 's/^/| /' conftest.$ac_ext >&5
18080
18081         cat >conftest.$ac_ext <<_ACEOF
18082 /* confdefs.h.  */
18083 _ACEOF
18084 cat confdefs.h >>conftest.$ac_ext
18085 cat >>conftest.$ac_ext <<_ACEOF
18086 /* end confdefs.h.  */
18087 #include <sys/types.h>
18088 #ifdef HAVE_SYS_PARAM_H
18089 # include <sys/param.h>
18090 #endif
18091 #ifdef HAVE_SYS_MOUNT_H
18092 # include <sys/mount.h>
18093 #endif
18094 #ifdef HAVE_SYS_VFS_H
18095 # include <sys/vfs.h>
18096 #endif
18097 #ifdef HAVE_SYS_STATFS_H
18098 # include <sys/statfs.h>
18099 #endif
18100
18101 int
18102 main ()
18103 {
18104 static struct statfs ac_aggr;
18105 if (sizeof ac_aggr.f_favail)
18106 return 0;
18107   ;
18108   return 0;
18109 }
18110 _ACEOF
18111 rm -f conftest.$ac_objext
18112 if { (ac_try="$ac_compile"
18113 case "(($ac_try" in
18114   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18115   *) ac_try_echo=$ac_try;;
18116 esac
18117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18118   (eval "$ac_compile") 2>conftest.er1
18119   ac_status=$?
18120   grep -v '^ *+' conftest.er1 >conftest.err
18121   rm -f conftest.er1
18122   cat conftest.err >&5
18123   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18124   (exit $ac_status); } && {
18125          test -z "$ac_c_werror_flag" ||
18126          test ! -s conftest.err
18127        } && test -s conftest.$ac_objext; then
18128   ac_cv_member_struct_statfs_f_favail=yes
18129 else
18130   echo "$as_me: failed program was:" >&5
18131 sed 's/^/| /' conftest.$ac_ext >&5
18132
18133         ac_cv_member_struct_statfs_f_favail=no
18134 fi
18135
18136 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18137 fi
18138
18139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18140 fi
18141 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
18142 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
18143 if test $ac_cv_member_struct_statfs_f_favail = yes; then
18144
18145 cat >>confdefs.h <<_ACEOF
18146 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
18147 _ACEOF
18148
18149
18150 fi
18151 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
18152 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
18153 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
18154   echo $ECHO_N "(cached) $ECHO_C" >&6
18155 else
18156   cat >conftest.$ac_ext <<_ACEOF
18157 /* confdefs.h.  */
18158 _ACEOF
18159 cat confdefs.h >>conftest.$ac_ext
18160 cat >>conftest.$ac_ext <<_ACEOF
18161 /* end confdefs.h.  */
18162 #include <sys/types.h>
18163 #ifdef HAVE_SYS_PARAM_H
18164 # include <sys/param.h>
18165 #endif
18166 #ifdef HAVE_SYS_MOUNT_H
18167 # include <sys/mount.h>
18168 #endif
18169 #ifdef HAVE_SYS_VFS_H
18170 # include <sys/vfs.h>
18171 #endif
18172 #ifdef HAVE_SYS_STATFS_H
18173 # include <sys/statfs.h>
18174 #endif
18175
18176 int
18177 main ()
18178 {
18179 static struct statfs ac_aggr;
18180 if (ac_aggr.f_namelen)
18181 return 0;
18182   ;
18183   return 0;
18184 }
18185 _ACEOF
18186 rm -f conftest.$ac_objext
18187 if { (ac_try="$ac_compile"
18188 case "(($ac_try" in
18189   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18190   *) ac_try_echo=$ac_try;;
18191 esac
18192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18193   (eval "$ac_compile") 2>conftest.er1
18194   ac_status=$?
18195   grep -v '^ *+' conftest.er1 >conftest.err
18196   rm -f conftest.er1
18197   cat conftest.err >&5
18198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18199   (exit $ac_status); } && {
18200          test -z "$ac_c_werror_flag" ||
18201          test ! -s conftest.err
18202        } && test -s conftest.$ac_objext; then
18203   ac_cv_member_struct_statfs_f_namelen=yes
18204 else
18205   echo "$as_me: failed program was:" >&5
18206 sed 's/^/| /' conftest.$ac_ext >&5
18207
18208         cat >conftest.$ac_ext <<_ACEOF
18209 /* confdefs.h.  */
18210 _ACEOF
18211 cat confdefs.h >>conftest.$ac_ext
18212 cat >>conftest.$ac_ext <<_ACEOF
18213 /* end confdefs.h.  */
18214 #include <sys/types.h>
18215 #ifdef HAVE_SYS_PARAM_H
18216 # include <sys/param.h>
18217 #endif
18218 #ifdef HAVE_SYS_MOUNT_H
18219 # include <sys/mount.h>
18220 #endif
18221 #ifdef HAVE_SYS_VFS_H
18222 # include <sys/vfs.h>
18223 #endif
18224 #ifdef HAVE_SYS_STATFS_H
18225 # include <sys/statfs.h>
18226 #endif
18227
18228 int
18229 main ()
18230 {
18231 static struct statfs ac_aggr;
18232 if (sizeof ac_aggr.f_namelen)
18233 return 0;
18234   ;
18235   return 0;
18236 }
18237 _ACEOF
18238 rm -f conftest.$ac_objext
18239 if { (ac_try="$ac_compile"
18240 case "(($ac_try" in
18241   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18242   *) ac_try_echo=$ac_try;;
18243 esac
18244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18245   (eval "$ac_compile") 2>conftest.er1
18246   ac_status=$?
18247   grep -v '^ *+' conftest.er1 >conftest.err
18248   rm -f conftest.er1
18249   cat conftest.err >&5
18250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18251   (exit $ac_status); } && {
18252          test -z "$ac_c_werror_flag" ||
18253          test ! -s conftest.err
18254        } && test -s conftest.$ac_objext; then
18255   ac_cv_member_struct_statfs_f_namelen=yes
18256 else
18257   echo "$as_me: failed program was:" >&5
18258 sed 's/^/| /' conftest.$ac_ext >&5
18259
18260         ac_cv_member_struct_statfs_f_namelen=no
18261 fi
18262
18263 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18264 fi
18265
18266 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18267 fi
18268 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
18269 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
18270 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
18271
18272 cat >>confdefs.h <<_ACEOF
18273 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
18274 _ACEOF
18275
18276
18277 fi
18278
18279
18280 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
18281 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
18282 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
18283   echo $ECHO_N "(cached) $ECHO_C" >&6
18284 else
18285   cat >conftest.$ac_ext <<_ACEOF
18286 /* confdefs.h.  */
18287 _ACEOF
18288 cat confdefs.h >>conftest.$ac_ext
18289 cat >>conftest.$ac_ext <<_ACEOF
18290 /* end confdefs.h.  */
18291 #ifdef HAVE_SYS_STATVFS_H
18292 #include <sys/statvfs.h>
18293 #endif
18294
18295 int
18296 main ()
18297 {
18298 static struct statvfs ac_aggr;
18299 if (ac_aggr.f_blocks)
18300 return 0;
18301   ;
18302   return 0;
18303 }
18304 _ACEOF
18305 rm -f conftest.$ac_objext
18306 if { (ac_try="$ac_compile"
18307 case "(($ac_try" in
18308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18309   *) ac_try_echo=$ac_try;;
18310 esac
18311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18312   (eval "$ac_compile") 2>conftest.er1
18313   ac_status=$?
18314   grep -v '^ *+' conftest.er1 >conftest.err
18315   rm -f conftest.er1
18316   cat conftest.err >&5
18317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18318   (exit $ac_status); } && {
18319          test -z "$ac_c_werror_flag" ||
18320          test ! -s conftest.err
18321        } && test -s conftest.$ac_objext; then
18322   ac_cv_member_struct_statvfs_f_blocks=yes
18323 else
18324   echo "$as_me: failed program was:" >&5
18325 sed 's/^/| /' conftest.$ac_ext >&5
18326
18327         cat >conftest.$ac_ext <<_ACEOF
18328 /* confdefs.h.  */
18329 _ACEOF
18330 cat confdefs.h >>conftest.$ac_ext
18331 cat >>conftest.$ac_ext <<_ACEOF
18332 /* end confdefs.h.  */
18333 #ifdef HAVE_SYS_STATVFS_H
18334 #include <sys/statvfs.h>
18335 #endif
18336
18337 int
18338 main ()
18339 {
18340 static struct statvfs ac_aggr;
18341 if (sizeof ac_aggr.f_blocks)
18342 return 0;
18343   ;
18344   return 0;
18345 }
18346 _ACEOF
18347 rm -f conftest.$ac_objext
18348 if { (ac_try="$ac_compile"
18349 case "(($ac_try" in
18350   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18351   *) ac_try_echo=$ac_try;;
18352 esac
18353 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18354   (eval "$ac_compile") 2>conftest.er1
18355   ac_status=$?
18356   grep -v '^ *+' conftest.er1 >conftest.err
18357   rm -f conftest.er1
18358   cat conftest.err >&5
18359   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18360   (exit $ac_status); } && {
18361          test -z "$ac_c_werror_flag" ||
18362          test ! -s conftest.err
18363        } && test -s conftest.$ac_objext; then
18364   ac_cv_member_struct_statvfs_f_blocks=yes
18365 else
18366   echo "$as_me: failed program was:" >&5
18367 sed 's/^/| /' conftest.$ac_ext >&5
18368
18369         ac_cv_member_struct_statvfs_f_blocks=no
18370 fi
18371
18372 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18373 fi
18374
18375 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18376 fi
18377 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
18378 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
18379 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
18380
18381 cat >>confdefs.h <<_ACEOF
18382 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
18383 _ACEOF
18384
18385
18386 fi
18387
18388
18389 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
18390 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
18391 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
18392   echo $ECHO_N "(cached) $ECHO_C" >&6
18393 else
18394   cat >conftest.$ac_ext <<_ACEOF
18395 /* confdefs.h.  */
18396 _ACEOF
18397 cat confdefs.h >>conftest.$ac_ext
18398 cat >>conftest.$ac_ext <<_ACEOF
18399 /* end confdefs.h.  */
18400 #include <sys/types.h>
18401 #ifdef HAVE_SYS_SOCKET_H
18402 # include <sys/socket.h>
18403 #endif
18404 #ifdef HAVE_SYS_UN_H
18405 # include <sys/un.h>
18406 #endif
18407
18408 int
18409 main ()
18410 {
18411 static struct msghdr ac_aggr;
18412 if (ac_aggr.msg_accrights)
18413 return 0;
18414   ;
18415   return 0;
18416 }
18417 _ACEOF
18418 rm -f conftest.$ac_objext
18419 if { (ac_try="$ac_compile"
18420 case "(($ac_try" in
18421   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18422   *) ac_try_echo=$ac_try;;
18423 esac
18424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18425   (eval "$ac_compile") 2>conftest.er1
18426   ac_status=$?
18427   grep -v '^ *+' conftest.er1 >conftest.err
18428   rm -f conftest.er1
18429   cat conftest.err >&5
18430   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18431   (exit $ac_status); } && {
18432          test -z "$ac_c_werror_flag" ||
18433          test ! -s conftest.err
18434        } && test -s conftest.$ac_objext; then
18435   ac_cv_member_struct_msghdr_msg_accrights=yes
18436 else
18437   echo "$as_me: failed program was:" >&5
18438 sed 's/^/| /' conftest.$ac_ext >&5
18439
18440         cat >conftest.$ac_ext <<_ACEOF
18441 /* confdefs.h.  */
18442 _ACEOF
18443 cat confdefs.h >>conftest.$ac_ext
18444 cat >>conftest.$ac_ext <<_ACEOF
18445 /* end confdefs.h.  */
18446 #include <sys/types.h>
18447 #ifdef HAVE_SYS_SOCKET_H
18448 # include <sys/socket.h>
18449 #endif
18450 #ifdef HAVE_SYS_UN_H
18451 # include <sys/un.h>
18452 #endif
18453
18454 int
18455 main ()
18456 {
18457 static struct msghdr ac_aggr;
18458 if (sizeof ac_aggr.msg_accrights)
18459 return 0;
18460   ;
18461   return 0;
18462 }
18463 _ACEOF
18464 rm -f conftest.$ac_objext
18465 if { (ac_try="$ac_compile"
18466 case "(($ac_try" in
18467   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18468   *) ac_try_echo=$ac_try;;
18469 esac
18470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18471   (eval "$ac_compile") 2>conftest.er1
18472   ac_status=$?
18473   grep -v '^ *+' conftest.er1 >conftest.err
18474   rm -f conftest.er1
18475   cat conftest.err >&5
18476   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18477   (exit $ac_status); } && {
18478          test -z "$ac_c_werror_flag" ||
18479          test ! -s conftest.err
18480        } && test -s conftest.$ac_objext; then
18481   ac_cv_member_struct_msghdr_msg_accrights=yes
18482 else
18483   echo "$as_me: failed program was:" >&5
18484 sed 's/^/| /' conftest.$ac_ext >&5
18485
18486         ac_cv_member_struct_msghdr_msg_accrights=no
18487 fi
18488
18489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18490 fi
18491
18492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18493 fi
18494 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
18495 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
18496 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
18497
18498 cat >>confdefs.h <<_ACEOF
18499 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
18500 _ACEOF
18501
18502
18503 fi
18504 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
18505 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
18506 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
18507   echo $ECHO_N "(cached) $ECHO_C" >&6
18508 else
18509   cat >conftest.$ac_ext <<_ACEOF
18510 /* confdefs.h.  */
18511 _ACEOF
18512 cat confdefs.h >>conftest.$ac_ext
18513 cat >>conftest.$ac_ext <<_ACEOF
18514 /* end confdefs.h.  */
18515 #include <sys/types.h>
18516 #ifdef HAVE_SYS_SOCKET_H
18517 # include <sys/socket.h>
18518 #endif
18519 #ifdef HAVE_SYS_UN_H
18520 # include <sys/un.h>
18521 #endif
18522
18523 int
18524 main ()
18525 {
18526 static struct sockaddr ac_aggr;
18527 if (ac_aggr.sa_len)
18528 return 0;
18529   ;
18530   return 0;
18531 }
18532 _ACEOF
18533 rm -f conftest.$ac_objext
18534 if { (ac_try="$ac_compile"
18535 case "(($ac_try" in
18536   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18537   *) ac_try_echo=$ac_try;;
18538 esac
18539 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18540   (eval "$ac_compile") 2>conftest.er1
18541   ac_status=$?
18542   grep -v '^ *+' conftest.er1 >conftest.err
18543   rm -f conftest.er1
18544   cat conftest.err >&5
18545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18546   (exit $ac_status); } && {
18547          test -z "$ac_c_werror_flag" ||
18548          test ! -s conftest.err
18549        } && test -s conftest.$ac_objext; then
18550   ac_cv_member_struct_sockaddr_sa_len=yes
18551 else
18552   echo "$as_me: failed program was:" >&5
18553 sed 's/^/| /' conftest.$ac_ext >&5
18554
18555         cat >conftest.$ac_ext <<_ACEOF
18556 /* confdefs.h.  */
18557 _ACEOF
18558 cat confdefs.h >>conftest.$ac_ext
18559 cat >>conftest.$ac_ext <<_ACEOF
18560 /* end confdefs.h.  */
18561 #include <sys/types.h>
18562 #ifdef HAVE_SYS_SOCKET_H
18563 # include <sys/socket.h>
18564 #endif
18565 #ifdef HAVE_SYS_UN_H
18566 # include <sys/un.h>
18567 #endif
18568
18569 int
18570 main ()
18571 {
18572 static struct sockaddr ac_aggr;
18573 if (sizeof ac_aggr.sa_len)
18574 return 0;
18575   ;
18576   return 0;
18577 }
18578 _ACEOF
18579 rm -f conftest.$ac_objext
18580 if { (ac_try="$ac_compile"
18581 case "(($ac_try" in
18582   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18583   *) ac_try_echo=$ac_try;;
18584 esac
18585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18586   (eval "$ac_compile") 2>conftest.er1
18587   ac_status=$?
18588   grep -v '^ *+' conftest.er1 >conftest.err
18589   rm -f conftest.er1
18590   cat conftest.err >&5
18591   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18592   (exit $ac_status); } && {
18593          test -z "$ac_c_werror_flag" ||
18594          test ! -s conftest.err
18595        } && test -s conftest.$ac_objext; then
18596   ac_cv_member_struct_sockaddr_sa_len=yes
18597 else
18598   echo "$as_me: failed program was:" >&5
18599 sed 's/^/| /' conftest.$ac_ext >&5
18600
18601         ac_cv_member_struct_sockaddr_sa_len=no
18602 fi
18603
18604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18605 fi
18606
18607 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18608 fi
18609 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
18610 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
18611 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
18612
18613 cat >>confdefs.h <<_ACEOF
18614 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
18615 _ACEOF
18616
18617
18618 fi
18619 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
18620 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
18621 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
18622   echo $ECHO_N "(cached) $ECHO_C" >&6
18623 else
18624   cat >conftest.$ac_ext <<_ACEOF
18625 /* confdefs.h.  */
18626 _ACEOF
18627 cat confdefs.h >>conftest.$ac_ext
18628 cat >>conftest.$ac_ext <<_ACEOF
18629 /* end confdefs.h.  */
18630 #include <sys/types.h>
18631 #ifdef HAVE_SYS_SOCKET_H
18632 # include <sys/socket.h>
18633 #endif
18634 #ifdef HAVE_SYS_UN_H
18635 # include <sys/un.h>
18636 #endif
18637
18638 int
18639 main ()
18640 {
18641 static struct sockaddr_un ac_aggr;
18642 if (ac_aggr.sun_len)
18643 return 0;
18644   ;
18645   return 0;
18646 }
18647 _ACEOF
18648 rm -f conftest.$ac_objext
18649 if { (ac_try="$ac_compile"
18650 case "(($ac_try" in
18651   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18652   *) ac_try_echo=$ac_try;;
18653 esac
18654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18655   (eval "$ac_compile") 2>conftest.er1
18656   ac_status=$?
18657   grep -v '^ *+' conftest.er1 >conftest.err
18658   rm -f conftest.er1
18659   cat conftest.err >&5
18660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18661   (exit $ac_status); } && {
18662          test -z "$ac_c_werror_flag" ||
18663          test ! -s conftest.err
18664        } && test -s conftest.$ac_objext; then
18665   ac_cv_member_struct_sockaddr_un_sun_len=yes
18666 else
18667   echo "$as_me: failed program was:" >&5
18668 sed 's/^/| /' conftest.$ac_ext >&5
18669
18670         cat >conftest.$ac_ext <<_ACEOF
18671 /* confdefs.h.  */
18672 _ACEOF
18673 cat confdefs.h >>conftest.$ac_ext
18674 cat >>conftest.$ac_ext <<_ACEOF
18675 /* end confdefs.h.  */
18676 #include <sys/types.h>
18677 #ifdef HAVE_SYS_SOCKET_H
18678 # include <sys/socket.h>
18679 #endif
18680 #ifdef HAVE_SYS_UN_H
18681 # include <sys/un.h>
18682 #endif
18683
18684 int
18685 main ()
18686 {
18687 static struct sockaddr_un ac_aggr;
18688 if (sizeof ac_aggr.sun_len)
18689 return 0;
18690   ;
18691   return 0;
18692 }
18693 _ACEOF
18694 rm -f conftest.$ac_objext
18695 if { (ac_try="$ac_compile"
18696 case "(($ac_try" in
18697   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18698   *) ac_try_echo=$ac_try;;
18699 esac
18700 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18701   (eval "$ac_compile") 2>conftest.er1
18702   ac_status=$?
18703   grep -v '^ *+' conftest.er1 >conftest.err
18704   rm -f conftest.er1
18705   cat conftest.err >&5
18706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18707   (exit $ac_status); } && {
18708          test -z "$ac_c_werror_flag" ||
18709          test ! -s conftest.err
18710        } && test -s conftest.$ac_objext; then
18711   ac_cv_member_struct_sockaddr_un_sun_len=yes
18712 else
18713   echo "$as_me: failed program was:" >&5
18714 sed 's/^/| /' conftest.$ac_ext >&5
18715
18716         ac_cv_member_struct_sockaddr_un_sun_len=no
18717 fi
18718
18719 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18720 fi
18721
18722 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18723 fi
18724 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
18725 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
18726 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
18727
18728 cat >>confdefs.h <<_ACEOF
18729 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
18730 _ACEOF
18731
18732
18733 fi
18734
18735
18736 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
18737 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
18738 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
18739   echo $ECHO_N "(cached) $ECHO_C" >&6
18740 else
18741   cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h.  */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h.  */
18747 #include <sys/types.h>
18748 #ifdef HAVE_SCSI_SG_H
18749 #include <scsi/sg.h>
18750 #endif
18751
18752 int
18753 main ()
18754 {
18755 static scsireq_t ac_aggr;
18756 if (ac_aggr.cmd)
18757 return 0;
18758   ;
18759   return 0;
18760 }
18761 _ACEOF
18762 rm -f conftest.$ac_objext
18763 if { (ac_try="$ac_compile"
18764 case "(($ac_try" in
18765   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18766   *) ac_try_echo=$ac_try;;
18767 esac
18768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18769   (eval "$ac_compile") 2>conftest.er1
18770   ac_status=$?
18771   grep -v '^ *+' conftest.er1 >conftest.err
18772   rm -f conftest.er1
18773   cat conftest.err >&5
18774   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18775   (exit $ac_status); } && {
18776          test -z "$ac_c_werror_flag" ||
18777          test ! -s conftest.err
18778        } && test -s conftest.$ac_objext; then
18779   ac_cv_member_scsireq_t_cmd=yes
18780 else
18781   echo "$as_me: failed program was:" >&5
18782 sed 's/^/| /' conftest.$ac_ext >&5
18783
18784         cat >conftest.$ac_ext <<_ACEOF
18785 /* confdefs.h.  */
18786 _ACEOF
18787 cat confdefs.h >>conftest.$ac_ext
18788 cat >>conftest.$ac_ext <<_ACEOF
18789 /* end confdefs.h.  */
18790 #include <sys/types.h>
18791 #ifdef HAVE_SCSI_SG_H
18792 #include <scsi/sg.h>
18793 #endif
18794
18795 int
18796 main ()
18797 {
18798 static scsireq_t ac_aggr;
18799 if (sizeof ac_aggr.cmd)
18800 return 0;
18801   ;
18802   return 0;
18803 }
18804 _ACEOF
18805 rm -f conftest.$ac_objext
18806 if { (ac_try="$ac_compile"
18807 case "(($ac_try" in
18808   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18809   *) ac_try_echo=$ac_try;;
18810 esac
18811 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18812   (eval "$ac_compile") 2>conftest.er1
18813   ac_status=$?
18814   grep -v '^ *+' conftest.er1 >conftest.err
18815   rm -f conftest.er1
18816   cat conftest.err >&5
18817   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18818   (exit $ac_status); } && {
18819          test -z "$ac_c_werror_flag" ||
18820          test ! -s conftest.err
18821        } && test -s conftest.$ac_objext; then
18822   ac_cv_member_scsireq_t_cmd=yes
18823 else
18824   echo "$as_me: failed program was:" >&5
18825 sed 's/^/| /' conftest.$ac_ext >&5
18826
18827         ac_cv_member_scsireq_t_cmd=no
18828 fi
18829
18830 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18831 fi
18832
18833 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18834 fi
18835 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
18836 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
18837 if test $ac_cv_member_scsireq_t_cmd = yes; then
18838
18839 cat >>confdefs.h <<_ACEOF
18840 #define HAVE_SCSIREQ_T_CMD 1
18841 _ACEOF
18842
18843
18844 fi
18845 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
18846 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
18847 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
18848   echo $ECHO_N "(cached) $ECHO_C" >&6
18849 else
18850   cat >conftest.$ac_ext <<_ACEOF
18851 /* confdefs.h.  */
18852 _ACEOF
18853 cat confdefs.h >>conftest.$ac_ext
18854 cat >>conftest.$ac_ext <<_ACEOF
18855 /* end confdefs.h.  */
18856 #include <sys/types.h>
18857 #ifdef HAVE_SCSI_SG_H
18858 #include <scsi/sg.h>
18859 #endif
18860
18861 int
18862 main ()
18863 {
18864 static sg_io_hdr_t ac_aggr;
18865 if (ac_aggr.interface_id)
18866 return 0;
18867   ;
18868   return 0;
18869 }
18870 _ACEOF
18871 rm -f conftest.$ac_objext
18872 if { (ac_try="$ac_compile"
18873 case "(($ac_try" in
18874   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18875   *) ac_try_echo=$ac_try;;
18876 esac
18877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18878   (eval "$ac_compile") 2>conftest.er1
18879   ac_status=$?
18880   grep -v '^ *+' conftest.er1 >conftest.err
18881   rm -f conftest.er1
18882   cat conftest.err >&5
18883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18884   (exit $ac_status); } && {
18885          test -z "$ac_c_werror_flag" ||
18886          test ! -s conftest.err
18887        } && test -s conftest.$ac_objext; then
18888   ac_cv_member_sg_io_hdr_t_interface_id=yes
18889 else
18890   echo "$as_me: failed program was:" >&5
18891 sed 's/^/| /' conftest.$ac_ext >&5
18892
18893         cat >conftest.$ac_ext <<_ACEOF
18894 /* confdefs.h.  */
18895 _ACEOF
18896 cat confdefs.h >>conftest.$ac_ext
18897 cat >>conftest.$ac_ext <<_ACEOF
18898 /* end confdefs.h.  */
18899 #include <sys/types.h>
18900 #ifdef HAVE_SCSI_SG_H
18901 #include <scsi/sg.h>
18902 #endif
18903
18904 int
18905 main ()
18906 {
18907 static sg_io_hdr_t ac_aggr;
18908 if (sizeof ac_aggr.interface_id)
18909 return 0;
18910   ;
18911   return 0;
18912 }
18913 _ACEOF
18914 rm -f conftest.$ac_objext
18915 if { (ac_try="$ac_compile"
18916 case "(($ac_try" in
18917   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18918   *) ac_try_echo=$ac_try;;
18919 esac
18920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18921   (eval "$ac_compile") 2>conftest.er1
18922   ac_status=$?
18923   grep -v '^ *+' conftest.er1 >conftest.err
18924   rm -f conftest.er1
18925   cat conftest.err >&5
18926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927   (exit $ac_status); } && {
18928          test -z "$ac_c_werror_flag" ||
18929          test ! -s conftest.err
18930        } && test -s conftest.$ac_objext; then
18931   ac_cv_member_sg_io_hdr_t_interface_id=yes
18932 else
18933   echo "$as_me: failed program was:" >&5
18934 sed 's/^/| /' conftest.$ac_ext >&5
18935
18936         ac_cv_member_sg_io_hdr_t_interface_id=no
18937 fi
18938
18939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18940 fi
18941
18942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18943 fi
18944 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
18945 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
18946 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
18947
18948 cat >>confdefs.h <<_ACEOF
18949 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
18950 _ACEOF
18951
18952
18953 fi
18954
18955
18956 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
18957 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
18958 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
18959   echo $ECHO_N "(cached) $ECHO_C" >&6
18960 else
18961   cat >conftest.$ac_ext <<_ACEOF
18962 /* confdefs.h.  */
18963 _ACEOF
18964 cat confdefs.h >>conftest.$ac_ext
18965 cat >>conftest.$ac_ext <<_ACEOF
18966 /* end confdefs.h.  */
18967 #include <signal.h>
18968
18969 int
18970 main ()
18971 {
18972 static siginfo_t ac_aggr;
18973 if (ac_aggr.si_fd)
18974 return 0;
18975   ;
18976   return 0;
18977 }
18978 _ACEOF
18979 rm -f conftest.$ac_objext
18980 if { (ac_try="$ac_compile"
18981 case "(($ac_try" in
18982   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18983   *) ac_try_echo=$ac_try;;
18984 esac
18985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18986   (eval "$ac_compile") 2>conftest.er1
18987   ac_status=$?
18988   grep -v '^ *+' conftest.er1 >conftest.err
18989   rm -f conftest.er1
18990   cat conftest.err >&5
18991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18992   (exit $ac_status); } && {
18993          test -z "$ac_c_werror_flag" ||
18994          test ! -s conftest.err
18995        } && test -s conftest.$ac_objext; then
18996   ac_cv_member_siginfo_t_si_fd=yes
18997 else
18998   echo "$as_me: failed program was:" >&5
18999 sed 's/^/| /' conftest.$ac_ext >&5
19000
19001         cat >conftest.$ac_ext <<_ACEOF
19002 /* confdefs.h.  */
19003 _ACEOF
19004 cat confdefs.h >>conftest.$ac_ext
19005 cat >>conftest.$ac_ext <<_ACEOF
19006 /* end confdefs.h.  */
19007 #include <signal.h>
19008
19009 int
19010 main ()
19011 {
19012 static siginfo_t ac_aggr;
19013 if (sizeof ac_aggr.si_fd)
19014 return 0;
19015   ;
19016   return 0;
19017 }
19018 _ACEOF
19019 rm -f conftest.$ac_objext
19020 if { (ac_try="$ac_compile"
19021 case "(($ac_try" in
19022   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19023   *) ac_try_echo=$ac_try;;
19024 esac
19025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19026   (eval "$ac_compile") 2>conftest.er1
19027   ac_status=$?
19028   grep -v '^ *+' conftest.er1 >conftest.err
19029   rm -f conftest.er1
19030   cat conftest.err >&5
19031   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19032   (exit $ac_status); } && {
19033          test -z "$ac_c_werror_flag" ||
19034          test ! -s conftest.err
19035        } && test -s conftest.$ac_objext; then
19036   ac_cv_member_siginfo_t_si_fd=yes
19037 else
19038   echo "$as_me: failed program was:" >&5
19039 sed 's/^/| /' conftest.$ac_ext >&5
19040
19041         ac_cv_member_siginfo_t_si_fd=no
19042 fi
19043
19044 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19045 fi
19046
19047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19048 fi
19049 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
19050 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
19051 if test $ac_cv_member_siginfo_t_si_fd = yes; then
19052
19053 cat >>confdefs.h <<_ACEOF
19054 #define HAVE_SIGINFO_T_SI_FD 1
19055 _ACEOF
19056
19057
19058 fi
19059
19060
19061 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
19062 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
19063 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
19064   echo $ECHO_N "(cached) $ECHO_C" >&6
19065 else
19066   cat >conftest.$ac_ext <<_ACEOF
19067 /* confdefs.h.  */
19068 _ACEOF
19069 cat confdefs.h >>conftest.$ac_ext
19070 cat >>conftest.$ac_ext <<_ACEOF
19071 /* end confdefs.h.  */
19072 #include <sys/types.h>
19073 #ifdef HAVE_SYS_MTIO_H
19074 #include <sys/mtio.h>
19075 #endif
19076
19077 int
19078 main ()
19079 {
19080 static struct mtget ac_aggr;
19081 if (ac_aggr.mt_blksiz)
19082 return 0;
19083   ;
19084   return 0;
19085 }
19086 _ACEOF
19087 rm -f conftest.$ac_objext
19088 if { (ac_try="$ac_compile"
19089 case "(($ac_try" in
19090   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19091   *) ac_try_echo=$ac_try;;
19092 esac
19093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19094   (eval "$ac_compile") 2>conftest.er1
19095   ac_status=$?
19096   grep -v '^ *+' conftest.er1 >conftest.err
19097   rm -f conftest.er1
19098   cat conftest.err >&5
19099   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19100   (exit $ac_status); } && {
19101          test -z "$ac_c_werror_flag" ||
19102          test ! -s conftest.err
19103        } && test -s conftest.$ac_objext; then
19104   ac_cv_member_struct_mtget_mt_blksiz=yes
19105 else
19106   echo "$as_me: failed program was:" >&5
19107 sed 's/^/| /' conftest.$ac_ext >&5
19108
19109         cat >conftest.$ac_ext <<_ACEOF
19110 /* confdefs.h.  */
19111 _ACEOF
19112 cat confdefs.h >>conftest.$ac_ext
19113 cat >>conftest.$ac_ext <<_ACEOF
19114 /* end confdefs.h.  */
19115 #include <sys/types.h>
19116 #ifdef HAVE_SYS_MTIO_H
19117 #include <sys/mtio.h>
19118 #endif
19119
19120 int
19121 main ()
19122 {
19123 static struct mtget ac_aggr;
19124 if (sizeof ac_aggr.mt_blksiz)
19125 return 0;
19126   ;
19127   return 0;
19128 }
19129 _ACEOF
19130 rm -f conftest.$ac_objext
19131 if { (ac_try="$ac_compile"
19132 case "(($ac_try" in
19133   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19134   *) ac_try_echo=$ac_try;;
19135 esac
19136 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19137   (eval "$ac_compile") 2>conftest.er1
19138   ac_status=$?
19139   grep -v '^ *+' conftest.er1 >conftest.err
19140   rm -f conftest.er1
19141   cat conftest.err >&5
19142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19143   (exit $ac_status); } && {
19144          test -z "$ac_c_werror_flag" ||
19145          test ! -s conftest.err
19146        } && test -s conftest.$ac_objext; then
19147   ac_cv_member_struct_mtget_mt_blksiz=yes
19148 else
19149   echo "$as_me: failed program was:" >&5
19150 sed 's/^/| /' conftest.$ac_ext >&5
19151
19152         ac_cv_member_struct_mtget_mt_blksiz=no
19153 fi
19154
19155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19156 fi
19157
19158 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19159 fi
19160 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
19161 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
19162 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
19163
19164 cat >>confdefs.h <<_ACEOF
19165 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
19166 _ACEOF
19167
19168
19169 fi
19170 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
19171 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
19172 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
19173   echo $ECHO_N "(cached) $ECHO_C" >&6
19174 else
19175   cat >conftest.$ac_ext <<_ACEOF
19176 /* confdefs.h.  */
19177 _ACEOF
19178 cat confdefs.h >>conftest.$ac_ext
19179 cat >>conftest.$ac_ext <<_ACEOF
19180 /* end confdefs.h.  */
19181 #include <sys/types.h>
19182 #ifdef HAVE_SYS_MTIO_H
19183 #include <sys/mtio.h>
19184 #endif
19185
19186 int
19187 main ()
19188 {
19189 static struct mtget ac_aggr;
19190 if (ac_aggr.mt_gstat)
19191 return 0;
19192   ;
19193   return 0;
19194 }
19195 _ACEOF
19196 rm -f conftest.$ac_objext
19197 if { (ac_try="$ac_compile"
19198 case "(($ac_try" in
19199   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19200   *) ac_try_echo=$ac_try;;
19201 esac
19202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19203   (eval "$ac_compile") 2>conftest.er1
19204   ac_status=$?
19205   grep -v '^ *+' conftest.er1 >conftest.err
19206   rm -f conftest.er1
19207   cat conftest.err >&5
19208   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19209   (exit $ac_status); } && {
19210          test -z "$ac_c_werror_flag" ||
19211          test ! -s conftest.err
19212        } && test -s conftest.$ac_objext; then
19213   ac_cv_member_struct_mtget_mt_gstat=yes
19214 else
19215   echo "$as_me: failed program was:" >&5
19216 sed 's/^/| /' conftest.$ac_ext >&5
19217
19218         cat >conftest.$ac_ext <<_ACEOF
19219 /* confdefs.h.  */
19220 _ACEOF
19221 cat confdefs.h >>conftest.$ac_ext
19222 cat >>conftest.$ac_ext <<_ACEOF
19223 /* end confdefs.h.  */
19224 #include <sys/types.h>
19225 #ifdef HAVE_SYS_MTIO_H
19226 #include <sys/mtio.h>
19227 #endif
19228
19229 int
19230 main ()
19231 {
19232 static struct mtget ac_aggr;
19233 if (sizeof ac_aggr.mt_gstat)
19234 return 0;
19235   ;
19236   return 0;
19237 }
19238 _ACEOF
19239 rm -f conftest.$ac_objext
19240 if { (ac_try="$ac_compile"
19241 case "(($ac_try" in
19242   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19243   *) ac_try_echo=$ac_try;;
19244 esac
19245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19246   (eval "$ac_compile") 2>conftest.er1
19247   ac_status=$?
19248   grep -v '^ *+' conftest.er1 >conftest.err
19249   rm -f conftest.er1
19250   cat conftest.err >&5
19251   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19252   (exit $ac_status); } && {
19253          test -z "$ac_c_werror_flag" ||
19254          test ! -s conftest.err
19255        } && test -s conftest.$ac_objext; then
19256   ac_cv_member_struct_mtget_mt_gstat=yes
19257 else
19258   echo "$as_me: failed program was:" >&5
19259 sed 's/^/| /' conftest.$ac_ext >&5
19260
19261         ac_cv_member_struct_mtget_mt_gstat=no
19262 fi
19263
19264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19265 fi
19266
19267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19268 fi
19269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
19270 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
19271 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
19272
19273 cat >>confdefs.h <<_ACEOF
19274 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
19275 _ACEOF
19276
19277
19278 fi
19279 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
19280 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
19281 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
19282   echo $ECHO_N "(cached) $ECHO_C" >&6
19283 else
19284   cat >conftest.$ac_ext <<_ACEOF
19285 /* confdefs.h.  */
19286 _ACEOF
19287 cat confdefs.h >>conftest.$ac_ext
19288 cat >>conftest.$ac_ext <<_ACEOF
19289 /* end confdefs.h.  */
19290 #include <sys/types.h>
19291 #ifdef HAVE_SYS_MTIO_H
19292 #include <sys/mtio.h>
19293 #endif
19294
19295 int
19296 main ()
19297 {
19298 static struct mtget ac_aggr;
19299 if (ac_aggr.mt_blkno)
19300 return 0;
19301   ;
19302   return 0;
19303 }
19304 _ACEOF
19305 rm -f conftest.$ac_objext
19306 if { (ac_try="$ac_compile"
19307 case "(($ac_try" in
19308   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19309   *) ac_try_echo=$ac_try;;
19310 esac
19311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19312   (eval "$ac_compile") 2>conftest.er1
19313   ac_status=$?
19314   grep -v '^ *+' conftest.er1 >conftest.err
19315   rm -f conftest.er1
19316   cat conftest.err >&5
19317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19318   (exit $ac_status); } && {
19319          test -z "$ac_c_werror_flag" ||
19320          test ! -s conftest.err
19321        } && test -s conftest.$ac_objext; then
19322   ac_cv_member_struct_mtget_mt_blkno=yes
19323 else
19324   echo "$as_me: failed program was:" >&5
19325 sed 's/^/| /' conftest.$ac_ext >&5
19326
19327         cat >conftest.$ac_ext <<_ACEOF
19328 /* confdefs.h.  */
19329 _ACEOF
19330 cat confdefs.h >>conftest.$ac_ext
19331 cat >>conftest.$ac_ext <<_ACEOF
19332 /* end confdefs.h.  */
19333 #include <sys/types.h>
19334 #ifdef HAVE_SYS_MTIO_H
19335 #include <sys/mtio.h>
19336 #endif
19337
19338 int
19339 main ()
19340 {
19341 static struct mtget ac_aggr;
19342 if (sizeof ac_aggr.mt_blkno)
19343 return 0;
19344   ;
19345   return 0;
19346 }
19347 _ACEOF
19348 rm -f conftest.$ac_objext
19349 if { (ac_try="$ac_compile"
19350 case "(($ac_try" in
19351   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19352   *) ac_try_echo=$ac_try;;
19353 esac
19354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19355   (eval "$ac_compile") 2>conftest.er1
19356   ac_status=$?
19357   grep -v '^ *+' conftest.er1 >conftest.err
19358   rm -f conftest.er1
19359   cat conftest.err >&5
19360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19361   (exit $ac_status); } && {
19362          test -z "$ac_c_werror_flag" ||
19363          test ! -s conftest.err
19364        } && test -s conftest.$ac_objext; then
19365   ac_cv_member_struct_mtget_mt_blkno=yes
19366 else
19367   echo "$as_me: failed program was:" >&5
19368 sed 's/^/| /' conftest.$ac_ext >&5
19369
19370         ac_cv_member_struct_mtget_mt_blkno=no
19371 fi
19372
19373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19374 fi
19375
19376 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19377 fi
19378 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
19379 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
19380 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
19381
19382 cat >>confdefs.h <<_ACEOF
19383 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
19384 _ACEOF
19385
19386
19387 fi
19388
19389
19390 { echo "$as_me:$LINENO: checking for struct option.name" >&5
19391 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
19392 if test "${ac_cv_member_struct_option_name+set}" = set; then
19393   echo $ECHO_N "(cached) $ECHO_C" >&6
19394 else
19395   cat >conftest.$ac_ext <<_ACEOF
19396 /* confdefs.h.  */
19397 _ACEOF
19398 cat confdefs.h >>conftest.$ac_ext
19399 cat >>conftest.$ac_ext <<_ACEOF
19400 /* end confdefs.h.  */
19401 #ifdef HAVE_GETOPT_H
19402 #include <getopt.h>
19403 #endif
19404
19405 int
19406 main ()
19407 {
19408 static struct option ac_aggr;
19409 if (ac_aggr.name)
19410 return 0;
19411   ;
19412   return 0;
19413 }
19414 _ACEOF
19415 rm -f conftest.$ac_objext
19416 if { (ac_try="$ac_compile"
19417 case "(($ac_try" in
19418   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19419   *) ac_try_echo=$ac_try;;
19420 esac
19421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19422   (eval "$ac_compile") 2>conftest.er1
19423   ac_status=$?
19424   grep -v '^ *+' conftest.er1 >conftest.err
19425   rm -f conftest.er1
19426   cat conftest.err >&5
19427   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19428   (exit $ac_status); } && {
19429          test -z "$ac_c_werror_flag" ||
19430          test ! -s conftest.err
19431        } && test -s conftest.$ac_objext; then
19432   ac_cv_member_struct_option_name=yes
19433 else
19434   echo "$as_me: failed program was:" >&5
19435 sed 's/^/| /' conftest.$ac_ext >&5
19436
19437         cat >conftest.$ac_ext <<_ACEOF
19438 /* confdefs.h.  */
19439 _ACEOF
19440 cat confdefs.h >>conftest.$ac_ext
19441 cat >>conftest.$ac_ext <<_ACEOF
19442 /* end confdefs.h.  */
19443 #ifdef HAVE_GETOPT_H
19444 #include <getopt.h>
19445 #endif
19446
19447 int
19448 main ()
19449 {
19450 static struct option ac_aggr;
19451 if (sizeof ac_aggr.name)
19452 return 0;
19453   ;
19454   return 0;
19455 }
19456 _ACEOF
19457 rm -f conftest.$ac_objext
19458 if { (ac_try="$ac_compile"
19459 case "(($ac_try" in
19460   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19461   *) ac_try_echo=$ac_try;;
19462 esac
19463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19464   (eval "$ac_compile") 2>conftest.er1
19465   ac_status=$?
19466   grep -v '^ *+' conftest.er1 >conftest.err
19467   rm -f conftest.er1
19468   cat conftest.err >&5
19469   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19470   (exit $ac_status); } && {
19471          test -z "$ac_c_werror_flag" ||
19472          test ! -s conftest.err
19473        } && test -s conftest.$ac_objext; then
19474   ac_cv_member_struct_option_name=yes
19475 else
19476   echo "$as_me: failed program was:" >&5
19477 sed 's/^/| /' conftest.$ac_ext >&5
19478
19479         ac_cv_member_struct_option_name=no
19480 fi
19481
19482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19483 fi
19484
19485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19486 fi
19487 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
19488 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
19489 if test $ac_cv_member_struct_option_name = yes; then
19490
19491 cat >>confdefs.h <<_ACEOF
19492 #define HAVE_STRUCT_OPTION_NAME 1
19493 _ACEOF
19494
19495
19496 fi
19497
19498
19499 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
19500 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
19501 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
19502   echo $ECHO_N "(cached) $ECHO_C" >&6
19503 else
19504   cat >conftest.$ac_ext <<_ACEOF
19505 /* confdefs.h.  */
19506 _ACEOF
19507 cat confdefs.h >>conftest.$ac_ext
19508 cat >>conftest.$ac_ext <<_ACEOF
19509 /* end confdefs.h.  */
19510 $ac_includes_default
19511 int
19512 main ()
19513 {
19514 static struct stat ac_aggr;
19515 if (ac_aggr.st_blocks)
19516 return 0;
19517   ;
19518   return 0;
19519 }
19520 _ACEOF
19521 rm -f conftest.$ac_objext
19522 if { (ac_try="$ac_compile"
19523 case "(($ac_try" in
19524   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19525   *) ac_try_echo=$ac_try;;
19526 esac
19527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19528   (eval "$ac_compile") 2>conftest.er1
19529   ac_status=$?
19530   grep -v '^ *+' conftest.er1 >conftest.err
19531   rm -f conftest.er1
19532   cat conftest.err >&5
19533   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19534   (exit $ac_status); } && {
19535          test -z "$ac_c_werror_flag" ||
19536          test ! -s conftest.err
19537        } && test -s conftest.$ac_objext; then
19538   ac_cv_member_struct_stat_st_blocks=yes
19539 else
19540   echo "$as_me: failed program was:" >&5
19541 sed 's/^/| /' conftest.$ac_ext >&5
19542
19543         cat >conftest.$ac_ext <<_ACEOF
19544 /* confdefs.h.  */
19545 _ACEOF
19546 cat confdefs.h >>conftest.$ac_ext
19547 cat >>conftest.$ac_ext <<_ACEOF
19548 /* end confdefs.h.  */
19549 $ac_includes_default
19550 int
19551 main ()
19552 {
19553 static struct stat ac_aggr;
19554 if (sizeof ac_aggr.st_blocks)
19555 return 0;
19556   ;
19557   return 0;
19558 }
19559 _ACEOF
19560 rm -f conftest.$ac_objext
19561 if { (ac_try="$ac_compile"
19562 case "(($ac_try" in
19563   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19564   *) ac_try_echo=$ac_try;;
19565 esac
19566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19567   (eval "$ac_compile") 2>conftest.er1
19568   ac_status=$?
19569   grep -v '^ *+' conftest.er1 >conftest.err
19570   rm -f conftest.er1
19571   cat conftest.err >&5
19572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19573   (exit $ac_status); } && {
19574          test -z "$ac_c_werror_flag" ||
19575          test ! -s conftest.err
19576        } && test -s conftest.$ac_objext; then
19577   ac_cv_member_struct_stat_st_blocks=yes
19578 else
19579   echo "$as_me: failed program was:" >&5
19580 sed 's/^/| /' conftest.$ac_ext >&5
19581
19582         ac_cv_member_struct_stat_st_blocks=no
19583 fi
19584
19585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19586 fi
19587
19588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19589 fi
19590 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
19591 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
19592 if test $ac_cv_member_struct_stat_st_blocks = yes; then
19593
19594 cat >>confdefs.h <<_ACEOF
19595 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
19596 _ACEOF
19597
19598
19599 fi
19600
19601
19602 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
19603 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
19604 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
19605   echo $ECHO_N "(cached) $ECHO_C" >&6
19606 else
19607   cat >conftest.$ac_ext <<_ACEOF
19608 /* confdefs.h.  */
19609 _ACEOF
19610 cat confdefs.h >>conftest.$ac_ext
19611 cat >>conftest.$ac_ext <<_ACEOF
19612 /* end confdefs.h.  */
19613 #ifdef HAVE_SYS_TYPES_H
19614 #include <sys/types.h>
19615 #endif
19616 #ifdef HAVE_NETINET_IN_H
19617 #include <netinet/in.h>
19618 #endif
19619
19620 int
19621 main ()
19622 {
19623 static struct sockaddr_in6 ac_aggr;
19624 if (ac_aggr.sin6_scope_id)
19625 return 0;
19626   ;
19627   return 0;
19628 }
19629 _ACEOF
19630 rm -f conftest.$ac_objext
19631 if { (ac_try="$ac_compile"
19632 case "(($ac_try" in
19633   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19634   *) ac_try_echo=$ac_try;;
19635 esac
19636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19637   (eval "$ac_compile") 2>conftest.er1
19638   ac_status=$?
19639   grep -v '^ *+' conftest.er1 >conftest.err
19640   rm -f conftest.er1
19641   cat conftest.err >&5
19642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19643   (exit $ac_status); } && {
19644          test -z "$ac_c_werror_flag" ||
19645          test ! -s conftest.err
19646        } && test -s conftest.$ac_objext; then
19647   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19648 else
19649   echo "$as_me: failed program was:" >&5
19650 sed 's/^/| /' conftest.$ac_ext >&5
19651
19652         cat >conftest.$ac_ext <<_ACEOF
19653 /* confdefs.h.  */
19654 _ACEOF
19655 cat confdefs.h >>conftest.$ac_ext
19656 cat >>conftest.$ac_ext <<_ACEOF
19657 /* end confdefs.h.  */
19658 #ifdef HAVE_SYS_TYPES_H
19659 #include <sys/types.h>
19660 #endif
19661 #ifdef HAVE_NETINET_IN_H
19662 #include <netinet/in.h>
19663 #endif
19664
19665 int
19666 main ()
19667 {
19668 static struct sockaddr_in6 ac_aggr;
19669 if (sizeof ac_aggr.sin6_scope_id)
19670 return 0;
19671   ;
19672   return 0;
19673 }
19674 _ACEOF
19675 rm -f conftest.$ac_objext
19676 if { (ac_try="$ac_compile"
19677 case "(($ac_try" in
19678   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19679   *) ac_try_echo=$ac_try;;
19680 esac
19681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19682   (eval "$ac_compile") 2>conftest.er1
19683   ac_status=$?
19684   grep -v '^ *+' conftest.er1 >conftest.err
19685   rm -f conftest.er1
19686   cat conftest.err >&5
19687   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19688   (exit $ac_status); } && {
19689          test -z "$ac_c_werror_flag" ||
19690          test ! -s conftest.err
19691        } && test -s conftest.$ac_objext; then
19692   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
19693 else
19694   echo "$as_me: failed program was:" >&5
19695 sed 's/^/| /' conftest.$ac_ext >&5
19696
19697         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
19698 fi
19699
19700 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19701 fi
19702
19703 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19704 fi
19705 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
19706 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
19707 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
19708
19709 cat >>confdefs.h <<_ACEOF
19710 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
19711 _ACEOF
19712
19713
19714 fi
19715
19716
19717 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
19718 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
19719 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
19720   echo $ECHO_N "(cached) $ECHO_C" >&6
19721 else
19722   cat >conftest.$ac_ext <<_ACEOF
19723 /* confdefs.h.  */
19724 _ACEOF
19725 cat confdefs.h >>conftest.$ac_ext
19726 cat >>conftest.$ac_ext <<_ACEOF
19727 /* end confdefs.h.  */
19728 #ifdef HAVE_SYS_TYPES_H
19729 #include <sys/types.h>
19730 #endif
19731 #ifdef HAVE_NETINET_IN_H
19732 # include <netinet/in.h>
19733 #endif
19734 #ifdef HAVE_ARPA_NAMESER_H
19735 # include <arpa/nameser.h>
19736 #endif
19737
19738 int
19739 main ()
19740 {
19741 static ns_msg ac_aggr;
19742 if (ac_aggr._msg_ptr)
19743 return 0;
19744   ;
19745   return 0;
19746 }
19747 _ACEOF
19748 rm -f conftest.$ac_objext
19749 if { (ac_try="$ac_compile"
19750 case "(($ac_try" in
19751   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19752   *) ac_try_echo=$ac_try;;
19753 esac
19754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19755   (eval "$ac_compile") 2>conftest.er1
19756   ac_status=$?
19757   grep -v '^ *+' conftest.er1 >conftest.err
19758   rm -f conftest.er1
19759   cat conftest.err >&5
19760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19761   (exit $ac_status); } && {
19762          test -z "$ac_c_werror_flag" ||
19763          test ! -s conftest.err
19764        } && test -s conftest.$ac_objext; then
19765   ac_cv_member_ns_msg__msg_ptr=yes
19766 else
19767   echo "$as_me: failed program was:" >&5
19768 sed 's/^/| /' conftest.$ac_ext >&5
19769
19770         cat >conftest.$ac_ext <<_ACEOF
19771 /* confdefs.h.  */
19772 _ACEOF
19773 cat confdefs.h >>conftest.$ac_ext
19774 cat >>conftest.$ac_ext <<_ACEOF
19775 /* end confdefs.h.  */
19776 #ifdef HAVE_SYS_TYPES_H
19777 #include <sys/types.h>
19778 #endif
19779 #ifdef HAVE_NETINET_IN_H
19780 # include <netinet/in.h>
19781 #endif
19782 #ifdef HAVE_ARPA_NAMESER_H
19783 # include <arpa/nameser.h>
19784 #endif
19785
19786 int
19787 main ()
19788 {
19789 static ns_msg ac_aggr;
19790 if (sizeof ac_aggr._msg_ptr)
19791 return 0;
19792   ;
19793   return 0;
19794 }
19795 _ACEOF
19796 rm -f conftest.$ac_objext
19797 if { (ac_try="$ac_compile"
19798 case "(($ac_try" in
19799   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19800   *) ac_try_echo=$ac_try;;
19801 esac
19802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19803   (eval "$ac_compile") 2>conftest.er1
19804   ac_status=$?
19805   grep -v '^ *+' conftest.er1 >conftest.err
19806   rm -f conftest.er1
19807   cat conftest.err >&5
19808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19809   (exit $ac_status); } && {
19810          test -z "$ac_c_werror_flag" ||
19811          test ! -s conftest.err
19812        } && test -s conftest.$ac_objext; then
19813   ac_cv_member_ns_msg__msg_ptr=yes
19814 else
19815   echo "$as_me: failed program was:" >&5
19816 sed 's/^/| /' conftest.$ac_ext >&5
19817
19818         ac_cv_member_ns_msg__msg_ptr=no
19819 fi
19820
19821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19822 fi
19823
19824 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19825 fi
19826 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
19827 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
19828 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
19829
19830 cat >>confdefs.h <<_ACEOF
19831 #define HAVE_NS_MSG__MSG_PTR 1
19832 _ACEOF
19833
19834
19835 fi
19836
19837
19838 { echo "$as_me:$LINENO: checking for timezone variable" >&5
19839 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
19840 if test "${ac_cv_have_timezone+set}" = set; then
19841   echo $ECHO_N "(cached) $ECHO_C" >&6
19842 else
19843   cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h.  */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h.  */
19849 #include <time.h>
19850 int
19851 main ()
19852 {
19853 timezone = 1
19854   ;
19855   return 0;
19856 }
19857 _ACEOF
19858 rm -f conftest.$ac_objext conftest$ac_exeext
19859 if { (ac_try="$ac_link"
19860 case "(($ac_try" in
19861   *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19862   *) ac_try_echo=$ac_try;;
19863 esac
19864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19865   (eval "$ac_link") 2>conftest.er1
19866   ac_status=$?
19867   grep -v '^ *+' conftest.er1 >conftest.err
19868   rm -f conftest.er1
19869   cat conftest.err >&5
19870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19871   (exit $ac_status); } && {
19872          test -z "$ac_c_werror_flag" ||
19873          test ! -s conftest.err
19874        } && test -s conftest$ac_exeext &&
19875        $as_test_x conftest$ac_exeext; then
19876   ac_cv_have_timezone="yes"
19877 else
19878   echo "$as_me: failed program was:" >&5
19879 sed 's/^/| /' conftest.$ac_ext >&5
19880
19881         ac_cv_have_timezone="no"
19882 fi
19883
19884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19885       conftest$ac_exeext conftest.$ac_ext
19886 fi
19887 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
19888 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
19889 if test "$ac_cv_have_timezone" = "yes"
19890 then
19891
19892 cat >>confdefs.h <<\_ACEOF
19893 #define HAVE_TIMEZONE 1
19894 _ACEOF
19895
19896 fi
19897 { echo "$as_me:$LINENO: checking for daylight variable" >&5
19898 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
19899 if test "${ac_cv_have_daylight+set}" = set; then
19900   echo $ECHO_N "(cached) $ECHO_C" >&6
19901 else
19902   cat >conftest.$ac_ext <<_ACEOF
19903 /* confdefs.h.  */
19904 _ACEOF
19905 cat confdefs.h >>conftest.$ac_ext
19906 cat >>conftest.$ac_ext <<_ACEOF
19907 /* end confdefs.h.  */
19908 #include <time.h>
19909 int
19910 main ()
19911 {
19912 daylight = 1
19913   ;
19914   return 0;
19915 }
19916 _ACEOF
19917 rm -f conftest.$ac_objext conftest$ac_exeext
19918 if { (ac_try="$ac_link"
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_link") 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_exeext &&
19934        $as_test_x conftest$ac_exeext; then
19935   ac_cv_have_daylight="yes"
19936 else
19937   echo "$as_me: failed program was:" >&5
19938 sed 's/^/| /' conftest.$ac_ext >&5
19939
19940         ac_cv_have_daylight="no"
19941 fi
19942
19943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19944       conftest$ac_exeext conftest.$ac_ext
19945 fi
19946 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
19947 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
19948 if test "$ac_cv_have_daylight" = "yes"
19949 then
19950
19951 cat >>confdefs.h <<\_ACEOF
19952 #define HAVE_DAYLIGHT 1
19953 _ACEOF
19954
19955 fi
19956
19957
19958 case $host_cpu in
19959   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
19960 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
19961 if test "${ac_cv_cpp_def___i386__+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 #ifndef __i386__
19971 yes
19972 #endif
19973 _ACEOF
19974 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
19975   $EGREP "yes" >/dev/null 2>&1; then
19976   ac_cv_cpp_def___i386__=yes
19977 else
19978   ac_cv_cpp_def___i386__=no
19979 fi
19980 rm -f conftest*
19981
19982 fi
19983 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
19984 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
19985 if test $ac_cv_cpp_def___i386__ = yes; then
19986   CFLAGS="$CFLAGS -D__i386__"
19987   LINTFLAGS="$LINTFLAGS -D__i386__"
19988 fi
19989  ;;
19990   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
19991 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
19992 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
19993   echo $ECHO_N "(cached) $ECHO_C" >&6
19994 else
19995   cat >conftest.$ac_ext <<_ACEOF
19996 /* confdefs.h.  */
19997 _ACEOF
19998 cat confdefs.h >>conftest.$ac_ext
19999 cat >>conftest.$ac_ext <<_ACEOF
20000 /* end confdefs.h.  */
20001 #ifndef __x86_64__
20002 yes
20003 #endif
20004 _ACEOF
20005 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20006   $EGREP "yes" >/dev/null 2>&1; then
20007   ac_cv_cpp_def___x86_64__=yes
20008 else
20009   ac_cv_cpp_def___x86_64__=no
20010 fi
20011 rm -f conftest*
20012
20013 fi
20014 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
20015 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
20016 if test $ac_cv_cpp_def___x86_64__ = yes; then
20017   CFLAGS="$CFLAGS -D__x86_64__"
20018   LINTFLAGS="$LINTFLAGS -D__x86_64__"
20019 fi
20020  ;;
20021   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
20022 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
20023 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
20024   echo $ECHO_N "(cached) $ECHO_C" >&6
20025 else
20026   cat >conftest.$ac_ext <<_ACEOF
20027 /* confdefs.h.  */
20028 _ACEOF
20029 cat confdefs.h >>conftest.$ac_ext
20030 cat >>conftest.$ac_ext <<_ACEOF
20031 /* end confdefs.h.  */
20032 #ifndef __ALPHA__
20033 yes
20034 #endif
20035 _ACEOF
20036 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20037   $EGREP "yes" >/dev/null 2>&1; then
20038   ac_cv_cpp_def___ALPHA__=yes
20039 else
20040   ac_cv_cpp_def___ALPHA__=no
20041 fi
20042 rm -f conftest*
20043
20044 fi
20045 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
20046 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
20047 if test $ac_cv_cpp_def___ALPHA__ = yes; then
20048   CFLAGS="$CFLAGS -D__ALPHA__"
20049   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
20050 fi
20051  ;;
20052   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
20053 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
20054 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
20055   echo $ECHO_N "(cached) $ECHO_C" >&6
20056 else
20057   cat >conftest.$ac_ext <<_ACEOF
20058 /* confdefs.h.  */
20059 _ACEOF
20060 cat confdefs.h >>conftest.$ac_ext
20061 cat >>conftest.$ac_ext <<_ACEOF
20062 /* end confdefs.h.  */
20063 #ifndef __sparc__
20064 yes
20065 #endif
20066 _ACEOF
20067 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20068   $EGREP "yes" >/dev/null 2>&1; then
20069   ac_cv_cpp_def___sparc__=yes
20070 else
20071   ac_cv_cpp_def___sparc__=no
20072 fi
20073 rm -f conftest*
20074
20075 fi
20076 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
20077 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
20078 if test $ac_cv_cpp_def___sparc__ = yes; then
20079   CFLAGS="$CFLAGS -D__sparc__"
20080   LINTFLAGS="$LINTFLAGS -D__sparc__"
20081 fi
20082  ;;
20083   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
20084 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
20085 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
20086   echo $ECHO_N "(cached) $ECHO_C" >&6
20087 else
20088   cat >conftest.$ac_ext <<_ACEOF
20089 /* confdefs.h.  */
20090 _ACEOF
20091 cat confdefs.h >>conftest.$ac_ext
20092 cat >>conftest.$ac_ext <<_ACEOF
20093 /* end confdefs.h.  */
20094 #ifndef __powerpc__
20095 yes
20096 #endif
20097 _ACEOF
20098 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20099   $EGREP "yes" >/dev/null 2>&1; then
20100   ac_cv_cpp_def___powerpc__=yes
20101 else
20102   ac_cv_cpp_def___powerpc__=no
20103 fi
20104 rm -f conftest*
20105
20106 fi
20107 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
20108 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
20109 if test $ac_cv_cpp_def___powerpc__ = yes; then
20110   CFLAGS="$CFLAGS -D__powerpc__"
20111   LINTFLAGS="$LINTFLAGS -D__powerpc__"
20112 fi
20113  ;;
20114 esac
20115
20116 case $host_vendor in
20117   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
20118 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
20119 if test "${ac_cv_cpp_def___sun__+set}" = set; then
20120   echo $ECHO_N "(cached) $ECHO_C" >&6
20121 else
20122   cat >conftest.$ac_ext <<_ACEOF
20123 /* confdefs.h.  */
20124 _ACEOF
20125 cat confdefs.h >>conftest.$ac_ext
20126 cat >>conftest.$ac_ext <<_ACEOF
20127 /* end confdefs.h.  */
20128 #ifndef __sun__
20129 yes
20130 #endif
20131 _ACEOF
20132 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
20133   $EGREP "yes" >/dev/null 2>&1; then
20134   ac_cv_cpp_def___sun__=yes
20135 else
20136   ac_cv_cpp_def___sun__=no
20137 fi
20138 rm -f conftest*
20139
20140 fi
20141 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
20142 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
20143 if test $ac_cv_cpp_def___sun__ = yes; then
20144   CFLAGS="$CFLAGS -D__sun__"
20145   LINTFLAGS="$LINTFLAGS -D__sun__"
20146 fi
20147  ;;
20148 esac
20149
20150
20151 DEPENDENCIES="### Dependencies:
20152
20153 .INIT: Makefile
20154 .BEGIN: Makefile
20155 Makefile: dummy
20156         -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
20157
20158 \$(OBJS): \$(IDL_GEN_HEADERS)
20159 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
20160 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
20161 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
20162
20163
20164
20165
20166
20167 ac_config_commands="$ac_config_commands include/stamp-h"
20168
20169
20170 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
20171
20172 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
20173
20174 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
20175
20176 ac_config_commands="$ac_config_commands dlls/user32/resources"
20177
20178 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
20179
20180 ac_config_commands="$ac_config_commands include/wine"
20181
20182
20183 MAKE_RULES=Make.rules
20184
20185
20186 MAKE_DLL_RULES=dlls/Makedll.rules
20187
20188
20189 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
20190
20191
20192 MAKE_TEST_RULES=dlls/Maketest.rules
20193
20194
20195 MAKE_PROG_RULES=programs/Makeprog.rules
20196
20197
20198 ac_config_files="$ac_config_files Make.rules"
20199
20200 ac_config_files="$ac_config_files dlls/Makedll.rules"
20201
20202 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
20203
20204 ac_config_files="$ac_config_files dlls/Maketest.rules"
20205
20206 ac_config_files="$ac_config_files programs/Makeprog.rules"
20207
20208 ac_config_files="$ac_config_files Makefile"
20209
20210 ac_config_files="$ac_config_files dlls/Makefile"
20211
20212 ac_config_files="$ac_config_files dlls/acledit/Makefile"
20213
20214 ac_config_files="$ac_config_files dlls/activeds/Makefile"
20215
20216 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
20217
20218 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
20219
20220 ac_config_files="$ac_config_files dlls/advpack/Makefile"
20221
20222 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
20223
20224 ac_config_files="$ac_config_files dlls/amstream/Makefile"
20225
20226 ac_config_files="$ac_config_files dlls/atl/Makefile"
20227
20228 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
20229
20230 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
20231
20232 ac_config_files="$ac_config_files dlls/browseui/Makefile"
20233
20234 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
20235
20236 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
20237
20238 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
20239
20240 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
20241
20242 ac_config_files="$ac_config_files dlls/cards/Makefile"
20243
20244 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
20245
20246 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
20247
20248 ac_config_files="$ac_config_files dlls/comcat/Makefile"
20249
20250 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
20251
20252 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
20253
20254 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
20255
20256 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
20257
20258 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
20259
20260 ac_config_files="$ac_config_files dlls/compstui/Makefile"
20261
20262 ac_config_files="$ac_config_files dlls/credui/Makefile"
20263
20264 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
20265
20266 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
20267
20268 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
20269
20270 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
20271
20272 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
20273
20274 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
20275
20276 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
20277
20278 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
20279
20280 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
20281
20282 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
20283
20284 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
20285
20286 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
20287
20288 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
20289
20290 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
20291
20292 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
20293
20294 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
20295
20296 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
20297
20298 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
20299
20300 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
20301
20302 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
20303
20304 ac_config_files="$ac_config_files dlls/devenum/Makefile"
20305
20306 ac_config_files="$ac_config_files dlls/dinput/Makefile"
20307
20308 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
20309
20310 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
20311
20312 ac_config_files="$ac_config_files dlls/dmband/Makefile"
20313
20314 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
20315
20316 ac_config_files="$ac_config_files dlls/dmime/Makefile"
20317
20318 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
20319
20320 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
20321
20322 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
20323
20324 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
20325
20326 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
20327
20328 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
20329
20330 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
20331
20332 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
20333
20334 ac_config_files="$ac_config_files dlls/dplay/Makefile"
20335
20336 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
20337
20338 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
20339
20340 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
20341
20342 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
20343
20344 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
20345
20346 ac_config_files="$ac_config_files dlls/dsound/Makefile"
20347
20348 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
20349
20350 ac_config_files="$ac_config_files dlls/dswave/Makefile"
20351
20352 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
20353
20354 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
20355
20356 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
20357
20358 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
20359
20360 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
20361
20362 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
20363
20364 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
20365
20366 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
20367
20368 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
20369
20370 ac_config_files="$ac_config_files dlls/glu32/Makefile"
20371
20372 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
20373
20374 ac_config_files="$ac_config_files dlls/hal/Makefile"
20375
20376 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
20377
20378 ac_config_files="$ac_config_files dlls/hid/Makefile"
20379
20380 ac_config_files="$ac_config_files dlls/hlink/Makefile"
20381
20382 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
20383
20384 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
20385
20386 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
20387
20388 ac_config_files="$ac_config_files dlls/icmp/Makefile"
20389
20390 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
20391
20392 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
20393
20394 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
20395
20396 ac_config_files="$ac_config_files dlls/imm32/Makefile"
20397
20398 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
20399
20400 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
20401
20402 ac_config_files="$ac_config_files dlls/inseng/Makefile"
20403
20404 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
20405
20406 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
20407
20408 ac_config_files="$ac_config_files dlls/itss/Makefile"
20409
20410 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
20411
20412 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
20413
20414 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
20415
20416 ac_config_files="$ac_config_files dlls/localspl/Makefile"
20417
20418 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
20419
20420 ac_config_files="$ac_config_files dlls/localui/Makefile"
20421
20422 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
20423
20424 ac_config_files="$ac_config_files dlls/lz32/Makefile"
20425
20426 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
20427
20428 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
20429
20430 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
20431
20432 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
20433
20434 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
20435
20436 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
20437
20438 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
20439
20440 ac_config_files="$ac_config_files dlls/midimap/Makefile"
20441
20442 ac_config_files="$ac_config_files dlls/mlang/Makefile"
20443
20444 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
20445
20446 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
20447
20448 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
20449
20450 ac_config_files="$ac_config_files dlls/mpr/Makefile"
20451
20452 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
20453
20454 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
20455
20456 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
20457
20458 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
20459
20460 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
20461
20462 ac_config_files="$ac_config_files dlls/mscms/Makefile"
20463
20464 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
20465
20466 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
20467
20468 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
20469
20470 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
20471
20472 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
20473
20474 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
20475
20476 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
20477
20478 ac_config_files="$ac_config_files dlls/msi/Makefile"
20479
20480 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
20481
20482 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
20483
20484 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
20485
20486 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
20487
20488 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
20489
20490 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
20491
20492 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
20493
20494 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
20495
20496 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
20497
20498 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
20499
20500 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
20501
20502 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
20503
20504 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
20505
20506 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
20507
20508 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
20509
20510 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
20511
20512 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
20513
20514 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
20515
20516 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
20517
20518 ac_config_files="$ac_config_files dlls/newdev/Makefile"
20519
20520 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
20521
20522 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
20523
20524 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
20525
20526 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
20527
20528 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
20529
20530 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
20531
20532 ac_config_files="$ac_config_files dlls/objsel/Makefile"
20533
20534 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
20535
20536 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
20537
20538 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
20539
20540 ac_config_files="$ac_config_files dlls/ole32/Makefile"
20541
20542 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
20543
20544 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
20545
20546 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
20547
20548 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
20549
20550 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
20551
20552 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
20553
20554 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
20555
20556 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
20557
20558 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
20559
20560 ac_config_files="$ac_config_files dlls/pdh/Makefile"
20561
20562 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
20563
20564 ac_config_files="$ac_config_files dlls/printui/Makefile"
20565
20566 ac_config_files="$ac_config_files dlls/psapi/Makefile"
20567
20568 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
20569
20570 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
20571
20572 ac_config_files="$ac_config_files dlls/qcap/Makefile"
20573
20574 ac_config_files="$ac_config_files dlls/quartz/Makefile"
20575
20576 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
20577
20578 ac_config_files="$ac_config_files dlls/query/Makefile"
20579
20580 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
20581
20582 ac_config_files="$ac_config_files dlls/resutils/Makefile"
20583
20584 ac_config_files="$ac_config_files dlls/riched20/Makefile"
20585
20586 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
20587
20588 ac_config_files="$ac_config_files dlls/riched32/Makefile"
20589
20590 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
20591
20592 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
20593
20594 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
20595
20596 ac_config_files="$ac_config_files dlls/rsabase/tests/Makefile"
20597
20598 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
20599
20600 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
20601
20602 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
20603
20604 ac_config_files="$ac_config_files dlls/schannel/Makefile"
20605
20606 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
20607
20608 ac_config_files="$ac_config_files dlls/secur32/Makefile"
20609
20610 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
20611
20612 ac_config_files="$ac_config_files dlls/security/Makefile"
20613
20614 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
20615
20616 ac_config_files="$ac_config_files dlls/serialui/Makefile"
20617
20618 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
20619
20620 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
20621
20622 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
20623
20624 ac_config_files="$ac_config_files dlls/sfc/Makefile"
20625
20626 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
20627
20628 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
20629
20630 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
20631
20632 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
20633
20634 ac_config_files="$ac_config_files dlls/shell32/Makefile"
20635
20636 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
20637
20638 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
20639
20640 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
20641
20642 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
20643
20644 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
20645
20646 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
20647
20648 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
20649
20650 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
20651
20652 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
20653
20654 ac_config_files="$ac_config_files dlls/sti/Makefile"
20655
20656 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
20657
20658 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
20659
20660 ac_config_files="$ac_config_files dlls/sxs/Makefile"
20661
20662 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
20663
20664 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
20665
20666 ac_config_files="$ac_config_files dlls/unicows/Makefile"
20667
20668 ac_config_files="$ac_config_files dlls/url/Makefile"
20669
20670 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
20671
20672 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
20673
20674 ac_config_files="$ac_config_files dlls/user32/Makefile"
20675
20676 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
20677
20678 ac_config_files="$ac_config_files dlls/userenv/Makefile"
20679
20680 ac_config_files="$ac_config_files dlls/usp10/Makefile"
20681
20682 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
20683
20684 ac_config_files="$ac_config_files dlls/uuid/Makefile"
20685
20686 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
20687
20688 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
20689
20690 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
20691
20692 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
20693
20694 ac_config_files="$ac_config_files dlls/version/Makefile"
20695
20696 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
20697
20698 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
20699
20700 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
20701
20702 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
20703
20704 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
20705
20706 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
20707
20708 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
20709
20710 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
20711
20712 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
20713
20714 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
20715
20716 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
20717
20718 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
20719
20720 ac_config_files="$ac_config_files dlls/winedos/Makefile"
20721
20722 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
20723
20724 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
20725
20726 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
20727
20728 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
20729
20730 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
20731
20732 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
20733
20734 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
20735
20736 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
20737
20738 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
20739
20740 ac_config_files="$ac_config_files dlls/wing32/Makefile"
20741
20742 ac_config_files="$ac_config_files dlls/wininet/Makefile"
20743
20744 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
20745
20746 ac_config_files="$ac_config_files dlls/winmm/Makefile"
20747
20748 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
20749
20750 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
20751
20752 ac_config_files="$ac_config_files dlls/winscard/Makefile"
20753
20754 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
20755
20756 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
20757
20758 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
20759
20760 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
20761
20762 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
20763
20764 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
20765
20766 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
20767
20768 ac_config_files="$ac_config_files dlls/wow32/Makefile"
20769
20770 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
20771
20772 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
20773
20774 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
20775
20776 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
20777
20778 ac_config_files="$ac_config_files documentation/Makefile"
20779
20780 ac_config_files="$ac_config_files fonts/Makefile"
20781
20782 ac_config_files="$ac_config_files include/Makefile"
20783
20784 ac_config_files="$ac_config_files libs/Makefile"
20785
20786 ac_config_files="$ac_config_files libs/port/Makefile"
20787
20788 ac_config_files="$ac_config_files libs/wine/Makefile"
20789
20790 ac_config_files="$ac_config_files libs/wpp/Makefile"
20791
20792 ac_config_files="$ac_config_files loader/Makefile"
20793
20794 ac_config_files="$ac_config_files programs/Makefile"
20795
20796 ac_config_files="$ac_config_files programs/clock/Makefile"
20797
20798 ac_config_files="$ac_config_files programs/cmd/Makefile"
20799
20800 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
20801
20802 ac_config_files="$ac_config_files programs/control/Makefile"
20803
20804 ac_config_files="$ac_config_files programs/eject/Makefile"
20805
20806 ac_config_files="$ac_config_files programs/expand/Makefile"
20807
20808 ac_config_files="$ac_config_files programs/explorer/Makefile"
20809
20810 ac_config_files="$ac_config_files programs/hh/Makefile"
20811
20812 ac_config_files="$ac_config_files programs/icinfo/Makefile"
20813
20814 ac_config_files="$ac_config_files programs/iexplore/Makefile"
20815
20816 ac_config_files="$ac_config_files programs/msiexec/Makefile"
20817
20818 ac_config_files="$ac_config_files programs/net/Makefile"
20819
20820 ac_config_files="$ac_config_files programs/notepad/Makefile"
20821
20822 ac_config_files="$ac_config_files programs/oleview/Makefile"
20823
20824 ac_config_files="$ac_config_files programs/progman/Makefile"
20825
20826 ac_config_files="$ac_config_files programs/regedit/Makefile"
20827
20828 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
20829
20830 ac_config_files="$ac_config_files programs/rpcss/Makefile"
20831
20832 ac_config_files="$ac_config_files programs/rundll32/Makefile"
20833
20834 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
20835
20836 ac_config_files="$ac_config_files programs/start/Makefile"
20837
20838 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
20839
20840 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
20841
20842 ac_config_files="$ac_config_files programs/view/Makefile"
20843
20844 ac_config_files="$ac_config_files programs/wineboot/Makefile"
20845
20846 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
20847
20848 ac_config_files="$ac_config_files programs/winecfg/Makefile"
20849
20850 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
20851
20852 ac_config_files="$ac_config_files programs/winedbg/Makefile"
20853
20854 ac_config_files="$ac_config_files programs/winedevice/Makefile"
20855
20856 ac_config_files="$ac_config_files programs/winefile/Makefile"
20857
20858 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
20859
20860 ac_config_files="$ac_config_files programs/winemine/Makefile"
20861
20862 ac_config_files="$ac_config_files programs/winepath/Makefile"
20863
20864 ac_config_files="$ac_config_files programs/winetest/Makefile"
20865
20866 ac_config_files="$ac_config_files programs/winevdm/Makefile"
20867
20868 ac_config_files="$ac_config_files programs/winhelp/Makefile"
20869
20870 ac_config_files="$ac_config_files programs/winver/Makefile"
20871
20872 ac_config_files="$ac_config_files programs/wordpad/Makefile"
20873
20874 ac_config_files="$ac_config_files programs/xcopy/Makefile"
20875
20876 ac_config_files="$ac_config_files server/Makefile"
20877
20878 ac_config_files="$ac_config_files tools/Makefile"
20879
20880 ac_config_files="$ac_config_files tools/widl/Makefile"
20881
20882 ac_config_files="$ac_config_files tools/winebuild/Makefile"
20883
20884 ac_config_files="$ac_config_files tools/winedump/Makefile"
20885
20886 ac_config_files="$ac_config_files tools/winegcc/Makefile"
20887
20888 ac_config_files="$ac_config_files tools/wmc/Makefile"
20889
20890 ac_config_files="$ac_config_files tools/wrc/Makefile"
20891
20892
20893 cat >confcache <<\_ACEOF
20894 # This file is a shell script that caches the results of configure
20895 # tests run on this system so they can be shared between configure
20896 # scripts and configure runs, see configure's option --config-cache.
20897 # It is not useful on other systems.  If it contains results you don't
20898 # want to keep, you may remove or edit it.
20899 #
20900 # config.status only pays attention to the cache file if you give it
20901 # the --recheck option to rerun configure.
20902 #
20903 # `ac_cv_env_foo' variables (set or unset) will be overridden when
20904 # loading this file, other *unset* `ac_cv_foo' will be assigned the
20905 # following values.
20906
20907 _ACEOF
20908
20909 # The following way of writing the cache mishandles newlines in values,
20910 # but we know of no workaround that is simple, portable, and efficient.
20911 # So, we kill variables containing newlines.
20912 # Ultrix sh set writes to stderr and can't be redirected directly,
20913 # and sets the high bit in the cache file unless we assign to the vars.
20914 (
20915   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
20916     eval ac_val=\$$ac_var
20917     case $ac_val in #(
20918     *${as_nl}*)
20919       case $ac_var in #(
20920       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
20921 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
20922       esac
20923       case $ac_var in #(
20924       _ | IFS | as_nl) ;; #(
20925       *) $as_unset $ac_var ;;
20926       esac ;;
20927     esac
20928   done
20929
20930   (set) 2>&1 |
20931     case $as_nl`(ac_space=' '; set) 2>&1` in #(
20932     *${as_nl}ac_space=\ *)
20933       # `set' does not quote correctly, so add quotes (double-quote
20934       # substitution turns \\\\ into \\, and sed turns \\ into \).
20935       sed -n \
20936         "s/'/'\\\\''/g;
20937           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
20938       ;; #(
20939     *)
20940       # `set' quotes correctly as required by POSIX, so do not add quotes.
20941       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
20942       ;;
20943     esac |
20944     sort
20945 ) |
20946   sed '
20947      /^ac_cv_env_/b end
20948      t clear
20949      :clear
20950      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
20951      t end
20952      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
20953      :end' >>confcache
20954 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
20955   if test -w "$cache_file"; then
20956     test "x$cache_file" != "x/dev/null" &&
20957       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
20958 echo "$as_me: updating cache $cache_file" >&6;}
20959     cat confcache >$cache_file
20960   else
20961     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
20962 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
20963   fi
20964 fi
20965 rm -f confcache
20966
20967 test "x$prefix" = xNONE && prefix=$ac_default_prefix
20968 # Let make expand exec_prefix.
20969 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
20970
20971 DEFS=-DHAVE_CONFIG_H
20972
20973 ac_libobjs=
20974 ac_ltlibobjs=
20975 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
20976   # 1. Remove the extension, and $U if already installed.
20977   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
20978   ac_i=`echo "$ac_i" | sed "$ac_script"`
20979   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
20980   #    will be set to the directory where LIBOBJS objects are built.
20981   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
20982   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
20983 done
20984 LIBOBJS=$ac_libobjs
20985
20986 LTLIBOBJS=$ac_ltlibobjs
20987
20988
20989
20990 : ${CONFIG_STATUS=./config.status}
20991 ac_clean_files_save=$ac_clean_files
20992 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
20993 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
20994 echo "$as_me: creating $CONFIG_STATUS" >&6;}
20995 cat >$CONFIG_STATUS <<_ACEOF
20996 #! $SHELL
20997 # Generated by $as_me.
20998 # Run this file to recreate the current configuration.
20999 # Compiler output produced by configure, useful for debugging
21000 # configure, is in config.log if it exists.
21001
21002 debug=false
21003 ac_cs_recheck=false
21004 ac_cs_silent=false
21005 SHELL=\${CONFIG_SHELL-$SHELL}
21006 _ACEOF
21007
21008 cat >>$CONFIG_STATUS <<\_ACEOF
21009 ## --------------------- ##
21010 ## M4sh Initialization.  ##
21011 ## --------------------- ##
21012
21013 # Be more Bourne compatible
21014 DUALCASE=1; export DUALCASE # for MKS sh
21015 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21016   emulate sh
21017   NULLCMD=:
21018   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21019   # is contrary to our usage.  Disable this feature.
21020   alias -g '${1+"$@"}'='"$@"'
21021   setopt NO_GLOB_SUBST
21022 else
21023   case `(set -o) 2>/dev/null` in
21024   *posix*) set -o posix ;;
21025 esac
21026
21027 fi
21028
21029
21030
21031
21032 # PATH needs CR
21033 # Avoid depending upon Character Ranges.
21034 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21035 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21036 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21037 as_cr_digits='0123456789'
21038 as_cr_alnum=$as_cr_Letters$as_cr_digits
21039
21040 # The user is always right.
21041 if test "${PATH_SEPARATOR+set}" != set; then
21042   echo "#! /bin/sh" >conf$$.sh
21043   echo  "exit 0"   >>conf$$.sh
21044   chmod +x conf$$.sh
21045   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21046     PATH_SEPARATOR=';'
21047   else
21048     PATH_SEPARATOR=:
21049   fi
21050   rm -f conf$$.sh
21051 fi
21052
21053 # Support unset when possible.
21054 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21055   as_unset=unset
21056 else
21057   as_unset=false
21058 fi
21059
21060
21061 # IFS
21062 # We need space, tab and new line, in precisely that order.  Quoting is
21063 # there to prevent editors from complaining about space-tab.
21064 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21065 # splitting by setting IFS to empty value.)
21066 as_nl='
21067 '
21068 IFS=" ""        $as_nl"
21069
21070 # Find who we are.  Look in the path if we contain no directory separator.
21071 case $0 in
21072   *[\\/]* ) as_myself=$0 ;;
21073   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21074 for as_dir in $PATH
21075 do
21076   IFS=$as_save_IFS
21077   test -z "$as_dir" && as_dir=.
21078   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21079 done
21080 IFS=$as_save_IFS
21081
21082      ;;
21083 esac
21084 # We did not find ourselves, most probably we were run as `sh COMMAND'
21085 # in which case we are not to be found in the path.
21086 if test "x$as_myself" = x; then
21087   as_myself=$0
21088 fi
21089 if test ! -f "$as_myself"; then
21090   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21091   { (exit 1); exit 1; }
21092 fi
21093
21094 # Work around bugs in pre-3.0 UWIN ksh.
21095 for as_var in ENV MAIL MAILPATH
21096 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21097 done
21098 PS1='$ '
21099 PS2='> '
21100 PS4='+ '
21101
21102 # NLS nuisances.
21103 for as_var in \
21104   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21105   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21106   LC_TELEPHONE LC_TIME
21107 do
21108   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21109     eval $as_var=C; export $as_var
21110   else
21111     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21112   fi
21113 done
21114
21115 # Required to use basename.
21116 if expr a : '\(a\)' >/dev/null 2>&1 &&
21117    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21118   as_expr=expr
21119 else
21120   as_expr=false
21121 fi
21122
21123 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21124   as_basename=basename
21125 else
21126   as_basename=false
21127 fi
21128
21129
21130 # Name of the executable.
21131 as_me=`$as_basename -- "$0" ||
21132 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21133          X"$0" : 'X\(//\)$' \| \
21134          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21135 echo X/"$0" |
21136     sed '/^.*\/\([^/][^/]*\)\/*$/{
21137             s//\1/
21138             q
21139           }
21140           /^X\/\(\/\/\)$/{
21141             s//\1/
21142             q
21143           }
21144           /^X\/\(\/\).*/{
21145             s//\1/
21146             q
21147           }
21148           s/.*/./; q'`
21149
21150 # CDPATH.
21151 $as_unset CDPATH
21152
21153
21154
21155   as_lineno_1=$LINENO
21156   as_lineno_2=$LINENO
21157   test "x$as_lineno_1" != "x$as_lineno_2" &&
21158   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21159
21160   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21161   # uniformly replaced by the line number.  The first 'sed' inserts a
21162   # line-number line after each line using $LINENO; the second 'sed'
21163   # does the real work.  The second script uses 'N' to pair each
21164   # line-number line with the line containing $LINENO, and appends
21165   # trailing '-' during substitution so that $LINENO is not a special
21166   # case at line end.
21167   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21168   # scripts with optimization help from Paolo Bonzini.  Blame Lee
21169   # E. McMahon (1931-1989) for sed's syntax.  :-)
21170   sed -n '
21171     p
21172     /[$]LINENO/=
21173   ' <$as_myself |
21174     sed '
21175       s/[$]LINENO.*/&-/
21176       t lineno
21177       b
21178       :lineno
21179       N
21180       :loop
21181       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21182       t loop
21183       s/-\n.*//
21184     ' >$as_me.lineno &&
21185   chmod +x "$as_me.lineno" ||
21186     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21187    { (exit 1); exit 1; }; }
21188
21189   # Don't try to exec as it changes $[0], causing all sort of problems
21190   # (the dirname of $[0] is not the place where we might find the
21191   # original and so on.  Autoconf is especially sensitive to this).
21192   . "./$as_me.lineno"
21193   # Exit status is that of the last command.
21194   exit
21195 }
21196
21197
21198 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
21199   as_dirname=dirname
21200 else
21201   as_dirname=false
21202 fi
21203
21204 ECHO_C= ECHO_N= ECHO_T=
21205 case `echo -n x` in
21206 -n*)
21207   case `echo 'x\c'` in
21208   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
21209   *)   ECHO_C='\c';;
21210   esac;;
21211 *)
21212   ECHO_N='-n';;
21213 esac
21214
21215 if expr a : '\(a\)' >/dev/null 2>&1 &&
21216    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21217   as_expr=expr
21218 else
21219   as_expr=false
21220 fi
21221
21222 rm -f conf$$ conf$$.exe conf$$.file
21223 if test -d conf$$.dir; then
21224   rm -f conf$$.dir/conf$$.file
21225 else
21226   rm -f conf$$.dir
21227   mkdir conf$$.dir
21228 fi
21229 echo >conf$$.file
21230 if ln -s conf$$.file conf$$ 2>/dev/null; then
21231   as_ln_s='ln -s'
21232   # ... but there are two gotchas:
21233   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21234   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21235   # In both cases, we have to default to `cp -p'.
21236   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21237     as_ln_s='cp -p'
21238 elif ln conf$$.file conf$$ 2>/dev/null; then
21239   as_ln_s=ln
21240 else
21241   as_ln_s='cp -p'
21242 fi
21243 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21244 rmdir conf$$.dir 2>/dev/null
21245
21246 if mkdir -p . 2>/dev/null; then
21247   as_mkdir_p=:
21248 else
21249   test -d ./-p && rmdir ./-p
21250   as_mkdir_p=false
21251 fi
21252
21253 if test -x / >/dev/null 2>&1; then
21254   as_test_x='test -x'
21255 else
21256   if ls -dL / >/dev/null 2>&1; then
21257     as_ls_L_option=L
21258   else
21259     as_ls_L_option=
21260   fi
21261   as_test_x='
21262     eval sh -c '\''
21263       if test -d "$1"; then
21264         test -d "$1/.";
21265       else
21266         case $1 in
21267         -*)set "./$1";;
21268         esac;
21269         case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
21270         ???[sx]*):;;*)false;;esac;fi
21271     '\'' sh
21272   '
21273 fi
21274 as_executable_p=$as_test_x
21275
21276 # Sed expression to map a string onto a valid CPP name.
21277 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21278
21279 # Sed expression to map a string onto a valid variable name.
21280 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21281
21282
21283 exec 6>&1
21284
21285 # Save the log message, to keep $[0] and so on meaningful, and to
21286 # report actual input values of CONFIG_FILES etc. instead of their
21287 # values after options handling.
21288 ac_log="
21289 This file was extended by Wine $as_me 0.9.40, which was
21290 generated by GNU Autoconf 2.61.  Invocation command line was
21291
21292   CONFIG_FILES    = $CONFIG_FILES
21293   CONFIG_HEADERS  = $CONFIG_HEADERS
21294   CONFIG_LINKS    = $CONFIG_LINKS
21295   CONFIG_COMMANDS = $CONFIG_COMMANDS
21296   $ $0 $@
21297
21298 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21299 "
21300
21301 _ACEOF
21302
21303 cat >>$CONFIG_STATUS <<_ACEOF
21304 # Files that config.status was made for.
21305 config_files="$ac_config_files"
21306 config_headers="$ac_config_headers"
21307 config_commands="$ac_config_commands"
21308
21309 _ACEOF
21310
21311 cat >>$CONFIG_STATUS <<\_ACEOF
21312 ac_cs_usage="\
21313 \`$as_me' instantiates files from templates according to the
21314 current configuration.
21315
21316 Usage: $0 [OPTIONS] [FILE]...
21317
21318   -h, --help       print this help, then exit
21319   -V, --version    print version number and configuration settings, then exit
21320   -q, --quiet      do not print progress messages
21321   -d, --debug      don't remove temporary files
21322       --recheck    update $as_me by reconfiguring in the same conditions
21323   --file=FILE[:TEMPLATE]
21324                    instantiate the configuration file FILE
21325   --header=FILE[:TEMPLATE]
21326                    instantiate the configuration header FILE
21327
21328 Configuration files:
21329 $config_files
21330
21331 Configuration headers:
21332 $config_headers
21333
21334 Configuration commands:
21335 $config_commands
21336
21337 Report bugs to <bug-autoconf@gnu.org>."
21338
21339 _ACEOF
21340 cat >>$CONFIG_STATUS <<_ACEOF
21341 ac_cs_version="\\
21342 Wine config.status 0.9.40
21343 configured by $0, generated by GNU Autoconf 2.61,
21344   with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
21345
21346 Copyright (C) 2006 Free Software Foundation, Inc.
21347 This config.status script is free software; the Free Software Foundation
21348 gives unlimited permission to copy, distribute and modify it."
21349
21350 ac_pwd='$ac_pwd'
21351 srcdir='$srcdir'
21352 INSTALL='$INSTALL'
21353 _ACEOF
21354
21355 cat >>$CONFIG_STATUS <<\_ACEOF
21356 # If no file are specified by the user, then we need to provide default
21357 # value.  By we need to know if files were specified by the user.
21358 ac_need_defaults=:
21359 while test $# != 0
21360 do
21361   case $1 in
21362   --*=*)
21363     ac_option=`expr "X$1" : 'X\([^=]*\)='`
21364     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21365     ac_shift=:
21366     ;;
21367   *)
21368     ac_option=$1
21369     ac_optarg=$2
21370     ac_shift=shift
21371     ;;
21372   esac
21373
21374   case $ac_option in
21375   # Handling of the options.
21376   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21377     ac_cs_recheck=: ;;
21378   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21379     echo "$ac_cs_version"; exit ;;
21380   --debug | --debu | --deb | --de | --d | -d )
21381     debug=: ;;
21382   --file | --fil | --fi | --f )
21383     $ac_shift
21384     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
21385     ac_need_defaults=false;;
21386   --header | --heade | --head | --hea )
21387     $ac_shift
21388     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
21389     ac_need_defaults=false;;
21390   --he | --h)
21391     # Conflict between --help and --header
21392     { echo "$as_me: error: ambiguous option: $1
21393 Try \`$0 --help' for more information." >&2
21394    { (exit 1); exit 1; }; };;
21395   --help | --hel | -h )
21396     echo "$ac_cs_usage"; exit ;;
21397   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21398   | -silent | --silent | --silen | --sile | --sil | --si | --s)
21399     ac_cs_silent=: ;;
21400
21401   # This is an error.
21402   -*) { echo "$as_me: error: unrecognized option: $1
21403 Try \`$0 --help' for more information." >&2
21404    { (exit 1); exit 1; }; } ;;
21405
21406   *) ac_config_targets="$ac_config_targets $1"
21407      ac_need_defaults=false ;;
21408
21409   esac
21410   shift
21411 done
21412
21413 ac_configure_extra_args=
21414
21415 if $ac_cs_silent; then
21416   exec 6>/dev/null
21417   ac_configure_extra_args="$ac_configure_extra_args --silent"
21418 fi
21419
21420 _ACEOF
21421 cat >>$CONFIG_STATUS <<_ACEOF
21422 if \$ac_cs_recheck; then
21423   echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21424   CONFIG_SHELL=$SHELL
21425   export CONFIG_SHELL
21426   exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21427 fi
21428
21429 _ACEOF
21430 cat >>$CONFIG_STATUS <<\_ACEOF
21431 exec 5>>config.log
21432 {
21433   echo
21434   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21435 ## Running $as_me. ##
21436 _ASBOX
21437   echo "$ac_log"
21438 } >&5
21439
21440 _ACEOF
21441 cat >>$CONFIG_STATUS <<_ACEOF
21442 _ACEOF
21443
21444 cat >>$CONFIG_STATUS <<\_ACEOF
21445
21446 # Handling of arguments.
21447 for ac_config_target in $ac_config_targets
21448 do
21449   case $ac_config_target in
21450     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21451     "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
21452     "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
21453     "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
21454     "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
21455     "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
21456     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21457     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21458     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21459     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21460     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21461     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21462     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21463     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21464     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21465     "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
21466     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21467     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21468     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21469     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21470     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21471     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21472     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21473     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21474     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21475     "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
21476     "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
21477     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21478     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21479     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21480     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21481     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21482     "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
21483     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21484     "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
21485     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21486     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21487     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21488     "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
21489     "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
21490     "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
21491     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21492     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21493     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21494     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21495     "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
21496     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21497     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21498     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21499     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21500     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21501     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21502     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21503     "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
21504     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
21505     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21506     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21507     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21508     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21509     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21510     "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
21511     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21512     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21513     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21514     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21515     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21516     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21517     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21518     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21519     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21520     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21521     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21522     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21523     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21524     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21525     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21526     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21527     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21528     "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
21529     "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
21530     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21531     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21532     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21533     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21534     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21535     "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
21536     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21537     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21538     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21539     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21540     "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
21541     "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
21542     "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
21543     "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
21544     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21545     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21546     "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
21547     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21548     "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
21549     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21550     "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
21551     "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
21552     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21553     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21554     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21555     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21556     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21557     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21558     "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
21559     "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
21560     "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
21561     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21562     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21563     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21564     "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
21565     "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
21566     "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
21567     "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
21568     "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
21569     "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
21570     "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
21571     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21572     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21573     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21574     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21575     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21576     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21577     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21578     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21579     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21580     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21581     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21582     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21583     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21584     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21585     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21586     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21587     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21588     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21589     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21590     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21591     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21592     "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
21593     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21594     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21595     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21596     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21597     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21598     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21599     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21600     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21601     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21602     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21603     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21604     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21605     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21606     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21607     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21608     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21609     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21610     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21611     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21612     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21613     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21614     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21615     "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
21616     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21617     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21618     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21619     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21620     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21621     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21622     "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
21623     "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
21624     "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
21625     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21626     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21627     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21628     "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
21629     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21630     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21631     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21632     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21633     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21634     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21635     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21636     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21637     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21638     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21639     "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
21640     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21641     "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
21642     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21643     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21644     "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
21645     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21646     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21647     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21648     "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
21649     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21650     "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
21651     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21652     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21653     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21654     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21655     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21656     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21657     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
21658     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21659     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21660     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21661     "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
21662     "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
21663     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21664     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21665     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21666     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21667     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21668     "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
21669     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21670     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21671     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21672     "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
21673     "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
21674     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21675     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21676     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21677     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21678     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21679     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21680     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21681     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21682     "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
21683     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21684     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21685     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21686     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21687     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21688     "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
21689     "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
21690     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21691     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21692     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21693     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21694     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21695     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21696     "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
21697     "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
21698     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21699     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21700     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21701     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21702     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21703     "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
21704     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21705     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21706     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21707     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21708     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21709     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21710     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21711     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21712     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21713     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21714     "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
21715     "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
21716     "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
21717     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21718     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21719     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
21720     "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
21721     "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
21722     "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
21723     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21724     "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
21725     "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
21726     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21727     "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
21728     "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
21729     "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
21730     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21731     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21732     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21733     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
21734     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
21735     "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
21736     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
21737     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
21738     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
21739     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
21740     "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
21741     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
21742     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
21743     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
21744     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
21745     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
21746     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
21747     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
21748     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
21749     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
21750     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
21751     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
21752     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
21753     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
21754     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
21755     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
21756     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
21757     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
21758     "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
21759     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
21760     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
21761     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
21762     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
21763     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
21764     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
21765     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
21766     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
21767     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
21768     "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
21769     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
21770     "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
21771     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
21772     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
21773     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
21774     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
21775     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
21776     "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
21777     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
21778     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
21779     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
21780     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
21781     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
21782     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
21783     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
21784     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
21785     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
21786     "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
21787     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
21788     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
21789     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
21790     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
21791     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
21792     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
21793     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
21794     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
21795     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
21796     "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
21797     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
21798     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
21799     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
21800     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
21801     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
21802     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
21803     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
21804     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
21805
21806   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
21807 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
21808    { (exit 1); exit 1; }; };;
21809   esac
21810 done
21811
21812
21813 # If the user did not use the arguments to specify the items to instantiate,
21814 # then the envvar interface is used.  Set only those that are not.
21815 # We use the long form for the default assignment because of an extremely
21816 # bizarre bug on SunOS 4.1.3.
21817 if $ac_need_defaults; then
21818   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
21819   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
21820   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
21821 fi
21822
21823 # Have a temporary directory for convenience.  Make it in the build tree
21824 # simply because there is no reason against having it here, and in addition,
21825 # creating and moving files from /tmp can sometimes cause problems.
21826 # Hook for its removal unless debugging.
21827 # Note that there is a small window in which the directory will not be cleaned:
21828 # after its creation but before its name has been assigned to `$tmp'.
21829 $debug ||
21830 {
21831   tmp=
21832   trap 'exit_status=$?
21833   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
21834 ' 0
21835   trap '{ (exit 1); exit 1; }' 1 2 13 15
21836 }
21837 # Create a (secure) tmp directory for tmp files.
21838
21839 {
21840   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
21841   test -n "$tmp" && test -d "$tmp"
21842 }  ||
21843 {
21844   tmp=./conf$$-$RANDOM
21845   (umask 077 && mkdir "$tmp")
21846 } ||
21847 {
21848    echo "$me: cannot create a temporary directory in ." >&2
21849    { (exit 1); exit 1; }
21850 }
21851
21852 #
21853 # Set up the sed scripts for CONFIG_FILES section.
21854 #
21855
21856 # No need to generate the scripts if there are no CONFIG_FILES.
21857 # This happens for instance when ./config.status config.h
21858 if test -n "$CONFIG_FILES"; then
21859
21860 _ACEOF
21861
21862 # Create sed commands to just substitute file output variables.
21863
21864 # Remaining file output variables are in a fragment that also has non-file
21865 # output varibles.
21866
21867
21868
21869 ac_delim='%!_!# '
21870 for ac_last_try in false false false false false :; do
21871   cat >conf$$subs.sed <<_ACEOF
21872 SHELL!$SHELL$ac_delim
21873 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
21874 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
21875 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
21876 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
21877 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
21878 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
21879 exec_prefix!$exec_prefix$ac_delim
21880 prefix!$prefix$ac_delim
21881 program_transform_name!$program_transform_name$ac_delim
21882 bindir!$bindir$ac_delim
21883 sbindir!$sbindir$ac_delim
21884 libexecdir!$libexecdir$ac_delim
21885 datarootdir!$datarootdir$ac_delim
21886 datadir!$datadir$ac_delim
21887 sysconfdir!$sysconfdir$ac_delim
21888 sharedstatedir!$sharedstatedir$ac_delim
21889 localstatedir!$localstatedir$ac_delim
21890 includedir!$includedir$ac_delim
21891 oldincludedir!$oldincludedir$ac_delim
21892 docdir!$docdir$ac_delim
21893 infodir!$infodir$ac_delim
21894 htmldir!$htmldir$ac_delim
21895 dvidir!$dvidir$ac_delim
21896 pdfdir!$pdfdir$ac_delim
21897 psdir!$psdir$ac_delim
21898 libdir!$libdir$ac_delim
21899 localedir!$localedir$ac_delim
21900 mandir!$mandir$ac_delim
21901 DEFS!$DEFS$ac_delim
21902 ECHO_C!$ECHO_C$ac_delim
21903 ECHO_N!$ECHO_N$ac_delim
21904 ECHO_T!$ECHO_T$ac_delim
21905 LIBS!$LIBS$ac_delim
21906 build_alias!$build_alias$ac_delim
21907 host_alias!$host_alias$ac_delim
21908 target_alias!$target_alias$ac_delim
21909 build!$build$ac_delim
21910 build_cpu!$build_cpu$ac_delim
21911 build_vendor!$build_vendor$ac_delim
21912 build_os!$build_os$ac_delim
21913 host!$host$ac_delim
21914 host_cpu!$host_cpu$ac_delim
21915 host_vendor!$host_vendor$ac_delim
21916 host_os!$host_os$ac_delim
21917 WIN16_FILES!$WIN16_FILES$ac_delim
21918 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
21919 SET_MAKE!$SET_MAKE$ac_delim
21920 CC!$CC$ac_delim
21921 CFLAGS!$CFLAGS$ac_delim
21922 LDFLAGS!$LDFLAGS$ac_delim
21923 CPPFLAGS!$CPPFLAGS$ac_delim
21924 ac_ct_CC!$ac_ct_CC$ac_delim
21925 EXEEXT!$EXEEXT$ac_delim
21926 OBJEXT!$OBJEXT$ac_delim
21927 CXX!$CXX$ac_delim
21928 CXXFLAGS!$CXXFLAGS$ac_delim
21929 ac_ct_CXX!$ac_ct_CXX$ac_delim
21930 CPPBIN!$CPPBIN$ac_delim
21931 TOOLSDIR!$TOOLSDIR$ac_delim
21932 XMKMF!$XMKMF$ac_delim
21933 CPP!$CPP$ac_delim
21934 X_CFLAGS!$X_CFLAGS$ac_delim
21935 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
21936 X_LIBS!$X_LIBS$ac_delim
21937 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
21938 FLEX!$FLEX$ac_delim
21939 BISON!$BISON$ac_delim
21940 AS!$AS$ac_delim
21941 ac_ct_AS!$ac_ct_AS$ac_delim
21942 LD!$LD$ac_delim
21943 AR!$AR$ac_delim
21944 RANLIB!$RANLIB$ac_delim
21945 STRIP!$STRIP$ac_delim
21946 WINDRES!$WINDRES$ac_delim
21947 LN_S!$LN_S$ac_delim
21948 LN!$LN$ac_delim
21949 GREP!$GREP$ac_delim
21950 EGREP!$EGREP$ac_delim
21951 LDCONFIG!$LDCONFIG$ac_delim
21952 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
21953 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
21954 _ACEOF
21955
21956   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
21957     break
21958   elif $ac_last_try; then
21959     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
21960 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
21961    { (exit 1); exit 1; }; }
21962   else
21963     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
21964   fi
21965 done
21966
21967 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
21968 if test -n "$ac_eof"; then
21969   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
21970   ac_eof=`expr $ac_eof + 1`
21971 fi
21972
21973 cat >>$CONFIG_STATUS <<_ACEOF
21974 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
21975 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
21976 /^[      ]*@MAKE_RULES@[         ]*$/{
21977 r $MAKE_RULES
21978 d
21979 }
21980 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
21981 r $MAKE_DLL_RULES
21982 d
21983 }
21984 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
21985 r $MAKE_IMPLIB_RULES
21986 d
21987 }
21988 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
21989 r $MAKE_TEST_RULES
21990 d
21991 }
21992 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
21993 r $MAKE_PROG_RULES
21994 d
21995 }
21996 _ACEOF
21997 sed '
21998 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
21999 s/^/s,@/; s/!/@,|#_!!_#|/
22000 :n
22001 t n
22002 s/'"$ac_delim"'$/,g/; t
22003 s/$/\\/; p
22004 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22005 ' >>$CONFIG_STATUS <conf$$subs.sed
22006 rm -f conf$$subs.sed
22007 cat >>$CONFIG_STATUS <<_ACEOF
22008 CEOF$ac_eof
22009 _ACEOF
22010
22011
22012 ac_delim='%!_!# '
22013 for ac_last_try in false false false false false :; do
22014   cat >conf$$subs.sed <<_ACEOF
22015 INSTALL_DATA!$INSTALL_DATA$ac_delim
22016 LINT!$LINT$ac_delim
22017 LINTFLAGS!$LINTFLAGS$ac_delim
22018 FONTFORGE!$FONTFORGE$ac_delim
22019 PKG_CONFIG!$PKG_CONFIG$ac_delim
22020 PRELINK!$PRELINK$ac_delim
22021 LIBPTHREAD!$LIBPTHREAD$ac_delim
22022 XLIB!$XLIB$ac_delim
22023 XFILES!$XFILES$ac_delim
22024 OPENGLFILES!$OPENGLFILES$ac_delim
22025 GLU32FILES!$GLU32FILES$ac_delim
22026 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
22027 QUARTZFILES!$QUARTZFILES$ac_delim
22028 DLLEXT!$DLLEXT$ac_delim
22029 DLLFLAGS!$DLLFLAGS$ac_delim
22030 LDSHARED!$LDSHARED$ac_delim
22031 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
22032 LIBEXT!$LIBEXT$ac_delim
22033 IMPLIBEXT!$IMPLIBEXT$ac_delim
22034 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
22035 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
22036 LDD!$LDD$ac_delim
22037 DLLTOOL!$DLLTOOL$ac_delim
22038 DLLWRAP!$DLLWRAP$ac_delim
22039 MINGWAR!$MINGWAR$ac_delim
22040 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
22041 IOKITLIB!$IOKITLIB$ac_delim
22042 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
22043 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
22044 COREAUDIO!$COREAUDIO$ac_delim
22045 CARBONLIB!$CARBONLIB$ac_delim
22046 CROSSTEST!$CROSSTEST$ac_delim
22047 CROSSCC!$CROSSCC$ac_delim
22048 CROSSWINDRES!$CROSSWINDRES$ac_delim
22049 NASLIBS!$NASLIBS$ac_delim
22050 XML2LIBS!$XML2LIBS$ac_delim
22051 XML2INCL!$XML2INCL$ac_delim
22052 XSLTLIBS!$XSLTLIBS$ac_delim
22053 XSLTINCL!$XSLTINCL$ac_delim
22054 HALINCL!$HALINCL$ac_delim
22055 sane_devel!$sane_devel$ac_delim
22056 SANEINCL!$SANEINCL$ac_delim
22057 gphoto2_devel!$gphoto2_devel$ac_delim
22058 gphoto2port_devel!$gphoto2port_devel$ac_delim
22059 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
22060 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
22061 ICULIBS!$ICULIBS$ac_delim
22062 RESOLVLIBS!$RESOLVLIBS$ac_delim
22063 LCMSLIBS!$LCMSLIBS$ac_delim
22064 LDAPLIBS!$LDAPLIBS$ac_delim
22065 FREETYPELIBS!$FREETYPELIBS$ac_delim
22066 FREETYPEINCL!$FREETYPEINCL$ac_delim
22067 ft_devel!$ft_devel$ac_delim
22068 ft_devel2!$ft_devel2$ac_delim
22069 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
22070 ESDCONFIG!$ESDCONFIG$ac_delim
22071 ESDLIBS!$ESDLIBS$ac_delim
22072 ESDINCL!$ESDINCL$ac_delim
22073 ALSALIBS!$ALSALIBS$ac_delim
22074 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
22075 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
22076 BUILTINFLAG!$BUILTINFLAG$ac_delim
22077 LDPATH!$LDPATH$ac_delim
22078 CRTLIBS!$CRTLIBS$ac_delim
22079 SOCKETLIBS!$SOCKETLIBS$ac_delim
22080 MAIN_BINARY!$MAIN_BINARY$ac_delim
22081 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
22082 LIBDL!$LIBDL$ac_delim
22083 LIBPOLL!$LIBPOLL$ac_delim
22084 DEPENDENCIES!$DEPENDENCIES$ac_delim
22085 LIBOBJS!$LIBOBJS$ac_delim
22086 LTLIBOBJS!$LTLIBOBJS$ac_delim
22087 _ACEOF
22088
22089   if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 72; then
22090     break
22091   elif $ac_last_try; then
22092     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22093 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22094    { (exit 1); exit 1; }; }
22095   else
22096     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22097   fi
22098 done
22099
22100 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
22101 if test -n "$ac_eof"; then
22102   ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
22103   ac_eof=`expr $ac_eof + 1`
22104 fi
22105
22106 cat >>$CONFIG_STATUS <<_ACEOF
22107 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22108 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22109 _ACEOF
22110 sed '
22111 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22112 s/^/s,@/; s/!/@,|#_!!_#|/
22113 :n
22114 t n
22115 s/'"$ac_delim"'$/,g/; t
22116 s/$/\\/; p
22117 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22118 ' >>$CONFIG_STATUS <conf$$subs.sed
22119 rm -f conf$$subs.sed
22120 cat >>$CONFIG_STATUS <<_ACEOF
22121 :end
22122 s/|#_!!_#|//g
22123 CEOF$ac_eof
22124 _ACEOF
22125
22126
22127 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22128 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22129 # trailing colons and then remove the whole line if VPATH becomes empty
22130 # (actually we leave an empty line to preserve line numbers).
22131 if test "x$srcdir" = x.; then
22132   ac_vpsub='/^[  ]*VPATH[        ]*=/{
22133 s/:*\$(srcdir):*/:/
22134 s/:*\${srcdir}:*/:/
22135 s/:*@srcdir@:*/:/
22136 s/^\([^=]*=[     ]*\):*/\1/
22137 s/:*$//
22138 s/^[^=]*=[       ]*$//
22139 }'
22140 fi
22141
22142 cat >>$CONFIG_STATUS <<\_ACEOF
22143 fi # test -n "$CONFIG_FILES"
22144
22145
22146 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
22147 do
22148   case $ac_tag in
22149   :[FHLC]) ac_mode=$ac_tag; continue;;
22150   esac
22151   case $ac_mode$ac_tag in
22152   :[FHL]*:*);;
22153   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22154 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22155    { (exit 1); exit 1; }; };;
22156   :[FH]-) ac_tag=-:-;;
22157   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22158   esac
22159   ac_save_IFS=$IFS
22160   IFS=:
22161   set x $ac_tag
22162   IFS=$ac_save_IFS
22163   shift
22164   ac_file=$1
22165   shift
22166
22167   case $ac_mode in
22168   :L) ac_source=$1;;
22169   :[FH])
22170     ac_file_inputs=
22171     for ac_f
22172     do
22173       case $ac_f in
22174       -) ac_f="$tmp/stdin";;
22175       *) # Look for the file first in the build tree, then in the source tree
22176          # (if the path is not absolute).  The absolute path cannot be DOS-style,
22177          # because $ac_f cannot contain `:'.
22178          test -f "$ac_f" ||
22179            case $ac_f in
22180            [\\/$]*) false;;
22181            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22182            esac ||
22183            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22184 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22185    { (exit 1); exit 1; }; };;
22186       esac
22187       ac_file_inputs="$ac_file_inputs $ac_f"
22188     done
22189
22190     # Let's still pretend it is `configure' which instantiates (i.e., don't
22191     # use $as_me), people would be surprised to read:
22192     #    /* config.h.  Generated by config.status.  */
22193     configure_input="Generated from "`IFS=:
22194           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22195     if test x"$ac_file" != x-; then
22196       configure_input="$ac_file.  $configure_input"
22197       { echo "$as_me:$LINENO: creating $ac_file" >&5
22198 echo "$as_me: creating $ac_file" >&6;}
22199     fi
22200
22201     case $ac_tag in
22202     *:-:* | *:-) cat >"$tmp/stdin";;
22203     esac
22204     ;;
22205   esac
22206
22207   ac_dir=`$as_dirname -- "$ac_file" ||
22208 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22209          X"$ac_file" : 'X\(//\)[^/]' \| \
22210          X"$ac_file" : 'X\(//\)$' \| \
22211          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22212 echo X"$ac_file" |
22213     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22214             s//\1/
22215             q
22216           }
22217           /^X\(\/\/\)[^/].*/{
22218             s//\1/
22219             q
22220           }
22221           /^X\(\/\/\)$/{
22222             s//\1/
22223             q
22224           }
22225           /^X\(\/\).*/{
22226             s//\1/
22227             q
22228           }
22229           s/.*/./; q'`
22230   { as_dir="$ac_dir"
22231   case $as_dir in #(
22232   -*) as_dir=./$as_dir;;
22233   esac
22234   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22235     as_dirs=
22236     while :; do
22237       case $as_dir in #(
22238       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22239       *) as_qdir=$as_dir;;
22240       esac
22241       as_dirs="'$as_qdir' $as_dirs"
22242       as_dir=`$as_dirname -- "$as_dir" ||
22243 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22244          X"$as_dir" : 'X\(//\)[^/]' \| \
22245          X"$as_dir" : 'X\(//\)$' \| \
22246          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22247 echo X"$as_dir" |
22248     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22249             s//\1/
22250             q
22251           }
22252           /^X\(\/\/\)[^/].*/{
22253             s//\1/
22254             q
22255           }
22256           /^X\(\/\/\)$/{
22257             s//\1/
22258             q
22259           }
22260           /^X\(\/\).*/{
22261             s//\1/
22262             q
22263           }
22264           s/.*/./; q'`
22265       test -d "$as_dir" && break
22266     done
22267     test -z "$as_dirs" || eval "mkdir $as_dirs"
22268   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22269 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22270    { (exit 1); exit 1; }; }; }
22271   ac_builddir=.
22272
22273 case "$ac_dir" in
22274 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22275 *)
22276   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22277   # A ".." for each directory in $ac_dir_suffix.
22278   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22279   case $ac_top_builddir_sub in
22280   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22281   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22282   esac ;;
22283 esac
22284 ac_abs_top_builddir=$ac_pwd
22285 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22286 # for backward compatibility:
22287 ac_top_builddir=$ac_top_build_prefix
22288
22289 case $srcdir in
22290   .)  # We are building in place.
22291     ac_srcdir=.
22292     ac_top_srcdir=$ac_top_builddir_sub
22293     ac_abs_top_srcdir=$ac_pwd ;;
22294   [\\/]* | ?:[\\/]* )  # Absolute name.
22295     ac_srcdir=$srcdir$ac_dir_suffix;
22296     ac_top_srcdir=$srcdir
22297     ac_abs_top_srcdir=$srcdir ;;
22298   *) # Relative name.
22299     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22300     ac_top_srcdir=$ac_top_build_prefix$srcdir
22301     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22302 esac
22303 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22304
22305
22306   case $ac_mode in
22307   :F)
22308   #
22309   # CONFIG_FILE
22310   #
22311
22312   case $INSTALL in
22313   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22314   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22315   esac
22316 _ACEOF
22317
22318 cat >>$CONFIG_STATUS <<\_ACEOF
22319 # If the template does not know about datarootdir, expand it.
22320 # FIXME: This hack should be removed a few years after 2.60.
22321 ac_datarootdir_hack=; ac_datarootdir_seen=
22322
22323 case `sed -n '/datarootdir/ {
22324   p
22325   q
22326 }
22327 /@datadir@/p
22328 /@docdir@/p
22329 /@infodir@/p
22330 /@localedir@/p
22331 /@mandir@/p
22332 ' $ac_file_inputs` in
22333 *datarootdir*) ac_datarootdir_seen=yes;;
22334 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22335   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22336 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22337 _ACEOF
22338 cat >>$CONFIG_STATUS <<_ACEOF
22339   ac_datarootdir_hack='
22340   s&@datadir@&$datadir&g
22341   s&@docdir@&$docdir&g
22342   s&@infodir@&$infodir&g
22343   s&@localedir@&$localedir&g
22344   s&@mandir@&$mandir&g
22345     s&\\\${datarootdir}&$datarootdir&g' ;;
22346 esac
22347 _ACEOF
22348
22349 # Neutralize VPATH when `$srcdir' = `.'.
22350 # Shell code in configure.ac might set extrasub.
22351 # FIXME: do we really want to maintain this feature?
22352 cat >>$CONFIG_STATUS <<_ACEOF
22353   sed "$ac_vpsub
22354 $extrasub
22355 _ACEOF
22356 cat >>$CONFIG_STATUS <<\_ACEOF
22357 :t
22358 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22359 s&@configure_input@&$configure_input&;t t
22360 s&@top_builddir@&$ac_top_builddir_sub&;t t
22361 s&@srcdir@&$ac_srcdir&;t t
22362 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22363 s&@top_srcdir@&$ac_top_srcdir&;t t
22364 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22365 s&@builddir@&$ac_builddir&;t t
22366 s&@abs_builddir@&$ac_abs_builddir&;t t
22367 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22368 s&@INSTALL@&$ac_INSTALL&;t t
22369 $ac_datarootdir_hack
22370 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22371
22372 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
22373   { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
22374   { ac_out=`sed -n '/^[  ]*datarootdir[  ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
22375   { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22376 which seems to be undefined.  Please make sure it is defined." >&5
22377 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
22378 which seems to be undefined.  Please make sure it is defined." >&2;}
22379
22380   rm -f "$tmp/stdin"
22381   case $ac_file in
22382   -) cat "$tmp/out"; rm -f "$tmp/out";;
22383   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22384   esac
22385  ;;
22386   :H)
22387   #
22388   # CONFIG_HEADER
22389   #
22390 _ACEOF
22391
22392 # Transform confdefs.h into a sed script `conftest.defines', that
22393 # substitutes the proper values into config.h.in to produce config.h.
22394 rm -f conftest.defines conftest.tail
22395 # First, append a space to every undef/define line, to ease matching.
22396 echo 's/$/ /' >conftest.defines
22397 # Then, protect against being on the right side of a sed subst, or in
22398 # an unquoted here document, in config.status.  If some macros were
22399 # called several times there might be several #defines for the same
22400 # symbol, which is useless.  But do not sort them, since the last
22401 # AC_DEFINE must be honored.
22402 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22403 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22404 # NAME is the cpp macro being defined, VALUE is the value it is being given.
22405 # PARAMS is the parameter list in the macro definition--in most cases, it's
22406 # just an empty string.
22407 ac_dA='s,^\\([   #]*\\)[^        ]*\\([  ]*'
22408 ac_dB='\\)[      (].*,\\1define\\2'
22409 ac_dC=' '
22410 ac_dD=' ,'
22411
22412 uniq confdefs.h |
22413   sed -n '
22414         t rset
22415         :rset
22416         s/^[     ]*#[    ]*define[       ][      ]*//
22417         t ok
22418         d
22419         :ok
22420         s/[\\&,]/\\&/g
22421         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
22422         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
22423   ' >>conftest.defines
22424
22425 # Remove the space that was appended to ease matching.
22426 # Then replace #undef with comments.  This is necessary, for
22427 # example, in the case of _POSIX_SOURCE, which is predefined and required
22428 # on some systems where configure will not decide to define it.
22429 # (The regexp can be short, since the line contains either #define or #undef.)
22430 echo 's/ $//
22431 s,^[     #]*u.*,/* & */,' >>conftest.defines
22432
22433 # Break up conftest.defines:
22434 ac_max_sed_lines=50
22435
22436 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22437 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22438 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22439 # et cetera.
22440 ac_in='$ac_file_inputs'
22441 ac_out='"$tmp/out1"'
22442 ac_nxt='"$tmp/out2"'
22443
22444 while :
22445 do
22446   # Write a here document:
22447     cat >>$CONFIG_STATUS <<_ACEOF
22448     # First, check the format of the line:
22449     cat >"\$tmp/defines.sed" <<\\CEOF
22450 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_re[  ]*\$/b def
22451 /^[      ]*#[    ]*define[       ][      ]*$ac_word_re[(         ]/b def
22452 b
22453 :def
22454 _ACEOF
22455   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22456   echo 'CEOF
22457     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22458   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22459   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22460   grep . conftest.tail >/dev/null || break
22461   rm -f conftest.defines
22462   mv conftest.tail conftest.defines
22463 done
22464 rm -f conftest.defines conftest.tail
22465
22466 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22467 cat >>$CONFIG_STATUS <<\_ACEOF
22468   if test x"$ac_file" != x-; then
22469     echo "/* $configure_input  */" >"$tmp/config.h"
22470     cat "$ac_result" >>"$tmp/config.h"
22471     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22472       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22473 echo "$as_me: $ac_file is unchanged" >&6;}
22474     else
22475       rm -f $ac_file
22476       mv "$tmp/config.h" $ac_file
22477     fi
22478   else
22479     echo "/* $configure_input  */"
22480     cat "$ac_result"
22481   fi
22482   rm -f "$tmp/out12"
22483  ;;
22484
22485   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22486 echo "$as_me: executing $ac_file commands" >&6;}
22487  ;;
22488   esac
22489
22490
22491   case $ac_file$ac_mode in
22492     "include/stamp-h":C) echo timestamp > include/stamp-h ;;
22493     "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
22494 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
22495     "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
22496 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
22497     "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
22498 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
22499     "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
22500 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
22501     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
22502 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22503     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
22504 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22505
22506   esac
22507 done # for ac_tag
22508
22509
22510 { (exit 0); exit 0; }
22511 _ACEOF
22512 chmod +x $CONFIG_STATUS
22513 ac_clean_files=$ac_clean_files_save
22514
22515
22516 # configure is writing to config.log, and then calls config.status.
22517 # config.status does its own redirection, appending to config.log.
22518 # Unfortunately, on DOS this fails, as config.log is still kept open
22519 # by configure, so config.status won't be able to write to it; its
22520 # output is simply discarded.  So we exec the FD to /dev/null,
22521 # effectively closing config.log, so it can be properly (re)opened and
22522 # appended to by config.status.  When coming back to configure, we
22523 # need to make the FD available again.
22524 if test "$no_create" != yes; then
22525   ac_cs_success=:
22526   ac_config_status_args=
22527   test "$silent" = yes &&
22528     ac_config_status_args="$ac_config_status_args --quiet"
22529   exec 5>/dev/null
22530   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22531   exec 5>>config.log
22532   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22533   # would make configure fail if this is the last instruction.
22534   $ac_cs_success || { (exit 1); exit 1; }
22535 fi
22536
22537
22538
22539 if test "$no_create" = "yes"
22540 then
22541   exit 0
22542 fi
22543
22544 if test "$verbose" = "yes"
22545 then
22546     if test "$ac_cv_header_capi20_h" != "yes" -o "$ac_cv_header_linux_capi_h" != "yes"
22547   then
22548     echo >&2
22549     { echo "$as_me:$LINENO: libcapi20 development files not found." >&5
22550 echo "$as_me: libcapi20 development files not found." >&6;}
22551     { echo "$as_me:$LINENO: Wine will be built without ISDN support. (capi2032.dll)" >&5
22552 echo "$as_me: Wine will be built without ISDN support. (capi2032.dll)" >&6;}
22553   fi
22554
22555     if test "$ac_cv_header_cups_cups_h" != "yes"
22556   then
22557     echo >&2
22558     { echo "$as_me:$LINENO: libcups development files not found." >&5
22559 echo "$as_me: libcups development files not found." >&6;}
22560     { echo "$as_me:$LINENO: Wine will be built without CUPS support." >&5
22561 echo "$as_me: Wine will be built without CUPS support." >&6;}
22562   fi
22563
22564
22565     if test "$ac_cv_header_gphoto2_camera_h" != "yes"
22566   then
22567     echo >&2
22568     { echo "$as_me:$LINENO: libgphoto2 development files not found." >&5
22569 echo "$as_me: libgphoto2 development files not found." >&6;}
22570     if test "$ac_cv_header_sane_sane_h" = "yes"
22571     then
22572       { echo "$as_me:$LINENO: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&5
22573 echo "$as_me: Wine will be built with limited Digital Camera support. (twain_32.dll)" >&6;}
22574     else
22575       { echo "$as_me:$LINENO: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&5
22576 echo "$as_me: Wine will be built without Digital Camera support. (gphoto2.ds/twain_32.dll)" >&6;}
22577     fi
22578   fi
22579
22580       if test "$ac_cv_header_hal_libhal_h" != "yes"
22581   then
22582     echo >&2
22583     { echo "$as_me:$LINENO: libhal development files not found." >&5
22584 echo "$as_me: libhal development files not found." >&6;}
22585     { echo "$as_me:$LINENO: Wine will be built without dynamic device support. (explorer.exe)" >&5
22586 echo "$as_me: Wine will be built without dynamic device support. (explorer.exe)" >&6;}
22587   fi
22588
22589     if test "$ac_cv_header_unicode_ubidi_h" != "yes"
22590   then
22591     echo >&2
22592     { echo "$as_me:$LINENO: libicu development files not found." >&5
22593 echo "$as_me: libicu development files not found." >&6;}
22594     { echo "$as_me:$LINENO: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&5
22595 echo "$as_me: Wine will be built without bidi (Right to Left) support. (gdi32.dll)" >&6;}
22596   fi
22597
22598     if test "$ac_cv_header_lcms_h" != "yes" -a "$ac_cv_header_lcms_lcms_h" != "yes"
22599   then
22600     echo >&2
22601     { echo "$as_me:$LINENO: liblcms development files not found." >&5
22602 echo "$as_me: liblcms development files not found." >&6;}
22603     { echo "$as_me:$LINENO: Wine will be built without Color Management support. (mscms.dll)" >&5
22604 echo "$as_me: Wine will be built without Color Management support. (mscms.dll)" >&6;}
22605   fi
22606
22607     if test "$ac_cv_header_ldap_h" != "yes" -o "$ac_cv_header_lber_h" != "yes"
22608   then
22609     echo >&2
22610     { echo "$as_me:$LINENO: libldap (OpenLDAP) development files not found." >&5
22611 echo "$as_me: libldap (OpenLDAP) development files not found." >&6;}
22612     { echo "$as_me:$LINENO: Wine will be built without LDAP support. (wldap32.dll)" >&5
22613 echo "$as_me: Wine will be built without LDAP support. (wldap32.dll)" >&6;}
22614   fi
22615
22616     if test "x$with_curses" != "xno" -a "$ac_cv_header_ncurses_h" != "yes" -a "$ac_cv_header_curses_h" != "yes"
22617   then
22618     echo >&2
22619     { echo "$as_me:$LINENO: lib(n)curses development files not found." >&5
22620 echo "$as_me: lib(n)curses development files not found." >&6;}
22621     { echo "$as_me:$LINENO: Wine will be built without (n)curses support. (wineconsole.exe)" >&5
22622 echo "$as_me: Wine will be built without (n)curses support. (wineconsole.exe)" >&6;}
22623   fi
22624
22625     if test "$ac_cv_header_sane_sane_h" != "yes"
22626   then
22627     echo >&2
22628     { echo "$as_me:$LINENO: libsane development files not found." >&5
22629 echo "$as_me: libsane development files not found." >&6;}
22630     { echo "$as_me:$LINENO: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&5
22631 echo "$as_me: Wine will be built without Scanner support. (sane.ds/twain_32.dll)" >&6;}
22632   fi
22633
22634       if test "$have_x" = "yes"
22635   then
22636         if test "$ac_cv_header_X11_extensions_shape_h" != "yes" -o "$ac_cv_header_X11_extensions_XShm_h" != "yes"
22637     then
22638       echo >&2
22639       { echo "$as_me:$LINENO: libxext development files not found." >&5
22640 echo "$as_me: libxext development files not found." >&6;}
22641       { echo "$as_me:$LINENO: Wine will be built without Shm / Shape support. (winex11.drv)" >&5
22642 echo "$as_me: Wine will be built without Shm / Shape support. (winex11.drv)" >&6;}
22643     fi
22644
22645         if test "$ac_cv_header_X11_extensions_Xrandr_h" != "yes"
22646     then
22647       echo >&2
22648       { echo "$as_me:$LINENO: libXrandr development files not found." >&5
22649 echo "$as_me: libXrandr development files not found." >&6;}
22650       { echo "$as_me:$LINENO: Wine will be built without Xrandr support. (winex11.drv)" >&5
22651 echo "$as_me: Wine will be built without Xrandr support. (winex11.drv)" >&6;}
22652     fi
22653
22654         if test "$ac_cv_header_X11_extensions_Xrender_h" != "yes"
22655     then
22656       echo >&2
22657       { echo "$as_me:$LINENO: libXrender development files not found." >&5
22658 echo "$as_me: libXrender development files not found." >&6;}
22659       { echo "$as_me:$LINENO: Wine will be built without Xrender support. (winex11.drv)" >&5
22660 echo "$as_me: Wine will be built without Xrender support. (winex11.drv)" >&6;}
22661     fi
22662
22663         if test "$ac_cv_header_X11_extensions_xf86vmode_h" != "yes"
22664     then
22665       echo >&2
22666       { echo "$as_me:$LINENO: libXxf86vm development files not found." >&5
22667 echo "$as_me: libXxf86vm development files not found." >&6;}
22668       { echo "$as_me:$LINENO: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&5
22669 echo "$as_me: Wine will be built without XFree86-VidMode support. (winex11.drv)" >&6;}
22670     fi
22671   fi
22672
22673     if test "$ac_cv_header_libxml_parser_h" != "yes"
22674   then
22675     echo >&2
22676     { echo "$as_me:$LINENO: libxml2 development files not found." >&5
22677 echo "$as_me: libxml2 development files not found." >&6;}
22678     { echo "$as_me:$LINENO: Wine will be built without XML support. (msxml.dll)" >&5
22679 echo "$as_me: Wine will be built without XML support. (msxml.dll)" >&6;}
22680   fi
22681
22682     if test "$ac_cv_header_libxslt_pattern_h" != "yes" -o "$ac_cv_header_libxslt_transform_h" != "yes"
22683   then
22684     echo >&2
22685     { echo "$as_me:$LINENO: libxslt development files not found." >&5
22686 echo "$as_me: libxslt development files not found." >&6;}
22687     { echo "$as_me:$LINENO: Wine will be built without xslt support. (msxml.dll)" >&5
22688 echo "$as_me: Wine will be built without xslt support. (msxml.dll)" >&6;}
22689   fi
22690 fi
22691
22692
22693 if test "$have_x" = "no"
22694 then
22695   echo >&2
22696   { echo "$as_me:$LINENO: WARNING: X development files not found. Wine will be built without" >&5
22697 echo "$as_me: WARNING: X development files not found. Wine will be built without" >&2;}
22698   { echo "$as_me:$LINENO: WARNING: X support, which currently does not work, and probably" >&5
22699 echo "$as_me: WARNING: X support, which currently does not work, and probably" >&2;}
22700   { echo "$as_me:$LINENO: WARNING: isn't what you want anyway. You will need to install devel" >&5
22701 echo "$as_me: WARNING: isn't what you want anyway. You will need to install devel" >&2;}
22702   { echo "$as_me:$LINENO: WARNING:  packages of Xlib/Xfree86 at the very least." >&5
22703 echo "$as_me: WARNING:  packages of Xlib/Xfree86 at the very least." >&2;}
22704 fi
22705
22706 if test -z "$OPENGLFILES"
22707 then
22708   echo >&2
22709   { echo "$as_me:$LINENO: WARNING: Wine will be build without OpenGL or Direct3D support" >&5
22710 echo "$as_me: WARNING: Wine will be build without OpenGL or Direct3D support" >&2;}
22711   { echo "$as_me:$LINENO: WARNING: because something is wrong with the OpenGL setup:" >&5
22712 echo "$as_me: WARNING: because something is wrong with the OpenGL setup:" >&2;}
22713   if test "$wine_cv_opengl_headers_found" = "no"
22714   then
22715     { echo "$as_me:$LINENO: WARNING: No OpenGL development headers were found" >&5
22716 echo "$as_me: WARNING: No OpenGL development headers were found" >&2;}
22717   fi
22718   if test "$wine_cv_opengl_header_version_OK" = "no"
22719   then
22720     { echo "$as_me:$LINENO: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&5
22721 echo "$as_me: WARNING: Old Mesa headers detected. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)." >&2;}
22722   elif test "$ac_cv_lib_GL_glXCreateContext" = "no"
22723   then
22724      if test -f /usr/X11R6/lib/libGL.a
22725      then
22726         { echo "$as_me:$LINENO: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22727 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&5
22728 echo "$as_me: WARNING: /usr/X11R6/lib/libGL.a is present on your system.
22729 This probably prevents linking to OpenGL. Try deleting the file and restarting configure." >&2;}
22730      else
22731         { echo "$as_me:$LINENO: WARNING: No OpenGL library found on this system." >&5
22732 echo "$as_me: WARNING: No OpenGL library found on this system." >&2;}
22733      fi
22734   fi
22735 fi
22736
22737 if test "$wine_cv_msg_freetype" = "yes"
22738 then
22739   echo >&2
22740   { echo "$as_me:$LINENO: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&5
22741 echo "$as_me: WARNING: Your system appears to have the FreeType 2 runtime libraries" >&2;}
22742   { echo "$as_me:$LINENO: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&5
22743 echo "$as_me: WARNING: installed, but 'freetype-config' is not in your PATH. Install" >&2;}
22744   { echo "$as_me:$LINENO: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&5
22745 echo "$as_me: WARNING: the freetype-devel package (or its equivalent on your distribution)" >&2;}
22746   { echo "$as_me:$LINENO: WARNING: to enable Wine to use TrueType fonts." >&5
22747 echo "$as_me: WARNING: to enable Wine to use TrueType fonts." >&2;}
22748 fi
22749
22750 if test -z "$FONTSSUBDIRS"
22751 then
22752   echo >&2
22753   if test "$FONTFORGE" = "false"
22754   then
22755     { echo "$as_me:$LINENO: WARNING: FontForge is missing." >&5
22756 echo "$as_me: WARNING: FontForge is missing." >&2;}
22757   else
22758     { echo "$as_me:$LINENO: WARNING: FreeType is missing." >&5
22759 echo "$as_me: WARNING: FreeType is missing." >&2;}
22760   fi
22761   { echo "$as_me:$LINENO: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&5
22762 echo "$as_me: WARNING: Fonts will not be built. Dialog text may be invisible or unaligned." >&2;}
22763 fi
22764
22765 if test -z "$ALSALIBS" -a \
22766         -z "$AUDIOIOLIBS" -a \
22767         -z "$NASLIBS" -a \
22768         -z "$ESD_LIBS" -a \
22769         -z "$ac_cv_lib_soname_jack" -a \
22770         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
22771         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
22772         "$ac_cv_header_soundcard_h" != "yes"
22773 then
22774   echo >&2
22775   { echo "$as_me:$LINENO: WARNING: No sound system was found. Windows applications will be silent." >&5
22776 echo "$as_me: WARNING: No sound system was found. Windows applications will be silent." >&2;}
22777   { echo "$as_me:$LINENO: WARNING: The currently supported sound systems are:" >&5
22778 echo "$as_me: WARNING: The currently supported sound systems are:" >&2;}
22779   { echo "$as_me:$LINENO: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&5
22780 echo "$as_me: WARNING: ALSA, EsounD, AudioIO, Jack, NAS and OSS" >&2;}
22781 fi
22782
22783 echo
22784 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
22785 echo
22786