crypt32: Write-strings warning fix.
[wine] / configure
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.59d for Wine 0.9.14.
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 Bourne compatible
16 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
17   emulate sh
18   NULLCMD=:
19   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
20   # is contrary to our usage.  Disable this feature.
21   alias -g '${1+"$@"}'='"$@"'
22   setopt NO_GLOB_SUBST
23 else
24   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
25 fi
26 BIN_SH=xpg4; export BIN_SH # for Tru64
27 DUALCASE=1; export DUALCASE # for MKS sh
28
29
30 # PATH needs CR
31 # Avoid depending upon Character Ranges.
32 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
33 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
34 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
35 as_cr_digits='0123456789'
36 as_cr_alnum=$as_cr_Letters$as_cr_digits
37
38 # The user is always right.
39 if test "${PATH_SEPARATOR+set}" != set; then
40   echo "#! /bin/sh" >conf$$.sh
41   echo  "exit 0"   >>conf$$.sh
42   chmod +x conf$$.sh
43   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
44     PATH_SEPARATOR=';'
45   else
46     PATH_SEPARATOR=:
47   fi
48   rm -f conf$$.sh
49 fi
50
51 # Support unset when possible.
52 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
53   as_unset=unset
54 else
55   as_unset=false
56 fi
57
58
59 # IFS
60 # We need space, tab and new line, in precisely that order.  Quoting is
61 # there to prevent editors from complaining about space-tab.
62 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
63 # splitting by setting IFS to empty value.)
64 as_nl='
65 '
66 IFS=" ""        $as_nl"
67
68 # Find who we are.  Look in the path if we contain no directory separator.
69 case $0 in
70   *[\\/]* ) as_myself=$0 ;;
71   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
72 for as_dir in $PATH
73 do
74   IFS=$as_save_IFS
75   test -z "$as_dir" && as_dir=.
76   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
77 done
78 IFS=$as_save_IFS
79
80      ;;
81 esac
82 # We did not find ourselves, most probably we were run as `sh COMMAND'
83 # in which case we are not to be found in the path.
84 if test "x$as_myself" = x; then
85   as_myself=$0
86 fi
87 if test ! -f "$as_myself"; then
88   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
89   { (exit 1); exit 1; }
90 fi
91
92 # Work around bugs in pre-3.0 UWIN ksh.
93 for as_var in ENV MAIL MAILPATH
94 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
95 done
96 PS1='$ '
97 PS2='> '
98 PS4='+ '
99
100 # NLS nuisances.
101 for as_var in \
102   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
103   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
104   LC_TELEPHONE LC_TIME
105 do
106   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
107     eval $as_var=C; export $as_var
108   else
109     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
110   fi
111 done
112
113 # Required to use basename.
114 if expr a : '\(a\)' >/dev/null 2>&1 &&
115    test "X`expr 00001 : '.*\(...\)'`" = X001; then
116   as_expr=expr
117 else
118   as_expr=false
119 fi
120
121 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
122   as_basename=basename
123 else
124   as_basename=false
125 fi
126
127
128 # Name of the executable.
129 as_me=`$as_basename -- "$0" ||
130 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
131          X"$0" : 'X\(//\)$' \| \
132          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
133 echo X/"$0" |
134     sed '/^.*\/\([^/][^/]*\)\/*$/{
135             s//\1/
136             q
137           }
138           /^X\/\(\/\/\)$/{
139             s//\1/
140             q
141           }
142           /^X\/\(\/\).*/{
143             s//\1/
144             q
145           }
146           s/.*/./; q'`
147
148 # CDPATH.
149 $as_unset CDPATH
150
151
152 if test "x$CONFIG_SHELL" = x; then
153   if (eval ":") 2>/dev/null; then
154   as_have_required=yes
155 else
156   as_have_required=no
157 fi
158
159   if test $as_have_required = yes &&     (eval ":
160 (as_func_return () {
161   (exit \$1)
162 }
163 as_func_success () {
164   as_func_return 0
165 }
166 as_func_failure () {
167   as_func_return 1
168 }
169 as_func_ret_success () {
170   return 0
171 }
172 as_func_ret_failure () {
173   return 1
174 }
175
176 exitcode=0
177 if as_func_success; then
178   :
179 else
180   exitcode=1
181   echo as_func_success failed.
182 fi
183
184 if as_func_failure; then
185   exitcode=1
186   echo as_func_failure succeeded.
187 fi
188
189 if as_func_ret_success; then
190   :
191 else
192   exitcode=1
193   echo as_func_ret_success failed.
194 fi
195
196 if as_func_ret_failure; then
197   exitcode=1
198   echo as_func_ret_failure succeeded.
199 fi
200
201 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
202   :
203 else
204   exitcode=1
205   echo positional parameters were not saved.
206 fi
207
208 test \$exitcode = 0) || { (exit 1); exit 1; }
209
210 (
211   as_lineno_1=\$LINENO
212   as_lineno_2=\$LINENO
213   test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
214   test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
215 ") 2> /dev/null; then
216   :
217 else
218   as_candidate_shells=
219     as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
220 for as_dir in /usr/bin/posix$PATH_SEPARATOR/bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
221 do
222   IFS=$as_save_IFS
223   test -z "$as_dir" && as_dir=.
224   case $as_dir in
225          /*)
226            for as_base in sh bash ksh sh5; do
227              as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
228            done;;
229        esac
230 done
231 IFS=$as_save_IFS
232
233
234       for as_shell in $as_candidate_shells $SHELL; do
235          # Try only shells which exist, to save several forks.
236          if test -f $as_shell &&
237                 { ($as_shell) 2> /dev/null <<\_ASEOF
238 # Be Bourne compatible
239 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
240   emulate sh
241   NULLCMD=:
242   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
243   # is contrary to our usage.  Disable this feature.
244   alias -g '${1+"$@"}'='"$@"'
245   setopt NO_GLOB_SUBST
246 else
247   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
248 fi
249 BIN_SH=xpg4; export BIN_SH # for Tru64
250 DUALCASE=1; export DUALCASE # for MKS sh
251
252 :
253 _ASEOF
254 }; then
255   CONFIG_SHELL=$as_shell
256                as_have_required=yes
257                if { $as_shell 2> /dev/null <<\_ASEOF
258 # Be Bourne compatible
259 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
260   emulate sh
261   NULLCMD=:
262   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
263   # is contrary to our usage.  Disable this feature.
264   alias -g '${1+"$@"}'='"$@"'
265   setopt NO_GLOB_SUBST
266 else
267   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
268 fi
269 BIN_SH=xpg4; export BIN_SH # for Tru64
270 DUALCASE=1; export DUALCASE # for MKS sh
271
272 :
273 (as_func_return () {
274   (exit $1)
275 }
276 as_func_success () {
277   as_func_return 0
278 }
279 as_func_failure () {
280   as_func_return 1
281 }
282 as_func_ret_success () {
283   return 0
284 }
285 as_func_ret_failure () {
286   return 1
287 }
288
289 exitcode=0
290 if as_func_success; then
291   :
292 else
293   exitcode=1
294   echo as_func_success failed.
295 fi
296
297 if as_func_failure; then
298   exitcode=1
299   echo as_func_failure succeeded.
300 fi
301
302 if as_func_ret_success; then
303   :
304 else
305   exitcode=1
306   echo as_func_ret_success failed.
307 fi
308
309 if as_func_ret_failure; then
310   exitcode=1
311   echo as_func_ret_failure succeeded.
312 fi
313
314 if ( set x; as_func_ret_success y && test x = "$1" ); then
315   :
316 else
317   exitcode=1
318   echo positional parameters were not saved.
319 fi
320
321 test $exitcode = 0) || { (exit 1); exit 1; }
322
323 (
324   as_lineno_1=$LINENO
325   as_lineno_2=$LINENO
326   test "x$as_lineno_1" != "x$as_lineno_2" &&
327   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
328
329 _ASEOF
330 }; then
331   break
332 fi
333
334 fi
335
336       done
337
338       if test "x$CONFIG_SHELL" != x; then
339   for as_var in BASH_ENV ENV
340         do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
341         done
342         export CONFIG_SHELL
343         exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
344 fi
345
346
347     if test $as_have_required = no; then
348   echo This script requires a shell more modern than all the
349       echo shells that I found on your system.  Please install a
350       echo modern shell, or manually run the script under such a
351       echo shell if you do have one.
352       { (exit 1); exit 1; }
353 fi
354
355
356 fi
357
358 fi
359
360
361
362 (eval "as_func_return () {
363   (exit \$1)
364 }
365 as_func_success () {
366   as_func_return 0
367 }
368 as_func_failure () {
369   as_func_return 1
370 }
371 as_func_ret_success () {
372   return 0
373 }
374 as_func_ret_failure () {
375   return 1
376 }
377
378 exitcode=0
379 if as_func_success; then
380   :
381 else
382   exitcode=1
383   echo as_func_success failed.
384 fi
385
386 if as_func_failure; then
387   exitcode=1
388   echo as_func_failure succeeded.
389 fi
390
391 if as_func_ret_success; then
392   :
393 else
394   exitcode=1
395   echo as_func_ret_success failed.
396 fi
397
398 if as_func_ret_failure; then
399   exitcode=1
400   echo as_func_ret_failure succeeded.
401 fi
402
403 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
404   :
405 else
406   exitcode=1
407   echo positional parameters were not saved.
408 fi
409
410 test \$exitcode = 0") || {
411   echo No shell found that supports shell functions.
412   echo Please tell autoconf@gnu.org about your system,
413   echo including any error possibly output before this
414   echo message
415 }
416
417
418
419   as_lineno_1=$LINENO
420   as_lineno_2=$LINENO
421   test "x$as_lineno_1" != "x$as_lineno_2" &&
422   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
423
424   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
425   # uniformly replaced by the line number.  The first 'sed' inserts a
426   # line-number line after each line using $LINENO; the second 'sed'
427   # does the real work.  The second script uses 'N' to pair each
428   # line-number line with the line containing $LINENO, and appends
429   # trailing '-' during substitution so that $LINENO is not a special
430   # case at line end.
431   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
432   # scripts with optimization help from Paolo Bonzini.  Blame Lee
433   # E. McMahon (1931-1989) for sed's syntax.  :-)
434   sed -n '
435     p
436     /[$]LINENO/=
437   ' <$as_myself |
438     sed '
439       s/[$]LINENO.*/&-/
440       t lineno
441       b
442       :lineno
443       N
444       :loop
445       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
446       t loop
447       s/-\n.*//
448     ' >$as_me.lineno &&
449   chmod +x "$as_me.lineno" ||
450     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
451    { (exit 1); exit 1; }; }
452
453   # Don't try to exec as it changes $[0], causing all sort of problems
454   # (the dirname of $[0] is not the place where we might find the
455   # original and so on.  Autoconf is especially sensitive to this).
456   . "./$as_me.lineno"
457   # Exit status is that of the last command.
458   exit
459 }
460
461
462 if (dirname -- /) >/dev/null 2>&1; then
463   as_dirname=dirname
464 else
465   as_dirname=false
466 fi
467
468 ECHO_C= ECHO_N= ECHO_T=
469 case `echo -n x` in
470 -n*)
471   case `echo 'x\c'` in
472   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
473   *)   ECHO_C='\c';;
474   esac;;
475 *)
476   ECHO_N='-n';;
477 esac
478
479 if expr a : '\(a\)' >/dev/null 2>&1 &&
480    test "X`expr 00001 : '.*\(...\)'`" = X001; then
481   as_expr=expr
482 else
483   as_expr=false
484 fi
485
486 rm -f conf$$ conf$$.exe conf$$.file
487 if test -d conf$$.dir; then
488   rm -f conf$$.dir/conf$$.file
489 else
490   rm -f conf$$.dir
491   mkdir conf$$.dir
492 fi
493 echo >conf$$.file
494 if ln -s conf$$.file conf$$ 2>/dev/null; then
495   as_ln_s='ln -s'
496   # ... but there are two gotchas:
497   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
498   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
499   # In both cases, we have to default to `cp -p'.
500   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
501     as_ln_s='cp -p'
502 elif ln conf$$.file conf$$ 2>/dev/null; then
503   as_ln_s=ln
504 else
505   as_ln_s='cp -p'
506 fi
507 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
508 rmdir conf$$.dir 2>/dev/null
509
510 if mkdir -p . 2>/dev/null; then
511   as_mkdir_p=:
512 else
513   test -d ./-p && rmdir ./-p
514   as_mkdir_p=false
515 fi
516
517 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
518 # systems may use methods other than mode bits to determine executability.
519 cat >conf$$.file <<_ASEOF
520 #! /bin/sh
521 exit 0
522 _ASEOF
523 chmod +x conf$$.file
524 if test -x conf$$.file >/dev/null 2>&1; then
525   as_executable_p="test -x"
526 else
527   as_executable_p=:
528 fi
529 rm -f conf$$.file
530
531 # Sed expression to map a string onto a valid CPP name.
532 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
533
534 # Sed expression to map a string onto a valid variable name.
535 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
536
537
538
539 exec 7<&0 </dev/null 6>&1
540
541 # Name of the host.
542 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
543 # so uname gets run too.
544 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
545
546 #
547 # Initializations.
548 #
549 ac_default_prefix=/usr/local
550 ac_clean_files=
551 ac_config_libobj_dir=.
552 LIBOBJS=
553 cross_compiling=no
554 subdirs=
555 MFLAGS=
556 MAKEFLAGS=
557 SHELL=${CONFIG_SHELL-/bin/sh}
558
559 # Identity of this package.
560 PACKAGE_NAME='Wine'
561 PACKAGE_TARNAME='wine'
562 PACKAGE_VERSION='0.9.14'
563 PACKAGE_STRING='Wine 0.9.14'
564 PACKAGE_BUGREPORT='wine-devel@winehq.org'
565
566 ac_unique_file="server/atom.c"
567 # Factoring default headers for most tests.
568 ac_includes_default="\
569 #include <stdio.h>
570 #if HAVE_SYS_TYPES_H
571 # include <sys/types.h>
572 #endif
573 #if HAVE_SYS_STAT_H
574 # include <sys/stat.h>
575 #endif
576 #if STDC_HEADERS
577 # include <stdlib.h>
578 # include <stddef.h>
579 #else
580 # if HAVE_STDLIB_H
581 #  include <stdlib.h>
582 # endif
583 #endif
584 #if HAVE_STRING_H
585 # if !STDC_HEADERS && HAVE_MEMORY_H
586 #  include <memory.h>
587 # endif
588 # include <string.h>
589 #endif
590 #if HAVE_STRINGS_H
591 # include <strings.h>
592 #endif
593 #if HAVE_INTTYPES_H
594 # include <inttypes.h>
595 #endif
596 #if HAVE_STDINT_H
597 # include <stdint.h>
598 #endif
599 #if HAVE_UNISTD_H
600 # include <unistd.h>
601 #endif"
602
603 ac_subst_vars='SHELL
604 PATH_SEPARATOR
605 PACKAGE_NAME
606 PACKAGE_TARNAME
607 PACKAGE_VERSION
608 PACKAGE_STRING
609 PACKAGE_BUGREPORT
610 exec_prefix
611 prefix
612 program_transform_name
613 bindir
614 sbindir
615 libexecdir
616 datarootdir
617 datadir
618 sysconfdir
619 sharedstatedir
620 localstatedir
621 includedir
622 oldincludedir
623 docdir
624 infodir
625 htmldir
626 dvidir
627 pdfdir
628 psdir
629 libdir
630 localedir
631 mandir
632 DEFS
633 ECHO_C
634 ECHO_N
635 ECHO_T
636 LIBS
637 build_alias
638 host_alias
639 target_alias
640 build
641 build_cpu
642 build_vendor
643 build_os
644 host
645 host_cpu
646 host_vendor
647 host_os
648 WIN16_FILES
649 WIN16_INSTALL
650 SET_MAKE
651 CC
652 CFLAGS
653 LDFLAGS
654 CPPFLAGS
655 ac_ct_CC
656 EXEEXT
657 OBJEXT
658 CXX
659 CXXFLAGS
660 ac_ct_CXX
661 CPPBIN
662 TOOLSDIR
663 XMKMF
664 CPP
665 X_CFLAGS
666 X_PRE_LIBS
667 X_LIBS
668 X_EXTRA_LIBS
669 LEX
670 LEXLIB
671 LEX_OUTPUT_ROOT
672 XLEX
673 BISON
674 AS
675 ac_ct_AS
676 LD
677 AR
678 RANLIB
679 STRIP
680 WINDRES
681 LN_S
682 LN
683 GREP
684 EGREP
685 LDCONFIG
686 INSTALL_PROGRAM
687 INSTALL_SCRIPT
688 INSTALL_DATA
689 LINT
690 LINTFLAGS
691 FONTFORGE
692 PKG_CONFIG
693 PRELINK
694 LIBPTHREAD
695 XLIB
696 XFILES
697 OPENGLFILES
698 GLU32FILES
699 OPENGL_LIBS
700 GLUT_LIBS
701 GLUT32FILES
702 NASLIBS
703 XML2LIBS
704 XML2INCL
705 XSLTLIBS
706 XSLTINCL
707 HALINCL
708 CURSESLIBS
709 sane_devel
710 SANELIBS
711 SANEINCL
712 gphoto2_devel
713 gphoto2port_devel
714 GPHOTO2LIBS
715 GPHOTO2INCL
716 ICULIBS
717 RESOLVLIBS
718 LCMSLIBS
719 LDAPLIBS
720 FREETYPELIBS
721 FREETYPEINCL
722 ft_devel
723 ft_devel2
724 FONTSSUBDIRS
725 ARTSCCONFIG
726 ARTSLIBS
727 ARTSINCL
728 ESDCONFIG
729 ESDLIBS
730 ESDINCL
731 ALSALIBS
732 AUDIOIOLIBS
733 EXTRACFLAGS
734 BUILTINFLAG
735 DLLEXT
736 DLLFLAGS
737 DLLIBS
738 LDSHARED
739 LDDLLFLAGS
740 LIBEXT
741 IMPLIBEXT
742 DLLTOOL
743 DLLWRAP
744 LDEXECFLAGS
745 LDEXERPATH
746 LDDLLRPATH
747 COREFOUNDATIONLIB
748 IOKITLIB
749 COREAUDIO
750 CROSSTEST
751 CROSSCC
752 CROSSWINDRES
753 LDPATH
754 CRTLIBS
755 SOCKETLIBS
756 MAIN_BINARY
757 EXTRA_BINARIES
758 LDD
759 LIBOBJS
760 LTLIBOBJS'
761 ac_subst_files='MAKE_RULES
762 MAKE_DLL_RULES
763 MAKE_IMPLIB_RULES
764 MAKE_TEST_RULES
765 MAKE_LIB_RULES
766 MAKE_PROG_RULES'
767       ac_precious_vars='build_alias
768 host_alias
769 target_alias
770 CC
771 CFLAGS
772 LDFLAGS
773 CPPFLAGS
774 CXX
775 CXXFLAGS
776 CCC
777 XMKMF
778 CPP'
779
780
781 # Initialize some variables set by options.
782 ac_init_help=
783 ac_init_version=false
784 # The variables have the same names as the options, with
785 # dashes changed to underlines.
786 cache_file=/dev/null
787 exec_prefix=NONE
788 no_create=
789 no_recursion=
790 prefix=NONE
791 program_prefix=NONE
792 program_suffix=NONE
793 program_transform_name=s,x,x,
794 silent=
795 site=
796 srcdir=
797 verbose=
798 x_includes=NONE
799 x_libraries=NONE
800
801 # Installation directory options.
802 # These are left unexpanded so users can "make install exec_prefix=/foo"
803 # and all the variables that are supposed to be based on exec_prefix
804 # by default will actually change.
805 # Use braces instead of parens because sh, perl, etc. also accept them.
806 # (The list follows the same order as the GNU Coding Standards.)
807 bindir='${exec_prefix}/bin'
808 sbindir='${exec_prefix}/sbin'
809 libexecdir='${exec_prefix}/libexec'
810 datarootdir='${prefix}/share'
811 datadir='${datarootdir}'
812 sysconfdir='${prefix}/etc'
813 sharedstatedir='${prefix}/com'
814 localstatedir='${prefix}/var'
815 includedir='${prefix}/include'
816 oldincludedir='/usr/include'
817 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
818 infodir='${datarootdir}/info'
819 htmldir='${docdir}'
820 dvidir='${docdir}'
821 pdfdir='${docdir}'
822 psdir='${docdir}'
823 libdir='${exec_prefix}/lib'
824 localedir='${datarootdir}/locale'
825 mandir='${datarootdir}/man'
826
827 ac_prev=
828 ac_dashdash=
829 for ac_option
830 do
831   # If the previous option needs an argument, assign it.
832   if test -n "$ac_prev"; then
833     eval $ac_prev=\$ac_option
834     ac_prev=
835     continue
836   fi
837
838   case $ac_option in
839   *=*)  ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
840   *)    ac_optarg=yes ;;
841   esac
842
843   # Accept the important Cygnus configure options, so we can diagnose typos.
844
845   case $ac_dashdash$ac_option in
846   --)
847     ac_dashdash=yes ;;
848
849   -bindir | --bindir | --bindi | --bind | --bin | --bi)
850     ac_prev=bindir ;;
851   -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
852     bindir=$ac_optarg ;;
853
854   -build | --build | --buil | --bui | --bu)
855     ac_prev=build_alias ;;
856   -build=* | --build=* | --buil=* | --bui=* | --bu=*)
857     build_alias=$ac_optarg ;;
858
859   -cache-file | --cache-file | --cache-fil | --cache-fi \
860   | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
861     ac_prev=cache_file ;;
862   -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
863   | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
864     cache_file=$ac_optarg ;;
865
866   --config-cache | -C)
867     cache_file=config.cache ;;
868
869   -datadir | --datadir | --datadi | --datad)
870     ac_prev=datadir ;;
871   -datadir=* | --datadir=* | --datadi=* | --datad=*)
872     datadir=$ac_optarg ;;
873
874   -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
875   | --dataroo | --dataro | --datar)
876     ac_prev=datarootdir ;;
877   -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
878   | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
879     datarootdir=$ac_optarg ;;
880
881   -disable-* | --disable-*)
882     ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
883     # Reject names that are not valid shell variable names.
884     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
885       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
886    { (exit 1); exit 1; }; }
887     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
888     eval enable_$ac_feature=no ;;
889
890   -docdir | --docdir | --docdi | --doc | --do)
891     ac_prev=docdir ;;
892   -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
893     docdir=$ac_optarg ;;
894
895   -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
896     ac_prev=dvidir ;;
897   -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
898     dvidir=$ac_optarg ;;
899
900   -enable-* | --enable-*)
901     ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
902     # Reject names that are not valid shell variable names.
903     expr "x$ac_feature" : ".*[^-_$as_cr_alnum]" >/dev/null &&
904       { echo "$as_me: error: invalid feature name: $ac_feature" >&2
905    { (exit 1); exit 1; }; }
906     ac_feature=`echo $ac_feature | sed 's/-/_/g'`
907     eval enable_$ac_feature=\$ac_optarg ;;
908
909   -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
910   | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
911   | --exec | --exe | --ex)
912     ac_prev=exec_prefix ;;
913   -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
914   | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
915   | --exec=* | --exe=* | --ex=*)
916     exec_prefix=$ac_optarg ;;
917
918   -gas | --gas | --ga | --g)
919     # Obsolete; use --with-gas.
920     with_gas=yes ;;
921
922   -help | --help | --hel | --he | -h)
923     ac_init_help=long ;;
924   -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
925     ac_init_help=recursive ;;
926   -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
927     ac_init_help=short ;;
928
929   -host | --host | --hos | --ho)
930     ac_prev=host_alias ;;
931   -host=* | --host=* | --hos=* | --ho=*)
932     host_alias=$ac_optarg ;;
933
934   -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
935     ac_prev=htmldir ;;
936   -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
937   | --ht=*)
938     htmldir=$ac_optarg ;;
939
940   -includedir | --includedir | --includedi | --included | --include \
941   | --includ | --inclu | --incl | --inc)
942     ac_prev=includedir ;;
943   -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
944   | --includ=* | --inclu=* | --incl=* | --inc=*)
945     includedir=$ac_optarg ;;
946
947   -infodir | --infodir | --infodi | --infod | --info | --inf)
948     ac_prev=infodir ;;
949   -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
950     infodir=$ac_optarg ;;
951
952   -libdir | --libdir | --libdi | --libd)
953     ac_prev=libdir ;;
954   -libdir=* | --libdir=* | --libdi=* | --libd=*)
955     libdir=$ac_optarg ;;
956
957   -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
958   | --libexe | --libex | --libe)
959     ac_prev=libexecdir ;;
960   -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
961   | --libexe=* | --libex=* | --libe=*)
962     libexecdir=$ac_optarg ;;
963
964   -localedir | --localedir | --localedi | --localed | --locale)
965     ac_prev=localedir ;;
966   -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
967     localedir=$ac_optarg ;;
968
969   -localstatedir | --localstatedir | --localstatedi | --localstated \
970   | --localstate | --localstat | --localsta | --localst | --locals)
971     ac_prev=localstatedir ;;
972   -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
973   | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
974     localstatedir=$ac_optarg ;;
975
976   -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
977     ac_prev=mandir ;;
978   -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
979     mandir=$ac_optarg ;;
980
981   -nfp | --nfp | --nf)
982     # Obsolete; use --without-fp.
983     with_fp=no ;;
984
985   -no-create | --no-create | --no-creat | --no-crea | --no-cre \
986   | --no-cr | --no-c | -n)
987     no_create=yes ;;
988
989   -no-recursion | --no-recursion | --no-recursio | --no-recursi \
990   | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
991     no_recursion=yes ;;
992
993   -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
994   | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
995   | --oldin | --oldi | --old | --ol | --o)
996     ac_prev=oldincludedir ;;
997   -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
998   | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
999   | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1000     oldincludedir=$ac_optarg ;;
1001
1002   -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1003     ac_prev=prefix ;;
1004   -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1005     prefix=$ac_optarg ;;
1006
1007   -program-prefix | --program-prefix | --program-prefi | --program-pref \
1008   | --program-pre | --program-pr | --program-p)
1009     ac_prev=program_prefix ;;
1010   -program-prefix=* | --program-prefix=* | --program-prefi=* \
1011   | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1012     program_prefix=$ac_optarg ;;
1013
1014   -program-suffix | --program-suffix | --program-suffi | --program-suff \
1015   | --program-suf | --program-su | --program-s)
1016     ac_prev=program_suffix ;;
1017   -program-suffix=* | --program-suffix=* | --program-suffi=* \
1018   | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1019     program_suffix=$ac_optarg ;;
1020
1021   -program-transform-name | --program-transform-name \
1022   | --program-transform-nam | --program-transform-na \
1023   | --program-transform-n | --program-transform- \
1024   | --program-transform | --program-transfor \
1025   | --program-transfo | --program-transf \
1026   | --program-trans | --program-tran \
1027   | --progr-tra | --program-tr | --program-t)
1028     ac_prev=program_transform_name ;;
1029   -program-transform-name=* | --program-transform-name=* \
1030   | --program-transform-nam=* | --program-transform-na=* \
1031   | --program-transform-n=* | --program-transform-=* \
1032   | --program-transform=* | --program-transfor=* \
1033   | --program-transfo=* | --program-transf=* \
1034   | --program-trans=* | --program-tran=* \
1035   | --progr-tra=* | --program-tr=* | --program-t=*)
1036     program_transform_name=$ac_optarg ;;
1037
1038   -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1039     ac_prev=pdfdir ;;
1040   -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1041     pdfdir=$ac_optarg ;;
1042
1043   -psdir | --psdir | --psdi | --psd | --ps)
1044     ac_prev=psdir ;;
1045   -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1046     psdir=$ac_optarg ;;
1047
1048   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1049   | -silent | --silent | --silen | --sile | --sil)
1050     silent=yes ;;
1051
1052   -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1053     ac_prev=sbindir ;;
1054   -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1055   | --sbi=* | --sb=*)
1056     sbindir=$ac_optarg ;;
1057
1058   -sharedstatedir | --sharedstatedir | --sharedstatedi \
1059   | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1060   | --sharedst | --shareds | --shared | --share | --shar \
1061   | --sha | --sh)
1062     ac_prev=sharedstatedir ;;
1063   -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1064   | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1065   | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1066   | --sha=* | --sh=*)
1067     sharedstatedir=$ac_optarg ;;
1068
1069   -site | --site | --sit)
1070     ac_prev=site ;;
1071   -site=* | --site=* | --sit=*)
1072     site=$ac_optarg ;;
1073
1074   -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1075     ac_prev=srcdir ;;
1076   -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1077     srcdir=$ac_optarg ;;
1078
1079   -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1080   | --syscon | --sysco | --sysc | --sys | --sy)
1081     ac_prev=sysconfdir ;;
1082   -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1083   | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1084     sysconfdir=$ac_optarg ;;
1085
1086   -target | --target | --targe | --targ | --tar | --ta | --t)
1087     ac_prev=target_alias ;;
1088   -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1089     target_alias=$ac_optarg ;;
1090
1091   -v | -verbose | --verbose | --verbos | --verbo | --verb)
1092     verbose=yes ;;
1093
1094   -version | --version | --versio | --versi | --vers | -V)
1095     ac_init_version=: ;;
1096
1097   -with-* | --with-*)
1098     ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1099     # Reject names that are not valid shell variable names.
1100     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1101       { echo "$as_me: error: invalid package name: $ac_package" >&2
1102    { (exit 1); exit 1; }; }
1103     ac_package=`echo $ac_package| sed 's/-/_/g'`
1104     eval with_$ac_package=\$ac_optarg ;;
1105
1106   -without-* | --without-*)
1107     ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1108     # Reject names that are not valid shell variable names.
1109     expr "x$ac_package" : ".*[^-_$as_cr_alnum]" >/dev/null &&
1110       { echo "$as_me: error: invalid package name: $ac_package" >&2
1111    { (exit 1); exit 1; }; }
1112     ac_package=`echo $ac_package | sed 's/-/_/g'`
1113     eval with_$ac_package=no ;;
1114
1115   --x)
1116     # Obsolete; use --with-x.
1117     with_x=yes ;;
1118
1119   -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1120   | --x-incl | --x-inc | --x-in | --x-i)
1121     ac_prev=x_includes ;;
1122   -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1123   | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1124     x_includes=$ac_optarg ;;
1125
1126   -x-libraries | --x-libraries | --x-librarie | --x-librari \
1127   | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1128     ac_prev=x_libraries ;;
1129   -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1130   | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1131     x_libraries=$ac_optarg ;;
1132
1133   -*) { echo "$as_me: error: unrecognized option: $ac_option
1134 Try \`$0 --help' for more information." >&2
1135    { (exit 1); exit 1; }; }
1136     ;;
1137
1138   *=*)
1139     ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1140     # Reject names that are not valid shell variable names.
1141     expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1142       { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1143    { (exit 1); exit 1; }; }
1144     eval $ac_envvar=\$ac_optarg
1145     export $ac_envvar ;;
1146
1147   *)
1148     # FIXME: should be removed in autoconf 3.0.
1149     echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1150     expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1151       echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1152     : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1153     ;;
1154
1155   esac
1156 done
1157
1158 if test -n "$ac_prev"; then
1159   ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1160   { echo "$as_me: error: missing argument to $ac_option" >&2
1161    { (exit 1); exit 1; }; }
1162 fi
1163
1164 # Be sure to have absolute directory names.
1165 for ac_var in   exec_prefix prefix bindir sbindir libexecdir datarootdir \
1166                 datadir sysconfdir sharedstatedir localstatedir includedir \
1167                 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1168                 libdir localedir mandir
1169 do
1170   eval ac_val=\$$ac_var
1171   case $ac_val in
1172     [\\/$]* | ?:[\\/]* )  continue;;
1173     NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1174   esac
1175   { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1176    { (exit 1); exit 1; }; }
1177 done
1178
1179 # There might be people who depend on the old broken behavior: `$host'
1180 # used to hold the argument of --host etc.
1181 # FIXME: To remove some day.
1182 build=$build_alias
1183 host=$host_alias
1184 target=$target_alias
1185
1186 # FIXME: To remove some day.
1187 if test "x$host_alias" != x; then
1188   if test "x$build_alias" = x; then
1189     cross_compiling=maybe
1190     echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1191     If a cross compiler is detected then cross compile mode will be used." >&2
1192   elif test "x$build_alias" != "x$host_alias"; then
1193     cross_compiling=yes
1194   fi
1195 fi
1196
1197 ac_tool_prefix=
1198 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1199
1200 test "$silent" = yes && exec 6>/dev/null
1201
1202
1203 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1204 ac_ls_di=`ls -di .` &&
1205 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1206   { echo "$as_me: error: Working directory cannot be determined" >&2
1207    { (exit 1); exit 1; }; }
1208 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1209   { echo "$as_me: error: pwd does not report name of working directory" >&2
1210    { (exit 1); exit 1; }; }
1211
1212
1213 # Find the source files, if location was not specified.
1214 if test -z "$srcdir"; then
1215   ac_srcdir_defaulted=yes
1216   # Try the directory containing this script, then the parent directory.
1217   ac_confdir=`$as_dirname -- "$0" ||
1218 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1219          X"$0" : 'X\(//\)[^/]' \| \
1220          X"$0" : 'X\(//\)$' \| \
1221          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1222 echo X"$0" |
1223     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1224             s//\1/
1225             q
1226           }
1227           /^X\(\/\/\)[^/].*/{
1228             s//\1/
1229             q
1230           }
1231           /^X\(\/\/\)$/{
1232             s//\1/
1233             q
1234           }
1235           /^X\(\/\).*/{
1236             s//\1/
1237             q
1238           }
1239           s/.*/./; q'`
1240   srcdir=$ac_confdir
1241   if test ! -r "$srcdir/$ac_unique_file"; then
1242     srcdir=..
1243   fi
1244 else
1245   ac_srcdir_defaulted=no
1246 fi
1247 if test ! -r "$srcdir/$ac_unique_file"; then
1248   test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1249   { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1250    { (exit 1); exit 1; }; }
1251 fi
1252 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1253 ac_abs_confdir=`(
1254         cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1255    { (exit 1); exit 1; }; }
1256         pwd)`
1257 # When building in place, set srcdir=.
1258 if test "$ac_abs_confdir" = "$ac_pwd"; then
1259   srcdir=.
1260 fi
1261 # Remove unnecessary trailing slashes from srcdir.
1262 # Double slashes in file names in object file debugging info
1263 # mess up M-x gdb in Emacs.
1264 case $srcdir in
1265 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1266 esac
1267 for ac_var in $ac_precious_vars; do
1268   eval ac_env_${ac_var}_set=\${${ac_var}+set}
1269   eval ac_env_${ac_var}_value=\$${ac_var}
1270   eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1271   eval ac_cv_env_${ac_var}_value=\$${ac_var}
1272 done
1273
1274 #
1275 # Report the --help message.
1276 #
1277 if test "$ac_init_help" = "long"; then
1278   # Omit some internal or obsolete options to make the list less imposing.
1279   # This message is too long to be a string in the A/UX 3.1 sh.
1280   cat <<_ACEOF
1281 \`configure' configures Wine 0.9.14 to adapt to many kinds of systems.
1282
1283 Usage: $0 [OPTION]... [VAR=VALUE]...
1284
1285 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1286 VAR=VALUE.  See below for descriptions of some of the useful variables.
1287
1288 Defaults for the options are specified in brackets.
1289
1290 Configuration:
1291   -h, --help              display this help and exit
1292       --help=short        display options specific to this package
1293       --help=recursive    display the short help of all the included packages
1294   -V, --version           display version information and exit
1295   -q, --quiet, --silent   do not print \`checking...' messages
1296       --cache-file=FILE   cache test results in FILE [disabled]
1297   -C, --config-cache      alias for \`--cache-file=config.cache'
1298   -n, --no-create         do not create output files
1299       --srcdir=DIR        find the sources in DIR [configure dir or \`..']
1300
1301 Installation directories:
1302   --prefix=PREFIX         install architecture-independent files in PREFIX
1303                           [$ac_default_prefix]
1304   --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
1305                           [PREFIX]
1306
1307 By default, \`make install' will install all the files in
1308 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
1309 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1310 for instance \`--prefix=\$HOME'.
1311
1312 For better control, use the options below.
1313
1314 Fine tuning of the installation directories:
1315   --bindir=DIR           user executables [EPREFIX/bin]
1316   --sbindir=DIR          system admin executables [EPREFIX/sbin]
1317   --libexecdir=DIR       program executables [EPREFIX/libexec]
1318   --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
1319   --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
1320   --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
1321   --libdir=DIR           object code libraries [EPREFIX/lib]
1322   --includedir=DIR       C header files [PREFIX/include]
1323   --oldincludedir=DIR    C header files for non-gcc [/usr/include]
1324   --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
1325   --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
1326   --infodir=DIR          info documentation [DATAROOTDIR/info]
1327   --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
1328   --mandir=DIR           man documentation [DATAROOTDIR/man]
1329   --docdir=DIR           documentation root [DATAROOTDIR/doc/wine]
1330   --htmldir=DIR          html documentation [DOCDIR]
1331   --dvidir=DIR           dvi documentation [DOCDIR]
1332   --pdfdir=DIR           pdf documentation [DOCDIR]
1333   --psdir=DIR            ps documentation [DOCDIR]
1334 _ACEOF
1335
1336   cat <<\_ACEOF
1337
1338 X features:
1339   --x-includes=DIR    X include files are in DIR
1340   --x-libraries=DIR   X library files are in DIR
1341
1342 System types:
1343   --build=BUILD     configure for building on BUILD [guessed]
1344   --host=HOST       cross-compile to build programs to run on HOST [BUILD]
1345 _ACEOF
1346 fi
1347
1348 if test -n "$ac_init_help"; then
1349   case $ac_init_help in
1350      short | recursive ) echo "Configuration of Wine 0.9.14:";;
1351    esac
1352   cat <<\_ACEOF
1353
1354 Optional Features:
1355   --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
1356   --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
1357   --disable-win16         do not include Win16 support
1358   --enable-win64          build a Win64 emulator on AMD64 (won't run Win32
1359                           binaries)
1360
1361 Optional Packages:
1362   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
1363   --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
1364   --without-opengl        do not use OpenGL
1365   --without-curses        do not use curses
1366   --with-wine-tools=<dir> use Wine tools from directory <dir>
1367   --with-x                use the X Window System
1368
1369 Some influential environment variables:
1370   CC          C compiler command
1371   CFLAGS      C compiler flags
1372   LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
1373               nonstandard directory <lib dir>
1374   CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1375               you have headers in a nonstandard directory <include dir>
1376   CXX         C++ compiler command
1377   CXXFLAGS    C++ compiler flags
1378   XMKMF       Path to xmkmf, Makefile generator for X Window System
1379   CPP         C preprocessor
1380
1381 Use these variables to override the choices made by `configure' or to help
1382 it to find libraries and programs with nonstandard names/locations.
1383
1384 Report bugs to <wine-devel@winehq.org>.
1385 _ACEOF
1386 ac_status=$?
1387 fi
1388
1389 if test "$ac_init_help" = "recursive"; then
1390   # If there are subdirs, report their specific --help.
1391   for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1392     test -d $ac_dir || continue
1393     ac_builddir=.
1394
1395 case "$ac_dir" in
1396 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1397 *)
1398   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1399   # A ".." for each directory in $ac_dir_suffix.
1400   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1401   case $ac_top_builddir_sub in
1402   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1403   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1404   esac ;;
1405 esac
1406 ac_abs_top_builddir=$ac_pwd
1407 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1408 # for backward compatibility:
1409 ac_top_builddir=$ac_top_build_prefix
1410
1411 case $srcdir in
1412   .)  # We are building in place.
1413     ac_srcdir=.
1414     ac_top_srcdir=$ac_top_builddir_sub
1415     ac_abs_top_srcdir=$ac_pwd ;;
1416   [\\/]* | ?:[\\/]* )  # Absolute name.
1417     ac_srcdir=$srcdir$ac_dir_suffix;
1418     ac_top_srcdir=$srcdir
1419     ac_abs_top_srcdir=$srcdir ;;
1420   *) # Relative name.
1421     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1422     ac_top_srcdir=$ac_top_build_prefix$srcdir
1423     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1424 esac
1425 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1426
1427     cd "$ac_dir" || { ac_status=$?; continue; }
1428     # Check for guested configure.
1429     if test -f $ac_srcdir/configure.gnu; then
1430       echo &&
1431       $SHELL $ac_srcdir/configure.gnu  --help=recursive
1432     elif test -f $ac_srcdir/configure; then
1433       echo &&
1434       $SHELL $ac_srcdir/configure  --help=recursive
1435     else
1436       echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1437     fi || ac_status=$?
1438     cd "$ac_pwd" || { ac_status=$?; break; }
1439   done
1440 fi
1441
1442 test -n "$ac_init_help" && exit $ac_status
1443 if $ac_init_version; then
1444   cat <<\_ACEOF
1445 Wine configure 0.9.14
1446 generated by GNU Autoconf 2.59d
1447
1448 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1449 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1450 This configure script is free software; the Free Software Foundation
1451 gives unlimited permission to copy, distribute and modify it.
1452 _ACEOF
1453   exit
1454 fi
1455 cat >config.log <<_ACEOF
1456 This file contains any messages produced by compilers while
1457 running configure, to aid debugging if configure makes a mistake.
1458
1459 It was created by Wine $as_me 0.9.14, which was
1460 generated by GNU Autoconf 2.59d.  Invocation command line was
1461
1462   $ $0 $@
1463
1464 _ACEOF
1465 exec 5>>config.log
1466 {
1467 cat <<_ASUNAME
1468 ## --------- ##
1469 ## Platform. ##
1470 ## --------- ##
1471
1472 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1473 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1474 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1475 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1476 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1477
1478 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1479 /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
1480
1481 /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
1482 /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
1483 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1484 /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
1485 /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
1486 /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
1487 /bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`
1488
1489 _ASUNAME
1490
1491 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1492 for as_dir in $PATH
1493 do
1494   IFS=$as_save_IFS
1495   test -z "$as_dir" && as_dir=.
1496   echo "PATH: $as_dir"
1497 done
1498 IFS=$as_save_IFS
1499
1500 } >&5
1501
1502 cat >&5 <<_ACEOF
1503
1504
1505 ## ----------- ##
1506 ## Core tests. ##
1507 ## ----------- ##
1508
1509 _ACEOF
1510
1511
1512 # Keep a trace of the command line.
1513 # Strip out --no-create and --no-recursion so they do not pile up.
1514 # Strip out --silent because we don't want to record it for future runs.
1515 # Also quote any args containing shell meta-characters.
1516 # Make two passes to allow for proper duplicate-argument suppression.
1517 ac_configure_args=
1518 ac_configure_args0=
1519 ac_configure_args1=
1520 ac_sep=
1521 ac_must_keep_next=false
1522 for ac_pass in 1 2
1523 do
1524   for ac_arg
1525   do
1526     case $ac_arg in
1527     -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1528     -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1529     | -silent | --silent | --silen | --sile | --sil)
1530       continue ;;
1531     *\'*)
1532       ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1533     esac
1534     case $ac_pass in
1535     1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1536     2)
1537       ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1538       if test $ac_must_keep_next = true; then
1539         ac_must_keep_next=false # Got value, back to normal.
1540       else
1541         case $ac_arg in
1542           *=* | --config-cache | -C | -disable-* | --disable-* \
1543           | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1544           | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1545           | -with-* | --with-* | -without-* | --without-* | --x)
1546             case "$ac_configure_args0 " in
1547               "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1548             esac
1549             ;;
1550           -* ) ac_must_keep_next=true ;;
1551         esac
1552       fi
1553       ac_configure_args="$ac_configure_args$ac_sep'$ac_arg'"
1554       # Get rid of the leading space.
1555       ac_sep=" "
1556       ;;
1557     esac
1558   done
1559 done
1560 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1561 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1562
1563 # When interrupted or exit'd, cleanup temporary files, and complete
1564 # config.log.  We remove comments because anyway the quotes in there
1565 # would cause problems or look ugly.
1566 # WARNING: Use '\'' to represent an apostrophe within the trap.
1567 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1568 trap 'exit_status=$?
1569   # Save into config.log some information that might help in debugging.
1570   {
1571     echo
1572
1573     cat <<\_ASBOX
1574 ## ---------------- ##
1575 ## Cache variables. ##
1576 ## ---------------- ##
1577 _ASBOX
1578     echo
1579     # The following way of writing the cache mishandles newlines in values,
1580 (
1581   for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1582     eval ac_val=\$$ac_var
1583     case $ac_val in #(
1584     *${as_nl}*)
1585       case $ac_var in #(
1586       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1587 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1588       esac
1589       case $ac_var in #(
1590       _ | IFS | as_nl) ;; #(
1591       *) $as_unset $ac_var ;;
1592       esac ;;
1593     esac
1594   done
1595   (set) 2>&1 |
1596     case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1597     *${as_nl}ac_space=\ *)
1598       sed -n \
1599         "s/'\''/'\''\\\\'\'''\''/g;
1600           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1601       ;; #(
1602     *)
1603       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1604       ;;
1605     esac |
1606     sort
1607 )
1608     echo
1609
1610     cat <<\_ASBOX
1611 ## ----------------- ##
1612 ## Output variables. ##
1613 ## ----------------- ##
1614 _ASBOX
1615     echo
1616     for ac_var in $ac_subst_vars
1617     do
1618       eval ac_val=\$$ac_var
1619       echo "$ac_var='\''$ac_val'\''"
1620     done | sort
1621     echo
1622
1623     if test -n "$ac_subst_files"; then
1624       cat <<\_ASBOX
1625 ## ------------------- ##
1626 ## File substitutions. ##
1627 ## ------------------- ##
1628 _ASBOX
1629       echo
1630       for ac_var in $ac_subst_files
1631       do
1632         eval ac_val=\$$ac_var
1633         echo "$ac_var='\''$ac_val'\''"
1634       done | sort
1635       echo
1636     fi
1637
1638     if test -s confdefs.h; then
1639       cat <<\_ASBOX
1640 ## ----------- ##
1641 ## confdefs.h. ##
1642 ## ----------- ##
1643 _ASBOX
1644       echo
1645       cat confdefs.h
1646       echo
1647     fi
1648     test "$ac_signal" != 0 &&
1649       echo "$as_me: caught signal $ac_signal"
1650     echo "$as_me: exit $exit_status"
1651   } >&5
1652   rm -f core *.core core.conftest.* &&
1653     rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1654     exit $exit_status
1655 ' 0
1656 for ac_signal in 1 2 13 15; do
1657   trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1658 done
1659 ac_signal=0
1660
1661 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1662 rm -f -r conftest* confdefs.h
1663
1664 # Predefined preprocessor variables.
1665
1666 cat >>confdefs.h <<_ACEOF
1667 #define PACKAGE_NAME "$PACKAGE_NAME"
1668 _ACEOF
1669
1670
1671 cat >>confdefs.h <<_ACEOF
1672 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1673 _ACEOF
1674
1675
1676 cat >>confdefs.h <<_ACEOF
1677 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1678 _ACEOF
1679
1680
1681 cat >>confdefs.h <<_ACEOF
1682 #define PACKAGE_STRING "$PACKAGE_STRING"
1683 _ACEOF
1684
1685
1686 cat >>confdefs.h <<_ACEOF
1687 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1688 _ACEOF
1689
1690
1691 # Let the site file select an alternate cache file if it wants to.
1692 # Prefer explicitly selected file to automatically selected ones.
1693 if test -n "$CONFIG_SITE"; then
1694   set x "$CONFIG_SITE"
1695 elif test "x$prefix" != xNONE; then
1696   set x "$prefix/share/config.site" "$prefix/etc/config.site"
1697 else
1698   set x "$ac_default_prefix/share/config.site" \
1699         "$ac_default_prefix/etc/config.site"
1700 fi
1701 shift
1702 for ac_site_file
1703 do
1704   if test -r "$ac_site_file"; then
1705     { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1706 echo "$as_me: loading site script $ac_site_file" >&6;}
1707     sed 's/^/| /' "$ac_site_file" >&5
1708     . "$ac_site_file"
1709   fi
1710 done
1711
1712 if test -r "$cache_file"; then
1713   # Some versions of bash will fail to source /dev/null (special
1714   # files actually), so we avoid doing that.
1715   if test -f "$cache_file"; then
1716     { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1717 echo "$as_me: loading cache $cache_file" >&6;}
1718     case $cache_file in
1719       [\\/]* | ?:[\\/]* ) . $cache_file;;
1720       *)                      . ./$cache_file;;
1721     esac
1722   fi
1723 else
1724   { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1725 echo "$as_me: creating cache $cache_file" >&6;}
1726   >$cache_file
1727 fi
1728
1729 # Check that the precious variables saved in the cache have kept the same
1730 # value.
1731 ac_cache_corrupted=false
1732 for ac_var in $ac_precious_vars; do
1733   eval ac_old_set=\$ac_cv_env_${ac_var}_set
1734   eval ac_new_set=\$ac_env_${ac_var}_set
1735   eval ac_old_val=\$ac_cv_env_${ac_var}_value
1736   eval ac_new_val=\$ac_env_${ac_var}_value
1737   case $ac_old_set,$ac_new_set in
1738     set,)
1739       { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1740 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1741       ac_cache_corrupted=: ;;
1742     ,set)
1743       { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1744 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1745       ac_cache_corrupted=: ;;
1746     ,);;
1747     *)
1748       if test "x$ac_old_val" != "x$ac_new_val"; then
1749         { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1750 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1751         { echo "$as_me:$LINENO:   former value:  $ac_old_val" >&5
1752 echo "$as_me:   former value:  $ac_old_val" >&2;}
1753         { echo "$as_me:$LINENO:   current value: $ac_new_val" >&5
1754 echo "$as_me:   current value: $ac_new_val" >&2;}
1755         ac_cache_corrupted=:
1756       fi;;
1757   esac
1758   # Pass precious variables to config.status.
1759   if test "$ac_new_set" = set; then
1760     case $ac_new_val in
1761     *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1762     *) ac_arg=$ac_var=$ac_new_val ;;
1763     esac
1764     case " $ac_configure_args " in
1765       *" '$ac_arg' "*) ;; # Avoid dups.  Use of quotes ensures accuracy.
1766       *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1767     esac
1768   fi
1769 done
1770 if $ac_cache_corrupted; then
1771   { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1772 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1773   { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1774 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1775    { (exit 1); exit 1; }; }
1776 fi
1777
1778
1779
1780
1781
1782
1783
1784
1785
1786
1787
1788
1789
1790
1791
1792
1793
1794
1795
1796
1797
1798
1799
1800
1801
1802 ac_ext=c
1803 ac_cpp='$CPP $CPPFLAGS'
1804 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1805 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1806 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1807
1808
1809
1810 ac_config_headers="$ac_config_headers include/config.h"
1811
1812 ac_aux_dir=
1813 for ac_dir in tools $srcdir/tools; do
1814   if test -f $ac_dir/install-sh; then
1815     ac_aux_dir=$ac_dir
1816     ac_install_sh="$ac_aux_dir/install-sh -c"
1817     break
1818   elif test -f $ac_dir/install.sh; then
1819     ac_aux_dir=$ac_dir
1820     ac_install_sh="$ac_aux_dir/install.sh -c"
1821     break
1822   elif test -f $ac_dir/shtool; then
1823     ac_aux_dir=$ac_dir
1824     ac_install_sh="$ac_aux_dir/shtool install -c"
1825     break
1826   fi
1827 done
1828 if test -z "$ac_aux_dir"; then
1829   { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&5
1830 echo "$as_me: error: cannot find install-sh or install.sh in tools $srcdir/tools" >&2;}
1831    { (exit 1); exit 1; }; }
1832 fi
1833 ac_config_guess="$SHELL $ac_aux_dir/config.guess"
1834 ac_config_sub="$SHELL $ac_aux_dir/config.sub"
1835 ac_configure="$SHELL $ac_aux_dir/configure" # This should be Cygnus configure.
1836
1837
1838
1839 # Check whether --enable-win16 was given.
1840 if test "${enable_win16+set}" = set; then
1841   enableval=$enable_win16;
1842 fi
1843
1844 # Check whether --enable-win64 was given.
1845 if test "${enable_win64+set}" = set; then
1846   enableval=$enable_win64;
1847 fi
1848
1849
1850
1851 # Check whether --with-opengl was given.
1852 if test "${with_opengl+set}" = set; then
1853   withval=$with_opengl;
1854 fi
1855
1856
1857 # Check whether --with-curses was given.
1858 if test "${with_curses+set}" = set; then
1859   withval=$with_curses;
1860 fi
1861
1862
1863 # Check whether --with-wine-tools was given.
1864 if test "${with_wine_tools+set}" = set; then
1865   withval=$with_wine_tools;
1866 fi
1867
1868
1869 # Make sure we can run config.sub.
1870 $ac_config_sub sun4 >/dev/null 2>&1 ||
1871   { { echo "$as_me:$LINENO: error: cannot run $ac_config_sub" >&5
1872 echo "$as_me: error: cannot run $ac_config_sub" >&2;}
1873    { (exit 1); exit 1; }; }
1874
1875 { echo "$as_me:$LINENO: checking build system type" >&5
1876 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
1877 if test "${ac_cv_build+set}" = set; then
1878   echo $ECHO_N "(cached) $ECHO_C" >&6
1879 else
1880   ac_build_alias=$build_alias
1881 test "x$ac_build_alias" = x &&
1882   ac_build_alias=`$ac_config_guess`
1883 test "x$ac_build_alias" = x &&
1884   { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
1885 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
1886    { (exit 1); exit 1; }; }
1887 ac_cv_build=`$ac_config_sub $ac_build_alias` ||
1888   { { echo "$as_me:$LINENO: error: $ac_config_sub $ac_build_alias failed" >&5
1889 echo "$as_me: error: $ac_config_sub $ac_build_alias failed" >&2;}
1890    { (exit 1); exit 1; }; }
1891
1892 fi
1893 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
1894 echo "${ECHO_T}$ac_cv_build" >&6; }
1895 case $ac_cv_build in
1896 *-*-*) ;;
1897 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
1898 echo "$as_me: error: invalid value of canonical build" >&2;}
1899    { (exit 1); exit 1; }; };;
1900 esac
1901 build=$ac_cv_build
1902 ac_save_IFS=$IFS; IFS='-'
1903 set x $ac_cv_build
1904 shift
1905 build_cpu=$1
1906 build_vendor=$2
1907 shift; shift
1908 # Remember, the first character of IFS is used to create $*,
1909 # except with old shells:
1910 build_os=$*
1911 IFS=$ac_save_IFS
1912 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
1913
1914
1915 { echo "$as_me:$LINENO: checking host system type" >&5
1916 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
1917 if test "${ac_cv_host+set}" = set; then
1918   echo $ECHO_N "(cached) $ECHO_C" >&6
1919 else
1920   if test "x$host_alias" = x; then
1921   ac_cv_host=$ac_cv_build
1922 else
1923   ac_cv_host=`$ac_config_sub $host_alias` ||
1924     { { echo "$as_me:$LINENO: error: $ac_config_sub $host_alias failed" >&5
1925 echo "$as_me: error: $ac_config_sub $host_alias failed" >&2;}
1926    { (exit 1); exit 1; }; }
1927 fi
1928
1929 fi
1930 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
1931 echo "${ECHO_T}$ac_cv_host" >&6; }
1932 case $ac_cv_host in
1933 *-*-*) ;;
1934 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
1935 echo "$as_me: error: invalid value of canonical host" >&2;}
1936    { (exit 1); exit 1; }; };;
1937 esac
1938 host=$ac_cv_host
1939 ac_save_IFS=$IFS; IFS='-'
1940 set x $ac_cv_host
1941 shift
1942 host_cpu=$1
1943 host_vendor=$2
1944 shift; shift
1945 # Remember, the first character of IFS is used to create $*,
1946 # except with old shells:
1947 host_os=$*
1948 IFS=$ac_save_IFS
1949 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
1950
1951
1952 case $host in
1953   x86_64*linux*)
1954     if test "x$enable_win64" != "xyes"
1955     then
1956       test -n "$CC" || CC="gcc -m32"
1957       test -n "$LD" || LD="ld -m elf_i386"
1958       test -n "$AS" || AS="as --32"
1959       host_cpu="i386"
1960     fi
1961     ;;
1962 esac
1963
1964 case $host_cpu in
1965   *i[3456789]86*)
1966     if test "x$enable_win16" != "xno"
1967     then
1968       enable_win16="yes"
1969     fi
1970     ;;
1971 esac
1972
1973 WIN16_FILES="\$(WIN16_FILES)"
1974
1975 WIN16_INSTALL="\$(WIN16_INSTALL)"
1976
1977 if test "x$enable_win16" != "xyes"
1978 then
1979   WIN16_FILES=""
1980   WIN16_INSTALL=""
1981 fi
1982
1983
1984 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
1985 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
1986 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`
1987 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
1988   echo $ECHO_N "(cached) $ECHO_C" >&6
1989 else
1990   cat >conftest.make <<\_ACEOF
1991 SHELL = /bin/sh
1992 all:
1993         @echo 'ac_maketemp=X"$(MAKE)"'
1994 _ACEOF
1995 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
1996 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
1997 if test "$ac_maketemp" != X ; then
1998   eval ac_cv_prog_make_${ac_make}_set=yes
1999 else
2000   eval ac_cv_prog_make_${ac_make}_set=no
2001 fi
2002 rm -f conftest.make
2003 fi
2004 if eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then
2005   { echo "$as_me:$LINENO: result: yes" >&5
2006 echo "${ECHO_T}yes" >&6; }
2007   SET_MAKE=
2008 else
2009   { echo "$as_me:$LINENO: result: no" >&5
2010 echo "${ECHO_T}no" >&6; }
2011   SET_MAKE="MAKE=${MAKE-make}"
2012 fi
2013
2014 ac_ext=c
2015 ac_cpp='$CPP $CPPFLAGS'
2016 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2017 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2018 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2019 if test -n "$ac_tool_prefix"; then
2020   # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2021 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2024 if test "${ac_cv_prog_CC+set}" = set; then
2025   echo $ECHO_N "(cached) $ECHO_C" >&6
2026 else
2027   if test -n "$CC"; then
2028   ac_cv_prog_CC="$CC" # Let the user override the test.
2029 else
2030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2031 for as_dir in $PATH
2032 do
2033   IFS=$as_save_IFS
2034   test -z "$as_dir" && as_dir=.
2035   for ac_exec_ext in '' $ac_executable_extensions; do
2036   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2037     ac_cv_prog_CC="${ac_tool_prefix}gcc"
2038     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2039     break 2
2040   fi
2041 done
2042 done
2043 IFS=$as_save_IFS
2044
2045 fi
2046 fi
2047 CC=$ac_cv_prog_CC
2048 if test -n "$CC"; then
2049   { echo "$as_me:$LINENO: result: $CC" >&5
2050 echo "${ECHO_T}$CC" >&6; }
2051 else
2052   { echo "$as_me:$LINENO: result: no" >&5
2053 echo "${ECHO_T}no" >&6; }
2054 fi
2055
2056
2057 fi
2058 if test -z "$ac_cv_prog_CC"; then
2059   ac_ct_CC=$CC
2060   # Extract the first word of "gcc", so it can be a program name with args.
2061 set dummy gcc; ac_word=$2
2062 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2063 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2064 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2065   echo $ECHO_N "(cached) $ECHO_C" >&6
2066 else
2067   if test -n "$ac_ct_CC"; then
2068   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2069 else
2070 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2071 for as_dir in $PATH
2072 do
2073   IFS=$as_save_IFS
2074   test -z "$as_dir" && as_dir=.
2075   for ac_exec_ext in '' $ac_executable_extensions; do
2076   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2077     ac_cv_prog_ac_ct_CC="gcc"
2078     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2079     break 2
2080   fi
2081 done
2082 done
2083 IFS=$as_save_IFS
2084
2085 fi
2086 fi
2087 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2088 if test -n "$ac_ct_CC"; then
2089   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2090 echo "${ECHO_T}$ac_ct_CC" >&6; }
2091 else
2092   { echo "$as_me:$LINENO: result: no" >&5
2093 echo "${ECHO_T}no" >&6; }
2094 fi
2095
2096   if test "x$ac_ct_CC" = x; then
2097     CC=""
2098   else
2099     case $cross_compiling:$ac_tool_warned in
2100 yes:)
2101 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2102 whose name does not start with the host triplet.  If you think this
2103 configuration is useful to you, please write to autoconf@gnu.org." >&5
2104 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2105 whose name does not start with the host triplet.  If you think this
2106 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2107 ac_tool_warned=yes ;;
2108 esac
2109     CC=$ac_ct_CC
2110   fi
2111 else
2112   CC="$ac_cv_prog_CC"
2113 fi
2114
2115 if test -z "$CC"; then
2116           if test -n "$ac_tool_prefix"; then
2117     # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2118 set dummy ${ac_tool_prefix}cc; ac_word=$2
2119 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2120 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2121 if test "${ac_cv_prog_CC+set}" = set; then
2122   echo $ECHO_N "(cached) $ECHO_C" >&6
2123 else
2124   if test -n "$CC"; then
2125   ac_cv_prog_CC="$CC" # Let the user override the test.
2126 else
2127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2128 for as_dir in $PATH
2129 do
2130   IFS=$as_save_IFS
2131   test -z "$as_dir" && as_dir=.
2132   for ac_exec_ext in '' $ac_executable_extensions; do
2133   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2134     ac_cv_prog_CC="${ac_tool_prefix}cc"
2135     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2136     break 2
2137   fi
2138 done
2139 done
2140 IFS=$as_save_IFS
2141
2142 fi
2143 fi
2144 CC=$ac_cv_prog_CC
2145 if test -n "$CC"; then
2146   { echo "$as_me:$LINENO: result: $CC" >&5
2147 echo "${ECHO_T}$CC" >&6; }
2148 else
2149   { echo "$as_me:$LINENO: result: no" >&5
2150 echo "${ECHO_T}no" >&6; }
2151 fi
2152
2153
2154   fi
2155 fi
2156 if test -z "$CC"; then
2157   # Extract the first word of "cc", so it can be a program name with args.
2158 set dummy cc; ac_word=$2
2159 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2160 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2161 if test "${ac_cv_prog_CC+set}" = set; then
2162   echo $ECHO_N "(cached) $ECHO_C" >&6
2163 else
2164   if test -n "$CC"; then
2165   ac_cv_prog_CC="$CC" # Let the user override the test.
2166 else
2167   ac_prog_rejected=no
2168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2169 for as_dir in $PATH
2170 do
2171   IFS=$as_save_IFS
2172   test -z "$as_dir" && as_dir=.
2173   for ac_exec_ext in '' $ac_executable_extensions; do
2174   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2175     if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2176        ac_prog_rejected=yes
2177        continue
2178      fi
2179     ac_cv_prog_CC="cc"
2180     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2181     break 2
2182   fi
2183 done
2184 done
2185 IFS=$as_save_IFS
2186
2187 if test $ac_prog_rejected = yes; then
2188   # We found a bogon in the path, so make sure we never use it.
2189   set dummy $ac_cv_prog_CC
2190   shift
2191   if test $# != 0; then
2192     # We chose a different compiler from the bogus one.
2193     # However, it has the same basename, so the bogon will be chosen
2194     # first if we set CC to just the basename; use the full file name.
2195     shift
2196     ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2197   fi
2198 fi
2199 fi
2200 fi
2201 CC=$ac_cv_prog_CC
2202 if test -n "$CC"; then
2203   { echo "$as_me:$LINENO: result: $CC" >&5
2204 echo "${ECHO_T}$CC" >&6; }
2205 else
2206   { echo "$as_me:$LINENO: result: no" >&5
2207 echo "${ECHO_T}no" >&6; }
2208 fi
2209
2210
2211 fi
2212 if test -z "$CC"; then
2213   if test -n "$ac_tool_prefix"; then
2214   for ac_prog in cl.exe
2215   do
2216     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2217 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2218 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2219 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2220 if test "${ac_cv_prog_CC+set}" = set; then
2221   echo $ECHO_N "(cached) $ECHO_C" >&6
2222 else
2223   if test -n "$CC"; then
2224   ac_cv_prog_CC="$CC" # Let the user override the test.
2225 else
2226 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2227 for as_dir in $PATH
2228 do
2229   IFS=$as_save_IFS
2230   test -z "$as_dir" && as_dir=.
2231   for ac_exec_ext in '' $ac_executable_extensions; do
2232   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2233     ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2234     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2235     break 2
2236   fi
2237 done
2238 done
2239 IFS=$as_save_IFS
2240
2241 fi
2242 fi
2243 CC=$ac_cv_prog_CC
2244 if test -n "$CC"; then
2245   { echo "$as_me:$LINENO: result: $CC" >&5
2246 echo "${ECHO_T}$CC" >&6; }
2247 else
2248   { echo "$as_me:$LINENO: result: no" >&5
2249 echo "${ECHO_T}no" >&6; }
2250 fi
2251
2252
2253     test -n "$CC" && break
2254   done
2255 fi
2256 if test -z "$CC"; then
2257   ac_ct_CC=$CC
2258   for ac_prog in cl.exe
2259 do
2260   # Extract the first word of "$ac_prog", so it can be a program name with args.
2261 set dummy $ac_prog; ac_word=$2
2262 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2263 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2264 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2265   echo $ECHO_N "(cached) $ECHO_C" >&6
2266 else
2267   if test -n "$ac_ct_CC"; then
2268   ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2269 else
2270 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2271 for as_dir in $PATH
2272 do
2273   IFS=$as_save_IFS
2274   test -z "$as_dir" && as_dir=.
2275   for ac_exec_ext in '' $ac_executable_extensions; do
2276   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2277     ac_cv_prog_ac_ct_CC="$ac_prog"
2278     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2279     break 2
2280   fi
2281 done
2282 done
2283 IFS=$as_save_IFS
2284
2285 fi
2286 fi
2287 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2288 if test -n "$ac_ct_CC"; then
2289   { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2290 echo "${ECHO_T}$ac_ct_CC" >&6; }
2291 else
2292   { echo "$as_me:$LINENO: result: no" >&5
2293 echo "${ECHO_T}no" >&6; }
2294 fi
2295
2296
2297   test -n "$ac_ct_CC" && break
2298 done
2299
2300   if test "x$ac_ct_CC" = x; then
2301     CC=""
2302   else
2303     case $cross_compiling:$ac_tool_warned in
2304 yes:)
2305 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2306 whose name does not start with the host triplet.  If you think this
2307 configuration is useful to you, please write to autoconf@gnu.org." >&5
2308 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2309 whose name does not start with the host triplet.  If you think this
2310 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2311 ac_tool_warned=yes ;;
2312 esac
2313     CC=$ac_ct_CC
2314   fi
2315 fi
2316
2317 fi
2318
2319
2320 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2321 See \`config.log' for more details." >&5
2322 echo "$as_me: error: no acceptable C compiler found in \$PATH
2323 See \`config.log' for more details." >&2;}
2324    { (exit 1); exit 1; }; }
2325
2326 # Provide some information about the compiler.
2327 echo "$as_me:$LINENO: checking for C compiler version" >&5
2328 ac_compiler=`set X $ac_compile; echo $2`
2329 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version >&5\"") >&5
2330   (eval $ac_compiler --version >&5) 2>&5
2331   ac_status=$?
2332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2333   (exit $ac_status); }
2334 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v >&5\"") >&5
2335   (eval $ac_compiler -v >&5) 2>&5
2336   ac_status=$?
2337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2338   (exit $ac_status); }
2339 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V >&5\"") >&5
2340   (eval $ac_compiler -V >&5) 2>&5
2341   ac_status=$?
2342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2343   (exit $ac_status); }
2344
2345
2346 # List of possible output files.  We want to start from the most likely,
2347 # but we have to check foo.exe before foo, because Cygwin `test -f' looks
2348 # also for foo.exe.  b.out is created by i960 compilers.
2349 # As a last resort, we also try wildcards: `conftest.*' and `a.*'.
2350 # But we are not allowed to rm a.*, and we do not want always remove
2351 # conftest.*, so we will list them literally, when appropriate.
2352 ac_outfiles="a_out.exe a.out conftest.exe conftest a.exe b.out"
2353
2354 # The IRIX 6 linker writes into existing files which may not be
2355 # executable, retaining their permissions.  Remove them first so a
2356 # subsequent execution test works.
2357 rm -f $ac_outfiles conftest.*
2358
2359 cat >conftest.$ac_ext <<_ACEOF
2360 /* confdefs.h.  */
2361 _ACEOF
2362 cat confdefs.h >>conftest.$ac_ext
2363 cat >>conftest.$ac_ext <<_ACEOF
2364 /* end confdefs.h.  */
2365
2366 int
2367 main ()
2368 {
2369
2370   ;
2371   return 0;
2372 }
2373 _ACEOF
2374
2375 ac_clean_files_save=$ac_clean_files
2376 ac_clean_files="$ac_clean_files $ac_outfiles"
2377
2378 # The following tests should remove their output except files matching conftest.*.
2379 # Try to create an executable without -o first, disregard a.out.
2380 # It will help us diagnose broken compilers, and finding out an intuition
2381 # of exeext.
2382 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2383 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2384 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2385
2386 if { (eval echo "$as_me:$LINENO: \"$ac_link_default\"") >&5
2387   (eval $ac_link_default) 2>&5
2388   ac_status=$?
2389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2390   (exit $ac_status); }; then
2391   for ac_file in $ac_outfiles a.* conftest.* NO
2392 do
2393   test -f "$ac_file" || continue
2394   case $ac_file in
2395     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2396     * ) break;;
2397   esac
2398 done
2399 if test "$ac_file" = NO; then
2400   { { echo "$as_me:$LINENO: error: no output file found
2401 See \`config.log' for more details." >&5
2402 echo "$as_me: error: no output file found
2403 See \`config.log' for more details." >&2;}
2404    { (exit 1); exit 1; }; }
2405 fi
2406
2407
2408 else
2409   echo "$as_me: failed program was:" >&5
2410 sed 's/^/| /' conftest.$ac_ext >&5
2411
2412 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2413 See \`config.log' for more details." >&5
2414 echo "$as_me: error: C compiler cannot create executables
2415 See \`config.log' for more details." >&2;}
2416    { (exit 77); exit 77; }; }
2417 fi
2418
2419 { echo "$as_me:$LINENO: result: $ac_file" >&5
2420 echo "${ECHO_T}$ac_file" >&6; }
2421 # Check that the compiler produces executables we can run.  If not, either
2422 # the compiler is broken, or we cross compile.
2423 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2424 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2425 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2426 # If not cross compiling, check that we can run a simple program.
2427 if test "$cross_compiling" != yes; then
2428   if { ac_try='./$ac_file'
2429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2430   (eval $ac_try) 2>&5
2431   ac_status=$?
2432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2433   (exit $ac_status); }; }; then
2434     cross_compiling=no
2435   else
2436     if test "$cross_compiling" = maybe; then
2437         cross_compiling=yes
2438     else
2439         { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2440 If you meant to cross compile, use \`--host'.
2441 See \`config.log' for more details." >&5
2442 echo "$as_me: error: cannot run C compiled programs.
2443 If you meant to cross compile, use \`--host'.
2444 See \`config.log' for more details." >&2;}
2445    { (exit 1); exit 1; }; }
2446     fi
2447   fi
2448 fi
2449 { echo "$as_me:$LINENO: result: yes" >&5
2450 echo "${ECHO_T}yes" >&6; }
2451
2452 # Clean up; list also $ac_file, in case it matched a wildcard entry.
2453 rm -f $ac_outfiles $ac_file
2454
2455 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2456 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2457 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2458 echo "${ECHO_T}$cross_compiling" >&6; }
2459
2460 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2461 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2462 if test "${ac_cv_exeext+set}" = set; then
2463   echo $ECHO_N "(cached) $ECHO_C" >&6
2464 else
2465   if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
2466   (eval $ac_link) 2>&5
2467   ac_status=$?
2468   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2469   (exit $ac_status); }; then
2470   # If both `conftest.exe' and `conftest' are `present' (well, observable),
2471     # catch `conftest.exe'.  For instance with Cygwin, `ls conftest' will
2472     # work properly (i.e., refer to `conftest.exe'), while it won't with `rm'.
2473     for ac_file in conftest.exe conftest conftest.* NO; do
2474       test -f "$ac_file" || continue
2475       case $ac_file in
2476         *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2477         *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2478               break;;
2479         * ) break;;
2480       esac
2481     done
2482     if test "$ac_file" = NO; then
2483   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: no output file found
2484 See \`config.log' for more details." >&5
2485 echo "$as_me: error: cannot compute suffix of executables: no output file found
2486 See \`config.log' for more details." >&2;}
2487    { (exit 1); exit 1; }; }
2488 fi
2489
2490     # Clean up; list also $ac_file, in case it matched conftest.*.
2491     rm -f $ac_outfiles $ac_file
2492
2493 else
2494   { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2495 See \`config.log' for more details." >&5
2496 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2497 See \`config.log' for more details." >&2;}
2498    { (exit 1); exit 1; }; }
2499
2500 fi
2501
2502
2503 fi
2504 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2505 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2506 EXEEXT=$ac_cv_exeext
2507 ac_exeext=$EXEEXT
2508
2509
2510 ac_clean_files=$ac_clean_files_save
2511
2512 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2513 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2514 if test "${ac_cv_objext+set}" = set; then
2515   echo $ECHO_N "(cached) $ECHO_C" >&6
2516 else
2517   rm -f conftest.o conftest.obj
2518 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2519   (eval $ac_compile) 2>&5
2520   ac_status=$?
2521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2522   (exit $ac_status); }; then
2523   for ac_file in conftest.o conftest.obj conftest.*; do
2524   test -f "$ac_file" || continue;
2525   case $ac_file in
2526     *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2527     *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2528        break;;
2529   esac
2530 done
2531 else
2532   echo "$as_me: failed program was:" >&5
2533 sed 's/^/| /' conftest.$ac_ext >&5
2534
2535 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2536 See \`config.log' for more details." >&5
2537 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2538 See \`config.log' for more details." >&2;}
2539    { (exit 1); exit 1; }; }
2540 fi
2541
2542 fi
2543 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2544 echo "${ECHO_T}$ac_cv_objext" >&6; }
2545 OBJEXT=$ac_cv_objext
2546 ac_objext=$OBJEXT
2547
2548
2549 rm -f conftest.*
2550 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2551 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2552 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2553   echo $ECHO_N "(cached) $ECHO_C" >&6
2554 else
2555   cat >conftest.$ac_ext <<_ACEOF
2556 /* confdefs.h.  */
2557 _ACEOF
2558 cat confdefs.h >>conftest.$ac_ext
2559 cat >>conftest.$ac_ext <<_ACEOF
2560 /* end confdefs.h.  */
2561
2562 int
2563 main ()
2564 {
2565 #ifndef __GNUC__
2566        choke me
2567 #endif
2568
2569   ;
2570   return 0;
2571 }
2572 _ACEOF
2573 rm -f conftest.$ac_objext
2574 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2575   (eval $ac_compile) 2>conftest.er1
2576   ac_status=$?
2577   grep -v '^ *+' conftest.er1 >conftest.err
2578   rm -f conftest.er1
2579   cat conftest.err >&5
2580   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2581   (exit $ac_status); } &&
2582          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2583   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2584   (eval $ac_try) 2>&5
2585   ac_status=$?
2586   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2587   (exit $ac_status); }; } &&
2588          { ac_try='test -s conftest.$ac_objext'
2589   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2590   (eval $ac_try) 2>&5
2591   ac_status=$?
2592   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2593   (exit $ac_status); }; }; then
2594   ac_compiler_gnu=yes
2595 else
2596   echo "$as_me: failed program was:" >&5
2597 sed 's/^/| /' conftest.$ac_ext >&5
2598
2599         ac_compiler_gnu=no
2600 fi
2601
2602 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2603 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2604
2605 fi
2606 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2607 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2608 GCC=`test $ac_compiler_gnu = yes && echo yes`
2609 ac_test_CFLAGS=${CFLAGS+set}
2610 ac_save_CFLAGS=$CFLAGS
2611 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2612 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2613 if test "${ac_cv_prog_cc_g+set}" = set; then
2614   echo $ECHO_N "(cached) $ECHO_C" >&6
2615 else
2616   ac_save_c_werror_flag=$ac_c_werror_flag
2617    ac_c_werror_flag=yes
2618    ac_cv_prog_cc_g=no
2619    CFLAGS="-g"
2620    cat >conftest.$ac_ext <<_ACEOF
2621 /* confdefs.h.  */
2622 _ACEOF
2623 cat confdefs.h >>conftest.$ac_ext
2624 cat >>conftest.$ac_ext <<_ACEOF
2625 /* end confdefs.h.  */
2626
2627 int
2628 main ()
2629 {
2630
2631   ;
2632   return 0;
2633 }
2634 _ACEOF
2635 rm -f conftest.$ac_objext
2636 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2637   (eval $ac_compile) 2>conftest.er1
2638   ac_status=$?
2639   grep -v '^ *+' conftest.er1 >conftest.err
2640   rm -f conftest.er1
2641   cat conftest.err >&5
2642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2643   (exit $ac_status); } &&
2644          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2645   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2646   (eval $ac_try) 2>&5
2647   ac_status=$?
2648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2649   (exit $ac_status); }; } &&
2650          { ac_try='test -s conftest.$ac_objext'
2651   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2652   (eval $ac_try) 2>&5
2653   ac_status=$?
2654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2655   (exit $ac_status); }; }; then
2656   ac_cv_prog_cc_g=yes
2657 else
2658   echo "$as_me: failed program was:" >&5
2659 sed 's/^/| /' conftest.$ac_ext >&5
2660
2661         CFLAGS=""
2662       cat >conftest.$ac_ext <<_ACEOF
2663 /* confdefs.h.  */
2664 _ACEOF
2665 cat confdefs.h >>conftest.$ac_ext
2666 cat >>conftest.$ac_ext <<_ACEOF
2667 /* end confdefs.h.  */
2668
2669 int
2670 main ()
2671 {
2672
2673   ;
2674   return 0;
2675 }
2676 _ACEOF
2677 rm -f conftest.$ac_objext
2678 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2679   (eval $ac_compile) 2>conftest.er1
2680   ac_status=$?
2681   grep -v '^ *+' conftest.er1 >conftest.err
2682   rm -f conftest.er1
2683   cat conftest.err >&5
2684   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2685   (exit $ac_status); } &&
2686          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2687   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2688   (eval $ac_try) 2>&5
2689   ac_status=$?
2690   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2691   (exit $ac_status); }; } &&
2692          { ac_try='test -s conftest.$ac_objext'
2693   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2694   (eval $ac_try) 2>&5
2695   ac_status=$?
2696   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2697   (exit $ac_status); }; }; then
2698   :
2699 else
2700   echo "$as_me: failed program was:" >&5
2701 sed 's/^/| /' conftest.$ac_ext >&5
2702
2703         ac_c_werror_flag=$ac_save_c_werror_flag
2704          CFLAGS="-g"
2705          cat >conftest.$ac_ext <<_ACEOF
2706 /* confdefs.h.  */
2707 _ACEOF
2708 cat confdefs.h >>conftest.$ac_ext
2709 cat >>conftest.$ac_ext <<_ACEOF
2710 /* end confdefs.h.  */
2711
2712 int
2713 main ()
2714 {
2715
2716   ;
2717   return 0;
2718 }
2719 _ACEOF
2720 rm -f conftest.$ac_objext
2721 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2722   (eval $ac_compile) 2>conftest.er1
2723   ac_status=$?
2724   grep -v '^ *+' conftest.er1 >conftest.err
2725   rm -f conftest.er1
2726   cat conftest.err >&5
2727   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2728   (exit $ac_status); } &&
2729          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2730   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2731   (eval $ac_try) 2>&5
2732   ac_status=$?
2733   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2734   (exit $ac_status); }; } &&
2735          { ac_try='test -s conftest.$ac_objext'
2736   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2737   (eval $ac_try) 2>&5
2738   ac_status=$?
2739   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2740   (exit $ac_status); }; }; then
2741   ac_cv_prog_cc_g=yes
2742 else
2743   echo "$as_me: failed program was:" >&5
2744 sed 's/^/| /' conftest.$ac_ext >&5
2745
2746
2747 fi
2748
2749 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2750 fi
2751
2752 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2753 fi
2754
2755 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
2756    ac_c_werror_flag=$ac_save_c_werror_flag
2757 fi
2758 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
2759 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
2760 if test "$ac_test_CFLAGS" = set; then
2761   CFLAGS=$ac_save_CFLAGS
2762 elif test $ac_cv_prog_cc_g = yes; then
2763   if test "$GCC" = yes; then
2764     CFLAGS="-g -O2"
2765   else
2766     CFLAGS="-g"
2767   fi
2768 else
2769   if test "$GCC" = yes; then
2770     CFLAGS="-O2"
2771   else
2772     CFLAGS=
2773   fi
2774 fi
2775 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
2776 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
2777 if test "${ac_cv_prog_cc_c89+set}" = set; then
2778   echo $ECHO_N "(cached) $ECHO_C" >&6
2779 else
2780   ac_cv_prog_cc_c89=no
2781 ac_save_CC=$CC
2782 cat >conftest.$ac_ext <<_ACEOF
2783 /* confdefs.h.  */
2784 _ACEOF
2785 cat confdefs.h >>conftest.$ac_ext
2786 cat >>conftest.$ac_ext <<_ACEOF
2787 /* end confdefs.h.  */
2788 #include <stdarg.h>
2789 #include <stdio.h>
2790 #include <sys/types.h>
2791 #include <sys/stat.h>
2792 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh.  */
2793 struct buf { int x; };
2794 FILE * (*rcsopen) (struct buf *, struct stat *, int);
2795 static char *e (p, i)
2796      char **p;
2797      int i;
2798 {
2799   return p[i];
2800 }
2801 static char *f (char * (*g) (char **, int), char **p, ...)
2802 {
2803   char *s;
2804   va_list v;
2805   va_start (v,p);
2806   s = g (p, va_arg (v,int));
2807   va_end (v);
2808   return s;
2809 }
2810
2811 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default.  It has
2812    function prototypes and stuff, but not '\xHH' hex character constants.
2813    These don't provoke an error unfortunately, instead are silently treated
2814    as 'x'.  The following induces an error, until -std is added to get
2815    proper ANSI mode.  Curiously '\x00'!='x' always comes out true, for an
2816    array size at least.  It's necessary to write '\x00'==0 to get something
2817    that's true only with -std.  */
2818 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
2819
2820 int test (int i, double x);
2821 struct s1 {int (*f) (int a);};
2822 struct s2 {int (*f) (double a);};
2823 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
2824 int argc;
2825 char **argv;
2826 int
2827 main ()
2828 {
2829 return f (e, argv, 0) != argv[0]  ||  f (e, argv, 1) != argv[1];
2830   ;
2831   return 0;
2832 }
2833 _ACEOF
2834 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
2835         -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
2836 do
2837   CC="$ac_save_CC $ac_arg"
2838   rm -f conftest.$ac_objext
2839 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
2840   (eval $ac_compile) 2>conftest.er1
2841   ac_status=$?
2842   grep -v '^ *+' conftest.er1 >conftest.err
2843   rm -f conftest.er1
2844   cat conftest.err >&5
2845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2846   (exit $ac_status); } &&
2847          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
2848   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2849   (eval $ac_try) 2>&5
2850   ac_status=$?
2851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2852   (exit $ac_status); }; } &&
2853          { ac_try='test -s conftest.$ac_objext'
2854   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
2855   (eval $ac_try) 2>&5
2856   ac_status=$?
2857   echo "$as_me:$LINENO: \$? = $ac_status" >&5
2858   (exit $ac_status); }; }; then
2859   ac_cv_prog_cc_c89=$ac_arg
2860 else
2861   echo "$as_me: failed program was:" >&5
2862 sed 's/^/| /' conftest.$ac_ext >&5
2863
2864
2865 fi
2866
2867 rm -f conftest.err conftest.$ac_objext
2868   test "x$ac_cv_prog_cc_c89" != "xno" && break
2869 done
2870 rm -f conftest.$ac_ext
2871 CC=$ac_save_CC
2872
2873 fi
2874 # AC_CACHE_VAL
2875 case "x$ac_cv_prog_cc_c89" in
2876   x)
2877     { echo "$as_me:$LINENO: result: none needed" >&5
2878 echo "${ECHO_T}none needed" >&6; } ;;
2879   xno)
2880     { echo "$as_me:$LINENO: result: unsupported" >&5
2881 echo "${ECHO_T}unsupported" >&6; } ;;
2882   *)
2883     CC="$CC $ac_cv_prog_cc_c89"
2884     { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
2885 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
2886 esac
2887
2888
2889 ac_ext=c
2890 ac_cpp='$CPP $CPPFLAGS'
2891 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2892 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2893 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2894
2895 ac_ext=cpp
2896 ac_cpp='$CXXCPP $CPPFLAGS'
2897 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2898 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2899 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
2900 if test -z "$CXX"; then
2901   if test -n "$CCC"; then
2902     CXX=$CCC
2903   else
2904     if test -n "$ac_tool_prefix"; then
2905   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2906   do
2907     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2908 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2909 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2910 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2911 if test "${ac_cv_prog_CXX+set}" = set; then
2912   echo $ECHO_N "(cached) $ECHO_C" >&6
2913 else
2914   if test -n "$CXX"; then
2915   ac_cv_prog_CXX="$CXX" # Let the user override the test.
2916 else
2917 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2918 for as_dir in $PATH
2919 do
2920   IFS=$as_save_IFS
2921   test -z "$as_dir" && as_dir=.
2922   for ac_exec_ext in '' $ac_executable_extensions; do
2923   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2924     ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
2925     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2926     break 2
2927   fi
2928 done
2929 done
2930 IFS=$as_save_IFS
2931
2932 fi
2933 fi
2934 CXX=$ac_cv_prog_CXX
2935 if test -n "$CXX"; then
2936   { echo "$as_me:$LINENO: result: $CXX" >&5
2937 echo "${ECHO_T}$CXX" >&6; }
2938 else
2939   { echo "$as_me:$LINENO: result: no" >&5
2940 echo "${ECHO_T}no" >&6; }
2941 fi
2942
2943
2944     test -n "$CXX" && break
2945   done
2946 fi
2947 if test -z "$CXX"; then
2948   ac_ct_CXX=$CXX
2949   for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
2950 do
2951   # Extract the first word of "$ac_prog", so it can be a program name with args.
2952 set dummy $ac_prog; ac_word=$2
2953 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2954 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2955 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
2956   echo $ECHO_N "(cached) $ECHO_C" >&6
2957 else
2958   if test -n "$ac_ct_CXX"; then
2959   ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
2960 else
2961 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2962 for as_dir in $PATH
2963 do
2964   IFS=$as_save_IFS
2965   test -z "$as_dir" && as_dir=.
2966   for ac_exec_ext in '' $ac_executable_extensions; do
2967   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
2968     ac_cv_prog_ac_ct_CXX="$ac_prog"
2969     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2970     break 2
2971   fi
2972 done
2973 done
2974 IFS=$as_save_IFS
2975
2976 fi
2977 fi
2978 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
2979 if test -n "$ac_ct_CXX"; then
2980   { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
2981 echo "${ECHO_T}$ac_ct_CXX" >&6; }
2982 else
2983   { echo "$as_me:$LINENO: result: no" >&5
2984 echo "${ECHO_T}no" >&6; }
2985 fi
2986
2987
2988   test -n "$ac_ct_CXX" && break
2989 done
2990
2991   if test "x$ac_ct_CXX" = x; then
2992     CXX="g++"
2993   else
2994     case $cross_compiling:$ac_tool_warned in
2995 yes:)
2996 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2997 whose name does not start with the host triplet.  If you think this
2998 configuration is useful to you, please write to autoconf@gnu.org." >&5
2999 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3000 whose name does not start with the host triplet.  If you think this
3001 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3002 ac_tool_warned=yes ;;
3003 esac
3004     CXX=$ac_ct_CXX
3005   fi
3006 fi
3007
3008   fi
3009 fi
3010 # Provide some information about the compiler.
3011 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3012 ac_compiler=`set X $ac_compile; echo $2`
3013 { (eval echo "$as_me:$LINENO: \"$ac_compiler --version >&5\"") >&5
3014   (eval $ac_compiler --version >&5) 2>&5
3015   ac_status=$?
3016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3017   (exit $ac_status); }
3018 { (eval echo "$as_me:$LINENO: \"$ac_compiler -v >&5\"") >&5
3019   (eval $ac_compiler -v >&5) 2>&5
3020   ac_status=$?
3021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3022   (exit $ac_status); }
3023 { (eval echo "$as_me:$LINENO: \"$ac_compiler -V >&5\"") >&5
3024   (eval $ac_compiler -V >&5) 2>&5
3025   ac_status=$?
3026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3027   (exit $ac_status); }
3028
3029 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3030 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3031 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3032   echo $ECHO_N "(cached) $ECHO_C" >&6
3033 else
3034   cat >conftest.$ac_ext <<_ACEOF
3035 /* confdefs.h.  */
3036 _ACEOF
3037 cat confdefs.h >>conftest.$ac_ext
3038 cat >>conftest.$ac_ext <<_ACEOF
3039 /* end confdefs.h.  */
3040
3041 int
3042 main ()
3043 {
3044 #ifndef __GNUC__
3045        choke me
3046 #endif
3047
3048   ;
3049   return 0;
3050 }
3051 _ACEOF
3052 rm -f conftest.$ac_objext
3053 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3054   (eval $ac_compile) 2>conftest.er1
3055   ac_status=$?
3056   grep -v '^ *+' conftest.er1 >conftest.err
3057   rm -f conftest.er1
3058   cat conftest.err >&5
3059   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3060   (exit $ac_status); } &&
3061          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
3062   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3063   (eval $ac_try) 2>&5
3064   ac_status=$?
3065   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3066   (exit $ac_status); }; } &&
3067          { ac_try='test -s conftest.$ac_objext'
3068   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3069   (eval $ac_try) 2>&5
3070   ac_status=$?
3071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3072   (exit $ac_status); }; }; then
3073   ac_compiler_gnu=yes
3074 else
3075   echo "$as_me: failed program was:" >&5
3076 sed 's/^/| /' conftest.$ac_ext >&5
3077
3078         ac_compiler_gnu=no
3079 fi
3080
3081 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3082 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3083
3084 fi
3085 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3086 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3087 GXX=`test $ac_compiler_gnu = yes && echo yes`
3088 ac_test_CXXFLAGS=${CXXFLAGS+set}
3089 ac_save_CXXFLAGS=$CXXFLAGS
3090 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3091 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3092 if test "${ac_cv_prog_cxx_g+set}" = set; then
3093   echo $ECHO_N "(cached) $ECHO_C" >&6
3094 else
3095   ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3096    ac_cxx_werror_flag=yes
3097    ac_cv_prog_cxx_g=no
3098    CXXFLAGS="-g"
3099    cat >conftest.$ac_ext <<_ACEOF
3100 /* confdefs.h.  */
3101 _ACEOF
3102 cat confdefs.h >>conftest.$ac_ext
3103 cat >>conftest.$ac_ext <<_ACEOF
3104 /* end confdefs.h.  */
3105
3106 int
3107 main ()
3108 {
3109
3110   ;
3111   return 0;
3112 }
3113 _ACEOF
3114 rm -f conftest.$ac_objext
3115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3116   (eval $ac_compile) 2>conftest.er1
3117   ac_status=$?
3118   grep -v '^ *+' conftest.er1 >conftest.err
3119   rm -f conftest.er1
3120   cat conftest.err >&5
3121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3122   (exit $ac_status); } &&
3123          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
3124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3125   (eval $ac_try) 2>&5
3126   ac_status=$?
3127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3128   (exit $ac_status); }; } &&
3129          { ac_try='test -s conftest.$ac_objext'
3130   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3131   (eval $ac_try) 2>&5
3132   ac_status=$?
3133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3134   (exit $ac_status); }; }; then
3135   ac_cv_prog_cxx_g=yes
3136 else
3137   echo "$as_me: failed program was:" >&5
3138 sed 's/^/| /' conftest.$ac_ext >&5
3139
3140         CXXFLAGS=""
3141       cat >conftest.$ac_ext <<_ACEOF
3142 /* confdefs.h.  */
3143 _ACEOF
3144 cat confdefs.h >>conftest.$ac_ext
3145 cat >>conftest.$ac_ext <<_ACEOF
3146 /* end confdefs.h.  */
3147
3148 int
3149 main ()
3150 {
3151
3152   ;
3153   return 0;
3154 }
3155 _ACEOF
3156 rm -f conftest.$ac_objext
3157 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3158   (eval $ac_compile) 2>conftest.er1
3159   ac_status=$?
3160   grep -v '^ *+' conftest.er1 >conftest.err
3161   rm -f conftest.er1
3162   cat conftest.err >&5
3163   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3164   (exit $ac_status); } &&
3165          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
3166   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3167   (eval $ac_try) 2>&5
3168   ac_status=$?
3169   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3170   (exit $ac_status); }; } &&
3171          { ac_try='test -s conftest.$ac_objext'
3172   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3173   (eval $ac_try) 2>&5
3174   ac_status=$?
3175   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3176   (exit $ac_status); }; }; then
3177   :
3178 else
3179   echo "$as_me: failed program was:" >&5
3180 sed 's/^/| /' conftest.$ac_ext >&5
3181
3182         ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3183          CXXFLAGS="-g"
3184          cat >conftest.$ac_ext <<_ACEOF
3185 /* confdefs.h.  */
3186 _ACEOF
3187 cat confdefs.h >>conftest.$ac_ext
3188 cat >>conftest.$ac_ext <<_ACEOF
3189 /* end confdefs.h.  */
3190
3191 int
3192 main ()
3193 {
3194
3195   ;
3196   return 0;
3197 }
3198 _ACEOF
3199 rm -f conftest.$ac_objext
3200 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
3201   (eval $ac_compile) 2>conftest.er1
3202   ac_status=$?
3203   grep -v '^ *+' conftest.er1 >conftest.err
3204   rm -f conftest.er1
3205   cat conftest.err >&5
3206   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3207   (exit $ac_status); } &&
3208          { ac_try='test -z "$ac_cxx_werror_flag"                         || test ! -s conftest.err'
3209   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3210   (eval $ac_try) 2>&5
3211   ac_status=$?
3212   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3213   (exit $ac_status); }; } &&
3214          { ac_try='test -s conftest.$ac_objext'
3215   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3216   (eval $ac_try) 2>&5
3217   ac_status=$?
3218   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3219   (exit $ac_status); }; }; then
3220   ac_cv_prog_cxx_g=yes
3221 else
3222   echo "$as_me: failed program was:" >&5
3223 sed 's/^/| /' conftest.$ac_ext >&5
3224
3225
3226 fi
3227
3228 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3229 fi
3230
3231 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3232 fi
3233
3234 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
3235    ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3236 fi
3237 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3238 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3239 if test "$ac_test_CXXFLAGS" = set; then
3240   CXXFLAGS=$ac_save_CXXFLAGS
3241 elif test $ac_cv_prog_cxx_g = yes; then
3242   if test "$GXX" = yes; then
3243     CXXFLAGS="-g -O2"
3244   else
3245     CXXFLAGS="-g"
3246   fi
3247 else
3248   if test "$GXX" = yes; then
3249     CXXFLAGS="-O2"
3250   else
3251     CXXFLAGS=
3252   fi
3253 fi
3254 ac_ext=c
3255 ac_cpp='$CPP $CPPFLAGS'
3256 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3257 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3258 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3259
3260 if test -n "$ac_tool_prefix"; then
3261   # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3262 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3263 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3264 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3265 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3266   echo $ECHO_N "(cached) $ECHO_C" >&6
3267 else
3268   if test -n "$CPPBIN"; then
3269   ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3270 else
3271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3272 for as_dir in $PATH
3273 do
3274   IFS=$as_save_IFS
3275   test -z "$as_dir" && as_dir=.
3276   for ac_exec_ext in '' $ac_executable_extensions; do
3277   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3278     ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3279     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3280     break 2
3281   fi
3282 done
3283 done
3284 IFS=$as_save_IFS
3285
3286 fi
3287 fi
3288 CPPBIN=$ac_cv_prog_CPPBIN
3289 if test -n "$CPPBIN"; then
3290   { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3291 echo "${ECHO_T}$CPPBIN" >&6; }
3292 else
3293   { echo "$as_me:$LINENO: result: no" >&5
3294 echo "${ECHO_T}no" >&6; }
3295 fi
3296
3297
3298 fi
3299 if test -z "$ac_cv_prog_CPPBIN"; then
3300   ac_ct_CPPBIN=$CPPBIN
3301   # Extract the first word of "cpp", so it can be a program name with args.
3302 set dummy cpp; ac_word=$2
3303 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3304 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3305 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3306   echo $ECHO_N "(cached) $ECHO_C" >&6
3307 else
3308   if test -n "$ac_ct_CPPBIN"; then
3309   ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3310 else
3311 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3312 for as_dir in $PATH
3313 do
3314   IFS=$as_save_IFS
3315   test -z "$as_dir" && as_dir=.
3316   for ac_exec_ext in '' $ac_executable_extensions; do
3317   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
3318     ac_cv_prog_ac_ct_CPPBIN="cpp"
3319     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3320     break 2
3321   fi
3322 done
3323 done
3324 IFS=$as_save_IFS
3325
3326 fi
3327 fi
3328 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3329 if test -n "$ac_ct_CPPBIN"; then
3330   { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3331 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3332 else
3333   { echo "$as_me:$LINENO: result: no" >&5
3334 echo "${ECHO_T}no" >&6; }
3335 fi
3336
3337   if test "x$ac_ct_CPPBIN" = x; then
3338     CPPBIN="cpp"
3339   else
3340     case $cross_compiling:$ac_tool_warned in
3341 yes:)
3342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3343 whose name does not start with the host triplet.  If you think this
3344 configuration is useful to you, please write to autoconf@gnu.org." >&5
3345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3346 whose name does not start with the host triplet.  If you think this
3347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3348 ac_tool_warned=yes ;;
3349 esac
3350     CPPBIN=$ac_ct_CPPBIN
3351   fi
3352 else
3353   CPPBIN="$ac_cv_prog_CPPBIN"
3354 fi
3355
3356
3357 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3358 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3359 if test "${wine_cv_toolsdir+set}" = set; then
3360   echo $ECHO_N "(cached) $ECHO_C" >&6
3361 else
3362   if test -z "$with_wine_tools"; then
3363      if test "$cross_compiling" = "yes"; then
3364        { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3365 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3366    { (exit 1); exit 1; }; }
3367      else
3368        wine_cv_toolsdir="\$(TOPOBJDIR)"
3369      fi
3370    elif test -d "$with_wine_tools/tools/winebuild"; then
3371      case $with_wine_tools in
3372        /*) wine_cv_toolsdir="$with_wine_tools" ;;
3373        *)  wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3374      esac
3375    else
3376      { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3377 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3378    { (exit 1); exit 1; }; }
3379    fi
3380 fi
3381 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3382 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3383 TOOLSDIR=$wine_cv_toolsdir
3384
3385
3386
3387 ac_ext=c
3388 ac_cpp='$CPP $CPPFLAGS'
3389 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3390 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3391 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3392 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3393 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3394 # On Suns, sometimes $CPP names a directory.
3395 if test -n "$CPP" && test -d "$CPP"; then
3396   CPP=
3397 fi
3398 if test -z "$CPP"; then
3399   if test "${ac_cv_prog_CPP+set}" = set; then
3400   echo $ECHO_N "(cached) $ECHO_C" >&6
3401 else
3402       # Double quotes because CPP needs to be expanded
3403     for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3404     do
3405       ac_preproc_ok=false
3406 for ac_c_preproc_warn_flag in '' yes
3407 do
3408   # Use a header file that comes with gcc, so configuring glibc
3409   # with a fresh cross-compiler works.
3410   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3411   # <limits.h> exists even on freestanding compilers.
3412   # On the NeXT, cc -E runs the code through the compiler's parser,
3413   # not just through cpp. "Syntax error" is here to catch this case.
3414   cat >conftest.$ac_ext <<_ACEOF
3415 /* confdefs.h.  */
3416 _ACEOF
3417 cat confdefs.h >>conftest.$ac_ext
3418 cat >>conftest.$ac_ext <<_ACEOF
3419 /* end confdefs.h.  */
3420 #ifdef __STDC__
3421 # include <limits.h>
3422 #else
3423 # include <assert.h>
3424 #endif
3425                      Syntax error
3426 _ACEOF
3427 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3428   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3429   ac_status=$?
3430   grep -v '^ *+' conftest.er1 >conftest.err
3431   rm -f conftest.er1
3432   cat conftest.err >&5
3433   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3434   (exit $ac_status); } >/dev/null; then
3435   if test -s conftest.err; then
3436     ac_cpp_err=$ac_c_preproc_warn_flag
3437     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3438   else
3439     ac_cpp_err=
3440   fi
3441 else
3442   ac_cpp_err=yes
3443 fi
3444 if test -z "$ac_cpp_err"; then
3445   :
3446 else
3447   echo "$as_me: failed program was:" >&5
3448 sed 's/^/| /' conftest.$ac_ext >&5
3449
3450   # Broken: fails on valid input.
3451 continue
3452 fi
3453
3454 rm -f conftest.err conftest.$ac_ext
3455
3456   # OK, works on sane cases.  Now check whether nonexistent headers
3457   # can be detected and how.
3458   cat >conftest.$ac_ext <<_ACEOF
3459 /* confdefs.h.  */
3460 _ACEOF
3461 cat confdefs.h >>conftest.$ac_ext
3462 cat >>conftest.$ac_ext <<_ACEOF
3463 /* end confdefs.h.  */
3464 #include <ac_nonexistent.h>
3465 _ACEOF
3466 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3467   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3468   ac_status=$?
3469   grep -v '^ *+' conftest.er1 >conftest.err
3470   rm -f conftest.er1
3471   cat conftest.err >&5
3472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3473   (exit $ac_status); } >/dev/null; then
3474   if test -s conftest.err; then
3475     ac_cpp_err=$ac_c_preproc_warn_flag
3476     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3477   else
3478     ac_cpp_err=
3479   fi
3480 else
3481   ac_cpp_err=yes
3482 fi
3483 if test -z "$ac_cpp_err"; then
3484   # Broken: success on invalid input.
3485 continue
3486 else
3487   echo "$as_me: failed program was:" >&5
3488 sed 's/^/| /' conftest.$ac_ext >&5
3489
3490   # Passes both tests.
3491 ac_preproc_ok=:
3492 break
3493 fi
3494
3495 rm -f conftest.err conftest.$ac_ext
3496
3497 done
3498 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3499 rm -f conftest.err conftest.$ac_ext
3500 if $ac_preproc_ok; then
3501   break
3502 fi
3503
3504     done
3505     ac_cv_prog_CPP=$CPP
3506
3507 fi
3508   CPP=$ac_cv_prog_CPP
3509 else
3510   ac_cv_prog_CPP=$CPP
3511 fi
3512 { echo "$as_me:$LINENO: result: $CPP" >&5
3513 echo "${ECHO_T}$CPP" >&6; }
3514 ac_preproc_ok=false
3515 for ac_c_preproc_warn_flag in '' yes
3516 do
3517   # Use a header file that comes with gcc, so configuring glibc
3518   # with a fresh cross-compiler works.
3519   # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3520   # <limits.h> exists even on freestanding compilers.
3521   # On the NeXT, cc -E runs the code through the compiler's parser,
3522   # not just through cpp. "Syntax error" is here to catch this case.
3523   cat >conftest.$ac_ext <<_ACEOF
3524 /* confdefs.h.  */
3525 _ACEOF
3526 cat confdefs.h >>conftest.$ac_ext
3527 cat >>conftest.$ac_ext <<_ACEOF
3528 /* end confdefs.h.  */
3529 #ifdef __STDC__
3530 # include <limits.h>
3531 #else
3532 # include <assert.h>
3533 #endif
3534                      Syntax error
3535 _ACEOF
3536 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3537   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3538   ac_status=$?
3539   grep -v '^ *+' conftest.er1 >conftest.err
3540   rm -f conftest.er1
3541   cat conftest.err >&5
3542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3543   (exit $ac_status); } >/dev/null; then
3544   if test -s conftest.err; then
3545     ac_cpp_err=$ac_c_preproc_warn_flag
3546     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3547   else
3548     ac_cpp_err=
3549   fi
3550 else
3551   ac_cpp_err=yes
3552 fi
3553 if test -z "$ac_cpp_err"; then
3554   :
3555 else
3556   echo "$as_me: failed program was:" >&5
3557 sed 's/^/| /' conftest.$ac_ext >&5
3558
3559   # Broken: fails on valid input.
3560 continue
3561 fi
3562
3563 rm -f conftest.err conftest.$ac_ext
3564
3565   # OK, works on sane cases.  Now check whether nonexistent headers
3566   # can be detected and how.
3567   cat >conftest.$ac_ext <<_ACEOF
3568 /* confdefs.h.  */
3569 _ACEOF
3570 cat confdefs.h >>conftest.$ac_ext
3571 cat >>conftest.$ac_ext <<_ACEOF
3572 /* end confdefs.h.  */
3573 #include <ac_nonexistent.h>
3574 _ACEOF
3575 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3576   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3577   ac_status=$?
3578   grep -v '^ *+' conftest.er1 >conftest.err
3579   rm -f conftest.er1
3580   cat conftest.err >&5
3581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3582   (exit $ac_status); } >/dev/null; then
3583   if test -s conftest.err; then
3584     ac_cpp_err=$ac_c_preproc_warn_flag
3585     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3586   else
3587     ac_cpp_err=
3588   fi
3589 else
3590   ac_cpp_err=yes
3591 fi
3592 if test -z "$ac_cpp_err"; then
3593   # Broken: success on invalid input.
3594 continue
3595 else
3596   echo "$as_me: failed program was:" >&5
3597 sed 's/^/| /' conftest.$ac_ext >&5
3598
3599   # Passes both tests.
3600 ac_preproc_ok=:
3601 break
3602 fi
3603
3604 rm -f conftest.err conftest.$ac_ext
3605
3606 done
3607 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3608 rm -f conftest.err conftest.$ac_ext
3609 if $ac_preproc_ok; then
3610   :
3611 else
3612   { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3613 See \`config.log' for more details." >&5
3614 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3615 See \`config.log' for more details." >&2;}
3616    { (exit 1); exit 1; }; }
3617 fi
3618
3619 ac_ext=c
3620 ac_cpp='$CPP $CPPFLAGS'
3621 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3622 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3623 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3624
3625
3626
3627 if test "x$ac_path_x_has_been_run" != xyes; then
3628   { echo "$as_me:$LINENO: checking for X" >&5
3629 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3630
3631 ac_path_x_has_been_run=yes
3632
3633 # Check whether --with-x was given.
3634 if test "${with_x+set}" = set; then
3635   withval=$with_x;
3636 fi
3637
3638 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3639 if test "x$with_x" = xno; then
3640   # The user explicitly disabled X.
3641   have_x=disabled
3642 else
3643   if test "x$x_includes" != xNONE && test "x$x_libraries" != xNONE; then
3644     # Both variables are already set.
3645     have_x=yes
3646   else
3647     if test "${ac_cv_have_x+set}" = set; then
3648   echo $ECHO_N "(cached) $ECHO_C" >&6
3649 else
3650   # One or both of the vars are not set, and there is no cached value.
3651 ac_x_includes=no ac_x_libraries=no
3652 rm -f -r conftest.dir
3653 if mkdir conftest.dir; then
3654   cd conftest.dir
3655   # Make sure to not put "make" in the Imakefile rules, since we grep it out.
3656   cat >Imakefile <<'_ACEOF'
3657 acfindx:
3658         @echo 'ac_im_incroot="${INCROOT}"; ac_im_usrlibdir="${USRLIBDIR}"; ac_im_libdir="${LIBDIR}"'
3659 _ACEOF
3660   if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3661     # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3662     eval `${MAKE-make} acfindx 2>/dev/null | grep -v make`
3663     # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3664     for ac_extension in a so sl; do
3665       if test ! -f $ac_im_usrlibdir/libX11.$ac_extension &&
3666          test -f $ac_im_libdir/libX11.$ac_extension; then
3667         ac_im_usrlibdir=$ac_im_libdir; break
3668       fi
3669     done
3670     # Screen out bogus values from the imake configuration.  They are
3671     # bogus both because they are the default anyway, and because
3672     # using them would break gcc on systems where it needs fixed includes.
3673     case $ac_im_incroot in
3674         /usr/include) ac_x_includes= ;;
3675         *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3676     esac
3677     case $ac_im_usrlibdir in
3678         /usr/lib | /lib) ;;
3679         *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3680     esac
3681   fi
3682   cd ..
3683   rm -f -r conftest.dir
3684 fi
3685
3686 # Standard set of common directories for X headers.
3687 # Check X11 before X11Rn because it is often a symlink to the current release.
3688 ac_x_header_dirs='
3689 /usr/X11/include
3690 /usr/X11R6/include
3691 /usr/X11R5/include
3692 /usr/X11R4/include
3693
3694 /usr/include/X11
3695 /usr/include/X11R6
3696 /usr/include/X11R5
3697 /usr/include/X11R4
3698
3699 /usr/local/X11/include
3700 /usr/local/X11R6/include
3701 /usr/local/X11R5/include
3702 /usr/local/X11R4/include
3703
3704 /usr/local/include/X11
3705 /usr/local/include/X11R6
3706 /usr/local/include/X11R5
3707 /usr/local/include/X11R4
3708
3709 /usr/X386/include
3710 /usr/x386/include
3711 /usr/XFree86/include/X11
3712
3713 /usr/include
3714 /usr/local/include
3715 /usr/unsupported/include
3716 /usr/athena/include
3717 /usr/local/x11r5/include
3718 /usr/lpp/Xamples/include
3719
3720 /usr/openwin/include
3721 /usr/openwin/share/include'
3722
3723 if test "$ac_x_includes" = no; then
3724   # Guess where to find include files, by looking for Xlib.h.
3725   # First, try using that file with no special directory specified.
3726   cat >conftest.$ac_ext <<_ACEOF
3727 /* confdefs.h.  */
3728 _ACEOF
3729 cat confdefs.h >>conftest.$ac_ext
3730 cat >>conftest.$ac_ext <<_ACEOF
3731 /* end confdefs.h.  */
3732 #include <X11/Xlib.h.h>
3733 _ACEOF
3734 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
3735   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
3736   ac_status=$?
3737   grep -v '^ *+' conftest.er1 >conftest.err
3738   rm -f conftest.er1
3739   cat conftest.err >&5
3740   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3741   (exit $ac_status); } >/dev/null; then
3742   if test -s conftest.err; then
3743     ac_cpp_err=$ac_c_preproc_warn_flag
3744     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
3745   else
3746     ac_cpp_err=
3747   fi
3748 else
3749   ac_cpp_err=yes
3750 fi
3751 if test -z "$ac_cpp_err"; then
3752   # We can compile using X headers with no special include directory.
3753 ac_x_includes=
3754 else
3755   echo "$as_me: failed program was:" >&5
3756 sed 's/^/| /' conftest.$ac_ext >&5
3757
3758   for ac_dir in $ac_x_header_dirs; do
3759   if test -r "$ac_dir/X11/Xlib.h"; then
3760     ac_x_includes=$ac_dir
3761     break
3762   fi
3763 done
3764 fi
3765
3766 rm -f conftest.err conftest.$ac_ext
3767 fi # $ac_x_includes = no
3768
3769 if test "$ac_x_libraries" = no; then
3770   # Check for the libraries.
3771   # See if we find them without any special options.
3772   # Don't add to $LIBS permanently.
3773   ac_save_LIBS=$LIBS
3774   LIBS="-lXt $LIBS"
3775   cat >conftest.$ac_ext <<_ACEOF
3776 /* confdefs.h.  */
3777 _ACEOF
3778 cat confdefs.h >>conftest.$ac_ext
3779 cat >>conftest.$ac_ext <<_ACEOF
3780 /* end confdefs.h.  */
3781 #include <X11/Xlib.h>
3782 int
3783 main ()
3784 {
3785 XrmInitialize ()
3786   ;
3787   return 0;
3788 }
3789 _ACEOF
3790 rm -f conftest.$ac_objext conftest$ac_exeext
3791 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3792   (eval $ac_link) 2>conftest.er1
3793   ac_status=$?
3794   grep -v '^ *+' conftest.er1 >conftest.err
3795   rm -f conftest.er1
3796   cat conftest.err >&5
3797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3798   (exit $ac_status); } &&
3799          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3800   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3801   (eval $ac_try) 2>&5
3802   ac_status=$?
3803   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3804   (exit $ac_status); }; } &&
3805          { ac_try='test -s conftest$ac_exeext'
3806   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3807   (eval $ac_try) 2>&5
3808   ac_status=$?
3809   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3810   (exit $ac_status); }; }; then
3811   LIBS=$ac_save_LIBS
3812 # We can link X programs with no special library path.
3813 ac_x_libraries=
3814 else
3815   echo "$as_me: failed program was:" >&5
3816 sed 's/^/| /' conftest.$ac_ext >&5
3817
3818         LIBS=$ac_save_LIBS
3819 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
3820 do
3821   # Don't even attempt the hair of trying to link an X program!
3822   for ac_extension in a so sl; do
3823     if test -r $ac_dir/libX11.$ac_extension; then
3824       ac_x_libraries=$ac_dir
3825       break 2
3826     fi
3827   done
3828 done
3829 fi
3830
3831 rm -f conftest.err conftest.$ac_objext \
3832       conftest$ac_exeext conftest.$ac_ext
3833 fi # $ac_x_libraries = no
3834
3835 if test "$ac_x_includes" = no || test "$ac_x_libraries" = no; then
3836   # Didn't find X anywhere.  Cache the known absence of X.
3837   ac_cv_have_x="have_x=no"
3838 else
3839   # Record where we found X for the cache.
3840   ac_cv_have_x="have_x=yes \
3841                 ac_x_includes=$ac_x_includes ac_x_libraries=$ac_x_libraries"
3842 fi
3843 fi
3844
3845   fi
3846   eval "$ac_cv_have_x"
3847 fi # $with_x != no
3848
3849 if test "$have_x" != yes; then
3850   { echo "$as_me:$LINENO: result: $have_x" >&5
3851 echo "${ECHO_T}$have_x" >&6; }
3852   no_x=yes
3853 else
3854   # If each of the values was on the command line, it overrides each guess.
3855   test "x$x_includes" = xNONE && x_includes=$ac_x_includes
3856   test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
3857   # Update the cache value to reflect the command line values.
3858   ac_cv_have_x="have_x=yes \
3859                 ac_x_includes=$x_includes ac_x_libraries=$x_libraries"
3860   # It might be that x_includes is empty (headers are found in the
3861   # standard search path. Then output the corresponding message
3862   ac_out_x_includes=$x_includes
3863   test "x$x_includes" = x && ac_out_x_includes="in standard search path"
3864   { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $ac_out_x_includes" >&5
3865 echo "${ECHO_T}libraries $x_libraries, headers $ac_out_x_includes" >&6; }
3866 fi
3867
3868 fi
3869 if test "$no_x" = yes; then
3870   # Not all programs may use this symbol, but it does not hurt to define it.
3871
3872 cat >>confdefs.h <<\_ACEOF
3873 #define X_DISPLAY_MISSING 1
3874 _ACEOF
3875
3876   X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
3877 else
3878   if test -n "$x_includes"; then
3879     X_CFLAGS="$X_CFLAGS -I$x_includes"
3880   fi
3881
3882   # It would also be nice to do this for all -L options, not just this one.
3883   if test -n "$x_libraries"; then
3884     X_LIBS="$X_LIBS -L$x_libraries"
3885     # For Solaris; some versions of Sun CC require a space after -R and
3886     # others require no space.  Words are not sufficient . . . .
3887     case `(uname -sr) 2>/dev/null` in
3888     "SunOS 5"*)
3889       { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
3890 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
3891       ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
3892       cat >conftest.$ac_ext <<_ACEOF
3893 /* confdefs.h.  */
3894 _ACEOF
3895 cat confdefs.h >>conftest.$ac_ext
3896 cat >>conftest.$ac_ext <<_ACEOF
3897 /* end confdefs.h.  */
3898
3899 int
3900 main ()
3901 {
3902
3903   ;
3904   return 0;
3905 }
3906 _ACEOF
3907 rm -f conftest.$ac_objext conftest$ac_exeext
3908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3909   (eval $ac_link) 2>conftest.er1
3910   ac_status=$?
3911   grep -v '^ *+' conftest.er1 >conftest.err
3912   rm -f conftest.er1
3913   cat conftest.err >&5
3914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3915   (exit $ac_status); } &&
3916          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3917   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3918   (eval $ac_try) 2>&5
3919   ac_status=$?
3920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3921   (exit $ac_status); }; } &&
3922          { ac_try='test -s conftest$ac_exeext'
3923   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3924   (eval $ac_try) 2>&5
3925   ac_status=$?
3926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3927   (exit $ac_status); }; }; then
3928   ac_R_nospace=yes
3929 else
3930   echo "$as_me: failed program was:" >&5
3931 sed 's/^/| /' conftest.$ac_ext >&5
3932
3933         ac_R_nospace=no
3934 fi
3935
3936 rm -f conftest.err conftest.$ac_objext \
3937       conftest$ac_exeext conftest.$ac_ext
3938       if test $ac_R_nospace = yes; then
3939         { echo "$as_me:$LINENO: result: no" >&5
3940 echo "${ECHO_T}no" >&6; }
3941         X_LIBS="$X_LIBS -R$x_libraries"
3942       else
3943         LIBS="$ac_xsave_LIBS -R $x_libraries"
3944         cat >conftest.$ac_ext <<_ACEOF
3945 /* confdefs.h.  */
3946 _ACEOF
3947 cat confdefs.h >>conftest.$ac_ext
3948 cat >>conftest.$ac_ext <<_ACEOF
3949 /* end confdefs.h.  */
3950
3951 int
3952 main ()
3953 {
3954
3955   ;
3956   return 0;
3957 }
3958 _ACEOF
3959 rm -f conftest.$ac_objext conftest$ac_exeext
3960 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
3961   (eval $ac_link) 2>conftest.er1
3962   ac_status=$?
3963   grep -v '^ *+' conftest.er1 >conftest.err
3964   rm -f conftest.er1
3965   cat conftest.err >&5
3966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3967   (exit $ac_status); } &&
3968          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
3969   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3970   (eval $ac_try) 2>&5
3971   ac_status=$?
3972   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3973   (exit $ac_status); }; } &&
3974          { ac_try='test -s conftest$ac_exeext'
3975   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
3976   (eval $ac_try) 2>&5
3977   ac_status=$?
3978   echo "$as_me:$LINENO: \$? = $ac_status" >&5
3979   (exit $ac_status); }; }; then
3980   ac_R_space=yes
3981 else
3982   echo "$as_me: failed program was:" >&5
3983 sed 's/^/| /' conftest.$ac_ext >&5
3984
3985         ac_R_space=no
3986 fi
3987
3988 rm -f conftest.err conftest.$ac_objext \
3989       conftest$ac_exeext conftest.$ac_ext
3990         if test $ac_R_space = yes; then
3991           { echo "$as_me:$LINENO: result: yes" >&5
3992 echo "${ECHO_T}yes" >&6; }
3993           X_LIBS="$X_LIBS -R $x_libraries"
3994         else
3995           { echo "$as_me:$LINENO: result: neither works" >&5
3996 echo "${ECHO_T}neither works" >&6; }
3997         fi
3998       fi
3999       LIBS=$ac_xsave_LIBS
4000     esac
4001   fi
4002
4003   # Check for system-dependent libraries X programs must link with.
4004   # Do this before checking for the system-independent R6 libraries
4005   # (-lICE), since we may need -lsocket or whatever for X linking.
4006
4007   if test "$ISC" = yes; then
4008     X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4009   else
4010     # Martyn Johnson says this is needed for Ultrix, if the X
4011     # libraries were built with DECnet support.  And Karl Berry says
4012     # the Alpha needs dnet_stub (dnet does not exist).
4013     ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4014     cat >conftest.$ac_ext <<_ACEOF
4015 /* confdefs.h.  */
4016 _ACEOF
4017 cat confdefs.h >>conftest.$ac_ext
4018 cat >>conftest.$ac_ext <<_ACEOF
4019 /* end confdefs.h.  */
4020
4021 /* Override any GCC internal prototype to avoid an error.
4022    Use char because int might match the return type of a GCC
4023    builtin and then its argument prototype would still apply.  */
4024 #ifdef __cplusplus
4025 extern "C"
4026 #endif
4027 char XOpenDisplay ();
4028 int
4029 main ()
4030 {
4031 return XOpenDisplay ();
4032   ;
4033   return 0;
4034 }
4035 _ACEOF
4036 rm -f conftest.$ac_objext conftest$ac_exeext
4037 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4038   (eval $ac_link) 2>conftest.er1
4039   ac_status=$?
4040   grep -v '^ *+' conftest.er1 >conftest.err
4041   rm -f conftest.er1
4042   cat conftest.err >&5
4043   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4044   (exit $ac_status); } &&
4045          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4046   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4047   (eval $ac_try) 2>&5
4048   ac_status=$?
4049   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4050   (exit $ac_status); }; } &&
4051          { ac_try='test -s conftest$ac_exeext'
4052   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4053   (eval $ac_try) 2>&5
4054   ac_status=$?
4055   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4056   (exit $ac_status); }; }; then
4057   :
4058 else
4059   echo "$as_me: failed program was:" >&5
4060 sed 's/^/| /' conftest.$ac_ext >&5
4061
4062         { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4063 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4064 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4065   echo $ECHO_N "(cached) $ECHO_C" >&6
4066 else
4067   ac_check_lib_save_LIBS=$LIBS
4068 LIBS="-ldnet  $LIBS"
4069 cat >conftest.$ac_ext <<_ACEOF
4070 /* confdefs.h.  */
4071 _ACEOF
4072 cat confdefs.h >>conftest.$ac_ext
4073 cat >>conftest.$ac_ext <<_ACEOF
4074 /* end confdefs.h.  */
4075
4076 /* Override any GCC internal prototype to avoid an error.
4077    Use char because int might match the return type of a GCC
4078    builtin and then its argument prototype would still apply.  */
4079 #ifdef __cplusplus
4080 extern "C"
4081 #endif
4082 char dnet_ntoa ();
4083 int
4084 main ()
4085 {
4086 return dnet_ntoa ();
4087   ;
4088   return 0;
4089 }
4090 _ACEOF
4091 rm -f conftest.$ac_objext conftest$ac_exeext
4092 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4093   (eval $ac_link) 2>conftest.er1
4094   ac_status=$?
4095   grep -v '^ *+' conftest.er1 >conftest.err
4096   rm -f conftest.er1
4097   cat conftest.err >&5
4098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4099   (exit $ac_status); } &&
4100          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4101   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4102   (eval $ac_try) 2>&5
4103   ac_status=$?
4104   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105   (exit $ac_status); }; } &&
4106          { ac_try='test -s conftest$ac_exeext'
4107   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4108   (eval $ac_try) 2>&5
4109   ac_status=$?
4110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4111   (exit $ac_status); }; }; then
4112   ac_cv_lib_dnet_dnet_ntoa=yes
4113 else
4114   echo "$as_me: failed program was:" >&5
4115 sed 's/^/| /' conftest.$ac_ext >&5
4116
4117         ac_cv_lib_dnet_dnet_ntoa=no
4118 fi
4119
4120 rm -f conftest.err conftest.$ac_objext \
4121       conftest$ac_exeext conftest.$ac_ext
4122 LIBS=$ac_check_lib_save_LIBS
4123 fi
4124 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4125 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4126 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4127   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4128 fi
4129
4130     if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4131       { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4132 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4133 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4134   echo $ECHO_N "(cached) $ECHO_C" >&6
4135 else
4136   ac_check_lib_save_LIBS=$LIBS
4137 LIBS="-ldnet_stub  $LIBS"
4138 cat >conftest.$ac_ext <<_ACEOF
4139 /* confdefs.h.  */
4140 _ACEOF
4141 cat confdefs.h >>conftest.$ac_ext
4142 cat >>conftest.$ac_ext <<_ACEOF
4143 /* end confdefs.h.  */
4144
4145 /* Override any GCC internal prototype to avoid an error.
4146    Use char because int might match the return type of a GCC
4147    builtin and then its argument prototype would still apply.  */
4148 #ifdef __cplusplus
4149 extern "C"
4150 #endif
4151 char dnet_ntoa ();
4152 int
4153 main ()
4154 {
4155 return dnet_ntoa ();
4156   ;
4157   return 0;
4158 }
4159 _ACEOF
4160 rm -f conftest.$ac_objext conftest$ac_exeext
4161 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4162   (eval $ac_link) 2>conftest.er1
4163   ac_status=$?
4164   grep -v '^ *+' conftest.er1 >conftest.err
4165   rm -f conftest.er1
4166   cat conftest.err >&5
4167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4168   (exit $ac_status); } &&
4169          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4170   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4171   (eval $ac_try) 2>&5
4172   ac_status=$?
4173   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4174   (exit $ac_status); }; } &&
4175          { ac_try='test -s conftest$ac_exeext'
4176   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4177   (eval $ac_try) 2>&5
4178   ac_status=$?
4179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4180   (exit $ac_status); }; }; then
4181   ac_cv_lib_dnet_stub_dnet_ntoa=yes
4182 else
4183   echo "$as_me: failed program was:" >&5
4184 sed 's/^/| /' conftest.$ac_ext >&5
4185
4186         ac_cv_lib_dnet_stub_dnet_ntoa=no
4187 fi
4188
4189 rm -f conftest.err conftest.$ac_objext \
4190       conftest$ac_exeext conftest.$ac_ext
4191 LIBS=$ac_check_lib_save_LIBS
4192 fi
4193 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4194 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4195 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4196   X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4197 fi
4198
4199     fi
4200 fi
4201
4202 rm -f conftest.err conftest.$ac_objext \
4203       conftest$ac_exeext conftest.$ac_ext
4204     LIBS="$ac_xsave_LIBS"
4205
4206     # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4207     # to get the SysV transport functions.
4208     # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4209     # needs -lnsl.
4210     # The nsl library prevents programs from opening the X display
4211     # on Irix 5.2, according to T.E. Dickey.
4212     # The functions gethostbyname, getservbyname, and inet_addr are
4213     # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4214     { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4215 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4216 if test "${ac_cv_func_gethostbyname+set}" = set; then
4217   echo $ECHO_N "(cached) $ECHO_C" >&6
4218 else
4219   cat >conftest.$ac_ext <<_ACEOF
4220 /* confdefs.h.  */
4221 _ACEOF
4222 cat confdefs.h >>conftest.$ac_ext
4223 cat >>conftest.$ac_ext <<_ACEOF
4224 /* end confdefs.h.  */
4225 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4226    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4227 #define gethostbyname innocuous_gethostbyname
4228
4229 /* System header to define __stub macros and hopefully few prototypes,
4230     which can conflict with char gethostbyname (); below.
4231     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4232     <limits.h> exists even on freestanding compilers.  */
4233
4234 #ifdef __STDC__
4235 # include <limits.h>
4236 #else
4237 # include <assert.h>
4238 #endif
4239
4240 #undef gethostbyname
4241
4242 /* Override any GCC internal prototype to avoid an error.
4243    Use char because int might match the return type of a GCC
4244    builtin and then its argument prototype would still apply.  */
4245 #ifdef __cplusplus
4246 extern "C"
4247 #endif
4248 char gethostbyname ();
4249 /* The GNU C library defines this for functions which it implements
4250     to always fail with ENOSYS.  Some functions are actually named
4251     something starting with __ and the normal name is an alias.  */
4252 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4253 choke me
4254 #endif
4255
4256 int
4257 main ()
4258 {
4259 return gethostbyname ();
4260   ;
4261   return 0;
4262 }
4263 _ACEOF
4264 rm -f conftest.$ac_objext conftest$ac_exeext
4265 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4266   (eval $ac_link) 2>conftest.er1
4267   ac_status=$?
4268   grep -v '^ *+' conftest.er1 >conftest.err
4269   rm -f conftest.er1
4270   cat conftest.err >&5
4271   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4272   (exit $ac_status); } &&
4273          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4274   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4275   (eval $ac_try) 2>&5
4276   ac_status=$?
4277   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4278   (exit $ac_status); }; } &&
4279          { ac_try='test -s conftest$ac_exeext'
4280   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4281   (eval $ac_try) 2>&5
4282   ac_status=$?
4283   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4284   (exit $ac_status); }; }; then
4285   ac_cv_func_gethostbyname=yes
4286 else
4287   echo "$as_me: failed program was:" >&5
4288 sed 's/^/| /' conftest.$ac_ext >&5
4289
4290         ac_cv_func_gethostbyname=no
4291 fi
4292
4293 rm -f conftest.err conftest.$ac_objext \
4294       conftest$ac_exeext conftest.$ac_ext
4295 fi
4296 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4297 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4298
4299     if test $ac_cv_func_gethostbyname = no; then
4300       { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4301 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4302 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4303   echo $ECHO_N "(cached) $ECHO_C" >&6
4304 else
4305   ac_check_lib_save_LIBS=$LIBS
4306 LIBS="-lnsl  $LIBS"
4307 cat >conftest.$ac_ext <<_ACEOF
4308 /* confdefs.h.  */
4309 _ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h.  */
4313
4314 /* Override any GCC internal prototype to avoid an error.
4315    Use char because int might match the return type of a GCC
4316    builtin and then its argument prototype would still apply.  */
4317 #ifdef __cplusplus
4318 extern "C"
4319 #endif
4320 char gethostbyname ();
4321 int
4322 main ()
4323 {
4324 return gethostbyname ();
4325   ;
4326   return 0;
4327 }
4328 _ACEOF
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4331   (eval $ac_link) 2>conftest.er1
4332   ac_status=$?
4333   grep -v '^ *+' conftest.er1 >conftest.err
4334   rm -f conftest.er1
4335   cat conftest.err >&5
4336   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4337   (exit $ac_status); } &&
4338          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4339   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4340   (eval $ac_try) 2>&5
4341   ac_status=$?
4342   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4343   (exit $ac_status); }; } &&
4344          { ac_try='test -s conftest$ac_exeext'
4345   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4346   (eval $ac_try) 2>&5
4347   ac_status=$?
4348   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4349   (exit $ac_status); }; }; then
4350   ac_cv_lib_nsl_gethostbyname=yes
4351 else
4352   echo "$as_me: failed program was:" >&5
4353 sed 's/^/| /' conftest.$ac_ext >&5
4354
4355         ac_cv_lib_nsl_gethostbyname=no
4356 fi
4357
4358 rm -f conftest.err conftest.$ac_objext \
4359       conftest$ac_exeext conftest.$ac_ext
4360 LIBS=$ac_check_lib_save_LIBS
4361 fi
4362 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4363 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4364 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4365   X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4366 fi
4367
4368       if test $ac_cv_lib_nsl_gethostbyname = no; then
4369         { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4370 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4371 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4372   echo $ECHO_N "(cached) $ECHO_C" >&6
4373 else
4374   ac_check_lib_save_LIBS=$LIBS
4375 LIBS="-lbsd  $LIBS"
4376 cat >conftest.$ac_ext <<_ACEOF
4377 /* confdefs.h.  */
4378 _ACEOF
4379 cat confdefs.h >>conftest.$ac_ext
4380 cat >>conftest.$ac_ext <<_ACEOF
4381 /* end confdefs.h.  */
4382
4383 /* Override any GCC internal prototype to avoid an error.
4384    Use char because int might match the return type of a GCC
4385    builtin and then its argument prototype would still apply.  */
4386 #ifdef __cplusplus
4387 extern "C"
4388 #endif
4389 char gethostbyname ();
4390 int
4391 main ()
4392 {
4393 return gethostbyname ();
4394   ;
4395   return 0;
4396 }
4397 _ACEOF
4398 rm -f conftest.$ac_objext conftest$ac_exeext
4399 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4400   (eval $ac_link) 2>conftest.er1
4401   ac_status=$?
4402   grep -v '^ *+' conftest.er1 >conftest.err
4403   rm -f conftest.er1
4404   cat conftest.err >&5
4405   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4406   (exit $ac_status); } &&
4407          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4408   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4409   (eval $ac_try) 2>&5
4410   ac_status=$?
4411   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4412   (exit $ac_status); }; } &&
4413          { ac_try='test -s conftest$ac_exeext'
4414   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4415   (eval $ac_try) 2>&5
4416   ac_status=$?
4417   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418   (exit $ac_status); }; }; then
4419   ac_cv_lib_bsd_gethostbyname=yes
4420 else
4421   echo "$as_me: failed program was:" >&5
4422 sed 's/^/| /' conftest.$ac_ext >&5
4423
4424         ac_cv_lib_bsd_gethostbyname=no
4425 fi
4426
4427 rm -f conftest.err conftest.$ac_objext \
4428       conftest$ac_exeext conftest.$ac_ext
4429 LIBS=$ac_check_lib_save_LIBS
4430 fi
4431 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4432 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4433 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4434   X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4435 fi
4436
4437       fi
4438     fi
4439
4440     # lieder@skyler.mavd.honeywell.com says without -lsocket,
4441     # socket/setsockopt and other routines are undefined under SCO ODT
4442     # 2.0.  But -lsocket is broken on IRIX 5.2 (and is not necessary
4443     # on later versions), says Simon Leinen: it contains gethostby*
4444     # variants that don't use the name server (or something).  -lsocket
4445     # must be given before -lnsl if both are needed.  We assume that
4446     # if connect needs -lnsl, so does gethostbyname.
4447     { echo "$as_me:$LINENO: checking for connect" >&5
4448 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4449 if test "${ac_cv_func_connect+set}" = set; then
4450   echo $ECHO_N "(cached) $ECHO_C" >&6
4451 else
4452   cat >conftest.$ac_ext <<_ACEOF
4453 /* confdefs.h.  */
4454 _ACEOF
4455 cat confdefs.h >>conftest.$ac_ext
4456 cat >>conftest.$ac_ext <<_ACEOF
4457 /* end confdefs.h.  */
4458 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4459    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4460 #define connect innocuous_connect
4461
4462 /* System header to define __stub macros and hopefully few prototypes,
4463     which can conflict with char connect (); below.
4464     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4465     <limits.h> exists even on freestanding compilers.  */
4466
4467 #ifdef __STDC__
4468 # include <limits.h>
4469 #else
4470 # include <assert.h>
4471 #endif
4472
4473 #undef connect
4474
4475 /* Override any GCC internal prototype to avoid an error.
4476    Use char because int might match the return type of a GCC
4477    builtin and then its argument prototype would still apply.  */
4478 #ifdef __cplusplus
4479 extern "C"
4480 #endif
4481 char connect ();
4482 /* The GNU C library defines this for functions which it implements
4483     to always fail with ENOSYS.  Some functions are actually named
4484     something starting with __ and the normal name is an alias.  */
4485 #if defined __stub_connect || defined __stub___connect
4486 choke me
4487 #endif
4488
4489 int
4490 main ()
4491 {
4492 return connect ();
4493   ;
4494   return 0;
4495 }
4496 _ACEOF
4497 rm -f conftest.$ac_objext conftest$ac_exeext
4498 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4499   (eval $ac_link) 2>conftest.er1
4500   ac_status=$?
4501   grep -v '^ *+' conftest.er1 >conftest.err
4502   rm -f conftest.er1
4503   cat conftest.err >&5
4504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4505   (exit $ac_status); } &&
4506          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4507   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4508   (eval $ac_try) 2>&5
4509   ac_status=$?
4510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4511   (exit $ac_status); }; } &&
4512          { ac_try='test -s conftest$ac_exeext'
4513   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4514   (eval $ac_try) 2>&5
4515   ac_status=$?
4516   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4517   (exit $ac_status); }; }; then
4518   ac_cv_func_connect=yes
4519 else
4520   echo "$as_me: failed program was:" >&5
4521 sed 's/^/| /' conftest.$ac_ext >&5
4522
4523         ac_cv_func_connect=no
4524 fi
4525
4526 rm -f conftest.err conftest.$ac_objext \
4527       conftest$ac_exeext conftest.$ac_ext
4528 fi
4529 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4530 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4531
4532     if test $ac_cv_func_connect = no; then
4533       { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4534 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4535 if test "${ac_cv_lib_socket_connect+set}" = set; then
4536   echo $ECHO_N "(cached) $ECHO_C" >&6
4537 else
4538   ac_check_lib_save_LIBS=$LIBS
4539 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4540 cat >conftest.$ac_ext <<_ACEOF
4541 /* confdefs.h.  */
4542 _ACEOF
4543 cat confdefs.h >>conftest.$ac_ext
4544 cat >>conftest.$ac_ext <<_ACEOF
4545 /* end confdefs.h.  */
4546
4547 /* Override any GCC internal prototype to avoid an error.
4548    Use char because int might match the return type of a GCC
4549    builtin and then its argument prototype would still apply.  */
4550 #ifdef __cplusplus
4551 extern "C"
4552 #endif
4553 char connect ();
4554 int
4555 main ()
4556 {
4557 return connect ();
4558   ;
4559   return 0;
4560 }
4561 _ACEOF
4562 rm -f conftest.$ac_objext conftest$ac_exeext
4563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4564   (eval $ac_link) 2>conftest.er1
4565   ac_status=$?
4566   grep -v '^ *+' conftest.er1 >conftest.err
4567   rm -f conftest.er1
4568   cat conftest.err >&5
4569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4570   (exit $ac_status); } &&
4571          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4572   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4573   (eval $ac_try) 2>&5
4574   ac_status=$?
4575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4576   (exit $ac_status); }; } &&
4577          { ac_try='test -s conftest$ac_exeext'
4578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4579   (eval $ac_try) 2>&5
4580   ac_status=$?
4581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4582   (exit $ac_status); }; }; then
4583   ac_cv_lib_socket_connect=yes
4584 else
4585   echo "$as_me: failed program was:" >&5
4586 sed 's/^/| /' conftest.$ac_ext >&5
4587
4588         ac_cv_lib_socket_connect=no
4589 fi
4590
4591 rm -f conftest.err conftest.$ac_objext \
4592       conftest$ac_exeext conftest.$ac_ext
4593 LIBS=$ac_check_lib_save_LIBS
4594 fi
4595 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4596 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4597 if test $ac_cv_lib_socket_connect = yes; then
4598   X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4599 fi
4600
4601     fi
4602
4603     # Guillermo Gomez says -lposix is necessary on A/UX.
4604     { echo "$as_me:$LINENO: checking for remove" >&5
4605 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4606 if test "${ac_cv_func_remove+set}" = set; then
4607   echo $ECHO_N "(cached) $ECHO_C" >&6
4608 else
4609   cat >conftest.$ac_ext <<_ACEOF
4610 /* confdefs.h.  */
4611 _ACEOF
4612 cat confdefs.h >>conftest.$ac_ext
4613 cat >>conftest.$ac_ext <<_ACEOF
4614 /* end confdefs.h.  */
4615 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4616    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4617 #define remove innocuous_remove
4618
4619 /* System header to define __stub macros and hopefully few prototypes,
4620     which can conflict with char remove (); below.
4621     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4622     <limits.h> exists even on freestanding compilers.  */
4623
4624 #ifdef __STDC__
4625 # include <limits.h>
4626 #else
4627 # include <assert.h>
4628 #endif
4629
4630 #undef remove
4631
4632 /* Override any GCC internal prototype to avoid an error.
4633    Use char because int might match the return type of a GCC
4634    builtin and then its argument prototype would still apply.  */
4635 #ifdef __cplusplus
4636 extern "C"
4637 #endif
4638 char remove ();
4639 /* The GNU C library defines this for functions which it implements
4640     to always fail with ENOSYS.  Some functions are actually named
4641     something starting with __ and the normal name is an alias.  */
4642 #if defined __stub_remove || defined __stub___remove
4643 choke me
4644 #endif
4645
4646 int
4647 main ()
4648 {
4649 return remove ();
4650   ;
4651   return 0;
4652 }
4653 _ACEOF
4654 rm -f conftest.$ac_objext conftest$ac_exeext
4655 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4656   (eval $ac_link) 2>conftest.er1
4657   ac_status=$?
4658   grep -v '^ *+' conftest.er1 >conftest.err
4659   rm -f conftest.er1
4660   cat conftest.err >&5
4661   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4662   (exit $ac_status); } &&
4663          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4664   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4665   (eval $ac_try) 2>&5
4666   ac_status=$?
4667   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4668   (exit $ac_status); }; } &&
4669          { ac_try='test -s conftest$ac_exeext'
4670   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4671   (eval $ac_try) 2>&5
4672   ac_status=$?
4673   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4674   (exit $ac_status); }; }; then
4675   ac_cv_func_remove=yes
4676 else
4677   echo "$as_me: failed program was:" >&5
4678 sed 's/^/| /' conftest.$ac_ext >&5
4679
4680         ac_cv_func_remove=no
4681 fi
4682
4683 rm -f conftest.err conftest.$ac_objext \
4684       conftest$ac_exeext conftest.$ac_ext
4685 fi
4686 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4687 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4688
4689     if test $ac_cv_func_remove = no; then
4690       { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4691 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4692 if test "${ac_cv_lib_posix_remove+set}" = set; then
4693   echo $ECHO_N "(cached) $ECHO_C" >&6
4694 else
4695   ac_check_lib_save_LIBS=$LIBS
4696 LIBS="-lposix  $LIBS"
4697 cat >conftest.$ac_ext <<_ACEOF
4698 /* confdefs.h.  */
4699 _ACEOF
4700 cat confdefs.h >>conftest.$ac_ext
4701 cat >>conftest.$ac_ext <<_ACEOF
4702 /* end confdefs.h.  */
4703
4704 /* Override any GCC internal prototype to avoid an error.
4705    Use char because int might match the return type of a GCC
4706    builtin and then its argument prototype would still apply.  */
4707 #ifdef __cplusplus
4708 extern "C"
4709 #endif
4710 char remove ();
4711 int
4712 main ()
4713 {
4714 return remove ();
4715   ;
4716   return 0;
4717 }
4718 _ACEOF
4719 rm -f conftest.$ac_objext conftest$ac_exeext
4720 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4721   (eval $ac_link) 2>conftest.er1
4722   ac_status=$?
4723   grep -v '^ *+' conftest.er1 >conftest.err
4724   rm -f conftest.er1
4725   cat conftest.err >&5
4726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4727   (exit $ac_status); } &&
4728          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4729   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4730   (eval $ac_try) 2>&5
4731   ac_status=$?
4732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4733   (exit $ac_status); }; } &&
4734          { ac_try='test -s conftest$ac_exeext'
4735   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4736   (eval $ac_try) 2>&5
4737   ac_status=$?
4738   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4739   (exit $ac_status); }; }; then
4740   ac_cv_lib_posix_remove=yes
4741 else
4742   echo "$as_me: failed program was:" >&5
4743 sed 's/^/| /' conftest.$ac_ext >&5
4744
4745         ac_cv_lib_posix_remove=no
4746 fi
4747
4748 rm -f conftest.err conftest.$ac_objext \
4749       conftest$ac_exeext conftest.$ac_ext
4750 LIBS=$ac_check_lib_save_LIBS
4751 fi
4752 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
4753 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
4754 if test $ac_cv_lib_posix_remove = yes; then
4755   X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
4756 fi
4757
4758     fi
4759
4760     # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
4761     { echo "$as_me:$LINENO: checking for shmat" >&5
4762 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
4763 if test "${ac_cv_func_shmat+set}" = set; then
4764   echo $ECHO_N "(cached) $ECHO_C" >&6
4765 else
4766   cat >conftest.$ac_ext <<_ACEOF
4767 /* confdefs.h.  */
4768 _ACEOF
4769 cat confdefs.h >>conftest.$ac_ext
4770 cat >>conftest.$ac_ext <<_ACEOF
4771 /* end confdefs.h.  */
4772 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
4773    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
4774 #define shmat innocuous_shmat
4775
4776 /* System header to define __stub macros and hopefully few prototypes,
4777     which can conflict with char shmat (); below.
4778     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4779     <limits.h> exists even on freestanding compilers.  */
4780
4781 #ifdef __STDC__
4782 # include <limits.h>
4783 #else
4784 # include <assert.h>
4785 #endif
4786
4787 #undef shmat
4788
4789 /* Override any GCC internal prototype to avoid an error.
4790    Use char because int might match the return type of a GCC
4791    builtin and then its argument prototype would still apply.  */
4792 #ifdef __cplusplus
4793 extern "C"
4794 #endif
4795 char shmat ();
4796 /* The GNU C library defines this for functions which it implements
4797     to always fail with ENOSYS.  Some functions are actually named
4798     something starting with __ and the normal name is an alias.  */
4799 #if defined __stub_shmat || defined __stub___shmat
4800 choke me
4801 #endif
4802
4803 int
4804 main ()
4805 {
4806 return shmat ();
4807   ;
4808   return 0;
4809 }
4810 _ACEOF
4811 rm -f conftest.$ac_objext conftest$ac_exeext
4812 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4813   (eval $ac_link) 2>conftest.er1
4814   ac_status=$?
4815   grep -v '^ *+' conftest.er1 >conftest.err
4816   rm -f conftest.er1
4817   cat conftest.err >&5
4818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4819   (exit $ac_status); } &&
4820          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4821   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4822   (eval $ac_try) 2>&5
4823   ac_status=$?
4824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4825   (exit $ac_status); }; } &&
4826          { ac_try='test -s conftest$ac_exeext'
4827   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4828   (eval $ac_try) 2>&5
4829   ac_status=$?
4830   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4831   (exit $ac_status); }; }; then
4832   ac_cv_func_shmat=yes
4833 else
4834   echo "$as_me: failed program was:" >&5
4835 sed 's/^/| /' conftest.$ac_ext >&5
4836
4837         ac_cv_func_shmat=no
4838 fi
4839
4840 rm -f conftest.err conftest.$ac_objext \
4841       conftest$ac_exeext conftest.$ac_ext
4842 fi
4843 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
4844 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
4845
4846     if test $ac_cv_func_shmat = no; then
4847       { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
4848 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
4849 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
4850   echo $ECHO_N "(cached) $ECHO_C" >&6
4851 else
4852   ac_check_lib_save_LIBS=$LIBS
4853 LIBS="-lipc  $LIBS"
4854 cat >conftest.$ac_ext <<_ACEOF
4855 /* confdefs.h.  */
4856 _ACEOF
4857 cat confdefs.h >>conftest.$ac_ext
4858 cat >>conftest.$ac_ext <<_ACEOF
4859 /* end confdefs.h.  */
4860
4861 /* Override any GCC internal prototype to avoid an error.
4862    Use char because int might match the return type of a GCC
4863    builtin and then its argument prototype would still apply.  */
4864 #ifdef __cplusplus
4865 extern "C"
4866 #endif
4867 char shmat ();
4868 int
4869 main ()
4870 {
4871 return shmat ();
4872   ;
4873   return 0;
4874 }
4875 _ACEOF
4876 rm -f conftest.$ac_objext conftest$ac_exeext
4877 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4878   (eval $ac_link) 2>conftest.er1
4879   ac_status=$?
4880   grep -v '^ *+' conftest.er1 >conftest.err
4881   rm -f conftest.er1
4882   cat conftest.err >&5
4883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4884   (exit $ac_status); } &&
4885          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4886   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4887   (eval $ac_try) 2>&5
4888   ac_status=$?
4889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4890   (exit $ac_status); }; } &&
4891          { ac_try='test -s conftest$ac_exeext'
4892   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4893   (eval $ac_try) 2>&5
4894   ac_status=$?
4895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4896   (exit $ac_status); }; }; then
4897   ac_cv_lib_ipc_shmat=yes
4898 else
4899   echo "$as_me: failed program was:" >&5
4900 sed 's/^/| /' conftest.$ac_ext >&5
4901
4902         ac_cv_lib_ipc_shmat=no
4903 fi
4904
4905 rm -f conftest.err conftest.$ac_objext \
4906       conftest$ac_exeext conftest.$ac_ext
4907 LIBS=$ac_check_lib_save_LIBS
4908 fi
4909 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
4910 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
4911 if test $ac_cv_lib_ipc_shmat = yes; then
4912   X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
4913 fi
4914
4915     fi
4916   fi
4917
4918   # Check for libraries that X11R6 Xt/Xaw programs need.
4919   ac_save_LDFLAGS=$LDFLAGS
4920   test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
4921   # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
4922   # check for ICE first), but we must link in the order -lSM -lICE or
4923   # we get undefined symbols.  So assume we have SM if we have ICE.
4924   # These have to be linked with before -lX11, unlike the other
4925   # libraries we check for below, so use a different variable.
4926   # John Interrante, Karl Berry
4927   { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
4928 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
4929 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
4930   echo $ECHO_N "(cached) $ECHO_C" >&6
4931 else
4932   ac_check_lib_save_LIBS=$LIBS
4933 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
4934 cat >conftest.$ac_ext <<_ACEOF
4935 /* confdefs.h.  */
4936 _ACEOF
4937 cat confdefs.h >>conftest.$ac_ext
4938 cat >>conftest.$ac_ext <<_ACEOF
4939 /* end confdefs.h.  */
4940
4941 /* Override any GCC internal prototype to avoid an error.
4942    Use char because int might match the return type of a GCC
4943    builtin and then its argument prototype would still apply.  */
4944 #ifdef __cplusplus
4945 extern "C"
4946 #endif
4947 char IceConnectionNumber ();
4948 int
4949 main ()
4950 {
4951 return IceConnectionNumber ();
4952   ;
4953   return 0;
4954 }
4955 _ACEOF
4956 rm -f conftest.$ac_objext conftest$ac_exeext
4957 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
4958   (eval $ac_link) 2>conftest.er1
4959   ac_status=$?
4960   grep -v '^ *+' conftest.er1 >conftest.err
4961   rm -f conftest.er1
4962   cat conftest.err >&5
4963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4964   (exit $ac_status); } &&
4965          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
4966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4967   (eval $ac_try) 2>&5
4968   ac_status=$?
4969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4970   (exit $ac_status); }; } &&
4971          { ac_try='test -s conftest$ac_exeext'
4972   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
4973   (eval $ac_try) 2>&5
4974   ac_status=$?
4975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
4976   (exit $ac_status); }; }; then
4977   ac_cv_lib_ICE_IceConnectionNumber=yes
4978 else
4979   echo "$as_me: failed program was:" >&5
4980 sed 's/^/| /' conftest.$ac_ext >&5
4981
4982         ac_cv_lib_ICE_IceConnectionNumber=no
4983 fi
4984
4985 rm -f conftest.err conftest.$ac_objext \
4986       conftest$ac_exeext conftest.$ac_ext
4987 LIBS=$ac_check_lib_save_LIBS
4988 fi
4989 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
4990 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
4991 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
4992   X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
4993 fi
4994
4995   LDFLAGS=$ac_save_LDFLAGS
4996
4997 fi
4998
4999 for ac_prog in flex lex
5000 do
5001   # Extract the first word of "$ac_prog", so it can be a program name with args.
5002 set dummy $ac_prog; ac_word=$2
5003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5005 if test "${ac_cv_prog_LEX+set}" = set; then
5006   echo $ECHO_N "(cached) $ECHO_C" >&6
5007 else
5008   if test -n "$LEX"; then
5009   ac_cv_prog_LEX="$LEX" # Let the user override the test.
5010 else
5011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5012 for as_dir in $PATH
5013 do
5014   IFS=$as_save_IFS
5015   test -z "$as_dir" && as_dir=.
5016   for ac_exec_ext in '' $ac_executable_extensions; do
5017   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5018     ac_cv_prog_LEX="$ac_prog"
5019     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5020     break 2
5021   fi
5022 done
5023 done
5024 IFS=$as_save_IFS
5025
5026 fi
5027 fi
5028 LEX=$ac_cv_prog_LEX
5029 if test -n "$LEX"; then
5030   { echo "$as_me:$LINENO: result: $LEX" >&5
5031 echo "${ECHO_T}$LEX" >&6; }
5032 else
5033   { echo "$as_me:$LINENO: result: no" >&5
5034 echo "${ECHO_T}no" >&6; }
5035 fi
5036
5037
5038   test -n "$LEX" && break
5039 done
5040 test -n "$LEX" || LEX=":"
5041
5042 if test -z "$LEXLIB"
5043 then
5044   { echo "$as_me:$LINENO: checking for yywrap in -lfl" >&5
5045 echo $ECHO_N "checking for yywrap in -lfl... $ECHO_C" >&6; }
5046 if test "${ac_cv_lib_fl_yywrap+set}" = set; then
5047   echo $ECHO_N "(cached) $ECHO_C" >&6
5048 else
5049   ac_check_lib_save_LIBS=$LIBS
5050 LIBS="-lfl  $LIBS"
5051 cat >conftest.$ac_ext <<_ACEOF
5052 /* confdefs.h.  */
5053 _ACEOF
5054 cat confdefs.h >>conftest.$ac_ext
5055 cat >>conftest.$ac_ext <<_ACEOF
5056 /* end confdefs.h.  */
5057
5058 /* Override any GCC internal prototype to avoid an error.
5059    Use char because int might match the return type of a GCC
5060    builtin and then its argument prototype would still apply.  */
5061 #ifdef __cplusplus
5062 extern "C"
5063 #endif
5064 char yywrap ();
5065 int
5066 main ()
5067 {
5068 return yywrap ();
5069   ;
5070   return 0;
5071 }
5072 _ACEOF
5073 rm -f conftest.$ac_objext conftest$ac_exeext
5074 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5075   (eval $ac_link) 2>conftest.er1
5076   ac_status=$?
5077   grep -v '^ *+' conftest.er1 >conftest.err
5078   rm -f conftest.er1
5079   cat conftest.err >&5
5080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5081   (exit $ac_status); } &&
5082          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5083   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5084   (eval $ac_try) 2>&5
5085   ac_status=$?
5086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087   (exit $ac_status); }; } &&
5088          { ac_try='test -s conftest$ac_exeext'
5089   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5090   (eval $ac_try) 2>&5
5091   ac_status=$?
5092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5093   (exit $ac_status); }; }; then
5094   ac_cv_lib_fl_yywrap=yes
5095 else
5096   echo "$as_me: failed program was:" >&5
5097 sed 's/^/| /' conftest.$ac_ext >&5
5098
5099         ac_cv_lib_fl_yywrap=no
5100 fi
5101
5102 rm -f conftest.err conftest.$ac_objext \
5103       conftest$ac_exeext conftest.$ac_ext
5104 LIBS=$ac_check_lib_save_LIBS
5105 fi
5106 { echo "$as_me:$LINENO: result: $ac_cv_lib_fl_yywrap" >&5
5107 echo "${ECHO_T}$ac_cv_lib_fl_yywrap" >&6; }
5108 if test $ac_cv_lib_fl_yywrap = yes; then
5109   LEXLIB="-lfl"
5110 else
5111   { echo "$as_me:$LINENO: checking for yywrap in -ll" >&5
5112 echo $ECHO_N "checking for yywrap in -ll... $ECHO_C" >&6; }
5113 if test "${ac_cv_lib_l_yywrap+set}" = set; then
5114   echo $ECHO_N "(cached) $ECHO_C" >&6
5115 else
5116   ac_check_lib_save_LIBS=$LIBS
5117 LIBS="-ll  $LIBS"
5118 cat >conftest.$ac_ext <<_ACEOF
5119 /* confdefs.h.  */
5120 _ACEOF
5121 cat confdefs.h >>conftest.$ac_ext
5122 cat >>conftest.$ac_ext <<_ACEOF
5123 /* end confdefs.h.  */
5124
5125 /* Override any GCC internal prototype to avoid an error.
5126    Use char because int might match the return type of a GCC
5127    builtin and then its argument prototype would still apply.  */
5128 #ifdef __cplusplus
5129 extern "C"
5130 #endif
5131 char yywrap ();
5132 int
5133 main ()
5134 {
5135 return yywrap ();
5136   ;
5137   return 0;
5138 }
5139 _ACEOF
5140 rm -f conftest.$ac_objext conftest$ac_exeext
5141 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5142   (eval $ac_link) 2>conftest.er1
5143   ac_status=$?
5144   grep -v '^ *+' conftest.er1 >conftest.err
5145   rm -f conftest.er1
5146   cat conftest.err >&5
5147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5148   (exit $ac_status); } &&
5149          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5150   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5151   (eval $ac_try) 2>&5
5152   ac_status=$?
5153   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5154   (exit $ac_status); }; } &&
5155          { ac_try='test -s conftest$ac_exeext'
5156   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5157   (eval $ac_try) 2>&5
5158   ac_status=$?
5159   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5160   (exit $ac_status); }; }; then
5161   ac_cv_lib_l_yywrap=yes
5162 else
5163   echo "$as_me: failed program was:" >&5
5164 sed 's/^/| /' conftest.$ac_ext >&5
5165
5166         ac_cv_lib_l_yywrap=no
5167 fi
5168
5169 rm -f conftest.err conftest.$ac_objext \
5170       conftest$ac_exeext conftest.$ac_ext
5171 LIBS=$ac_check_lib_save_LIBS
5172 fi
5173 { echo "$as_me:$LINENO: result: $ac_cv_lib_l_yywrap" >&5
5174 echo "${ECHO_T}$ac_cv_lib_l_yywrap" >&6; }
5175 if test $ac_cv_lib_l_yywrap = yes; then
5176   LEXLIB="-ll"
5177 fi
5178
5179 fi
5180
5181 fi
5182
5183 if test "x$LEX" != "x:"; then
5184   { echo "$as_me:$LINENO: checking lex output file root" >&5
5185 echo $ECHO_N "checking lex output file root... $ECHO_C" >&6; }
5186 if test "${ac_cv_prog_lex_root+set}" = set; then
5187   echo $ECHO_N "(cached) $ECHO_C" >&6
5188 else
5189   # The minimal lex program is just a single line: %%.  But some broken lexes
5190 # (Solaris, I think it was) want two %% lines, so accommodate them.
5191 cat >conftest.l <<_ACEOF
5192 %%
5193 %%
5194 _ACEOF
5195 { (eval echo "$as_me:$LINENO: \"$LEX conftest.l\"") >&5
5196   (eval $LEX conftest.l) 2>&5
5197   ac_status=$?
5198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5199   (exit $ac_status); }
5200 if test -f lex.yy.c; then
5201   ac_cv_prog_lex_root=lex.yy
5202 elif test -f lexyy.c; then
5203   ac_cv_prog_lex_root=lexyy
5204 else
5205   { { echo "$as_me:$LINENO: error: cannot find output from $LEX; giving up" >&5
5206 echo "$as_me: error: cannot find output from $LEX; giving up" >&2;}
5207    { (exit 1); exit 1; }; }
5208 fi
5209 fi
5210 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_root" >&5
5211 echo "${ECHO_T}$ac_cv_prog_lex_root" >&6; }
5212 rm -f conftest.l
5213 LEX_OUTPUT_ROOT=$ac_cv_prog_lex_root
5214
5215 { echo "$as_me:$LINENO: checking whether yytext is a pointer" >&5
5216 echo $ECHO_N "checking whether yytext is a pointer... $ECHO_C" >&6; }
5217 if test "${ac_cv_prog_lex_yytext_pointer+set}" = set; then
5218   echo $ECHO_N "(cached) $ECHO_C" >&6
5219 else
5220   # POSIX says lex can declare yytext either as a pointer or an array; the
5221 # default is implementation-dependent. Figure out which it is, since
5222 # not all implementations provide the %pointer and %array declarations.
5223 ac_cv_prog_lex_yytext_pointer=no
5224 echo 'extern char *yytext;' >>$LEX_OUTPUT_ROOT.c
5225 ac_save_LIBS=$LIBS
5226 LIBS="$LIBS $LEXLIB"
5227 cat >conftest.$ac_ext <<_ACEOF
5228 `cat $LEX_OUTPUT_ROOT.c`
5229 _ACEOF
5230 rm -f conftest.$ac_objext conftest$ac_exeext
5231 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
5232   (eval $ac_link) 2>conftest.er1
5233   ac_status=$?
5234   grep -v '^ *+' conftest.er1 >conftest.err
5235   rm -f conftest.er1
5236   cat conftest.err >&5
5237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5238   (exit $ac_status); } &&
5239          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
5240   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5241   (eval $ac_try) 2>&5
5242   ac_status=$?
5243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5244   (exit $ac_status); }; } &&
5245          { ac_try='test -s conftest$ac_exeext'
5246   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
5247   (eval $ac_try) 2>&5
5248   ac_status=$?
5249   echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250   (exit $ac_status); }; }; then
5251   ac_cv_prog_lex_yytext_pointer=yes
5252 else
5253   echo "$as_me: failed program was:" >&5
5254 sed 's/^/| /' conftest.$ac_ext >&5
5255
5256
5257 fi
5258
5259 rm -f conftest.err conftest.$ac_objext \
5260       conftest$ac_exeext conftest.$ac_ext
5261 LIBS=$ac_save_LIBS
5262 rm -f "${LEX_OUTPUT_ROOT}.c"
5263
5264 fi
5265 { echo "$as_me:$LINENO: result: $ac_cv_prog_lex_yytext_pointer" >&5
5266 echo "${ECHO_T}$ac_cv_prog_lex_yytext_pointer" >&6; }
5267 if test $ac_cv_prog_lex_yytext_pointer = yes; then
5268
5269 cat >>confdefs.h <<\_ACEOF
5270 #define YYTEXT_POINTER 1
5271 _ACEOF
5272
5273 fi
5274
5275 fi
5276
5277 for ac_prog in $LEX flex lex
5278 do
5279   # Extract the first word of "$ac_prog", so it can be a program name with args.
5280 set dummy $ac_prog; ac_word=$2
5281 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5282 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5283 if test "${ac_cv_prog_XLEX+set}" = set; then
5284   echo $ECHO_N "(cached) $ECHO_C" >&6
5285 else
5286   if test -n "$XLEX"; then
5287   ac_cv_prog_XLEX="$XLEX" # Let the user override the test.
5288 else
5289 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5290 for as_dir in $PATH
5291 do
5292   IFS=$as_save_IFS
5293   test -z "$as_dir" && as_dir=.
5294   for ac_exec_ext in '' $ac_executable_extensions; do
5295   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5296     ac_cv_prog_XLEX="$ac_prog"
5297     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5298     break 2
5299   fi
5300 done
5301 done
5302 IFS=$as_save_IFS
5303
5304 fi
5305 fi
5306 XLEX=$ac_cv_prog_XLEX
5307 if test -n "$XLEX"; then
5308   { echo "$as_me:$LINENO: result: $XLEX" >&5
5309 echo "${ECHO_T}$XLEX" >&6; }
5310 else
5311   { echo "$as_me:$LINENO: result: no" >&5
5312 echo "${ECHO_T}no" >&6; }
5313 fi
5314
5315
5316   test -n "$XLEX" && break
5317 done
5318 test -n "$XLEX" || XLEX="none"
5319
5320 if test "$XLEX" = "none"
5321 then
5322   { { echo "$as_me:$LINENO: error: no suitable lex found. Please install the 'flex' package." >&5
5323 echo "$as_me: error: no suitable lex found. Please install the 'flex' package." >&2;}
5324    { (exit 1); exit 1; }; }
5325 fi
5326
5327 for ac_prog in bison
5328 do
5329   # Extract the first word of "$ac_prog", so it can be a program name with args.
5330 set dummy $ac_prog; ac_word=$2
5331 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5332 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5333 if test "${ac_cv_prog_BISON+set}" = set; then
5334   echo $ECHO_N "(cached) $ECHO_C" >&6
5335 else
5336   if test -n "$BISON"; then
5337   ac_cv_prog_BISON="$BISON" # Let the user override the test.
5338 else
5339 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5340 for as_dir in $PATH
5341 do
5342   IFS=$as_save_IFS
5343   test -z "$as_dir" && as_dir=.
5344   for ac_exec_ext in '' $ac_executable_extensions; do
5345   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5346     ac_cv_prog_BISON="$ac_prog"
5347     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5348     break 2
5349   fi
5350 done
5351 done
5352 IFS=$as_save_IFS
5353
5354 fi
5355 fi
5356 BISON=$ac_cv_prog_BISON
5357 if test -n "$BISON"; then
5358   { echo "$as_me:$LINENO: result: $BISON" >&5
5359 echo "${ECHO_T}$BISON" >&6; }
5360 else
5361   { echo "$as_me:$LINENO: result: no" >&5
5362 echo "${ECHO_T}no" >&6; }
5363 fi
5364
5365
5366   test -n "$BISON" && break
5367 done
5368 test -n "$BISON" || BISON="none"
5369
5370 if test "$BISON" = "none"
5371 then
5372   { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5373 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5374    { (exit 1); exit 1; }; }
5375 fi
5376
5377 if test -n "$ac_tool_prefix"; then
5378   for ac_prog in gas as
5379   do
5380     # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5381 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5382 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5383 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5384 if test "${ac_cv_prog_AS+set}" = set; then
5385   echo $ECHO_N "(cached) $ECHO_C" >&6
5386 else
5387   if test -n "$AS"; then
5388   ac_cv_prog_AS="$AS" # Let the user override the test.
5389 else
5390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5391 for as_dir in $PATH
5392 do
5393   IFS=$as_save_IFS
5394   test -z "$as_dir" && as_dir=.
5395   for ac_exec_ext in '' $ac_executable_extensions; do
5396   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5397     ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5398     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5399     break 2
5400   fi
5401 done
5402 done
5403 IFS=$as_save_IFS
5404
5405 fi
5406 fi
5407 AS=$ac_cv_prog_AS
5408 if test -n "$AS"; then
5409   { echo "$as_me:$LINENO: result: $AS" >&5
5410 echo "${ECHO_T}$AS" >&6; }
5411 else
5412   { echo "$as_me:$LINENO: result: no" >&5
5413 echo "${ECHO_T}no" >&6; }
5414 fi
5415
5416
5417     test -n "$AS" && break
5418   done
5419 fi
5420 if test -z "$AS"; then
5421   ac_ct_AS=$AS
5422   for ac_prog in gas as
5423 do
5424   # Extract the first word of "$ac_prog", so it can be a program name with args.
5425 set dummy $ac_prog; ac_word=$2
5426 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5427 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5428 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5429   echo $ECHO_N "(cached) $ECHO_C" >&6
5430 else
5431   if test -n "$ac_ct_AS"; then
5432   ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5433 else
5434 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5435 for as_dir in $PATH
5436 do
5437   IFS=$as_save_IFS
5438   test -z "$as_dir" && as_dir=.
5439   for ac_exec_ext in '' $ac_executable_extensions; do
5440   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5441     ac_cv_prog_ac_ct_AS="$ac_prog"
5442     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5443     break 2
5444   fi
5445 done
5446 done
5447 IFS=$as_save_IFS
5448
5449 fi
5450 fi
5451 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5452 if test -n "$ac_ct_AS"; then
5453   { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5454 echo "${ECHO_T}$ac_ct_AS" >&6; }
5455 else
5456   { echo "$as_me:$LINENO: result: no" >&5
5457 echo "${ECHO_T}no" >&6; }
5458 fi
5459
5460
5461   test -n "$ac_ct_AS" && break
5462 done
5463
5464   if test "x$ac_ct_AS" = x; then
5465     AS="as"
5466   else
5467     case $cross_compiling:$ac_tool_warned in
5468 yes:)
5469 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5470 whose name does not start with the host triplet.  If you think this
5471 configuration is useful to you, please write to autoconf@gnu.org." >&5
5472 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5473 whose name does not start with the host triplet.  If you think this
5474 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5475 ac_tool_warned=yes ;;
5476 esac
5477     AS=$ac_ct_AS
5478   fi
5479 fi
5480
5481 if test -n "$ac_tool_prefix"; then
5482   # Extract the first word of "${ac_tool_prefix}ld", so it can be a program name with args.
5483 set dummy ${ac_tool_prefix}ld; ac_word=$2
5484 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5485 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5486 if test "${ac_cv_prog_LD+set}" = set; then
5487   echo $ECHO_N "(cached) $ECHO_C" >&6
5488 else
5489   if test -n "$LD"; then
5490   ac_cv_prog_LD="$LD" # Let the user override the test.
5491 else
5492 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5493 for as_dir in $PATH
5494 do
5495   IFS=$as_save_IFS
5496   test -z "$as_dir" && as_dir=.
5497   for ac_exec_ext in '' $ac_executable_extensions; do
5498   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5499     ac_cv_prog_LD="${ac_tool_prefix}ld"
5500     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5501     break 2
5502   fi
5503 done
5504 done
5505 IFS=$as_save_IFS
5506
5507 fi
5508 fi
5509 LD=$ac_cv_prog_LD
5510 if test -n "$LD"; then
5511   { echo "$as_me:$LINENO: result: $LD" >&5
5512 echo "${ECHO_T}$LD" >&6; }
5513 else
5514   { echo "$as_me:$LINENO: result: no" >&5
5515 echo "${ECHO_T}no" >&6; }
5516 fi
5517
5518
5519 fi
5520 if test -z "$ac_cv_prog_LD"; then
5521   ac_ct_LD=$LD
5522   # Extract the first word of "ld", so it can be a program name with args.
5523 set dummy ld; ac_word=$2
5524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5526 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5527   echo $ECHO_N "(cached) $ECHO_C" >&6
5528 else
5529   if test -n "$ac_ct_LD"; then
5530   ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5531 else
5532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5533 for as_dir in $PATH
5534 do
5535   IFS=$as_save_IFS
5536   test -z "$as_dir" && as_dir=.
5537   for ac_exec_ext in '' $ac_executable_extensions; do
5538   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5539     ac_cv_prog_ac_ct_LD="ld"
5540     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5541     break 2
5542   fi
5543 done
5544 done
5545 IFS=$as_save_IFS
5546
5547 fi
5548 fi
5549 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5550 if test -n "$ac_ct_LD"; then
5551   { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5552 echo "${ECHO_T}$ac_ct_LD" >&6; }
5553 else
5554   { echo "$as_me:$LINENO: result: no" >&5
5555 echo "${ECHO_T}no" >&6; }
5556 fi
5557
5558   if test "x$ac_ct_LD" = x; then
5559     LD="ld"
5560   else
5561     case $cross_compiling:$ac_tool_warned in
5562 yes:)
5563 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5564 whose name does not start with the host triplet.  If you think this
5565 configuration is useful to you, please write to autoconf@gnu.org." >&5
5566 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5567 whose name does not start with the host triplet.  If you think this
5568 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5569 ac_tool_warned=yes ;;
5570 esac
5571     LD=$ac_ct_LD
5572   fi
5573 else
5574   LD="$ac_cv_prog_LD"
5575 fi
5576
5577 if test -n "$ac_tool_prefix"; then
5578   # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
5579 set dummy ${ac_tool_prefix}ar; ac_word=$2
5580 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5581 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5582 if test "${ac_cv_prog_AR+set}" = set; then
5583   echo $ECHO_N "(cached) $ECHO_C" >&6
5584 else
5585   if test -n "$AR"; then
5586   ac_cv_prog_AR="$AR" # Let the user override the test.
5587 else
5588 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5589 for as_dir in $PATH
5590 do
5591   IFS=$as_save_IFS
5592   test -z "$as_dir" && as_dir=.
5593   for ac_exec_ext in '' $ac_executable_extensions; do
5594   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5595     ac_cv_prog_AR="${ac_tool_prefix}ar"
5596     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5597     break 2
5598   fi
5599 done
5600 done
5601 IFS=$as_save_IFS
5602
5603 fi
5604 fi
5605 AR=$ac_cv_prog_AR
5606 if test -n "$AR"; then
5607   { echo "$as_me:$LINENO: result: $AR" >&5
5608 echo "${ECHO_T}$AR" >&6; }
5609 else
5610   { echo "$as_me:$LINENO: result: no" >&5
5611 echo "${ECHO_T}no" >&6; }
5612 fi
5613
5614
5615 fi
5616 if test -z "$ac_cv_prog_AR"; then
5617   ac_ct_AR=$AR
5618   # Extract the first word of "ar", so it can be a program name with args.
5619 set dummy ar; ac_word=$2
5620 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5621 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5622 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5623   echo $ECHO_N "(cached) $ECHO_C" >&6
5624 else
5625   if test -n "$ac_ct_AR"; then
5626   ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5627 else
5628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5629 for as_dir in $PATH
5630 do
5631   IFS=$as_save_IFS
5632   test -z "$as_dir" && as_dir=.
5633   for ac_exec_ext in '' $ac_executable_extensions; do
5634   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5635     ac_cv_prog_ac_ct_AR="ar"
5636     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5637     break 2
5638   fi
5639 done
5640 done
5641 IFS=$as_save_IFS
5642
5643 fi
5644 fi
5645 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5646 if test -n "$ac_ct_AR"; then
5647   { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5648 echo "${ECHO_T}$ac_ct_AR" >&6; }
5649 else
5650   { echo "$as_me:$LINENO: result: no" >&5
5651 echo "${ECHO_T}no" >&6; }
5652 fi
5653
5654   if test "x$ac_ct_AR" = x; then
5655     AR="ar"
5656   else
5657     case $cross_compiling:$ac_tool_warned in
5658 yes:)
5659 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5660 whose name does not start with the host triplet.  If you think this
5661 configuration is useful to you, please write to autoconf@gnu.org." >&5
5662 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5663 whose name does not start with the host triplet.  If you think this
5664 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5665 ac_tool_warned=yes ;;
5666 esac
5667     AR=$ac_ct_AR
5668   fi
5669 else
5670   AR="$ac_cv_prog_AR"
5671 fi
5672
5673 if test -n "$ac_tool_prefix"; then
5674   # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5675 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5676 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5677 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5678 if test "${ac_cv_prog_RANLIB+set}" = set; then
5679   echo $ECHO_N "(cached) $ECHO_C" >&6
5680 else
5681   if test -n "$RANLIB"; then
5682   ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5683 else
5684 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5685 for as_dir in $PATH
5686 do
5687   IFS=$as_save_IFS
5688   test -z "$as_dir" && as_dir=.
5689   for ac_exec_ext in '' $ac_executable_extensions; do
5690   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5691     ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5692     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5693     break 2
5694   fi
5695 done
5696 done
5697 IFS=$as_save_IFS
5698
5699 fi
5700 fi
5701 RANLIB=$ac_cv_prog_RANLIB
5702 if test -n "$RANLIB"; then
5703   { echo "$as_me:$LINENO: result: $RANLIB" >&5
5704 echo "${ECHO_T}$RANLIB" >&6; }
5705 else
5706   { echo "$as_me:$LINENO: result: no" >&5
5707 echo "${ECHO_T}no" >&6; }
5708 fi
5709
5710
5711 fi
5712 if test -z "$ac_cv_prog_RANLIB"; then
5713   ac_ct_RANLIB=$RANLIB
5714   # Extract the first word of "ranlib", so it can be a program name with args.
5715 set dummy ranlib; ac_word=$2
5716 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5717 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5718 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5719   echo $ECHO_N "(cached) $ECHO_C" >&6
5720 else
5721   if test -n "$ac_ct_RANLIB"; then
5722   ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5723 else
5724 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5725 for as_dir in $PATH
5726 do
5727   IFS=$as_save_IFS
5728   test -z "$as_dir" && as_dir=.
5729   for ac_exec_ext in '' $ac_executable_extensions; do
5730   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5731     ac_cv_prog_ac_ct_RANLIB="ranlib"
5732     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5733     break 2
5734   fi
5735 done
5736 done
5737 IFS=$as_save_IFS
5738
5739 fi
5740 fi
5741 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5742 if test -n "$ac_ct_RANLIB"; then
5743   { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5744 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5745 else
5746   { echo "$as_me:$LINENO: result: no" >&5
5747 echo "${ECHO_T}no" >&6; }
5748 fi
5749
5750   if test "x$ac_ct_RANLIB" = x; then
5751     RANLIB=":"
5752   else
5753     case $cross_compiling:$ac_tool_warned in
5754 yes:)
5755 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5756 whose name does not start with the host triplet.  If you think this
5757 configuration is useful to you, please write to autoconf@gnu.org." >&5
5758 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet.  If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5761 ac_tool_warned=yes ;;
5762 esac
5763     RANLIB=$ac_ct_RANLIB
5764   fi
5765 else
5766   RANLIB="$ac_cv_prog_RANLIB"
5767 fi
5768
5769 if test -n "$ac_tool_prefix"; then
5770   # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5771 set dummy ${ac_tool_prefix}strip; ac_word=$2
5772 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5773 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5774 if test "${ac_cv_prog_STRIP+set}" = set; then
5775   echo $ECHO_N "(cached) $ECHO_C" >&6
5776 else
5777   if test -n "$STRIP"; then
5778   ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5779 else
5780 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5781 for as_dir in $PATH
5782 do
5783   IFS=$as_save_IFS
5784   test -z "$as_dir" && as_dir=.
5785   for ac_exec_ext in '' $ac_executable_extensions; do
5786   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5787     ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5788     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5789     break 2
5790   fi
5791 done
5792 done
5793 IFS=$as_save_IFS
5794
5795 fi
5796 fi
5797 STRIP=$ac_cv_prog_STRIP
5798 if test -n "$STRIP"; then
5799   { echo "$as_me:$LINENO: result: $STRIP" >&5
5800 echo "${ECHO_T}$STRIP" >&6; }
5801 else
5802   { echo "$as_me:$LINENO: result: no" >&5
5803 echo "${ECHO_T}no" >&6; }
5804 fi
5805
5806
5807 fi
5808 if test -z "$ac_cv_prog_STRIP"; then
5809   ac_ct_STRIP=$STRIP
5810   # Extract the first word of "strip", so it can be a program name with args.
5811 set dummy strip; ac_word=$2
5812 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5813 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5814 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5815   echo $ECHO_N "(cached) $ECHO_C" >&6
5816 else
5817   if test -n "$ac_ct_STRIP"; then
5818   ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5819 else
5820 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5821 for as_dir in $PATH
5822 do
5823   IFS=$as_save_IFS
5824   test -z "$as_dir" && as_dir=.
5825   for ac_exec_ext in '' $ac_executable_extensions; do
5826   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5827     ac_cv_prog_ac_ct_STRIP="strip"
5828     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5829     break 2
5830   fi
5831 done
5832 done
5833 IFS=$as_save_IFS
5834
5835 fi
5836 fi
5837 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5838 if test -n "$ac_ct_STRIP"; then
5839   { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5840 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5841 else
5842   { echo "$as_me:$LINENO: result: no" >&5
5843 echo "${ECHO_T}no" >&6; }
5844 fi
5845
5846   if test "x$ac_ct_STRIP" = x; then
5847     STRIP="strip"
5848   else
5849     case $cross_compiling:$ac_tool_warned in
5850 yes:)
5851 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5852 whose name does not start with the host triplet.  If you think this
5853 configuration is useful to you, please write to autoconf@gnu.org." >&5
5854 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet.  If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5857 ac_tool_warned=yes ;;
5858 esac
5859     STRIP=$ac_ct_STRIP
5860   fi
5861 else
5862   STRIP="$ac_cv_prog_STRIP"
5863 fi
5864
5865 if test -n "$ac_tool_prefix"; then
5866   # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5867 set dummy ${ac_tool_prefix}windres; ac_word=$2
5868 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5869 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5870 if test "${ac_cv_prog_WINDRES+set}" = set; then
5871   echo $ECHO_N "(cached) $ECHO_C" >&6
5872 else
5873   if test -n "$WINDRES"; then
5874   ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5875 else
5876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5877 for as_dir in $PATH
5878 do
5879   IFS=$as_save_IFS
5880   test -z "$as_dir" && as_dir=.
5881   for ac_exec_ext in '' $ac_executable_extensions; do
5882   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5883     ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5884     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5885     break 2
5886   fi
5887 done
5888 done
5889 IFS=$as_save_IFS
5890
5891 fi
5892 fi
5893 WINDRES=$ac_cv_prog_WINDRES
5894 if test -n "$WINDRES"; then
5895   { echo "$as_me:$LINENO: result: $WINDRES" >&5
5896 echo "${ECHO_T}$WINDRES" >&6; }
5897 else
5898   { echo "$as_me:$LINENO: result: no" >&5
5899 echo "${ECHO_T}no" >&6; }
5900 fi
5901
5902
5903 fi
5904 if test -z "$ac_cv_prog_WINDRES"; then
5905   ac_ct_WINDRES=$WINDRES
5906   # Extract the first word of "windres", so it can be a program name with args.
5907 set dummy windres; ac_word=$2
5908 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5909 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5910 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5911   echo $ECHO_N "(cached) $ECHO_C" >&6
5912 else
5913   if test -n "$ac_ct_WINDRES"; then
5914   ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
5915 else
5916 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5917 for as_dir in $PATH
5918 do
5919   IFS=$as_save_IFS
5920   test -z "$as_dir" && as_dir=.
5921   for ac_exec_ext in '' $ac_executable_extensions; do
5922   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
5923     ac_cv_prog_ac_ct_WINDRES="windres"
5924     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5925     break 2
5926   fi
5927 done
5928 done
5929 IFS=$as_save_IFS
5930
5931 fi
5932 fi
5933 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
5934 if test -n "$ac_ct_WINDRES"; then
5935   { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
5936 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
5937 else
5938   { echo "$as_me:$LINENO: result: no" >&5
5939 echo "${ECHO_T}no" >&6; }
5940 fi
5941
5942   if test "x$ac_ct_WINDRES" = x; then
5943     WINDRES="false"
5944   else
5945     case $cross_compiling:$ac_tool_warned in
5946 yes:)
5947 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5948 whose name does not start with the host triplet.  If you think this
5949 configuration is useful to you, please write to autoconf@gnu.org." >&5
5950 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet.  If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5953 ac_tool_warned=yes ;;
5954 esac
5955     WINDRES=$ac_ct_WINDRES
5956   fi
5957 else
5958   WINDRES="$ac_cv_prog_WINDRES"
5959 fi
5960
5961 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
5962 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
5963 LN_S=$as_ln_s
5964 if test "$LN_S" = "ln -s"; then
5965   { echo "$as_me:$LINENO: result: yes" >&5
5966 echo "${ECHO_T}yes" >&6; }
5967 else
5968   { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
5969 echo "${ECHO_T}no, using $LN_S" >&6; }
5970 fi
5971
5972 { echo "$as_me:$LINENO: checking whether ln works" >&5
5973 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
5974 rm -f conf$$ conf$$.file
5975 echo >conf$$.file
5976 if ln conf$$.file conf$$ 2>/dev/null; then
5977   LN=ln
5978
5979   { echo "$as_me:$LINENO: result: yes" >&5
5980 echo "${ECHO_T}yes" >&6; }
5981 else
5982   LN="cp -p"
5983
5984   { echo "$as_me:$LINENO: result: no, using $LN" >&5
5985 echo "${ECHO_T}no, using $LN" >&6; }
5986 fi
5987 rm -f conf$$ conf$$.file
5988 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
5989 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
5990 if test "${ac_cv_path_GREP+set}" = set; then
5991   echo $ECHO_N "(cached) $ECHO_C" >&6
5992 else
5993   # Extract the first word of "grep ggrep" to use in msg output
5994 if test -z "$GREP"; then
5995 set dummy grep ggrep; ac_prog_name=$2
5996 if test "${ac_cv_path_GREP+set}" = set; then
5997   echo $ECHO_N "(cached) $ECHO_C" >&6
5998 else
5999   ac_path_GREP_found=false
6000 # Loop through the user's path and test for each of PROGNAME-LIST
6001 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6002 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6003 do
6004   IFS=$as_save_IFS
6005   test -z "$as_dir" && as_dir=.
6006   for ac_prog in grep ggrep; do
6007   for ac_exec_ext in '' $ac_executable_extensions; do
6008     ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6009     { test -f "$ac_path_GREP" && $as_executable_p "$ac_path_GREP"; } || continue
6010     # Check for GNU ac_path_GREP and select it if it is found.
6011   # Check for GNU $ac_path_GREP
6012 case `"$ac_path_GREP" --version 2>&1` in
6013 *GNU*)
6014   ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6015 *)
6016   ac_count=0
6017   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6018   while :
6019   do
6020     cat "conftest.in" "conftest.in" >"conftest.tmp"
6021     mv "conftest.tmp" "conftest.in"
6022     cp "conftest.in" "conftest.nl"
6023     echo 'GREP' >> "conftest.nl"
6024     "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6025     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6026     ac_count=`expr $ac_count + 1`
6027     if test $ac_count -gt ${ac_path_GREP_max-0}; then
6028       # Best one so far, save it but keep looking for a better one
6029       ac_cv_path_GREP="$ac_path_GREP"
6030       ac_path_GREP_max=$ac_count
6031     fi
6032     # 10*(2^10) chars as input seems more than enough
6033     test $ac_count -gt 10 && break
6034   done
6035   rm -f conftest.*;;
6036 esac
6037
6038
6039     $ac_path_GREP_found && break 3
6040   done
6041 done
6042
6043 done
6044 IFS=$as_save_IFS
6045
6046
6047 fi
6048
6049 GREP="$ac_cv_path_GREP"
6050 if test -z "$GREP"; then
6051   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6052 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6053    { (exit 1); exit 1; }; }
6054 fi
6055
6056 else
6057   ac_cv_path_GREP=$GREP
6058 fi
6059
6060
6061 fi
6062 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6063 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6064  GREP="$ac_cv_path_GREP"
6065
6066
6067 { echo "$as_me:$LINENO: checking for egrep" >&5
6068 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6069 if test "${ac_cv_path_EGREP+set}" = set; then
6070   echo $ECHO_N "(cached) $ECHO_C" >&6
6071 else
6072   if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6073    then ac_cv_path_EGREP="$GREP -E"
6074    else
6075      # Extract the first word of "egrep" to use in msg output
6076 if test -z "$EGREP"; then
6077 set dummy egrep; ac_prog_name=$2
6078 if test "${ac_cv_path_EGREP+set}" = set; then
6079   echo $ECHO_N "(cached) $ECHO_C" >&6
6080 else
6081   ac_path_EGREP_found=false
6082 # Loop through the user's path and test for each of PROGNAME-LIST
6083 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6084 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6085 do
6086   IFS=$as_save_IFS
6087   test -z "$as_dir" && as_dir=.
6088   for ac_prog in egrep; do
6089   for ac_exec_ext in '' $ac_executable_extensions; do
6090     ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6091     { test -f "$ac_path_EGREP" && $as_executable_p "$ac_path_EGREP"; } || continue
6092     # Check for GNU ac_path_EGREP and select it if it is found.
6093   # Check for GNU $ac_path_EGREP
6094 case `"$ac_path_EGREP" --version 2>&1` in
6095 *GNU*)
6096   ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6097 *)
6098   ac_count=0
6099   echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6100   while :
6101   do
6102     cat "conftest.in" "conftest.in" >"conftest.tmp"
6103     mv "conftest.tmp" "conftest.in"
6104     cp "conftest.in" "conftest.nl"
6105     echo 'EGREP' >> "conftest.nl"
6106     "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6107     diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6108     ac_count=`expr $ac_count + 1`
6109     if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6110       # Best one so far, save it but keep looking for a better one
6111       ac_cv_path_EGREP="$ac_path_EGREP"
6112       ac_path_EGREP_max=$ac_count
6113     fi
6114     # 10*(2^10) chars as input seems more than enough
6115     test $ac_count -gt 10 && break
6116   done
6117   rm -f conftest.*;;
6118 esac
6119
6120
6121     $ac_path_EGREP_found && break 3
6122   done
6123 done
6124
6125 done
6126 IFS=$as_save_IFS
6127
6128
6129 fi
6130
6131 EGREP="$ac_cv_path_EGREP"
6132 if test -z "$EGREP"; then
6133   { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6134 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6135    { (exit 1); exit 1; }; }
6136 fi
6137
6138 else
6139   ac_cv_path_EGREP=$EGREP
6140 fi
6141
6142
6143    fi
6144 fi
6145 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6146 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6147  EGREP="$ac_cv_path_EGREP"
6148
6149
6150 # Extract the first word of "ldconfig", so it can be a program name with args.
6151 set dummy ldconfig; ac_word=$2
6152 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6153 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6154 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6155   echo $ECHO_N "(cached) $ECHO_C" >&6
6156 else
6157   case $LDCONFIG in
6158   [\\/]* | ?:[\\/]*)
6159   ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6160   ;;
6161   *)
6162   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6163 for as_dir in /sbin /usr/sbin $PATH
6164 do
6165   IFS=$as_save_IFS
6166   test -z "$as_dir" && as_dir=.
6167   for ac_exec_ext in '' $ac_executable_extensions; do
6168   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6169     ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6170     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6171     break 2
6172   fi
6173 done
6174 done
6175 IFS=$as_save_IFS
6176
6177   test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6178   ;;
6179 esac
6180 fi
6181 LDCONFIG=$ac_cv_path_LDCONFIG
6182 if test -n "$LDCONFIG"; then
6183   { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6184 echo "${ECHO_T}$LDCONFIG" >&6; }
6185 else
6186   { echo "$as_me:$LINENO: result: no" >&5
6187 echo "${ECHO_T}no" >&6; }
6188 fi
6189
6190
6191 # Find a good install program.  We prefer a C program (faster),
6192 # so one script is as good as another.  But avoid the broken or
6193 # incompatible versions:
6194 # SysV /etc/install, /usr/sbin/install
6195 # SunOS /usr/etc/install
6196 # IRIX /sbin/install
6197 # AIX /bin/install
6198 # AmigaOS /C/install, which installs bootblocks on floppy discs
6199 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6200 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6201 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6202 # OS/2's system install, which has a completely different semantic
6203 # ./install, which can be erroneously created by make from ./install.sh.
6204 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6205 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6206 if test -z "$INSTALL"; then
6207 if test "${ac_cv_path_install+set}" = set; then
6208   echo $ECHO_N "(cached) $ECHO_C" >&6
6209 else
6210   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6211 for as_dir in $PATH
6212 do
6213   IFS=$as_save_IFS
6214   test -z "$as_dir" && as_dir=.
6215   # Account for people who put trailing slashes in PATH elements.
6216 case $as_dir/ in
6217   ./ | .// | /cC/* | \
6218   /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6219   ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6220   /usr/ucb/* ) ;;
6221   *)
6222     # OSF1 and SCO ODT 3.0 have their own names for install.
6223     # Don't use installbsd from OSF since it installs stuff as root
6224     # by default.
6225     for ac_prog in ginstall scoinst install; do
6226       for ac_exec_ext in '' $ac_executable_extensions; do
6227         if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_executable_p "$as_dir/$ac_prog$ac_exec_ext"; }; then
6228           if test $ac_prog = install &&
6229             grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6230             # AIX install.  It has an incompatible calling convention.
6231             :
6232           elif test $ac_prog = install &&
6233             grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6234             # program-specific install script used by HP pwplus--don't use.
6235             :
6236           else
6237             ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6238             break 3
6239           fi
6240         fi
6241       done
6242     done
6243     ;;
6244 esac
6245 done
6246 IFS=$as_save_IFS
6247
6248
6249 fi
6250   if test "${ac_cv_path_install+set}" = set; then
6251     INSTALL=$ac_cv_path_install
6252   else
6253     # As a last resort, use the slow shell script.  Don't cache a
6254     # value for INSTALL within a source directory, because that will
6255     # break other packages using the cache if that directory is
6256     # removed, or if the value is a relative name.
6257     INSTALL=$ac_install_sh
6258   fi
6259 fi
6260 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6261 echo "${ECHO_T}$INSTALL" >&6; }
6262
6263 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6264 # It thinks the first close brace ends the variable substitution.
6265 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6266
6267 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6268
6269 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6270
6271 case "$INSTALL" in
6272   [\\/$]* | ?:[\\/]* ) ;;
6273   *)  INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6274 esac
6275
6276 for ac_prog in lclint lint
6277 do
6278   # Extract the first word of "$ac_prog", so it can be a program name with args.
6279 set dummy $ac_prog; ac_word=$2
6280 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6281 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6282 if test "${ac_cv_prog_LINT+set}" = set; then
6283   echo $ECHO_N "(cached) $ECHO_C" >&6
6284 else
6285   if test -n "$LINT"; then
6286   ac_cv_prog_LINT="$LINT" # Let the user override the test.
6287 else
6288 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6289 for as_dir in $PATH
6290 do
6291   IFS=$as_save_IFS
6292   test -z "$as_dir" && as_dir=.
6293   for ac_exec_ext in '' $ac_executable_extensions; do
6294   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6295     ac_cv_prog_LINT="$ac_prog"
6296     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6297     break 2
6298   fi
6299 done
6300 done
6301 IFS=$as_save_IFS
6302
6303 fi
6304 fi
6305 LINT=$ac_cv_prog_LINT
6306 if test -n "$LINT"; then
6307   { echo "$as_me:$LINENO: result: $LINT" >&5
6308 echo "${ECHO_T}$LINT" >&6; }
6309 else
6310   { echo "$as_me:$LINENO: result: no" >&5
6311 echo "${ECHO_T}no" >&6; }
6312 fi
6313
6314
6315   test -n "$LINT" && break
6316 done
6317
6318 if test "$LINT" = "lint"
6319 then
6320   LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6321   fi
6322
6323
6324
6325 for ac_prog in fontforge
6326 do
6327   # Extract the first word of "$ac_prog", so it can be a program name with args.
6328 set dummy $ac_prog; ac_word=$2
6329 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6330 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6331 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6332   echo $ECHO_N "(cached) $ECHO_C" >&6
6333 else
6334   if test -n "$FONTFORGE"; then
6335   ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6336 else
6337 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6338 for as_dir in $PATH
6339 do
6340   IFS=$as_save_IFS
6341   test -z "$as_dir" && as_dir=.
6342   for ac_exec_ext in '' $ac_executable_extensions; do
6343   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6344     ac_cv_prog_FONTFORGE="$ac_prog"
6345     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6346     break 2
6347   fi
6348 done
6349 done
6350 IFS=$as_save_IFS
6351
6352 fi
6353 fi
6354 FONTFORGE=$ac_cv_prog_FONTFORGE
6355 if test -n "$FONTFORGE"; then
6356   { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6357 echo "${ECHO_T}$FONTFORGE" >&6; }
6358 else
6359   { echo "$as_me:$LINENO: result: no" >&5
6360 echo "${ECHO_T}no" >&6; }
6361 fi
6362
6363
6364   test -n "$FONTFORGE" && break
6365 done
6366 test -n "$FONTFORGE" || FONTFORGE="false"
6367
6368 for ac_prog in pkg-config
6369 do
6370   # Extract the first word of "$ac_prog", so it can be a program name with args.
6371 set dummy $ac_prog; ac_word=$2
6372 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6373 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6374 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6375   echo $ECHO_N "(cached) $ECHO_C" >&6
6376 else
6377   if test -n "$PKG_CONFIG"; then
6378   ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6379 else
6380 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6381 for as_dir in $PATH
6382 do
6383   IFS=$as_save_IFS
6384   test -z "$as_dir" && as_dir=.
6385   for ac_exec_ext in '' $ac_executable_extensions; do
6386   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6387     ac_cv_prog_PKG_CONFIG="$ac_prog"
6388     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6389     break 2
6390   fi
6391 done
6392 done
6393 IFS=$as_save_IFS
6394
6395 fi
6396 fi
6397 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6398 if test -n "$PKG_CONFIG"; then
6399   { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6400 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6401 else
6402   { echo "$as_me:$LINENO: result: no" >&5
6403 echo "${ECHO_T}no" >&6; }
6404 fi
6405
6406
6407   test -n "$PKG_CONFIG" && break
6408 done
6409 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6410
6411
6412 case $host_cpu in
6413   *i[3456789]86*)
6414     for ac_prog in prelink
6415 do
6416   # Extract the first word of "$ac_prog", so it can be a program name with args.
6417 set dummy $ac_prog; ac_word=$2
6418 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6419 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6420 if test "${ac_cv_prog_PRELINK+set}" = set; then
6421   echo $ECHO_N "(cached) $ECHO_C" >&6
6422 else
6423   if test -n "$PRELINK"; then
6424   ac_cv_prog_PRELINK="$PRELINK" # Let the user override the test.
6425 else
6426 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6427 for as_dir in /sbin /usr/sbin $PATH
6428 do
6429   IFS=$as_save_IFS
6430   test -z "$as_dir" && as_dir=.
6431   for ac_exec_ext in '' $ac_executable_extensions; do
6432   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
6433     ac_cv_prog_PRELINK="$ac_prog"
6434     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6435     break 2
6436   fi
6437 done
6438 done
6439 IFS=$as_save_IFS
6440
6441 fi
6442 fi
6443 PRELINK=$ac_cv_prog_PRELINK
6444 if test -n "$PRELINK"; then
6445   { echo "$as_me:$LINENO: result: $PRELINK" >&5
6446 echo "${ECHO_T}$PRELINK" >&6; }
6447 else
6448   { echo "$as_me:$LINENO: result: no" >&5
6449 echo "${ECHO_T}no" >&6; }
6450 fi
6451
6452
6453   test -n "$PRELINK" && break
6454 done
6455 test -n "$PRELINK" || PRELINK="false"
6456
6457     ;;
6458 esac
6459
6460
6461
6462 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6463 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6464 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6465   echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467   ac_check_lib_save_LIBS=$LIBS
6468 LIBS="-li386  $LIBS"
6469 cat >conftest.$ac_ext <<_ACEOF
6470 /* confdefs.h.  */
6471 _ACEOF
6472 cat confdefs.h >>conftest.$ac_ext
6473 cat >>conftest.$ac_ext <<_ACEOF
6474 /* end confdefs.h.  */
6475
6476 /* Override any GCC internal prototype to avoid an error.
6477    Use char because int might match the return type of a GCC
6478    builtin and then its argument prototype would still apply.  */
6479 #ifdef __cplusplus
6480 extern "C"
6481 #endif
6482 char i386_set_ldt ();
6483 int
6484 main ()
6485 {
6486 return i386_set_ldt ();
6487   ;
6488   return 0;
6489 }
6490 _ACEOF
6491 rm -f conftest.$ac_objext conftest$ac_exeext
6492 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6493   (eval $ac_link) 2>conftest.er1
6494   ac_status=$?
6495   grep -v '^ *+' conftest.er1 >conftest.err
6496   rm -f conftest.er1
6497   cat conftest.err >&5
6498   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6499   (exit $ac_status); } &&
6500          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6501   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6502   (eval $ac_try) 2>&5
6503   ac_status=$?
6504   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6505   (exit $ac_status); }; } &&
6506          { ac_try='test -s conftest$ac_exeext'
6507   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6508   (eval $ac_try) 2>&5
6509   ac_status=$?
6510   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511   (exit $ac_status); }; }; then
6512   ac_cv_lib_i386_i386_set_ldt=yes
6513 else
6514   echo "$as_me: failed program was:" >&5
6515 sed 's/^/| /' conftest.$ac_ext >&5
6516
6517         ac_cv_lib_i386_i386_set_ldt=no
6518 fi
6519
6520 rm -f conftest.err conftest.$ac_objext \
6521       conftest$ac_exeext conftest.$ac_ext
6522 LIBS=$ac_check_lib_save_LIBS
6523 fi
6524 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6525 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6526 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6527   cat >>confdefs.h <<_ACEOF
6528 #define HAVE_LIBI386 1
6529 _ACEOF
6530
6531   LIBS="-li386 $LIBS"
6532
6533 fi
6534
6535
6536 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6537 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6538 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6539   echo $ECHO_N "(cached) $ECHO_C" >&6
6540 else
6541   ac_check_lib_save_LIBS=$LIBS
6542 LIBS="-lossaudio  $LIBS"
6543 cat >conftest.$ac_ext <<_ACEOF
6544 /* confdefs.h.  */
6545 _ACEOF
6546 cat confdefs.h >>conftest.$ac_ext
6547 cat >>conftest.$ac_ext <<_ACEOF
6548 /* end confdefs.h.  */
6549
6550 /* Override any GCC internal prototype to avoid an error.
6551    Use char because int might match the return type of a GCC
6552    builtin and then its argument prototype would still apply.  */
6553 #ifdef __cplusplus
6554 extern "C"
6555 #endif
6556 char _oss_ioctl ();
6557 int
6558 main ()
6559 {
6560 return _oss_ioctl ();
6561   ;
6562   return 0;
6563 }
6564 _ACEOF
6565 rm -f conftest.$ac_objext conftest$ac_exeext
6566 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6567   (eval $ac_link) 2>conftest.er1
6568   ac_status=$?
6569   grep -v '^ *+' conftest.er1 >conftest.err
6570   rm -f conftest.er1
6571   cat conftest.err >&5
6572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6573   (exit $ac_status); } &&
6574          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6575   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6576   (eval $ac_try) 2>&5
6577   ac_status=$?
6578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6579   (exit $ac_status); }; } &&
6580          { ac_try='test -s conftest$ac_exeext'
6581   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6582   (eval $ac_try) 2>&5
6583   ac_status=$?
6584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6585   (exit $ac_status); }; }; then
6586   ac_cv_lib_ossaudio__oss_ioctl=yes
6587 else
6588   echo "$as_me: failed program was:" >&5
6589 sed 's/^/| /' conftest.$ac_ext >&5
6590
6591         ac_cv_lib_ossaudio__oss_ioctl=no
6592 fi
6593
6594 rm -f conftest.err conftest.$ac_objext \
6595       conftest$ac_exeext conftest.$ac_ext
6596 LIBS=$ac_check_lib_save_LIBS
6597 fi
6598 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6599 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6600 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6601   cat >>confdefs.h <<_ACEOF
6602 #define HAVE_LIBOSSAUDIO 1
6603 _ACEOF
6604
6605   LIBS="-lossaudio $LIBS"
6606
6607 fi
6608
6609
6610 for ac_func in gethostbyname
6611 do
6612 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6613 { echo "$as_me:$LINENO: checking for $ac_func" >&5
6614 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
6615 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
6616   echo $ECHO_N "(cached) $ECHO_C" >&6
6617 else
6618   cat >conftest.$ac_ext <<_ACEOF
6619 /* confdefs.h.  */
6620 _ACEOF
6621 cat confdefs.h >>conftest.$ac_ext
6622 cat >>conftest.$ac_ext <<_ACEOF
6623 /* end confdefs.h.  */
6624 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6625    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6626 #define $ac_func innocuous_$ac_func
6627
6628 /* System header to define __stub macros and hopefully few prototypes,
6629     which can conflict with char $ac_func (); below.
6630     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6631     <limits.h> exists even on freestanding compilers.  */
6632
6633 #ifdef __STDC__
6634 # include <limits.h>
6635 #else
6636 # include <assert.h>
6637 #endif
6638
6639 #undef $ac_func
6640
6641 /* Override any GCC internal prototype to avoid an error.
6642    Use char because int might match the return type of a GCC
6643    builtin and then its argument prototype would still apply.  */
6644 #ifdef __cplusplus
6645 extern "C"
6646 #endif
6647 char $ac_func ();
6648 /* The GNU C library defines this for functions which it implements
6649     to always fail with ENOSYS.  Some functions are actually named
6650     something starting with __ and the normal name is an alias.  */
6651 #if defined __stub_$ac_func || defined __stub___$ac_func
6652 choke me
6653 #endif
6654
6655 int
6656 main ()
6657 {
6658 return $ac_func ();
6659   ;
6660   return 0;
6661 }
6662 _ACEOF
6663 rm -f conftest.$ac_objext conftest$ac_exeext
6664 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6665   (eval $ac_link) 2>conftest.er1
6666   ac_status=$?
6667   grep -v '^ *+' conftest.er1 >conftest.err
6668   rm -f conftest.er1
6669   cat conftest.err >&5
6670   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6671   (exit $ac_status); } &&
6672          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6673   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6674   (eval $ac_try) 2>&5
6675   ac_status=$?
6676   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6677   (exit $ac_status); }; } &&
6678          { ac_try='test -s conftest$ac_exeext'
6679   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6680   (eval $ac_try) 2>&5
6681   ac_status=$?
6682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683   (exit $ac_status); }; }; then
6684   eval "$as_ac_var=yes"
6685 else
6686   echo "$as_me: failed program was:" >&5
6687 sed 's/^/| /' conftest.$ac_ext >&5
6688
6689         eval "$as_ac_var=no"
6690 fi
6691
6692 rm -f conftest.err conftest.$ac_objext \
6693       conftest$ac_exeext conftest.$ac_ext
6694 fi
6695 ac_res=`eval echo '${'$as_ac_var'}'`
6696                { echo "$as_me:$LINENO: result: $ac_res" >&5
6697 echo "${ECHO_T}$ac_res" >&6; }
6698 if test `eval echo '${'$as_ac_var'}'` = yes; then
6699   cat >>confdefs.h <<_ACEOF
6700 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6701 _ACEOF
6702
6703 else
6704
6705 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
6706 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
6707 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
6708   echo $ECHO_N "(cached) $ECHO_C" >&6
6709 else
6710   ac_check_lib_save_LIBS=$LIBS
6711 LIBS="-lnsl  $LIBS"
6712 cat >conftest.$ac_ext <<_ACEOF
6713 /* confdefs.h.  */
6714 _ACEOF
6715 cat confdefs.h >>conftest.$ac_ext
6716 cat >>conftest.$ac_ext <<_ACEOF
6717 /* end confdefs.h.  */
6718
6719 /* Override any GCC internal prototype to avoid an error.
6720    Use char because int might match the return type of a GCC
6721    builtin and then its argument prototype would still apply.  */
6722 #ifdef __cplusplus
6723 extern "C"
6724 #endif
6725 char gethostbyname ();
6726 int
6727 main ()
6728 {
6729 return gethostbyname ();
6730   ;
6731   return 0;
6732 }
6733 _ACEOF
6734 rm -f conftest.$ac_objext conftest$ac_exeext
6735 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6736   (eval $ac_link) 2>conftest.er1
6737   ac_status=$?
6738   grep -v '^ *+' conftest.er1 >conftest.err
6739   rm -f conftest.er1
6740   cat conftest.err >&5
6741   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6742   (exit $ac_status); } &&
6743          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6744   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6745   (eval $ac_try) 2>&5
6746   ac_status=$?
6747   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6748   (exit $ac_status); }; } &&
6749          { ac_try='test -s conftest$ac_exeext'
6750   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6751   (eval $ac_try) 2>&5
6752   ac_status=$?
6753   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6754   (exit $ac_status); }; }; then
6755   ac_cv_lib_nsl_gethostbyname=yes
6756 else
6757   echo "$as_me: failed program was:" >&5
6758 sed 's/^/| /' conftest.$ac_ext >&5
6759
6760         ac_cv_lib_nsl_gethostbyname=no
6761 fi
6762
6763 rm -f conftest.err conftest.$ac_objext \
6764       conftest$ac_exeext conftest.$ac_ext
6765 LIBS=$ac_check_lib_save_LIBS
6766 fi
6767 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
6768 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
6769 if test $ac_cv_lib_nsl_gethostbyname = yes; then
6770   cat >>confdefs.h <<_ACEOF
6771 #define HAVE_LIBNSL 1
6772 _ACEOF
6773
6774   LIBS="-lnsl $LIBS"
6775
6776 fi
6777
6778 fi
6779 done
6780
6781
6782 for ac_func in connect
6783 do
6784 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6785 { echo "$as_me:$LINENO: checking for $ac_func" >&5
6786 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
6787 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
6788   echo $ECHO_N "(cached) $ECHO_C" >&6
6789 else
6790   cat >conftest.$ac_ext <<_ACEOF
6791 /* confdefs.h.  */
6792 _ACEOF
6793 cat confdefs.h >>conftest.$ac_ext
6794 cat >>conftest.$ac_ext <<_ACEOF
6795 /* end confdefs.h.  */
6796 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6797    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6798 #define $ac_func innocuous_$ac_func
6799
6800 /* System header to define __stub macros and hopefully few prototypes,
6801     which can conflict with char $ac_func (); below.
6802     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6803     <limits.h> exists even on freestanding compilers.  */
6804
6805 #ifdef __STDC__
6806 # include <limits.h>
6807 #else
6808 # include <assert.h>
6809 #endif
6810
6811 #undef $ac_func
6812
6813 /* Override any GCC internal prototype to avoid an error.
6814    Use char because int might match the return type of a GCC
6815    builtin and then its argument prototype would still apply.  */
6816 #ifdef __cplusplus
6817 extern "C"
6818 #endif
6819 char $ac_func ();
6820 /* The GNU C library defines this for functions which it implements
6821     to always fail with ENOSYS.  Some functions are actually named
6822     something starting with __ and the normal name is an alias.  */
6823 #if defined __stub_$ac_func || defined __stub___$ac_func
6824 choke me
6825 #endif
6826
6827 int
6828 main ()
6829 {
6830 return $ac_func ();
6831   ;
6832   return 0;
6833 }
6834 _ACEOF
6835 rm -f conftest.$ac_objext conftest$ac_exeext
6836 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6837   (eval $ac_link) 2>conftest.er1
6838   ac_status=$?
6839   grep -v '^ *+' conftest.er1 >conftest.err
6840   rm -f conftest.er1
6841   cat conftest.err >&5
6842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6843   (exit $ac_status); } &&
6844          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6846   (eval $ac_try) 2>&5
6847   ac_status=$?
6848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6849   (exit $ac_status); }; } &&
6850          { ac_try='test -s conftest$ac_exeext'
6851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6852   (eval $ac_try) 2>&5
6853   ac_status=$?
6854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6855   (exit $ac_status); }; }; then
6856   eval "$as_ac_var=yes"
6857 else
6858   echo "$as_me: failed program was:" >&5
6859 sed 's/^/| /' conftest.$ac_ext >&5
6860
6861         eval "$as_ac_var=no"
6862 fi
6863
6864 rm -f conftest.err conftest.$ac_objext \
6865       conftest$ac_exeext conftest.$ac_ext
6866 fi
6867 ac_res=`eval echo '${'$as_ac_var'}'`
6868                { echo "$as_me:$LINENO: result: $ac_res" >&5
6869 echo "${ECHO_T}$ac_res" >&6; }
6870 if test `eval echo '${'$as_ac_var'}'` = yes; then
6871   cat >>confdefs.h <<_ACEOF
6872 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
6873 _ACEOF
6874
6875 else
6876
6877 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
6878 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
6879 if test "${ac_cv_lib_socket_connect+set}" = set; then
6880   echo $ECHO_N "(cached) $ECHO_C" >&6
6881 else
6882   ac_check_lib_save_LIBS=$LIBS
6883 LIBS="-lsocket  $LIBS"
6884 cat >conftest.$ac_ext <<_ACEOF
6885 /* confdefs.h.  */
6886 _ACEOF
6887 cat confdefs.h >>conftest.$ac_ext
6888 cat >>conftest.$ac_ext <<_ACEOF
6889 /* end confdefs.h.  */
6890
6891 /* Override any GCC internal prototype to avoid an error.
6892    Use char because int might match the return type of a GCC
6893    builtin and then its argument prototype would still apply.  */
6894 #ifdef __cplusplus
6895 extern "C"
6896 #endif
6897 char connect ();
6898 int
6899 main ()
6900 {
6901 return connect ();
6902   ;
6903   return 0;
6904 }
6905 _ACEOF
6906 rm -f conftest.$ac_objext conftest$ac_exeext
6907 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
6908   (eval $ac_link) 2>conftest.er1
6909   ac_status=$?
6910   grep -v '^ *+' conftest.er1 >conftest.err
6911   rm -f conftest.er1
6912   cat conftest.err >&5
6913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6914   (exit $ac_status); } &&
6915          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
6916   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6917   (eval $ac_try) 2>&5
6918   ac_status=$?
6919   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6920   (exit $ac_status); }; } &&
6921          { ac_try='test -s conftest$ac_exeext'
6922   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
6923   (eval $ac_try) 2>&5
6924   ac_status=$?
6925   echo "$as_me:$LINENO: \$? = $ac_status" >&5
6926   (exit $ac_status); }; }; then
6927   ac_cv_lib_socket_connect=yes
6928 else
6929   echo "$as_me: failed program was:" >&5
6930 sed 's/^/| /' conftest.$ac_ext >&5
6931
6932         ac_cv_lib_socket_connect=no
6933 fi
6934
6935 rm -f conftest.err conftest.$ac_objext \
6936       conftest$ac_exeext conftest.$ac_ext
6937 LIBS=$ac_check_lib_save_LIBS
6938 fi
6939 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
6940 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
6941 if test $ac_cv_lib_socket_connect = yes; then
6942   cat >>confdefs.h <<_ACEOF
6943 #define HAVE_LIBSOCKET 1
6944 _ACEOF
6945
6946   LIBS="-lsocket $LIBS"
6947
6948 fi
6949
6950 fi
6951 done
6952
6953
6954 for ac_func in inet_aton
6955 do
6956 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
6957 { echo "$as_me:$LINENO: checking for $ac_func" >&5
6958 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
6959 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
6960   echo $ECHO_N "(cached) $ECHO_C" >&6
6961 else
6962   cat >conftest.$ac_ext <<_ACEOF
6963 /* confdefs.h.  */
6964 _ACEOF
6965 cat confdefs.h >>conftest.$ac_ext
6966 cat >>conftest.$ac_ext <<_ACEOF
6967 /* end confdefs.h.  */
6968 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
6969    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
6970 #define $ac_func innocuous_$ac_func
6971
6972 /* System header to define __stub macros and hopefully few prototypes,
6973     which can conflict with char $ac_func (); below.
6974     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
6975     <limits.h> exists even on freestanding compilers.  */
6976
6977 #ifdef __STDC__
6978 # include <limits.h>
6979 #else
6980 # include <assert.h>
6981 #endif
6982
6983 #undef $ac_func
6984
6985 /* Override any GCC internal prototype to avoid an error.
6986    Use char because int might match the return type of a GCC
6987    builtin and then its argument prototype would still apply.  */
6988 #ifdef __cplusplus
6989 extern "C"
6990 #endif
6991 char $ac_func ();
6992 /* The GNU C library defines this for functions which it implements
6993     to always fail with ENOSYS.  Some functions are actually named
6994     something starting with __ and the normal name is an alias.  */
6995 #if defined __stub_$ac_func || defined __stub___$ac_func
6996 choke me
6997 #endif
6998
6999 int
7000 main ()
7001 {
7002 return $ac_func ();
7003   ;
7004   return 0;
7005 }
7006 _ACEOF
7007 rm -f conftest.$ac_objext conftest$ac_exeext
7008 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7009   (eval $ac_link) 2>conftest.er1
7010   ac_status=$?
7011   grep -v '^ *+' conftest.er1 >conftest.err
7012   rm -f conftest.er1
7013   cat conftest.err >&5
7014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7015   (exit $ac_status); } &&
7016          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7017   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7018   (eval $ac_try) 2>&5
7019   ac_status=$?
7020   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021   (exit $ac_status); }; } &&
7022          { ac_try='test -s conftest$ac_exeext'
7023   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7024   (eval $ac_try) 2>&5
7025   ac_status=$?
7026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7027   (exit $ac_status); }; }; then
7028   eval "$as_ac_var=yes"
7029 else
7030   echo "$as_me: failed program was:" >&5
7031 sed 's/^/| /' conftest.$ac_ext >&5
7032
7033         eval "$as_ac_var=no"
7034 fi
7035
7036 rm -f conftest.err conftest.$ac_objext \
7037       conftest$ac_exeext conftest.$ac_ext
7038 fi
7039 ac_res=`eval echo '${'$as_ac_var'}'`
7040                { echo "$as_me:$LINENO: result: $ac_res" >&5
7041 echo "${ECHO_T}$ac_res" >&6; }
7042 if test `eval echo '${'$as_ac_var'}'` = yes; then
7043   cat >>confdefs.h <<_ACEOF
7044 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7045 _ACEOF
7046
7047 else
7048
7049 { echo "$as_me:$LINENO: checking for inet_aton in -lresolv" >&5
7050 echo $ECHO_N "checking for inet_aton in -lresolv... $ECHO_C" >&6; }
7051 if test "${ac_cv_lib_resolv_inet_aton+set}" = set; then
7052   echo $ECHO_N "(cached) $ECHO_C" >&6
7053 else
7054   ac_check_lib_save_LIBS=$LIBS
7055 LIBS="-lresolv  $LIBS"
7056 cat >conftest.$ac_ext <<_ACEOF
7057 /* confdefs.h.  */
7058 _ACEOF
7059 cat confdefs.h >>conftest.$ac_ext
7060 cat >>conftest.$ac_ext <<_ACEOF
7061 /* end confdefs.h.  */
7062
7063 /* Override any GCC internal prototype to avoid an error.
7064    Use char because int might match the return type of a GCC
7065    builtin and then its argument prototype would still apply.  */
7066 #ifdef __cplusplus
7067 extern "C"
7068 #endif
7069 char inet_aton ();
7070 int
7071 main ()
7072 {
7073 return inet_aton ();
7074   ;
7075   return 0;
7076 }
7077 _ACEOF
7078 rm -f conftest.$ac_objext conftest$ac_exeext
7079 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7080   (eval $ac_link) 2>conftest.er1
7081   ac_status=$?
7082   grep -v '^ *+' conftest.er1 >conftest.err
7083   rm -f conftest.er1
7084   cat conftest.err >&5
7085   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7086   (exit $ac_status); } &&
7087          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7088   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7089   (eval $ac_try) 2>&5
7090   ac_status=$?
7091   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7092   (exit $ac_status); }; } &&
7093          { ac_try='test -s conftest$ac_exeext'
7094   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7095   (eval $ac_try) 2>&5
7096   ac_status=$?
7097   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7098   (exit $ac_status); }; }; then
7099   ac_cv_lib_resolv_inet_aton=yes
7100 else
7101   echo "$as_me: failed program was:" >&5
7102 sed 's/^/| /' conftest.$ac_ext >&5
7103
7104         ac_cv_lib_resolv_inet_aton=no
7105 fi
7106
7107 rm -f conftest.err conftest.$ac_objext \
7108       conftest$ac_exeext conftest.$ac_ext
7109 LIBS=$ac_check_lib_save_LIBS
7110 fi
7111 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_inet_aton" >&5
7112 echo "${ECHO_T}$ac_cv_lib_resolv_inet_aton" >&6; }
7113 if test $ac_cv_lib_resolv_inet_aton = yes; then
7114   cat >>confdefs.h <<_ACEOF
7115 #define HAVE_LIBRESOLV 1
7116 _ACEOF
7117
7118   LIBS="-lresolv $LIBS"
7119
7120 fi
7121
7122 fi
7123 done
7124
7125
7126 { echo "$as_me:$LINENO: checking for _xpg4_setrunelocale in -lxpg4" >&5
7127 echo $ECHO_N "checking for _xpg4_setrunelocale in -lxpg4... $ECHO_C" >&6; }
7128 if test "${ac_cv_lib_xpg4__xpg4_setrunelocale+set}" = set; then
7129   echo $ECHO_N "(cached) $ECHO_C" >&6
7130 else
7131   ac_check_lib_save_LIBS=$LIBS
7132 LIBS="-lxpg4  $LIBS"
7133 cat >conftest.$ac_ext <<_ACEOF
7134 /* confdefs.h.  */
7135 _ACEOF
7136 cat confdefs.h >>conftest.$ac_ext
7137 cat >>conftest.$ac_ext <<_ACEOF
7138 /* end confdefs.h.  */
7139
7140 /* Override any GCC internal prototype to avoid an error.
7141    Use char because int might match the return type of a GCC
7142    builtin and then its argument prototype would still apply.  */
7143 #ifdef __cplusplus
7144 extern "C"
7145 #endif
7146 char _xpg4_setrunelocale ();
7147 int
7148 main ()
7149 {
7150 return _xpg4_setrunelocale ();
7151   ;
7152   return 0;
7153 }
7154 _ACEOF
7155 rm -f conftest.$ac_objext conftest$ac_exeext
7156 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7157   (eval $ac_link) 2>conftest.er1
7158   ac_status=$?
7159   grep -v '^ *+' conftest.er1 >conftest.err
7160   rm -f conftest.er1
7161   cat conftest.err >&5
7162   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7163   (exit $ac_status); } &&
7164          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7165   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7166   (eval $ac_try) 2>&5
7167   ac_status=$?
7168   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7169   (exit $ac_status); }; } &&
7170          { ac_try='test -s conftest$ac_exeext'
7171   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7172   (eval $ac_try) 2>&5
7173   ac_status=$?
7174   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7175   (exit $ac_status); }; }; then
7176   ac_cv_lib_xpg4__xpg4_setrunelocale=yes
7177 else
7178   echo "$as_me: failed program was:" >&5
7179 sed 's/^/| /' conftest.$ac_ext >&5
7180
7181         ac_cv_lib_xpg4__xpg4_setrunelocale=no
7182 fi
7183
7184 rm -f conftest.err conftest.$ac_objext \
7185       conftest$ac_exeext conftest.$ac_ext
7186 LIBS=$ac_check_lib_save_LIBS
7187 fi
7188 { echo "$as_me:$LINENO: result: $ac_cv_lib_xpg4__xpg4_setrunelocale" >&5
7189 echo "${ECHO_T}$ac_cv_lib_xpg4__xpg4_setrunelocale" >&6; }
7190 if test $ac_cv_lib_xpg4__xpg4_setrunelocale = yes; then
7191   cat >>confdefs.h <<_ACEOF
7192 #define HAVE_LIBXPG4 1
7193 _ACEOF
7194
7195   LIBS="-lxpg4 $LIBS"
7196
7197 fi
7198
7199
7200 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
7201 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
7202 if test "${ac_cv_lib_poll_poll+set}" = set; then
7203   echo $ECHO_N "(cached) $ECHO_C" >&6
7204 else
7205   ac_check_lib_save_LIBS=$LIBS
7206 LIBS="-lpoll  $LIBS"
7207 cat >conftest.$ac_ext <<_ACEOF
7208 /* confdefs.h.  */
7209 _ACEOF
7210 cat confdefs.h >>conftest.$ac_ext
7211 cat >>conftest.$ac_ext <<_ACEOF
7212 /* end confdefs.h.  */
7213
7214 /* Override any GCC internal prototype to avoid an error.
7215    Use char because int might match the return type of a GCC
7216    builtin and then its argument prototype would still apply.  */
7217 #ifdef __cplusplus
7218 extern "C"
7219 #endif
7220 char poll ();
7221 int
7222 main ()
7223 {
7224 return poll ();
7225   ;
7226   return 0;
7227 }
7228 _ACEOF
7229 rm -f conftest.$ac_objext conftest$ac_exeext
7230 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7231   (eval $ac_link) 2>conftest.er1
7232   ac_status=$?
7233   grep -v '^ *+' conftest.er1 >conftest.err
7234   rm -f conftest.er1
7235   cat conftest.err >&5
7236   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7237   (exit $ac_status); } &&
7238          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7239   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7240   (eval $ac_try) 2>&5
7241   ac_status=$?
7242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7243   (exit $ac_status); }; } &&
7244          { ac_try='test -s conftest$ac_exeext'
7245   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7246   (eval $ac_try) 2>&5
7247   ac_status=$?
7248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7249   (exit $ac_status); }; }; then
7250   ac_cv_lib_poll_poll=yes
7251 else
7252   echo "$as_me: failed program was:" >&5
7253 sed 's/^/| /' conftest.$ac_ext >&5
7254
7255         ac_cv_lib_poll_poll=no
7256 fi
7257
7258 rm -f conftest.err conftest.$ac_objext \
7259       conftest$ac_exeext conftest.$ac_ext
7260 LIBS=$ac_check_lib_save_LIBS
7261 fi
7262 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
7263 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
7264 if test $ac_cv_lib_poll_poll = yes; then
7265   cat >>confdefs.h <<_ACEOF
7266 #define HAVE_LIBPOLL 1
7267 _ACEOF
7268
7269   LIBS="-lpoll $LIBS"
7270
7271 fi
7272
7273
7274 { echo "$as_me:$LINENO: checking for res_9_init in -lresolv" >&5
7275 echo $ECHO_N "checking for res_9_init in -lresolv... $ECHO_C" >&6; }
7276 if test "${ac_cv_lib_resolv_res_9_init+set}" = set; then
7277   echo $ECHO_N "(cached) $ECHO_C" >&6
7278 else
7279   ac_check_lib_save_LIBS=$LIBS
7280 LIBS="-lresolv  $LIBS"
7281 cat >conftest.$ac_ext <<_ACEOF
7282 /* confdefs.h.  */
7283 _ACEOF
7284 cat confdefs.h >>conftest.$ac_ext
7285 cat >>conftest.$ac_ext <<_ACEOF
7286 /* end confdefs.h.  */
7287
7288 /* Override any GCC internal prototype to avoid an error.
7289    Use char because int might match the return type of a GCC
7290    builtin and then its argument prototype would still apply.  */
7291 #ifdef __cplusplus
7292 extern "C"
7293 #endif
7294 char res_9_init ();
7295 int
7296 main ()
7297 {
7298 return res_9_init ();
7299   ;
7300   return 0;
7301 }
7302 _ACEOF
7303 rm -f conftest.$ac_objext conftest$ac_exeext
7304 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7305   (eval $ac_link) 2>conftest.er1
7306   ac_status=$?
7307   grep -v '^ *+' conftest.er1 >conftest.err
7308   rm -f conftest.er1
7309   cat conftest.err >&5
7310   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7311   (exit $ac_status); } &&
7312          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7313   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7314   (eval $ac_try) 2>&5
7315   ac_status=$?
7316   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7317   (exit $ac_status); }; } &&
7318          { ac_try='test -s conftest$ac_exeext'
7319   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7320   (eval $ac_try) 2>&5
7321   ac_status=$?
7322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7323   (exit $ac_status); }; }; then
7324   ac_cv_lib_resolv_res_9_init=yes
7325 else
7326   echo "$as_me: failed program was:" >&5
7327 sed 's/^/| /' conftest.$ac_ext >&5
7328
7329         ac_cv_lib_resolv_res_9_init=no
7330 fi
7331
7332 rm -f conftest.err conftest.$ac_objext \
7333       conftest$ac_exeext conftest.$ac_ext
7334 LIBS=$ac_check_lib_save_LIBS
7335 fi
7336 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_9_init" >&5
7337 echo "${ECHO_T}$ac_cv_lib_resolv_res_9_init" >&6; }
7338 if test $ac_cv_lib_resolv_res_9_init = yes; then
7339   cat >>confdefs.h <<_ACEOF
7340 #define HAVE_LIBRESOLV 1
7341 _ACEOF
7342
7343   LIBS="-lresolv $LIBS"
7344
7345 fi
7346
7347 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
7348 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
7349 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
7350   echo $ECHO_N "(cached) $ECHO_C" >&6
7351 else
7352   ac_check_lib_save_LIBS=$LIBS
7353 LIBS="-lpthread  $LIBS"
7354 cat >conftest.$ac_ext <<_ACEOF
7355 /* confdefs.h.  */
7356 _ACEOF
7357 cat confdefs.h >>conftest.$ac_ext
7358 cat >>conftest.$ac_ext <<_ACEOF
7359 /* end confdefs.h.  */
7360
7361 /* Override any GCC internal prototype to avoid an error.
7362    Use char because int might match the return type of a GCC
7363    builtin and then its argument prototype would still apply.  */
7364 #ifdef __cplusplus
7365 extern "C"
7366 #endif
7367 char pthread_create ();
7368 int
7369 main ()
7370 {
7371 return pthread_create ();
7372   ;
7373   return 0;
7374 }
7375 _ACEOF
7376 rm -f conftest.$ac_objext conftest$ac_exeext
7377 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7378   (eval $ac_link) 2>conftest.er1
7379   ac_status=$?
7380   grep -v '^ *+' conftest.er1 >conftest.err
7381   rm -f conftest.er1
7382   cat conftest.err >&5
7383   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7384   (exit $ac_status); } &&
7385          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7386   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7387   (eval $ac_try) 2>&5
7388   ac_status=$?
7389   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7390   (exit $ac_status); }; } &&
7391          { ac_try='test -s conftest$ac_exeext'
7392   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7393   (eval $ac_try) 2>&5
7394   ac_status=$?
7395   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7396   (exit $ac_status); }; }; then
7397   ac_cv_lib_pthread_pthread_create=yes
7398 else
7399   echo "$as_me: failed program was:" >&5
7400 sed 's/^/| /' conftest.$ac_ext >&5
7401
7402         ac_cv_lib_pthread_pthread_create=no
7403 fi
7404
7405 rm -f conftest.err conftest.$ac_objext \
7406       conftest$ac_exeext conftest.$ac_ext
7407 LIBS=$ac_check_lib_save_LIBS
7408 fi
7409 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
7410 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
7411 if test $ac_cv_lib_pthread_pthread_create = yes; then
7412   LIBPTHREAD="-lpthread"
7413
7414 fi
7415
7416
7417 XLIB=""
7418
7419 XFILES=""
7420
7421 OPENGLFILES=""
7422
7423 GLU32FILES=""
7424
7425 OPENGL_LIBS=""
7426
7427
7428
7429 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
7430 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
7431 if test "${ac_cv_header_stdc+set}" = set; then
7432   echo $ECHO_N "(cached) $ECHO_C" >&6
7433 else
7434   cat >conftest.$ac_ext <<_ACEOF
7435 /* confdefs.h.  */
7436 _ACEOF
7437 cat confdefs.h >>conftest.$ac_ext
7438 cat >>conftest.$ac_ext <<_ACEOF
7439 /* end confdefs.h.  */
7440 #include <stdlib.h>
7441 #include <stdarg.h>
7442 #include <string.h>
7443 #include <float.h>
7444
7445 int
7446 main ()
7447 {
7448
7449   ;
7450   return 0;
7451 }
7452 _ACEOF
7453 rm -f conftest.$ac_objext
7454 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7455   (eval $ac_compile) 2>conftest.er1
7456   ac_status=$?
7457   grep -v '^ *+' conftest.er1 >conftest.err
7458   rm -f conftest.er1
7459   cat conftest.err >&5
7460   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7461   (exit $ac_status); } &&
7462          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7463   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7464   (eval $ac_try) 2>&5
7465   ac_status=$?
7466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7467   (exit $ac_status); }; } &&
7468          { ac_try='test -s conftest.$ac_objext'
7469   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7470   (eval $ac_try) 2>&5
7471   ac_status=$?
7472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7473   (exit $ac_status); }; }; then
7474   ac_cv_header_stdc=yes
7475 else
7476   echo "$as_me: failed program was:" >&5
7477 sed 's/^/| /' conftest.$ac_ext >&5
7478
7479         ac_cv_header_stdc=no
7480 fi
7481
7482 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7483
7484 if test $ac_cv_header_stdc = yes; then
7485   # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
7486   cat >conftest.$ac_ext <<_ACEOF
7487 /* confdefs.h.  */
7488 _ACEOF
7489 cat confdefs.h >>conftest.$ac_ext
7490 cat >>conftest.$ac_ext <<_ACEOF
7491 /* end confdefs.h.  */
7492 #include <string.h>
7493
7494 _ACEOF
7495 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7496   $EGREP "memchr" >/dev/null 2>&1; then
7497   :
7498 else
7499   ac_cv_header_stdc=no
7500 fi
7501 rm -f conftest*
7502
7503 fi
7504
7505 if test $ac_cv_header_stdc = yes; then
7506   # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
7507   cat >conftest.$ac_ext <<_ACEOF
7508 /* confdefs.h.  */
7509 _ACEOF
7510 cat confdefs.h >>conftest.$ac_ext
7511 cat >>conftest.$ac_ext <<_ACEOF
7512 /* end confdefs.h.  */
7513 #include <stdlib.h>
7514
7515 _ACEOF
7516 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
7517   $EGREP "free" >/dev/null 2>&1; then
7518   :
7519 else
7520   ac_cv_header_stdc=no
7521 fi
7522 rm -f conftest*
7523
7524 fi
7525
7526 if test $ac_cv_header_stdc = yes; then
7527   # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
7528   if test "$cross_compiling" = yes; then
7529   :
7530 else
7531   cat >conftest.$ac_ext <<_ACEOF
7532 /* confdefs.h.  */
7533 _ACEOF
7534 cat confdefs.h >>conftest.$ac_ext
7535 cat >>conftest.$ac_ext <<_ACEOF
7536 /* end confdefs.h.  */
7537 #include <ctype.h>
7538 #include <stdlib.h>
7539 #if ((' ' & 0x0FF) == 0x020)
7540 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
7541 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
7542 #else
7543 # define ISLOWER(c) \
7544                    (('a' <= (c) && (c) <= 'i') \
7545                      || ('j' <= (c) && (c) <= 'r') \
7546                      || ('s' <= (c) && (c) <= 'z'))
7547 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7548 #endif
7549
7550 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7551 int
7552 main ()
7553 {
7554   int i;
7555   for (i = 0; i < 256; i++)
7556     if (XOR (islower (i), ISLOWER (i))
7557         || toupper (i) != TOUPPER (i))
7558       return 2;
7559   return 0;
7560 }
7561 _ACEOF
7562 rm -f conftest$ac_exeext
7563 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
7564   (eval $ac_link) 2>&5
7565   ac_status=$?
7566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7567   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7568   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7569   (eval $ac_try) 2>&5
7570   ac_status=$?
7571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7572   (exit $ac_status); }; }; then
7573   :
7574 else
7575   echo "$as_me: program exited with status $ac_status" >&5
7576 echo "$as_me: failed program was:" >&5
7577 sed 's/^/| /' conftest.$ac_ext >&5
7578
7579 ( exit $ac_status )
7580 ac_cv_header_stdc=no
7581 fi
7582 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7583 fi
7584
7585
7586 fi
7587 fi
7588 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7589 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7590 if test $ac_cv_header_stdc = yes; then
7591
7592 cat >>confdefs.h <<\_ACEOF
7593 #define STDC_HEADERS 1
7594 _ACEOF
7595
7596 fi
7597
7598 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7599
7600
7601
7602
7603
7604
7605
7606
7607
7608 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7609                   inttypes.h stdint.h unistd.h
7610 do
7611 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7612 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7613 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7614 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7615   echo $ECHO_N "(cached) $ECHO_C" >&6
7616 else
7617   cat >conftest.$ac_ext <<_ACEOF
7618 /* confdefs.h.  */
7619 _ACEOF
7620 cat confdefs.h >>conftest.$ac_ext
7621 cat >>conftest.$ac_ext <<_ACEOF
7622 /* end confdefs.h.  */
7623 $ac_includes_default
7624
7625 #include <$ac_header>
7626 _ACEOF
7627 rm -f conftest.$ac_objext
7628 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7629   (eval $ac_compile) 2>conftest.er1
7630   ac_status=$?
7631   grep -v '^ *+' conftest.er1 >conftest.err
7632   rm -f conftest.er1
7633   cat conftest.err >&5
7634   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7635   (exit $ac_status); } &&
7636          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7637   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7638   (eval $ac_try) 2>&5
7639   ac_status=$?
7640   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7641   (exit $ac_status); }; } &&
7642          { ac_try='test -s conftest.$ac_objext'
7643   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7644   (eval $ac_try) 2>&5
7645   ac_status=$?
7646   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7647   (exit $ac_status); }; }; then
7648   eval "$as_ac_Header=yes"
7649 else
7650   echo "$as_me: failed program was:" >&5
7651 sed 's/^/| /' conftest.$ac_ext >&5
7652
7653         eval "$as_ac_Header=no"
7654 fi
7655
7656 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7657 fi
7658 ac_res=`eval echo '${'$as_ac_Header'}'`
7659                { echo "$as_me:$LINENO: result: $ac_res" >&5
7660 echo "${ECHO_T}$ac_res" >&6; }
7661 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7662   cat >>confdefs.h <<_ACEOF
7663 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7664 _ACEOF
7665
7666 fi
7667
7668 done
7669
7670
7671
7672
7673
7674
7675
7676
7677
7678
7679
7680
7681
7682
7683
7684
7685
7686
7687
7688
7689
7690
7691
7692
7693
7694
7695
7696
7697
7698
7699
7700
7701
7702
7703
7704
7705
7706
7707
7708
7709
7710
7711
7712
7713
7714
7715
7716
7717
7718
7719
7720
7721
7722
7723
7724
7725
7726
7727
7728
7729
7730
7731
7732
7733
7734
7735
7736
7737
7738
7739
7740
7741
7742
7743
7744
7745
7746
7747
7748
7749
7750
7751
7752
7753
7754
7755
7756
7757
7758
7759
7760
7761
7762
7763
7764
7765
7766
7767
7768
7769
7770
7771
7772
7773
7774
7775
7776
7777 for ac_header in \
7778         AudioUnit/AudioUnit.h \
7779         CoreAudio/CoreAudio.h \
7780         IOKit/IOKitLib.h \
7781         alsa/asoundlib.h \
7782         arpa/inet.h \
7783         arpa/nameser.h \
7784         asm/types.h \
7785         capi20.h \
7786         cups/cups.h \
7787         curses.h \
7788         direct.h \
7789         dlfcn.h \
7790         elf.h \
7791         float.h \
7792         fontconfig/fontconfig.h \
7793         getopt.h \
7794         gif_lib.h \
7795         ieeefp.h \
7796         io.h \
7797         jack/jack.h \
7798         jpeglib.h \
7799         lber.h \
7800         lcms.h \
7801         lcms/lcms.h \
7802         ldap.h \
7803         libaudioio.h \
7804         link.h \
7805         linux/cdrom.h \
7806         linux/compiler.h \
7807         linux/hdreg.h \
7808         linux/input.h \
7809         linux/ioctl.h \
7810         linux/joystick.h \
7811         linux/major.h \
7812         linux/param.h \
7813         linux/serial.h \
7814         linux/ucdrom.h \
7815         mach/machine.h \
7816         machine/cpu.h \
7817         machine/limits.h \
7818         machine/soundcard.h \
7819         mntent.h \
7820         ncurses.h \
7821         netdb.h \
7822         netinet/in.h \
7823         netinet/in_systm.h \
7824         netinet/tcp.h \
7825         netinet/tcp_fsm.h \
7826         openssl/err.h \
7827         openssl/ssl.h \
7828         poll.h \
7829         process.h \
7830         pthread.h \
7831         pwd.h \
7832         regex.h \
7833         sched.h \
7834         scsi/scsi.h \
7835         scsi/scsi_ioctl.h \
7836         scsi/sg.h \
7837         soundcard.h \
7838         stdint.h \
7839         strings.h \
7840         sys/asoundlib.h \
7841         sys/cdio.h \
7842         sys/elf32.h \
7843         sys/epoll.h \
7844         sys/errno.h \
7845         sys/exec_elf.h \
7846         sys/filio.h \
7847         sys/ioctl.h \
7848         sys/ipc.h \
7849         sys/limits.h \
7850         sys/link.h \
7851         sys/lwp.h \
7852         sys/mman.h \
7853         sys/modem.h \
7854         sys/msg.h \
7855         sys/mtio.h \
7856         sys/param.h \
7857         sys/poll.h \
7858         sys/prctl.h \
7859         sys/ptrace.h \
7860         sys/reg.h \
7861         sys/resource.h \
7862         sys/scsiio.h \
7863         sys/shm.h \
7864         sys/signal.h \
7865         sys/socket.h \
7866         sys/sockio.h \
7867         sys/soundcard.h \
7868         sys/statvfs.h \
7869         sys/strtio.h \
7870         sys/syscall.h \
7871         sys/sysctl.h \
7872         sys/time.h \
7873         sys/times.h \
7874         sys/uio.h \
7875         sys/un.h \
7876         sys/vm86.h \
7877         sys/wait.h \
7878         syscall.h \
7879         termios.h \
7880         unicode/ubidi.h \
7881         unistd.h \
7882         utime.h \
7883         valgrind/memcheck.h
7884
7885 do
7886 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7887 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7888   { echo "$as_me:$LINENO: checking for $ac_header" >&5
7889 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7890 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7891   echo $ECHO_N "(cached) $ECHO_C" >&6
7892 fi
7893 ac_res=`eval echo '${'$as_ac_Header'}'`
7894                { echo "$as_me:$LINENO: result: $ac_res" >&5
7895 echo "${ECHO_T}$ac_res" >&6; }
7896 else
7897   # Is the header compilable?
7898 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7899 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7900 cat >conftest.$ac_ext <<_ACEOF
7901 /* confdefs.h.  */
7902 _ACEOF
7903 cat confdefs.h >>conftest.$ac_ext
7904 cat >>conftest.$ac_ext <<_ACEOF
7905 /* end confdefs.h.  */
7906 $ac_includes_default
7907 #include <$ac_header>
7908 _ACEOF
7909 rm -f conftest.$ac_objext
7910 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
7911   (eval $ac_compile) 2>conftest.er1
7912   ac_status=$?
7913   grep -v '^ *+' conftest.er1 >conftest.err
7914   rm -f conftest.er1
7915   cat conftest.err >&5
7916   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917   (exit $ac_status); } &&
7918          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
7919   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7920   (eval $ac_try) 2>&5
7921   ac_status=$?
7922   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7923   (exit $ac_status); }; } &&
7924          { ac_try='test -s conftest.$ac_objext'
7925   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
7926   (eval $ac_try) 2>&5
7927   ac_status=$?
7928   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7929   (exit $ac_status); }; }; then
7930   ac_header_compiler=yes
7931 else
7932   echo "$as_me: failed program was:" >&5
7933 sed 's/^/| /' conftest.$ac_ext >&5
7934
7935         ac_header_compiler=no
7936 fi
7937
7938 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
7939 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7940 echo "${ECHO_T}$ac_header_compiler" >&6; }
7941
7942 # Is the header present?
7943 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7944 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7945 cat >conftest.$ac_ext <<_ACEOF
7946 /* confdefs.h.  */
7947 _ACEOF
7948 cat confdefs.h >>conftest.$ac_ext
7949 cat >>conftest.$ac_ext <<_ACEOF
7950 /* end confdefs.h.  */
7951 #include <$ac_header>
7952 _ACEOF
7953 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
7954   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
7955   ac_status=$?
7956   grep -v '^ *+' conftest.er1 >conftest.err
7957   rm -f conftest.er1
7958   cat conftest.err >&5
7959   echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960   (exit $ac_status); } >/dev/null; then
7961   if test -s conftest.err; then
7962     ac_cpp_err=$ac_c_preproc_warn_flag
7963     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
7964   else
7965     ac_cpp_err=
7966   fi
7967 else
7968   ac_cpp_err=yes
7969 fi
7970 if test -z "$ac_cpp_err"; then
7971   ac_header_preproc=yes
7972 else
7973   echo "$as_me: failed program was:" >&5
7974 sed 's/^/| /' conftest.$ac_ext >&5
7975
7976   ac_header_preproc=no
7977 fi
7978
7979 rm -f conftest.err conftest.$ac_ext
7980 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7981 echo "${ECHO_T}$ac_header_preproc" >&6; }
7982
7983 # So?  What about this header?
7984 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7985   yes:no: )
7986     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7987 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7988     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7989 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7990     ac_header_preproc=yes
7991     ;;
7992   no:yes:* )
7993     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7994 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7995     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
7996 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
7997     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7998 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7999     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
8000 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
8001     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
8002 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
8003     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
8004 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
8005     ( cat <<\_ASBOX
8006 ## ------------------------------------ ##
8007 ## Report this to wine-devel@winehq.org ##
8008 ## ------------------------------------ ##
8009 _ASBOX
8010      ) | sed "s/^/$as_me: WARNING:     /" >&2
8011     ;;
8012 esac
8013 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8014 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8015 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8016   echo $ECHO_N "(cached) $ECHO_C" >&6
8017 else
8018   eval "$as_ac_Header=\$ac_header_preproc"
8019 fi
8020 ac_res=`eval echo '${'$as_ac_Header'}'`
8021                { echo "$as_me:$LINENO: result: $ac_res" >&5
8022 echo "${ECHO_T}$ac_res" >&6; }
8023
8024 fi
8025 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8026   cat >>confdefs.h <<_ACEOF
8027 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8028 _ACEOF
8029
8030 fi
8031
8032 done
8033
8034 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
8035 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
8036 if test "${ac_cv_header_stat_broken+set}" = set; then
8037   echo $ECHO_N "(cached) $ECHO_C" >&6
8038 else
8039   cat >conftest.$ac_ext <<_ACEOF
8040 /* confdefs.h.  */
8041 _ACEOF
8042 cat confdefs.h >>conftest.$ac_ext
8043 cat >>conftest.$ac_ext <<_ACEOF
8044 /* end confdefs.h.  */
8045 #include <sys/types.h>
8046 #include <sys/stat.h>
8047
8048 #if defined S_ISBLK && defined S_IFDIR
8049 # if S_ISBLK (S_IFDIR)
8050 You lose.
8051 # endif
8052 #endif
8053
8054 #if defined S_ISBLK && defined S_IFCHR
8055 # if S_ISBLK (S_IFCHR)
8056 You lose.
8057 # endif
8058 #endif
8059
8060 #if defined S_ISLNK && defined S_IFREG
8061 # if S_ISLNK (S_IFREG)
8062 You lose.
8063 # endif
8064 #endif
8065
8066 #if defined S_ISSOCK && defined S_IFREG
8067 # if S_ISSOCK (S_IFREG)
8068 You lose.
8069 # endif
8070 #endif
8071
8072 _ACEOF
8073 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
8074   $EGREP "You lose" >/dev/null 2>&1; then
8075   ac_cv_header_stat_broken=yes
8076 else
8077   ac_cv_header_stat_broken=no
8078 fi
8079 rm -f conftest*
8080
8081 fi
8082 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
8083 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
8084 if test $ac_cv_header_stat_broken = yes; then
8085
8086 cat >>confdefs.h <<\_ACEOF
8087 #define STAT_MACROS_BROKEN 1
8088 _ACEOF
8089
8090 fi
8091
8092
8093
8094
8095
8096
8097
8098 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
8099 do
8100 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8101 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8102 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8103 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8104   echo $ECHO_N "(cached) $ECHO_C" >&6
8105 else
8106   cat >conftest.$ac_ext <<_ACEOF
8107 /* confdefs.h.  */
8108 _ACEOF
8109 cat confdefs.h >>conftest.$ac_ext
8110 cat >>conftest.$ac_ext <<_ACEOF
8111 /* end confdefs.h.  */
8112 #include <sys/types.h>
8113      #if HAVE_SYS_PARAM_H
8114      # include <sys/param.h>
8115      #endif
8116
8117 #include <$ac_header>
8118 _ACEOF
8119 rm -f conftest.$ac_objext
8120 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8121   (eval $ac_compile) 2>conftest.er1
8122   ac_status=$?
8123   grep -v '^ *+' conftest.er1 >conftest.err
8124   rm -f conftest.er1
8125   cat conftest.err >&5
8126   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8127   (exit $ac_status); } &&
8128          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8129   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8130   (eval $ac_try) 2>&5
8131   ac_status=$?
8132   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8133   (exit $ac_status); }; } &&
8134          { ac_try='test -s conftest.$ac_objext'
8135   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8136   (eval $ac_try) 2>&5
8137   ac_status=$?
8138   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8139   (exit $ac_status); }; }; then
8140   eval "$as_ac_Header=yes"
8141 else
8142   echo "$as_me: failed program was:" >&5
8143 sed 's/^/| /' conftest.$ac_ext >&5
8144
8145         eval "$as_ac_Header=no"
8146 fi
8147
8148 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8149 fi
8150 ac_res=`eval echo '${'$as_ac_Header'}'`
8151                { echo "$as_me:$LINENO: result: $ac_res" >&5
8152 echo "${ECHO_T}$ac_res" >&6; }
8153 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8154   cat >>confdefs.h <<_ACEOF
8155 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8156 _ACEOF
8157
8158 fi
8159
8160 done
8161
8162
8163
8164
8165
8166
8167
8168
8169 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
8170 do
8171 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8175   echo $ECHO_N "(cached) $ECHO_C" >&6
8176 else
8177   cat >conftest.$ac_ext <<_ACEOF
8178 /* confdefs.h.  */
8179 _ACEOF
8180 cat confdefs.h >>conftest.$ac_ext
8181 cat >>conftest.$ac_ext <<_ACEOF
8182 /* end confdefs.h.  */
8183 #include <sys/types.h>
8184      #if HAVE_SYS_SOCKET_H
8185      # include <sys/socket.h>
8186      #endif
8187
8188 #include <$ac_header>
8189 _ACEOF
8190 rm -f conftest.$ac_objext
8191 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8192   (eval $ac_compile) 2>conftest.er1
8193   ac_status=$?
8194   grep -v '^ *+' conftest.er1 >conftest.err
8195   rm -f conftest.er1
8196   cat conftest.err >&5
8197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8198   (exit $ac_status); } &&
8199          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8200   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8201   (eval $ac_try) 2>&5
8202   ac_status=$?
8203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8204   (exit $ac_status); }; } &&
8205          { ac_try='test -s conftest.$ac_objext'
8206   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8207   (eval $ac_try) 2>&5
8208   ac_status=$?
8209   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8210   (exit $ac_status); }; }; then
8211   eval "$as_ac_Header=yes"
8212 else
8213   echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.$ac_ext >&5
8215
8216         eval "$as_ac_Header=no"
8217 fi
8218
8219 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8220 fi
8221 ac_res=`eval echo '${'$as_ac_Header'}'`
8222                { echo "$as_me:$LINENO: result: $ac_res" >&5
8223 echo "${ECHO_T}$ac_res" >&6; }
8224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8225   cat >>confdefs.h <<_ACEOF
8226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8227 _ACEOF
8228
8229 fi
8230
8231 done
8232
8233
8234
8235 for ac_header in resolv.h
8236 do
8237 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8238 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8239 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8240 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8241   echo $ECHO_N "(cached) $ECHO_C" >&6
8242 else
8243   cat >conftest.$ac_ext <<_ACEOF
8244 /* confdefs.h.  */
8245 _ACEOF
8246 cat confdefs.h >>conftest.$ac_ext
8247 cat >>conftest.$ac_ext <<_ACEOF
8248 /* end confdefs.h.  */
8249 #include <sys/types.h>
8250      #if HAVE_SYS_SOCKET_H
8251      # include <sys/socket.h>
8252      #endif
8253      #if HAVE_NETINET_IN_H
8254      # include <netinet/in.h>
8255      #endif
8256      #if HAVE_ARPA_NAMESER_H
8257      # include <arpa/nameser.h>
8258      #endif
8259
8260 #include <$ac_header>
8261 _ACEOF
8262 rm -f conftest.$ac_objext
8263 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8264   (eval $ac_compile) 2>conftest.er1
8265   ac_status=$?
8266   grep -v '^ *+' conftest.er1 >conftest.err
8267   rm -f conftest.er1
8268   cat conftest.err >&5
8269   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8270   (exit $ac_status); } &&
8271          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8272   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8273   (eval $ac_try) 2>&5
8274   ac_status=$?
8275   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8276   (exit $ac_status); }; } &&
8277          { ac_try='test -s conftest.$ac_objext'
8278   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8279   (eval $ac_try) 2>&5
8280   ac_status=$?
8281   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8282   (exit $ac_status); }; }; then
8283   eval "$as_ac_Header=yes"
8284 else
8285   echo "$as_me: failed program was:" >&5
8286 sed 's/^/| /' conftest.$ac_ext >&5
8287
8288         eval "$as_ac_Header=no"
8289 fi
8290
8291 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8292 fi
8293 ac_res=`eval echo '${'$as_ac_Header'}'`
8294                { echo "$as_me:$LINENO: result: $ac_res" >&5
8295 echo "${ECHO_T}$ac_res" >&6; }
8296 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8297   cat >>confdefs.h <<_ACEOF
8298 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8299 _ACEOF
8300
8301 fi
8302
8303 done
8304
8305
8306
8307 for ac_header in ucontext.h
8308 do
8309 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8310 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8311 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8312 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8313   echo $ECHO_N "(cached) $ECHO_C" >&6
8314 else
8315   cat >conftest.$ac_ext <<_ACEOF
8316 /* confdefs.h.  */
8317 _ACEOF
8318 cat confdefs.h >>conftest.$ac_ext
8319 cat >>conftest.$ac_ext <<_ACEOF
8320 /* end confdefs.h.  */
8321 #include <signal.h>
8322
8323 #include <$ac_header>
8324 _ACEOF
8325 rm -f conftest.$ac_objext
8326 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8327   (eval $ac_compile) 2>conftest.er1
8328   ac_status=$?
8329   grep -v '^ *+' conftest.er1 >conftest.err
8330   rm -f conftest.er1
8331   cat conftest.err >&5
8332   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8333   (exit $ac_status); } &&
8334          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8335   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8336   (eval $ac_try) 2>&5
8337   ac_status=$?
8338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8339   (exit $ac_status); }; } &&
8340          { ac_try='test -s conftest.$ac_objext'
8341   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8342   (eval $ac_try) 2>&5
8343   ac_status=$?
8344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8345   (exit $ac_status); }; }; then
8346   eval "$as_ac_Header=yes"
8347 else
8348   echo "$as_me: failed program was:" >&5
8349 sed 's/^/| /' conftest.$ac_ext >&5
8350
8351         eval "$as_ac_Header=no"
8352 fi
8353
8354 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8355 fi
8356 ac_res=`eval echo '${'$as_ac_Header'}'`
8357                { echo "$as_me:$LINENO: result: $ac_res" >&5
8358 echo "${ECHO_T}$ac_res" >&6; }
8359 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8360   cat >>confdefs.h <<_ACEOF
8361 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8362 _ACEOF
8363
8364 fi
8365
8366 done
8367
8368
8369
8370
8371 for ac_header in linux/ipx.h linux/videodev.h
8372 do
8373 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8374 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8375 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8377   echo $ECHO_N "(cached) $ECHO_C" >&6
8378 else
8379   cat >conftest.$ac_ext <<_ACEOF
8380 /* confdefs.h.  */
8381 _ACEOF
8382 cat confdefs.h >>conftest.$ac_ext
8383 cat >>conftest.$ac_ext <<_ACEOF
8384 /* end confdefs.h.  */
8385 #ifdef HAVE_SYS_TIME_H
8386 #include <sys/time.h>
8387 #endif
8388 #include <sys/types.h>
8389 #ifdef HAVE_ASM_TYPES_H
8390 #include <asm/types.h>
8391 #endif
8392
8393 #include <$ac_header>
8394 _ACEOF
8395 rm -f conftest.$ac_objext
8396 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8397   (eval $ac_compile) 2>conftest.er1
8398   ac_status=$?
8399   grep -v '^ *+' conftest.er1 >conftest.err
8400   rm -f conftest.er1
8401   cat conftest.err >&5
8402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8403   (exit $ac_status); } &&
8404          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8406   (eval $ac_try) 2>&5
8407   ac_status=$?
8408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8409   (exit $ac_status); }; } &&
8410          { ac_try='test -s conftest.$ac_objext'
8411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8412   (eval $ac_try) 2>&5
8413   ac_status=$?
8414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8415   (exit $ac_status); }; }; then
8416   eval "$as_ac_Header=yes"
8417 else
8418   echo "$as_me: failed program was:" >&5
8419 sed 's/^/| /' conftest.$ac_ext >&5
8420
8421         eval "$as_ac_Header=no"
8422 fi
8423
8424 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8425 fi
8426 ac_res=`eval echo '${'$as_ac_Header'}'`
8427                { echo "$as_me:$LINENO: result: $ac_res" >&5
8428 echo "${ECHO_T}$ac_res" >&6; }
8429 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8430   cat >>confdefs.h <<_ACEOF
8431 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8432 _ACEOF
8433
8434 fi
8435
8436 done
8437
8438
8439
8440 for ac_header in linux/capi.h
8441 do
8442 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8443 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8446   echo $ECHO_N "(cached) $ECHO_C" >&6
8447 else
8448   cat >conftest.$ac_ext <<_ACEOF
8449 /* confdefs.h.  */
8450 _ACEOF
8451 cat confdefs.h >>conftest.$ac_ext
8452 cat >>conftest.$ac_ext <<_ACEOF
8453 /* end confdefs.h.  */
8454 #define __user
8455
8456 #include <$ac_header>
8457 _ACEOF
8458 rm -f conftest.$ac_objext
8459 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8460   (eval $ac_compile) 2>conftest.er1
8461   ac_status=$?
8462   grep -v '^ *+' conftest.er1 >conftest.err
8463   rm -f conftest.er1
8464   cat conftest.err >&5
8465   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8466   (exit $ac_status); } &&
8467          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8468   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8469   (eval $ac_try) 2>&5
8470   ac_status=$?
8471   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8472   (exit $ac_status); }; } &&
8473          { ac_try='test -s conftest.$ac_objext'
8474   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8475   (eval $ac_try) 2>&5
8476   ac_status=$?
8477   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8478   (exit $ac_status); }; }; then
8479   eval "$as_ac_Header=yes"
8480 else
8481   echo "$as_me: failed program was:" >&5
8482 sed 's/^/| /' conftest.$ac_ext >&5
8483
8484         eval "$as_ac_Header=no"
8485 fi
8486
8487 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8488 fi
8489 ac_res=`eval echo '${'$as_ac_Header'}'`
8490                { echo "$as_me:$LINENO: result: $ac_res" >&5
8491 echo "${ECHO_T}$ac_res" >&6; }
8492 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8493   cat >>confdefs.h <<_ACEOF
8494 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8495 _ACEOF
8496
8497 fi
8498
8499 done
8500
8501
8502
8503 if test "$have_x" = "yes"
8504 then
8505     XLIB="-lXext -lX11"
8506     ac_save_CPPFLAGS="$CPPFLAGS"
8507     CPPFLAGS="$CPPFLAGS $X_CFLAGS"
8508
8509
8510
8511
8512
8513
8514
8515
8516
8517
8518
8519 for ac_header in X11/Xlib.h \
8520                       X11/XKBlib.h \
8521                       X11/Xutil.h \
8522                       X11/extensions/shape.h \
8523                       X11/extensions/XInput.h \
8524                       X11/extensions/XShm.h \
8525                       X11/extensions/Xrandr.h \
8526                       X11/extensions/Xrender.h \
8527                       X11/extensions/xf86dga.h \
8528                       X11/extensions/xf86vmode.h
8529 do
8530 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8531 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8532 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8533 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8534   echo $ECHO_N "(cached) $ECHO_C" >&6
8535 else
8536   cat >conftest.$ac_ext <<_ACEOF
8537 /* confdefs.h.  */
8538 _ACEOF
8539 cat confdefs.h >>conftest.$ac_ext
8540 cat >>conftest.$ac_ext <<_ACEOF
8541 /* end confdefs.h.  */
8542 #ifdef HAVE_X11_XLIB_H
8543 # include <X11/Xlib.h>
8544 #endif
8545 #ifdef HAVE_X11_XUTIL_H
8546 # include <X11/Xutil.h>
8547 #endif
8548
8549 #include <$ac_header>
8550 _ACEOF
8551 rm -f conftest.$ac_objext
8552 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8553   (eval $ac_compile) 2>conftest.er1
8554   ac_status=$?
8555   grep -v '^ *+' conftest.er1 >conftest.err
8556   rm -f conftest.er1
8557   cat conftest.err >&5
8558   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8559   (exit $ac_status); } &&
8560          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8561   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8562   (eval $ac_try) 2>&5
8563   ac_status=$?
8564   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8565   (exit $ac_status); }; } &&
8566          { ac_try='test -s conftest.$ac_objext'
8567   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8568   (eval $ac_try) 2>&5
8569   ac_status=$?
8570   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8571   (exit $ac_status); }; }; then
8572   eval "$as_ac_Header=yes"
8573 else
8574   echo "$as_me: failed program was:" >&5
8575 sed 's/^/| /' conftest.$ac_ext >&5
8576
8577         eval "$as_ac_Header=no"
8578 fi
8579
8580 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
8581 fi
8582 ac_res=`eval echo '${'$as_ac_Header'}'`
8583                { echo "$as_me:$LINENO: result: $ac_res" >&5
8584 echo "${ECHO_T}$ac_res" >&6; }
8585 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8586   cat >>confdefs.h <<_ACEOF
8587 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8588 _ACEOF
8589
8590 fi
8591
8592 done
8593
8594
8595                 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
8596         then
8597               { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
8598 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
8599 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
8600   echo $ECHO_N "(cached) $ECHO_C" >&6
8601 else
8602   ac_check_lib_save_LIBS=$LIBS
8603 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8604 cat >conftest.$ac_ext <<_ACEOF
8605 /* confdefs.h.  */
8606 _ACEOF
8607 cat confdefs.h >>conftest.$ac_ext
8608 cat >>conftest.$ac_ext <<_ACEOF
8609 /* end confdefs.h.  */
8610
8611 /* Override any GCC internal prototype to avoid an error.
8612    Use char because int might match the return type of a GCC
8613    builtin and then its argument prototype would still apply.  */
8614 #ifdef __cplusplus
8615 extern "C"
8616 #endif
8617 char XkbQueryExtension ();
8618 int
8619 main ()
8620 {
8621 return XkbQueryExtension ();
8622   ;
8623   return 0;
8624 }
8625 _ACEOF
8626 rm -f conftest.$ac_objext conftest$ac_exeext
8627 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8628   (eval $ac_link) 2>conftest.er1
8629   ac_status=$?
8630   grep -v '^ *+' conftest.er1 >conftest.err
8631   rm -f conftest.er1
8632   cat conftest.err >&5
8633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8634   (exit $ac_status); } &&
8635          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8636   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8637   (eval $ac_try) 2>&5
8638   ac_status=$?
8639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8640   (exit $ac_status); }; } &&
8641          { ac_try='test -s conftest$ac_exeext'
8642   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8643   (eval $ac_try) 2>&5
8644   ac_status=$?
8645   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8646   (exit $ac_status); }; }; then
8647   ac_cv_lib_X11_XkbQueryExtension=yes
8648 else
8649   echo "$as_me: failed program was:" >&5
8650 sed 's/^/| /' conftest.$ac_ext >&5
8651
8652         ac_cv_lib_X11_XkbQueryExtension=no
8653 fi
8654
8655 rm -f conftest.err conftest.$ac_objext \
8656       conftest$ac_exeext conftest.$ac_ext
8657 LIBS=$ac_check_lib_save_LIBS
8658 fi
8659 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
8660 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
8661 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
8662
8663 cat >>confdefs.h <<\_ACEOF
8664 #define HAVE_XKB 1
8665 _ACEOF
8666
8667 fi
8668
8669         fi
8670
8671                 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
8672         then
8673               { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
8674 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
8675 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
8676   echo $ECHO_N "(cached) $ECHO_C" >&6
8677 else
8678   ac_check_lib_save_LIBS=$LIBS
8679 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8680 cat >conftest.$ac_ext <<_ACEOF
8681 /* confdefs.h.  */
8682 _ACEOF
8683 cat confdefs.h >>conftest.$ac_ext
8684 cat >>conftest.$ac_ext <<_ACEOF
8685 /* end confdefs.h.  */
8686
8687 /* Override any GCC internal prototype to avoid an error.
8688    Use char because int might match the return type of a GCC
8689    builtin and then its argument prototype would still apply.  */
8690 #ifdef __cplusplus
8691 extern "C"
8692 #endif
8693 char XShmQueryExtension ();
8694 int
8695 main ()
8696 {
8697 return XShmQueryExtension ();
8698   ;
8699   return 0;
8700 }
8701 _ACEOF
8702 rm -f conftest.$ac_objext conftest$ac_exeext
8703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8704   (eval $ac_link) 2>conftest.er1
8705   ac_status=$?
8706   grep -v '^ *+' conftest.er1 >conftest.err
8707   rm -f conftest.er1
8708   cat conftest.err >&5
8709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8710   (exit $ac_status); } &&
8711          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8712   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8713   (eval $ac_try) 2>&5
8714   ac_status=$?
8715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8716   (exit $ac_status); }; } &&
8717          { ac_try='test -s conftest$ac_exeext'
8718   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8719   (eval $ac_try) 2>&5
8720   ac_status=$?
8721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8722   (exit $ac_status); }; }; then
8723   ac_cv_lib_Xext_XShmQueryExtension=yes
8724 else
8725   echo "$as_me: failed program was:" >&5
8726 sed 's/^/| /' conftest.$ac_ext >&5
8727
8728         ac_cv_lib_Xext_XShmQueryExtension=no
8729 fi
8730
8731 rm -f conftest.err conftest.$ac_objext \
8732       conftest$ac_exeext conftest.$ac_ext
8733 LIBS=$ac_check_lib_save_LIBS
8734 fi
8735 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
8736 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
8737 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
8738
8739 cat >>confdefs.h <<\_ACEOF
8740 #define HAVE_LIBXXSHM 1
8741 _ACEOF
8742
8743 fi
8744
8745         fi
8746
8747                 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
8748         then
8749               { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
8750 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
8751 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
8752   echo $ECHO_N "(cached) $ECHO_C" >&6
8753 else
8754   ac_check_lib_save_LIBS=$LIBS
8755 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8756 cat >conftest.$ac_ext <<_ACEOF
8757 /* confdefs.h.  */
8758 _ACEOF
8759 cat confdefs.h >>conftest.$ac_ext
8760 cat >>conftest.$ac_ext <<_ACEOF
8761 /* end confdefs.h.  */
8762
8763 /* Override any GCC internal prototype to avoid an error.
8764    Use char because int might match the return type of a GCC
8765    builtin and then its argument prototype would still apply.  */
8766 #ifdef __cplusplus
8767 extern "C"
8768 #endif
8769 char XShapeQueryExtension ();
8770 int
8771 main ()
8772 {
8773 return XShapeQueryExtension ();
8774   ;
8775   return 0;
8776 }
8777 _ACEOF
8778 rm -f conftest.$ac_objext conftest$ac_exeext
8779 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8780   (eval $ac_link) 2>conftest.er1
8781   ac_status=$?
8782   grep -v '^ *+' conftest.er1 >conftest.err
8783   rm -f conftest.er1
8784   cat conftest.err >&5
8785   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8786   (exit $ac_status); } &&
8787          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8788   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8789   (eval $ac_try) 2>&5
8790   ac_status=$?
8791   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8792   (exit $ac_status); }; } &&
8793          { ac_try='test -s conftest$ac_exeext'
8794   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8795   (eval $ac_try) 2>&5
8796   ac_status=$?
8797   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8798   (exit $ac_status); }; }; then
8799   ac_cv_lib_Xext_XShapeQueryExtension=yes
8800 else
8801   echo "$as_me: failed program was:" >&5
8802 sed 's/^/| /' conftest.$ac_ext >&5
8803
8804         ac_cv_lib_Xext_XShapeQueryExtension=no
8805 fi
8806
8807 rm -f conftest.err conftest.$ac_objext \
8808       conftest$ac_exeext conftest.$ac_ext
8809 LIBS=$ac_check_lib_save_LIBS
8810 fi
8811 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
8812 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
8813 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
8814
8815 cat >>confdefs.h <<\_ACEOF
8816 #define HAVE_LIBXSHAPE 1
8817 _ACEOF
8818
8819 fi
8820
8821         fi
8822
8823                 if test "$ac_cv_header_X11_extensions_xf86dga_h" = "yes"
8824         then
8825               { echo "$as_me:$LINENO: checking for XDGAQueryExtension in -lXxf86dga" >&5
8826 echo $ECHO_N "checking for XDGAQueryExtension in -lXxf86dga... $ECHO_C" >&6; }
8827 if test "${ac_cv_lib_Xxf86dga_XDGAQueryExtension+set}" = set; then
8828   echo $ECHO_N "(cached) $ECHO_C" >&6
8829 else
8830   ac_check_lib_save_LIBS=$LIBS
8831 LIBS="-lXxf86dga $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8832 cat >conftest.$ac_ext <<_ACEOF
8833 /* confdefs.h.  */
8834 _ACEOF
8835 cat confdefs.h >>conftest.$ac_ext
8836 cat >>conftest.$ac_ext <<_ACEOF
8837 /* end confdefs.h.  */
8838
8839 /* Override any GCC internal prototype to avoid an error.
8840    Use char because int might match the return type of a GCC
8841    builtin and then its argument prototype would still apply.  */
8842 #ifdef __cplusplus
8843 extern "C"
8844 #endif
8845 char XDGAQueryExtension ();
8846 int
8847 main ()
8848 {
8849 return XDGAQueryExtension ();
8850   ;
8851   return 0;
8852 }
8853 _ACEOF
8854 rm -f conftest.$ac_objext conftest$ac_exeext
8855 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8856   (eval $ac_link) 2>conftest.er1
8857   ac_status=$?
8858   grep -v '^ *+' conftest.er1 >conftest.err
8859   rm -f conftest.er1
8860   cat conftest.err >&5
8861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8862   (exit $ac_status); } &&
8863          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8864   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8865   (eval $ac_try) 2>&5
8866   ac_status=$?
8867   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8868   (exit $ac_status); }; } &&
8869          { ac_try='test -s conftest$ac_exeext'
8870   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8871   (eval $ac_try) 2>&5
8872   ac_status=$?
8873   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8874   (exit $ac_status); }; }; then
8875   ac_cv_lib_Xxf86dga_XDGAQueryExtension=yes
8876 else
8877   echo "$as_me: failed program was:" >&5
8878 sed 's/^/| /' conftest.$ac_ext >&5
8879
8880         ac_cv_lib_Xxf86dga_XDGAQueryExtension=no
8881 fi
8882
8883 rm -f conftest.err conftest.$ac_objext \
8884       conftest$ac_exeext conftest.$ac_ext
8885 LIBS=$ac_check_lib_save_LIBS
8886 fi
8887 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&5
8888 echo "${ECHO_T}$ac_cv_lib_Xxf86dga_XDGAQueryExtension" >&6; }
8889 if test $ac_cv_lib_Xxf86dga_XDGAQueryExtension = yes; then
8890
8891 cat >>confdefs.h <<\_ACEOF
8892 #define HAVE_LIBXXF86DGA2 1
8893 _ACEOF
8894
8895                   X_PRE_LIBS="$X_PRE_LIBS -lXxf86dga"
8896
8897 fi
8898
8899         fi
8900
8901                 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
8902         then
8903                 { echo "$as_me:$LINENO: checking for XF86VidModeQueryExtension in -lXxf86vm" >&5
8904 echo $ECHO_N "checking for XF86VidModeQueryExtension in -lXxf86vm... $ECHO_C" >&6; }
8905 if test "${ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension+set}" = set; then
8906   echo $ECHO_N "(cached) $ECHO_C" >&6
8907 else
8908   ac_check_lib_save_LIBS=$LIBS
8909 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
8910 cat >conftest.$ac_ext <<_ACEOF
8911 /* confdefs.h.  */
8912 _ACEOF
8913 cat confdefs.h >>conftest.$ac_ext
8914 cat >>conftest.$ac_ext <<_ACEOF
8915 /* end confdefs.h.  */
8916
8917 /* Override any GCC internal prototype to avoid an error.
8918    Use char because int might match the return type of a GCC
8919    builtin and then its argument prototype would still apply.  */
8920 #ifdef __cplusplus
8921 extern "C"
8922 #endif
8923 char XF86VidModeQueryExtension ();
8924 int
8925 main ()
8926 {
8927 return XF86VidModeQueryExtension ();
8928   ;
8929   return 0;
8930 }
8931 _ACEOF
8932 rm -f conftest.$ac_objext conftest$ac_exeext
8933 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
8934   (eval $ac_link) 2>conftest.er1
8935   ac_status=$?
8936   grep -v '^ *+' conftest.er1 >conftest.err
8937   rm -f conftest.er1
8938   cat conftest.err >&5
8939   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8940   (exit $ac_status); } &&
8941          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
8942   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8943   (eval $ac_try) 2>&5
8944   ac_status=$?
8945   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8946   (exit $ac_status); }; } &&
8947          { ac_try='test -s conftest$ac_exeext'
8948   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
8949   (eval $ac_try) 2>&5
8950   ac_status=$?
8951   echo "$as_me:$LINENO: \$? = $ac_status" >&5
8952   (exit $ac_status); }; }; then
8953   ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=yes
8954 else
8955   echo "$as_me: failed program was:" >&5
8956 sed 's/^/| /' conftest.$ac_ext >&5
8957
8958         ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension=no
8959 fi
8960
8961 rm -f conftest.err conftest.$ac_objext \
8962       conftest$ac_exeext conftest.$ac_ext
8963 LIBS=$ac_check_lib_save_LIBS
8964 fi
8965 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&5
8966 echo "${ECHO_T}$ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension" >&6; }
8967 if test $ac_cv_lib_Xxf86vm_XF86VidModeQueryExtension = yes; then
8968
8969 cat >>confdefs.h <<\_ACEOF
8970 #define HAVE_LIBXXF86VM 1
8971 _ACEOF
8972
8973                      X_PRE_LIBS="$X_PRE_LIBS -lXxf86vm"
8974
8975 fi
8976
8977         fi
8978
8979                 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes"
8980         then
8981                 cat >conftest.$ac_ext <<_ACEOF
8982 /* confdefs.h.  */
8983 _ACEOF
8984 cat confdefs.h >>conftest.$ac_ext
8985 cat >>conftest.$ac_ext <<_ACEOF
8986 /* end confdefs.h.  */
8987 #include <X11/Xlib.h>
8988 #include <X11/extensions/Xrandr.h>
8989 int
8990 main ()
8991 {
8992 static typeof(XRRSetScreenConfigAndRate) * func;
8993   ;
8994   return 0;
8995 }
8996 _ACEOF
8997 rm -f conftest.$ac_objext
8998 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
8999   (eval $ac_compile) 2>conftest.er1
9000   ac_status=$?
9001   grep -v '^ *+' conftest.er1 >conftest.err
9002   rm -f conftest.er1
9003   cat conftest.err >&5
9004   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9005   (exit $ac_status); } &&
9006          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9007   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9008   (eval $ac_try) 2>&5
9009   ac_status=$?
9010   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9011   (exit $ac_status); }; } &&
9012          { ac_try='test -s conftest.$ac_objext'
9013   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9014   (eval $ac_try) 2>&5
9015   ac_status=$?
9016   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9017   (exit $ac_status); }; }; then
9018
9019 cat >>confdefs.h <<\_ACEOF
9020 #define HAVE_LIBXRANDR 1
9021 _ACEOF
9022
9023 else
9024   echo "$as_me: failed program was:" >&5
9025 sed 's/^/| /' conftest.$ac_ext >&5
9026
9027
9028 fi
9029
9030 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9031         fi
9032
9033                 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes"
9034         then
9035               { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
9036 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
9037 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
9038   echo $ECHO_N "(cached) $ECHO_C" >&6
9039 else
9040   ac_check_lib_save_LIBS=$LIBS
9041 LIBS="-lXrender $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 XRenderSetPictureTransform ();
9056 int
9057 main ()
9058 {
9059 return XRenderSetPictureTransform ();
9060   ;
9061   return 0;
9062 }
9063 _ACEOF
9064 rm -f conftest.$ac_objext conftest$ac_exeext
9065 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9066   (eval $ac_link) 2>conftest.er1
9067   ac_status=$?
9068   grep -v '^ *+' conftest.er1 >conftest.err
9069   rm -f conftest.er1
9070   cat conftest.err >&5
9071   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9072   (exit $ac_status); } &&
9073          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9074   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9075   (eval $ac_try) 2>&5
9076   ac_status=$?
9077   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9078   (exit $ac_status); }; } &&
9079          { ac_try='test -s conftest$ac_exeext'
9080   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9081   (eval $ac_try) 2>&5
9082   ac_status=$?
9083   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9084   (exit $ac_status); }; }; then
9085   ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
9086 else
9087   echo "$as_me: failed program was:" >&5
9088 sed 's/^/| /' conftest.$ac_ext >&5
9089
9090         ac_cv_lib_Xrender_XRenderSetPictureTransform=no
9091 fi
9092
9093 rm -f conftest.err conftest.$ac_objext \
9094       conftest$ac_exeext conftest.$ac_ext
9095 LIBS=$ac_check_lib_save_LIBS
9096 fi
9097 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
9098 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
9099 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
9100
9101 cat >>confdefs.h <<\_ACEOF
9102 #define HAVE_XRENDERSETPICTURETRANSFORM 1
9103 _ACEOF
9104
9105 fi
9106
9107         fi
9108
9109         if test "x$with_opengl" != "xno"
9110     then
9111
9112
9113
9114
9115 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
9116 do
9117 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9118 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9119 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9120 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9121   echo $ECHO_N "(cached) $ECHO_C" >&6
9122 else
9123   cat >conftest.$ac_ext <<_ACEOF
9124 /* confdefs.h.  */
9125 _ACEOF
9126 cat confdefs.h >>conftest.$ac_ext
9127 cat >>conftest.$ac_ext <<_ACEOF
9128 /* end confdefs.h.  */
9129 #ifdef HAVE_GL_GLX_H
9130 # include <GL/glx.h>
9131 #endif
9132
9133 #include <$ac_header>
9134 _ACEOF
9135 rm -f conftest.$ac_objext
9136 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9137   (eval $ac_compile) 2>conftest.er1
9138   ac_status=$?
9139   grep -v '^ *+' conftest.er1 >conftest.err
9140   rm -f conftest.er1
9141   cat conftest.err >&5
9142   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9143   (exit $ac_status); } &&
9144          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9145   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9146   (eval $ac_try) 2>&5
9147   ac_status=$?
9148   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9149   (exit $ac_status); }; } &&
9150          { ac_try='test -s conftest.$ac_objext'
9151   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9152   (eval $ac_try) 2>&5
9153   ac_status=$?
9154   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9155   (exit $ac_status); }; }; then
9156   eval "$as_ac_Header=yes"
9157 else
9158   echo "$as_me: failed program was:" >&5
9159 sed 's/^/| /' conftest.$ac_ext >&5
9160
9161         eval "$as_ac_Header=no"
9162 fi
9163
9164 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9165 fi
9166 ac_res=`eval echo '${'$as_ac_Header'}'`
9167                { echo "$as_me:$LINENO: result: $ac_res" >&5
9168 echo "${ECHO_T}$ac_res" >&6; }
9169 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9170   cat >>confdefs.h <<_ACEOF
9171 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9172 _ACEOF
9173
9174 fi
9175
9176 done
9177
9178         if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
9179         then
9180                     { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
9181 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
9182 if test "${wine_cv_opengl_version_OK+set}" = set; then
9183   echo $ECHO_N "(cached) $ECHO_C" >&6
9184 else
9185   cat >conftest.$ac_ext <<_ACEOF
9186 /* confdefs.h.  */
9187 _ACEOF
9188 cat confdefs.h >>conftest.$ac_ext
9189 cat >>conftest.$ac_ext <<_ACEOF
9190 /* end confdefs.h.  */
9191 #include <GL/gl.h>
9192 int
9193 main ()
9194 {
9195 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
9196   ;
9197   return 0;
9198 }
9199 _ACEOF
9200 rm -f conftest.$ac_objext
9201 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9202   (eval $ac_compile) 2>conftest.er1
9203   ac_status=$?
9204   grep -v '^ *+' conftest.er1 >conftest.err
9205   rm -f conftest.er1
9206   cat conftest.err >&5
9207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9208   (exit $ac_status); } &&
9209          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9210   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9211   (eval $ac_try) 2>&5
9212   ac_status=$?
9213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214   (exit $ac_status); }; } &&
9215          { ac_try='test -s conftest.$ac_objext'
9216   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9217   (eval $ac_try) 2>&5
9218   ac_status=$?
9219   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9220   (exit $ac_status); }; }; then
9221   wine_cv_opengl_version_OK="yes"
9222 else
9223   echo "$as_me: failed program was:" >&5
9224 sed 's/^/| /' conftest.$ac_ext >&5
9225
9226         wine_cv_opengl_version_OK="no"
9227
9228 fi
9229
9230 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9231
9232 fi
9233 { echo "$as_me:$LINENO: result: $wine_cv_opengl_version_OK" >&5
9234 echo "${ECHO_T}$wine_cv_opengl_version_OK" >&6; }
9235
9236             if test "$wine_cv_opengl_version_OK" = "yes"
9237             then
9238                                 { echo "$as_me:$LINENO: checking for glXCreateContext in -lGL" >&5
9239 echo $ECHO_N "checking for glXCreateContext in -lGL... $ECHO_C" >&6; }
9240 if test "${ac_cv_lib_GL_glXCreateContext+set}" = set; then
9241   echo $ECHO_N "(cached) $ECHO_C" >&6
9242 else
9243   ac_check_lib_save_LIBS=$LIBS
9244 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
9245 cat >conftest.$ac_ext <<_ACEOF
9246 /* confdefs.h.  */
9247 _ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h.  */
9251
9252 /* Override any GCC internal prototype to avoid an error.
9253    Use char because int might match the return type of a GCC
9254    builtin and then its argument prototype would still apply.  */
9255 #ifdef __cplusplus
9256 extern "C"
9257 #endif
9258 char glXCreateContext ();
9259 int
9260 main ()
9261 {
9262 return glXCreateContext ();
9263   ;
9264   return 0;
9265 }
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9269   (eval $ac_link) 2>conftest.er1
9270   ac_status=$?
9271   grep -v '^ *+' conftest.er1 >conftest.err
9272   rm -f conftest.er1
9273   cat conftest.err >&5
9274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9275   (exit $ac_status); } &&
9276          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9277   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9278   (eval $ac_try) 2>&5
9279   ac_status=$?
9280   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9281   (exit $ac_status); }; } &&
9282          { ac_try='test -s conftest$ac_exeext'
9283   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9284   (eval $ac_try) 2>&5
9285   ac_status=$?
9286   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9287   (exit $ac_status); }; }; then
9288   ac_cv_lib_GL_glXCreateContext=yes
9289 else
9290   echo "$as_me: failed program was:" >&5
9291 sed 's/^/| /' conftest.$ac_ext >&5
9292
9293         ac_cv_lib_GL_glXCreateContext=no
9294 fi
9295
9296 rm -f conftest.err conftest.$ac_objext \
9297       conftest$ac_exeext conftest.$ac_ext
9298 LIBS=$ac_check_lib_save_LIBS
9299 fi
9300 { echo "$as_me:$LINENO: result: $ac_cv_lib_GL_glXCreateContext" >&5
9301 echo "${ECHO_T}$ac_cv_lib_GL_glXCreateContext" >&6; }
9302 if test $ac_cv_lib_GL_glXCreateContext = yes; then
9303   OPENGL_LIBS="-lGL"
9304
9305 fi
9306
9307
9308                 if test "$ac_cv_lib_GL_glXCreateContext" = "yes"
9309                 then
9310                         OPENGLFILES='$(OPENGLFILES)'
9311
9312 cat >>confdefs.h <<\_ACEOF
9313 #define HAVE_OPENGL 1
9314 _ACEOF
9315
9316                 else
9317                     if test -f /usr/X11R6/lib/libGL.a
9318                     then
9319                        { { echo "$as_me:$LINENO: error: /usr/X11R6/lib/libGL.a is present on your system.
9320 This prevents linking to OpenGL. Delete the file and restart configure." >&5
9321 echo "$as_me: error: /usr/X11R6/lib/libGL.a is present on your system.
9322 This prevents linking to OpenGL. Delete the file and restart configure." >&2;}
9323    { (exit 1); exit 1; }; }
9324                     fi
9325                 fi
9326
9327                                 { echo "$as_me:$LINENO: checking for gluLookAt in -lGLU" >&5
9328 echo $ECHO_N "checking for gluLookAt in -lGLU... $ECHO_C" >&6; }
9329 if test "${ac_cv_lib_GLU_gluLookAt+set}" = set; then
9330   echo $ECHO_N "(cached) $ECHO_C" >&6
9331 else
9332   ac_check_lib_save_LIBS=$LIBS
9333 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS
9334                  $LIBS"
9335 cat >conftest.$ac_ext <<_ACEOF
9336 /* confdefs.h.  */
9337 _ACEOF
9338 cat confdefs.h >>conftest.$ac_ext
9339 cat >>conftest.$ac_ext <<_ACEOF
9340 /* end confdefs.h.  */
9341
9342 /* Override any GCC internal prototype to avoid an error.
9343    Use char because int might match the return type of a GCC
9344    builtin and then its argument prototype would still apply.  */
9345 #ifdef __cplusplus
9346 extern "C"
9347 #endif
9348 char gluLookAt ();
9349 int
9350 main ()
9351 {
9352 return gluLookAt ();
9353   ;
9354   return 0;
9355 }
9356 _ACEOF
9357 rm -f conftest.$ac_objext conftest$ac_exeext
9358 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9359   (eval $ac_link) 2>conftest.er1
9360   ac_status=$?
9361   grep -v '^ *+' conftest.er1 >conftest.err
9362   rm -f conftest.er1
9363   cat conftest.err >&5
9364   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365   (exit $ac_status); } &&
9366          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9367   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9368   (eval $ac_try) 2>&5
9369   ac_status=$?
9370   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9371   (exit $ac_status); }; } &&
9372          { ac_try='test -s conftest$ac_exeext'
9373   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9374   (eval $ac_try) 2>&5
9375   ac_status=$?
9376   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9377   (exit $ac_status); }; }; then
9378   ac_cv_lib_GLU_gluLookAt=yes
9379 else
9380   echo "$as_me: failed program was:" >&5
9381 sed 's/^/| /' conftest.$ac_ext >&5
9382
9383         ac_cv_lib_GLU_gluLookAt=no
9384 fi
9385
9386 rm -f conftest.err conftest.$ac_objext \
9387       conftest$ac_exeext conftest.$ac_ext
9388 LIBS=$ac_check_lib_save_LIBS
9389 fi
9390 { echo "$as_me:$LINENO: result: $ac_cv_lib_GLU_gluLookAt" >&5
9391 echo "${ECHO_T}$ac_cv_lib_GLU_gluLookAt" >&6; }
9392 if test $ac_cv_lib_GLU_gluLookAt = yes; then
9393   OPENGL_LIBS="$OPENGL_LIBS -lGLU"
9394                              GLU32FILES='$(GLU32FILES)'
9395
9396 fi
9397
9398              fi
9399
9400                           { echo "$as_me:$LINENO: checking for glutMainLoop in -lglut" >&5
9401 echo $ECHO_N "checking for glutMainLoop in -lglut... $ECHO_C" >&6; }
9402 if test "${ac_cv_lib_glut_glutMainLoop+set}" = set; then
9403   echo $ECHO_N "(cached) $ECHO_C" >&6
9404 else
9405   ac_check_lib_save_LIBS=$LIBS
9406 LIBS="-lglut $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXmu -lXi -lX11 $X_EXTRA_LIBS $LIBS"
9407 cat >conftest.$ac_ext <<_ACEOF
9408 /* confdefs.h.  */
9409 _ACEOF
9410 cat confdefs.h >>conftest.$ac_ext
9411 cat >>conftest.$ac_ext <<_ACEOF
9412 /* end confdefs.h.  */
9413
9414 /* Override any GCC internal prototype to avoid an error.
9415    Use char because int might match the return type of a GCC
9416    builtin and then its argument prototype would still apply.  */
9417 #ifdef __cplusplus
9418 extern "C"
9419 #endif
9420 char glutMainLoop ();
9421 int
9422 main ()
9423 {
9424 return glutMainLoop ();
9425   ;
9426   return 0;
9427 }
9428 _ACEOF
9429 rm -f conftest.$ac_objext conftest$ac_exeext
9430 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9431   (eval $ac_link) 2>conftest.er1
9432   ac_status=$?
9433   grep -v '^ *+' conftest.er1 >conftest.err
9434   rm -f conftest.er1
9435   cat conftest.err >&5
9436   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9437   (exit $ac_status); } &&
9438          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9439   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9440   (eval $ac_try) 2>&5
9441   ac_status=$?
9442   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9443   (exit $ac_status); }; } &&
9444          { ac_try='test -s conftest$ac_exeext'
9445   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9446   (eval $ac_try) 2>&5
9447   ac_status=$?
9448   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9449   (exit $ac_status); }; }; then
9450   ac_cv_lib_glut_glutMainLoop=yes
9451 else
9452   echo "$as_me: failed program was:" >&5
9453 sed 's/^/| /' conftest.$ac_ext >&5
9454
9455         ac_cv_lib_glut_glutMainLoop=no
9456 fi
9457
9458 rm -f conftest.err conftest.$ac_objext \
9459       conftest$ac_exeext conftest.$ac_ext
9460 LIBS=$ac_check_lib_save_LIBS
9461 fi
9462 { echo "$as_me:$LINENO: result: $ac_cv_lib_glut_glutMainLoop" >&5
9463 echo "${ECHO_T}$ac_cv_lib_glut_glutMainLoop" >&6; }
9464 if test $ac_cv_lib_glut_glutMainLoop = yes; then
9465   GLUT_LIBS="-lglut -lXmu -lXi"
9466
9467                         GLUT32FILES='$(GLUT32FILES)'
9468
9469 fi
9470
9471          fi
9472     fi
9473
9474         NASLIBS=""
9475
9476
9477 for ac_header in audio/audiolib.h
9478 do
9479 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9480 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9481   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9482 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9483 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9484   echo $ECHO_N "(cached) $ECHO_C" >&6
9485 fi
9486 ac_res=`eval echo '${'$as_ac_Header'}'`
9487                { echo "$as_me:$LINENO: result: $ac_res" >&5
9488 echo "${ECHO_T}$ac_res" >&6; }
9489 else
9490   # Is the header compilable?
9491 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9492 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9493 cat >conftest.$ac_ext <<_ACEOF
9494 /* confdefs.h.  */
9495 _ACEOF
9496 cat confdefs.h >>conftest.$ac_ext
9497 cat >>conftest.$ac_ext <<_ACEOF
9498 /* end confdefs.h.  */
9499 $ac_includes_default
9500 #include <$ac_header>
9501 _ACEOF
9502 rm -f conftest.$ac_objext
9503 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9504   (eval $ac_compile) 2>conftest.er1
9505   ac_status=$?
9506   grep -v '^ *+' conftest.er1 >conftest.err
9507   rm -f conftest.er1
9508   cat conftest.err >&5
9509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9510   (exit $ac_status); } &&
9511          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9512   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9513   (eval $ac_try) 2>&5
9514   ac_status=$?
9515   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516   (exit $ac_status); }; } &&
9517          { ac_try='test -s conftest.$ac_objext'
9518   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9519   (eval $ac_try) 2>&5
9520   ac_status=$?
9521   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9522   (exit $ac_status); }; }; then
9523   ac_header_compiler=yes
9524 else
9525   echo "$as_me: failed program was:" >&5
9526 sed 's/^/| /' conftest.$ac_ext >&5
9527
9528         ac_header_compiler=no
9529 fi
9530
9531 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9532 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9533 echo "${ECHO_T}$ac_header_compiler" >&6; }
9534
9535 # Is the header present?
9536 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9537 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9538 cat >conftest.$ac_ext <<_ACEOF
9539 /* confdefs.h.  */
9540 _ACEOF
9541 cat confdefs.h >>conftest.$ac_ext
9542 cat >>conftest.$ac_ext <<_ACEOF
9543 /* end confdefs.h.  */
9544 #include <$ac_header>
9545 _ACEOF
9546 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9547   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9548   ac_status=$?
9549   grep -v '^ *+' conftest.er1 >conftest.err
9550   rm -f conftest.er1
9551   cat conftest.err >&5
9552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9553   (exit $ac_status); } >/dev/null; then
9554   if test -s conftest.err; then
9555     ac_cpp_err=$ac_c_preproc_warn_flag
9556     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9557   else
9558     ac_cpp_err=
9559   fi
9560 else
9561   ac_cpp_err=yes
9562 fi
9563 if test -z "$ac_cpp_err"; then
9564   ac_header_preproc=yes
9565 else
9566   echo "$as_me: failed program was:" >&5
9567 sed 's/^/| /' conftest.$ac_ext >&5
9568
9569   ac_header_preproc=no
9570 fi
9571
9572 rm -f conftest.err conftest.$ac_ext
9573 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9574 echo "${ECHO_T}$ac_header_preproc" >&6; }
9575
9576 # So?  What about this header?
9577 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9578   yes:no: )
9579     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9580 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9581     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9582 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9583     ac_header_preproc=yes
9584     ;;
9585   no:yes:* )
9586     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9587 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9588     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9589 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9590     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9591 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9592     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9593 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9594     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9595 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9596     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9597 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9598     ( cat <<\_ASBOX
9599 ## ------------------------------------ ##
9600 ## Report this to wine-devel@winehq.org ##
9601 ## ------------------------------------ ##
9602 _ASBOX
9603      ) | sed "s/^/$as_me: WARNING:     /" >&2
9604     ;;
9605 esac
9606 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9607 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9608 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9609   echo $ECHO_N "(cached) $ECHO_C" >&6
9610 else
9611   eval "$as_ac_Header=\$ac_header_preproc"
9612 fi
9613 ac_res=`eval echo '${'$as_ac_Header'}'`
9614                { echo "$as_me:$LINENO: result: $ac_res" >&5
9615 echo "${ECHO_T}$ac_res" >&6; }
9616
9617 fi
9618 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9619   cat >>confdefs.h <<_ACEOF
9620 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9621 _ACEOF
9622
9623 for ac_header in audio/soundlib.h
9624 do
9625 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9626 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9627 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9629   echo $ECHO_N "(cached) $ECHO_C" >&6
9630 else
9631   cat >conftest.$ac_ext <<_ACEOF
9632 /* confdefs.h.  */
9633 _ACEOF
9634 cat confdefs.h >>conftest.$ac_ext
9635 cat >>conftest.$ac_ext <<_ACEOF
9636 /* end confdefs.h.  */
9637 #include <audio/audiolib.h>
9638
9639 #include <$ac_header>
9640 _ACEOF
9641 rm -f conftest.$ac_objext
9642 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9643   (eval $ac_compile) 2>conftest.er1
9644   ac_status=$?
9645   grep -v '^ *+' conftest.er1 >conftest.err
9646   rm -f conftest.er1
9647   cat conftest.err >&5
9648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9649   (exit $ac_status); } &&
9650          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9651   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9652   (eval $ac_try) 2>&5
9653   ac_status=$?
9654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9655   (exit $ac_status); }; } &&
9656          { ac_try='test -s conftest.$ac_objext'
9657   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9658   (eval $ac_try) 2>&5
9659   ac_status=$?
9660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661   (exit $ac_status); }; }; then
9662   eval "$as_ac_Header=yes"
9663 else
9664   echo "$as_me: failed program was:" >&5
9665 sed 's/^/| /' conftest.$ac_ext >&5
9666
9667         eval "$as_ac_Header=no"
9668 fi
9669
9670 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9671 fi
9672 ac_res=`eval echo '${'$as_ac_Header'}'`
9673                { echo "$as_me:$LINENO: result: $ac_res" >&5
9674 echo "${ECHO_T}$ac_res" >&6; }
9675 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9676   cat >>confdefs.h <<_ACEOF
9677 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9678 _ACEOF
9679
9680 fi
9681
9682 done
9683
9684           { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
9685 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
9686 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
9687   echo $ECHO_N "(cached) $ECHO_C" >&6
9688 else
9689   ac_check_lib_save_LIBS=$LIBS
9690 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9691 cat >conftest.$ac_ext <<_ACEOF
9692 /* confdefs.h.  */
9693 _ACEOF
9694 cat confdefs.h >>conftest.$ac_ext
9695 cat >>conftest.$ac_ext <<_ACEOF
9696 /* end confdefs.h.  */
9697
9698 /* Override any GCC internal prototype to avoid an error.
9699    Use char because int might match the return type of a GCC
9700    builtin and then its argument prototype would still apply.  */
9701 #ifdef __cplusplus
9702 extern "C"
9703 #endif
9704 char AuCreateFlow ();
9705 int
9706 main ()
9707 {
9708 return AuCreateFlow ();
9709   ;
9710   return 0;
9711 }
9712 _ACEOF
9713 rm -f conftest.$ac_objext conftest$ac_exeext
9714 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9715   (eval $ac_link) 2>conftest.er1
9716   ac_status=$?
9717   grep -v '^ *+' conftest.er1 >conftest.err
9718   rm -f conftest.er1
9719   cat conftest.err >&5
9720   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9721   (exit $ac_status); } &&
9722          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9723   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9724   (eval $ac_try) 2>&5
9725   ac_status=$?
9726   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9727   (exit $ac_status); }; } &&
9728          { ac_try='test -s conftest$ac_exeext'
9729   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9730   (eval $ac_try) 2>&5
9731   ac_status=$?
9732   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9733   (exit $ac_status); }; }; then
9734   ac_cv_lib_audio_AuCreateFlow=yes
9735 else
9736   echo "$as_me: failed program was:" >&5
9737 sed 's/^/| /' conftest.$ac_ext >&5
9738
9739         ac_cv_lib_audio_AuCreateFlow=no
9740 fi
9741
9742 rm -f conftest.err conftest.$ac_objext \
9743       conftest$ac_exeext conftest.$ac_ext
9744 LIBS=$ac_check_lib_save_LIBS
9745 fi
9746 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
9747 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
9748 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
9749
9750 cat >>confdefs.h <<\_ACEOF
9751 #define HAVE_NAS 1
9752 _ACEOF
9753
9754                         NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
9755 fi
9756
9757 fi
9758
9759 done
9760
9761
9762     CPPFLAGS="$ac_save_CPPFLAGS"
9763     XFILES='$(XFILES)'
9764 else
9765     XLIB=""
9766     X_CFLAGS=""
9767     X_LIBS=""
9768 fi
9769
9770
9771 XML2LIBS=""
9772
9773 XML2INCL=""
9774
9775 XSLTLIBS=""
9776
9777 XSLTINCL=""
9778
9779 if test "$PKG_CONFIG" != "false"
9780 then
9781     ac_save_CPPFLAGS="$CPPFLAGS"
9782     ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0`"
9783     ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0`"
9784     CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
9785
9786 for ac_header in libxml/parser.h
9787 do
9788 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9790   { echo "$as_me:$LINENO: checking for $ac_header" >&5
9791 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9792 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9793   echo $ECHO_N "(cached) $ECHO_C" >&6
9794 fi
9795 ac_res=`eval echo '${'$as_ac_Header'}'`
9796                { echo "$as_me:$LINENO: result: $ac_res" >&5
9797 echo "${ECHO_T}$ac_res" >&6; }
9798 else
9799   # Is the header compilable?
9800 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
9801 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
9802 cat >conftest.$ac_ext <<_ACEOF
9803 /* confdefs.h.  */
9804 _ACEOF
9805 cat confdefs.h >>conftest.$ac_ext
9806 cat >>conftest.$ac_ext <<_ACEOF
9807 /* end confdefs.h.  */
9808 $ac_includes_default
9809 #include <$ac_header>
9810 _ACEOF
9811 rm -f conftest.$ac_objext
9812 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
9813   (eval $ac_compile) 2>conftest.er1
9814   ac_status=$?
9815   grep -v '^ *+' conftest.er1 >conftest.err
9816   rm -f conftest.er1
9817   cat conftest.err >&5
9818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9819   (exit $ac_status); } &&
9820          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9821   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9822   (eval $ac_try) 2>&5
9823   ac_status=$?
9824   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9825   (exit $ac_status); }; } &&
9826          { ac_try='test -s conftest.$ac_objext'
9827   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9828   (eval $ac_try) 2>&5
9829   ac_status=$?
9830   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9831   (exit $ac_status); }; }; then
9832   ac_header_compiler=yes
9833 else
9834   echo "$as_me: failed program was:" >&5
9835 sed 's/^/| /' conftest.$ac_ext >&5
9836
9837         ac_header_compiler=no
9838 fi
9839
9840 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
9841 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
9842 echo "${ECHO_T}$ac_header_compiler" >&6; }
9843
9844 # Is the header present?
9845 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
9846 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
9847 cat >conftest.$ac_ext <<_ACEOF
9848 /* confdefs.h.  */
9849 _ACEOF
9850 cat confdefs.h >>conftest.$ac_ext
9851 cat >>conftest.$ac_ext <<_ACEOF
9852 /* end confdefs.h.  */
9853 #include <$ac_header>
9854 _ACEOF
9855 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
9856   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
9857   ac_status=$?
9858   grep -v '^ *+' conftest.er1 >conftest.err
9859   rm -f conftest.er1
9860   cat conftest.err >&5
9861   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9862   (exit $ac_status); } >/dev/null; then
9863   if test -s conftest.err; then
9864     ac_cpp_err=$ac_c_preproc_warn_flag
9865     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
9866   else
9867     ac_cpp_err=
9868   fi
9869 else
9870   ac_cpp_err=yes
9871 fi
9872 if test -z "$ac_cpp_err"; then
9873   ac_header_preproc=yes
9874 else
9875   echo "$as_me: failed program was:" >&5
9876 sed 's/^/| /' conftest.$ac_ext >&5
9877
9878   ac_header_preproc=no
9879 fi
9880
9881 rm -f conftest.err conftest.$ac_ext
9882 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
9883 echo "${ECHO_T}$ac_header_preproc" >&6; }
9884
9885 # So?  What about this header?
9886 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
9887   yes:no: )
9888     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
9889 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
9890     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
9891 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
9892     ac_header_preproc=yes
9893     ;;
9894   no:yes:* )
9895     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
9896 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
9897     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
9898 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
9899     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
9900 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
9901     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
9902 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
9903     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
9904 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
9905     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
9906 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
9907     ( cat <<\_ASBOX
9908 ## ------------------------------------ ##
9909 ## Report this to wine-devel@winehq.org ##
9910 ## ------------------------------------ ##
9911 _ASBOX
9912      ) | sed "s/^/$as_me: WARNING:     /" >&2
9913     ;;
9914 esac
9915 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9916 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9917 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9918   echo $ECHO_N "(cached) $ECHO_C" >&6
9919 else
9920   eval "$as_ac_Header=\$ac_header_preproc"
9921 fi
9922 ac_res=`eval echo '${'$as_ac_Header'}'`
9923                { echo "$as_me:$LINENO: result: $ac_res" >&5
9924 echo "${ECHO_T}$ac_res" >&6; }
9925
9926 fi
9927 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9928   cat >>confdefs.h <<_ACEOF
9929 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9930 _ACEOF
9931  { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
9932 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
9933 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
9934   echo $ECHO_N "(cached) $ECHO_C" >&6
9935 else
9936   ac_check_lib_save_LIBS=$LIBS
9937 LIBS="-lxml2 $ac_xml_libs $LIBS"
9938 cat >conftest.$ac_ext <<_ACEOF
9939 /* confdefs.h.  */
9940 _ACEOF
9941 cat confdefs.h >>conftest.$ac_ext
9942 cat >>conftest.$ac_ext <<_ACEOF
9943 /* end confdefs.h.  */
9944
9945 /* Override any GCC internal prototype to avoid an error.
9946    Use char because int might match the return type of a GCC
9947    builtin and then its argument prototype would still apply.  */
9948 #ifdef __cplusplus
9949 extern "C"
9950 #endif
9951 char xmlParseMemory ();
9952 int
9953 main ()
9954 {
9955 return xmlParseMemory ();
9956   ;
9957   return 0;
9958 }
9959 _ACEOF
9960 rm -f conftest.$ac_objext conftest$ac_exeext
9961 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
9962   (eval $ac_link) 2>conftest.er1
9963   ac_status=$?
9964   grep -v '^ *+' conftest.er1 >conftest.err
9965   rm -f conftest.er1
9966   cat conftest.err >&5
9967   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9968   (exit $ac_status); } &&
9969          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
9970   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9971   (eval $ac_try) 2>&5
9972   ac_status=$?
9973   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9974   (exit $ac_status); }; } &&
9975          { ac_try='test -s conftest$ac_exeext'
9976   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
9977   (eval $ac_try) 2>&5
9978   ac_status=$?
9979   echo "$as_me:$LINENO: \$? = $ac_status" >&5
9980   (exit $ac_status); }; }; then
9981   ac_cv_lib_xml2_xmlParseMemory=yes
9982 else
9983   echo "$as_me: failed program was:" >&5
9984 sed 's/^/| /' conftest.$ac_ext >&5
9985
9986         ac_cv_lib_xml2_xmlParseMemory=no
9987 fi
9988
9989 rm -f conftest.err conftest.$ac_objext \
9990       conftest$ac_exeext conftest.$ac_ext
9991 LIBS=$ac_check_lib_save_LIBS
9992 fi
9993 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
9994 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
9995 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
9996
9997 cat >>confdefs.h <<\_ACEOF
9998 #define HAVE_LIBXML2 1
9999 _ACEOF
10000
10001              XML2LIBS="$ac_xml_libs"
10002              XML2INCL="$ac_xml_cflags"
10003 fi
10004
10005          { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
10006 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
10007 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
10008   echo $ECHO_N "(cached) $ECHO_C" >&6
10009 else
10010   ac_check_lib_save_LIBS=$LIBS
10011 LIBS="-lxml2 $ac_xml_libs $LIBS"
10012 cat >conftest.$ac_ext <<_ACEOF
10013 /* confdefs.h.  */
10014 _ACEOF
10015 cat confdefs.h >>conftest.$ac_ext
10016 cat >>conftest.$ac_ext <<_ACEOF
10017 /* end confdefs.h.  */
10018
10019 /* Override any GCC internal prototype to avoid an error.
10020    Use char because int might match the return type of a GCC
10021    builtin and then its argument prototype would still apply.  */
10022 #ifdef __cplusplus
10023 extern "C"
10024 #endif
10025 char xmlReadMemory ();
10026 int
10027 main ()
10028 {
10029 return xmlReadMemory ();
10030   ;
10031   return 0;
10032 }
10033 _ACEOF
10034 rm -f conftest.$ac_objext conftest$ac_exeext
10035 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10036   (eval $ac_link) 2>conftest.er1
10037   ac_status=$?
10038   grep -v '^ *+' conftest.er1 >conftest.err
10039   rm -f conftest.er1
10040   cat conftest.err >&5
10041   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10042   (exit $ac_status); } &&
10043          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10044   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10045   (eval $ac_try) 2>&5
10046   ac_status=$?
10047   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10048   (exit $ac_status); }; } &&
10049          { ac_try='test -s conftest$ac_exeext'
10050   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10051   (eval $ac_try) 2>&5
10052   ac_status=$?
10053   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10054   (exit $ac_status); }; }; then
10055   ac_cv_lib_xml2_xmlReadMemory=yes
10056 else
10057   echo "$as_me: failed program was:" >&5
10058 sed 's/^/| /' conftest.$ac_ext >&5
10059
10060         ac_cv_lib_xml2_xmlReadMemory=no
10061 fi
10062
10063 rm -f conftest.err conftest.$ac_objext \
10064       conftest$ac_exeext conftest.$ac_ext
10065 LIBS=$ac_check_lib_save_LIBS
10066 fi
10067 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
10068 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
10069 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
10070
10071 cat >>confdefs.h <<\_ACEOF
10072 #define HAVE_XMLREADMEMORY 1
10073 _ACEOF
10074
10075 fi
10076
10077
10078 fi
10079
10080 done
10081
10082     CPPFLAGS="$ac_save_CPPFLAGS"
10083     ac_xslt_libs="`$PKG_CONFIG --libs libxslt`"
10084     ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt`"
10085     CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
10086
10087
10088 for ac_header in libxslt/pattern.h libxslt/transform.h
10089 do
10090 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10091 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10092 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10093 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10094   echo $ECHO_N "(cached) $ECHO_C" >&6
10095 else
10096   cat >conftest.$ac_ext <<_ACEOF
10097 /* confdefs.h.  */
10098 _ACEOF
10099 cat confdefs.h >>conftest.$ac_ext
10100 cat >>conftest.$ac_ext <<_ACEOF
10101 /* end confdefs.h.  */
10102 #ifdef HAVE_LIBXSLT_PATTERN_H
10103 # include <libxslt/pattern.h>
10104 #endif
10105
10106 #include <$ac_header>
10107 _ACEOF
10108 rm -f conftest.$ac_objext
10109 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10110   (eval $ac_compile) 2>conftest.er1
10111   ac_status=$?
10112   grep -v '^ *+' conftest.er1 >conftest.err
10113   rm -f conftest.er1
10114   cat conftest.err >&5
10115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10116   (exit $ac_status); } &&
10117          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10118   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10119   (eval $ac_try) 2>&5
10120   ac_status=$?
10121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10122   (exit $ac_status); }; } &&
10123          { ac_try='test -s conftest.$ac_objext'
10124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10125   (eval $ac_try) 2>&5
10126   ac_status=$?
10127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10128   (exit $ac_status); }; }; then
10129   eval "$as_ac_Header=yes"
10130 else
10131   echo "$as_me: failed program was:" >&5
10132 sed 's/^/| /' conftest.$ac_ext >&5
10133
10134         eval "$as_ac_Header=no"
10135 fi
10136
10137 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10138 fi
10139 ac_res=`eval echo '${'$as_ac_Header'}'`
10140                { echo "$as_me:$LINENO: result: $ac_res" >&5
10141 echo "${ECHO_T}$ac_res" >&6; }
10142 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10143   cat >>confdefs.h <<_ACEOF
10144 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10145 _ACEOF
10146  { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
10147 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
10148 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
10149   echo $ECHO_N "(cached) $ECHO_C" >&6
10150 else
10151   ac_check_lib_save_LIBS=$LIBS
10152 LIBS="-lxslt $ac_xslt_libs $LIBS"
10153 cat >conftest.$ac_ext <<_ACEOF
10154 /* confdefs.h.  */
10155 _ACEOF
10156 cat confdefs.h >>conftest.$ac_ext
10157 cat >>conftest.$ac_ext <<_ACEOF
10158 /* end confdefs.h.  */
10159
10160 /* Override any GCC internal prototype to avoid an error.
10161    Use char because int might match the return type of a GCC
10162    builtin and then its argument prototype would still apply.  */
10163 #ifdef __cplusplus
10164 extern "C"
10165 #endif
10166 char xsltCompilePattern ();
10167 int
10168 main ()
10169 {
10170 return xsltCompilePattern ();
10171   ;
10172   return 0;
10173 }
10174 _ACEOF
10175 rm -f conftest.$ac_objext conftest$ac_exeext
10176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10177   (eval $ac_link) 2>conftest.er1
10178   ac_status=$?
10179   grep -v '^ *+' conftest.er1 >conftest.err
10180   rm -f conftest.er1
10181   cat conftest.err >&5
10182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10183   (exit $ac_status); } &&
10184          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10185   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10186   (eval $ac_try) 2>&5
10187   ac_status=$?
10188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10189   (exit $ac_status); }; } &&
10190          { ac_try='test -s conftest$ac_exeext'
10191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10192   (eval $ac_try) 2>&5
10193   ac_status=$?
10194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10195   (exit $ac_status); }; }; then
10196   ac_cv_lib_xslt_xsltCompilePattern=yes
10197 else
10198   echo "$as_me: failed program was:" >&5
10199 sed 's/^/| /' conftest.$ac_ext >&5
10200
10201         ac_cv_lib_xslt_xsltCompilePattern=no
10202 fi
10203
10204 rm -f conftest.err conftest.$ac_objext \
10205       conftest$ac_exeext conftest.$ac_ext
10206 LIBS=$ac_check_lib_save_LIBS
10207 fi
10208 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
10209 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
10210 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
10211
10212 cat >>confdefs.h <<\_ACEOF
10213 #define HAVE_LIBXSLT 1
10214 _ACEOF
10215
10216              XSLTLIBS="$ac_xslt_libs"
10217              XSLTINCL="$ac_xslt_cflags"
10218 fi
10219
10220
10221 fi
10222
10223 done
10224
10225     CPPFLAGS="$ac_save_CPPFLAGS"
10226 fi
10227
10228 HALINCL=""
10229
10230 if test "$PKG_CONFIG" != "false"
10231 then
10232     ac_save_CPPFLAGS="$CPPFLAGS"
10233     ac_hal_libs="`$PKG_CONFIG --libs hal`"
10234     ac_hal_cflags="`$PKG_CONFIG --cflags hal`"
10235     CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
10236
10237
10238 for ac_header in dbus/dbus.h hal/libhal.h
10239 do
10240 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10241 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10242   { echo "$as_me:$LINENO: checking for $ac_header" >&5
10243 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10244 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10245   echo $ECHO_N "(cached) $ECHO_C" >&6
10246 fi
10247 ac_res=`eval echo '${'$as_ac_Header'}'`
10248                { echo "$as_me:$LINENO: result: $ac_res" >&5
10249 echo "${ECHO_T}$ac_res" >&6; }
10250 else
10251   # Is the header compilable?
10252 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
10253 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
10254 cat >conftest.$ac_ext <<_ACEOF
10255 /* confdefs.h.  */
10256 _ACEOF
10257 cat confdefs.h >>conftest.$ac_ext
10258 cat >>conftest.$ac_ext <<_ACEOF
10259 /* end confdefs.h.  */
10260 $ac_includes_default
10261 #include <$ac_header>
10262 _ACEOF
10263 rm -f conftest.$ac_objext
10264 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10265   (eval $ac_compile) 2>conftest.er1
10266   ac_status=$?
10267   grep -v '^ *+' conftest.er1 >conftest.err
10268   rm -f conftest.er1
10269   cat conftest.err >&5
10270   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10271   (exit $ac_status); } &&
10272          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10273   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10274   (eval $ac_try) 2>&5
10275   ac_status=$?
10276   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10277   (exit $ac_status); }; } &&
10278          { ac_try='test -s conftest.$ac_objext'
10279   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10280   (eval $ac_try) 2>&5
10281   ac_status=$?
10282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10283   (exit $ac_status); }; }; then
10284   ac_header_compiler=yes
10285 else
10286   echo "$as_me: failed program was:" >&5
10287 sed 's/^/| /' conftest.$ac_ext >&5
10288
10289         ac_header_compiler=no
10290 fi
10291
10292 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10293 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10294 echo "${ECHO_T}$ac_header_compiler" >&6; }
10295
10296 # Is the header present?
10297 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
10298 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
10299 cat >conftest.$ac_ext <<_ACEOF
10300 /* confdefs.h.  */
10301 _ACEOF
10302 cat confdefs.h >>conftest.$ac_ext
10303 cat >>conftest.$ac_ext <<_ACEOF
10304 /* end confdefs.h.  */
10305 #include <$ac_header>
10306 _ACEOF
10307 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10308   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10309   ac_status=$?
10310   grep -v '^ *+' conftest.er1 >conftest.err
10311   rm -f conftest.er1
10312   cat conftest.err >&5
10313   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10314   (exit $ac_status); } >/dev/null; then
10315   if test -s conftest.err; then
10316     ac_cpp_err=$ac_c_preproc_warn_flag
10317     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10318   else
10319     ac_cpp_err=
10320   fi
10321 else
10322   ac_cpp_err=yes
10323 fi
10324 if test -z "$ac_cpp_err"; then
10325   ac_header_preproc=yes
10326 else
10327   echo "$as_me: failed program was:" >&5
10328 sed 's/^/| /' conftest.$ac_ext >&5
10329
10330   ac_header_preproc=no
10331 fi
10332
10333 rm -f conftest.err conftest.$ac_ext
10334 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10335 echo "${ECHO_T}$ac_header_preproc" >&6; }
10336
10337 # So?  What about this header?
10338 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10339   yes:no: )
10340     { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
10341 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
10342     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
10343 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
10344     ac_header_preproc=yes
10345     ;;
10346   no:yes:* )
10347     { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
10348 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
10349     { echo "$as_me:$LINENO: WARNING: $ac_header:     check for missing prerequisite headers?" >&5
10350 echo "$as_me: WARNING: $ac_header:     check for missing prerequisite headers?" >&2;}
10351     { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
10352 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
10353     { echo "$as_me:$LINENO: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&5
10354 echo "$as_me: WARNING: $ac_header:     section \"Present But Cannot Be Compiled\"" >&2;}
10355     { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
10356 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
10357     { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
10358 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
10359     ( cat <<\_ASBOX
10360 ## ------------------------------------ ##
10361 ## Report this to wine-devel@winehq.org ##
10362 ## ------------------------------------ ##
10363 _ASBOX
10364      ) | sed "s/^/$as_me: WARNING:     /" >&2
10365     ;;
10366 esac
10367 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10368 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10369 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10370   echo $ECHO_N "(cached) $ECHO_C" >&6
10371 else
10372   eval "$as_ac_Header=\$ac_header_preproc"
10373 fi
10374 ac_res=`eval echo '${'$as_ac_Header'}'`
10375                { echo "$as_me:$LINENO: result: $ac_res" >&5
10376 echo "${ECHO_T}$ac_res" >&6; }
10377
10378 fi
10379 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10380   cat >>confdefs.h <<_ACEOF
10381 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10382 _ACEOF
10383
10384 fi
10385
10386 done
10387
10388     if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
10389     then
10390         { echo "$as_me:$LINENO: checking for libhal_ctx_new in -lhal" >&5
10391 echo $ECHO_N "checking for libhal_ctx_new in -lhal... $ECHO_C" >&6; }
10392 if test "${ac_cv_lib_hal_libhal_ctx_new+set}" = set; then
10393   echo $ECHO_N "(cached) $ECHO_C" >&6
10394 else
10395   ac_check_lib_save_LIBS=$LIBS
10396 LIBS="-lhal  $LIBS"
10397 cat >conftest.$ac_ext <<_ACEOF
10398 /* confdefs.h.  */
10399 _ACEOF
10400 cat confdefs.h >>conftest.$ac_ext
10401 cat >>conftest.$ac_ext <<_ACEOF
10402 /* end confdefs.h.  */
10403
10404 /* Override any GCC internal prototype to avoid an error.
10405    Use char because int might match the return type of a GCC
10406    builtin and then its argument prototype would still apply.  */
10407 #ifdef __cplusplus
10408 extern "C"
10409 #endif
10410 char libhal_ctx_new ();
10411 int
10412 main ()
10413 {
10414 return libhal_ctx_new ();
10415   ;
10416   return 0;
10417 }
10418 _ACEOF
10419 rm -f conftest.$ac_objext conftest$ac_exeext
10420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10421   (eval $ac_link) 2>conftest.er1
10422   ac_status=$?
10423   grep -v '^ *+' conftest.er1 >conftest.err
10424   rm -f conftest.er1
10425   cat conftest.err >&5
10426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10427   (exit $ac_status); } &&
10428          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10430   (eval $ac_try) 2>&5
10431   ac_status=$?
10432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10433   (exit $ac_status); }; } &&
10434          { ac_try='test -s conftest$ac_exeext'
10435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10436   (eval $ac_try) 2>&5
10437   ac_status=$?
10438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439   (exit $ac_status); }; }; then
10440   ac_cv_lib_hal_libhal_ctx_new=yes
10441 else
10442   echo "$as_me: failed program was:" >&5
10443 sed 's/^/| /' conftest.$ac_ext >&5
10444
10445         ac_cv_lib_hal_libhal_ctx_new=no
10446 fi
10447
10448 rm -f conftest.err conftest.$ac_objext \
10449       conftest$ac_exeext conftest.$ac_ext
10450 LIBS=$ac_check_lib_save_LIBS
10451 fi
10452 { echo "$as_me:$LINENO: result: $ac_cv_lib_hal_libhal_ctx_new" >&5
10453 echo "${ECHO_T}$ac_cv_lib_hal_libhal_ctx_new" >&6; }
10454 if test $ac_cv_lib_hal_libhal_ctx_new = yes; then
10455   { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
10456 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
10457 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
10458   echo $ECHO_N "(cached) $ECHO_C" >&6
10459 else
10460   ac_check_lib_save_LIBS=$LIBS
10461 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
10462 cat >conftest.$ac_ext <<_ACEOF
10463 /* confdefs.h.  */
10464 _ACEOF
10465 cat confdefs.h >>conftest.$ac_ext
10466 cat >>conftest.$ac_ext <<_ACEOF
10467 /* end confdefs.h.  */
10468
10469 /* Override any GCC internal prototype to avoid an error.
10470    Use char because int might match the return type of a GCC
10471    builtin and then its argument prototype would still apply.  */
10472 #ifdef __cplusplus
10473 extern "C"
10474 #endif
10475 char dbus_connection_close ();
10476 int
10477 main ()
10478 {
10479 return dbus_connection_close ();
10480   ;
10481   return 0;
10482 }
10483 _ACEOF
10484 rm -f conftest.$ac_objext conftest$ac_exeext
10485 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10486   (eval $ac_link) 2>conftest.er1
10487   ac_status=$?
10488   grep -v '^ *+' conftest.er1 >conftest.err
10489   rm -f conftest.er1
10490   cat conftest.err >&5
10491   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10492   (exit $ac_status); } &&
10493          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10494   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10495   (eval $ac_try) 2>&5
10496   ac_status=$?
10497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10498   (exit $ac_status); }; } &&
10499          { ac_try='test -s conftest$ac_exeext'
10500   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10501   (eval $ac_try) 2>&5
10502   ac_status=$?
10503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10504   (exit $ac_status); }; }; then
10505   ac_cv_lib_dbus_1_dbus_connection_close=yes
10506 else
10507   echo "$as_me: failed program was:" >&5
10508 sed 's/^/| /' conftest.$ac_ext >&5
10509
10510         ac_cv_lib_dbus_1_dbus_connection_close=no
10511 fi
10512
10513 rm -f conftest.err conftest.$ac_objext \
10514       conftest$ac_exeext conftest.$ac_ext
10515 LIBS=$ac_check_lib_save_LIBS
10516 fi
10517 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
10518 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
10519 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
10520
10521 cat >>confdefs.h <<\_ACEOF
10522 #define HAVE_LIBHAL 1
10523 _ACEOF
10524
10525              HALINCL="$ac_hal_cflags"
10526 fi
10527
10528 fi
10529
10530     fi
10531     CPPFLAGS="$ac_save_CPPFLAGS"
10532 fi
10533
10534 CURSESLIBS=""
10535 if test "x$with_curses" != "xno"
10536 then
10537     if test "$ac_cv_header_ncurses_h" = "yes"
10538     then
10539         { echo "$as_me:$LINENO: checking for waddch in -lncurses" >&5
10540 echo $ECHO_N "checking for waddch in -lncurses... $ECHO_C" >&6; }
10541 if test "${ac_cv_lib_ncurses_waddch+set}" = set; then
10542   echo $ECHO_N "(cached) $ECHO_C" >&6
10543 else
10544   ac_check_lib_save_LIBS=$LIBS
10545 LIBS="-lncurses  $LIBS"
10546 cat >conftest.$ac_ext <<_ACEOF
10547 /* confdefs.h.  */
10548 _ACEOF
10549 cat confdefs.h >>conftest.$ac_ext
10550 cat >>conftest.$ac_ext <<_ACEOF
10551 /* end confdefs.h.  */
10552
10553 /* Override any GCC internal prototype to avoid an error.
10554    Use char because int might match the return type of a GCC
10555    builtin and then its argument prototype would still apply.  */
10556 #ifdef __cplusplus
10557 extern "C"
10558 #endif
10559 char waddch ();
10560 int
10561 main ()
10562 {
10563 return waddch ();
10564   ;
10565   return 0;
10566 }
10567 _ACEOF
10568 rm -f conftest.$ac_objext conftest$ac_exeext
10569 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10570   (eval $ac_link) 2>conftest.er1
10571   ac_status=$?
10572   grep -v '^ *+' conftest.er1 >conftest.err
10573   rm -f conftest.er1
10574   cat conftest.err >&5
10575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10576   (exit $ac_status); } &&
10577          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10579   (eval $ac_try) 2>&5
10580   ac_status=$?
10581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10582   (exit $ac_status); }; } &&
10583          { ac_try='test -s conftest$ac_exeext'
10584   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10585   (eval $ac_try) 2>&5
10586   ac_status=$?
10587   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10588   (exit $ac_status); }; }; then
10589   ac_cv_lib_ncurses_waddch=yes
10590 else
10591   echo "$as_me: failed program was:" >&5
10592 sed 's/^/| /' conftest.$ac_ext >&5
10593
10594         ac_cv_lib_ncurses_waddch=no
10595 fi
10596
10597 rm -f conftest.err conftest.$ac_objext \
10598       conftest$ac_exeext conftest.$ac_ext
10599 LIBS=$ac_check_lib_save_LIBS
10600 fi
10601 { echo "$as_me:$LINENO: result: $ac_cv_lib_ncurses_waddch" >&5
10602 echo "${ECHO_T}$ac_cv_lib_ncurses_waddch" >&6; }
10603 if test $ac_cv_lib_ncurses_waddch = yes; then
10604
10605 cat >>confdefs.h <<\_ACEOF
10606 #define HAVE_LIBNCURSES 1
10607 _ACEOF
10608
10609              CURSESLIBS="-lncurses"
10610 fi
10611
10612     elif test "$ac_cv_header_curses_h" = "yes"
10613     then
10614         { echo "$as_me:$LINENO: checking for waddch in -lcurses" >&5
10615 echo $ECHO_N "checking for waddch in -lcurses... $ECHO_C" >&6; }
10616 if test "${ac_cv_lib_curses_waddch+set}" = set; then
10617   echo $ECHO_N "(cached) $ECHO_C" >&6
10618 else
10619   ac_check_lib_save_LIBS=$LIBS
10620 LIBS="-lcurses  $LIBS"
10621 cat >conftest.$ac_ext <<_ACEOF
10622 /* confdefs.h.  */
10623 _ACEOF
10624 cat confdefs.h >>conftest.$ac_ext
10625 cat >>conftest.$ac_ext <<_ACEOF
10626 /* end confdefs.h.  */
10627
10628 /* Override any GCC internal prototype to avoid an error.
10629    Use char because int might match the return type of a GCC
10630    builtin and then its argument prototype would still apply.  */
10631 #ifdef __cplusplus
10632 extern "C"
10633 #endif
10634 char waddch ();
10635 int
10636 main ()
10637 {
10638 return waddch ();
10639   ;
10640   return 0;
10641 }
10642 _ACEOF
10643 rm -f conftest.$ac_objext conftest$ac_exeext
10644 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10645   (eval $ac_link) 2>conftest.er1
10646   ac_status=$?
10647   grep -v '^ *+' conftest.er1 >conftest.err
10648   rm -f conftest.er1
10649   cat conftest.err >&5
10650   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10651   (exit $ac_status); } &&
10652          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10653   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10654   (eval $ac_try) 2>&5
10655   ac_status=$?
10656   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10657   (exit $ac_status); }; } &&
10658          { ac_try='test -s conftest$ac_exeext'
10659   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10660   (eval $ac_try) 2>&5
10661   ac_status=$?
10662   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10663   (exit $ac_status); }; }; then
10664   ac_cv_lib_curses_waddch=yes
10665 else
10666   echo "$as_me: failed program was:" >&5
10667 sed 's/^/| /' conftest.$ac_ext >&5
10668
10669         ac_cv_lib_curses_waddch=no
10670 fi
10671
10672 rm -f conftest.err conftest.$ac_objext \
10673       conftest$ac_exeext conftest.$ac_ext
10674 LIBS=$ac_check_lib_save_LIBS
10675 fi
10676 { echo "$as_me:$LINENO: result: $ac_cv_lib_curses_waddch" >&5
10677 echo "${ECHO_T}$ac_cv_lib_curses_waddch" >&6; }
10678 if test $ac_cv_lib_curses_waddch = yes; then
10679
10680 cat >>confdefs.h <<\_ACEOF
10681 #define HAVE_LIBCURSES 1
10682 _ACEOF
10683
10684              CURSESLIBS="-lcurses"
10685 fi
10686
10687     fi
10688 fi
10689
10690
10691 # Extract the first word of "sane-config", so it can be a program name with args.
10692 set dummy sane-config; ac_word=$2
10693 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10694 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10695 if test "${ac_cv_prog_sane_devel+set}" = set; then
10696   echo $ECHO_N "(cached) $ECHO_C" >&6
10697 else
10698   if test -n "$sane_devel"; then
10699   ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
10700 else
10701 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10702 for as_dir in $PATH
10703 do
10704   IFS=$as_save_IFS
10705   test -z "$as_dir" && as_dir=.
10706   for ac_exec_ext in '' $ac_executable_extensions; do
10707   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
10708     ac_cv_prog_sane_devel="sane-config"
10709     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10710     break 2
10711   fi
10712 done
10713 done
10714 IFS=$as_save_IFS
10715
10716   test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
10717 fi
10718 fi
10719 sane_devel=$ac_cv_prog_sane_devel
10720 if test -n "$sane_devel"; then
10721   { echo "$as_me:$LINENO: result: $sane_devel" >&5
10722 echo "${ECHO_T}$sane_devel" >&6; }
10723 else
10724   { echo "$as_me:$LINENO: result: no" >&5
10725 echo "${ECHO_T}no" >&6; }
10726 fi
10727
10728
10729 SANELIBS=""
10730
10731 SANEINCL=""
10732
10733 if test "$sane_devel" != "no"
10734 then
10735     SANELIBS="`$sane_devel --libs`"
10736     SANEINCL="`$sane_devel --cflags`"
10737     ac_save_CPPFLAGS="$CPPFLAGS"
10738     ac_save_LIBS="$LIBS"
10739     CPPFLAGS="$CPPFLAGS $SANEINCL"
10740     LIBS="$LIBS $SANELIBS"
10741     if test "${ac_cv_header_sane_sane_h+set}" = set; then
10742   { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
10743 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
10744 if test "${ac_cv_header_sane_sane_h+set}" = set; then
10745   echo $ECHO_N "(cached) $ECHO_C" >&6
10746 fi
10747 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
10748 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
10749 else
10750   # Is the header compilable?
10751 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
10752 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
10753 cat >conftest.$ac_ext <<_ACEOF
10754 /* confdefs.h.  */
10755 _ACEOF
10756 cat confdefs.h >>conftest.$ac_ext
10757 cat >>conftest.$ac_ext <<_ACEOF
10758 /* end confdefs.h.  */
10759 $ac_includes_default
10760 #include <sane/sane.h>
10761 _ACEOF
10762 rm -f conftest.$ac_objext
10763 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
10764   (eval $ac_compile) 2>conftest.er1
10765   ac_status=$?
10766   grep -v '^ *+' conftest.er1 >conftest.err
10767   rm -f conftest.er1
10768   cat conftest.err >&5
10769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10770   (exit $ac_status); } &&
10771          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10772   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10773   (eval $ac_try) 2>&5
10774   ac_status=$?
10775   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10776   (exit $ac_status); }; } &&
10777          { ac_try='test -s conftest.$ac_objext'
10778   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10779   (eval $ac_try) 2>&5
10780   ac_status=$?
10781   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10782   (exit $ac_status); }; }; then
10783   ac_header_compiler=yes
10784 else
10785   echo "$as_me: failed program was:" >&5
10786 sed 's/^/| /' conftest.$ac_ext >&5
10787
10788         ac_header_compiler=no
10789 fi
10790
10791 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
10792 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
10793 echo "${ECHO_T}$ac_header_compiler" >&6; }
10794
10795 # Is the header present?
10796 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
10797 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
10798 cat >conftest.$ac_ext <<_ACEOF
10799 /* confdefs.h.  */
10800 _ACEOF
10801 cat confdefs.h >>conftest.$ac_ext
10802 cat >>conftest.$ac_ext <<_ACEOF
10803 /* end confdefs.h.  */
10804 #include <sane/sane.h>
10805 _ACEOF
10806 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
10807   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
10808   ac_status=$?
10809   grep -v '^ *+' conftest.er1 >conftest.err
10810   rm -f conftest.er1
10811   cat conftest.err >&5
10812   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10813   (exit $ac_status); } >/dev/null; then
10814   if test -s conftest.err; then
10815     ac_cpp_err=$ac_c_preproc_warn_flag
10816     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
10817   else
10818     ac_cpp_err=
10819   fi
10820 else
10821   ac_cpp_err=yes
10822 fi
10823 if test -z "$ac_cpp_err"; then
10824   ac_header_preproc=yes
10825 else
10826   echo "$as_me: failed program was:" >&5
10827 sed 's/^/| /' conftest.$ac_ext >&5
10828
10829   ac_header_preproc=no
10830 fi
10831
10832 rm -f conftest.err conftest.$ac_ext
10833 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
10834 echo "${ECHO_T}$ac_header_preproc" >&6; }
10835
10836 # So?  What about this header?
10837 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
10838   yes:no: )
10839     { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
10840 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
10841     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
10842 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
10843     ac_header_preproc=yes
10844     ;;
10845   no:yes:* )
10846     { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
10847 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
10848     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&5
10849 echo "$as_me: WARNING: sane/sane.h:     check for missing prerequisite headers?" >&2;}
10850     { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
10851 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
10852     { echo "$as_me:$LINENO: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&5
10853 echo "$as_me: WARNING: sane/sane.h:     section \"Present But Cannot Be Compiled\"" >&2;}
10854     { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
10855 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
10856     { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
10857 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
10858     ( cat <<\_ASBOX
10859 ## ------------------------------------ ##
10860 ## Report this to wine-devel@winehq.org ##
10861 ## ------------------------------------ ##
10862 _ASBOX
10863      ) | sed "s/^/$as_me: WARNING:     /" >&2
10864     ;;
10865 esac
10866 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
10867 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
10868 if test "${ac_cv_header_sane_sane_h+set}" = set; then
10869   echo $ECHO_N "(cached) $ECHO_C" >&6
10870 else
10871   ac_cv_header_sane_sane_h=$ac_header_preproc
10872 fi
10873 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
10874 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
10875
10876 fi
10877 if test $ac_cv_header_sane_sane_h = yes; then
10878   { echo "$as_me:$LINENO: checking for sane_open in -lsane" >&5
10879 echo $ECHO_N "checking for sane_open in -lsane... $ECHO_C" >&6; }
10880 if test "${ac_cv_lib_sane_sane_open+set}" = set; then
10881   echo $ECHO_N "(cached) $ECHO_C" >&6
10882 else
10883   ac_check_lib_save_LIBS=$LIBS
10884 LIBS="-lsane  $LIBS"
10885 cat >conftest.$ac_ext <<_ACEOF
10886 /* confdefs.h.  */
10887 _ACEOF
10888 cat confdefs.h >>conftest.$ac_ext
10889 cat >>conftest.$ac_ext <<_ACEOF
10890 /* end confdefs.h.  */
10891
10892 /* Override any GCC internal prototype to avoid an error.
10893    Use char because int might match the return type of a GCC
10894    builtin and then its argument prototype would still apply.  */
10895 #ifdef __cplusplus
10896 extern "C"
10897 #endif
10898 char sane_open ();
10899 int
10900 main ()
10901 {
10902 return sane_open ();
10903   ;
10904   return 0;
10905 }
10906 _ACEOF
10907 rm -f conftest.$ac_objext conftest$ac_exeext
10908 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
10909   (eval $ac_link) 2>conftest.er1
10910   ac_status=$?
10911   grep -v '^ *+' conftest.er1 >conftest.err
10912   rm -f conftest.er1
10913   cat conftest.err >&5
10914   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915   (exit $ac_status); } &&
10916          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
10917   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10918   (eval $ac_try) 2>&5
10919   ac_status=$?
10920   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10921   (exit $ac_status); }; } &&
10922          { ac_try='test -s conftest$ac_exeext'
10923   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
10924   (eval $ac_try) 2>&5
10925   ac_status=$?
10926   echo "$as_me:$LINENO: \$? = $ac_status" >&5
10927   (exit $ac_status); }; }; then
10928   ac_cv_lib_sane_sane_open=yes
10929 else
10930   echo "$as_me: failed program was:" >&5
10931 sed 's/^/| /' conftest.$ac_ext >&5
10932
10933         ac_cv_lib_sane_sane_open=no
10934 fi
10935
10936 rm -f conftest.err conftest.$ac_objext \
10937       conftest$ac_exeext conftest.$ac_ext
10938 LIBS=$ac_check_lib_save_LIBS
10939 fi
10940 { echo "$as_me:$LINENO: result: $ac_cv_lib_sane_sane_open" >&5
10941 echo "${ECHO_T}$ac_cv_lib_sane_sane_open" >&6; }
10942 if test $ac_cv_lib_sane_sane_open = yes; then
10943
10944 cat >>confdefs.h <<\_ACEOF
10945 #define HAVE_SANE 1
10946 _ACEOF
10947
10948 else
10949   SANELIBS=""
10950                                   SANEINCL=""
10951 fi
10952
10953 else
10954   SANELIBS=""
10955                     SANEINCL=""
10956 fi
10957
10958
10959     LIBS="$ac_save_LIBS"
10960     CPPFLAGS="$ac_save_CPPFLAGS"
10961 fi
10962
10963 # Extract the first word of "gphoto2-config", so it can be a program name with args.
10964 set dummy gphoto2-config; ac_word=$2
10965 { echo "$as_me:$LINENO: checking for $ac_word" >&5
10966 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
10967 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
10968   echo $ECHO_N "(cached) $ECHO_C" >&6
10969 else
10970   if test -n "$gphoto2_devel"; then
10971   ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
10972 else
10973 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
10974 for as_dir in $PATH
10975 do
10976   IFS=$as_save_IFS
10977   test -z "$as_dir" && as_dir=.
10978   for ac_exec_ext in '' $ac_executable_extensions; do
10979   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
10980     ac_cv_prog_gphoto2_devel="gphoto2-config"
10981     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
10982     break 2
10983   fi
10984 done
10985 done
10986 IFS=$as_save_IFS
10987
10988   test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
10989 fi
10990 fi
10991 gphoto2_devel=$ac_cv_prog_gphoto2_devel
10992 if test -n "$gphoto2_devel"; then
10993   { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
10994 echo "${ECHO_T}$gphoto2_devel" >&6; }
10995 else
10996   { echo "$as_me:$LINENO: result: no" >&5
10997 echo "${ECHO_T}no" >&6; }
10998 fi
10999
11000
11001 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
11002 set dummy gphoto2-port-config; ac_word=$2
11003 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11004 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11005 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
11006   echo $ECHO_N "(cached) $ECHO_C" >&6
11007 else
11008   if test -n "$gphoto2port_devel"; then
11009   ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
11010 else
11011 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11012 for as_dir in $PATH
11013 do
11014   IFS=$as_save_IFS
11015   test -z "$as_dir" && as_dir=.
11016   for ac_exec_ext in '' $ac_executable_extensions; do
11017   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11018     ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
11019     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11020     break 2
11021   fi
11022 done
11023 done
11024 IFS=$as_save_IFS
11025
11026   test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
11027 fi
11028 fi
11029 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
11030 if test -n "$gphoto2port_devel"; then
11031   { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
11032 echo "${ECHO_T}$gphoto2port_devel" >&6; }
11033 else
11034   { echo "$as_me:$LINENO: result: no" >&5
11035 echo "${ECHO_T}no" >&6; }
11036 fi
11037
11038
11039 GPHOTO2LIBS=""
11040
11041 GPHOTO2INCL=""
11042
11043 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
11044 then
11045     GPHOTO2INCL="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
11046     GPHOTO2LIBS=""
11047     for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
11048     do
11049       case "$i" in
11050         -L/usr/lib|-L/usr/lib64) ;;
11051         -L*|-l*) GPHOTO2LIBS="$GPHOTO2LIBS $i";;
11052       esac
11053     done
11054     ac_save_CPPFLAGS="$CPPFLAGS"
11055     ac_save_LIBS="$LIBS"
11056     CPPFLAGS="$CPPFLAGS $GPHOTO2INCL"
11057     LIBS="$LIBS $GPHOTO2LIBS"
11058     if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11059   { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11060 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11061 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11062   echo $ECHO_N "(cached) $ECHO_C" >&6
11063 fi
11064 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11065 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11066 else
11067   # Is the header compilable?
11068 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
11069 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
11070 cat >conftest.$ac_ext <<_ACEOF
11071 /* confdefs.h.  */
11072 _ACEOF
11073 cat confdefs.h >>conftest.$ac_ext
11074 cat >>conftest.$ac_ext <<_ACEOF
11075 /* end confdefs.h.  */
11076 $ac_includes_default
11077 #include <gphoto2-camera.h>
11078 _ACEOF
11079 rm -f conftest.$ac_objext
11080 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11081   (eval $ac_compile) 2>conftest.er1
11082   ac_status=$?
11083   grep -v '^ *+' conftest.er1 >conftest.err
11084   rm -f conftest.er1
11085   cat conftest.err >&5
11086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11087   (exit $ac_status); } &&
11088          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11089   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11090   (eval $ac_try) 2>&5
11091   ac_status=$?
11092   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11093   (exit $ac_status); }; } &&
11094          { ac_try='test -s conftest.$ac_objext'
11095   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11096   (eval $ac_try) 2>&5
11097   ac_status=$?
11098   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11099   (exit $ac_status); }; }; then
11100   ac_header_compiler=yes
11101 else
11102   echo "$as_me: failed program was:" >&5
11103 sed 's/^/| /' conftest.$ac_ext >&5
11104
11105         ac_header_compiler=no
11106 fi
11107
11108 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11109 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11110 echo "${ECHO_T}$ac_header_compiler" >&6; }
11111
11112 # Is the header present?
11113 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
11114 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
11115 cat >conftest.$ac_ext <<_ACEOF
11116 /* confdefs.h.  */
11117 _ACEOF
11118 cat confdefs.h >>conftest.$ac_ext
11119 cat >>conftest.$ac_ext <<_ACEOF
11120 /* end confdefs.h.  */
11121 #include <gphoto2-camera.h>
11122 _ACEOF
11123 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
11124   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
11125   ac_status=$?
11126   grep -v '^ *+' conftest.er1 >conftest.err
11127   rm -f conftest.er1
11128   cat conftest.err >&5
11129   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11130   (exit $ac_status); } >/dev/null; then
11131   if test -s conftest.err; then
11132     ac_cpp_err=$ac_c_preproc_warn_flag
11133     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
11134   else
11135     ac_cpp_err=
11136   fi
11137 else
11138   ac_cpp_err=yes
11139 fi
11140 if test -z "$ac_cpp_err"; then
11141   ac_header_preproc=yes
11142 else
11143   echo "$as_me: failed program was:" >&5
11144 sed 's/^/| /' conftest.$ac_ext >&5
11145
11146   ac_header_preproc=no
11147 fi
11148
11149 rm -f conftest.err conftest.$ac_ext
11150 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11151 echo "${ECHO_T}$ac_header_preproc" >&6; }
11152
11153 # So?  What about this header?
11154 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11155   yes:no: )
11156     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
11157 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
11158     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
11159 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
11160     ac_header_preproc=yes
11161     ;;
11162   no:yes:* )
11163     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
11164 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
11165     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&5
11166 echo "$as_me: WARNING: gphoto2-camera.h:     check for missing prerequisite headers?" >&2;}
11167     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
11168 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
11169     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&5
11170 echo "$as_me: WARNING: gphoto2-camera.h:     section \"Present But Cannot Be Compiled\"" >&2;}
11171     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
11172 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
11173     { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
11174 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
11175     ( cat <<\_ASBOX
11176 ## ------------------------------------ ##
11177 ## Report this to wine-devel@winehq.org ##
11178 ## ------------------------------------ ##
11179 _ASBOX
11180      ) | sed "s/^/$as_me: WARNING:     /" >&2
11181     ;;
11182 esac
11183 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
11184 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
11185 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
11186   echo $ECHO_N "(cached) $ECHO_C" >&6
11187 else
11188   ac_cv_header_gphoto2_camera_h=$ac_header_preproc
11189 fi
11190 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
11191 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
11192
11193 fi
11194 if test $ac_cv_header_gphoto2_camera_h = yes; then
11195   { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
11196 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
11197 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
11198   echo $ECHO_N "(cached) $ECHO_C" >&6
11199 else
11200   ac_check_lib_save_LIBS=$LIBS
11201 LIBS="-lgphoto2  $LIBS"
11202 cat >conftest.$ac_ext <<_ACEOF
11203 /* confdefs.h.  */
11204 _ACEOF
11205 cat confdefs.h >>conftest.$ac_ext
11206 cat >>conftest.$ac_ext <<_ACEOF
11207 /* end confdefs.h.  */
11208
11209 /* Override any GCC internal prototype to avoid an error.
11210    Use char because int might match the return type of a GCC
11211    builtin and then its argument prototype would still apply.  */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char gp_camera_new ();
11216 int
11217 main ()
11218 {
11219 return gp_camera_new ();
11220   ;
11221   return 0;
11222 }
11223 _ACEOF
11224 rm -f conftest.$ac_objext conftest$ac_exeext
11225 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11226   (eval $ac_link) 2>conftest.er1
11227   ac_status=$?
11228   grep -v '^ *+' conftest.er1 >conftest.err
11229   rm -f conftest.er1
11230   cat conftest.err >&5
11231   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232   (exit $ac_status); } &&
11233          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11234   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11235   (eval $ac_try) 2>&5
11236   ac_status=$?
11237   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11238   (exit $ac_status); }; } &&
11239          { ac_try='test -s conftest$ac_exeext'
11240   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11241   (eval $ac_try) 2>&5
11242   ac_status=$?
11243   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244   (exit $ac_status); }; }; then
11245   ac_cv_lib_gphoto2_gp_camera_new=yes
11246 else
11247   echo "$as_me: failed program was:" >&5
11248 sed 's/^/| /' conftest.$ac_ext >&5
11249
11250         ac_cv_lib_gphoto2_gp_camera_new=no
11251 fi
11252
11253 rm -f conftest.err conftest.$ac_objext \
11254       conftest$ac_exeext conftest.$ac_ext
11255 LIBS=$ac_check_lib_save_LIBS
11256 fi
11257 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
11258 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
11259 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
11260
11261 cat >>confdefs.h <<\_ACEOF
11262 #define HAVE_GPHOTO2 1
11263 _ACEOF
11264
11265 else
11266   GPHOTO2LIBS=""
11267                                   GPHOTO2INCL=""
11268 fi
11269
11270 else
11271   GPHOTO2LIBS=""
11272                     GPHOTO2INCL=""
11273 fi
11274
11275
11276     LIBS="$ac_save_LIBS"
11277     CPPFLAGS="$ac_save_CPPFLAGS"
11278 fi
11279
11280 if test "$ac_cv_header_unicode_ubidi_h" = "yes"
11281 then
11282     saved_libs="$LIBS"
11283     ICU_LIB_DIR="${ICU_LIB_DIR-/usr/lib}"
11284     ICUUC_LIB="${ICUUC_LIB-$ICU_LIB_DIR/libsicuuc.a}"
11285     ICUDATA_LIB="${ICUDATA_LIB-$ICU_LIB_DIR/libsicudata.a}"
11286     { echo "$as_me:$LINENO: checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB" >&5
11287 echo $ECHO_N "checking whether can link with ICU libraries $ICUUC_LIB and $ICUDATA_LIB... $ECHO_C" >&6; }
11288     LIBS="$LIBS $ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
11289     cat >conftest.$ac_ext <<_ACEOF
11290 /* confdefs.h.  */
11291 _ACEOF
11292 cat confdefs.h >>conftest.$ac_ext
11293 cat >>conftest.$ac_ext <<_ACEOF
11294 /* end confdefs.h.  */
11295 #include <unicode/ubidi.h>
11296 int
11297 main ()
11298 {
11299 ubidi_open()
11300   ;
11301   return 0;
11302 }
11303 _ACEOF
11304 rm -f conftest.$ac_objext conftest$ac_exeext
11305 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11306   (eval $ac_link) 2>conftest.er1
11307   ac_status=$?
11308   grep -v '^ *+' conftest.er1 >conftest.err
11309   rm -f conftest.er1
11310   cat conftest.err >&5
11311   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11312   (exit $ac_status); } &&
11313          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11314   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11315   (eval $ac_try) 2>&5
11316   ac_status=$?
11317   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11318   (exit $ac_status); }; } &&
11319          { ac_try='test -s conftest$ac_exeext'
11320   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11321   (eval $ac_try) 2>&5
11322   ac_status=$?
11323   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11324   (exit $ac_status); }; }; then
11325
11326 cat >>confdefs.h <<\_ACEOF
11327 #define HAVE_ICU 1
11328 _ACEOF
11329
11330                  ICULIBS="$ICUUC_LIB $ICUDATA_LIB -lstdc++ -lgcc_s"
11331
11332                  { echo "$as_me:$LINENO: result: yes" >&5
11333 echo "${ECHO_T}yes" >&6; }
11334 else
11335   echo "$as_me: failed program was:" >&5
11336 sed 's/^/| /' conftest.$ac_ext >&5
11337
11338         { echo "$as_me:$LINENO: result: no" >&5
11339 echo "${ECHO_T}no" >&6; }
11340 fi
11341
11342 rm -f conftest.err conftest.$ac_objext \
11343       conftest$ac_exeext conftest.$ac_ext
11344     LIBS="$saved_libs"
11345 fi
11346
11347 RESOLVLIBS=""
11348
11349 if test "$ac_cv_header_resolv_h" = "yes"
11350 then
11351     { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
11352 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
11353 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
11354   echo $ECHO_N "(cached) $ECHO_C" >&6
11355 else
11356   ac_check_lib_save_LIBS=$LIBS
11357 LIBS="-lresolv  $LIBS"
11358 cat >conftest.$ac_ext <<_ACEOF
11359 /* confdefs.h.  */
11360 _ACEOF
11361 cat confdefs.h >>conftest.$ac_ext
11362 cat >>conftest.$ac_ext <<_ACEOF
11363 /* end confdefs.h.  */
11364
11365 /* Override any GCC internal prototype to avoid an error.
11366    Use char because int might match the return type of a GCC
11367    builtin and then its argument prototype would still apply.  */
11368 #ifdef __cplusplus
11369 extern "C"
11370 #endif
11371 char res_query ();
11372 int
11373 main ()
11374 {
11375 return res_query ();
11376   ;
11377   return 0;
11378 }
11379 _ACEOF
11380 rm -f conftest.$ac_objext conftest$ac_exeext
11381 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11382   (eval $ac_link) 2>conftest.er1
11383   ac_status=$?
11384   grep -v '^ *+' conftest.er1 >conftest.err
11385   rm -f conftest.er1
11386   cat conftest.err >&5
11387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11388   (exit $ac_status); } &&
11389          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11390   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11391   (eval $ac_try) 2>&5
11392   ac_status=$?
11393   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11394   (exit $ac_status); }; } &&
11395          { ac_try='test -s conftest$ac_exeext'
11396   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11397   (eval $ac_try) 2>&5
11398   ac_status=$?
11399   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11400   (exit $ac_status); }; }; then
11401   ac_cv_lib_resolv_res_query=yes
11402 else
11403   echo "$as_me: failed program was:" >&5
11404 sed 's/^/| /' conftest.$ac_ext >&5
11405
11406         ac_cv_lib_resolv_res_query=no
11407 fi
11408
11409 rm -f conftest.err conftest.$ac_objext \
11410       conftest$ac_exeext conftest.$ac_ext
11411 LIBS=$ac_check_lib_save_LIBS
11412 fi
11413 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
11414 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
11415 if test $ac_cv_lib_resolv_res_query = yes; then
11416
11417 cat >>confdefs.h <<\_ACEOF
11418 #define HAVE_RESOLV 1
11419 _ACEOF
11420
11421          RESOLVLIBS="-lresolv"
11422 fi
11423
11424 fi
11425
11426 LCMSLIBS=""
11427
11428 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
11429 then
11430     { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
11431 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
11432 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
11433   echo $ECHO_N "(cached) $ECHO_C" >&6
11434 else
11435   ac_check_lib_save_LIBS=$LIBS
11436 LIBS="-llcms  $LIBS"
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h.  */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h.  */
11443
11444 /* Override any GCC internal prototype to avoid an error.
11445    Use char because int might match the return type of a GCC
11446    builtin and then its argument prototype would still apply.  */
11447 #ifdef __cplusplus
11448 extern "C"
11449 #endif
11450 char cmsOpenProfileFromFile ();
11451 int
11452 main ()
11453 {
11454 return cmsOpenProfileFromFile ();
11455   ;
11456   return 0;
11457 }
11458 _ACEOF
11459 rm -f conftest.$ac_objext conftest$ac_exeext
11460 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11461   (eval $ac_link) 2>conftest.er1
11462   ac_status=$?
11463   grep -v '^ *+' conftest.er1 >conftest.err
11464   rm -f conftest.er1
11465   cat conftest.err >&5
11466   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11467   (exit $ac_status); } &&
11468          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11469   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11470   (eval $ac_try) 2>&5
11471   ac_status=$?
11472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11473   (exit $ac_status); }; } &&
11474          { ac_try='test -s conftest$ac_exeext'
11475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11476   (eval $ac_try) 2>&5
11477   ac_status=$?
11478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11479   (exit $ac_status); }; }; then
11480   ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
11481 else
11482   echo "$as_me: failed program was:" >&5
11483 sed 's/^/| /' conftest.$ac_ext >&5
11484
11485         ac_cv_lib_lcms_cmsOpenProfileFromFile=no
11486 fi
11487
11488 rm -f conftest.err conftest.$ac_objext \
11489       conftest$ac_exeext conftest.$ac_ext
11490 LIBS=$ac_check_lib_save_LIBS
11491 fi
11492 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
11493 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
11494 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
11495
11496 cat >>confdefs.h <<\_ACEOF
11497 #define HAVE_LCMS 1
11498 _ACEOF
11499
11500          LCMSLIBS="-llcms"
11501 fi
11502
11503 fi
11504
11505 LDAPLIBS=""
11506
11507 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
11508 then
11509     { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
11510 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
11511 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
11512   echo $ECHO_N "(cached) $ECHO_C" >&6
11513 else
11514   ac_check_lib_save_LIBS=$LIBS
11515 LIBS="-lldap_r $LIBPTHREAD $LIBS"
11516 cat >conftest.$ac_ext <<_ACEOF
11517 /* confdefs.h.  */
11518 _ACEOF
11519 cat confdefs.h >>conftest.$ac_ext
11520 cat >>conftest.$ac_ext <<_ACEOF
11521 /* end confdefs.h.  */
11522
11523 /* Override any GCC internal prototype to avoid an error.
11524    Use char because int might match the return type of a GCC
11525    builtin and then its argument prototype would still apply.  */
11526 #ifdef __cplusplus
11527 extern "C"
11528 #endif
11529 char ldap_initialize ();
11530 int
11531 main ()
11532 {
11533 return ldap_initialize ();
11534   ;
11535   return 0;
11536 }
11537 _ACEOF
11538 rm -f conftest.$ac_objext conftest$ac_exeext
11539 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11540   (eval $ac_link) 2>conftest.er1
11541   ac_status=$?
11542   grep -v '^ *+' conftest.er1 >conftest.err
11543   rm -f conftest.er1
11544   cat conftest.err >&5
11545   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11546   (exit $ac_status); } &&
11547          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11548   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11549   (eval $ac_try) 2>&5
11550   ac_status=$?
11551   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11552   (exit $ac_status); }; } &&
11553          { ac_try='test -s conftest$ac_exeext'
11554   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11555   (eval $ac_try) 2>&5
11556   ac_status=$?
11557   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11558   (exit $ac_status); }; }; then
11559   ac_cv_lib_ldap_r_ldap_initialize=yes
11560 else
11561   echo "$as_me: failed program was:" >&5
11562 sed 's/^/| /' conftest.$ac_ext >&5
11563
11564         ac_cv_lib_ldap_r_ldap_initialize=no
11565 fi
11566
11567 rm -f conftest.err conftest.$ac_objext \
11568       conftest$ac_exeext conftest.$ac_ext
11569 LIBS=$ac_check_lib_save_LIBS
11570 fi
11571 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
11572 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
11573 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
11574   { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
11575 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
11576 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
11577   echo $ECHO_N "(cached) $ECHO_C" >&6
11578 else
11579   ac_check_lib_save_LIBS=$LIBS
11580 LIBS="-llber $LIBPTHREAD $LIBS"
11581 cat >conftest.$ac_ext <<_ACEOF
11582 /* confdefs.h.  */
11583 _ACEOF
11584 cat confdefs.h >>conftest.$ac_ext
11585 cat >>conftest.$ac_ext <<_ACEOF
11586 /* end confdefs.h.  */
11587
11588 /* Override any GCC internal prototype to avoid an error.
11589    Use char because int might match the return type of a GCC
11590    builtin and then its argument prototype would still apply.  */
11591 #ifdef __cplusplus
11592 extern "C"
11593 #endif
11594 char ber_init ();
11595 int
11596 main ()
11597 {
11598 return ber_init ();
11599   ;
11600   return 0;
11601 }
11602 _ACEOF
11603 rm -f conftest.$ac_objext conftest$ac_exeext
11604 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11605   (eval $ac_link) 2>conftest.er1
11606   ac_status=$?
11607   grep -v '^ *+' conftest.er1 >conftest.err
11608   rm -f conftest.er1
11609   cat conftest.err >&5
11610   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11611   (exit $ac_status); } &&
11612          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11613   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11614   (eval $ac_try) 2>&5
11615   ac_status=$?
11616   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617   (exit $ac_status); }; } &&
11618          { ac_try='test -s conftest$ac_exeext'
11619   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11620   (eval $ac_try) 2>&5
11621   ac_status=$?
11622   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11623   (exit $ac_status); }; }; then
11624   ac_cv_lib_lber_ber_init=yes
11625 else
11626   echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11628
11629         ac_cv_lib_lber_ber_init=no
11630 fi
11631
11632 rm -f conftest.err conftest.$ac_objext \
11633       conftest$ac_exeext conftest.$ac_ext
11634 LIBS=$ac_check_lib_save_LIBS
11635 fi
11636 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
11637 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
11638 if test $ac_cv_lib_lber_ber_init = yes; then
11639
11640 cat >>confdefs.h <<\_ACEOF
11641 #define HAVE_LDAP 1
11642 _ACEOF
11643
11644              LDAPLIBS="-lldap_r -llber"
11645 fi
11646
11647 fi
11648
11649     ac_wine_check_funcs_save_LIBS="$LIBS"
11650 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
11651
11652
11653
11654
11655 for ac_func in \
11656         ldap_count_references \
11657         ldap_first_reference \
11658         ldap_next_reference \
11659         ldap_parse_reference
11660 do
11661 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
11662 { echo "$as_me:$LINENO: checking for $ac_func" >&5
11663 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
11664 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
11665   echo $ECHO_N "(cached) $ECHO_C" >&6
11666 else
11667   cat >conftest.$ac_ext <<_ACEOF
11668 /* confdefs.h.  */
11669 _ACEOF
11670 cat confdefs.h >>conftest.$ac_ext
11671 cat >>conftest.$ac_ext <<_ACEOF
11672 /* end confdefs.h.  */
11673 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
11674    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
11675 #define $ac_func innocuous_$ac_func
11676
11677 /* System header to define __stub macros and hopefully few prototypes,
11678     which can conflict with char $ac_func (); below.
11679     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
11680     <limits.h> exists even on freestanding compilers.  */
11681
11682 #ifdef __STDC__
11683 # include <limits.h>
11684 #else
11685 # include <assert.h>
11686 #endif
11687
11688 #undef $ac_func
11689
11690 /* Override any GCC internal prototype to avoid an error.
11691    Use char because int might match the return type of a GCC
11692    builtin and then its argument prototype would still apply.  */
11693 #ifdef __cplusplus
11694 extern "C"
11695 #endif
11696 char $ac_func ();
11697 /* The GNU C library defines this for functions which it implements
11698     to always fail with ENOSYS.  Some functions are actually named
11699     something starting with __ and the normal name is an alias.  */
11700 #if defined __stub_$ac_func || defined __stub___$ac_func
11701 choke me
11702 #endif
11703
11704 int
11705 main ()
11706 {
11707 return $ac_func ();
11708   ;
11709   return 0;
11710 }
11711 _ACEOF
11712 rm -f conftest.$ac_objext conftest$ac_exeext
11713 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11714   (eval $ac_link) 2>conftest.er1
11715   ac_status=$?
11716   grep -v '^ *+' conftest.er1 >conftest.err
11717   rm -f conftest.er1
11718   cat conftest.err >&5
11719   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11720   (exit $ac_status); } &&
11721          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11722   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11723   (eval $ac_try) 2>&5
11724   ac_status=$?
11725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11726   (exit $ac_status); }; } &&
11727          { ac_try='test -s conftest$ac_exeext'
11728   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11729   (eval $ac_try) 2>&5
11730   ac_status=$?
11731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11732   (exit $ac_status); }; }; then
11733   eval "$as_ac_var=yes"
11734 else
11735   echo "$as_me: failed program was:" >&5
11736 sed 's/^/| /' conftest.$ac_ext >&5
11737
11738         eval "$as_ac_var=no"
11739 fi
11740
11741 rm -f conftest.err conftest.$ac_objext \
11742       conftest$ac_exeext conftest.$ac_ext
11743 fi
11744 ac_res=`eval echo '${'$as_ac_var'}'`
11745                { echo "$as_me:$LINENO: result: $ac_res" >&5
11746 echo "${ECHO_T}$ac_res" >&6; }
11747 if test `eval echo '${'$as_ac_var'}'` = yes; then
11748   cat >>confdefs.h <<_ACEOF
11749 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
11750 _ACEOF
11751
11752 fi
11753 done
11754
11755 LIBS="$ac_wine_check_funcs_save_LIBS"
11756 fi
11757
11758 FREETYPELIBS=""
11759
11760 FREETYPEINCL=""
11761
11762 { echo "$as_me:$LINENO: checking for FT_Init_FreeType in -lfreetype" >&5
11763 echo $ECHO_N "checking for FT_Init_FreeType in -lfreetype... $ECHO_C" >&6; }
11764 if test "${ac_cv_lib_freetype_FT_Init_FreeType+set}" = set; then
11765   echo $ECHO_N "(cached) $ECHO_C" >&6
11766 else
11767   ac_check_lib_save_LIBS=$LIBS
11768 LIBS="-lfreetype $X_LIBS $LIBS"
11769 cat >conftest.$ac_ext <<_ACEOF
11770 /* confdefs.h.  */
11771 _ACEOF
11772 cat confdefs.h >>conftest.$ac_ext
11773 cat >>conftest.$ac_ext <<_ACEOF
11774 /* end confdefs.h.  */
11775
11776 /* Override any GCC internal prototype to avoid an error.
11777    Use char because int might match the return type of a GCC
11778    builtin and then its argument prototype would still apply.  */
11779 #ifdef __cplusplus
11780 extern "C"
11781 #endif
11782 char FT_Init_FreeType ();
11783 int
11784 main ()
11785 {
11786 return FT_Init_FreeType ();
11787   ;
11788   return 0;
11789 }
11790 _ACEOF
11791 rm -f conftest.$ac_objext conftest$ac_exeext
11792 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
11793   (eval $ac_link) 2>conftest.er1
11794   ac_status=$?
11795   grep -v '^ *+' conftest.er1 >conftest.err
11796   rm -f conftest.er1
11797   cat conftest.err >&5
11798   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11799   (exit $ac_status); } &&
11800          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11801   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11802   (eval $ac_try) 2>&5
11803   ac_status=$?
11804   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11805   (exit $ac_status); }; } &&
11806          { ac_try='test -s conftest$ac_exeext'
11807   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11808   (eval $ac_try) 2>&5
11809   ac_status=$?
11810   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11811   (exit $ac_status); }; }; then
11812   ac_cv_lib_freetype_FT_Init_FreeType=yes
11813 else
11814   echo "$as_me: failed program was:" >&5
11815 sed 's/^/| /' conftest.$ac_ext >&5
11816
11817         ac_cv_lib_freetype_FT_Init_FreeType=no
11818 fi
11819
11820 rm -f conftest.err conftest.$ac_objext \
11821       conftest$ac_exeext conftest.$ac_ext
11822 LIBS=$ac_check_lib_save_LIBS
11823 fi
11824 { echo "$as_me:$LINENO: result: $ac_cv_lib_freetype_FT_Init_FreeType" >&5
11825 echo "${ECHO_T}$ac_cv_lib_freetype_FT_Init_FreeType" >&6; }
11826 if test $ac_cv_lib_freetype_FT_Init_FreeType = yes; then
11827   ft_lib=yes
11828 else
11829   ft_lib=no
11830 fi
11831
11832 if test "$ft_lib" = "no"
11833 then
11834     wine_cv_msg_freetype=no
11835 else
11836     # Extract the first word of "freetype-config", so it can be a program name with args.
11837 set dummy freetype-config; ac_word=$2
11838 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11839 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11840 if test "${ac_cv_prog_ft_devel+set}" = set; then
11841   echo $ECHO_N "(cached) $ECHO_C" >&6
11842 else
11843   if test -n "$ft_devel"; then
11844   ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
11845 else
11846 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11847 for as_dir in $PATH
11848 do
11849   IFS=$as_save_IFS
11850   test -z "$as_dir" && as_dir=.
11851   for ac_exec_ext in '' $ac_executable_extensions; do
11852   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11853     ac_cv_prog_ft_devel="freetype-config"
11854     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11855     break 2
11856   fi
11857 done
11858 done
11859 IFS=$as_save_IFS
11860
11861   test -z "$ac_cv_prog_ft_devel" && ac_cv_prog_ft_devel="no"
11862 fi
11863 fi
11864 ft_devel=$ac_cv_prog_ft_devel
11865 if test -n "$ft_devel"; then
11866   { echo "$as_me:$LINENO: result: $ft_devel" >&5
11867 echo "${ECHO_T}$ft_devel" >&6; }
11868 else
11869   { echo "$as_me:$LINENO: result: no" >&5
11870 echo "${ECHO_T}no" >&6; }
11871 fi
11872
11873
11874     if test "$ft_devel" = "no"
11875     then
11876         # Extract the first word of "freetype2-config", so it can be a program name with args.
11877 set dummy freetype2-config; ac_word=$2
11878 { echo "$as_me:$LINENO: checking for $ac_word" >&5
11879 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
11880 if test "${ac_cv_prog_ft_devel2+set}" = set; then
11881   echo $ECHO_N "(cached) $ECHO_C" >&6
11882 else
11883   if test -n "$ft_devel2"; then
11884   ac_cv_prog_ft_devel2="$ft_devel2" # Let the user override the test.
11885 else
11886 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
11887 for as_dir in $PATH
11888 do
11889   IFS=$as_save_IFS
11890   test -z "$as_dir" && as_dir=.
11891   for ac_exec_ext in '' $ac_executable_extensions; do
11892   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
11893     ac_cv_prog_ft_devel2="freetype2-config"
11894     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
11895     break 2
11896   fi
11897 done
11898 done
11899 IFS=$as_save_IFS
11900
11901   test -z "$ac_cv_prog_ft_devel2" && ac_cv_prog_ft_devel2="no"
11902 fi
11903 fi
11904 ft_devel2=$ac_cv_prog_ft_devel2
11905 if test -n "$ft_devel2"; then
11906   { echo "$as_me:$LINENO: result: $ft_devel2" >&5
11907 echo "${ECHO_T}$ft_devel2" >&6; }
11908 else
11909   { echo "$as_me:$LINENO: result: no" >&5
11910 echo "${ECHO_T}no" >&6; }
11911 fi
11912
11913
11914         if test "$ft_devel2" = "freetype2-config"
11915         then
11916                 ft_devel=$ft_devel2
11917         fi
11918     fi
11919     if test "$ft_devel" = "no"
11920     then
11921         wine_cv_msg_freetype=yes
11922     else
11923         FREETYPELIBS=`$ft_devel --libs`
11924         FREETYPEINCL=`$ft_devel --cflags`
11925         ac_save_CPPFLAGS="$CPPFLAGS"
11926         CPPFLAGS="$FREETYPEINCL $CPPFLAGS"
11927
11928
11929
11930
11931
11932
11933
11934
11935
11936
11937
11938 for ac_header in ft2build.h \
11939                          freetype/freetype.h \
11940                          freetype/ftglyph.h \
11941                          freetype/tttables.h \
11942                          freetype/ftnames.h \
11943                          freetype/ftsnames.h \
11944                          freetype/ttnameid.h \
11945                          freetype/ftoutln.h \
11946                          freetype/ftwinfnt.h \
11947                          freetype/ftmodapi.h \
11948                          freetype/internal/sfnt.h
11949 do
11950 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11951 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11952 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11953 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11954   echo $ECHO_N "(cached) $ECHO_C" >&6
11955 else
11956   cat >conftest.$ac_ext <<_ACEOF
11957 /* confdefs.h.  */
11958 _ACEOF
11959 cat confdefs.h >>conftest.$ac_ext
11960 cat >>conftest.$ac_ext <<_ACEOF
11961 /* end confdefs.h.  */
11962 #if HAVE_FT2BUILD_H
11963                           #include <ft2build.h>
11964                           #endif
11965
11966 #include <$ac_header>
11967 _ACEOF
11968 rm -f conftest.$ac_objext
11969 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
11970   (eval $ac_compile) 2>conftest.er1
11971   ac_status=$?
11972   grep -v '^ *+' conftest.er1 >conftest.err
11973   rm -f conftest.er1
11974   cat conftest.err >&5
11975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11976   (exit $ac_status); } &&
11977          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
11978   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11979   (eval $ac_try) 2>&5
11980   ac_status=$?
11981   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11982   (exit $ac_status); }; } &&
11983          { ac_try='test -s conftest.$ac_objext'
11984   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
11985   (eval $ac_try) 2>&5
11986   ac_status=$?
11987   echo "$as_me:$LINENO: \$? = $ac_status" >&5
11988   (exit $ac_status); }; }; then
11989   eval "$as_ac_Header=yes"
11990 else
11991   echo "$as_me: failed program was:" >&5
11992 sed 's/^/| /' conftest.$ac_ext >&5
11993
11994         eval "$as_ac_Header=no"
11995 fi
11996
11997 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
11998 fi
11999 ac_res=`eval echo '${'$as_ac_Header'}'`
12000                { echo "$as_me:$LINENO: result: $ac_res" >&5
12001 echo "${ECHO_T}$ac_res" >&6; }
12002 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12003   cat >>confdefs.h <<_ACEOF
12004 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12005 _ACEOF
12006
12007 fi
12008
12009 done
12010
12011         cat >conftest.$ac_ext <<_ACEOF
12012 /* confdefs.h.  */
12013 _ACEOF
12014 cat confdefs.h >>conftest.$ac_ext
12015 cat >>conftest.$ac_ext <<_ACEOF
12016 /* end confdefs.h.  */
12017 #include <ft2build.h>
12018                     #include <freetype/fttrigon.h>
12019 _ACEOF
12020 if { (eval echo "$as_me:$LINENO: \"$ac_cpp conftest.$ac_ext\"") >&5
12021   (eval $ac_cpp conftest.$ac_ext) 2>conftest.er1
12022   ac_status=$?
12023   grep -v '^ *+' conftest.er1 >conftest.err
12024   rm -f conftest.er1
12025   cat conftest.err >&5
12026   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12027   (exit $ac_status); } >/dev/null; then
12028   if test -s conftest.err; then
12029     ac_cpp_err=$ac_c_preproc_warn_flag
12030     ac_cpp_err=$ac_cpp_err$ac_c_werror_flag
12031   else
12032     ac_cpp_err=
12033   fi
12034 else
12035   ac_cpp_err=yes
12036 fi
12037 if test -z "$ac_cpp_err"; then
12038
12039 cat >>confdefs.h <<\_ACEOF
12040 #define HAVE_FREETYPE_FTTRIGON_H 1
12041 _ACEOF
12042
12043                     wine_cv_fttrigon=yes
12044 else
12045   echo "$as_me: failed program was:" >&5
12046 sed 's/^/| /' conftest.$ac_ext >&5
12047
12048   wine_cv_fttrigon=no
12049 fi
12050
12051 rm -f conftest.err conftest.$ac_ext
12052         { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
12053 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
12054 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
12055   echo $ECHO_N "(cached) $ECHO_C" >&6
12056 else
12057   cat >conftest.$ac_ext <<_ACEOF
12058 /* confdefs.h.  */
12059 _ACEOF
12060 cat confdefs.h >>conftest.$ac_ext
12061 cat >>conftest.$ac_ext <<_ACEOF
12062 /* end confdefs.h.  */
12063 #include <freetype/ftmodapi.h>
12064
12065 typedef FT_TrueTypeEngineType ac__type_new_;
12066 int
12067 main ()
12068 {
12069 if ((ac__type_new_ *) 0)
12070   return 0;
12071 if (sizeof (ac__type_new_))
12072   return 0;
12073   ;
12074   return 0;
12075 }
12076 _ACEOF
12077 rm -f conftest.$ac_objext
12078 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12079   (eval $ac_compile) 2>conftest.er1
12080   ac_status=$?
12081   grep -v '^ *+' conftest.er1 >conftest.err
12082   rm -f conftest.er1
12083   cat conftest.err >&5
12084   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12085   (exit $ac_status); } &&
12086          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12087   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12088   (eval $ac_try) 2>&5
12089   ac_status=$?
12090   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12091   (exit $ac_status); }; } &&
12092          { ac_try='test -s conftest.$ac_objext'
12093   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12094   (eval $ac_try) 2>&5
12095   ac_status=$?
12096   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12097   (exit $ac_status); }; }; then
12098   ac_cv_type_FT_TrueTypeEngineType=yes
12099 else
12100   echo "$as_me: failed program was:" >&5
12101 sed 's/^/| /' conftest.$ac_ext >&5
12102
12103         ac_cv_type_FT_TrueTypeEngineType=no
12104 fi
12105
12106 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12107 fi
12108 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
12109 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
12110 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
12111
12112 cat >>confdefs.h <<_ACEOF
12113 #define HAVE_FT_TRUETYPEENGINETYPE 1
12114 _ACEOF
12115
12116
12117 fi
12118
12119         ac_save_CFLAGS="$CFLAGS"
12120         CFLAGS="$CFLAGS $FREETYPELIBS"
12121
12122 for ac_func in FT_Load_Sfnt_Table
12123 do
12124 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12125 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12126 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12127 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12128   echo $ECHO_N "(cached) $ECHO_C" >&6
12129 else
12130   cat >conftest.$ac_ext <<_ACEOF
12131 /* confdefs.h.  */
12132 _ACEOF
12133 cat confdefs.h >>conftest.$ac_ext
12134 cat >>conftest.$ac_ext <<_ACEOF
12135 /* end confdefs.h.  */
12136 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12137    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12138 #define $ac_func innocuous_$ac_func
12139
12140 /* System header to define __stub macros and hopefully few prototypes,
12141     which can conflict with char $ac_func (); below.
12142     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12143     <limits.h> exists even on freestanding compilers.  */
12144
12145 #ifdef __STDC__
12146 # include <limits.h>
12147 #else
12148 # include <assert.h>
12149 #endif
12150
12151 #undef $ac_func
12152
12153 /* Override any GCC internal prototype to avoid an error.
12154    Use char because int might match the return type of a GCC
12155    builtin and then its argument prototype would still apply.  */
12156 #ifdef __cplusplus
12157 extern "C"
12158 #endif
12159 char $ac_func ();
12160 /* The GNU C library defines this for functions which it implements
12161     to always fail with ENOSYS.  Some functions are actually named
12162     something starting with __ and the normal name is an alias.  */
12163 #if defined __stub_$ac_func || defined __stub___$ac_func
12164 choke me
12165 #endif
12166
12167 int
12168 main ()
12169 {
12170 return $ac_func ();
12171   ;
12172   return 0;
12173 }
12174 _ACEOF
12175 rm -f conftest.$ac_objext conftest$ac_exeext
12176 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12177   (eval $ac_link) 2>conftest.er1
12178   ac_status=$?
12179   grep -v '^ *+' conftest.er1 >conftest.err
12180   rm -f conftest.er1
12181   cat conftest.err >&5
12182   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12183   (exit $ac_status); } &&
12184          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12185   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12186   (eval $ac_try) 2>&5
12187   ac_status=$?
12188   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12189   (exit $ac_status); }; } &&
12190          { ac_try='test -s conftest$ac_exeext'
12191   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12192   (eval $ac_try) 2>&5
12193   ac_status=$?
12194   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12195   (exit $ac_status); }; }; then
12196   eval "$as_ac_var=yes"
12197 else
12198   echo "$as_me: failed program was:" >&5
12199 sed 's/^/| /' conftest.$ac_ext >&5
12200
12201         eval "$as_ac_var=no"
12202 fi
12203
12204 rm -f conftest.err conftest.$ac_objext \
12205       conftest$ac_exeext conftest.$ac_ext
12206 fi
12207 ac_res=`eval echo '${'$as_ac_var'}'`
12208                { echo "$as_me:$LINENO: result: $ac_res" >&5
12209 echo "${ECHO_T}$ac_res" >&6; }
12210 if test `eval echo '${'$as_ac_var'}'` = yes; then
12211   cat >>confdefs.h <<_ACEOF
12212 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12213 _ACEOF
12214
12215 fi
12216 done
12217
12218         CFLAGS="$ac_save_CFLAGS"
12219         CPPFLAGS="$ac_save_CPPFLAGS"
12220                 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
12221         then
12222
12223 cat >>confdefs.h <<\_ACEOF
12224 #define HAVE_FREETYPE 1
12225 _ACEOF
12226
12227             wine_cv_msg_freetype=no
12228         else
12229             FREETYPELIBS=""
12230             FREETYPEINCL=""
12231             wine_cv_msg_freetype=yes
12232         fi
12233     fi
12234 fi
12235
12236 if test "$FONTFORGE" != "false" -a -n "$FREETYPELIBS"
12237 then
12238   FONTSSUBDIRS="fonts"
12239
12240   wine_cv_msg_fonts=no
12241 else
12242   wine_cv_msg_fonts=yes
12243 fi
12244
12245 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
12246 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
12247 if test "${ac_cv_c_ppdev+set}" = set; then
12248   echo $ECHO_N "(cached) $ECHO_C" >&6
12249 else
12250   cat >conftest.$ac_ext <<_ACEOF
12251 /* confdefs.h.  */
12252 _ACEOF
12253 cat confdefs.h >>conftest.$ac_ext
12254 cat >>conftest.$ac_ext <<_ACEOF
12255 /* end confdefs.h.  */
12256 #include <linux/ppdev.h>
12257 int
12258 main ()
12259 {
12260 ioctl (1,PPCLAIM,0)
12261   ;
12262   return 0;
12263 }
12264 _ACEOF
12265 rm -f conftest.$ac_objext
12266 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12267   (eval $ac_compile) 2>conftest.er1
12268   ac_status=$?
12269   grep -v '^ *+' conftest.er1 >conftest.err
12270   rm -f conftest.er1
12271   cat conftest.err >&5
12272   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273   (exit $ac_status); } &&
12274          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12275   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12276   (eval $ac_try) 2>&5
12277   ac_status=$?
12278   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12279   (exit $ac_status); }; } &&
12280          { ac_try='test -s conftest.$ac_objext'
12281   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12282   (eval $ac_try) 2>&5
12283   ac_status=$?
12284   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12285   (exit $ac_status); }; }; then
12286   ac_cv_c_ppdev="yes"
12287 else
12288   echo "$as_me: failed program was:" >&5
12289 sed 's/^/| /' conftest.$ac_ext >&5
12290
12291         ac_cv_c_ppdev="no"
12292 fi
12293
12294 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12295
12296 fi
12297 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
12298 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
12299 if test "$ac_cv_c_ppdev" = "yes"
12300 then
12301
12302 cat >>confdefs.h <<\_ACEOF
12303 #define HAVE_PPDEV 1
12304 _ACEOF
12305
12306 fi
12307
12308 { echo "$as_me:$LINENO: checking for va_copy" >&5
12309 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
12310 if test "${ac_cv_c_va_copy+set}" = set; then
12311   echo $ECHO_N "(cached) $ECHO_C" >&6
12312 else
12313   cat >conftest.$ac_ext <<_ACEOF
12314 /* confdefs.h.  */
12315 _ACEOF
12316 cat confdefs.h >>conftest.$ac_ext
12317 cat >>conftest.$ac_ext <<_ACEOF
12318 /* end confdefs.h.  */
12319 #include <stdarg.h>
12320 int
12321 main ()
12322 {
12323 va_list ap1, ap2;
12324     va_copy(ap1,ap2);
12325
12326   ;
12327   return 0;
12328 }
12329 _ACEOF
12330 rm -f conftest.$ac_objext conftest$ac_exeext
12331 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12332   (eval $ac_link) 2>conftest.er1
12333   ac_status=$?
12334   grep -v '^ *+' conftest.er1 >conftest.err
12335   rm -f conftest.er1
12336   cat conftest.err >&5
12337   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12338   (exit $ac_status); } &&
12339          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12340   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12341   (eval $ac_try) 2>&5
12342   ac_status=$?
12343   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12344   (exit $ac_status); }; } &&
12345          { ac_try='test -s conftest$ac_exeext'
12346   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12347   (eval $ac_try) 2>&5
12348   ac_status=$?
12349   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12350   (exit $ac_status); }; }; then
12351   ac_cv_c_va_copy="yes"
12352 else
12353   echo "$as_me: failed program was:" >&5
12354 sed 's/^/| /' conftest.$ac_ext >&5
12355
12356         ac_cv_c_va_copy="no"
12357 fi
12358
12359 rm -f conftest.err conftest.$ac_objext \
12360       conftest$ac_exeext conftest.$ac_ext
12361
12362 fi
12363 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
12364 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
12365 if test "$ac_cv_c_va_copy" = "yes"
12366 then
12367
12368 cat >>confdefs.h <<\_ACEOF
12369 #define HAVE_VA_COPY 1
12370 _ACEOF
12371
12372 fi
12373 { echo "$as_me:$LINENO: checking for __va_copy" >&5
12374 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
12375 if test "${ac_cv_c___va_copy+set}" = set; then
12376   echo $ECHO_N "(cached) $ECHO_C" >&6
12377 else
12378   cat >conftest.$ac_ext <<_ACEOF
12379 /* confdefs.h.  */
12380 _ACEOF
12381 cat confdefs.h >>conftest.$ac_ext
12382 cat >>conftest.$ac_ext <<_ACEOF
12383 /* end confdefs.h.  */
12384 #include <stdarg.h>
12385 int
12386 main ()
12387 {
12388 va_list ap1, ap2;
12389     __va_copy(ap1,ap2);
12390
12391   ;
12392   return 0;
12393 }
12394 _ACEOF
12395 rm -f conftest.$ac_objext conftest$ac_exeext
12396 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12397   (eval $ac_link) 2>conftest.er1
12398   ac_status=$?
12399   grep -v '^ *+' conftest.er1 >conftest.err
12400   rm -f conftest.er1
12401   cat conftest.err >&5
12402   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12403   (exit $ac_status); } &&
12404          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12405   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12406   (eval $ac_try) 2>&5
12407   ac_status=$?
12408   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12409   (exit $ac_status); }; } &&
12410          { ac_try='test -s conftest$ac_exeext'
12411   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12412   (eval $ac_try) 2>&5
12413   ac_status=$?
12414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12415   (exit $ac_status); }; }; then
12416   ac_cv_c___va_copy="yes"
12417 else
12418   echo "$as_me: failed program was:" >&5
12419 sed 's/^/| /' conftest.$ac_ext >&5
12420
12421         ac_cv_c___va_copy="no"
12422 fi
12423
12424 rm -f conftest.err conftest.$ac_objext \
12425       conftest$ac_exeext conftest.$ac_ext
12426
12427 fi
12428 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
12429 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
12430 if test "$ac_cv_c___va_copy" = "yes"
12431 then
12432
12433 cat >>confdefs.h <<\_ACEOF
12434 #define HAVE___VA_COPY 1
12435 _ACEOF
12436
12437 fi
12438
12439 { echo "$as_me:$LINENO: checking for sigsetjmp" >&5
12440 echo $ECHO_N "checking for sigsetjmp... $ECHO_C" >&6; }
12441 if test "${ac_cv_c_sigsetjmp+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 #include <setjmp.h>
12451 int
12452 main ()
12453 {
12454 sigjmp_buf buf;
12455     sigsetjmp( buf, 1 );
12456     siglongjmp( buf, 1 );
12457   ;
12458   return 0;
12459 }
12460 _ACEOF
12461 rm -f conftest.$ac_objext conftest$ac_exeext
12462 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12463   (eval $ac_link) 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          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12471   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12472   (eval $ac_try) 2>&5
12473   ac_status=$?
12474   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12475   (exit $ac_status); }; } &&
12476          { ac_try='test -s conftest$ac_exeext'
12477   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12478   (eval $ac_try) 2>&5
12479   ac_status=$?
12480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12481   (exit $ac_status); }; }; then
12482   ac_cv_c_sigsetjmp="yes"
12483 else
12484   echo "$as_me: failed program was:" >&5
12485 sed 's/^/| /' conftest.$ac_ext >&5
12486
12487         ac_cv_c_sigsetjmp="no"
12488 fi
12489
12490 rm -f conftest.err conftest.$ac_objext \
12491       conftest$ac_exeext conftest.$ac_ext
12492
12493 fi
12494 { echo "$as_me:$LINENO: result: $ac_cv_c_sigsetjmp" >&5
12495 echo "${ECHO_T}$ac_cv_c_sigsetjmp" >&6; }
12496 if test "$ac_cv_c_sigsetjmp" = "yes"
12497 then
12498
12499 cat >>confdefs.h <<\_ACEOF
12500 #define HAVE_SIGSETJMP 1
12501 _ACEOF
12502
12503 fi
12504
12505 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
12506 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
12507 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
12508   echo $ECHO_N "(cached) $ECHO_C" >&6
12509 else
12510   cat >conftest.$ac_ext <<_ACEOF
12511 /* confdefs.h.  */
12512 _ACEOF
12513 cat confdefs.h >>conftest.$ac_ext
12514 cat >>conftest.$ac_ext <<_ACEOF
12515 /* end confdefs.h.  */
12516 #define _GNU_SOURCE
12517 #include <pthread.h>
12518
12519 typedef pthread_rwlock_t ac__type_new_;
12520 int
12521 main ()
12522 {
12523 if ((ac__type_new_ *) 0)
12524   return 0;
12525 if (sizeof (ac__type_new_))
12526   return 0;
12527   ;
12528   return 0;
12529 }
12530 _ACEOF
12531 rm -f conftest.$ac_objext
12532 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12533   (eval $ac_compile) 2>conftest.er1
12534   ac_status=$?
12535   grep -v '^ *+' conftest.er1 >conftest.err
12536   rm -f conftest.er1
12537   cat conftest.err >&5
12538   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539   (exit $ac_status); } &&
12540          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12541   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12542   (eval $ac_try) 2>&5
12543   ac_status=$?
12544   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12545   (exit $ac_status); }; } &&
12546          { ac_try='test -s conftest.$ac_objext'
12547   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12548   (eval $ac_try) 2>&5
12549   ac_status=$?
12550   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12551   (exit $ac_status); }; }; then
12552   ac_cv_type_pthread_rwlock_t=yes
12553 else
12554   echo "$as_me: failed program was:" >&5
12555 sed 's/^/| /' conftest.$ac_ext >&5
12556
12557         ac_cv_type_pthread_rwlock_t=no
12558 fi
12559
12560 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12561 fi
12562 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
12563 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
12564 if test $ac_cv_type_pthread_rwlock_t = yes; then
12565
12566 cat >>confdefs.h <<_ACEOF
12567 #define HAVE_PTHREAD_RWLOCK_T 1
12568 _ACEOF
12569
12570
12571 fi
12572 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
12573 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
12574 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
12575   echo $ECHO_N "(cached) $ECHO_C" >&6
12576 else
12577   cat >conftest.$ac_ext <<_ACEOF
12578 /* confdefs.h.  */
12579 _ACEOF
12580 cat confdefs.h >>conftest.$ac_ext
12581 cat >>conftest.$ac_ext <<_ACEOF
12582 /* end confdefs.h.  */
12583 #define _GNU_SOURCE
12584 #include <pthread.h>
12585
12586 typedef pthread_rwlockattr_t ac__type_new_;
12587 int
12588 main ()
12589 {
12590 if ((ac__type_new_ *) 0)
12591   return 0;
12592 if (sizeof (ac__type_new_))
12593   return 0;
12594   ;
12595   return 0;
12596 }
12597 _ACEOF
12598 rm -f conftest.$ac_objext
12599 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12600   (eval $ac_compile) 2>conftest.er1
12601   ac_status=$?
12602   grep -v '^ *+' conftest.er1 >conftest.err
12603   rm -f conftest.er1
12604   cat conftest.err >&5
12605   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12606   (exit $ac_status); } &&
12607          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12608   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12609   (eval $ac_try) 2>&5
12610   ac_status=$?
12611   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612   (exit $ac_status); }; } &&
12613          { ac_try='test -s conftest.$ac_objext'
12614   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12615   (eval $ac_try) 2>&5
12616   ac_status=$?
12617   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12618   (exit $ac_status); }; }; then
12619   ac_cv_type_pthread_rwlockattr_t=yes
12620 else
12621   echo "$as_me: failed program was:" >&5
12622 sed 's/^/| /' conftest.$ac_ext >&5
12623
12624         ac_cv_type_pthread_rwlockattr_t=no
12625 fi
12626
12627 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12628 fi
12629 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
12630 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
12631 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
12632
12633 cat >>confdefs.h <<_ACEOF
12634 #define HAVE_PTHREAD_RWLOCKATTR_T 1
12635 _ACEOF
12636
12637
12638 fi
12639
12640
12641 ac_wine_check_funcs_save_LIBS="$LIBS"
12642 LIBS="$LIBS $LIBPTHREAD"
12643
12644
12645
12646 for ac_func in \
12647         pthread_getattr_np \
12648         pthread_get_stackaddr_np \
12649         pthread_get_stacksize_np
12650 do
12651 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12652 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12653 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12654 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12655   echo $ECHO_N "(cached) $ECHO_C" >&6
12656 else
12657   cat >conftest.$ac_ext <<_ACEOF
12658 /* confdefs.h.  */
12659 _ACEOF
12660 cat confdefs.h >>conftest.$ac_ext
12661 cat >>conftest.$ac_ext <<_ACEOF
12662 /* end confdefs.h.  */
12663 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12664    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
12665 #define $ac_func innocuous_$ac_func
12666
12667 /* System header to define __stub macros and hopefully few prototypes,
12668     which can conflict with char $ac_func (); below.
12669     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12670     <limits.h> exists even on freestanding compilers.  */
12671
12672 #ifdef __STDC__
12673 # include <limits.h>
12674 #else
12675 # include <assert.h>
12676 #endif
12677
12678 #undef $ac_func
12679
12680 /* Override any GCC internal prototype to avoid an error.
12681    Use char because int might match the return type of a GCC
12682    builtin and then its argument prototype would still apply.  */
12683 #ifdef __cplusplus
12684 extern "C"
12685 #endif
12686 char $ac_func ();
12687 /* The GNU C library defines this for functions which it implements
12688     to always fail with ENOSYS.  Some functions are actually named
12689     something starting with __ and the normal name is an alias.  */
12690 #if defined __stub_$ac_func || defined __stub___$ac_func
12691 choke me
12692 #endif
12693
12694 int
12695 main ()
12696 {
12697 return $ac_func ();
12698   ;
12699   return 0;
12700 }
12701 _ACEOF
12702 rm -f conftest.$ac_objext conftest$ac_exeext
12703 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12704   (eval $ac_link) 2>conftest.er1
12705   ac_status=$?
12706   grep -v '^ *+' conftest.er1 >conftest.err
12707   rm -f conftest.er1
12708   cat conftest.err >&5
12709   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12710   (exit $ac_status); } &&
12711          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12712   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12713   (eval $ac_try) 2>&5
12714   ac_status=$?
12715   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12716   (exit $ac_status); }; } &&
12717          { ac_try='test -s conftest$ac_exeext'
12718   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12719   (eval $ac_try) 2>&5
12720   ac_status=$?
12721   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12722   (exit $ac_status); }; }; then
12723   eval "$as_ac_var=yes"
12724 else
12725   echo "$as_me: failed program was:" >&5
12726 sed 's/^/| /' conftest.$ac_ext >&5
12727
12728         eval "$as_ac_var=no"
12729 fi
12730
12731 rm -f conftest.err conftest.$ac_objext \
12732       conftest$ac_exeext conftest.$ac_ext
12733 fi
12734 ac_res=`eval echo '${'$as_ac_var'}'`
12735                { echo "$as_me:$LINENO: result: $ac_res" >&5
12736 echo "${ECHO_T}$ac_res" >&6; }
12737 if test `eval echo '${'$as_ac_var'}'` = yes; then
12738   cat >>confdefs.h <<_ACEOF
12739 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12740 _ACEOF
12741
12742 fi
12743 done
12744
12745 LIBS="$ac_wine_check_funcs_save_LIBS"
12746
12747 # Extract the first word of "artsc-config", so it can be a program name with args.
12748 set dummy artsc-config; ac_word=$2
12749 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12750 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12751 if test "${ac_cv_path_ARTSCCONFIG+set}" = set; then
12752   echo $ECHO_N "(cached) $ECHO_C" >&6
12753 else
12754   case $ARTSCCONFIG in
12755   [\\/]* | ?:[\\/]*)
12756   ac_cv_path_ARTSCCONFIG="$ARTSCCONFIG" # Let the user override the test with a path.
12757   ;;
12758   *)
12759   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12760 for as_dir in $PATH
12761 do
12762   IFS=$as_save_IFS
12763   test -z "$as_dir" && as_dir=.
12764   for ac_exec_ext in '' $ac_executable_extensions; do
12765   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12766     ac_cv_path_ARTSCCONFIG="$as_dir/$ac_word$ac_exec_ext"
12767     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12768     break 2
12769   fi
12770 done
12771 done
12772 IFS=$as_save_IFS
12773
12774   ;;
12775 esac
12776 fi
12777 ARTSCCONFIG=$ac_cv_path_ARTSCCONFIG
12778 if test -n "$ARTSCCONFIG"; then
12779   { echo "$as_me:$LINENO: result: $ARTSCCONFIG" >&5
12780 echo "${ECHO_T}$ARTSCCONFIG" >&6; }
12781 else
12782   { echo "$as_me:$LINENO: result: no" >&5
12783 echo "${ECHO_T}no" >&6; }
12784 fi
12785
12786
12787 if test x$ARTSCCONFIG != x -a x$ARTSCCONFIG != x'"$ARTSCCONFIG"';
12788 then
12789     ARTSC_CFLAGS=""
12790     for i in `$ARTSCCONFIG --cflags`
12791     do
12792       case "$i" in
12793         -I*) ARTSC_CFLAGS="$ARTSC_CFLAGS $i";;
12794       esac
12795     done
12796     ARTSC_LIBS=""
12797     for i in `$ARTSCCONFIG --libs`
12798     do
12799       case "$i" in
12800         -L/usr/lib|-L/usr/lib64) ;;
12801         -L*|-l*) ARTSC_LIBS="$ARTSC_LIBS $i";;
12802       esac
12803     done
12804     save_CFLAGS="$CFLAGS"
12805     CFLAGS="$CFLAGS $ARTSC_CFLAGS"
12806     { echo "$as_me:$LINENO: checking for arts_init in -lartsc" >&5
12807 echo $ECHO_N "checking for arts_init in -lartsc... $ECHO_C" >&6; }
12808 if test "${ac_cv_lib_artsc_arts_init+set}" = set; then
12809   echo $ECHO_N "(cached) $ECHO_C" >&6
12810 else
12811   ac_check_lib_save_LIBS=$LIBS
12812 LIBS="-lartsc $ARTSC_LIBS $LIBS"
12813 cat >conftest.$ac_ext <<_ACEOF
12814 /* confdefs.h.  */
12815 _ACEOF
12816 cat confdefs.h >>conftest.$ac_ext
12817 cat >>conftest.$ac_ext <<_ACEOF
12818 /* end confdefs.h.  */
12819
12820 /* Override any GCC internal prototype to avoid an error.
12821    Use char because int might match the return type of a GCC
12822    builtin and then its argument prototype would still apply.  */
12823 #ifdef __cplusplus
12824 extern "C"
12825 #endif
12826 char arts_init ();
12827 int
12828 main ()
12829 {
12830 return arts_init ();
12831   ;
12832   return 0;
12833 }
12834 _ACEOF
12835 rm -f conftest.$ac_objext conftest$ac_exeext
12836 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
12837   (eval $ac_link) 2>conftest.er1
12838   ac_status=$?
12839   grep -v '^ *+' conftest.er1 >conftest.err
12840   rm -f conftest.er1
12841   cat conftest.err >&5
12842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12843   (exit $ac_status); } &&
12844          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12846   (eval $ac_try) 2>&5
12847   ac_status=$?
12848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12849   (exit $ac_status); }; } &&
12850          { ac_try='test -s conftest$ac_exeext'
12851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12852   (eval $ac_try) 2>&5
12853   ac_status=$?
12854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12855   (exit $ac_status); }; }; then
12856   ac_cv_lib_artsc_arts_init=yes
12857 else
12858   echo "$as_me: failed program was:" >&5
12859 sed 's/^/| /' conftest.$ac_ext >&5
12860
12861         ac_cv_lib_artsc_arts_init=no
12862 fi
12863
12864 rm -f conftest.err conftest.$ac_objext \
12865       conftest$ac_exeext conftest.$ac_ext
12866 LIBS=$ac_check_lib_save_LIBS
12867 fi
12868 { echo "$as_me:$LINENO: result: $ac_cv_lib_artsc_arts_init" >&5
12869 echo "${ECHO_T}$ac_cv_lib_artsc_arts_init" >&6; }
12870 if test $ac_cv_lib_artsc_arts_init = yes; then
12871   cat >conftest.$ac_ext <<_ACEOF
12872 /* confdefs.h.  */
12873 _ACEOF
12874 cat confdefs.h >>conftest.$ac_ext
12875 cat >>conftest.$ac_ext <<_ACEOF
12876 /* end confdefs.h.  */
12877 #include <artsc.h>
12878 int
12879 main ()
12880 {
12881 arts_stream_t stream;
12882   ;
12883   return 0;
12884 }
12885 _ACEOF
12886 rm -f conftest.$ac_objext
12887 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
12888   (eval $ac_compile) 2>conftest.er1
12889   ac_status=$?
12890   grep -v '^ *+' conftest.er1 >conftest.err
12891   rm -f conftest.er1
12892   cat conftest.err >&5
12893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12894   (exit $ac_status); } &&
12895          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
12896   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12897   (eval $ac_try) 2>&5
12898   ac_status=$?
12899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12900   (exit $ac_status); }; } &&
12901          { ac_try='test -s conftest.$ac_objext'
12902   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
12903   (eval $ac_try) 2>&5
12904   ac_status=$?
12905   echo "$as_me:$LINENO: \$? = $ac_status" >&5
12906   (exit $ac_status); }; }; then
12907   ARTSLIBS=$ARTSC_LIBS
12908
12909             ARTSINCL=$ARTSC_CFLAGS
12910
12911
12912 cat >>confdefs.h <<\_ACEOF
12913 #define HAVE_ARTS 1
12914 _ACEOF
12915
12916 else
12917   echo "$as_me: failed program was:" >&5
12918 sed 's/^/| /' conftest.$ac_ext >&5
12919
12920
12921 fi
12922
12923 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
12924 fi
12925
12926     CFLAGS="$save_CFLAGS"
12927 fi
12928
12929 # Extract the first word of "esd-config", so it can be a program name with args.
12930 set dummy esd-config; ac_word=$2
12931 { echo "$as_me:$LINENO: checking for $ac_word" >&5
12932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
12933 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
12934   echo $ECHO_N "(cached) $ECHO_C" >&6
12935 else
12936   case $ESDCONFIG in
12937   [\\/]* | ?:[\\/]*)
12938   ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
12939   ;;
12940   *)
12941   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
12942 for as_dir in $PATH
12943 do
12944   IFS=$as_save_IFS
12945   test -z "$as_dir" && as_dir=.
12946   for ac_exec_ext in '' $ac_executable_extensions; do
12947   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
12948     ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
12949     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
12950     break 2
12951   fi
12952 done
12953 done
12954 IFS=$as_save_IFS
12955
12956   ;;
12957 esac
12958 fi
12959 ESDCONFIG=$ac_cv_path_ESDCONFIG
12960 if test -n "$ESDCONFIG"; then
12961   { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
12962 echo "${ECHO_T}$ESDCONFIG" >&6; }
12963 else
12964   { echo "$as_me:$LINENO: result: no" >&5
12965 echo "${ECHO_T}no" >&6; }
12966 fi
12967
12968
12969 if test x$ESDCONFIG != x -a x$ESDCONFIG != x'"$ESDCONFIG"';
12970 then
12971     ESD_CFLAGS=""
12972     for i in `$ESDCONFIG --cflags`
12973     do
12974       case "$i" in
12975         -I*) ESD_CFLAGS="$ESD_CFLAGS $i";;
12976       esac
12977     done
12978     ESD_LIBS=`$ESDCONFIG --libs`
12979     save_CFLAGS="$CFLAGS"
12980     CFLAGS="$CFLAGS $ESD_CFLAGS"
12981     { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
12982 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
12983 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
12984   echo $ECHO_N "(cached) $ECHO_C" >&6
12985 else
12986   ac_check_lib_save_LIBS=$LIBS
12987 LIBS="-lesd  $LIBS"
12988 cat >conftest.$ac_ext <<_ACEOF
12989 /* confdefs.h.  */
12990 _ACEOF
12991 cat confdefs.h >>conftest.$ac_ext
12992 cat >>conftest.$ac_ext <<_ACEOF
12993 /* end confdefs.h.  */
12994
12995 /* Override any GCC internal prototype to avoid an error.
12996    Use char because int might match the return type of a GCC
12997    builtin and then its argument prototype would still apply.  */
12998 #ifdef __cplusplus
12999 extern "C"
13000 #endif
13001 char esd_open_sound ();
13002 int
13003 main ()
13004 {
13005 return esd_open_sound ();
13006   ;
13007   return 0;
13008 }
13009 _ACEOF
13010 rm -f conftest.$ac_objext conftest$ac_exeext
13011 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13012   (eval $ac_link) 2>conftest.er1
13013   ac_status=$?
13014   grep -v '^ *+' conftest.er1 >conftest.err
13015   rm -f conftest.er1
13016   cat conftest.err >&5
13017   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13018   (exit $ac_status); } &&
13019          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13020   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13021   (eval $ac_try) 2>&5
13022   ac_status=$?
13023   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13024   (exit $ac_status); }; } &&
13025          { ac_try='test -s conftest$ac_exeext'
13026   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13027   (eval $ac_try) 2>&5
13028   ac_status=$?
13029   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13030   (exit $ac_status); }; }; then
13031   ac_cv_lib_esd_esd_open_sound=yes
13032 else
13033   echo "$as_me: failed program was:" >&5
13034 sed 's/^/| /' conftest.$ac_ext >&5
13035
13036         ac_cv_lib_esd_esd_open_sound=no
13037 fi
13038
13039 rm -f conftest.err conftest.$ac_objext \
13040       conftest$ac_exeext conftest.$ac_ext
13041 LIBS=$ac_check_lib_save_LIBS
13042 fi
13043 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
13044 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
13045 if test $ac_cv_lib_esd_esd_open_sound = yes; then
13046   ESDLIBS=$ESD_LIBS
13047
13048          ESDINCL=$ESD_CFLAGS
13049
13050
13051 cat >>confdefs.h <<\_ACEOF
13052 #define HAVE_ESD 1
13053 _ACEOF
13054
13055 fi
13056
13057     CFLAGS="$save_CFLAGS"
13058 fi
13059
13060 ALSALIBS=""
13061
13062 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
13063 then
13064     { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
13065 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
13066 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
13067   echo $ECHO_N "(cached) $ECHO_C" >&6
13068 else
13069   ac_check_lib_save_LIBS=$LIBS
13070 LIBS="-lasound  $LIBS"
13071 cat >conftest.$ac_ext <<_ACEOF
13072 /* confdefs.h.  */
13073 _ACEOF
13074 cat confdefs.h >>conftest.$ac_ext
13075 cat >>conftest.$ac_ext <<_ACEOF
13076 /* end confdefs.h.  */
13077
13078 /* Override any GCC internal prototype to avoid an error.
13079    Use char because int might match the return type of a GCC
13080    builtin and then its argument prototype would still apply.  */
13081 #ifdef __cplusplus
13082 extern "C"
13083 #endif
13084 char snd_pcm_hw_params_get_access ();
13085 int
13086 main ()
13087 {
13088 return snd_pcm_hw_params_get_access ();
13089   ;
13090   return 0;
13091 }
13092 _ACEOF
13093 rm -f conftest.$ac_objext conftest$ac_exeext
13094 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13095   (eval $ac_link) 2>conftest.er1
13096   ac_status=$?
13097   grep -v '^ *+' conftest.er1 >conftest.err
13098   rm -f conftest.er1
13099   cat conftest.err >&5
13100   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13101   (exit $ac_status); } &&
13102          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13103   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13104   (eval $ac_try) 2>&5
13105   ac_status=$?
13106   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13107   (exit $ac_status); }; } &&
13108          { ac_try='test -s conftest$ac_exeext'
13109   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13110   (eval $ac_try) 2>&5
13111   ac_status=$?
13112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13113   (exit $ac_status); }; }; then
13114   ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
13115 else
13116   echo "$as_me: failed program was:" >&5
13117 sed 's/^/| /' conftest.$ac_ext >&5
13118
13119         ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
13120 fi
13121
13122 rm -f conftest.err conftest.$ac_objext \
13123       conftest$ac_exeext conftest.$ac_ext
13124 LIBS=$ac_check_lib_save_LIBS
13125 fi
13126 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
13127 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
13128 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
13129   cat >conftest.$ac_ext <<_ACEOF
13130 /* confdefs.h.  */
13131 _ACEOF
13132 cat confdefs.h >>conftest.$ac_ext
13133 cat >>conftest.$ac_ext <<_ACEOF
13134 /* end confdefs.h.  */
13135 #ifdef HAVE_ALSA_ASOUNDLIB_H
13136 #include <alsa/asoundlib.h>
13137 #elif defined(HAVE_SYS_ASOUNDLIB_H)
13138 #include <sys/asoundlib.h>
13139 #endif
13140 int
13141 main ()
13142 {
13143 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
13144   ;
13145   return 0;
13146 }
13147 _ACEOF
13148 rm -f conftest.$ac_objext
13149 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13150   (eval $ac_compile) 2>conftest.er1
13151   ac_status=$?
13152   grep -v '^ *+' conftest.er1 >conftest.err
13153   rm -f conftest.er1
13154   cat conftest.err >&5
13155   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13156   (exit $ac_status); } &&
13157          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13158   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13159   (eval $ac_try) 2>&5
13160   ac_status=$?
13161   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13162   (exit $ac_status); }; } &&
13163          { ac_try='test -s conftest.$ac_objext'
13164   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13165   (eval $ac_try) 2>&5
13166   ac_status=$?
13167   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13168   (exit $ac_status); }; }; then
13169
13170 cat >>confdefs.h <<\_ACEOF
13171 #define HAVE_ALSA 1
13172 _ACEOF
13173
13174                          ALSALIBS="-lasound"
13175 else
13176   echo "$as_me: failed program was:" >&5
13177 sed 's/^/| /' conftest.$ac_ext >&5
13178
13179
13180 fi
13181
13182 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13183 fi
13184
13185 fi
13186
13187
13188 AUDIOIOLIBS=""
13189
13190 if test "$ac_cv_header_libaudioio_h" = "yes"
13191 then
13192     { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
13193 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
13194 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
13195   echo $ECHO_N "(cached) $ECHO_C" >&6
13196 else
13197   ac_check_lib_save_LIBS=$LIBS
13198 LIBS="-laudioio  $LIBS"
13199 cat >conftest.$ac_ext <<_ACEOF
13200 /* confdefs.h.  */
13201 _ACEOF
13202 cat confdefs.h >>conftest.$ac_ext
13203 cat >>conftest.$ac_ext <<_ACEOF
13204 /* end confdefs.h.  */
13205
13206 /* Override any GCC internal prototype to avoid an error.
13207    Use char because int might match the return type of a GCC
13208    builtin and then its argument prototype would still apply.  */
13209 #ifdef __cplusplus
13210 extern "C"
13211 #endif
13212 char AudioIOGetVersion ();
13213 int
13214 main ()
13215 {
13216 return AudioIOGetVersion ();
13217   ;
13218   return 0;
13219 }
13220 _ACEOF
13221 rm -f conftest.$ac_objext conftest$ac_exeext
13222 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13223   (eval $ac_link) 2>conftest.er1
13224   ac_status=$?
13225   grep -v '^ *+' conftest.er1 >conftest.err
13226   rm -f conftest.er1
13227   cat conftest.err >&5
13228   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13229   (exit $ac_status); } &&
13230          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13231   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13232   (eval $ac_try) 2>&5
13233   ac_status=$?
13234   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13235   (exit $ac_status); }; } &&
13236          { ac_try='test -s conftest$ac_exeext'
13237   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13238   (eval $ac_try) 2>&5
13239   ac_status=$?
13240   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13241   (exit $ac_status); }; }; then
13242   ac_cv_lib_audioio_AudioIOGetVersion=yes
13243 else
13244   echo "$as_me: failed program was:" >&5
13245 sed 's/^/| /' conftest.$ac_ext >&5
13246
13247         ac_cv_lib_audioio_AudioIOGetVersion=no
13248 fi
13249
13250 rm -f conftest.err conftest.$ac_objext \
13251       conftest$ac_exeext conftest.$ac_ext
13252 LIBS=$ac_check_lib_save_LIBS
13253 fi
13254 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
13255 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
13256 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
13257   AUDIOIOLIBS="-laudioio"
13258
13259 cat >>confdefs.h <<\_ACEOF
13260 #define HAVE_LIBAUDIOIO 1
13261 _ACEOF
13262
13263 fi
13264
13265 fi
13266
13267
13268 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
13269 then
13270     { echo "$as_me:$LINENO: checking for capi20_register in -lcapi20" >&5
13271 echo $ECHO_N "checking for capi20_register in -lcapi20... $ECHO_C" >&6; }
13272 if test "${ac_cv_lib_capi20_capi20_register+set}" = set; then
13273   echo $ECHO_N "(cached) $ECHO_C" >&6
13274 else
13275   ac_check_lib_save_LIBS=$LIBS
13276 LIBS="-lcapi20  $LIBS"
13277 cat >conftest.$ac_ext <<_ACEOF
13278 /* confdefs.h.  */
13279 _ACEOF
13280 cat confdefs.h >>conftest.$ac_ext
13281 cat >>conftest.$ac_ext <<_ACEOF
13282 /* end confdefs.h.  */
13283
13284 /* Override any GCC internal prototype to avoid an error.
13285    Use char because int might match the return type of a GCC
13286    builtin and then its argument prototype would still apply.  */
13287 #ifdef __cplusplus
13288 extern "C"
13289 #endif
13290 char capi20_register ();
13291 int
13292 main ()
13293 {
13294 return capi20_register ();
13295   ;
13296   return 0;
13297 }
13298 _ACEOF
13299 rm -f conftest.$ac_objext conftest$ac_exeext
13300 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13301   (eval $ac_link) 2>conftest.er1
13302   ac_status=$?
13303   grep -v '^ *+' conftest.er1 >conftest.err
13304   rm -f conftest.er1
13305   cat conftest.err >&5
13306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13307   (exit $ac_status); } &&
13308          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13309   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13310   (eval $ac_try) 2>&5
13311   ac_status=$?
13312   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13313   (exit $ac_status); }; } &&
13314          { ac_try='test -s conftest$ac_exeext'
13315   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13316   (eval $ac_try) 2>&5
13317   ac_status=$?
13318   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13319   (exit $ac_status); }; }; then
13320   ac_cv_lib_capi20_capi20_register=yes
13321 else
13322   echo "$as_me: failed program was:" >&5
13323 sed 's/^/| /' conftest.$ac_ext >&5
13324
13325         ac_cv_lib_capi20_capi20_register=no
13326 fi
13327
13328 rm -f conftest.err conftest.$ac_objext \
13329       conftest$ac_exeext conftest.$ac_ext
13330 LIBS=$ac_check_lib_save_LIBS
13331 fi
13332 { echo "$as_me:$LINENO: result: $ac_cv_lib_capi20_capi20_register" >&5
13333 echo "${ECHO_T}$ac_cv_lib_capi20_capi20_register" >&6; }
13334 if test $ac_cv_lib_capi20_capi20_register = yes; then
13335
13336 cat >>confdefs.h <<\_ACEOF
13337 #define HAVE_CAPI4LINUX 1
13338 _ACEOF
13339
13340 fi
13341
13342 fi
13343
13344
13345 EXTRACFLAGS=""
13346
13347 if test "x${GCC}" = "xyes"
13348 then
13349   EXTRACFLAGS="-Wall -pipe"
13350
13351     { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
13352 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
13353 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
13354   echo $ECHO_N "(cached) $ECHO_C" >&6
13355 else
13356   if test "$cross_compiling" = yes; then
13357   ac_cv_c_gcc_strength_bug="yes"
13358 else
13359   cat >conftest.$ac_ext <<_ACEOF
13360 /* confdefs.h.  */
13361 _ACEOF
13362 cat confdefs.h >>conftest.$ac_ext
13363 cat >>conftest.$ac_ext <<_ACEOF
13364 /* end confdefs.h.  */
13365
13366 int     L[4] = {0,1,2,3};
13367 int main(void) {
13368   static int Array[3];
13369   unsigned int B = 3;
13370   int i;
13371   for(i=0; i<B; i++) Array[i] = i - 3;
13372   for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
13373   L[i] = 4;
13374
13375   exit( Array[1] != -2 || L[2] != 3);
13376 }
13377 _ACEOF
13378 rm -f conftest$ac_exeext
13379 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13380   (eval $ac_link) 2>&5
13381   ac_status=$?
13382   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383   (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
13384   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13385   (eval $ac_try) 2>&5
13386   ac_status=$?
13387   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13388   (exit $ac_status); }; }; then
13389   ac_cv_c_gcc_strength_bug="no"
13390 else
13391   echo "$as_me: program exited with status $ac_status" >&5
13392 echo "$as_me: failed program was:" >&5
13393 sed 's/^/| /' conftest.$ac_ext >&5
13394
13395 ( exit $ac_status )
13396 ac_cv_c_gcc_strength_bug="yes"
13397 fi
13398 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
13399 fi
13400
13401
13402 fi
13403 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
13404 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
13405   if test "$ac_cv_c_gcc_strength_bug" = "yes"
13406   then
13407     EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
13408   fi
13409
13410     { echo "$as_me:$LINENO: checking for gcc -fshort-wchar support" >&5
13411 echo $ECHO_N "checking for gcc -fshort-wchar support... $ECHO_C" >&6; }
13412 if test "${ac_cv_c_gcc_fshort_wchar+set}" = set; then
13413   echo $ECHO_N "(cached) $ECHO_C" >&6
13414 else
13415   ac_wine_try_cflags_saved=$CFLAGS
13416 CFLAGS="$CFLAGS -fshort-wchar"
13417 cat >conftest.$ac_ext <<_ACEOF
13418 /* confdefs.h.  */
13419 _ACEOF
13420 cat confdefs.h >>conftest.$ac_ext
13421 cat >>conftest.$ac_ext <<_ACEOF
13422 /* end confdefs.h.  */
13423
13424 int
13425 main ()
13426 {
13427
13428   ;
13429   return 0;
13430 }
13431 _ACEOF
13432 rm -f conftest.$ac_objext conftest$ac_exeext
13433 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13434   (eval $ac_link) 2>conftest.er1
13435   ac_status=$?
13436   grep -v '^ *+' conftest.er1 >conftest.err
13437   rm -f conftest.er1
13438   cat conftest.err >&5
13439   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13440   (exit $ac_status); } &&
13441          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13442   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13443   (eval $ac_try) 2>&5
13444   ac_status=$?
13445   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13446   (exit $ac_status); }; } &&
13447          { ac_try='test -s conftest$ac_exeext'
13448   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13449   (eval $ac_try) 2>&5
13450   ac_status=$?
13451   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13452   (exit $ac_status); }; }; then
13453   ac_cv_c_gcc_fshort_wchar="yes"
13454 else
13455   echo "$as_me: failed program was:" >&5
13456 sed 's/^/| /' conftest.$ac_ext >&5
13457
13458         ac_cv_c_gcc_fshort_wchar="no"
13459 fi
13460
13461 rm -f conftest.err conftest.$ac_objext \
13462       conftest$ac_exeext conftest.$ac_ext
13463 CFLAGS=$ac_wine_try_cflags_saved
13464 fi
13465 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_fshort_wchar" >&5
13466 echo "${ECHO_T}$ac_cv_c_gcc_fshort_wchar" >&6; }
13467   if test "$ac_cv_c_gcc_fshort_wchar" = "yes"
13468   then
13469
13470 cat >>confdefs.h <<\_ACEOF
13471 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
13472 _ACEOF
13473
13474   fi
13475
13476     { echo "$as_me:$LINENO: checking for gcc -fno-strict-aliasing support" >&5
13477 echo $ECHO_N "checking for gcc -fno-strict-aliasing support... $ECHO_C" >&6; }
13478 if test "${ac_cv_c_gcc_no_strict_aliasing+set}" = set; then
13479   echo $ECHO_N "(cached) $ECHO_C" >&6
13480 else
13481   ac_wine_try_cflags_saved=$CFLAGS
13482 CFLAGS="$CFLAGS -fno-strict-aliasing"
13483 cat >conftest.$ac_ext <<_ACEOF
13484 /* confdefs.h.  */
13485 _ACEOF
13486 cat confdefs.h >>conftest.$ac_ext
13487 cat >>conftest.$ac_ext <<_ACEOF
13488 /* end confdefs.h.  */
13489
13490 int
13491 main ()
13492 {
13493
13494   ;
13495   return 0;
13496 }
13497 _ACEOF
13498 rm -f conftest.$ac_objext conftest$ac_exeext
13499 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13500   (eval $ac_link) 2>conftest.er1
13501   ac_status=$?
13502   grep -v '^ *+' conftest.er1 >conftest.err
13503   rm -f conftest.er1
13504   cat conftest.err >&5
13505   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13506   (exit $ac_status); } &&
13507          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13508   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13509   (eval $ac_try) 2>&5
13510   ac_status=$?
13511   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13512   (exit $ac_status); }; } &&
13513          { ac_try='test -s conftest$ac_exeext'
13514   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13515   (eval $ac_try) 2>&5
13516   ac_status=$?
13517   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13518   (exit $ac_status); }; }; then
13519   ac_cv_c_gcc_no_strict_aliasing="yes"
13520 else
13521   echo "$as_me: failed program was:" >&5
13522 sed 's/^/| /' conftest.$ac_ext >&5
13523
13524         ac_cv_c_gcc_no_strict_aliasing="no"
13525 fi
13526
13527 rm -f conftest.err conftest.$ac_objext \
13528       conftest$ac_exeext conftest.$ac_ext
13529 CFLAGS=$ac_wine_try_cflags_saved
13530 fi
13531 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_no_strict_aliasing" >&5
13532 echo "${ECHO_T}$ac_cv_c_gcc_no_strict_aliasing" >&6; }
13533   if test "$ac_cv_c_gcc_no_strict_aliasing" = "yes"
13534   then
13535     EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
13536   fi
13537
13538     { echo "$as_me:$LINENO: checking for gcc -gstabs+ support" >&5
13539 echo $ECHO_N "checking for gcc -gstabs+ support... $ECHO_C" >&6; }
13540 if test "${ac_cv_c_gcc_gstabs+set}" = set; then
13541   echo $ECHO_N "(cached) $ECHO_C" >&6
13542 else
13543   ac_wine_try_cflags_saved=$CFLAGS
13544 CFLAGS="$CFLAGS -gstabs+"
13545 cat >conftest.$ac_ext <<_ACEOF
13546 /* confdefs.h.  */
13547 _ACEOF
13548 cat confdefs.h >>conftest.$ac_ext
13549 cat >>conftest.$ac_ext <<_ACEOF
13550 /* end confdefs.h.  */
13551
13552 int
13553 main ()
13554 {
13555
13556   ;
13557   return 0;
13558 }
13559 _ACEOF
13560 rm -f conftest.$ac_objext conftest$ac_exeext
13561 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13562   (eval $ac_link) 2>conftest.er1
13563   ac_status=$?
13564   grep -v '^ *+' conftest.er1 >conftest.err
13565   rm -f conftest.er1
13566   cat conftest.err >&5
13567   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13568   (exit $ac_status); } &&
13569          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13570   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13571   (eval $ac_try) 2>&5
13572   ac_status=$?
13573   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13574   (exit $ac_status); }; } &&
13575          { ac_try='test -s conftest$ac_exeext'
13576   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13577   (eval $ac_try) 2>&5
13578   ac_status=$?
13579   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13580   (exit $ac_status); }; }; then
13581   ac_cv_c_gcc_gstabs="yes"
13582 else
13583   echo "$as_me: failed program was:" >&5
13584 sed 's/^/| /' conftest.$ac_ext >&5
13585
13586         ac_cv_c_gcc_gstabs="no"
13587 fi
13588
13589 rm -f conftest.err conftest.$ac_objext \
13590       conftest$ac_exeext conftest.$ac_ext
13591 CFLAGS=$ac_wine_try_cflags_saved
13592 fi
13593 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_gstabs" >&5
13594 echo "${ECHO_T}$ac_cv_c_gcc_gstabs" >&6; }
13595   if test "$ac_cv_c_gcc_gstabs" = "yes"
13596   then
13597     EXTRACFLAGS="$EXTRACFLAGS -gstabs+"
13598   fi
13599
13600     { echo "$as_me:$LINENO: checking for gcc -Wdeclaration-after-statement support" >&5
13601 echo $ECHO_N "checking for gcc -Wdeclaration-after-statement support... $ECHO_C" >&6; }
13602 if test "${ac_cv_c_gcc_decl_after_statement+set}" = set; then
13603   echo $ECHO_N "(cached) $ECHO_C" >&6
13604 else
13605   ac_wine_try_cflags_saved=$CFLAGS
13606 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
13607 cat >conftest.$ac_ext <<_ACEOF
13608 /* confdefs.h.  */
13609 _ACEOF
13610 cat confdefs.h >>conftest.$ac_ext
13611 cat >>conftest.$ac_ext <<_ACEOF
13612 /* end confdefs.h.  */
13613
13614 int
13615 main ()
13616 {
13617
13618   ;
13619   return 0;
13620 }
13621 _ACEOF
13622 rm -f conftest.$ac_objext conftest$ac_exeext
13623 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13624   (eval $ac_link) 2>conftest.er1
13625   ac_status=$?
13626   grep -v '^ *+' conftest.er1 >conftest.err
13627   rm -f conftest.er1
13628   cat conftest.err >&5
13629   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630   (exit $ac_status); } &&
13631          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13632   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13633   (eval $ac_try) 2>&5
13634   ac_status=$?
13635   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13636   (exit $ac_status); }; } &&
13637          { ac_try='test -s conftest$ac_exeext'
13638   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13639   (eval $ac_try) 2>&5
13640   ac_status=$?
13641   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13642   (exit $ac_status); }; }; then
13643   ac_cv_c_gcc_decl_after_statement="yes"
13644 else
13645   echo "$as_me: failed program was:" >&5
13646 sed 's/^/| /' conftest.$ac_ext >&5
13647
13648         ac_cv_c_gcc_decl_after_statement="no"
13649 fi
13650
13651 rm -f conftest.err conftest.$ac_objext \
13652       conftest$ac_exeext conftest.$ac_ext
13653 CFLAGS=$ac_wine_try_cflags_saved
13654 fi
13655 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_decl_after_statement" >&5
13656 echo "${ECHO_T}$ac_cv_c_gcc_decl_after_statement" >&6; }
13657   if test "$ac_cv_c_gcc_decl_after_statement" = "yes"
13658   then
13659     EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
13660   fi
13661
13662     saved_CFLAGS="$CFLAGS"
13663   CFLAGS="$CFLAGS -Wpointer-arith -Werror"
13664   { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
13665 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
13666 if test "${ac_cv_c_string_h_warnings+set}" = set; then
13667   echo $ECHO_N "(cached) $ECHO_C" >&6
13668 else
13669   cat >conftest.$ac_ext <<_ACEOF
13670 /* confdefs.h.  */
13671 _ACEOF
13672 cat confdefs.h >>conftest.$ac_ext
13673 cat >>conftest.$ac_ext <<_ACEOF
13674 /* end confdefs.h.  */
13675 #include <string.h>
13676 int
13677 main ()
13678 {
13679
13680   ;
13681   return 0;
13682 }
13683 _ACEOF
13684 rm -f conftest.$ac_objext
13685 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13686   (eval $ac_compile) 2>conftest.er1
13687   ac_status=$?
13688   grep -v '^ *+' conftest.er1 >conftest.err
13689   rm -f conftest.er1
13690   cat conftest.err >&5
13691   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13692   (exit $ac_status); } &&
13693          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13694   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13695   (eval $ac_try) 2>&5
13696   ac_status=$?
13697   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13698   (exit $ac_status); }; } &&
13699          { ac_try='test -s conftest.$ac_objext'
13700   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13701   (eval $ac_try) 2>&5
13702   ac_status=$?
13703   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13704   (exit $ac_status); }; }; then
13705   ac_cv_c_string_h_warnings=no
13706 else
13707   echo "$as_me: failed program was:" >&5
13708 sed 's/^/| /' conftest.$ac_ext >&5
13709
13710         ac_cv_c_string_h_warnings=yes
13711 fi
13712
13713 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13714 fi
13715 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
13716 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
13717   CFLAGS="$saved_CFLAGS"
13718   if test "$ac_cv_c_string_h_warnings" = "no"
13719   then
13720     EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
13721   fi
13722
13723   BUILTINFLAG=""
13724
13725   saved_CFLAGS="$CFLAGS"
13726   CFLAGS="$CFLAGS -Werror"
13727   { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
13728 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
13729 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
13730   echo $ECHO_N "(cached) $ECHO_C" >&6
13731 else
13732   cat >conftest.$ac_ext <<_ACEOF
13733 /* confdefs.h.  */
13734 _ACEOF
13735 cat confdefs.h >>conftest.$ac_ext
13736 cat >>conftest.$ac_ext <<_ACEOF
13737 /* end confdefs.h.  */
13738
13739 int
13740 main ()
13741 {
13742 int iswlower(unsigned short);
13743   ;
13744   return 0;
13745 }
13746 _ACEOF
13747 rm -f conftest.$ac_objext
13748 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
13749   (eval $ac_compile) 2>conftest.er1
13750   ac_status=$?
13751   grep -v '^ *+' conftest.er1 >conftest.err
13752   rm -f conftest.er1
13753   cat conftest.err >&5
13754   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13755   (exit $ac_status); } &&
13756          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13757   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13758   (eval $ac_try) 2>&5
13759   ac_status=$?
13760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13761   (exit $ac_status); }; } &&
13762          { ac_try='test -s conftest.$ac_objext'
13763   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13764   (eval $ac_try) 2>&5
13765   ac_status=$?
13766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13767   (exit $ac_status); }; }; then
13768   ac_cv_c_builtin_wchar_ctype=no
13769 else
13770   echo "$as_me: failed program was:" >&5
13771 sed 's/^/| /' conftest.$ac_ext >&5
13772
13773         ac_cv_c_builtin_wchar_ctype=yes
13774 fi
13775
13776 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
13777 fi
13778 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
13779 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
13780   CFLAGS="$saved_CFLAGS"
13781   if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
13782   then
13783     BUILTINFLAG=""
13784     for builtin in \
13785       iswalnum iswalpha iswcntrl iswdigit iswgraph iswlower \
13786       iswprint iswpunct iswspace iswupper iswxdigit towlower towupper
13787     do
13788       BUILTINFLAG="$BUILTINFLAG -fno-builtin-$builtin"
13789     done
13790   fi
13791 fi
13792
13793
13794 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
13795 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
13796 if test "${ac_cv_asm_func_def+set}" = set; then
13797   echo $ECHO_N "(cached) $ECHO_C" >&6
13798 else
13799   cat >conftest.$ac_ext <<_ACEOF
13800 /* confdefs.h.  */
13801 _ACEOF
13802 cat confdefs.h >>conftest.$ac_ext
13803 cat >>conftest.$ac_ext <<_ACEOF
13804 /* end confdefs.h.  */
13805 void ac_asm(void) { asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0"); }
13806
13807 int
13808 main ()
13809 {
13810
13811   ;
13812   return 0;
13813 }
13814 _ACEOF
13815 rm -f conftest.$ac_objext conftest$ac_exeext
13816 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13817   (eval $ac_link) 2>conftest.er1
13818   ac_status=$?
13819   grep -v '^ *+' conftest.er1 >conftest.err
13820   rm -f conftest.er1
13821   cat conftest.err >&5
13822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13823   (exit $ac_status); } &&
13824          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13825   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13826   (eval $ac_try) 2>&5
13827   ac_status=$?
13828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13829   (exit $ac_status); }; } &&
13830          { ac_try='test -s conftest$ac_exeext'
13831   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13832   (eval $ac_try) 2>&5
13833   ac_status=$?
13834   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13835   (exit $ac_status); }; }; then
13836   ac_cv_asm_func_def=".def"
13837 else
13838   echo "$as_me: failed program was:" >&5
13839 sed 's/^/| /' conftest.$ac_ext >&5
13840
13841         cat >conftest.$ac_ext <<_ACEOF
13842 /* confdefs.h.  */
13843 _ACEOF
13844 cat confdefs.h >>conftest.$ac_ext
13845 cat >>conftest.$ac_ext <<_ACEOF
13846 /* end confdefs.h.  */
13847 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0"); }
13848
13849 int
13850 main ()
13851 {
13852
13853   ;
13854   return 0;
13855 }
13856 _ACEOF
13857 rm -f conftest.$ac_objext conftest$ac_exeext
13858 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13859   (eval $ac_link) 2>conftest.er1
13860   ac_status=$?
13861   grep -v '^ *+' conftest.er1 >conftest.err
13862   rm -f conftest.er1
13863   cat conftest.err >&5
13864   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865   (exit $ac_status); } &&
13866          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13867   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13868   (eval $ac_try) 2>&5
13869   ac_status=$?
13870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13871   (exit $ac_status); }; } &&
13872          { ac_try='test -s conftest$ac_exeext'
13873   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13874   (eval $ac_try) 2>&5
13875   ac_status=$?
13876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13877   (exit $ac_status); }; }; then
13878   ac_cv_asm_func_def=".type @function"
13879 else
13880   echo "$as_me: failed program was:" >&5
13881 sed 's/^/| /' conftest.$ac_ext >&5
13882
13883         cat >conftest.$ac_ext <<_ACEOF
13884 /* confdefs.h.  */
13885 _ACEOF
13886 cat confdefs.h >>conftest.$ac_ext
13887 cat >>conftest.$ac_ext <<_ACEOF
13888 /* end confdefs.h.  */
13889 void ac_asm(void) { asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0"); }
13890
13891 int
13892 main ()
13893 {
13894
13895   ;
13896   return 0;
13897 }
13898 _ACEOF
13899 rm -f conftest.$ac_objext conftest$ac_exeext
13900 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13901   (eval $ac_link) 2>conftest.er1
13902   ac_status=$?
13903   grep -v '^ *+' conftest.er1 >conftest.err
13904   rm -f conftest.er1
13905   cat conftest.err >&5
13906   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13907   (exit $ac_status); } &&
13908          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13909   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13910   (eval $ac_try) 2>&5
13911   ac_status=$?
13912   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13913   (exit $ac_status); }; } &&
13914          { ac_try='test -s conftest$ac_exeext'
13915   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
13916   (eval $ac_try) 2>&5
13917   ac_status=$?
13918   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13919   (exit $ac_status); }; }; then
13920   ac_cv_asm_func_def=".type 2"
13921 else
13922   echo "$as_me: failed program was:" >&5
13923 sed 's/^/| /' conftest.$ac_ext >&5
13924
13925         ac_cv_asm_func_def="unknown"
13926 fi
13927
13928 rm -f conftest.err conftest.$ac_objext \
13929       conftest$ac_exeext conftest.$ac_ext
13930 fi
13931
13932 rm -f conftest.err conftest.$ac_objext \
13933       conftest$ac_exeext conftest.$ac_ext
13934 fi
13935
13936 rm -f conftest.err conftest.$ac_objext \
13937       conftest$ac_exeext conftest.$ac_ext
13938 fi
13939 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
13940 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
13941
13942
13943
13944 case "$ac_cv_asm_func_def" in
13945   ".def")
13946      cat >>confdefs.h <<\_ACEOF
13947 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
13948 _ACEOF
13949  ;;
13950   ".type @function")
13951      cat >>confdefs.h <<\_ACEOF
13952 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
13953 _ACEOF
13954  ;;
13955   ".type 2")
13956      cat >>confdefs.h <<\_ACEOF
13957 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
13958 _ACEOF
13959  ;;
13960   *)
13961      cat >>confdefs.h <<\_ACEOF
13962 #define __ASM_FUNC(name) ""
13963 _ACEOF
13964  ;;
13965 esac
13966
13967
13968 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
13969 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
13970 if test "${ac_cv_c_extern_prefix+set}" = set; then
13971   echo $ECHO_N "(cached) $ECHO_C" >&6
13972 else
13973   cat >conftest.$ac_ext <<_ACEOF
13974 /* confdefs.h.  */
13975 _ACEOF
13976 cat confdefs.h >>conftest.$ac_ext
13977 cat >>conftest.$ac_ext <<_ACEOF
13978 /* end confdefs.h.  */
13979 void ac_asm(void) { asm(".globl _ac_test\n_ac_test:\t.long 0"); }
13980 extern int ac_test;
13981 int
13982 main ()
13983 {
13984 if (ac_test) return 1
13985   ;
13986   return 0;
13987 }
13988 _ACEOF
13989 rm -f conftest.$ac_objext conftest$ac_exeext
13990 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
13991   (eval $ac_link) 2>conftest.er1
13992   ac_status=$?
13993   grep -v '^ *+' conftest.er1 >conftest.err
13994   rm -f conftest.er1
13995   cat conftest.err >&5
13996   echo "$as_me:$LINENO: \$? = $ac_status" >&5
13997   (exit $ac_status); } &&
13998          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
13999   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14000   (eval $ac_try) 2>&5
14001   ac_status=$?
14002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14003   (exit $ac_status); }; } &&
14004          { ac_try='test -s conftest$ac_exeext'
14005   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14006   (eval $ac_try) 2>&5
14007   ac_status=$?
14008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14009   (exit $ac_status); }; }; then
14010   ac_cv_c_extern_prefix="yes"
14011 else
14012   echo "$as_me: failed program was:" >&5
14013 sed 's/^/| /' conftest.$ac_ext >&5
14014
14015         ac_cv_c_extern_prefix="no"
14016 fi
14017
14018 rm -f conftest.err conftest.$ac_objext \
14019       conftest$ac_exeext conftest.$ac_ext
14020 fi
14021 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
14022 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
14023
14024
14025
14026 if test "$ac_cv_c_extern_prefix" = "yes"
14027 then
14028   cat >>confdefs.h <<\_ACEOF
14029 #define __ASM_NAME(name) "_" name
14030 _ACEOF
14031
14032 else
14033   cat >>confdefs.h <<\_ACEOF
14034 #define __ASM_NAME(name) name
14035 _ACEOF
14036
14037 fi
14038
14039
14040 DLLEXT=""
14041
14042 DLLFLAGS="-D_REENTRANT"
14043
14044 DLLIBS=""
14045
14046 LDSHARED=""
14047
14048 LDDLLFLAGS=""
14049
14050 LIBEXT="so"
14051
14052 IMPLIBEXT="def"
14053
14054
14055 case $host_os in
14056   cygwin*|mingw32*)
14057     if test -n "$ac_tool_prefix"; then
14058   # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
14059 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
14060 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14061 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14062 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
14063   echo $ECHO_N "(cached) $ECHO_C" >&6
14064 else
14065   if test -n "$DLLTOOL"; then
14066   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
14067 else
14068 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14069 for as_dir in $PATH
14070 do
14071   IFS=$as_save_IFS
14072   test -z "$as_dir" && as_dir=.
14073   for ac_exec_ext in '' $ac_executable_extensions; do
14074   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
14075     ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
14076     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14077     break 2
14078   fi
14079 done
14080 done
14081 IFS=$as_save_IFS
14082
14083 fi
14084 fi
14085 DLLTOOL=$ac_cv_prog_DLLTOOL
14086 if test -n "$DLLTOOL"; then
14087   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
14088 echo "${ECHO_T}$DLLTOOL" >&6; }
14089 else
14090   { echo "$as_me:$LINENO: result: no" >&5
14091 echo "${ECHO_T}no" >&6; }
14092 fi
14093
14094
14095 fi
14096 if test -z "$ac_cv_prog_DLLTOOL"; then
14097   ac_ct_DLLTOOL=$DLLTOOL
14098   # Extract the first word of "dlltool", so it can be a program name with args.
14099 set dummy dlltool; ac_word=$2
14100 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14101 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14102 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
14103   echo $ECHO_N "(cached) $ECHO_C" >&6
14104 else
14105   if test -n "$ac_ct_DLLTOOL"; then
14106   ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
14107 else
14108 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14109 for as_dir in $PATH
14110 do
14111   IFS=$as_save_IFS
14112   test -z "$as_dir" && as_dir=.
14113   for ac_exec_ext in '' $ac_executable_extensions; do
14114   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
14115     ac_cv_prog_ac_ct_DLLTOOL="dlltool"
14116     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14117     break 2
14118   fi
14119 done
14120 done
14121 IFS=$as_save_IFS
14122
14123 fi
14124 fi
14125 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
14126 if test -n "$ac_ct_DLLTOOL"; then
14127   { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
14128 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
14129 else
14130   { echo "$as_me:$LINENO: result: no" >&5
14131 echo "${ECHO_T}no" >&6; }
14132 fi
14133
14134   if test "x$ac_ct_DLLTOOL" = x; then
14135     DLLTOOL="false"
14136   else
14137     case $cross_compiling:$ac_tool_warned in
14138 yes:)
14139 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14140 whose name does not start with the host triplet.  If you think this
14141 configuration is useful to you, please write to autoconf@gnu.org." >&5
14142 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14143 whose name does not start with the host triplet.  If you think this
14144 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14145 ac_tool_warned=yes ;;
14146 esac
14147     DLLTOOL=$ac_ct_DLLTOOL
14148   fi
14149 else
14150   DLLTOOL="$ac_cv_prog_DLLTOOL"
14151 fi
14152
14153     if test -n "$ac_tool_prefix"; then
14154   # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
14155 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
14156 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14157 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14158 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
14159   echo $ECHO_N "(cached) $ECHO_C" >&6
14160 else
14161   if test -n "$DLLWRAP"; then
14162   ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
14163 else
14164 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14165 for as_dir in $PATH
14166 do
14167   IFS=$as_save_IFS
14168   test -z "$as_dir" && as_dir=.
14169   for ac_exec_ext in '' $ac_executable_extensions; do
14170   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
14171     ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
14172     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14173     break 2
14174   fi
14175 done
14176 done
14177 IFS=$as_save_IFS
14178
14179 fi
14180 fi
14181 DLLWRAP=$ac_cv_prog_DLLWRAP
14182 if test -n "$DLLWRAP"; then
14183   { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
14184 echo "${ECHO_T}$DLLWRAP" >&6; }
14185 else
14186   { echo "$as_me:$LINENO: result: no" >&5
14187 echo "${ECHO_T}no" >&6; }
14188 fi
14189
14190
14191 fi
14192 if test -z "$ac_cv_prog_DLLWRAP"; then
14193   ac_ct_DLLWRAP=$DLLWRAP
14194   # Extract the first word of "dllwrap", so it can be a program name with args.
14195 set dummy dllwrap; ac_word=$2
14196 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14197 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14198 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
14199   echo $ECHO_N "(cached) $ECHO_C" >&6
14200 else
14201   if test -n "$ac_ct_DLLWRAP"; then
14202   ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
14203 else
14204 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14205 for as_dir in $PATH
14206 do
14207   IFS=$as_save_IFS
14208   test -z "$as_dir" && as_dir=.
14209   for ac_exec_ext in '' $ac_executable_extensions; do
14210   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
14211     ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
14212     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14213     break 2
14214   fi
14215 done
14216 done
14217 IFS=$as_save_IFS
14218
14219 fi
14220 fi
14221 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
14222 if test -n "$ac_ct_DLLWRAP"; then
14223   { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
14224 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
14225 else
14226   { echo "$as_me:$LINENO: result: no" >&5
14227 echo "${ECHO_T}no" >&6; }
14228 fi
14229
14230   if test "x$ac_ct_DLLWRAP" = x; then
14231     DLLWRAP="false"
14232   else
14233     case $cross_compiling:$ac_tool_warned in
14234 yes:)
14235 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
14236 whose name does not start with the host triplet.  If you think this
14237 configuration is useful to you, please write to autoconf@gnu.org." >&5
14238 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
14239 whose name does not start with the host triplet.  If you think this
14240 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
14241 ac_tool_warned=yes ;;
14242 esac
14243     DLLWRAP=$ac_ct_DLLWRAP
14244   fi
14245 else
14246   DLLWRAP="$ac_cv_prog_DLLWRAP"
14247 fi
14248
14249     if test "$DLLWRAP" = "false"; then
14250       LIBEXT="a"
14251     else
14252             LIBEXT="dll"
14253     fi
14254     IMPLIBEXT="a"
14255         WIN16_FILES=""
14256     WIN16_INSTALL=""
14257     ;;
14258   *)
14259     if test "$ac_cv_header_dlfcn_h" = "yes"
14260     then
14261
14262 for ac_func in dlopen
14263 do
14264 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14265 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14266 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14267 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14268   echo $ECHO_N "(cached) $ECHO_C" >&6
14269 else
14270   cat >conftest.$ac_ext <<_ACEOF
14271 /* confdefs.h.  */
14272 _ACEOF
14273 cat confdefs.h >>conftest.$ac_ext
14274 cat >>conftest.$ac_ext <<_ACEOF
14275 /* end confdefs.h.  */
14276 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14277    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14278 #define $ac_func innocuous_$ac_func
14279
14280 /* System header to define __stub macros and hopefully few prototypes,
14281     which can conflict with char $ac_func (); below.
14282     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14283     <limits.h> exists even on freestanding compilers.  */
14284
14285 #ifdef __STDC__
14286 # include <limits.h>
14287 #else
14288 # include <assert.h>
14289 #endif
14290
14291 #undef $ac_func
14292
14293 /* Override any GCC internal prototype to avoid an error.
14294    Use char because int might match the return type of a GCC
14295    builtin and then its argument prototype would still apply.  */
14296 #ifdef __cplusplus
14297 extern "C"
14298 #endif
14299 char $ac_func ();
14300 /* The GNU C library defines this for functions which it implements
14301     to always fail with ENOSYS.  Some functions are actually named
14302     something starting with __ and the normal name is an alias.  */
14303 #if defined __stub_$ac_func || defined __stub___$ac_func
14304 choke me
14305 #endif
14306
14307 int
14308 main ()
14309 {
14310 return $ac_func ();
14311   ;
14312   return 0;
14313 }
14314 _ACEOF
14315 rm -f conftest.$ac_objext conftest$ac_exeext
14316 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14317   (eval $ac_link) 2>conftest.er1
14318   ac_status=$?
14319   grep -v '^ *+' conftest.er1 >conftest.err
14320   rm -f conftest.er1
14321   cat conftest.err >&5
14322   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14323   (exit $ac_status); } &&
14324          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14325   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14326   (eval $ac_try) 2>&5
14327   ac_status=$?
14328   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14329   (exit $ac_status); }; } &&
14330          { ac_try='test -s conftest$ac_exeext'
14331   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14332   (eval $ac_try) 2>&5
14333   ac_status=$?
14334   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14335   (exit $ac_status); }; }; then
14336   eval "$as_ac_var=yes"
14337 else
14338   echo "$as_me: failed program was:" >&5
14339 sed 's/^/| /' conftest.$ac_ext >&5
14340
14341         eval "$as_ac_var=no"
14342 fi
14343
14344 rm -f conftest.err conftest.$ac_objext \
14345       conftest$ac_exeext conftest.$ac_ext
14346 fi
14347 ac_res=`eval echo '${'$as_ac_var'}'`
14348                { echo "$as_me:$LINENO: result: $ac_res" >&5
14349 echo "${ECHO_T}$ac_res" >&6; }
14350 if test `eval echo '${'$as_ac_var'}'` = yes; then
14351   cat >>confdefs.h <<_ACEOF
14352 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14353 _ACEOF
14354
14355 else
14356   { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
14357 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
14358 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
14359   echo $ECHO_N "(cached) $ECHO_C" >&6
14360 else
14361   ac_check_lib_save_LIBS=$LIBS
14362 LIBS="-ldl  $LIBS"
14363 cat >conftest.$ac_ext <<_ACEOF
14364 /* confdefs.h.  */
14365 _ACEOF
14366 cat confdefs.h >>conftest.$ac_ext
14367 cat >>conftest.$ac_ext <<_ACEOF
14368 /* end confdefs.h.  */
14369
14370 /* Override any GCC internal prototype to avoid an error.
14371    Use char because int might match the return type of a GCC
14372    builtin and then its argument prototype would still apply.  */
14373 #ifdef __cplusplus
14374 extern "C"
14375 #endif
14376 char dlopen ();
14377 int
14378 main ()
14379 {
14380 return dlopen ();
14381   ;
14382   return 0;
14383 }
14384 _ACEOF
14385 rm -f conftest.$ac_objext conftest$ac_exeext
14386 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14387   (eval $ac_link) 2>conftest.er1
14388   ac_status=$?
14389   grep -v '^ *+' conftest.er1 >conftest.err
14390   rm -f conftest.er1
14391   cat conftest.err >&5
14392   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14393   (exit $ac_status); } &&
14394          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14395   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14396   (eval $ac_try) 2>&5
14397   ac_status=$?
14398   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399   (exit $ac_status); }; } &&
14400          { ac_try='test -s conftest$ac_exeext'
14401   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14402   (eval $ac_try) 2>&5
14403   ac_status=$?
14404   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14405   (exit $ac_status); }; }; then
14406   ac_cv_lib_dl_dlopen=yes
14407 else
14408   echo "$as_me: failed program was:" >&5
14409 sed 's/^/| /' conftest.$ac_ext >&5
14410
14411         ac_cv_lib_dl_dlopen=no
14412 fi
14413
14414 rm -f conftest.err conftest.$ac_objext \
14415       conftest$ac_exeext conftest.$ac_ext
14416 LIBS=$ac_check_lib_save_LIBS
14417 fi
14418 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
14419 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
14420 if test $ac_cv_lib_dl_dlopen = yes; then
14421
14422 cat >>confdefs.h <<\_ACEOF
14423 #define HAVE_DLOPEN 1
14424 _ACEOF
14425
14426                           DLLIBS="-ldl"
14427 else
14428   LIBEXT="a"
14429 fi
14430
14431 fi
14432 done
14433
14434         ac_wine_check_funcs_save_LIBS="$LIBS"
14435 LIBS="$LIBS $DLLIBS"
14436
14437 for ac_func in dladdr
14438 do
14439 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14440 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14441 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14442 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14443   echo $ECHO_N "(cached) $ECHO_C" >&6
14444 else
14445   cat >conftest.$ac_ext <<_ACEOF
14446 /* confdefs.h.  */
14447 _ACEOF
14448 cat confdefs.h >>conftest.$ac_ext
14449 cat >>conftest.$ac_ext <<_ACEOF
14450 /* end confdefs.h.  */
14451 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14452    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
14453 #define $ac_func innocuous_$ac_func
14454
14455 /* System header to define __stub macros and hopefully few prototypes,
14456     which can conflict with char $ac_func (); below.
14457     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14458     <limits.h> exists even on freestanding compilers.  */
14459
14460 #ifdef __STDC__
14461 # include <limits.h>
14462 #else
14463 # include <assert.h>
14464 #endif
14465
14466 #undef $ac_func
14467
14468 /* Override any GCC internal prototype to avoid an error.
14469    Use char because int might match the return type of a GCC
14470    builtin and then its argument prototype would still apply.  */
14471 #ifdef __cplusplus
14472 extern "C"
14473 #endif
14474 char $ac_func ();
14475 /* The GNU C library defines this for functions which it implements
14476     to always fail with ENOSYS.  Some functions are actually named
14477     something starting with __ and the normal name is an alias.  */
14478 #if defined __stub_$ac_func || defined __stub___$ac_func
14479 choke me
14480 #endif
14481
14482 int
14483 main ()
14484 {
14485 return $ac_func ();
14486   ;
14487   return 0;
14488 }
14489 _ACEOF
14490 rm -f conftest.$ac_objext conftest$ac_exeext
14491 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14492   (eval $ac_link) 2>conftest.er1
14493   ac_status=$?
14494   grep -v '^ *+' conftest.er1 >conftest.err
14495   rm -f conftest.er1
14496   cat conftest.err >&5
14497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14498   (exit $ac_status); } &&
14499          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14500   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14501   (eval $ac_try) 2>&5
14502   ac_status=$?
14503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14504   (exit $ac_status); }; } &&
14505          { ac_try='test -s conftest$ac_exeext'
14506   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14507   (eval $ac_try) 2>&5
14508   ac_status=$?
14509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14510   (exit $ac_status); }; }; then
14511   eval "$as_ac_var=yes"
14512 else
14513   echo "$as_me: failed program was:" >&5
14514 sed 's/^/| /' conftest.$ac_ext >&5
14515
14516         eval "$as_ac_var=no"
14517 fi
14518
14519 rm -f conftest.err conftest.$ac_objext \
14520       conftest$ac_exeext conftest.$ac_ext
14521 fi
14522 ac_res=`eval echo '${'$as_ac_var'}'`
14523                { echo "$as_me:$LINENO: result: $ac_res" >&5
14524 echo "${ECHO_T}$ac_res" >&6; }
14525 if test `eval echo '${'$as_ac_var'}'` = yes; then
14526   cat >>confdefs.h <<_ACEOF
14527 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14528 _ACEOF
14529
14530 fi
14531 done
14532
14533 LIBS="$ac_wine_check_funcs_save_LIBS"
14534     else
14535         LIBEXT="a"
14536     fi
14537
14538     if test "$LIBEXT" = "so"
14539     then
14540       DLLFLAGS="$DLLFLAGS -fPIC"
14541       DLLEXT=".so"
14542       { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
14543 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
14544 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
14545   echo $ECHO_N "(cached) $ECHO_C" >&6
14546 else
14547   ac_wine_try_cflags_saved=$CFLAGS
14548 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,conftest.so.1.0,-Bsymbolic"
14549 cat >conftest.$ac_ext <<_ACEOF
14550 void myfunc() {}
14551 _ACEOF
14552 rm -f conftest.$ac_objext conftest$ac_exeext
14553 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14554   (eval $ac_link) 2>conftest.er1
14555   ac_status=$?
14556   grep -v '^ *+' conftest.er1 >conftest.err
14557   rm -f conftest.er1
14558   cat conftest.err >&5
14559   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14560   (exit $ac_status); } &&
14561          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14562   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14563   (eval $ac_try) 2>&5
14564   ac_status=$?
14565   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14566   (exit $ac_status); }; } &&
14567          { ac_try='test -s conftest$ac_exeext'
14568   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14569   (eval $ac_try) 2>&5
14570   ac_status=$?
14571   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572   (exit $ac_status); }; }; then
14573   ac_cv_c_dll_gnuelf="yes"
14574 else
14575   echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14577
14578         ac_cv_c_dll_gnuelf="no"
14579 fi
14580
14581 rm -f conftest.err conftest.$ac_objext \
14582       conftest$ac_exeext conftest.$ac_ext
14583 CFLAGS=$ac_wine_try_cflags_saved
14584 fi
14585 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
14586 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
14587       if test "$ac_cv_c_dll_gnuelf" = "yes"
14588       then
14589         LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
14590         LDDLLFLAGS="-shared -Wl,-Bsymbolic"
14591         { echo "$as_me:$LINENO: checking whether the linker accepts -z defs" >&5
14592 echo $ECHO_N "checking whether the linker accepts -z defs... $ECHO_C" >&6; }
14593 if test "${ac_cv_c_dll_zdefs+set}" = set; then
14594   echo $ECHO_N "(cached) $ECHO_C" >&6
14595 else
14596   ac_wine_try_cflags_saved=$CFLAGS
14597 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
14598 cat >conftest.$ac_ext <<_ACEOF
14599 /* confdefs.h.  */
14600 _ACEOF
14601 cat confdefs.h >>conftest.$ac_ext
14602 cat >>conftest.$ac_ext <<_ACEOF
14603 /* end confdefs.h.  */
14604
14605 int
14606 main ()
14607 {
14608
14609   ;
14610   return 0;
14611 }
14612 _ACEOF
14613 rm -f conftest.$ac_objext conftest$ac_exeext
14614 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14615   (eval $ac_link) 2>conftest.er1
14616   ac_status=$?
14617   grep -v '^ *+' conftest.er1 >conftest.err
14618   rm -f conftest.er1
14619   cat conftest.err >&5
14620   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621   (exit $ac_status); } &&
14622          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14623   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14624   (eval $ac_try) 2>&5
14625   ac_status=$?
14626   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14627   (exit $ac_status); }; } &&
14628          { ac_try='test -s conftest$ac_exeext'
14629   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14630   (eval $ac_try) 2>&5
14631   ac_status=$?
14632   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14633   (exit $ac_status); }; }; then
14634   ac_cv_c_dll_zdefs="yes"
14635 else
14636   echo "$as_me: failed program was:" >&5
14637 sed 's/^/| /' conftest.$ac_ext >&5
14638
14639         ac_cv_c_dll_zdefs="no"
14640 fi
14641
14642 rm -f conftest.err conftest.$ac_objext \
14643       conftest$ac_exeext conftest.$ac_ext
14644 CFLAGS=$ac_wine_try_cflags_saved
14645 fi
14646 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_zdefs" >&5
14647 echo "${ECHO_T}$ac_cv_c_dll_zdefs" >&6; }
14648         if test "$ac_cv_c_dll_zdefs" = "yes"
14649         then
14650           LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
14651         fi
14652
14653         { echo "$as_me:$LINENO: checking whether the linker accepts -init and -fini" >&5
14654 echo $ECHO_N "checking whether the linker accepts -init and -fini... $ECHO_C" >&6; }
14655 if test "${ac_cv_c_dll_init_fini+set}" = set; then
14656   echo $ECHO_N "(cached) $ECHO_C" >&6
14657 else
14658   ac_wine_try_cflags_saved=$CFLAGS
14659 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
14660 cat >conftest.$ac_ext <<_ACEOF
14661 /* confdefs.h.  */
14662 _ACEOF
14663 cat confdefs.h >>conftest.$ac_ext
14664 cat >>conftest.$ac_ext <<_ACEOF
14665 /* end confdefs.h.  */
14666
14667 int
14668 main ()
14669 {
14670
14671   ;
14672   return 0;
14673 }
14674 _ACEOF
14675 rm -f conftest.$ac_objext conftest$ac_exeext
14676 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14677   (eval $ac_link) 2>conftest.er1
14678   ac_status=$?
14679   grep -v '^ *+' conftest.er1 >conftest.err
14680   rm -f conftest.er1
14681   cat conftest.err >&5
14682   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14683   (exit $ac_status); } &&
14684          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14685   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14686   (eval $ac_try) 2>&5
14687   ac_status=$?
14688   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14689   (exit $ac_status); }; } &&
14690          { ac_try='test -s conftest$ac_exeext'
14691   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14692   (eval $ac_try) 2>&5
14693   ac_status=$?
14694   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695   (exit $ac_status); }; }; then
14696   ac_cv_c_dll_init_fini="yes"
14697 else
14698   echo "$as_me: failed program was:" >&5
14699 sed 's/^/| /' conftest.$ac_ext >&5
14700
14701         ac_cv_c_dll_init_fini="no"
14702 fi
14703
14704 rm -f conftest.err conftest.$ac_objext \
14705       conftest$ac_exeext conftest.$ac_ext
14706 CFLAGS=$ac_wine_try_cflags_saved
14707 fi
14708 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_init_fini" >&5
14709 echo "${ECHO_T}$ac_cv_c_dll_init_fini" >&6; }
14710         if test "$ac_cv_c_dll_init_fini" = "yes"
14711         then
14712           LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
14713         fi
14714
14715         { echo "$as_me:$LINENO: checking whether the linker accepts version scripts" >&5
14716 echo $ECHO_N "checking whether the linker accepts version scripts... $ECHO_C" >&6; }
14717 if test "${ac_cv_c_ld_version_scripts+set}" = set; then
14718   echo $ECHO_N "(cached) $ECHO_C" >&6
14719 else
14720   echo '{ global: *; };' >conftest.map
14721            ac_wine_try_cflags_saved=$CFLAGS
14722 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
14723 cat >conftest.$ac_ext <<_ACEOF
14724 /* confdefs.h.  */
14725 _ACEOF
14726 cat confdefs.h >>conftest.$ac_ext
14727 cat >>conftest.$ac_ext <<_ACEOF
14728 /* end confdefs.h.  */
14729
14730 int
14731 main ()
14732 {
14733
14734   ;
14735   return 0;
14736 }
14737 _ACEOF
14738 rm -f conftest.$ac_objext conftest$ac_exeext
14739 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14740   (eval $ac_link) 2>conftest.er1
14741   ac_status=$?
14742   grep -v '^ *+' conftest.er1 >conftest.err
14743   rm -f conftest.er1
14744   cat conftest.err >&5
14745   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14746   (exit $ac_status); } &&
14747          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14748   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14749   (eval $ac_try) 2>&5
14750   ac_status=$?
14751   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14752   (exit $ac_status); }; } &&
14753          { ac_try='test -s conftest$ac_exeext'
14754   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14755   (eval $ac_try) 2>&5
14756   ac_status=$?
14757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14758   (exit $ac_status); }; }; then
14759   ac_cv_c_ld_version_scripts="yes"
14760 else
14761   echo "$as_me: failed program was:" >&5
14762 sed 's/^/| /' conftest.$ac_ext >&5
14763
14764         ac_cv_c_ld_version_scripts="no"
14765 fi
14766
14767 rm -f conftest.err conftest.$ac_objext \
14768       conftest$ac_exeext conftest.$ac_ext
14769 CFLAGS=$ac_wine_try_cflags_saved
14770            rm -f conftest.map
14771 fi
14772 { echo "$as_me:$LINENO: result: $ac_cv_c_ld_version_scripts" >&5
14773 echo "${ECHO_T}$ac_cv_c_ld_version_scripts" >&6; }
14774         if test "$ac_cv_c_ld_version_scripts" = "yes"
14775         then
14776           LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
14777         fi
14778
14779         { echo "$as_me:$LINENO: checking whether the linker accepts --export-dynamic" >&5
14780 echo $ECHO_N "checking whether the linker accepts --export-dynamic... $ECHO_C" >&6; }
14781 if test "${ac_cv_c_export_dynamic+set}" = set; then
14782   echo $ECHO_N "(cached) $ECHO_C" >&6
14783 else
14784   ac_wine_try_cflags_saved=$CFLAGS
14785 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
14786 cat >conftest.$ac_ext <<_ACEOF
14787 /* confdefs.h.  */
14788 _ACEOF
14789 cat confdefs.h >>conftest.$ac_ext
14790 cat >>conftest.$ac_ext <<_ACEOF
14791 /* end confdefs.h.  */
14792
14793 int
14794 main ()
14795 {
14796
14797   ;
14798   return 0;
14799 }
14800 _ACEOF
14801 rm -f conftest.$ac_objext conftest$ac_exeext
14802 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14803   (eval $ac_link) 2>conftest.er1
14804   ac_status=$?
14805   grep -v '^ *+' conftest.er1 >conftest.err
14806   rm -f conftest.er1
14807   cat conftest.err >&5
14808   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14809   (exit $ac_status); } &&
14810          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14811   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14812   (eval $ac_try) 2>&5
14813   ac_status=$?
14814   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14815   (exit $ac_status); }; } &&
14816          { ac_try='test -s conftest$ac_exeext'
14817   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14818   (eval $ac_try) 2>&5
14819   ac_status=$?
14820   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821   (exit $ac_status); }; }; then
14822   ac_cv_c_export_dynamic="yes"
14823 else
14824   echo "$as_me: failed program was:" >&5
14825 sed 's/^/| /' conftest.$ac_ext >&5
14826
14827         ac_cv_c_export_dynamic="no"
14828 fi
14829
14830 rm -f conftest.err conftest.$ac_objext \
14831       conftest$ac_exeext conftest.$ac_ext
14832 CFLAGS=$ac_wine_try_cflags_saved
14833 fi
14834 { echo "$as_me:$LINENO: result: $ac_cv_c_export_dynamic" >&5
14835 echo "${ECHO_T}$ac_cv_c_export_dynamic" >&6; }
14836         if test "$ac_cv_c_export_dynamic" = "yes"
14837         then
14838           LDEXECFLAGS="-Wl,--export-dynamic"
14839
14840         fi
14841
14842         { echo "$as_me:$LINENO: checking whether the linker accepts --rpath" >&5
14843 echo $ECHO_N "checking whether the linker accepts --rpath... $ECHO_C" >&6; }
14844 if test "${ac_cv_ld_rpath+set}" = set; then
14845   echo $ECHO_N "(cached) $ECHO_C" >&6
14846 else
14847   ac_wine_try_cflags_saved=$CFLAGS
14848 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
14849 cat >conftest.$ac_ext <<_ACEOF
14850 /* confdefs.h.  */
14851 _ACEOF
14852 cat confdefs.h >>conftest.$ac_ext
14853 cat >>conftest.$ac_ext <<_ACEOF
14854 /* end confdefs.h.  */
14855
14856 int
14857 main ()
14858 {
14859
14860   ;
14861   return 0;
14862 }
14863 _ACEOF
14864 rm -f conftest.$ac_objext conftest$ac_exeext
14865 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14866   (eval $ac_link) 2>conftest.er1
14867   ac_status=$?
14868   grep -v '^ *+' conftest.er1 >conftest.err
14869   rm -f conftest.er1
14870   cat conftest.err >&5
14871   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14872   (exit $ac_status); } &&
14873          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14874   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14875   (eval $ac_try) 2>&5
14876   ac_status=$?
14877   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14878   (exit $ac_status); }; } &&
14879          { ac_try='test -s conftest$ac_exeext'
14880   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14881   (eval $ac_try) 2>&5
14882   ac_status=$?
14883   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14884   (exit $ac_status); }; }; then
14885   ac_cv_ld_rpath="yes"
14886 else
14887   echo "$as_me: failed program was:" >&5
14888 sed 's/^/| /' conftest.$ac_ext >&5
14889
14890         ac_cv_ld_rpath="no"
14891 fi
14892
14893 rm -f conftest.err conftest.$ac_objext \
14894       conftest$ac_exeext conftest.$ac_ext
14895 CFLAGS=$ac_wine_try_cflags_saved
14896 fi
14897 { echo "$as_me:$LINENO: result: $ac_cv_ld_rpath" >&5
14898 echo "${ECHO_T}$ac_cv_ld_rpath" >&6; }
14899         if test "$ac_cv_ld_rpath" = "yes"
14900         then
14901           LDEXERPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
14902
14903           LDDLLRPATH="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(dlldir) \$(libdir)\`"
14904
14905         fi
14906
14907         case $host_cpu in
14908           *i[3456789]86*)
14909             { echo "$as_me:$LINENO: checking whether we can relocate the executable to 0x7bf00000" >&5
14910 echo $ECHO_N "checking whether we can relocate the executable to 0x7bf00000... $ECHO_C" >&6; }
14911 if test "${ac_cv_ld_reloc_exec+set}" = set; then
14912   echo $ECHO_N "(cached) $ECHO_C" >&6
14913 else
14914   ac_wine_try_cflags_saved=$CFLAGS
14915 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
14916 cat >conftest.$ac_ext <<_ACEOF
14917 /* confdefs.h.  */
14918 _ACEOF
14919 cat confdefs.h >>conftest.$ac_ext
14920 cat >>conftest.$ac_ext <<_ACEOF
14921 /* end confdefs.h.  */
14922
14923 int
14924 main ()
14925 {
14926
14927   ;
14928   return 0;
14929 }
14930 _ACEOF
14931 rm -f conftest.$ac_objext conftest$ac_exeext
14932 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14933   (eval $ac_link) 2>conftest.er1
14934   ac_status=$?
14935   grep -v '^ *+' conftest.er1 >conftest.err
14936   rm -f conftest.er1
14937   cat conftest.err >&5
14938   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14939   (exit $ac_status); } &&
14940          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14941   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14942   (eval $ac_try) 2>&5
14943   ac_status=$?
14944   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14945   (exit $ac_status); }; } &&
14946          { ac_try='test -s conftest$ac_exeext'
14947   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14948   (eval $ac_try) 2>&5
14949   ac_status=$?
14950   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14951   (exit $ac_status); }; }; then
14952   ac_cv_ld_reloc_exec="yes"
14953 else
14954   echo "$as_me: failed program was:" >&5
14955 sed 's/^/| /' conftest.$ac_ext >&5
14956
14957         ac_cv_ld_reloc_exec="no"
14958 fi
14959
14960 rm -f conftest.err conftest.$ac_objext \
14961       conftest$ac_exeext conftest.$ac_ext
14962 CFLAGS=$ac_wine_try_cflags_saved
14963 fi
14964 { echo "$as_me:$LINENO: result: $ac_cv_ld_reloc_exec" >&5
14965 echo "${ECHO_T}$ac_cv_ld_reloc_exec" >&6; }
14966             if test "$ac_cv_ld_reloc_exec" = "yes"
14967             then
14968               LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
14969             fi
14970             ;;
14971         esac
14972
14973       else
14974         { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
14975 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
14976 if test "${ac_cv_c_dll_unixware+set}" = set; then
14977   echo $ECHO_N "(cached) $ECHO_C" >&6
14978 else
14979   ac_wine_try_cflags_saved=$CFLAGS
14980 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
14981 cat >conftest.$ac_ext <<_ACEOF
14982 void myfunc() {}
14983 _ACEOF
14984 rm -f conftest.$ac_objext conftest$ac_exeext
14985 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
14986   (eval $ac_link) 2>conftest.er1
14987   ac_status=$?
14988   grep -v '^ *+' conftest.er1 >conftest.err
14989   rm -f conftest.er1
14990   cat conftest.err >&5
14991   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14992   (exit $ac_status); } &&
14993          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
14994   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
14995   (eval $ac_try) 2>&5
14996   ac_status=$?
14997   echo "$as_me:$LINENO: \$? = $ac_status" >&5
14998   (exit $ac_status); }; } &&
14999          { ac_try='test -s conftest$ac_exeext'
15000   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15001   (eval $ac_try) 2>&5
15002   ac_status=$?
15003   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15004   (exit $ac_status); }; }; then
15005   ac_cv_c_dll_unixware="yes"
15006 else
15007   echo "$as_me: failed program was:" >&5
15008 sed 's/^/| /' conftest.$ac_ext >&5
15009
15010         ac_cv_c_dll_unixware="no"
15011 fi
15012
15013 rm -f conftest.err conftest.$ac_objext \
15014       conftest$ac_exeext conftest.$ac_ext
15015 CFLAGS=$ac_wine_try_cflags_saved
15016 fi
15017 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
15018 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
15019         if test "$ac_cv_c_dll_unixware" = "yes"
15020         then
15021           LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
15022           LDDLLFLAGS="-Wl,-G,-B,symbolic"
15023
15024         else
15025           { echo "$as_me:$LINENO: checking whether we can build a Mach-O (Mac OS X/Darwin) dll" >&5
15026 echo $ECHO_N "checking whether we can build a Mach-O (Mac OS X/Darwin) dll... $ECHO_C" >&6; }
15027 if test "${ac_cv_c_dll_macho+set}" = set; then
15028   echo $ECHO_N "(cached) $ECHO_C" >&6
15029 else
15030   ac_wine_try_cflags_saved=$CFLAGS
15031 CFLAGS="$CFLAGS -bundle"
15032 cat >conftest.$ac_ext <<_ACEOF
15033 void myfunc() {}
15034 _ACEOF
15035 rm -f conftest.$ac_objext conftest$ac_exeext
15036 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15037   (eval $ac_link) 2>conftest.er1
15038   ac_status=$?
15039   grep -v '^ *+' conftest.er1 >conftest.err
15040   rm -f conftest.er1
15041   cat conftest.err >&5
15042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15043   (exit $ac_status); } &&
15044          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15045   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15046   (eval $ac_try) 2>&5
15047   ac_status=$?
15048   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15049   (exit $ac_status); }; } &&
15050          { ac_try='test -s conftest$ac_exeext'
15051   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15052   (eval $ac_try) 2>&5
15053   ac_status=$?
15054   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15055   (exit $ac_status); }; }; then
15056   ac_cv_c_dll_macho="yes"
15057 else
15058   echo "$as_me: failed program was:" >&5
15059 sed 's/^/| /' conftest.$ac_ext >&5
15060
15061         ac_cv_c_dll_macho="no"
15062 fi
15063
15064 rm -f conftest.err conftest.$ac_objext \
15065       conftest$ac_exeext conftest.$ac_ext
15066 CFLAGS=$ac_wine_try_cflags_saved
15067 fi
15068 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_macho" >&5
15069 echo "${ECHO_T}$ac_cv_c_dll_macho" >&6; }
15070           if test "$ac_cv_c_dll_macho" = "yes"
15071           then
15072             LIBEXT="dylib"
15073             LDDLLFLAGS="-bundle"
15074             LDSHARED="\$(CC) -dynamiclib -install_name @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/\$(DYNAME) \$(SOVERSION:%=-compatibility_version %)"
15075             STRIP="$STRIP -u -r"
15076                         COREFOUNDATIONLIB="-framework CoreFoundation"
15077
15078             IOKITLIB="-framework IOKit -framework CoreFoundation"
15079
15080             LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7ffe0000"
15081
15082             if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
15083             then
15084                                 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices"
15085
15086             fi
15087             case $host_cpu in
15088               *powerpc*)
15089                 CFLAGS="$CFLAGS -ffixed-r13"
15090                 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning"
15091                 ;;
15092             esac
15093
15094           else
15095             { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
15096 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
15097 if test "${ac_cv_c_dll_hpux+set}" = set; then
15098   echo $ECHO_N "(cached) $ECHO_C" >&6
15099 else
15100   ac_wine_try_cflags_saved=$CFLAGS
15101 CFLAGS="$CFLAGS -shared"
15102 cat >conftest.$ac_ext <<_ACEOF
15103 void myfunc() {}
15104 _ACEOF
15105 rm -f conftest.$ac_objext conftest$ac_exeext
15106 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15107   (eval $ac_link) 2>conftest.er1
15108   ac_status=$?
15109   grep -v '^ *+' conftest.er1 >conftest.err
15110   rm -f conftest.er1
15111   cat conftest.err >&5
15112   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15113   (exit $ac_status); } &&
15114          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15115   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15116   (eval $ac_try) 2>&5
15117   ac_status=$?
15118   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15119   (exit $ac_status); }; } &&
15120          { ac_try='test -s conftest$ac_exeext'
15121   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15122   (eval $ac_try) 2>&5
15123   ac_status=$?
15124   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15125   (exit $ac_status); }; }; then
15126   ac_cv_c_dll_hpux="yes"
15127 else
15128   echo "$as_me: failed program was:" >&5
15129 sed 's/^/| /' conftest.$ac_ext >&5
15130
15131         ac_cv_c_dll_hpux="no"
15132 fi
15133
15134 rm -f conftest.err conftest.$ac_objext \
15135       conftest$ac_exeext conftest.$ac_ext
15136 CFLAGS=$ac_wine_try_cflags_saved
15137 fi
15138 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
15139 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
15140             if test "$ac_cv_c_dll_hpux" = "yes"
15141             then
15142               LIBEXT="sl"
15143               DLLEXT=".sl"
15144               LDDLLFLAGS="-shared -fPIC"
15145               LDSHARED="\$(CC) -shared"
15146             fi
15147           fi
15148         fi
15149       fi
15150     fi
15151
15152         CROSSTEST=""
15153
15154     if test "$cross_compiling" = "no"
15155     then
15156       for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i386-mingw32-gcc mingw-gcc
15157 do
15158   # Extract the first word of "$ac_prog", so it can be a program name with args.
15159 set dummy $ac_prog; ac_word=$2
15160 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15162 if test "${ac_cv_prog_CROSSCC+set}" = set; then
15163   echo $ECHO_N "(cached) $ECHO_C" >&6
15164 else
15165   if test -n "$CROSSCC"; then
15166   ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
15167 else
15168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15169 for as_dir in $PATH
15170 do
15171   IFS=$as_save_IFS
15172   test -z "$as_dir" && as_dir=.
15173   for ac_exec_ext in '' $ac_executable_extensions; do
15174   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15175     ac_cv_prog_CROSSCC="$ac_prog"
15176     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15177     break 2
15178   fi
15179 done
15180 done
15181 IFS=$as_save_IFS
15182
15183 fi
15184 fi
15185 CROSSCC=$ac_cv_prog_CROSSCC
15186 if test -n "$CROSSCC"; then
15187   { echo "$as_me:$LINENO: result: $CROSSCC" >&5
15188 echo "${ECHO_T}$CROSSCC" >&6; }
15189 else
15190   { echo "$as_me:$LINENO: result: no" >&5
15191 echo "${ECHO_T}no" >&6; }
15192 fi
15193
15194
15195   test -n "$CROSSCC" && break
15196 done
15197 test -n "$CROSSCC" || CROSSCC="false"
15198
15199       for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i386-mingw32-dlltool mingw-dlltool
15200 do
15201   # Extract the first word of "$ac_prog", so it can be a program name with args.
15202 set dummy $ac_prog; ac_word=$2
15203 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15204 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15205 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
15206   echo $ECHO_N "(cached) $ECHO_C" >&6
15207 else
15208   if test -n "$DLLTOOL"; then
15209   ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
15210 else
15211 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15212 for as_dir in $PATH
15213 do
15214   IFS=$as_save_IFS
15215   test -z "$as_dir" && as_dir=.
15216   for ac_exec_ext in '' $ac_executable_extensions; do
15217   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15218     ac_cv_prog_DLLTOOL="$ac_prog"
15219     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15220     break 2
15221   fi
15222 done
15223 done
15224 IFS=$as_save_IFS
15225
15226 fi
15227 fi
15228 DLLTOOL=$ac_cv_prog_DLLTOOL
15229 if test -n "$DLLTOOL"; then
15230   { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
15231 echo "${ECHO_T}$DLLTOOL" >&6; }
15232 else
15233   { echo "$as_me:$LINENO: result: no" >&5
15234 echo "${ECHO_T}no" >&6; }
15235 fi
15236
15237
15238   test -n "$DLLTOOL" && break
15239 done
15240 test -n "$DLLTOOL" || DLLTOOL="false"
15241
15242       for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i386-mingw32-windres mingw-windres
15243 do
15244   # Extract the first word of "$ac_prog", so it can be a program name with args.
15245 set dummy $ac_prog; ac_word=$2
15246 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15247 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15248 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
15249   echo $ECHO_N "(cached) $ECHO_C" >&6
15250 else
15251   if test -n "$CROSSWINDRES"; then
15252   ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
15253 else
15254 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15255 for as_dir in $PATH
15256 do
15257   IFS=$as_save_IFS
15258   test -z "$as_dir" && as_dir=.
15259   for ac_exec_ext in '' $ac_executable_extensions; do
15260   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15261     ac_cv_prog_CROSSWINDRES="$ac_prog"
15262     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15263     break 2
15264   fi
15265 done
15266 done
15267 IFS=$as_save_IFS
15268
15269 fi
15270 fi
15271 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
15272 if test -n "$CROSSWINDRES"; then
15273   { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
15274 echo "${ECHO_T}$CROSSWINDRES" >&6; }
15275 else
15276   { echo "$as_me:$LINENO: result: no" >&5
15277 echo "${ECHO_T}no" >&6; }
15278 fi
15279
15280
15281   test -n "$CROSSWINDRES" && break
15282 done
15283 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
15284
15285       if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
15286     fi
15287     ;;
15288 esac
15289
15290 if test "$LIBEXT" = "a"; then
15291   { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
15292 It is currently not possible to build Wine without shared library
15293 (.so) support to allow transparent switch between .so and .dll files.
15294 If you are using Linux, you will need a newer binutils.
15295 " >&5
15296 echo "$as_me: error: could not find a way to build shared libraries.
15297 It is currently not possible to build Wine without shared library
15298 (.so) support to allow transparent switch between .so and .dll files.
15299 If you are using Linux, you will need a newer binutils.
15300 " >&2;}
15301    { (exit 1); exit 1; }; }
15302 fi
15303
15304 case $build_os in
15305   cygwin*|mingw32*)
15306     LDPATH="PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$PATH\""
15307  ;;
15308   darwin*|macosx*)
15309     LDPATH="DYLD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$DYLD_LIBRARY_PATH\""
15310  ;;
15311   *)
15312     LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/unicode:\$\$LD_LIBRARY_PATH\""
15313  ;;
15314 esac
15315
15316 case $host_os in
15317   mingw32*)
15318     CRTLIBS="-lmsvcrt"
15319
15320     SOCKETLIBS="-lws2_32"
15321
15322     ;;
15323 esac
15324
15325 case $host_cpu in
15326   *i[3456789]86*)
15327     case $host_os in
15328       linux* | k*bsd*-gnu)
15329         MAIN_BINARY="wine-glibc"
15330
15331         EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
15332  ;;
15333       darwin*|freebsd*)
15334         MAIN_BINARY="wine-pthread"
15335  ;;
15336       *)
15337         MAIN_BINARY="wine-kthread"
15338  ;;
15339     esac
15340     ;;
15341   *) MAIN_BINARY="wine-pthread"
15342  ;;
15343 esac
15344
15345
15346 if test "$LIBEXT" = "so" -o "$LIBEXT" = "dylib"
15347 then
15348   # Extract the first word of "ldd", so it can be a program name with args.
15349 set dummy ldd; ac_word=$2
15350 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15351 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15352 if test "${ac_cv_path_LDD+set}" = set; then
15353   echo $ECHO_N "(cached) $ECHO_C" >&6
15354 else
15355   case $LDD in
15356   [\\/]* | ?:[\\/]*)
15357   ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
15358   ;;
15359   *)
15360   as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15361 as_dummy="/sbin:/usr/sbin:$PATH"
15362 for as_dir in $as_dummy
15363 do
15364   IFS=$as_save_IFS
15365   test -z "$as_dir" && as_dir=.
15366   for ac_exec_ext in '' $ac_executable_extensions; do
15367   if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; }; then
15368     ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
15369     echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15370     break 2
15371   fi
15372 done
15373 done
15374 IFS=$as_save_IFS
15375
15376   test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
15377   ;;
15378 esac
15379 fi
15380 LDD=$ac_cv_path_LDD
15381 if test -n "$LDD"; then
15382   { echo "$as_me:$LINENO: result: $LDD" >&5
15383 echo "${ECHO_T}$LDD" >&6; }
15384 else
15385   { echo "$as_me:$LINENO: result: no" >&5
15386 echo "${ECHO_T}no" >&6; }
15387 fi
15388
15389
15390 { echo "$as_me:$LINENO: checking for -lX11 soname" >&5
15391 echo $ECHO_N "checking for -lX11 soname... $ECHO_C" >&6; }
15392 if test "${ac_cv_lib_soname_X11+set}" = set; then
15393   echo $ECHO_N "(cached) $ECHO_C" >&6
15394 else
15395   ac_get_soname_save_LIBS=$LIBS
15396 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
15397   cat >conftest.$ac_ext <<_ACEOF
15398 /* confdefs.h.  */
15399 _ACEOF
15400 cat confdefs.h >>conftest.$ac_ext
15401 cat >>conftest.$ac_ext <<_ACEOF
15402 /* end confdefs.h.  */
15403
15404 /* Override any GCC internal prototype to avoid an error.
15405    Use char because int might match the return type of a GCC
15406    builtin and then its argument prototype would still apply.  */
15407 #ifdef __cplusplus
15408 extern "C"
15409 #endif
15410 char XCreateWindow ();
15411 int
15412 main ()
15413 {
15414 return XCreateWindow ();
15415   ;
15416   return 0;
15417 }
15418 _ACEOF
15419 rm -f conftest.$ac_objext conftest$ac_exeext
15420 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15421   (eval $ac_link) 2>conftest.er1
15422   ac_status=$?
15423   grep -v '^ *+' conftest.er1 >conftest.err
15424   rm -f conftest.er1
15425   cat conftest.err >&5
15426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15427   (exit $ac_status); } &&
15428          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15430   (eval $ac_try) 2>&5
15431   ac_status=$?
15432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15433   (exit $ac_status); }; } &&
15434          { ac_try='test -s conftest$ac_exeext'
15435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15436   (eval $ac_try) 2>&5
15437   ac_status=$?
15438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15439   (exit $ac_status); }; }; then
15440   ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep libX11\\.$LIBEXT | sed -e "s/^.*\(libX11\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'`
15441   if test "x$ac_cv_lib_soname_X11" = "x"
15442   then
15443      ac_cv_lib_soname_X11="libX11.$LIBEXT"
15444   fi
15445 else
15446   echo "$as_me: failed program was:" >&5
15447 sed 's/^/| /' conftest.$ac_ext >&5
15448
15449         ac_cv_lib_soname_X11="libX11.$LIBEXT"
15450 fi
15451
15452 rm -f conftest.err conftest.$ac_objext \
15453       conftest$ac_exeext conftest.$ac_ext
15454   LIBS=$ac_get_soname_save_LIBS
15455 fi
15456 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
15457 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
15458 if test "${ac_cv_lib_soname_X11+set}" = set; then
15459
15460 cat >>confdefs.h <<_ACEOF
15461 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
15462 _ACEOF
15463
15464 fi
15465
15466   { echo "$as_me:$LINENO: checking for -lXext soname" >&5
15467 echo $ECHO_N "checking for -lXext soname... $ECHO_C" >&6; }
15468 if test "${ac_cv_lib_soname_Xext+set}" = set; then
15469   echo $ECHO_N "(cached) $ECHO_C" >&6
15470 else
15471   ac_get_soname_save_LIBS=$LIBS
15472 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
15473   cat >conftest.$ac_ext <<_ACEOF
15474 /* confdefs.h.  */
15475 _ACEOF
15476 cat confdefs.h >>conftest.$ac_ext
15477 cat >>conftest.$ac_ext <<_ACEOF
15478 /* end confdefs.h.  */
15479
15480 /* Override any GCC internal prototype to avoid an error.
15481    Use char because int might match the return type of a GCC
15482    builtin and then its argument prototype would still apply.  */
15483 #ifdef __cplusplus
15484 extern "C"
15485 #endif
15486 char XextCreateExtension ();
15487 int
15488 main ()
15489 {
15490 return XextCreateExtension ();
15491   ;
15492   return 0;
15493 }
15494 _ACEOF
15495 rm -f conftest.$ac_objext conftest$ac_exeext
15496 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15497   (eval $ac_link) 2>conftest.er1
15498   ac_status=$?
15499   grep -v '^ *+' conftest.er1 >conftest.err
15500   rm -f conftest.er1
15501   cat conftest.err >&5
15502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15503   (exit $ac_status); } &&
15504          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15505   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15506   (eval $ac_try) 2>&5
15507   ac_status=$?
15508   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15509   (exit $ac_status); }; } &&
15510          { ac_try='test -s conftest$ac_exeext'
15511   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15512   (eval $ac_try) 2>&5
15513   ac_status=$?
15514   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15515   (exit $ac_status); }; }; then
15516   ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep libXext\\.$LIBEXT | sed -e "s/^.*\(libXext\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'`
15517   if test "x$ac_cv_lib_soname_Xext" = "x"
15518   then
15519      ac_cv_lib_soname_Xext="libXext.$LIBEXT"
15520   fi
15521 else
15522   echo "$as_me: failed program was:" >&5
15523 sed 's/^/| /' conftest.$ac_ext >&5
15524
15525         ac_cv_lib_soname_Xext="libXext.$LIBEXT"
15526 fi
15527
15528 rm -f conftest.err conftest.$ac_objext \
15529       conftest$ac_exeext conftest.$ac_ext
15530   LIBS=$ac_get_soname_save_LIBS
15531 fi
15532 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
15533 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
15534 if test "${ac_cv_lib_soname_Xext+set}" = set; then
15535
15536 cat >>confdefs.h <<_ACEOF
15537 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
15538 _ACEOF
15539
15540 fi
15541
15542   { echo "$as_me:$LINENO: checking for -lXi soname" >&5
15543 echo $ECHO_N "checking for -lXi soname... $ECHO_C" >&6; }
15544 if test "${ac_cv_lib_soname_Xi+set}" = set; then
15545   echo $ECHO_N "(cached) $ECHO_C" >&6
15546 else
15547   ac_get_soname_save_LIBS=$LIBS
15548 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15549   cat >conftest.$ac_ext <<_ACEOF
15550 /* confdefs.h.  */
15551 _ACEOF
15552 cat confdefs.h >>conftest.$ac_ext
15553 cat >>conftest.$ac_ext <<_ACEOF
15554 /* end confdefs.h.  */
15555
15556 /* Override any GCC internal prototype to avoid an error.
15557    Use char because int might match the return type of a GCC
15558    builtin and then its argument prototype would still apply.  */
15559 #ifdef __cplusplus
15560 extern "C"
15561 #endif
15562 char XOpenDevice ();
15563 int
15564 main ()
15565 {
15566 return XOpenDevice ();
15567   ;
15568   return 0;
15569 }
15570 _ACEOF
15571 rm -f conftest.$ac_objext conftest$ac_exeext
15572 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15573   (eval $ac_link) 2>conftest.er1
15574   ac_status=$?
15575   grep -v '^ *+' conftest.er1 >conftest.err
15576   rm -f conftest.er1
15577   cat conftest.err >&5
15578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15579   (exit $ac_status); } &&
15580          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15581   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15582   (eval $ac_try) 2>&5
15583   ac_status=$?
15584   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15585   (exit $ac_status); }; } &&
15586          { ac_try='test -s conftest$ac_exeext'
15587   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15588   (eval $ac_try) 2>&5
15589   ac_status=$?
15590   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15591   (exit $ac_status); }; }; then
15592   ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep libXi\\.$LIBEXT | sed -e "s/^.*\(libXi\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'`
15593   if test "x$ac_cv_lib_soname_Xi" = "x"
15594   then
15595      ac_cv_lib_soname_Xi="libXi.$LIBEXT"
15596   fi
15597 else
15598   echo "$as_me: failed program was:" >&5
15599 sed 's/^/| /' conftest.$ac_ext >&5
15600
15601         ac_cv_lib_soname_Xi="libXi.$LIBEXT"
15602 fi
15603
15604 rm -f conftest.err conftest.$ac_objext \
15605       conftest$ac_exeext conftest.$ac_ext
15606   LIBS=$ac_get_soname_save_LIBS
15607 fi
15608 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
15609 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
15610 if test "${ac_cv_lib_soname_Xi+set}" = set; then
15611
15612 cat >>confdefs.h <<_ACEOF
15613 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
15614 _ACEOF
15615
15616 fi
15617
15618   { echo "$as_me:$LINENO: checking for -lXrender soname" >&5
15619 echo $ECHO_N "checking for -lXrender soname... $ECHO_C" >&6; }
15620 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
15621   echo $ECHO_N "(cached) $ECHO_C" >&6
15622 else
15623   ac_get_soname_save_LIBS=$LIBS
15624 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15625   cat >conftest.$ac_ext <<_ACEOF
15626 /* confdefs.h.  */
15627 _ACEOF
15628 cat confdefs.h >>conftest.$ac_ext
15629 cat >>conftest.$ac_ext <<_ACEOF
15630 /* end confdefs.h.  */
15631
15632 /* Override any GCC internal prototype to avoid an error.
15633    Use char because int might match the return type of a GCC
15634    builtin and then its argument prototype would still apply.  */
15635 #ifdef __cplusplus
15636 extern "C"
15637 #endif
15638 char XRenderQueryExtension ();
15639 int
15640 main ()
15641 {
15642 return XRenderQueryExtension ();
15643   ;
15644   return 0;
15645 }
15646 _ACEOF
15647 rm -f conftest.$ac_objext conftest$ac_exeext
15648 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15649   (eval $ac_link) 2>conftest.er1
15650   ac_status=$?
15651   grep -v '^ *+' conftest.er1 >conftest.err
15652   rm -f conftest.er1
15653   cat conftest.err >&5
15654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15655   (exit $ac_status); } &&
15656          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15657   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15658   (eval $ac_try) 2>&5
15659   ac_status=$?
15660   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15661   (exit $ac_status); }; } &&
15662          { ac_try='test -s conftest$ac_exeext'
15663   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15664   (eval $ac_try) 2>&5
15665   ac_status=$?
15666   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15667   (exit $ac_status); }; }; then
15668   ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrender\\.$LIBEXT | sed -e "s/^.*\(libXrender\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'`
15669   if test "x$ac_cv_lib_soname_Xrender" = "x"
15670   then
15671      ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
15672   fi
15673 else
15674   echo "$as_me: failed program was:" >&5
15675 sed 's/^/| /' conftest.$ac_ext >&5
15676
15677         ac_cv_lib_soname_Xrender="libXrender.$LIBEXT"
15678 fi
15679
15680 rm -f conftest.err conftest.$ac_objext \
15681       conftest$ac_exeext conftest.$ac_ext
15682   LIBS=$ac_get_soname_save_LIBS
15683 fi
15684 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
15685 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
15686 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
15687
15688 cat >>confdefs.h <<_ACEOF
15689 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
15690 _ACEOF
15691
15692 fi
15693
15694   { echo "$as_me:$LINENO: checking for -lXrandr soname" >&5
15695 echo $ECHO_N "checking for -lXrandr soname... $ECHO_C" >&6; }
15696 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
15697   echo $ECHO_N "(cached) $ECHO_C" >&6
15698 else
15699   ac_get_soname_save_LIBS=$LIBS
15700 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
15701   cat >conftest.$ac_ext <<_ACEOF
15702 /* confdefs.h.  */
15703 _ACEOF
15704 cat confdefs.h >>conftest.$ac_ext
15705 cat >>conftest.$ac_ext <<_ACEOF
15706 /* end confdefs.h.  */
15707
15708 /* Override any GCC internal prototype to avoid an error.
15709    Use char because int might match the return type of a GCC
15710    builtin and then its argument prototype would still apply.  */
15711 #ifdef __cplusplus
15712 extern "C"
15713 #endif
15714 char XRRQueryExtension ();
15715 int
15716 main ()
15717 {
15718 return XRRQueryExtension ();
15719   ;
15720   return 0;
15721 }
15722 _ACEOF
15723 rm -f conftest.$ac_objext conftest$ac_exeext
15724 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15725   (eval $ac_link) 2>conftest.er1
15726   ac_status=$?
15727   grep -v '^ *+' conftest.er1 >conftest.err
15728   rm -f conftest.er1
15729   cat conftest.err >&5
15730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15731   (exit $ac_status); } &&
15732          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15733   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15734   (eval $ac_try) 2>&5
15735   ac_status=$?
15736   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15737   (exit $ac_status); }; } &&
15738          { ac_try='test -s conftest$ac_exeext'
15739   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15740   (eval $ac_try) 2>&5
15741   ac_status=$?
15742   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15743   (exit $ac_status); }; }; then
15744   ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep libXrandr\\.$LIBEXT | sed -e "s/^.*\(libXrandr\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'`
15745   if test "x$ac_cv_lib_soname_Xrandr" = "x"
15746   then
15747      ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
15748   fi
15749 else
15750   echo "$as_me: failed program was:" >&5
15751 sed 's/^/| /' conftest.$ac_ext >&5
15752
15753         ac_cv_lib_soname_Xrandr="libXrandr.$LIBEXT"
15754 fi
15755
15756 rm -f conftest.err conftest.$ac_objext \
15757       conftest$ac_exeext conftest.$ac_ext
15758   LIBS=$ac_get_soname_save_LIBS
15759 fi
15760 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
15761 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
15762 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
15763
15764 cat >>confdefs.h <<_ACEOF
15765 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
15766 _ACEOF
15767
15768 fi
15769
15770   { echo "$as_me:$LINENO: checking for -lfreetype soname" >&5
15771 echo $ECHO_N "checking for -lfreetype soname... $ECHO_C" >&6; }
15772 if test "${ac_cv_lib_soname_freetype+set}" = set; then
15773   echo $ECHO_N "(cached) $ECHO_C" >&6
15774 else
15775   ac_get_soname_save_LIBS=$LIBS
15776 LIBS="-lfreetype $X_LIBS $LIBS"
15777   cat >conftest.$ac_ext <<_ACEOF
15778 /* confdefs.h.  */
15779 _ACEOF
15780 cat confdefs.h >>conftest.$ac_ext
15781 cat >>conftest.$ac_ext <<_ACEOF
15782 /* end confdefs.h.  */
15783
15784 /* Override any GCC internal prototype to avoid an error.
15785    Use char because int might match the return type of a GCC
15786    builtin and then its argument prototype would still apply.  */
15787 #ifdef __cplusplus
15788 extern "C"
15789 #endif
15790 char FT_Init_FreeType ();
15791 int
15792 main ()
15793 {
15794 return FT_Init_FreeType ();
15795   ;
15796   return 0;
15797 }
15798 _ACEOF
15799 rm -f conftest.$ac_objext conftest$ac_exeext
15800 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15801   (eval $ac_link) 2>conftest.er1
15802   ac_status=$?
15803   grep -v '^ *+' conftest.er1 >conftest.err
15804   rm -f conftest.er1
15805   cat conftest.err >&5
15806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15807   (exit $ac_status); } &&
15808          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15809   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15810   (eval $ac_try) 2>&5
15811   ac_status=$?
15812   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15813   (exit $ac_status); }; } &&
15814          { ac_try='test -s conftest$ac_exeext'
15815   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15816   (eval $ac_try) 2>&5
15817   ac_status=$?
15818   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15819   (exit $ac_status); }; }; then
15820   ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep libfreetype\\.$LIBEXT | sed -e "s/^.*\(libfreetype\.$LIBEXT[^     ]*\).*$/\1/"';2,$d'`
15821   if test "x$ac_cv_lib_soname_freetype" = "x"
15822   then
15823      ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
15824   fi
15825 else
15826   echo "$as_me: failed program was:" >&5
15827 sed 's/^/| /' conftest.$ac_ext >&5
15828
15829         ac_cv_lib_soname_freetype="libfreetype.$LIBEXT"
15830 fi
15831
15832 rm -f conftest.err conftest.$ac_objext \
15833       conftest$ac_exeext conftest.$ac_ext
15834   LIBS=$ac_get_soname_save_LIBS
15835 fi
15836 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
15837 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
15838 if test "${ac_cv_lib_soname_freetype+set}" = set; then
15839
15840 cat >>confdefs.h <<_ACEOF
15841 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
15842 _ACEOF
15843
15844 fi
15845
15846   { echo "$as_me:$LINENO: checking for -lGL soname" >&5
15847 echo $ECHO_N "checking for -lGL soname... $ECHO_C" >&6; }
15848 if test "${ac_cv_lib_soname_GL+set}" = set; then
15849   echo $ECHO_N "(cached) $ECHO_C" >&6
15850 else
15851   ac_get_soname_save_LIBS=$LIBS
15852 LIBS="-lGL $X_LIBS $X_EXTRA_LIBS $LIBS"
15853   cat >conftest.$ac_ext <<_ACEOF
15854 /* confdefs.h.  */
15855 _ACEOF
15856 cat confdefs.h >>conftest.$ac_ext
15857 cat >>conftest.$ac_ext <<_ACEOF
15858 /* end confdefs.h.  */
15859
15860 /* Override any GCC internal prototype to avoid an error.
15861    Use char because int might match the return type of a GCC
15862    builtin and then its argument prototype would still apply.  */
15863 #ifdef __cplusplus
15864 extern "C"
15865 #endif
15866 char glXQueryExtension ();
15867 int
15868 main ()
15869 {
15870 return glXQueryExtension ();
15871   ;
15872   return 0;
15873 }
15874 _ACEOF
15875 rm -f conftest.$ac_objext conftest$ac_exeext
15876 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15877   (eval $ac_link) 2>conftest.er1
15878   ac_status=$?
15879   grep -v '^ *+' conftest.er1 >conftest.err
15880   rm -f conftest.er1
15881   cat conftest.err >&5
15882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15883   (exit $ac_status); } &&
15884          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15885   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15886   (eval $ac_try) 2>&5
15887   ac_status=$?
15888   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15889   (exit $ac_status); }; } &&
15890          { ac_try='test -s conftest$ac_exeext'
15891   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15892   (eval $ac_try) 2>&5
15893   ac_status=$?
15894   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15895   (exit $ac_status); }; }; then
15896   ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep libGL\\.$LIBEXT | sed -e "s/^.*\(libGL\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'`
15897   if test "x$ac_cv_lib_soname_GL" = "x"
15898   then
15899      ac_cv_lib_soname_GL="libGL.$LIBEXT"
15900   fi
15901 else
15902   echo "$as_me: failed program was:" >&5
15903 sed 's/^/| /' conftest.$ac_ext >&5
15904
15905         ac_cv_lib_soname_GL="libGL.$LIBEXT"
15906 fi
15907
15908 rm -f conftest.err conftest.$ac_objext \
15909       conftest$ac_exeext conftest.$ac_ext
15910   LIBS=$ac_get_soname_save_LIBS
15911 fi
15912 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
15913 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
15914 if test "${ac_cv_lib_soname_GL+set}" = set; then
15915
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
15918 _ACEOF
15919
15920 fi
15921
15922   { echo "$as_me:$LINENO: checking for -ldbus-1 soname" >&5
15923 echo $ECHO_N "checking for -ldbus-1 soname... $ECHO_C" >&6; }
15924 if test "${ac_cv_lib_soname_dbus_1+set}" = set; then
15925   echo $ECHO_N "(cached) $ECHO_C" >&6
15926 else
15927   ac_get_soname_save_LIBS=$LIBS
15928 LIBS="-ldbus-1  $LIBS"
15929   cat >conftest.$ac_ext <<_ACEOF
15930 /* confdefs.h.  */
15931 _ACEOF
15932 cat confdefs.h >>conftest.$ac_ext
15933 cat >>conftest.$ac_ext <<_ACEOF
15934 /* end confdefs.h.  */
15935
15936 /* Override any GCC internal prototype to avoid an error.
15937    Use char because int might match the return type of a GCC
15938    builtin and then its argument prototype would still apply.  */
15939 #ifdef __cplusplus
15940 extern "C"
15941 #endif
15942 char dbus_error_init ();
15943 int
15944 main ()
15945 {
15946 return dbus_error_init ();
15947   ;
15948   return 0;
15949 }
15950 _ACEOF
15951 rm -f conftest.$ac_objext conftest$ac_exeext
15952 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
15953   (eval $ac_link) 2>conftest.er1
15954   ac_status=$?
15955   grep -v '^ *+' conftest.er1 >conftest.err
15956   rm -f conftest.er1
15957   cat conftest.err >&5
15958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15959   (exit $ac_status); } &&
15960          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
15961   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15962   (eval $ac_try) 2>&5
15963   ac_status=$?
15964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15965   (exit $ac_status); }; } &&
15966          { ac_try='test -s conftest$ac_exeext'
15967   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
15968   (eval $ac_try) 2>&5
15969   ac_status=$?
15970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
15971   (exit $ac_status); }; }; then
15972   ac_cv_lib_soname_dbus_1=`$ac_cv_path_LDD conftest$ac_exeext | grep libdbus-1\\.$LIBEXT | sed -e "s/^.*\(libdbus-1\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'`
15973   if test "x$ac_cv_lib_soname_dbus_1" = "x"
15974   then
15975      ac_cv_lib_soname_dbus_1="libdbus-1.$LIBEXT"
15976   fi
15977 else
15978   echo "$as_me: failed program was:" >&5
15979 sed 's/^/| /' conftest.$ac_ext >&5
15980
15981         ac_cv_lib_soname_dbus_1="libdbus-1.$LIBEXT"
15982 fi
15983
15984 rm -f conftest.err conftest.$ac_objext \
15985       conftest$ac_exeext conftest.$ac_ext
15986   LIBS=$ac_get_soname_save_LIBS
15987 fi
15988 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_dbus_1" >&5
15989 echo "${ECHO_T}$ac_cv_lib_soname_dbus_1" >&6; }
15990 if test "${ac_cv_lib_soname_dbus_1+set}" = set; then
15991
15992 cat >>confdefs.h <<_ACEOF
15993 #define SONAME_LIBDBUS_1 "$ac_cv_lib_soname_dbus_1"
15994 _ACEOF
15995
15996 fi
15997
15998   { echo "$as_me:$LINENO: checking for -lhal soname" >&5
15999 echo $ECHO_N "checking for -lhal soname... $ECHO_C" >&6; }
16000 if test "${ac_cv_lib_soname_hal+set}" = set; then
16001   echo $ECHO_N "(cached) $ECHO_C" >&6
16002 else
16003   ac_get_soname_save_LIBS=$LIBS
16004 LIBS="-lhal  $LIBS"
16005   cat >conftest.$ac_ext <<_ACEOF
16006 /* confdefs.h.  */
16007 _ACEOF
16008 cat confdefs.h >>conftest.$ac_ext
16009 cat >>conftest.$ac_ext <<_ACEOF
16010 /* end confdefs.h.  */
16011
16012 /* Override any GCC internal prototype to avoid an error.
16013    Use char because int might match the return type of a GCC
16014    builtin and then its argument prototype would still apply.  */
16015 #ifdef __cplusplus
16016 extern "C"
16017 #endif
16018 char libhal_ctx_new ();
16019 int
16020 main ()
16021 {
16022 return libhal_ctx_new ();
16023   ;
16024   return 0;
16025 }
16026 _ACEOF
16027 rm -f conftest.$ac_objext conftest$ac_exeext
16028 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16029   (eval $ac_link) 2>conftest.er1
16030   ac_status=$?
16031   grep -v '^ *+' conftest.er1 >conftest.err
16032   rm -f conftest.er1
16033   cat conftest.err >&5
16034   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16035   (exit $ac_status); } &&
16036          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16037   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16038   (eval $ac_try) 2>&5
16039   ac_status=$?
16040   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16041   (exit $ac_status); }; } &&
16042          { ac_try='test -s conftest$ac_exeext'
16043   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16044   (eval $ac_try) 2>&5
16045   ac_status=$?
16046   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16047   (exit $ac_status); }; }; then
16048   ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep libhal\\.$LIBEXT | sed -e "s/^.*\(libhal\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'`
16049   if test "x$ac_cv_lib_soname_hal" = "x"
16050   then
16051      ac_cv_lib_soname_hal="libhal.$LIBEXT"
16052   fi
16053 else
16054   echo "$as_me: failed program was:" >&5
16055 sed 's/^/| /' conftest.$ac_ext >&5
16056
16057         ac_cv_lib_soname_hal="libhal.$LIBEXT"
16058 fi
16059
16060 rm -f conftest.err conftest.$ac_objext \
16061       conftest$ac_exeext conftest.$ac_ext
16062   LIBS=$ac_get_soname_save_LIBS
16063 fi
16064 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
16065 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
16066 if test "${ac_cv_lib_soname_hal+set}" = set; then
16067
16068 cat >>confdefs.h <<_ACEOF
16069 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
16070 _ACEOF
16071
16072 fi
16073
16074   { echo "$as_me:$LINENO: checking for -ltxc_dxtn soname" >&5
16075 echo $ECHO_N "checking for -ltxc_dxtn soname... $ECHO_C" >&6; }
16076 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
16077   echo $ECHO_N "(cached) $ECHO_C" >&6
16078 else
16079   ac_get_soname_save_LIBS=$LIBS
16080 LIBS="-ltxc_dxtn  $LIBS"
16081   cat >conftest.$ac_ext <<_ACEOF
16082 /* confdefs.h.  */
16083 _ACEOF
16084 cat confdefs.h >>conftest.$ac_ext
16085 cat >>conftest.$ac_ext <<_ACEOF
16086 /* end confdefs.h.  */
16087
16088 /* Override any GCC internal prototype to avoid an error.
16089    Use char because int might match the return type of a GCC
16090    builtin and then its argument prototype would still apply.  */
16091 #ifdef __cplusplus
16092 extern "C"
16093 #endif
16094 char fetch_2d_texel_rgba_dxt1 ();
16095 int
16096 main ()
16097 {
16098 return fetch_2d_texel_rgba_dxt1 ();
16099   ;
16100   return 0;
16101 }
16102 _ACEOF
16103 rm -f conftest.$ac_objext conftest$ac_exeext
16104 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16105   (eval $ac_link) 2>conftest.er1
16106   ac_status=$?
16107   grep -v '^ *+' conftest.er1 >conftest.err
16108   rm -f conftest.er1
16109   cat conftest.err >&5
16110   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16111   (exit $ac_status); } &&
16112          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16113   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16114   (eval $ac_try) 2>&5
16115   ac_status=$?
16116   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16117   (exit $ac_status); }; } &&
16118          { ac_try='test -s conftest$ac_exeext'
16119   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16120   (eval $ac_try) 2>&5
16121   ac_status=$?
16122   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16123   (exit $ac_status); }; }; then
16124   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'`
16125   if test "x$ac_cv_lib_soname_txc_dxtn" = "x"
16126   then
16127      ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
16128   fi
16129 else
16130   echo "$as_me: failed program was:" >&5
16131 sed 's/^/| /' conftest.$ac_ext >&5
16132
16133         ac_cv_lib_soname_txc_dxtn="libtxc_dxtn.$LIBEXT"
16134 fi
16135
16136 rm -f conftest.err conftest.$ac_objext \
16137       conftest$ac_exeext conftest.$ac_ext
16138   LIBS=$ac_get_soname_save_LIBS
16139 fi
16140 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_txc_dxtn" >&5
16141 echo "${ECHO_T}$ac_cv_lib_soname_txc_dxtn" >&6; }
16142 if test "${ac_cv_lib_soname_txc_dxtn+set}" = set; then
16143
16144 cat >>confdefs.h <<_ACEOF
16145 #define SONAME_LIBTXC_DXTN "$ac_cv_lib_soname_txc_dxtn"
16146 _ACEOF
16147
16148 fi
16149
16150   { echo "$as_me:$LINENO: checking for -lcups soname" >&5
16151 echo $ECHO_N "checking for -lcups soname... $ECHO_C" >&6; }
16152 if test "${ac_cv_lib_soname_cups+set}" = set; then
16153   echo $ECHO_N "(cached) $ECHO_C" >&6
16154 else
16155   ac_get_soname_save_LIBS=$LIBS
16156 LIBS="-lcups  $LIBS"
16157   cat >conftest.$ac_ext <<_ACEOF
16158 /* confdefs.h.  */
16159 _ACEOF
16160 cat confdefs.h >>conftest.$ac_ext
16161 cat >>conftest.$ac_ext <<_ACEOF
16162 /* end confdefs.h.  */
16163
16164 /* Override any GCC internal prototype to avoid an error.
16165    Use char because int might match the return type of a GCC
16166    builtin and then its argument prototype would still apply.  */
16167 #ifdef __cplusplus
16168 extern "C"
16169 #endif
16170 char cupsGetDefault ();
16171 int
16172 main ()
16173 {
16174 return cupsGetDefault ();
16175   ;
16176   return 0;
16177 }
16178 _ACEOF
16179 rm -f conftest.$ac_objext conftest$ac_exeext
16180 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16181   (eval $ac_link) 2>conftest.er1
16182   ac_status=$?
16183   grep -v '^ *+' conftest.er1 >conftest.err
16184   rm -f conftest.er1
16185   cat conftest.err >&5
16186   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16187   (exit $ac_status); } &&
16188          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16189   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16190   (eval $ac_try) 2>&5
16191   ac_status=$?
16192   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16193   (exit $ac_status); }; } &&
16194          { ac_try='test -s conftest$ac_exeext'
16195   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16196   (eval $ac_try) 2>&5
16197   ac_status=$?
16198   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199   (exit $ac_status); }; }; then
16200   ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep libcups\\.$LIBEXT | sed -e "s/^.*\(libcups\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'`
16201   if test "x$ac_cv_lib_soname_cups" = "x"
16202   then
16203      ac_cv_lib_soname_cups="libcups.$LIBEXT"
16204   fi
16205 else
16206   echo "$as_me: failed program was:" >&5
16207 sed 's/^/| /' conftest.$ac_ext >&5
16208
16209         ac_cv_lib_soname_cups="libcups.$LIBEXT"
16210 fi
16211
16212 rm -f conftest.err conftest.$ac_objext \
16213       conftest$ac_exeext conftest.$ac_ext
16214   LIBS=$ac_get_soname_save_LIBS
16215 fi
16216 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
16217 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
16218 if test "${ac_cv_lib_soname_cups+set}" = set; then
16219
16220 cat >>confdefs.h <<_ACEOF
16221 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
16222 _ACEOF
16223
16224 fi
16225
16226   { echo "$as_me:$LINENO: checking for -ljack soname" >&5
16227 echo $ECHO_N "checking for -ljack soname... $ECHO_C" >&6; }
16228 if test "${ac_cv_lib_soname_jack+set}" = set; then
16229   echo $ECHO_N "(cached) $ECHO_C" >&6
16230 else
16231   ac_get_soname_save_LIBS=$LIBS
16232 LIBS="-ljack  $LIBS"
16233   cat >conftest.$ac_ext <<_ACEOF
16234 /* confdefs.h.  */
16235 _ACEOF
16236 cat confdefs.h >>conftest.$ac_ext
16237 cat >>conftest.$ac_ext <<_ACEOF
16238 /* end confdefs.h.  */
16239
16240 /* Override any GCC internal prototype to avoid an error.
16241    Use char because int might match the return type of a GCC
16242    builtin and then its argument prototype would still apply.  */
16243 #ifdef __cplusplus
16244 extern "C"
16245 #endif
16246 char jack_client_new ();
16247 int
16248 main ()
16249 {
16250 return jack_client_new ();
16251   ;
16252   return 0;
16253 }
16254 _ACEOF
16255 rm -f conftest.$ac_objext conftest$ac_exeext
16256 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16257   (eval $ac_link) 2>conftest.er1
16258   ac_status=$?
16259   grep -v '^ *+' conftest.er1 >conftest.err
16260   rm -f conftest.er1
16261   cat conftest.err >&5
16262   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16263   (exit $ac_status); } &&
16264          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16265   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16266   (eval $ac_try) 2>&5
16267   ac_status=$?
16268   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16269   (exit $ac_status); }; } &&
16270          { ac_try='test -s conftest$ac_exeext'
16271   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16272   (eval $ac_try) 2>&5
16273   ac_status=$?
16274   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16275   (exit $ac_status); }; }; then
16276   ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep libjack\\.$LIBEXT | sed -e "s/^.*\(libjack\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'`
16277   if test "x$ac_cv_lib_soname_jack" = "x"
16278   then
16279      ac_cv_lib_soname_jack="libjack.$LIBEXT"
16280   fi
16281 else
16282   echo "$as_me: failed program was:" >&5
16283 sed 's/^/| /' conftest.$ac_ext >&5
16284
16285         ac_cv_lib_soname_jack="libjack.$LIBEXT"
16286 fi
16287
16288 rm -f conftest.err conftest.$ac_objext \
16289       conftest$ac_exeext conftest.$ac_ext
16290   LIBS=$ac_get_soname_save_LIBS
16291 fi
16292 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
16293 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
16294 if test "${ac_cv_lib_soname_jack+set}" = set; then
16295
16296 cat >>confdefs.h <<_ACEOF
16297 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
16298 _ACEOF
16299
16300 fi
16301
16302   { echo "$as_me:$LINENO: checking for -lfontconfig soname" >&5
16303 echo $ECHO_N "checking for -lfontconfig soname... $ECHO_C" >&6; }
16304 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16305   echo $ECHO_N "(cached) $ECHO_C" >&6
16306 else
16307   ac_get_soname_save_LIBS=$LIBS
16308 LIBS="-lfontconfig  $LIBS"
16309   cat >conftest.$ac_ext <<_ACEOF
16310 /* confdefs.h.  */
16311 _ACEOF
16312 cat confdefs.h >>conftest.$ac_ext
16313 cat >>conftest.$ac_ext <<_ACEOF
16314 /* end confdefs.h.  */
16315
16316 /* Override any GCC internal prototype to avoid an error.
16317    Use char because int might match the return type of a GCC
16318    builtin and then its argument prototype would still apply.  */
16319 #ifdef __cplusplus
16320 extern "C"
16321 #endif
16322 char FcInit ();
16323 int
16324 main ()
16325 {
16326 return FcInit ();
16327   ;
16328   return 0;
16329 }
16330 _ACEOF
16331 rm -f conftest.$ac_objext conftest$ac_exeext
16332 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16333   (eval $ac_link) 2>conftest.er1
16334   ac_status=$?
16335   grep -v '^ *+' conftest.er1 >conftest.err
16336   rm -f conftest.er1
16337   cat conftest.err >&5
16338   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16339   (exit $ac_status); } &&
16340          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16341   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16342   (eval $ac_try) 2>&5
16343   ac_status=$?
16344   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16345   (exit $ac_status); }; } &&
16346          { ac_try='test -s conftest$ac_exeext'
16347   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16348   (eval $ac_try) 2>&5
16349   ac_status=$?
16350   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16351   (exit $ac_status); }; }; then
16352   ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep libfontconfig\\.$LIBEXT | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^       ]*\).*$/\1/"';2,$d'`
16353   if test "x$ac_cv_lib_soname_fontconfig" = "x"
16354   then
16355      ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
16356   fi
16357 else
16358   echo "$as_me: failed program was:" >&5
16359 sed 's/^/| /' conftest.$ac_ext >&5
16360
16361         ac_cv_lib_soname_fontconfig="libfontconfig.$LIBEXT"
16362 fi
16363
16364 rm -f conftest.err conftest.$ac_objext \
16365       conftest$ac_exeext conftest.$ac_ext
16366   LIBS=$ac_get_soname_save_LIBS
16367 fi
16368 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16369 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16370 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16371
16372 cat >>confdefs.h <<_ACEOF
16373 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16374 _ACEOF
16375
16376 fi
16377
16378   { echo "$as_me:$LINENO: checking for -lssl soname" >&5
16379 echo $ECHO_N "checking for -lssl soname... $ECHO_C" >&6; }
16380 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16381   echo $ECHO_N "(cached) $ECHO_C" >&6
16382 else
16383   ac_get_soname_save_LIBS=$LIBS
16384 LIBS="-lssl  $LIBS"
16385   cat >conftest.$ac_ext <<_ACEOF
16386 /* confdefs.h.  */
16387 _ACEOF
16388 cat confdefs.h >>conftest.$ac_ext
16389 cat >>conftest.$ac_ext <<_ACEOF
16390 /* end confdefs.h.  */
16391
16392 /* Override any GCC internal prototype to avoid an error.
16393    Use char because int might match the return type of a GCC
16394    builtin and then its argument prototype would still apply.  */
16395 #ifdef __cplusplus
16396 extern "C"
16397 #endif
16398 char SSL_library_init ();
16399 int
16400 main ()
16401 {
16402 return SSL_library_init ();
16403   ;
16404   return 0;
16405 }
16406 _ACEOF
16407 rm -f conftest.$ac_objext conftest$ac_exeext
16408 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16409   (eval $ac_link) 2>conftest.er1
16410   ac_status=$?
16411   grep -v '^ *+' conftest.er1 >conftest.err
16412   rm -f conftest.er1
16413   cat conftest.err >&5
16414   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16415   (exit $ac_status); } &&
16416          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16417   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16418   (eval $ac_try) 2>&5
16419   ac_status=$?
16420   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421   (exit $ac_status); }; } &&
16422          { ac_try='test -s conftest$ac_exeext'
16423   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16424   (eval $ac_try) 2>&5
16425   ac_status=$?
16426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16427   (exit $ac_status); }; }; then
16428   ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep libssl\\.$LIBEXT | sed -e "s/^.*\(libssl\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'`
16429   if test "x$ac_cv_lib_soname_ssl" = "x"
16430   then
16431      ac_cv_lib_soname_ssl="libssl.$LIBEXT"
16432   fi
16433 else
16434   echo "$as_me: failed program was:" >&5
16435 sed 's/^/| /' conftest.$ac_ext >&5
16436
16437         ac_cv_lib_soname_ssl="libssl.$LIBEXT"
16438 fi
16439
16440 rm -f conftest.err conftest.$ac_objext \
16441       conftest$ac_exeext conftest.$ac_ext
16442   LIBS=$ac_get_soname_save_LIBS
16443 fi
16444 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16445 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16446 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16447
16448 cat >>confdefs.h <<_ACEOF
16449 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16450 _ACEOF
16451
16452 fi
16453
16454   { echo "$as_me:$LINENO: checking for -lcrypto soname" >&5
16455 echo $ECHO_N "checking for -lcrypto soname... $ECHO_C" >&6; }
16456 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16457   echo $ECHO_N "(cached) $ECHO_C" >&6
16458 else
16459   ac_get_soname_save_LIBS=$LIBS
16460 LIBS="-lcrypto  $LIBS"
16461   cat >conftest.$ac_ext <<_ACEOF
16462 /* confdefs.h.  */
16463 _ACEOF
16464 cat confdefs.h >>conftest.$ac_ext
16465 cat >>conftest.$ac_ext <<_ACEOF
16466 /* end confdefs.h.  */
16467
16468 /* Override any GCC internal prototype to avoid an error.
16469    Use char because int might match the return type of a GCC
16470    builtin and then its argument prototype would still apply.  */
16471 #ifdef __cplusplus
16472 extern "C"
16473 #endif
16474 char BIO_new_socket ();
16475 int
16476 main ()
16477 {
16478 return BIO_new_socket ();
16479   ;
16480   return 0;
16481 }
16482 _ACEOF
16483 rm -f conftest.$ac_objext conftest$ac_exeext
16484 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16485   (eval $ac_link) 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          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16493   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16494   (eval $ac_try) 2>&5
16495   ac_status=$?
16496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16497   (exit $ac_status); }; } &&
16498          { ac_try='test -s conftest$ac_exeext'
16499   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16500   (eval $ac_try) 2>&5
16501   ac_status=$?
16502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16503   (exit $ac_status); }; }; then
16504   ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep libcrypto\\.$LIBEXT | sed -e "s/^.*\(libcrypto\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'`
16505   if test "x$ac_cv_lib_soname_crypto" = "x"
16506   then
16507      ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
16508   fi
16509 else
16510   echo "$as_me: failed program was:" >&5
16511 sed 's/^/| /' conftest.$ac_ext >&5
16512
16513         ac_cv_lib_soname_crypto="libcrypto.$LIBEXT"
16514 fi
16515
16516 rm -f conftest.err conftest.$ac_objext \
16517       conftest$ac_exeext conftest.$ac_ext
16518   LIBS=$ac_get_soname_save_LIBS
16519 fi
16520 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16521 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16522 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16523
16524 cat >>confdefs.h <<_ACEOF
16525 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16526 _ACEOF
16527
16528 fi
16529
16530   { echo "$as_me:$LINENO: checking for -lncurses soname" >&5
16531 echo $ECHO_N "checking for -lncurses soname... $ECHO_C" >&6; }
16532 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
16533   echo $ECHO_N "(cached) $ECHO_C" >&6
16534 else
16535   ac_get_soname_save_LIBS=$LIBS
16536 LIBS="-lncurses  $LIBS"
16537   cat >conftest.$ac_ext <<_ACEOF
16538 /* confdefs.h.  */
16539 _ACEOF
16540 cat confdefs.h >>conftest.$ac_ext
16541 cat >>conftest.$ac_ext <<_ACEOF
16542 /* end confdefs.h.  */
16543
16544 /* Override any GCC internal prototype to avoid an error.
16545    Use char because int might match the return type of a GCC
16546    builtin and then its argument prototype would still apply.  */
16547 #ifdef __cplusplus
16548 extern "C"
16549 #endif
16550 char waddch ();
16551 int
16552 main ()
16553 {
16554 return waddch ();
16555   ;
16556   return 0;
16557 }
16558 _ACEOF
16559 rm -f conftest.$ac_objext conftest$ac_exeext
16560 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16561   (eval $ac_link) 2>conftest.er1
16562   ac_status=$?
16563   grep -v '^ *+' conftest.er1 >conftest.err
16564   rm -f conftest.er1
16565   cat conftest.err >&5
16566   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16567   (exit $ac_status); } &&
16568          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16569   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16570   (eval $ac_try) 2>&5
16571   ac_status=$?
16572   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16573   (exit $ac_status); }; } &&
16574          { ac_try='test -s conftest$ac_exeext'
16575   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16576   (eval $ac_try) 2>&5
16577   ac_status=$?
16578   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16579   (exit $ac_status); }; }; then
16580   ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep libncurses\\.$LIBEXT | sed -e "s/^.*\(libncurses\.$LIBEXT[^        ]*\).*$/\1/"';2,$d'`
16581   if test "x$ac_cv_lib_soname_ncurses" = "x"
16582   then
16583      ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
16584   fi
16585 else
16586   echo "$as_me: failed program was:" >&5
16587 sed 's/^/| /' conftest.$ac_ext >&5
16588
16589         ac_cv_lib_soname_ncurses="libncurses.$LIBEXT"
16590 fi
16591
16592 rm -f conftest.err conftest.$ac_objext \
16593       conftest$ac_exeext conftest.$ac_ext
16594   LIBS=$ac_get_soname_save_LIBS
16595 fi
16596 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
16597 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
16598 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
16599
16600 cat >>confdefs.h <<_ACEOF
16601 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
16602 _ACEOF
16603
16604 fi
16605
16606   { echo "$as_me:$LINENO: checking for -lcurses soname" >&5
16607 echo $ECHO_N "checking for -lcurses soname... $ECHO_C" >&6; }
16608 if test "${ac_cv_lib_soname_curses+set}" = set; then
16609   echo $ECHO_N "(cached) $ECHO_C" >&6
16610 else
16611   ac_get_soname_save_LIBS=$LIBS
16612 LIBS="-lcurses  $LIBS"
16613   cat >conftest.$ac_ext <<_ACEOF
16614 /* confdefs.h.  */
16615 _ACEOF
16616 cat confdefs.h >>conftest.$ac_ext
16617 cat >>conftest.$ac_ext <<_ACEOF
16618 /* end confdefs.h.  */
16619
16620 /* Override any GCC internal prototype to avoid an error.
16621    Use char because int might match the return type of a GCC
16622    builtin and then its argument prototype would still apply.  */
16623 #ifdef __cplusplus
16624 extern "C"
16625 #endif
16626 char waddch ();
16627 int
16628 main ()
16629 {
16630 return waddch ();
16631   ;
16632   return 0;
16633 }
16634 _ACEOF
16635 rm -f conftest.$ac_objext conftest$ac_exeext
16636 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16637   (eval $ac_link) 2>conftest.er1
16638   ac_status=$?
16639   grep -v '^ *+' conftest.er1 >conftest.err
16640   rm -f conftest.er1
16641   cat conftest.err >&5
16642   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16643   (exit $ac_status); } &&
16644          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16645   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16646   (eval $ac_try) 2>&5
16647   ac_status=$?
16648   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16649   (exit $ac_status); }; } &&
16650          { ac_try='test -s conftest$ac_exeext'
16651   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16652   (eval $ac_try) 2>&5
16653   ac_status=$?
16654   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655   (exit $ac_status); }; }; then
16656   ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep libcurses\\.$LIBEXT | sed -e "s/^.*\(libcurses\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'`
16657   if test "x$ac_cv_lib_soname_curses" = "x"
16658   then
16659      ac_cv_lib_soname_curses="libcurses.$LIBEXT"
16660   fi
16661 else
16662   echo "$as_me: failed program was:" >&5
16663 sed 's/^/| /' conftest.$ac_ext >&5
16664
16665         ac_cv_lib_soname_curses="libcurses.$LIBEXT"
16666 fi
16667
16668 rm -f conftest.err conftest.$ac_objext \
16669       conftest$ac_exeext conftest.$ac_ext
16670   LIBS=$ac_get_soname_save_LIBS
16671 fi
16672 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
16673 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
16674 if test "${ac_cv_lib_soname_curses+set}" = set; then
16675
16676 cat >>confdefs.h <<_ACEOF
16677 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
16678 _ACEOF
16679
16680 fi
16681
16682   { echo "$as_me:$LINENO: checking for -ljpeg soname" >&5
16683 echo $ECHO_N "checking for -ljpeg soname... $ECHO_C" >&6; }
16684 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16685   echo $ECHO_N "(cached) $ECHO_C" >&6
16686 else
16687   ac_get_soname_save_LIBS=$LIBS
16688 LIBS="-ljpeg  $LIBS"
16689   cat >conftest.$ac_ext <<_ACEOF
16690 /* confdefs.h.  */
16691 _ACEOF
16692 cat confdefs.h >>conftest.$ac_ext
16693 cat >>conftest.$ac_ext <<_ACEOF
16694 /* end confdefs.h.  */
16695
16696 /* Override any GCC internal prototype to avoid an error.
16697    Use char because int might match the return type of a GCC
16698    builtin and then its argument prototype would still apply.  */
16699 #ifdef __cplusplus
16700 extern "C"
16701 #endif
16702 char jpeg_start_decompress ();
16703 int
16704 main ()
16705 {
16706 return jpeg_start_decompress ();
16707   ;
16708   return 0;
16709 }
16710 _ACEOF
16711 rm -f conftest.$ac_objext conftest$ac_exeext
16712 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16713   (eval $ac_link) 2>conftest.er1
16714   ac_status=$?
16715   grep -v '^ *+' conftest.er1 >conftest.err
16716   rm -f conftest.er1
16717   cat conftest.err >&5
16718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719   (exit $ac_status); } &&
16720          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16721   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16722   (eval $ac_try) 2>&5
16723   ac_status=$?
16724   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725   (exit $ac_status); }; } &&
16726          { ac_try='test -s conftest$ac_exeext'
16727   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16728   (eval $ac_try) 2>&5
16729   ac_status=$?
16730   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16731   (exit $ac_status); }; }; then
16732   ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep libjpeg\\.$LIBEXT | sed -e "s/^.*\(libjpeg\.$LIBEXT[^         ]*\).*$/\1/"';2,$d'`
16733   if test "x$ac_cv_lib_soname_jpeg" = "x"
16734   then
16735      ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
16736   fi
16737 else
16738   echo "$as_me: failed program was:" >&5
16739 sed 's/^/| /' conftest.$ac_ext >&5
16740
16741         ac_cv_lib_soname_jpeg="libjpeg.$LIBEXT"
16742 fi
16743
16744 rm -f conftest.err conftest.$ac_objext \
16745       conftest$ac_exeext conftest.$ac_ext
16746   LIBS=$ac_get_soname_save_LIBS
16747 fi
16748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16749 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16750 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16751
16752 cat >>confdefs.h <<_ACEOF
16753 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16754 _ACEOF
16755
16756 fi
16757
16758   { echo "$as_me:$LINENO: checking for -lungif soname" >&5
16759 echo $ECHO_N "checking for -lungif soname... $ECHO_C" >&6; }
16760 if test "${ac_cv_lib_soname_ungif+set}" = set; then
16761   echo $ECHO_N "(cached) $ECHO_C" >&6
16762 else
16763   ac_get_soname_save_LIBS=$LIBS
16764 LIBS="-lungif  $LIBS"
16765   cat >conftest.$ac_ext <<_ACEOF
16766 /* confdefs.h.  */
16767 _ACEOF
16768 cat confdefs.h >>conftest.$ac_ext
16769 cat >>conftest.$ac_ext <<_ACEOF
16770 /* end confdefs.h.  */
16771
16772 /* Override any GCC internal prototype to avoid an error.
16773    Use char because int might match the return type of a GCC
16774    builtin and then its argument prototype would still apply.  */
16775 #ifdef __cplusplus
16776 extern "C"
16777 #endif
16778 char DGifOpen ();
16779 int
16780 main ()
16781 {
16782 return DGifOpen ();
16783   ;
16784   return 0;
16785 }
16786 _ACEOF
16787 rm -f conftest.$ac_objext conftest$ac_exeext
16788 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16789   (eval $ac_link) 2>conftest.er1
16790   ac_status=$?
16791   grep -v '^ *+' conftest.er1 >conftest.err
16792   rm -f conftest.er1
16793   cat conftest.err >&5
16794   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16795   (exit $ac_status); } &&
16796          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16797   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16798   (eval $ac_try) 2>&5
16799   ac_status=$?
16800   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16801   (exit $ac_status); }; } &&
16802          { ac_try='test -s conftest$ac_exeext'
16803   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16804   (eval $ac_try) 2>&5
16805   ac_status=$?
16806   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16807   (exit $ac_status); }; }; then
16808   ac_cv_lib_soname_ungif=`$ac_cv_path_LDD conftest$ac_exeext | grep libungif\\.$LIBEXT | sed -e "s/^.*\(libungif\.$LIBEXT[^      ]*\).*$/\1/"';2,$d'`
16809   if test "x$ac_cv_lib_soname_ungif" = "x"
16810   then
16811      ac_cv_lib_soname_ungif="libungif.$LIBEXT"
16812   fi
16813 else
16814   echo "$as_me: failed program was:" >&5
16815 sed 's/^/| /' conftest.$ac_ext >&5
16816
16817         ac_cv_lib_soname_ungif="libungif.$LIBEXT"
16818 fi
16819
16820 rm -f conftest.err conftest.$ac_objext \
16821       conftest$ac_exeext conftest.$ac_ext
16822   LIBS=$ac_get_soname_save_LIBS
16823 fi
16824 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ungif" >&5
16825 echo "${ECHO_T}$ac_cv_lib_soname_ungif" >&6; }
16826 if test "${ac_cv_lib_soname_ungif+set}" = set; then
16827
16828 cat >>confdefs.h <<_ACEOF
16829 #define SONAME_LIBUNGIF "$ac_cv_lib_soname_ungif"
16830 _ACEOF
16831
16832 fi
16833
16834   { echo "$as_me:$LINENO: checking for -lgif soname" >&5
16835 echo $ECHO_N "checking for -lgif soname... $ECHO_C" >&6; }
16836 if test "${ac_cv_lib_soname_gif+set}" = set; then
16837   echo $ECHO_N "(cached) $ECHO_C" >&6
16838 else
16839   ac_get_soname_save_LIBS=$LIBS
16840 LIBS="-lgif  $LIBS"
16841   cat >conftest.$ac_ext <<_ACEOF
16842 /* confdefs.h.  */
16843 _ACEOF
16844 cat confdefs.h >>conftest.$ac_ext
16845 cat >>conftest.$ac_ext <<_ACEOF
16846 /* end confdefs.h.  */
16847
16848 /* Override any GCC internal prototype to avoid an error.
16849    Use char because int might match the return type of a GCC
16850    builtin and then its argument prototype would still apply.  */
16851 #ifdef __cplusplus
16852 extern "C"
16853 #endif
16854 char DGifOpen ();
16855 int
16856 main ()
16857 {
16858 return DGifOpen ();
16859   ;
16860   return 0;
16861 }
16862 _ACEOF
16863 rm -f conftest.$ac_objext conftest$ac_exeext
16864 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16865   (eval $ac_link) 2>conftest.er1
16866   ac_status=$?
16867   grep -v '^ *+' conftest.er1 >conftest.err
16868   rm -f conftest.er1
16869   cat conftest.err >&5
16870   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16871   (exit $ac_status); } &&
16872          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16873   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16874   (eval $ac_try) 2>&5
16875   ac_status=$?
16876   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16877   (exit $ac_status); }; } &&
16878          { ac_try='test -s conftest$ac_exeext'
16879   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16880   (eval $ac_try) 2>&5
16881   ac_status=$?
16882   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16883   (exit $ac_status); }; }; then
16884   ac_cv_lib_soname_gif=`$ac_cv_path_LDD conftest$ac_exeext | grep libgif\\.$LIBEXT | sed -e "s/^.*\(libgif\.$LIBEXT[^    ]*\).*$/\1/"';2,$d'`
16885   if test "x$ac_cv_lib_soname_gif" = "x"
16886   then
16887      ac_cv_lib_soname_gif="libgif.$LIBEXT"
16888   fi
16889 else
16890   echo "$as_me: failed program was:" >&5
16891 sed 's/^/| /' conftest.$ac_ext >&5
16892
16893         ac_cv_lib_soname_gif="libgif.$LIBEXT"
16894 fi
16895
16896 rm -f conftest.err conftest.$ac_objext \
16897       conftest$ac_exeext conftest.$ac_ext
16898   LIBS=$ac_get_soname_save_LIBS
16899 fi
16900 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gif" >&5
16901 echo "${ECHO_T}$ac_cv_lib_soname_gif" >&6; }
16902 if test "${ac_cv_lib_soname_gif+set}" = set; then
16903
16904 cat >>confdefs.h <<_ACEOF
16905 #define SONAME_LIBGIF "$ac_cv_lib_soname_gif"
16906 _ACEOF
16907
16908 fi
16909
16910   { echo "$as_me:$LINENO: checking for -lcapi20 soname" >&5
16911 echo $ECHO_N "checking for -lcapi20 soname... $ECHO_C" >&6; }
16912 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16913   echo $ECHO_N "(cached) $ECHO_C" >&6
16914 else
16915   ac_get_soname_save_LIBS=$LIBS
16916 LIBS="-lcapi20  $LIBS"
16917   cat >conftest.$ac_ext <<_ACEOF
16918 /* confdefs.h.  */
16919 _ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h.  */
16923
16924 /* Override any GCC internal prototype to avoid an error.
16925    Use char because int might match the return type of a GCC
16926    builtin and then its argument prototype would still apply.  */
16927 #ifdef __cplusplus
16928 extern "C"
16929 #endif
16930 char capi20_isinstalled ();
16931 int
16932 main ()
16933 {
16934 return capi20_isinstalled ();
16935   ;
16936   return 0;
16937 }
16938 _ACEOF
16939 rm -f conftest.$ac_objext conftest$ac_exeext
16940 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
16941   (eval $ac_link) 2>conftest.er1
16942   ac_status=$?
16943   grep -v '^ *+' conftest.er1 >conftest.err
16944   rm -f conftest.er1
16945   cat conftest.err >&5
16946   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16947   (exit $ac_status); } &&
16948          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
16949   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16950   (eval $ac_try) 2>&5
16951   ac_status=$?
16952   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16953   (exit $ac_status); }; } &&
16954          { ac_try='test -s conftest$ac_exeext'
16955   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
16956   (eval $ac_try) 2>&5
16957   ac_status=$?
16958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
16959   (exit $ac_status); }; }; then
16960   ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep libcapi20\\.$LIBEXT | sed -e "s/^.*\(libcapi20\.$LIBEXT[^   ]*\).*$/\1/"';2,$d'`
16961   if test "x$ac_cv_lib_soname_capi20" = "x"
16962   then
16963      ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
16964   fi
16965 else
16966   echo "$as_me: failed program was:" >&5
16967 sed 's/^/| /' conftest.$ac_ext >&5
16968
16969         ac_cv_lib_soname_capi20="libcapi20.$LIBEXT"
16970 fi
16971
16972 rm -f conftest.err conftest.$ac_objext \
16973       conftest$ac_exeext conftest.$ac_ext
16974   LIBS=$ac_get_soname_save_LIBS
16975 fi
16976 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
16977 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
16978 if test "${ac_cv_lib_soname_capi20+set}" = set; then
16979
16980 cat >>confdefs.h <<_ACEOF
16981 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
16982 _ACEOF
16983
16984 fi
16985
16986 fi
16987
16988
16989
16990
16991
16992
16993
16994
16995
16996
16997
16998
16999
17000
17001
17002
17003
17004
17005
17006
17007
17008
17009
17010
17011
17012
17013
17014
17015
17016
17017
17018
17019
17020
17021
17022
17023
17024
17025
17026
17027
17028
17029
17030
17031
17032
17033
17034
17035
17036
17037
17038
17039
17040
17041
17042
17043
17044
17045
17046
17047
17048
17049
17050
17051
17052
17053
17054 for ac_func in \
17055         _lwp_create \
17056         _lwp_self \
17057         _pclose \
17058         _popen \
17059         _snprintf \
17060         _spawnvp \
17061         _stricmp \
17062         _strnicmp \
17063         _vsnprintf \
17064         asctime_r \
17065         chsize \
17066         clone \
17067         epoll_create \
17068         ffs \
17069         finite \
17070         fork \
17071         fpclass \
17072         fstatfs \
17073         fstatvfs \
17074         ftruncate \
17075         futimes \
17076         futimesat \
17077         getaddrinfo \
17078         getnameinfo \
17079         getnetbyname \
17080         getopt_long \
17081         getpagesize \
17082         getprotobyname \
17083         getprotobynumber \
17084         getpwuid \
17085         getservbyport \
17086         gettid \
17087         gettimeofday \
17088         getuid \
17089         inet_network \
17090         lstat \
17091         memmove \
17092         mmap \
17093         pclose \
17094         popen \
17095         prctl \
17096         pread \
17097         pwrite \
17098         readlink \
17099         rfork \
17100         sched_yield \
17101         select \
17102         sendmsg \
17103         settimeofday \
17104         sigaltstack \
17105         sigprocmask \
17106         snprintf \
17107         spawnvp \
17108         statfs \
17109         statvfs \
17110         strcasecmp \
17111         strerror \
17112         strncasecmp \
17113         tcgetattr \
17114         timegm \
17115         usleep \
17116         vsnprintf \
17117         wait4 \
17118         waitpid \
17119
17120 do
17121 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17122 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17123 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17124 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17125   echo $ECHO_N "(cached) $ECHO_C" >&6
17126 else
17127   cat >conftest.$ac_ext <<_ACEOF
17128 /* confdefs.h.  */
17129 _ACEOF
17130 cat confdefs.h >>conftest.$ac_ext
17131 cat >>conftest.$ac_ext <<_ACEOF
17132 /* end confdefs.h.  */
17133 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17134    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
17135 #define $ac_func innocuous_$ac_func
17136
17137 /* System header to define __stub macros and hopefully few prototypes,
17138     which can conflict with char $ac_func (); below.
17139     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17140     <limits.h> exists even on freestanding compilers.  */
17141
17142 #ifdef __STDC__
17143 # include <limits.h>
17144 #else
17145 # include <assert.h>
17146 #endif
17147
17148 #undef $ac_func
17149
17150 /* Override any GCC internal prototype to avoid an error.
17151    Use char because int might match the return type of a GCC
17152    builtin and then its argument prototype would still apply.  */
17153 #ifdef __cplusplus
17154 extern "C"
17155 #endif
17156 char $ac_func ();
17157 /* The GNU C library defines this for functions which it implements
17158     to always fail with ENOSYS.  Some functions are actually named
17159     something starting with __ and the normal name is an alias.  */
17160 #if defined __stub_$ac_func || defined __stub___$ac_func
17161 choke me
17162 #endif
17163
17164 int
17165 main ()
17166 {
17167 return $ac_func ();
17168   ;
17169   return 0;
17170 }
17171 _ACEOF
17172 rm -f conftest.$ac_objext conftest$ac_exeext
17173 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
17174   (eval $ac_link) 2>conftest.er1
17175   ac_status=$?
17176   grep -v '^ *+' conftest.er1 >conftest.err
17177   rm -f conftest.er1
17178   cat conftest.err >&5
17179   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17180   (exit $ac_status); } &&
17181          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17182   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17183   (eval $ac_try) 2>&5
17184   ac_status=$?
17185   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17186   (exit $ac_status); }; } &&
17187          { ac_try='test -s conftest$ac_exeext'
17188   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17189   (eval $ac_try) 2>&5
17190   ac_status=$?
17191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17192   (exit $ac_status); }; }; then
17193   eval "$as_ac_var=yes"
17194 else
17195   echo "$as_me: failed program was:" >&5
17196 sed 's/^/| /' conftest.$ac_ext >&5
17197
17198         eval "$as_ac_var=no"
17199 fi
17200
17201 rm -f conftest.err conftest.$ac_objext \
17202       conftest$ac_exeext conftest.$ac_ext
17203 fi
17204 ac_res=`eval echo '${'$as_ac_var'}'`
17205                { echo "$as_me:$LINENO: result: $ac_res" >&5
17206 echo "${ECHO_T}$ac_res" >&6; }
17207 if test `eval echo '${'$as_ac_var'}'` = yes; then
17208   cat >>confdefs.h <<_ACEOF
17209 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17210 _ACEOF
17211
17212 fi
17213 done
17214
17215
17216
17217
17218 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
17219 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
17220 if test "${ac_cv_c_const+set}" = set; then
17221   echo $ECHO_N "(cached) $ECHO_C" >&6
17222 else
17223   cat >conftest.$ac_ext <<_ACEOF
17224 /* confdefs.h.  */
17225 _ACEOF
17226 cat confdefs.h >>conftest.$ac_ext
17227 cat >>conftest.$ac_ext <<_ACEOF
17228 /* end confdefs.h.  */
17229
17230 int
17231 main ()
17232 {
17233 /* FIXME: Include the comments suggested by Paul. */
17234 #ifndef __cplusplus
17235   /* Ultrix mips cc rejects this.  */
17236   typedef int charset[2];
17237   const charset x;
17238   /* SunOS 4.1.1 cc rejects this.  */
17239   char const *const *ccp;
17240   char **p;
17241   /* NEC SVR4.0.2 mips cc rejects this.  */
17242   struct point {int x, y;};
17243   static struct point const zero = {0,0};
17244   /* AIX XL C 1.02.0.0 rejects this.
17245      It does not let you subtract one const X* pointer from another in
17246      an arm of an if-expression whose if-part is not a constant
17247      expression */
17248   const char *g = "string";
17249   ccp = &g + (g ? g-g : 0);
17250   /* HPUX 7.0 cc rejects these. */
17251   ++ccp;
17252   p = (char**) ccp;
17253   ccp = (char const *const *) p;
17254   { /* SCO 3.2v4 cc rejects this.  */
17255     char *t;
17256     char const *s = 0 ? (char *) 0 : (char const *) 0;
17257
17258     *t++ = 0;
17259     if (s) return 0;
17260   }
17261   { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
17262     int x[] = {25, 17};
17263     const int *foo = &x[0];
17264     ++foo;
17265   }
17266   { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
17267     typedef const int *iptr;
17268     iptr p = 0;
17269     ++p;
17270   }
17271   { /* AIX XL C 1.02.0.0 rejects this saying
17272        "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
17273     struct s { int j; const int *ap[3]; };
17274     struct s *b; b->j = 5;
17275   }
17276   { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
17277     const int foo = 10;
17278     if (!foo) return 0;
17279   }
17280   return !x[0] && !zero.x;
17281 #endif
17282
17283   ;
17284   return 0;
17285 }
17286 _ACEOF
17287 rm -f conftest.$ac_objext
17288 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17289   (eval $ac_compile) 2>conftest.er1
17290   ac_status=$?
17291   grep -v '^ *+' conftest.er1 >conftest.err
17292   rm -f conftest.er1
17293   cat conftest.err >&5
17294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17295   (exit $ac_status); } &&
17296          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17297   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17298   (eval $ac_try) 2>&5
17299   ac_status=$?
17300   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17301   (exit $ac_status); }; } &&
17302          { ac_try='test -s conftest.$ac_objext'
17303   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17304   (eval $ac_try) 2>&5
17305   ac_status=$?
17306   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17307   (exit $ac_status); }; }; then
17308   ac_cv_c_const=yes
17309 else
17310   echo "$as_me: failed program was:" >&5
17311 sed 's/^/| /' conftest.$ac_ext >&5
17312
17313         ac_cv_c_const=no
17314 fi
17315
17316 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17317 fi
17318 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
17319 echo "${ECHO_T}$ac_cv_c_const" >&6; }
17320 if test $ac_cv_c_const = no; then
17321
17322 cat >>confdefs.h <<\_ACEOF
17323 #define const
17324 _ACEOF
17325
17326 fi
17327
17328 { echo "$as_me:$LINENO: checking for inline" >&5
17329 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
17330 if test "${ac_cv_c_inline+set}" = set; then
17331   echo $ECHO_N "(cached) $ECHO_C" >&6
17332 else
17333   ac_cv_c_inline=no
17334 for ac_kw in inline __inline__ __inline; do
17335   cat >conftest.$ac_ext <<_ACEOF
17336 /* confdefs.h.  */
17337 _ACEOF
17338 cat confdefs.h >>conftest.$ac_ext
17339 cat >>conftest.$ac_ext <<_ACEOF
17340 /* end confdefs.h.  */
17341 #ifndef __cplusplus
17342 typedef int foo_t;
17343 static $ac_kw foo_t static_foo () {return 0; }
17344 $ac_kw foo_t foo () {return 0; }
17345 #endif
17346
17347 _ACEOF
17348 rm -f conftest.$ac_objext
17349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17350   (eval $ac_compile) 2>conftest.er1
17351   ac_status=$?
17352   grep -v '^ *+' conftest.er1 >conftest.err
17353   rm -f conftest.er1
17354   cat conftest.err >&5
17355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17356   (exit $ac_status); } &&
17357          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17358   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17359   (eval $ac_try) 2>&5
17360   ac_status=$?
17361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17362   (exit $ac_status); }; } &&
17363          { ac_try='test -s conftest.$ac_objext'
17364   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17365   (eval $ac_try) 2>&5
17366   ac_status=$?
17367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17368   (exit $ac_status); }; }; then
17369   ac_cv_c_inline=$ac_kw
17370 else
17371   echo "$as_me: failed program was:" >&5
17372 sed 's/^/| /' conftest.$ac_ext >&5
17373
17374
17375 fi
17376
17377 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17378   test "$ac_cv_c_inline" != no && break
17379 done
17380
17381 fi
17382 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
17383 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
17384
17385
17386 case $ac_cv_c_inline in
17387   inline | yes) ;;
17388   *)
17389     case $ac_cv_c_inline in
17390       no) ac_val=;;
17391       *) ac_val=$ac_cv_c_inline;;
17392     esac
17393     cat >>confdefs.h <<_ACEOF
17394 #ifndef __cplusplus
17395 #define inline $ac_val
17396 #endif
17397 _ACEOF
17398     ;;
17399 esac
17400
17401 { echo "$as_me:$LINENO: checking for mode_t" >&5
17402 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
17403 if test "${ac_cv_type_mode_t+set}" = set; then
17404   echo $ECHO_N "(cached) $ECHO_C" >&6
17405 else
17406   cat >conftest.$ac_ext <<_ACEOF
17407 /* confdefs.h.  */
17408 _ACEOF
17409 cat confdefs.h >>conftest.$ac_ext
17410 cat >>conftest.$ac_ext <<_ACEOF
17411 /* end confdefs.h.  */
17412 $ac_includes_default
17413 typedef mode_t ac__type_new_;
17414 int
17415 main ()
17416 {
17417 if ((ac__type_new_ *) 0)
17418   return 0;
17419 if (sizeof (ac__type_new_))
17420   return 0;
17421   ;
17422   return 0;
17423 }
17424 _ACEOF
17425 rm -f conftest.$ac_objext
17426 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17427   (eval $ac_compile) 2>conftest.er1
17428   ac_status=$?
17429   grep -v '^ *+' conftest.er1 >conftest.err
17430   rm -f conftest.er1
17431   cat conftest.err >&5
17432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433   (exit $ac_status); } &&
17434          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17436   (eval $ac_try) 2>&5
17437   ac_status=$?
17438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17439   (exit $ac_status); }; } &&
17440          { ac_try='test -s conftest.$ac_objext'
17441   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17442   (eval $ac_try) 2>&5
17443   ac_status=$?
17444   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17445   (exit $ac_status); }; }; then
17446   ac_cv_type_mode_t=yes
17447 else
17448   echo "$as_me: failed program was:" >&5
17449 sed 's/^/| /' conftest.$ac_ext >&5
17450
17451         ac_cv_type_mode_t=no
17452 fi
17453
17454 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17455 fi
17456 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
17457 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
17458 if test $ac_cv_type_mode_t = yes; then
17459
17460 cat >>confdefs.h <<_ACEOF
17461 #define HAVE_MODE_T 1
17462 _ACEOF
17463
17464
17465 fi
17466 { echo "$as_me:$LINENO: checking for off_t" >&5
17467 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
17468 if test "${ac_cv_type_off_t+set}" = set; then
17469   echo $ECHO_N "(cached) $ECHO_C" >&6
17470 else
17471   cat >conftest.$ac_ext <<_ACEOF
17472 /* confdefs.h.  */
17473 _ACEOF
17474 cat confdefs.h >>conftest.$ac_ext
17475 cat >>conftest.$ac_ext <<_ACEOF
17476 /* end confdefs.h.  */
17477 $ac_includes_default
17478 typedef off_t ac__type_new_;
17479 int
17480 main ()
17481 {
17482 if ((ac__type_new_ *) 0)
17483   return 0;
17484 if (sizeof (ac__type_new_))
17485   return 0;
17486   ;
17487   return 0;
17488 }
17489 _ACEOF
17490 rm -f conftest.$ac_objext
17491 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17492   (eval $ac_compile) 2>conftest.er1
17493   ac_status=$?
17494   grep -v '^ *+' conftest.er1 >conftest.err
17495   rm -f conftest.er1
17496   cat conftest.err >&5
17497   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17498   (exit $ac_status); } &&
17499          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17500   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17501   (eval $ac_try) 2>&5
17502   ac_status=$?
17503   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17504   (exit $ac_status); }; } &&
17505          { ac_try='test -s conftest.$ac_objext'
17506   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17507   (eval $ac_try) 2>&5
17508   ac_status=$?
17509   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17510   (exit $ac_status); }; }; then
17511   ac_cv_type_off_t=yes
17512 else
17513   echo "$as_me: failed program was:" >&5
17514 sed 's/^/| /' conftest.$ac_ext >&5
17515
17516         ac_cv_type_off_t=no
17517 fi
17518
17519 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17520 fi
17521 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
17522 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
17523 if test $ac_cv_type_off_t = yes; then
17524
17525 cat >>confdefs.h <<_ACEOF
17526 #define HAVE_OFF_T 1
17527 _ACEOF
17528
17529
17530 fi
17531 { echo "$as_me:$LINENO: checking for pid_t" >&5
17532 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
17533 if test "${ac_cv_type_pid_t+set}" = set; then
17534   echo $ECHO_N "(cached) $ECHO_C" >&6
17535 else
17536   cat >conftest.$ac_ext <<_ACEOF
17537 /* confdefs.h.  */
17538 _ACEOF
17539 cat confdefs.h >>conftest.$ac_ext
17540 cat >>conftest.$ac_ext <<_ACEOF
17541 /* end confdefs.h.  */
17542 $ac_includes_default
17543 typedef pid_t ac__type_new_;
17544 int
17545 main ()
17546 {
17547 if ((ac__type_new_ *) 0)
17548   return 0;
17549 if (sizeof (ac__type_new_))
17550   return 0;
17551   ;
17552   return 0;
17553 }
17554 _ACEOF
17555 rm -f conftest.$ac_objext
17556 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17557   (eval $ac_compile) 2>conftest.er1
17558   ac_status=$?
17559   grep -v '^ *+' conftest.er1 >conftest.err
17560   rm -f conftest.er1
17561   cat conftest.err >&5
17562   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563   (exit $ac_status); } &&
17564          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17565   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17566   (eval $ac_try) 2>&5
17567   ac_status=$?
17568   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17569   (exit $ac_status); }; } &&
17570          { ac_try='test -s conftest.$ac_objext'
17571   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17572   (eval $ac_try) 2>&5
17573   ac_status=$?
17574   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17575   (exit $ac_status); }; }; then
17576   ac_cv_type_pid_t=yes
17577 else
17578   echo "$as_me: failed program was:" >&5
17579 sed 's/^/| /' conftest.$ac_ext >&5
17580
17581         ac_cv_type_pid_t=no
17582 fi
17583
17584 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17585 fi
17586 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
17587 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
17588 if test $ac_cv_type_pid_t = yes; then
17589
17590 cat >>confdefs.h <<_ACEOF
17591 #define HAVE_PID_T 1
17592 _ACEOF
17593
17594
17595 fi
17596 { echo "$as_me:$LINENO: checking for size_t" >&5
17597 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
17598 if test "${ac_cv_type_size_t+set}" = set; then
17599   echo $ECHO_N "(cached) $ECHO_C" >&6
17600 else
17601   cat >conftest.$ac_ext <<_ACEOF
17602 /* confdefs.h.  */
17603 _ACEOF
17604 cat confdefs.h >>conftest.$ac_ext
17605 cat >>conftest.$ac_ext <<_ACEOF
17606 /* end confdefs.h.  */
17607 $ac_includes_default
17608 typedef size_t ac__type_new_;
17609 int
17610 main ()
17611 {
17612 if ((ac__type_new_ *) 0)
17613   return 0;
17614 if (sizeof (ac__type_new_))
17615   return 0;
17616   ;
17617   return 0;
17618 }
17619 _ACEOF
17620 rm -f conftest.$ac_objext
17621 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17622   (eval $ac_compile) 2>conftest.er1
17623   ac_status=$?
17624   grep -v '^ *+' conftest.er1 >conftest.err
17625   rm -f conftest.er1
17626   cat conftest.err >&5
17627   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17628   (exit $ac_status); } &&
17629          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17630   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17631   (eval $ac_try) 2>&5
17632   ac_status=$?
17633   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17634   (exit $ac_status); }; } &&
17635          { ac_try='test -s conftest.$ac_objext'
17636   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17637   (eval $ac_try) 2>&5
17638   ac_status=$?
17639   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17640   (exit $ac_status); }; }; then
17641   ac_cv_type_size_t=yes
17642 else
17643   echo "$as_me: failed program was:" >&5
17644 sed 's/^/| /' conftest.$ac_ext >&5
17645
17646         ac_cv_type_size_t=no
17647 fi
17648
17649 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17650 fi
17651 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
17652 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
17653 if test $ac_cv_type_size_t = yes; then
17654
17655 cat >>confdefs.h <<_ACEOF
17656 #define HAVE_SIZE_T 1
17657 _ACEOF
17658
17659
17660 fi
17661 { echo "$as_me:$LINENO: checking for ssize_t" >&5
17662 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
17663 if test "${ac_cv_type_ssize_t+set}" = set; then
17664   echo $ECHO_N "(cached) $ECHO_C" >&6
17665 else
17666   cat >conftest.$ac_ext <<_ACEOF
17667 /* confdefs.h.  */
17668 _ACEOF
17669 cat confdefs.h >>conftest.$ac_ext
17670 cat >>conftest.$ac_ext <<_ACEOF
17671 /* end confdefs.h.  */
17672 $ac_includes_default
17673 typedef ssize_t ac__type_new_;
17674 int
17675 main ()
17676 {
17677 if ((ac__type_new_ *) 0)
17678   return 0;
17679 if (sizeof (ac__type_new_))
17680   return 0;
17681   ;
17682   return 0;
17683 }
17684 _ACEOF
17685 rm -f conftest.$ac_objext
17686 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17687   (eval $ac_compile) 2>conftest.er1
17688   ac_status=$?
17689   grep -v '^ *+' conftest.er1 >conftest.err
17690   rm -f conftest.er1
17691   cat conftest.err >&5
17692   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17693   (exit $ac_status); } &&
17694          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17695   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17696   (eval $ac_try) 2>&5
17697   ac_status=$?
17698   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17699   (exit $ac_status); }; } &&
17700          { ac_try='test -s conftest.$ac_objext'
17701   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17702   (eval $ac_try) 2>&5
17703   ac_status=$?
17704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17705   (exit $ac_status); }; }; then
17706   ac_cv_type_ssize_t=yes
17707 else
17708   echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17710
17711         ac_cv_type_ssize_t=no
17712 fi
17713
17714 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17715 fi
17716 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
17717 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
17718 if test $ac_cv_type_ssize_t = yes; then
17719
17720 cat >>confdefs.h <<_ACEOF
17721 #define HAVE_SSIZE_T 1
17722 _ACEOF
17723
17724
17725 fi
17726 { echo "$as_me:$LINENO: checking for long long" >&5
17727 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
17728 if test "${ac_cv_type_long_long+set}" = set; then
17729   echo $ECHO_N "(cached) $ECHO_C" >&6
17730 else
17731   cat >conftest.$ac_ext <<_ACEOF
17732 /* confdefs.h.  */
17733 _ACEOF
17734 cat confdefs.h >>conftest.$ac_ext
17735 cat >>conftest.$ac_ext <<_ACEOF
17736 /* end confdefs.h.  */
17737 $ac_includes_default
17738 typedef long long ac__type_new_;
17739 int
17740 main ()
17741 {
17742 if ((ac__type_new_ *) 0)
17743   return 0;
17744 if (sizeof (ac__type_new_))
17745   return 0;
17746   ;
17747   return 0;
17748 }
17749 _ACEOF
17750 rm -f conftest.$ac_objext
17751 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17752   (eval $ac_compile) 2>conftest.er1
17753   ac_status=$?
17754   grep -v '^ *+' conftest.er1 >conftest.err
17755   rm -f conftest.er1
17756   cat conftest.err >&5
17757   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17758   (exit $ac_status); } &&
17759          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17760   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17761   (eval $ac_try) 2>&5
17762   ac_status=$?
17763   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17764   (exit $ac_status); }; } &&
17765          { ac_try='test -s conftest.$ac_objext'
17766   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17767   (eval $ac_try) 2>&5
17768   ac_status=$?
17769   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17770   (exit $ac_status); }; }; then
17771   ac_cv_type_long_long=yes
17772 else
17773   echo "$as_me: failed program was:" >&5
17774 sed 's/^/| /' conftest.$ac_ext >&5
17775
17776         ac_cv_type_long_long=no
17777 fi
17778
17779 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17780 fi
17781 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
17782 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
17783 if test $ac_cv_type_long_long = yes; then
17784
17785 cat >>confdefs.h <<_ACEOF
17786 #define HAVE_LONG_LONG 1
17787 _ACEOF
17788
17789
17790 fi
17791 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
17792 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
17793 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
17794   echo $ECHO_N "(cached) $ECHO_C" >&6
17795 else
17796   cat >conftest.$ac_ext <<_ACEOF
17797 /* confdefs.h.  */
17798 _ACEOF
17799 cat confdefs.h >>conftest.$ac_ext
17800 cat >>conftest.$ac_ext <<_ACEOF
17801 /* end confdefs.h.  */
17802 $ac_includes_default
17803 typedef fsblkcnt_t ac__type_new_;
17804 int
17805 main ()
17806 {
17807 if ((ac__type_new_ *) 0)
17808   return 0;
17809 if (sizeof (ac__type_new_))
17810   return 0;
17811   ;
17812   return 0;
17813 }
17814 _ACEOF
17815 rm -f conftest.$ac_objext
17816 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17817   (eval $ac_compile) 2>conftest.er1
17818   ac_status=$?
17819   grep -v '^ *+' conftest.er1 >conftest.err
17820   rm -f conftest.er1
17821   cat conftest.err >&5
17822   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823   (exit $ac_status); } &&
17824          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17825   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17826   (eval $ac_try) 2>&5
17827   ac_status=$?
17828   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17829   (exit $ac_status); }; } &&
17830          { ac_try='test -s conftest.$ac_objext'
17831   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17832   (eval $ac_try) 2>&5
17833   ac_status=$?
17834   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17835   (exit $ac_status); }; }; then
17836   ac_cv_type_fsblkcnt_t=yes
17837 else
17838   echo "$as_me: failed program was:" >&5
17839 sed 's/^/| /' conftest.$ac_ext >&5
17840
17841         ac_cv_type_fsblkcnt_t=no
17842 fi
17843
17844 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17845 fi
17846 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
17847 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
17848 if test $ac_cv_type_fsblkcnt_t = yes; then
17849
17850 cat >>confdefs.h <<_ACEOF
17851 #define HAVE_FSBLKCNT_T 1
17852 _ACEOF
17853
17854
17855 fi
17856 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
17857 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
17858 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
17859   echo $ECHO_N "(cached) $ECHO_C" >&6
17860 else
17861   cat >conftest.$ac_ext <<_ACEOF
17862 /* confdefs.h.  */
17863 _ACEOF
17864 cat confdefs.h >>conftest.$ac_ext
17865 cat >>conftest.$ac_ext <<_ACEOF
17866 /* end confdefs.h.  */
17867 $ac_includes_default
17868 typedef fsfilcnt_t ac__type_new_;
17869 int
17870 main ()
17871 {
17872 if ((ac__type_new_ *) 0)
17873   return 0;
17874 if (sizeof (ac__type_new_))
17875   return 0;
17876   ;
17877   return 0;
17878 }
17879 _ACEOF
17880 rm -f conftest.$ac_objext
17881 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17882   (eval $ac_compile) 2>conftest.er1
17883   ac_status=$?
17884   grep -v '^ *+' conftest.er1 >conftest.err
17885   rm -f conftest.er1
17886   cat conftest.err >&5
17887   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17888   (exit $ac_status); } &&
17889          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17890   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17891   (eval $ac_try) 2>&5
17892   ac_status=$?
17893   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17894   (exit $ac_status); }; } &&
17895          { ac_try='test -s conftest.$ac_objext'
17896   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17897   (eval $ac_try) 2>&5
17898   ac_status=$?
17899   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17900   (exit $ac_status); }; }; then
17901   ac_cv_type_fsfilcnt_t=yes
17902 else
17903   echo "$as_me: failed program was:" >&5
17904 sed 's/^/| /' conftest.$ac_ext >&5
17905
17906         ac_cv_type_fsfilcnt_t=no
17907 fi
17908
17909 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17910 fi
17911 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
17912 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
17913 if test $ac_cv_type_fsfilcnt_t = yes; then
17914
17915 cat >>confdefs.h <<_ACEOF
17916 #define HAVE_FSFILCNT_T 1
17917 _ACEOF
17918
17919
17920 fi
17921
17922 { echo "$as_me:$LINENO: checking for sigset_t" >&5
17923 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
17924 if test "${ac_cv_type_sigset_t+set}" = set; then
17925   echo $ECHO_N "(cached) $ECHO_C" >&6
17926 else
17927   cat >conftest.$ac_ext <<_ACEOF
17928 /* confdefs.h.  */
17929 _ACEOF
17930 cat confdefs.h >>conftest.$ac_ext
17931 cat >>conftest.$ac_ext <<_ACEOF
17932 /* end confdefs.h.  */
17933 #include <signal.h>
17934
17935 typedef sigset_t ac__type_new_;
17936 int
17937 main ()
17938 {
17939 if ((ac__type_new_ *) 0)
17940   return 0;
17941 if (sizeof (ac__type_new_))
17942   return 0;
17943   ;
17944   return 0;
17945 }
17946 _ACEOF
17947 rm -f conftest.$ac_objext
17948 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
17949   (eval $ac_compile) 2>conftest.er1
17950   ac_status=$?
17951   grep -v '^ *+' conftest.er1 >conftest.err
17952   rm -f conftest.er1
17953   cat conftest.err >&5
17954   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17955   (exit $ac_status); } &&
17956          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
17957   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17958   (eval $ac_try) 2>&5
17959   ac_status=$?
17960   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17961   (exit $ac_status); }; } &&
17962          { ac_try='test -s conftest.$ac_objext'
17963   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
17964   (eval $ac_try) 2>&5
17965   ac_status=$?
17966   echo "$as_me:$LINENO: \$? = $ac_status" >&5
17967   (exit $ac_status); }; }; then
17968   ac_cv_type_sigset_t=yes
17969 else
17970   echo "$as_me: failed program was:" >&5
17971 sed 's/^/| /' conftest.$ac_ext >&5
17972
17973         ac_cv_type_sigset_t=no
17974 fi
17975
17976 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
17977 fi
17978 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
17979 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
17980 if test $ac_cv_type_sigset_t = yes; then
17981
17982 cat >>confdefs.h <<_ACEOF
17983 #define HAVE_SIGSET_T 1
17984 _ACEOF
17985
17986
17987 fi
17988
17989 { echo "$as_me:$LINENO: checking for request_sense" >&5
17990 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
17991 if test "${ac_cv_type_request_sense+set}" = set; then
17992   echo $ECHO_N "(cached) $ECHO_C" >&6
17993 else
17994   cat >conftest.$ac_ext <<_ACEOF
17995 /* confdefs.h.  */
17996 _ACEOF
17997 cat confdefs.h >>conftest.$ac_ext
17998 cat >>conftest.$ac_ext <<_ACEOF
17999 /* end confdefs.h.  */
18000 #include <linux/cdrom.h>
18001
18002 typedef request_sense ac__type_new_;
18003 int
18004 main ()
18005 {
18006 if ((ac__type_new_ *) 0)
18007   return 0;
18008 if (sizeof (ac__type_new_))
18009   return 0;
18010   ;
18011   return 0;
18012 }
18013 _ACEOF
18014 rm -f conftest.$ac_objext
18015 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18016   (eval $ac_compile) 2>conftest.er1
18017   ac_status=$?
18018   grep -v '^ *+' conftest.er1 >conftest.err
18019   rm -f conftest.er1
18020   cat conftest.err >&5
18021   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18022   (exit $ac_status); } &&
18023          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18024   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18025   (eval $ac_try) 2>&5
18026   ac_status=$?
18027   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18028   (exit $ac_status); }; } &&
18029          { ac_try='test -s conftest.$ac_objext'
18030   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18031   (eval $ac_try) 2>&5
18032   ac_status=$?
18033   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18034   (exit $ac_status); }; }; then
18035   ac_cv_type_request_sense=yes
18036 else
18037   echo "$as_me: failed program was:" >&5
18038 sed 's/^/| /' conftest.$ac_ext >&5
18039
18040         ac_cv_type_request_sense=no
18041 fi
18042
18043 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18044 fi
18045 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18046 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18047 if test $ac_cv_type_request_sense = yes; then
18048
18049 cat >>confdefs.h <<_ACEOF
18050 #define HAVE_REQUEST_SENSE 1
18051 _ACEOF
18052
18053
18054 fi
18055
18056
18057 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18058 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18059 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18060   echo $ECHO_N "(cached) $ECHO_C" >&6
18061 else
18062   cat >conftest.$ac_ext <<_ACEOF
18063 /* confdefs.h.  */
18064 _ACEOF
18065 cat confdefs.h >>conftest.$ac_ext
18066 cat >>conftest.$ac_ext <<_ACEOF
18067 /* end confdefs.h.  */
18068 #ifdef HAVE_LINUX_INPUT_H
18069 #include <linux/input.h>
18070 #endif
18071
18072 int
18073 main ()
18074 {
18075 static struct ff_effect ac_aggr;
18076 if (ac_aggr.direction)
18077 return 0;
18078   ;
18079   return 0;
18080 }
18081 _ACEOF
18082 rm -f conftest.$ac_objext
18083 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18084   (eval $ac_compile) 2>conftest.er1
18085   ac_status=$?
18086   grep -v '^ *+' conftest.er1 >conftest.err
18087   rm -f conftest.er1
18088   cat conftest.err >&5
18089   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18090   (exit $ac_status); } &&
18091          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18092   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18093   (eval $ac_try) 2>&5
18094   ac_status=$?
18095   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18096   (exit $ac_status); }; } &&
18097          { ac_try='test -s conftest.$ac_objext'
18098   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18099   (eval $ac_try) 2>&5
18100   ac_status=$?
18101   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18102   (exit $ac_status); }; }; then
18103   ac_cv_member_struct_ff_effect_direction=yes
18104 else
18105   echo "$as_me: failed program was:" >&5
18106 sed 's/^/| /' conftest.$ac_ext >&5
18107
18108         cat >conftest.$ac_ext <<_ACEOF
18109 /* confdefs.h.  */
18110 _ACEOF
18111 cat confdefs.h >>conftest.$ac_ext
18112 cat >>conftest.$ac_ext <<_ACEOF
18113 /* end confdefs.h.  */
18114 #ifdef HAVE_LINUX_INPUT_H
18115 #include <linux/input.h>
18116 #endif
18117
18118 int
18119 main ()
18120 {
18121 static struct ff_effect ac_aggr;
18122 if (sizeof ac_aggr.direction)
18123 return 0;
18124   ;
18125   return 0;
18126 }
18127 _ACEOF
18128 rm -f conftest.$ac_objext
18129 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18130   (eval $ac_compile) 2>conftest.er1
18131   ac_status=$?
18132   grep -v '^ *+' conftest.er1 >conftest.err
18133   rm -f conftest.er1
18134   cat conftest.err >&5
18135   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18136   (exit $ac_status); } &&
18137          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18138   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18139   (eval $ac_try) 2>&5
18140   ac_status=$?
18141   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18142   (exit $ac_status); }; } &&
18143          { ac_try='test -s conftest.$ac_objext'
18144   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18145   (eval $ac_try) 2>&5
18146   ac_status=$?
18147   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148   (exit $ac_status); }; }; then
18149   ac_cv_member_struct_ff_effect_direction=yes
18150 else
18151   echo "$as_me: failed program was:" >&5
18152 sed 's/^/| /' conftest.$ac_ext >&5
18153
18154         ac_cv_member_struct_ff_effect_direction=no
18155 fi
18156
18157 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18158 fi
18159
18160 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18161 fi
18162 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18163 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18164 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18165
18166 cat >>confdefs.h <<_ACEOF
18167 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18168 _ACEOF
18169
18170
18171 fi
18172
18173
18174 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18175 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18176 if test "${wine_cv_have_sigaddset+set}" = set; then
18177   echo $ECHO_N "(cached) $ECHO_C" >&6
18178 else
18179   cat >conftest.$ac_ext <<_ACEOF
18180 /* confdefs.h.  */
18181 _ACEOF
18182 cat confdefs.h >>conftest.$ac_ext
18183 cat >>conftest.$ac_ext <<_ACEOF
18184 /* end confdefs.h.  */
18185 #include <signal.h>
18186 int
18187 main ()
18188 {
18189 sigset_t set; sigaddset(&set,SIGTERM);
18190   ;
18191   return 0;
18192 }
18193 _ACEOF
18194 rm -f conftest.$ac_objext conftest$ac_exeext
18195 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18196   (eval $ac_link) 2>conftest.er1
18197   ac_status=$?
18198   grep -v '^ *+' conftest.er1 >conftest.err
18199   rm -f conftest.er1
18200   cat conftest.err >&5
18201   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18202   (exit $ac_status); } &&
18203          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18204   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18205   (eval $ac_try) 2>&5
18206   ac_status=$?
18207   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18208   (exit $ac_status); }; } &&
18209          { ac_try='test -s conftest$ac_exeext'
18210   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18211   (eval $ac_try) 2>&5
18212   ac_status=$?
18213   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18214   (exit $ac_status); }; }; then
18215   wine_cv_have_sigaddset=yes
18216 else
18217   echo "$as_me: failed program was:" >&5
18218 sed 's/^/| /' conftest.$ac_ext >&5
18219
18220         wine_cv_have_sigaddset=no
18221 fi
18222
18223 rm -f conftest.err conftest.$ac_objext \
18224       conftest$ac_exeext conftest.$ac_ext
18225 fi
18226 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
18227 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
18228 if test "$wine_cv_have_sigaddset" = "yes"
18229 then
18230
18231 cat >>confdefs.h <<\_ACEOF
18232 #define HAVE_SIGADDSET 1
18233 _ACEOF
18234
18235 fi
18236
18237
18238 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
18239 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
18240 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
18241   echo $ECHO_N "(cached) $ECHO_C" >&6
18242 else
18243   cat >conftest.$ac_ext <<_ACEOF
18244 /* confdefs.h.  */
18245 _ACEOF
18246 cat confdefs.h >>conftest.$ac_ext
18247 cat >>conftest.$ac_ext <<_ACEOF
18248 /* end confdefs.h.  */
18249
18250 #include <netdb.h>
18251
18252 int
18253 main ()
18254 {
18255
18256     char *name=NULL;
18257     struct hostent he;
18258     struct hostent *result;
18259     char *buf=NULL;
18260     int bufsize=0;
18261     int res,errnr;
18262     char *addr=NULL;
18263     int addrlen=0;
18264     int addrtype=0;
18265     res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
18266     res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
18267
18268   ;
18269   return 0;
18270 }
18271 _ACEOF
18272 rm -f conftest.$ac_objext conftest$ac_exeext
18273 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
18274   (eval $ac_link) 2>conftest.er1
18275   ac_status=$?
18276   grep -v '^ *+' conftest.er1 >conftest.err
18277   rm -f conftest.er1
18278   cat conftest.err >&5
18279   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18280   (exit $ac_status); } &&
18281          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18282   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18283   (eval $ac_try) 2>&5
18284   ac_status=$?
18285   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18286   (exit $ac_status); }; } &&
18287          { ac_try='test -s conftest$ac_exeext'
18288   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18289   (eval $ac_try) 2>&5
18290   ac_status=$?
18291   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18292   (exit $ac_status); }; }; then
18293   wine_cv_linux_gethostbyname_r_6=yes
18294 else
18295   echo "$as_me: failed program was:" >&5
18296 sed 's/^/| /' conftest.$ac_ext >&5
18297
18298         wine_cv_linux_gethostbyname_r_6=no
18299
18300 fi
18301
18302 rm -f conftest.err conftest.$ac_objext \
18303       conftest$ac_exeext conftest.$ac_ext
18304
18305 fi
18306 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
18307 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
18308    if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
18309    then
18310
18311 cat >>confdefs.h <<\_ACEOF
18312 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
18313 _ACEOF
18314
18315    fi
18316
18317 if test "$ac_cv_header_linux_joystick_h" = "yes"
18318 then
18319    { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
18320 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
18321 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
18322   echo $ECHO_N "(cached) $ECHO_C" >&6
18323 else
18324   cat >conftest.$ac_ext <<_ACEOF
18325 /* confdefs.h.  */
18326 _ACEOF
18327 cat confdefs.h >>conftest.$ac_ext
18328 cat >>conftest.$ac_ext <<_ACEOF
18329 /* end confdefs.h.  */
18330
18331         #include <sys/ioctl.h>
18332         #include <linux/joystick.h>
18333
18334         struct js_event blub;
18335         #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
18336         #error "no 2.2 header"
18337         #endif
18338
18339 int
18340 main ()
18341 {
18342 /*empty*/
18343   ;
18344   return 0;
18345 }
18346 _ACEOF
18347 rm -f conftest.$ac_objext
18348 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18349   (eval $ac_compile) 2>conftest.er1
18350   ac_status=$?
18351   grep -v '^ *+' conftest.er1 >conftest.err
18352   rm -f conftest.er1
18353   cat conftest.err >&5
18354   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18355   (exit $ac_status); } &&
18356          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18357   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18358   (eval $ac_try) 2>&5
18359   ac_status=$?
18360   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18361   (exit $ac_status); }; } &&
18362          { ac_try='test -s conftest.$ac_objext'
18363   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18364   (eval $ac_try) 2>&5
18365   ac_status=$?
18366   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18367   (exit $ac_status); }; }; then
18368   wine_cv_linux_joystick_22_api=yes
18369 else
18370   echo "$as_me: failed program was:" >&5
18371 sed 's/^/| /' conftest.$ac_ext >&5
18372
18373         wine_cv_linux_joystick_22_api=no
18374 fi
18375
18376 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18377
18378 fi
18379 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
18380 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
18381    if test "$wine_cv_linux_joystick_22_api" = "yes"
18382    then
18383
18384 cat >>confdefs.h <<\_ACEOF
18385 #define HAVE_LINUX_22_JOYSTICK_API 1
18386 _ACEOF
18387
18388    fi
18389 fi
18390
18391
18392 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
18393 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
18394 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
18395   echo $ECHO_N "(cached) $ECHO_C" >&6
18396 else
18397   cat >conftest.$ac_ext <<_ACEOF
18398 /* confdefs.h.  */
18399 _ACEOF
18400 cat confdefs.h >>conftest.$ac_ext
18401 cat >>conftest.$ac_ext <<_ACEOF
18402 /* end confdefs.h.  */
18403 #include <sys/types.h>
18404 #ifdef HAVE_SYS_PARAM_H
18405 # include <sys/param.h>
18406 #endif
18407 #ifdef HAVE_SYS_MOUNT_H
18408 # include <sys/mount.h>
18409 #endif
18410 #ifdef HAVE_SYS_VFS_H
18411 # include <sys/vfs.h>
18412 #endif
18413 #ifdef HAVE_SYS_STATFS_H
18414 # include <sys/statfs.h>
18415 #endif
18416
18417 int
18418 main ()
18419 {
18420 static struct statfs ac_aggr;
18421 if (ac_aggr.f_bfree)
18422 return 0;
18423   ;
18424   return 0;
18425 }
18426 _ACEOF
18427 rm -f conftest.$ac_objext
18428 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18429   (eval $ac_compile) 2>conftest.er1
18430   ac_status=$?
18431   grep -v '^ *+' conftest.er1 >conftest.err
18432   rm -f conftest.er1
18433   cat conftest.err >&5
18434   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18435   (exit $ac_status); } &&
18436          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18437   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18438   (eval $ac_try) 2>&5
18439   ac_status=$?
18440   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18441   (exit $ac_status); }; } &&
18442          { ac_try='test -s conftest.$ac_objext'
18443   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18444   (eval $ac_try) 2>&5
18445   ac_status=$?
18446   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18447   (exit $ac_status); }; }; then
18448   ac_cv_member_struct_statfs_f_bfree=yes
18449 else
18450   echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.$ac_ext >&5
18452
18453         cat >conftest.$ac_ext <<_ACEOF
18454 /* confdefs.h.  */
18455 _ACEOF
18456 cat confdefs.h >>conftest.$ac_ext
18457 cat >>conftest.$ac_ext <<_ACEOF
18458 /* end confdefs.h.  */
18459 #include <sys/types.h>
18460 #ifdef HAVE_SYS_PARAM_H
18461 # include <sys/param.h>
18462 #endif
18463 #ifdef HAVE_SYS_MOUNT_H
18464 # include <sys/mount.h>
18465 #endif
18466 #ifdef HAVE_SYS_VFS_H
18467 # include <sys/vfs.h>
18468 #endif
18469 #ifdef HAVE_SYS_STATFS_H
18470 # include <sys/statfs.h>
18471 #endif
18472
18473 int
18474 main ()
18475 {
18476 static struct statfs ac_aggr;
18477 if (sizeof ac_aggr.f_bfree)
18478 return 0;
18479   ;
18480   return 0;
18481 }
18482 _ACEOF
18483 rm -f conftest.$ac_objext
18484 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18485   (eval $ac_compile) 2>conftest.er1
18486   ac_status=$?
18487   grep -v '^ *+' conftest.er1 >conftest.err
18488   rm -f conftest.er1
18489   cat conftest.err >&5
18490   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18491   (exit $ac_status); } &&
18492          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18493   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18494   (eval $ac_try) 2>&5
18495   ac_status=$?
18496   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18497   (exit $ac_status); }; } &&
18498          { ac_try='test -s conftest.$ac_objext'
18499   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18500   (eval $ac_try) 2>&5
18501   ac_status=$?
18502   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503   (exit $ac_status); }; }; then
18504   ac_cv_member_struct_statfs_f_bfree=yes
18505 else
18506   echo "$as_me: failed program was:" >&5
18507 sed 's/^/| /' conftest.$ac_ext >&5
18508
18509         ac_cv_member_struct_statfs_f_bfree=no
18510 fi
18511
18512 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18513 fi
18514
18515 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18516 fi
18517 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
18518 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
18519 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
18520
18521 cat >>confdefs.h <<_ACEOF
18522 #define HAVE_STRUCT_STATFS_F_BFREE 1
18523 _ACEOF
18524
18525
18526 fi
18527 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
18528 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
18529 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
18530   echo $ECHO_N "(cached) $ECHO_C" >&6
18531 else
18532   cat >conftest.$ac_ext <<_ACEOF
18533 /* confdefs.h.  */
18534 _ACEOF
18535 cat confdefs.h >>conftest.$ac_ext
18536 cat >>conftest.$ac_ext <<_ACEOF
18537 /* end confdefs.h.  */
18538 #include <sys/types.h>
18539 #ifdef HAVE_SYS_PARAM_H
18540 # include <sys/param.h>
18541 #endif
18542 #ifdef HAVE_SYS_MOUNT_H
18543 # include <sys/mount.h>
18544 #endif
18545 #ifdef HAVE_SYS_VFS_H
18546 # include <sys/vfs.h>
18547 #endif
18548 #ifdef HAVE_SYS_STATFS_H
18549 # include <sys/statfs.h>
18550 #endif
18551
18552 int
18553 main ()
18554 {
18555 static struct statfs ac_aggr;
18556 if (ac_aggr.f_bavail)
18557 return 0;
18558   ;
18559   return 0;
18560 }
18561 _ACEOF
18562 rm -f conftest.$ac_objext
18563 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18564   (eval $ac_compile) 2>conftest.er1
18565   ac_status=$?
18566   grep -v '^ *+' conftest.er1 >conftest.err
18567   rm -f conftest.er1
18568   cat conftest.err >&5
18569   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18570   (exit $ac_status); } &&
18571          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18572   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18573   (eval $ac_try) 2>&5
18574   ac_status=$?
18575   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18576   (exit $ac_status); }; } &&
18577          { ac_try='test -s conftest.$ac_objext'
18578   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18579   (eval $ac_try) 2>&5
18580   ac_status=$?
18581   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18582   (exit $ac_status); }; }; then
18583   ac_cv_member_struct_statfs_f_bavail=yes
18584 else
18585   echo "$as_me: failed program was:" >&5
18586 sed 's/^/| /' conftest.$ac_ext >&5
18587
18588         cat >conftest.$ac_ext <<_ACEOF
18589 /* confdefs.h.  */
18590 _ACEOF
18591 cat confdefs.h >>conftest.$ac_ext
18592 cat >>conftest.$ac_ext <<_ACEOF
18593 /* end confdefs.h.  */
18594 #include <sys/types.h>
18595 #ifdef HAVE_SYS_PARAM_H
18596 # include <sys/param.h>
18597 #endif
18598 #ifdef HAVE_SYS_MOUNT_H
18599 # include <sys/mount.h>
18600 #endif
18601 #ifdef HAVE_SYS_VFS_H
18602 # include <sys/vfs.h>
18603 #endif
18604 #ifdef HAVE_SYS_STATFS_H
18605 # include <sys/statfs.h>
18606 #endif
18607
18608 int
18609 main ()
18610 {
18611 static struct statfs ac_aggr;
18612 if (sizeof ac_aggr.f_bavail)
18613 return 0;
18614   ;
18615   return 0;
18616 }
18617 _ACEOF
18618 rm -f conftest.$ac_objext
18619 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18620   (eval $ac_compile) 2>conftest.er1
18621   ac_status=$?
18622   grep -v '^ *+' conftest.er1 >conftest.err
18623   rm -f conftest.er1
18624   cat conftest.err >&5
18625   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18626   (exit $ac_status); } &&
18627          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18628   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18629   (eval $ac_try) 2>&5
18630   ac_status=$?
18631   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18632   (exit $ac_status); }; } &&
18633          { ac_try='test -s conftest.$ac_objext'
18634   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18635   (eval $ac_try) 2>&5
18636   ac_status=$?
18637   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18638   (exit $ac_status); }; }; then
18639   ac_cv_member_struct_statfs_f_bavail=yes
18640 else
18641   echo "$as_me: failed program was:" >&5
18642 sed 's/^/| /' conftest.$ac_ext >&5
18643
18644         ac_cv_member_struct_statfs_f_bavail=no
18645 fi
18646
18647 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18648 fi
18649
18650 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18651 fi
18652 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
18653 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
18654 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
18655
18656 cat >>confdefs.h <<_ACEOF
18657 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
18658 _ACEOF
18659
18660
18661 fi
18662 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
18663 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
18664 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
18665   echo $ECHO_N "(cached) $ECHO_C" >&6
18666 else
18667   cat >conftest.$ac_ext <<_ACEOF
18668 /* confdefs.h.  */
18669 _ACEOF
18670 cat confdefs.h >>conftest.$ac_ext
18671 cat >>conftest.$ac_ext <<_ACEOF
18672 /* end confdefs.h.  */
18673 #include <sys/types.h>
18674 #ifdef HAVE_SYS_PARAM_H
18675 # include <sys/param.h>
18676 #endif
18677 #ifdef HAVE_SYS_MOUNT_H
18678 # include <sys/mount.h>
18679 #endif
18680 #ifdef HAVE_SYS_VFS_H
18681 # include <sys/vfs.h>
18682 #endif
18683 #ifdef HAVE_SYS_STATFS_H
18684 # include <sys/statfs.h>
18685 #endif
18686
18687 int
18688 main ()
18689 {
18690 static struct statfs ac_aggr;
18691 if (ac_aggr.f_frsize)
18692 return 0;
18693   ;
18694   return 0;
18695 }
18696 _ACEOF
18697 rm -f conftest.$ac_objext
18698 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18699   (eval $ac_compile) 2>conftest.er1
18700   ac_status=$?
18701   grep -v '^ *+' conftest.er1 >conftest.err
18702   rm -f conftest.er1
18703   cat conftest.err >&5
18704   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18705   (exit $ac_status); } &&
18706          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18707   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18708   (eval $ac_try) 2>&5
18709   ac_status=$?
18710   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18711   (exit $ac_status); }; } &&
18712          { ac_try='test -s conftest.$ac_objext'
18713   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18714   (eval $ac_try) 2>&5
18715   ac_status=$?
18716   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18717   (exit $ac_status); }; }; then
18718   ac_cv_member_struct_statfs_f_frsize=yes
18719 else
18720   echo "$as_me: failed program was:" >&5
18721 sed 's/^/| /' conftest.$ac_ext >&5
18722
18723         cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h.  */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h.  */
18729 #include <sys/types.h>
18730 #ifdef HAVE_SYS_PARAM_H
18731 # include <sys/param.h>
18732 #endif
18733 #ifdef HAVE_SYS_MOUNT_H
18734 # include <sys/mount.h>
18735 #endif
18736 #ifdef HAVE_SYS_VFS_H
18737 # include <sys/vfs.h>
18738 #endif
18739 #ifdef HAVE_SYS_STATFS_H
18740 # include <sys/statfs.h>
18741 #endif
18742
18743 int
18744 main ()
18745 {
18746 static struct statfs ac_aggr;
18747 if (sizeof ac_aggr.f_frsize)
18748 return 0;
18749   ;
18750   return 0;
18751 }
18752 _ACEOF
18753 rm -f conftest.$ac_objext
18754 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18755   (eval $ac_compile) 2>conftest.er1
18756   ac_status=$?
18757   grep -v '^ *+' conftest.er1 >conftest.err
18758   rm -f conftest.er1
18759   cat conftest.err >&5
18760   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761   (exit $ac_status); } &&
18762          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18763   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18764   (eval $ac_try) 2>&5
18765   ac_status=$?
18766   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18767   (exit $ac_status); }; } &&
18768          { ac_try='test -s conftest.$ac_objext'
18769   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18770   (eval $ac_try) 2>&5
18771   ac_status=$?
18772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773   (exit $ac_status); }; }; then
18774   ac_cv_member_struct_statfs_f_frsize=yes
18775 else
18776   echo "$as_me: failed program was:" >&5
18777 sed 's/^/| /' conftest.$ac_ext >&5
18778
18779         ac_cv_member_struct_statfs_f_frsize=no
18780 fi
18781
18782 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18783 fi
18784
18785 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18786 fi
18787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
18788 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
18789 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
18790
18791 cat >>confdefs.h <<_ACEOF
18792 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
18793 _ACEOF
18794
18795
18796 fi
18797 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
18798 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
18799 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
18800   echo $ECHO_N "(cached) $ECHO_C" >&6
18801 else
18802   cat >conftest.$ac_ext <<_ACEOF
18803 /* confdefs.h.  */
18804 _ACEOF
18805 cat confdefs.h >>conftest.$ac_ext
18806 cat >>conftest.$ac_ext <<_ACEOF
18807 /* end confdefs.h.  */
18808 #include <sys/types.h>
18809 #ifdef HAVE_SYS_PARAM_H
18810 # include <sys/param.h>
18811 #endif
18812 #ifdef HAVE_SYS_MOUNT_H
18813 # include <sys/mount.h>
18814 #endif
18815 #ifdef HAVE_SYS_VFS_H
18816 # include <sys/vfs.h>
18817 #endif
18818 #ifdef HAVE_SYS_STATFS_H
18819 # include <sys/statfs.h>
18820 #endif
18821
18822 int
18823 main ()
18824 {
18825 static struct statfs ac_aggr;
18826 if (ac_aggr.f_ffree)
18827 return 0;
18828   ;
18829   return 0;
18830 }
18831 _ACEOF
18832 rm -f conftest.$ac_objext
18833 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18834   (eval $ac_compile) 2>conftest.er1
18835   ac_status=$?
18836   grep -v '^ *+' conftest.er1 >conftest.err
18837   rm -f conftest.er1
18838   cat conftest.err >&5
18839   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18840   (exit $ac_status); } &&
18841          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18842   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18843   (eval $ac_try) 2>&5
18844   ac_status=$?
18845   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18846   (exit $ac_status); }; } &&
18847          { ac_try='test -s conftest.$ac_objext'
18848   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18849   (eval $ac_try) 2>&5
18850   ac_status=$?
18851   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18852   (exit $ac_status); }; }; then
18853   ac_cv_member_struct_statfs_f_ffree=yes
18854 else
18855   echo "$as_me: failed program was:" >&5
18856 sed 's/^/| /' conftest.$ac_ext >&5
18857
18858         cat >conftest.$ac_ext <<_ACEOF
18859 /* confdefs.h.  */
18860 _ACEOF
18861 cat confdefs.h >>conftest.$ac_ext
18862 cat >>conftest.$ac_ext <<_ACEOF
18863 /* end confdefs.h.  */
18864 #include <sys/types.h>
18865 #ifdef HAVE_SYS_PARAM_H
18866 # include <sys/param.h>
18867 #endif
18868 #ifdef HAVE_SYS_MOUNT_H
18869 # include <sys/mount.h>
18870 #endif
18871 #ifdef HAVE_SYS_VFS_H
18872 # include <sys/vfs.h>
18873 #endif
18874 #ifdef HAVE_SYS_STATFS_H
18875 # include <sys/statfs.h>
18876 #endif
18877
18878 int
18879 main ()
18880 {
18881 static struct statfs ac_aggr;
18882 if (sizeof ac_aggr.f_ffree)
18883 return 0;
18884   ;
18885   return 0;
18886 }
18887 _ACEOF
18888 rm -f conftest.$ac_objext
18889 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18890   (eval $ac_compile) 2>conftest.er1
18891   ac_status=$?
18892   grep -v '^ *+' conftest.er1 >conftest.err
18893   rm -f conftest.er1
18894   cat conftest.err >&5
18895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18896   (exit $ac_status); } &&
18897          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18898   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18899   (eval $ac_try) 2>&5
18900   ac_status=$?
18901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18902   (exit $ac_status); }; } &&
18903          { ac_try='test -s conftest.$ac_objext'
18904   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18905   (eval $ac_try) 2>&5
18906   ac_status=$?
18907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18908   (exit $ac_status); }; }; then
18909   ac_cv_member_struct_statfs_f_ffree=yes
18910 else
18911   echo "$as_me: failed program was:" >&5
18912 sed 's/^/| /' conftest.$ac_ext >&5
18913
18914         ac_cv_member_struct_statfs_f_ffree=no
18915 fi
18916
18917 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18918 fi
18919
18920 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
18921 fi
18922 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
18923 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
18924 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
18925
18926 cat >>confdefs.h <<_ACEOF
18927 #define HAVE_STRUCT_STATFS_F_FFREE 1
18928 _ACEOF
18929
18930
18931 fi
18932 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
18933 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
18934 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
18935   echo $ECHO_N "(cached) $ECHO_C" >&6
18936 else
18937   cat >conftest.$ac_ext <<_ACEOF
18938 /* confdefs.h.  */
18939 _ACEOF
18940 cat confdefs.h >>conftest.$ac_ext
18941 cat >>conftest.$ac_ext <<_ACEOF
18942 /* end confdefs.h.  */
18943 #include <sys/types.h>
18944 #ifdef HAVE_SYS_PARAM_H
18945 # include <sys/param.h>
18946 #endif
18947 #ifdef HAVE_SYS_MOUNT_H
18948 # include <sys/mount.h>
18949 #endif
18950 #ifdef HAVE_SYS_VFS_H
18951 # include <sys/vfs.h>
18952 #endif
18953 #ifdef HAVE_SYS_STATFS_H
18954 # include <sys/statfs.h>
18955 #endif
18956
18957 int
18958 main ()
18959 {
18960 static struct statfs ac_aggr;
18961 if (ac_aggr.f_favail)
18962 return 0;
18963   ;
18964   return 0;
18965 }
18966 _ACEOF
18967 rm -f conftest.$ac_objext
18968 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
18969   (eval $ac_compile) 2>conftest.er1
18970   ac_status=$?
18971   grep -v '^ *+' conftest.er1 >conftest.err
18972   rm -f conftest.er1
18973   cat conftest.err >&5
18974   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18975   (exit $ac_status); } &&
18976          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
18977   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18978   (eval $ac_try) 2>&5
18979   ac_status=$?
18980   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18981   (exit $ac_status); }; } &&
18982          { ac_try='test -s conftest.$ac_objext'
18983   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
18984   (eval $ac_try) 2>&5
18985   ac_status=$?
18986   echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987   (exit $ac_status); }; }; then
18988   ac_cv_member_struct_statfs_f_favail=yes
18989 else
18990   echo "$as_me: failed program was:" >&5
18991 sed 's/^/| /' conftest.$ac_ext >&5
18992
18993         cat >conftest.$ac_ext <<_ACEOF
18994 /* confdefs.h.  */
18995 _ACEOF
18996 cat confdefs.h >>conftest.$ac_ext
18997 cat >>conftest.$ac_ext <<_ACEOF
18998 /* end confdefs.h.  */
18999 #include <sys/types.h>
19000 #ifdef HAVE_SYS_PARAM_H
19001 # include <sys/param.h>
19002 #endif
19003 #ifdef HAVE_SYS_MOUNT_H
19004 # include <sys/mount.h>
19005 #endif
19006 #ifdef HAVE_SYS_VFS_H
19007 # include <sys/vfs.h>
19008 #endif
19009 #ifdef HAVE_SYS_STATFS_H
19010 # include <sys/statfs.h>
19011 #endif
19012
19013 int
19014 main ()
19015 {
19016 static struct statfs ac_aggr;
19017 if (sizeof ac_aggr.f_favail)
19018 return 0;
19019   ;
19020   return 0;
19021 }
19022 _ACEOF
19023 rm -f conftest.$ac_objext
19024 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19025   (eval $ac_compile) 2>conftest.er1
19026   ac_status=$?
19027   grep -v '^ *+' conftest.er1 >conftest.err
19028   rm -f conftest.er1
19029   cat conftest.err >&5
19030   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19031   (exit $ac_status); } &&
19032          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19033   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19034   (eval $ac_try) 2>&5
19035   ac_status=$?
19036   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19037   (exit $ac_status); }; } &&
19038          { ac_try='test -s conftest.$ac_objext'
19039   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19040   (eval $ac_try) 2>&5
19041   ac_status=$?
19042   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19043   (exit $ac_status); }; }; then
19044   ac_cv_member_struct_statfs_f_favail=yes
19045 else
19046   echo "$as_me: failed program was:" >&5
19047 sed 's/^/| /' conftest.$ac_ext >&5
19048
19049         ac_cv_member_struct_statfs_f_favail=no
19050 fi
19051
19052 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19053 fi
19054
19055 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19056 fi
19057 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19058 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19059 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19060
19061 cat >>confdefs.h <<_ACEOF
19062 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19063 _ACEOF
19064
19065
19066 fi
19067 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19068 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19069 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19070   echo $ECHO_N "(cached) $ECHO_C" >&6
19071 else
19072   cat >conftest.$ac_ext <<_ACEOF
19073 /* confdefs.h.  */
19074 _ACEOF
19075 cat confdefs.h >>conftest.$ac_ext
19076 cat >>conftest.$ac_ext <<_ACEOF
19077 /* end confdefs.h.  */
19078 #include <sys/types.h>
19079 #ifdef HAVE_SYS_PARAM_H
19080 # include <sys/param.h>
19081 #endif
19082 #ifdef HAVE_SYS_MOUNT_H
19083 # include <sys/mount.h>
19084 #endif
19085 #ifdef HAVE_SYS_VFS_H
19086 # include <sys/vfs.h>
19087 #endif
19088 #ifdef HAVE_SYS_STATFS_H
19089 # include <sys/statfs.h>
19090 #endif
19091
19092 int
19093 main ()
19094 {
19095 static struct statfs ac_aggr;
19096 if (ac_aggr.f_namelen)
19097 return 0;
19098   ;
19099   return 0;
19100 }
19101 _ACEOF
19102 rm -f conftest.$ac_objext
19103 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19104   (eval $ac_compile) 2>conftest.er1
19105   ac_status=$?
19106   grep -v '^ *+' conftest.er1 >conftest.err
19107   rm -f conftest.er1
19108   cat conftest.err >&5
19109   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19110   (exit $ac_status); } &&
19111          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19112   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19113   (eval $ac_try) 2>&5
19114   ac_status=$?
19115   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19116   (exit $ac_status); }; } &&
19117          { ac_try='test -s conftest.$ac_objext'
19118   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19119   (eval $ac_try) 2>&5
19120   ac_status=$?
19121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19122   (exit $ac_status); }; }; then
19123   ac_cv_member_struct_statfs_f_namelen=yes
19124 else
19125   echo "$as_me: failed program was:" >&5
19126 sed 's/^/| /' conftest.$ac_ext >&5
19127
19128         cat >conftest.$ac_ext <<_ACEOF
19129 /* confdefs.h.  */
19130 _ACEOF
19131 cat confdefs.h >>conftest.$ac_ext
19132 cat >>conftest.$ac_ext <<_ACEOF
19133 /* end confdefs.h.  */
19134 #include <sys/types.h>
19135 #ifdef HAVE_SYS_PARAM_H
19136 # include <sys/param.h>
19137 #endif
19138 #ifdef HAVE_SYS_MOUNT_H
19139 # include <sys/mount.h>
19140 #endif
19141 #ifdef HAVE_SYS_VFS_H
19142 # include <sys/vfs.h>
19143 #endif
19144 #ifdef HAVE_SYS_STATFS_H
19145 # include <sys/statfs.h>
19146 #endif
19147
19148 int
19149 main ()
19150 {
19151 static struct statfs ac_aggr;
19152 if (sizeof ac_aggr.f_namelen)
19153 return 0;
19154   ;
19155   return 0;
19156 }
19157 _ACEOF
19158 rm -f conftest.$ac_objext
19159 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19160   (eval $ac_compile) 2>conftest.er1
19161   ac_status=$?
19162   grep -v '^ *+' conftest.er1 >conftest.err
19163   rm -f conftest.er1
19164   cat conftest.err >&5
19165   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19166   (exit $ac_status); } &&
19167          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19168   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19169   (eval $ac_try) 2>&5
19170   ac_status=$?
19171   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19172   (exit $ac_status); }; } &&
19173          { ac_try='test -s conftest.$ac_objext'
19174   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19175   (eval $ac_try) 2>&5
19176   ac_status=$?
19177   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19178   (exit $ac_status); }; }; then
19179   ac_cv_member_struct_statfs_f_namelen=yes
19180 else
19181   echo "$as_me: failed program was:" >&5
19182 sed 's/^/| /' conftest.$ac_ext >&5
19183
19184         ac_cv_member_struct_statfs_f_namelen=no
19185 fi
19186
19187 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19188 fi
19189
19190 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19191 fi
19192 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19193 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19194 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19195
19196 cat >>confdefs.h <<_ACEOF
19197 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19198 _ACEOF
19199
19200
19201 fi
19202
19203
19204 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19205 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19206 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19207   echo $ECHO_N "(cached) $ECHO_C" >&6
19208 else
19209   cat >conftest.$ac_ext <<_ACEOF
19210 /* confdefs.h.  */
19211 _ACEOF
19212 cat confdefs.h >>conftest.$ac_ext
19213 cat >>conftest.$ac_ext <<_ACEOF
19214 /* end confdefs.h.  */
19215 #ifdef HAVE_SYS_STATVFS_H
19216 #include <sys/statvfs.h>
19217 #endif
19218
19219 int
19220 main ()
19221 {
19222 static struct statvfs ac_aggr;
19223 if (ac_aggr.f_blocks)
19224 return 0;
19225   ;
19226   return 0;
19227 }
19228 _ACEOF
19229 rm -f conftest.$ac_objext
19230 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19231   (eval $ac_compile) 2>conftest.er1
19232   ac_status=$?
19233   grep -v '^ *+' conftest.er1 >conftest.err
19234   rm -f conftest.er1
19235   cat conftest.err >&5
19236   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19237   (exit $ac_status); } &&
19238          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19239   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19240   (eval $ac_try) 2>&5
19241   ac_status=$?
19242   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19243   (exit $ac_status); }; } &&
19244          { ac_try='test -s conftest.$ac_objext'
19245   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19246   (eval $ac_try) 2>&5
19247   ac_status=$?
19248   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19249   (exit $ac_status); }; }; then
19250   ac_cv_member_struct_statvfs_f_blocks=yes
19251 else
19252   echo "$as_me: failed program was:" >&5
19253 sed 's/^/| /' conftest.$ac_ext >&5
19254
19255         cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h.  */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h.  */
19261 #ifdef HAVE_SYS_STATVFS_H
19262 #include <sys/statvfs.h>
19263 #endif
19264
19265 int
19266 main ()
19267 {
19268 static struct statvfs ac_aggr;
19269 if (sizeof ac_aggr.f_blocks)
19270 return 0;
19271   ;
19272   return 0;
19273 }
19274 _ACEOF
19275 rm -f conftest.$ac_objext
19276 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19277   (eval $ac_compile) 2>conftest.er1
19278   ac_status=$?
19279   grep -v '^ *+' conftest.er1 >conftest.err
19280   rm -f conftest.er1
19281   cat conftest.err >&5
19282   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283   (exit $ac_status); } &&
19284          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19285   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19286   (eval $ac_try) 2>&5
19287   ac_status=$?
19288   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19289   (exit $ac_status); }; } &&
19290          { ac_try='test -s conftest.$ac_objext'
19291   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19292   (eval $ac_try) 2>&5
19293   ac_status=$?
19294   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19295   (exit $ac_status); }; }; then
19296   ac_cv_member_struct_statvfs_f_blocks=yes
19297 else
19298   echo "$as_me: failed program was:" >&5
19299 sed 's/^/| /' conftest.$ac_ext >&5
19300
19301         ac_cv_member_struct_statvfs_f_blocks=no
19302 fi
19303
19304 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19305 fi
19306
19307 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19308 fi
19309 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
19310 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
19311 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
19312
19313 cat >>confdefs.h <<_ACEOF
19314 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
19315 _ACEOF
19316
19317
19318 fi
19319
19320
19321 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
19322 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
19323 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
19324   echo $ECHO_N "(cached) $ECHO_C" >&6
19325 else
19326   cat >conftest.$ac_ext <<_ACEOF
19327 /* confdefs.h.  */
19328 _ACEOF
19329 cat confdefs.h >>conftest.$ac_ext
19330 cat >>conftest.$ac_ext <<_ACEOF
19331 /* end confdefs.h.  */
19332 #include <sys/types.h>
19333 #ifdef HAVE_SYS_SOCKET_H
19334 # include <sys/socket.h>
19335 #endif
19336 #ifdef HAVE_SYS_UN_H
19337 # include <sys/un.h>
19338 #endif
19339
19340 int
19341 main ()
19342 {
19343 static struct msghdr ac_aggr;
19344 if (ac_aggr.msg_accrights)
19345 return 0;
19346   ;
19347   return 0;
19348 }
19349 _ACEOF
19350 rm -f conftest.$ac_objext
19351 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19352   (eval $ac_compile) 2>conftest.er1
19353   ac_status=$?
19354   grep -v '^ *+' conftest.er1 >conftest.err
19355   rm -f conftest.er1
19356   cat conftest.err >&5
19357   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19358   (exit $ac_status); } &&
19359          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19360   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19361   (eval $ac_try) 2>&5
19362   ac_status=$?
19363   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19364   (exit $ac_status); }; } &&
19365          { ac_try='test -s conftest.$ac_objext'
19366   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19367   (eval $ac_try) 2>&5
19368   ac_status=$?
19369   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19370   (exit $ac_status); }; }; then
19371   ac_cv_member_struct_msghdr_msg_accrights=yes
19372 else
19373   echo "$as_me: failed program was:" >&5
19374 sed 's/^/| /' conftest.$ac_ext >&5
19375
19376         cat >conftest.$ac_ext <<_ACEOF
19377 /* confdefs.h.  */
19378 _ACEOF
19379 cat confdefs.h >>conftest.$ac_ext
19380 cat >>conftest.$ac_ext <<_ACEOF
19381 /* end confdefs.h.  */
19382 #include <sys/types.h>
19383 #ifdef HAVE_SYS_SOCKET_H
19384 # include <sys/socket.h>
19385 #endif
19386 #ifdef HAVE_SYS_UN_H
19387 # include <sys/un.h>
19388 #endif
19389
19390 int
19391 main ()
19392 {
19393 static struct msghdr ac_aggr;
19394 if (sizeof ac_aggr.msg_accrights)
19395 return 0;
19396   ;
19397   return 0;
19398 }
19399 _ACEOF
19400 rm -f conftest.$ac_objext
19401 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19402   (eval $ac_compile) 2>conftest.er1
19403   ac_status=$?
19404   grep -v '^ *+' conftest.er1 >conftest.err
19405   rm -f conftest.er1
19406   cat conftest.err >&5
19407   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19408   (exit $ac_status); } &&
19409          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19410   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19411   (eval $ac_try) 2>&5
19412   ac_status=$?
19413   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19414   (exit $ac_status); }; } &&
19415          { ac_try='test -s conftest.$ac_objext'
19416   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19417   (eval $ac_try) 2>&5
19418   ac_status=$?
19419   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19420   (exit $ac_status); }; }; then
19421   ac_cv_member_struct_msghdr_msg_accrights=yes
19422 else
19423   echo "$as_me: failed program was:" >&5
19424 sed 's/^/| /' conftest.$ac_ext >&5
19425
19426         ac_cv_member_struct_msghdr_msg_accrights=no
19427 fi
19428
19429 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19430 fi
19431
19432 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19433 fi
19434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
19435 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
19436 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
19437
19438 cat >>confdefs.h <<_ACEOF
19439 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
19440 _ACEOF
19441
19442
19443 fi
19444 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
19445 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
19446 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
19447   echo $ECHO_N "(cached) $ECHO_C" >&6
19448 else
19449   cat >conftest.$ac_ext <<_ACEOF
19450 /* confdefs.h.  */
19451 _ACEOF
19452 cat confdefs.h >>conftest.$ac_ext
19453 cat >>conftest.$ac_ext <<_ACEOF
19454 /* end confdefs.h.  */
19455 #include <sys/types.h>
19456 #ifdef HAVE_SYS_SOCKET_H
19457 # include <sys/socket.h>
19458 #endif
19459 #ifdef HAVE_SYS_UN_H
19460 # include <sys/un.h>
19461 #endif
19462
19463 int
19464 main ()
19465 {
19466 static struct sockaddr ac_aggr;
19467 if (ac_aggr.sa_len)
19468 return 0;
19469   ;
19470   return 0;
19471 }
19472 _ACEOF
19473 rm -f conftest.$ac_objext
19474 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19475   (eval $ac_compile) 2>conftest.er1
19476   ac_status=$?
19477   grep -v '^ *+' conftest.er1 >conftest.err
19478   rm -f conftest.er1
19479   cat conftest.err >&5
19480   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481   (exit $ac_status); } &&
19482          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19483   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19484   (eval $ac_try) 2>&5
19485   ac_status=$?
19486   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19487   (exit $ac_status); }; } &&
19488          { ac_try='test -s conftest.$ac_objext'
19489   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19490   (eval $ac_try) 2>&5
19491   ac_status=$?
19492   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19493   (exit $ac_status); }; }; then
19494   ac_cv_member_struct_sockaddr_sa_len=yes
19495 else
19496   echo "$as_me: failed program was:" >&5
19497 sed 's/^/| /' conftest.$ac_ext >&5
19498
19499         cat >conftest.$ac_ext <<_ACEOF
19500 /* confdefs.h.  */
19501 _ACEOF
19502 cat confdefs.h >>conftest.$ac_ext
19503 cat >>conftest.$ac_ext <<_ACEOF
19504 /* end confdefs.h.  */
19505 #include <sys/types.h>
19506 #ifdef HAVE_SYS_SOCKET_H
19507 # include <sys/socket.h>
19508 #endif
19509 #ifdef HAVE_SYS_UN_H
19510 # include <sys/un.h>
19511 #endif
19512
19513 int
19514 main ()
19515 {
19516 static struct sockaddr ac_aggr;
19517 if (sizeof ac_aggr.sa_len)
19518 return 0;
19519   ;
19520   return 0;
19521 }
19522 _ACEOF
19523 rm -f conftest.$ac_objext
19524 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19525   (eval $ac_compile) 2>conftest.er1
19526   ac_status=$?
19527   grep -v '^ *+' conftest.er1 >conftest.err
19528   rm -f conftest.er1
19529   cat conftest.err >&5
19530   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19531   (exit $ac_status); } &&
19532          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19533   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19534   (eval $ac_try) 2>&5
19535   ac_status=$?
19536   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19537   (exit $ac_status); }; } &&
19538          { ac_try='test -s conftest.$ac_objext'
19539   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19540   (eval $ac_try) 2>&5
19541   ac_status=$?
19542   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19543   (exit $ac_status); }; }; then
19544   ac_cv_member_struct_sockaddr_sa_len=yes
19545 else
19546   echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.$ac_ext >&5
19548
19549         ac_cv_member_struct_sockaddr_sa_len=no
19550 fi
19551
19552 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19553 fi
19554
19555 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19556 fi
19557 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
19558 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
19559 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
19560
19561 cat >>confdefs.h <<_ACEOF
19562 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
19563 _ACEOF
19564
19565
19566 fi
19567 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
19568 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
19569 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
19570   echo $ECHO_N "(cached) $ECHO_C" >&6
19571 else
19572   cat >conftest.$ac_ext <<_ACEOF
19573 /* confdefs.h.  */
19574 _ACEOF
19575 cat confdefs.h >>conftest.$ac_ext
19576 cat >>conftest.$ac_ext <<_ACEOF
19577 /* end confdefs.h.  */
19578 #include <sys/types.h>
19579 #ifdef HAVE_SYS_SOCKET_H
19580 # include <sys/socket.h>
19581 #endif
19582 #ifdef HAVE_SYS_UN_H
19583 # include <sys/un.h>
19584 #endif
19585
19586 int
19587 main ()
19588 {
19589 static struct sockaddr_un ac_aggr;
19590 if (ac_aggr.sun_len)
19591 return 0;
19592   ;
19593   return 0;
19594 }
19595 _ACEOF
19596 rm -f conftest.$ac_objext
19597 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19598   (eval $ac_compile) 2>conftest.er1
19599   ac_status=$?
19600   grep -v '^ *+' conftest.er1 >conftest.err
19601   rm -f conftest.er1
19602   cat conftest.err >&5
19603   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19604   (exit $ac_status); } &&
19605          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19606   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19607   (eval $ac_try) 2>&5
19608   ac_status=$?
19609   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19610   (exit $ac_status); }; } &&
19611          { ac_try='test -s conftest.$ac_objext'
19612   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19613   (eval $ac_try) 2>&5
19614   ac_status=$?
19615   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19616   (exit $ac_status); }; }; then
19617   ac_cv_member_struct_sockaddr_un_sun_len=yes
19618 else
19619   echo "$as_me: failed program was:" >&5
19620 sed 's/^/| /' conftest.$ac_ext >&5
19621
19622         cat >conftest.$ac_ext <<_ACEOF
19623 /* confdefs.h.  */
19624 _ACEOF
19625 cat confdefs.h >>conftest.$ac_ext
19626 cat >>conftest.$ac_ext <<_ACEOF
19627 /* end confdefs.h.  */
19628 #include <sys/types.h>
19629 #ifdef HAVE_SYS_SOCKET_H
19630 # include <sys/socket.h>
19631 #endif
19632 #ifdef HAVE_SYS_UN_H
19633 # include <sys/un.h>
19634 #endif
19635
19636 int
19637 main ()
19638 {
19639 static struct sockaddr_un ac_aggr;
19640 if (sizeof ac_aggr.sun_len)
19641 return 0;
19642   ;
19643   return 0;
19644 }
19645 _ACEOF
19646 rm -f conftest.$ac_objext
19647 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19648   (eval $ac_compile) 2>conftest.er1
19649   ac_status=$?
19650   grep -v '^ *+' conftest.er1 >conftest.err
19651   rm -f conftest.er1
19652   cat conftest.err >&5
19653   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19654   (exit $ac_status); } &&
19655          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19656   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19657   (eval $ac_try) 2>&5
19658   ac_status=$?
19659   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660   (exit $ac_status); }; } &&
19661          { ac_try='test -s conftest.$ac_objext'
19662   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19663   (eval $ac_try) 2>&5
19664   ac_status=$?
19665   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19666   (exit $ac_status); }; }; then
19667   ac_cv_member_struct_sockaddr_un_sun_len=yes
19668 else
19669   echo "$as_me: failed program was:" >&5
19670 sed 's/^/| /' conftest.$ac_ext >&5
19671
19672         ac_cv_member_struct_sockaddr_un_sun_len=no
19673 fi
19674
19675 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19676 fi
19677
19678 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19679 fi
19680 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
19681 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
19682 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
19683
19684 cat >>confdefs.h <<_ACEOF
19685 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
19686 _ACEOF
19687
19688
19689 fi
19690
19691
19692 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
19693 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
19694 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
19695   echo $ECHO_N "(cached) $ECHO_C" >&6
19696 else
19697   cat >conftest.$ac_ext <<_ACEOF
19698 /* confdefs.h.  */
19699 _ACEOF
19700 cat confdefs.h >>conftest.$ac_ext
19701 cat >>conftest.$ac_ext <<_ACEOF
19702 /* end confdefs.h.  */
19703 #include <sys/types.h>
19704 #ifdef HAVE_SCSI_SG_H
19705 #include <scsi/sg.h>
19706 #endif
19707
19708 int
19709 main ()
19710 {
19711 static scsireq_t ac_aggr;
19712 if (ac_aggr.cmd)
19713 return 0;
19714   ;
19715   return 0;
19716 }
19717 _ACEOF
19718 rm -f conftest.$ac_objext
19719 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19720   (eval $ac_compile) 2>conftest.er1
19721   ac_status=$?
19722   grep -v '^ *+' conftest.er1 >conftest.err
19723   rm -f conftest.er1
19724   cat conftest.err >&5
19725   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19726   (exit $ac_status); } &&
19727          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19728   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19729   (eval $ac_try) 2>&5
19730   ac_status=$?
19731   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19732   (exit $ac_status); }; } &&
19733          { ac_try='test -s conftest.$ac_objext'
19734   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19735   (eval $ac_try) 2>&5
19736   ac_status=$?
19737   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19738   (exit $ac_status); }; }; then
19739   ac_cv_member_scsireq_t_cmd=yes
19740 else
19741   echo "$as_me: failed program was:" >&5
19742 sed 's/^/| /' conftest.$ac_ext >&5
19743
19744         cat >conftest.$ac_ext <<_ACEOF
19745 /* confdefs.h.  */
19746 _ACEOF
19747 cat confdefs.h >>conftest.$ac_ext
19748 cat >>conftest.$ac_ext <<_ACEOF
19749 /* end confdefs.h.  */
19750 #include <sys/types.h>
19751 #ifdef HAVE_SCSI_SG_H
19752 #include <scsi/sg.h>
19753 #endif
19754
19755 int
19756 main ()
19757 {
19758 static scsireq_t ac_aggr;
19759 if (sizeof ac_aggr.cmd)
19760 return 0;
19761   ;
19762   return 0;
19763 }
19764 _ACEOF
19765 rm -f conftest.$ac_objext
19766 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19767   (eval $ac_compile) 2>conftest.er1
19768   ac_status=$?
19769   grep -v '^ *+' conftest.er1 >conftest.err
19770   rm -f conftest.er1
19771   cat conftest.err >&5
19772   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19773   (exit $ac_status); } &&
19774          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19775   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19776   (eval $ac_try) 2>&5
19777   ac_status=$?
19778   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779   (exit $ac_status); }; } &&
19780          { ac_try='test -s conftest.$ac_objext'
19781   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19782   (eval $ac_try) 2>&5
19783   ac_status=$?
19784   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785   (exit $ac_status); }; }; then
19786   ac_cv_member_scsireq_t_cmd=yes
19787 else
19788   echo "$as_me: failed program was:" >&5
19789 sed 's/^/| /' conftest.$ac_ext >&5
19790
19791         ac_cv_member_scsireq_t_cmd=no
19792 fi
19793
19794 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19795 fi
19796
19797 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19798 fi
19799 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
19800 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
19801 if test $ac_cv_member_scsireq_t_cmd = yes; then
19802
19803 cat >>confdefs.h <<_ACEOF
19804 #define HAVE_SCSIREQ_T_CMD 1
19805 _ACEOF
19806
19807
19808 fi
19809 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
19810 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
19811 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
19812   echo $ECHO_N "(cached) $ECHO_C" >&6
19813 else
19814   cat >conftest.$ac_ext <<_ACEOF
19815 /* confdefs.h.  */
19816 _ACEOF
19817 cat confdefs.h >>conftest.$ac_ext
19818 cat >>conftest.$ac_ext <<_ACEOF
19819 /* end confdefs.h.  */
19820 #include <sys/types.h>
19821 #ifdef HAVE_SCSI_SG_H
19822 #include <scsi/sg.h>
19823 #endif
19824
19825 int
19826 main ()
19827 {
19828 static sg_io_hdr_t ac_aggr;
19829 if (ac_aggr.interface_id)
19830 return 0;
19831   ;
19832   return 0;
19833 }
19834 _ACEOF
19835 rm -f conftest.$ac_objext
19836 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19837   (eval $ac_compile) 2>conftest.er1
19838   ac_status=$?
19839   grep -v '^ *+' conftest.er1 >conftest.err
19840   rm -f conftest.er1
19841   cat conftest.err >&5
19842   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19843   (exit $ac_status); } &&
19844          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19845   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19846   (eval $ac_try) 2>&5
19847   ac_status=$?
19848   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19849   (exit $ac_status); }; } &&
19850          { ac_try='test -s conftest.$ac_objext'
19851   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19852   (eval $ac_try) 2>&5
19853   ac_status=$?
19854   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19855   (exit $ac_status); }; }; then
19856   ac_cv_member_sg_io_hdr_t_interface_id=yes
19857 else
19858   echo "$as_me: failed program was:" >&5
19859 sed 's/^/| /' conftest.$ac_ext >&5
19860
19861         cat >conftest.$ac_ext <<_ACEOF
19862 /* confdefs.h.  */
19863 _ACEOF
19864 cat confdefs.h >>conftest.$ac_ext
19865 cat >>conftest.$ac_ext <<_ACEOF
19866 /* end confdefs.h.  */
19867 #include <sys/types.h>
19868 #ifdef HAVE_SCSI_SG_H
19869 #include <scsi/sg.h>
19870 #endif
19871
19872 int
19873 main ()
19874 {
19875 static sg_io_hdr_t ac_aggr;
19876 if (sizeof ac_aggr.interface_id)
19877 return 0;
19878   ;
19879   return 0;
19880 }
19881 _ACEOF
19882 rm -f conftest.$ac_objext
19883 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19884   (eval $ac_compile) 2>conftest.er1
19885   ac_status=$?
19886   grep -v '^ *+' conftest.er1 >conftest.err
19887   rm -f conftest.er1
19888   cat conftest.err >&5
19889   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19890   (exit $ac_status); } &&
19891          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19892   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19893   (eval $ac_try) 2>&5
19894   ac_status=$?
19895   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19896   (exit $ac_status); }; } &&
19897          { ac_try='test -s conftest.$ac_objext'
19898   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19899   (eval $ac_try) 2>&5
19900   ac_status=$?
19901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902   (exit $ac_status); }; }; then
19903   ac_cv_member_sg_io_hdr_t_interface_id=yes
19904 else
19905   echo "$as_me: failed program was:" >&5
19906 sed 's/^/| /' conftest.$ac_ext >&5
19907
19908         ac_cv_member_sg_io_hdr_t_interface_id=no
19909 fi
19910
19911 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19912 fi
19913
19914 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
19915 fi
19916 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
19917 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
19918 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
19919
19920 cat >>confdefs.h <<_ACEOF
19921 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
19922 _ACEOF
19923
19924
19925 fi
19926
19927
19928 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
19929 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
19930 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
19931   echo $ECHO_N "(cached) $ECHO_C" >&6
19932 else
19933   cat >conftest.$ac_ext <<_ACEOF
19934 /* confdefs.h.  */
19935 _ACEOF
19936 cat confdefs.h >>conftest.$ac_ext
19937 cat >>conftest.$ac_ext <<_ACEOF
19938 /* end confdefs.h.  */
19939 #include <signal.h>
19940
19941 int
19942 main ()
19943 {
19944 static siginfo_t ac_aggr;
19945 if (ac_aggr.si_fd)
19946 return 0;
19947   ;
19948   return 0;
19949 }
19950 _ACEOF
19951 rm -f conftest.$ac_objext
19952 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19953   (eval $ac_compile) 2>conftest.er1
19954   ac_status=$?
19955   grep -v '^ *+' conftest.er1 >conftest.err
19956   rm -f conftest.er1
19957   cat conftest.err >&5
19958   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19959   (exit $ac_status); } &&
19960          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
19961   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19962   (eval $ac_try) 2>&5
19963   ac_status=$?
19964   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19965   (exit $ac_status); }; } &&
19966          { ac_try='test -s conftest.$ac_objext'
19967   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
19968   (eval $ac_try) 2>&5
19969   ac_status=$?
19970   echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971   (exit $ac_status); }; }; then
19972   ac_cv_member_siginfo_t_si_fd=yes
19973 else
19974   echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5
19976
19977         cat >conftest.$ac_ext <<_ACEOF
19978 /* confdefs.h.  */
19979 _ACEOF
19980 cat confdefs.h >>conftest.$ac_ext
19981 cat >>conftest.$ac_ext <<_ACEOF
19982 /* end confdefs.h.  */
19983 #include <signal.h>
19984
19985 int
19986 main ()
19987 {
19988 static siginfo_t ac_aggr;
19989 if (sizeof ac_aggr.si_fd)
19990 return 0;
19991   ;
19992   return 0;
19993 }
19994 _ACEOF
19995 rm -f conftest.$ac_objext
19996 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
19997   (eval $ac_compile) 2>conftest.er1
19998   ac_status=$?
19999   grep -v '^ *+' conftest.er1 >conftest.err
20000   rm -f conftest.er1
20001   cat conftest.err >&5
20002   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20003   (exit $ac_status); } &&
20004          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20005   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20006   (eval $ac_try) 2>&5
20007   ac_status=$?
20008   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20009   (exit $ac_status); }; } &&
20010          { ac_try='test -s conftest.$ac_objext'
20011   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20012   (eval $ac_try) 2>&5
20013   ac_status=$?
20014   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20015   (exit $ac_status); }; }; then
20016   ac_cv_member_siginfo_t_si_fd=yes
20017 else
20018   echo "$as_me: failed program was:" >&5
20019 sed 's/^/| /' conftest.$ac_ext >&5
20020
20021         ac_cv_member_siginfo_t_si_fd=no
20022 fi
20023
20024 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20025 fi
20026
20027 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20028 fi
20029 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20030 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20031 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20032
20033 cat >>confdefs.h <<_ACEOF
20034 #define HAVE_SIGINFO_T_SI_FD 1
20035 _ACEOF
20036
20037
20038 fi
20039
20040
20041 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20042 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20043 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20044   echo $ECHO_N "(cached) $ECHO_C" >&6
20045 else
20046   cat >conftest.$ac_ext <<_ACEOF
20047 /* confdefs.h.  */
20048 _ACEOF
20049 cat confdefs.h >>conftest.$ac_ext
20050 cat >>conftest.$ac_ext <<_ACEOF
20051 /* end confdefs.h.  */
20052 #include <sys/types.h>
20053 #ifdef HAVE_SYS_MTIO_H
20054 #include <sys/mtio.h>
20055 #endif
20056
20057 int
20058 main ()
20059 {
20060 static struct mtget ac_aggr;
20061 if (ac_aggr.mt_blksiz)
20062 return 0;
20063   ;
20064   return 0;
20065 }
20066 _ACEOF
20067 rm -f conftest.$ac_objext
20068 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20069   (eval $ac_compile) 2>conftest.er1
20070   ac_status=$?
20071   grep -v '^ *+' conftest.er1 >conftest.err
20072   rm -f conftest.er1
20073   cat conftest.err >&5
20074   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20075   (exit $ac_status); } &&
20076          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20077   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20078   (eval $ac_try) 2>&5
20079   ac_status=$?
20080   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20081   (exit $ac_status); }; } &&
20082          { ac_try='test -s conftest.$ac_objext'
20083   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20084   (eval $ac_try) 2>&5
20085   ac_status=$?
20086   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20087   (exit $ac_status); }; }; then
20088   ac_cv_member_struct_mtget_mt_blksiz=yes
20089 else
20090   echo "$as_me: failed program was:" >&5
20091 sed 's/^/| /' conftest.$ac_ext >&5
20092
20093         cat >conftest.$ac_ext <<_ACEOF
20094 /* confdefs.h.  */
20095 _ACEOF
20096 cat confdefs.h >>conftest.$ac_ext
20097 cat >>conftest.$ac_ext <<_ACEOF
20098 /* end confdefs.h.  */
20099 #include <sys/types.h>
20100 #ifdef HAVE_SYS_MTIO_H
20101 #include <sys/mtio.h>
20102 #endif
20103
20104 int
20105 main ()
20106 {
20107 static struct mtget ac_aggr;
20108 if (sizeof ac_aggr.mt_blksiz)
20109 return 0;
20110   ;
20111   return 0;
20112 }
20113 _ACEOF
20114 rm -f conftest.$ac_objext
20115 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20116   (eval $ac_compile) 2>conftest.er1
20117   ac_status=$?
20118   grep -v '^ *+' conftest.er1 >conftest.err
20119   rm -f conftest.er1
20120   cat conftest.err >&5
20121   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20122   (exit $ac_status); } &&
20123          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20124   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20125   (eval $ac_try) 2>&5
20126   ac_status=$?
20127   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20128   (exit $ac_status); }; } &&
20129          { ac_try='test -s conftest.$ac_objext'
20130   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20131   (eval $ac_try) 2>&5
20132   ac_status=$?
20133   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20134   (exit $ac_status); }; }; then
20135   ac_cv_member_struct_mtget_mt_blksiz=yes
20136 else
20137   echo "$as_me: failed program was:" >&5
20138 sed 's/^/| /' conftest.$ac_ext >&5
20139
20140         ac_cv_member_struct_mtget_mt_blksiz=no
20141 fi
20142
20143 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20144 fi
20145
20146 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20147 fi
20148 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20149 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20150 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20151
20152 cat >>confdefs.h <<_ACEOF
20153 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20154 _ACEOF
20155
20156
20157 fi
20158 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20159 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20160 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20161   echo $ECHO_N "(cached) $ECHO_C" >&6
20162 else
20163   cat >conftest.$ac_ext <<_ACEOF
20164 /* confdefs.h.  */
20165 _ACEOF
20166 cat confdefs.h >>conftest.$ac_ext
20167 cat >>conftest.$ac_ext <<_ACEOF
20168 /* end confdefs.h.  */
20169 #include <sys/types.h>
20170 #ifdef HAVE_SYS_MTIO_H
20171 #include <sys/mtio.h>
20172 #endif
20173
20174 int
20175 main ()
20176 {
20177 static struct mtget ac_aggr;
20178 if (ac_aggr.mt_gstat)
20179 return 0;
20180   ;
20181   return 0;
20182 }
20183 _ACEOF
20184 rm -f conftest.$ac_objext
20185 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20186   (eval $ac_compile) 2>conftest.er1
20187   ac_status=$?
20188   grep -v '^ *+' conftest.er1 >conftest.err
20189   rm -f conftest.er1
20190   cat conftest.err >&5
20191   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192   (exit $ac_status); } &&
20193          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20194   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20195   (eval $ac_try) 2>&5
20196   ac_status=$?
20197   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20198   (exit $ac_status); }; } &&
20199          { ac_try='test -s conftest.$ac_objext'
20200   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20201   (eval $ac_try) 2>&5
20202   ac_status=$?
20203   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20204   (exit $ac_status); }; }; then
20205   ac_cv_member_struct_mtget_mt_gstat=yes
20206 else
20207   echo "$as_me: failed program was:" >&5
20208 sed 's/^/| /' conftest.$ac_ext >&5
20209
20210         cat >conftest.$ac_ext <<_ACEOF
20211 /* confdefs.h.  */
20212 _ACEOF
20213 cat confdefs.h >>conftest.$ac_ext
20214 cat >>conftest.$ac_ext <<_ACEOF
20215 /* end confdefs.h.  */
20216 #include <sys/types.h>
20217 #ifdef HAVE_SYS_MTIO_H
20218 #include <sys/mtio.h>
20219 #endif
20220
20221 int
20222 main ()
20223 {
20224 static struct mtget ac_aggr;
20225 if (sizeof ac_aggr.mt_gstat)
20226 return 0;
20227   ;
20228   return 0;
20229 }
20230 _ACEOF
20231 rm -f conftest.$ac_objext
20232 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20233   (eval $ac_compile) 2>conftest.er1
20234   ac_status=$?
20235   grep -v '^ *+' conftest.er1 >conftest.err
20236   rm -f conftest.er1
20237   cat conftest.err >&5
20238   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20239   (exit $ac_status); } &&
20240          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20241   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20242   (eval $ac_try) 2>&5
20243   ac_status=$?
20244   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20245   (exit $ac_status); }; } &&
20246          { ac_try='test -s conftest.$ac_objext'
20247   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20248   (eval $ac_try) 2>&5
20249   ac_status=$?
20250   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20251   (exit $ac_status); }; }; then
20252   ac_cv_member_struct_mtget_mt_gstat=yes
20253 else
20254   echo "$as_me: failed program was:" >&5
20255 sed 's/^/| /' conftest.$ac_ext >&5
20256
20257         ac_cv_member_struct_mtget_mt_gstat=no
20258 fi
20259
20260 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20261 fi
20262
20263 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20264 fi
20265 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20266 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20267 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20268
20269 cat >>confdefs.h <<_ACEOF
20270 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20271 _ACEOF
20272
20273
20274 fi
20275 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20276 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20277 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20278   echo $ECHO_N "(cached) $ECHO_C" >&6
20279 else
20280   cat >conftest.$ac_ext <<_ACEOF
20281 /* confdefs.h.  */
20282 _ACEOF
20283 cat confdefs.h >>conftest.$ac_ext
20284 cat >>conftest.$ac_ext <<_ACEOF
20285 /* end confdefs.h.  */
20286 #include <sys/types.h>
20287 #ifdef HAVE_SYS_MTIO_H
20288 #include <sys/mtio.h>
20289 #endif
20290
20291 int
20292 main ()
20293 {
20294 static struct mtget ac_aggr;
20295 if (ac_aggr.mt_blkno)
20296 return 0;
20297   ;
20298   return 0;
20299 }
20300 _ACEOF
20301 rm -f conftest.$ac_objext
20302 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20303   (eval $ac_compile) 2>conftest.er1
20304   ac_status=$?
20305   grep -v '^ *+' conftest.er1 >conftest.err
20306   rm -f conftest.er1
20307   cat conftest.err >&5
20308   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20309   (exit $ac_status); } &&
20310          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20311   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20312   (eval $ac_try) 2>&5
20313   ac_status=$?
20314   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20315   (exit $ac_status); }; } &&
20316          { ac_try='test -s conftest.$ac_objext'
20317   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20318   (eval $ac_try) 2>&5
20319   ac_status=$?
20320   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20321   (exit $ac_status); }; }; then
20322   ac_cv_member_struct_mtget_mt_blkno=yes
20323 else
20324   echo "$as_me: failed program was:" >&5
20325 sed 's/^/| /' conftest.$ac_ext >&5
20326
20327         cat >conftest.$ac_ext <<_ACEOF
20328 /* confdefs.h.  */
20329 _ACEOF
20330 cat confdefs.h >>conftest.$ac_ext
20331 cat >>conftest.$ac_ext <<_ACEOF
20332 /* end confdefs.h.  */
20333 #include <sys/types.h>
20334 #ifdef HAVE_SYS_MTIO_H
20335 #include <sys/mtio.h>
20336 #endif
20337
20338 int
20339 main ()
20340 {
20341 static struct mtget ac_aggr;
20342 if (sizeof ac_aggr.mt_blkno)
20343 return 0;
20344   ;
20345   return 0;
20346 }
20347 _ACEOF
20348 rm -f conftest.$ac_objext
20349 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20350   (eval $ac_compile) 2>conftest.er1
20351   ac_status=$?
20352   grep -v '^ *+' conftest.er1 >conftest.err
20353   rm -f conftest.er1
20354   cat conftest.err >&5
20355   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20356   (exit $ac_status); } &&
20357          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20358   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20359   (eval $ac_try) 2>&5
20360   ac_status=$?
20361   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20362   (exit $ac_status); }; } &&
20363          { ac_try='test -s conftest.$ac_objext'
20364   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20365   (eval $ac_try) 2>&5
20366   ac_status=$?
20367   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20368   (exit $ac_status); }; }; then
20369   ac_cv_member_struct_mtget_mt_blkno=yes
20370 else
20371   echo "$as_me: failed program was:" >&5
20372 sed 's/^/| /' conftest.$ac_ext >&5
20373
20374         ac_cv_member_struct_mtget_mt_blkno=no
20375 fi
20376
20377 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20378 fi
20379
20380 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20381 fi
20382 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
20383 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
20384 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
20385
20386 cat >>confdefs.h <<_ACEOF
20387 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
20388 _ACEOF
20389
20390
20391 fi
20392
20393
20394 { echo "$as_me:$LINENO: checking for struct option.name" >&5
20395 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
20396 if test "${ac_cv_member_struct_option_name+set}" = set; then
20397   echo $ECHO_N "(cached) $ECHO_C" >&6
20398 else
20399   cat >conftest.$ac_ext <<_ACEOF
20400 /* confdefs.h.  */
20401 _ACEOF
20402 cat confdefs.h >>conftest.$ac_ext
20403 cat >>conftest.$ac_ext <<_ACEOF
20404 /* end confdefs.h.  */
20405 #ifdef HAVE_GETOPT_H
20406 #include <getopt.h>
20407 #endif
20408
20409 int
20410 main ()
20411 {
20412 static struct option ac_aggr;
20413 if (ac_aggr.name)
20414 return 0;
20415   ;
20416   return 0;
20417 }
20418 _ACEOF
20419 rm -f conftest.$ac_objext
20420 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20421   (eval $ac_compile) 2>conftest.er1
20422   ac_status=$?
20423   grep -v '^ *+' conftest.er1 >conftest.err
20424   rm -f conftest.er1
20425   cat conftest.err >&5
20426   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20427   (exit $ac_status); } &&
20428          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20429   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20430   (eval $ac_try) 2>&5
20431   ac_status=$?
20432   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20433   (exit $ac_status); }; } &&
20434          { ac_try='test -s conftest.$ac_objext'
20435   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20436   (eval $ac_try) 2>&5
20437   ac_status=$?
20438   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20439   (exit $ac_status); }; }; then
20440   ac_cv_member_struct_option_name=yes
20441 else
20442   echo "$as_me: failed program was:" >&5
20443 sed 's/^/| /' conftest.$ac_ext >&5
20444
20445         cat >conftest.$ac_ext <<_ACEOF
20446 /* confdefs.h.  */
20447 _ACEOF
20448 cat confdefs.h >>conftest.$ac_ext
20449 cat >>conftest.$ac_ext <<_ACEOF
20450 /* end confdefs.h.  */
20451 #ifdef HAVE_GETOPT_H
20452 #include <getopt.h>
20453 #endif
20454
20455 int
20456 main ()
20457 {
20458 static struct option ac_aggr;
20459 if (sizeof ac_aggr.name)
20460 return 0;
20461   ;
20462   return 0;
20463 }
20464 _ACEOF
20465 rm -f conftest.$ac_objext
20466 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20467   (eval $ac_compile) 2>conftest.er1
20468   ac_status=$?
20469   grep -v '^ *+' conftest.er1 >conftest.err
20470   rm -f conftest.er1
20471   cat conftest.err >&5
20472   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20473   (exit $ac_status); } &&
20474          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20475   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20476   (eval $ac_try) 2>&5
20477   ac_status=$?
20478   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20479   (exit $ac_status); }; } &&
20480          { ac_try='test -s conftest.$ac_objext'
20481   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20482   (eval $ac_try) 2>&5
20483   ac_status=$?
20484   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20485   (exit $ac_status); }; }; then
20486   ac_cv_member_struct_option_name=yes
20487 else
20488   echo "$as_me: failed program was:" >&5
20489 sed 's/^/| /' conftest.$ac_ext >&5
20490
20491         ac_cv_member_struct_option_name=no
20492 fi
20493
20494 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20495 fi
20496
20497 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20498 fi
20499 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
20500 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
20501 if test $ac_cv_member_struct_option_name = yes; then
20502
20503 cat >>confdefs.h <<_ACEOF
20504 #define HAVE_STRUCT_OPTION_NAME 1
20505 _ACEOF
20506
20507
20508 fi
20509
20510
20511 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
20512 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
20513 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
20514   echo $ECHO_N "(cached) $ECHO_C" >&6
20515 else
20516   cat >conftest.$ac_ext <<_ACEOF
20517 /* confdefs.h.  */
20518 _ACEOF
20519 cat confdefs.h >>conftest.$ac_ext
20520 cat >>conftest.$ac_ext <<_ACEOF
20521 /* end confdefs.h.  */
20522 $ac_includes_default
20523 int
20524 main ()
20525 {
20526 static struct stat ac_aggr;
20527 if (ac_aggr.st_blocks)
20528 return 0;
20529   ;
20530   return 0;
20531 }
20532 _ACEOF
20533 rm -f conftest.$ac_objext
20534 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20535   (eval $ac_compile) 2>conftest.er1
20536   ac_status=$?
20537   grep -v '^ *+' conftest.er1 >conftest.err
20538   rm -f conftest.er1
20539   cat conftest.err >&5
20540   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20541   (exit $ac_status); } &&
20542          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20543   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20544   (eval $ac_try) 2>&5
20545   ac_status=$?
20546   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547   (exit $ac_status); }; } &&
20548          { ac_try='test -s conftest.$ac_objext'
20549   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20550   (eval $ac_try) 2>&5
20551   ac_status=$?
20552   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20553   (exit $ac_status); }; }; then
20554   ac_cv_member_struct_stat_st_blocks=yes
20555 else
20556   echo "$as_me: failed program was:" >&5
20557 sed 's/^/| /' conftest.$ac_ext >&5
20558
20559         cat >conftest.$ac_ext <<_ACEOF
20560 /* confdefs.h.  */
20561 _ACEOF
20562 cat confdefs.h >>conftest.$ac_ext
20563 cat >>conftest.$ac_ext <<_ACEOF
20564 /* end confdefs.h.  */
20565 $ac_includes_default
20566 int
20567 main ()
20568 {
20569 static struct stat ac_aggr;
20570 if (sizeof ac_aggr.st_blocks)
20571 return 0;
20572   ;
20573   return 0;
20574 }
20575 _ACEOF
20576 rm -f conftest.$ac_objext
20577 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20578   (eval $ac_compile) 2>conftest.er1
20579   ac_status=$?
20580   grep -v '^ *+' conftest.er1 >conftest.err
20581   rm -f conftest.er1
20582   cat conftest.err >&5
20583   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20584   (exit $ac_status); } &&
20585          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20586   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20587   (eval $ac_try) 2>&5
20588   ac_status=$?
20589   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20590   (exit $ac_status); }; } &&
20591          { ac_try='test -s conftest.$ac_objext'
20592   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20593   (eval $ac_try) 2>&5
20594   ac_status=$?
20595   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20596   (exit $ac_status); }; }; then
20597   ac_cv_member_struct_stat_st_blocks=yes
20598 else
20599   echo "$as_me: failed program was:" >&5
20600 sed 's/^/| /' conftest.$ac_ext >&5
20601
20602         ac_cv_member_struct_stat_st_blocks=no
20603 fi
20604
20605 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20606 fi
20607
20608 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20609 fi
20610 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
20611 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
20612 if test $ac_cv_member_struct_stat_st_blocks = yes; then
20613
20614 cat >>confdefs.h <<_ACEOF
20615 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
20616 _ACEOF
20617
20618
20619 fi
20620
20621
20622 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
20623 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
20624 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
20625   echo $ECHO_N "(cached) $ECHO_C" >&6
20626 else
20627   cat >conftest.$ac_ext <<_ACEOF
20628 /* confdefs.h.  */
20629 _ACEOF
20630 cat confdefs.h >>conftest.$ac_ext
20631 cat >>conftest.$ac_ext <<_ACEOF
20632 /* end confdefs.h.  */
20633 #ifdef HAVE_SYS_TYPES_H
20634 #include <sys/types.h>
20635 #endif
20636 #ifdef HAVE_NETINET_IN_H
20637 #include <netinet/in.h>
20638 #endif
20639
20640 int
20641 main ()
20642 {
20643 static struct sockaddr_in6 ac_aggr;
20644 if (ac_aggr.sin6_scope_id)
20645 return 0;
20646   ;
20647   return 0;
20648 }
20649 _ACEOF
20650 rm -f conftest.$ac_objext
20651 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20652   (eval $ac_compile) 2>conftest.er1
20653   ac_status=$?
20654   grep -v '^ *+' conftest.er1 >conftest.err
20655   rm -f conftest.er1
20656   cat conftest.err >&5
20657   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20658   (exit $ac_status); } &&
20659          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20660   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20661   (eval $ac_try) 2>&5
20662   ac_status=$?
20663   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20664   (exit $ac_status); }; } &&
20665          { ac_try='test -s conftest.$ac_objext'
20666   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20667   (eval $ac_try) 2>&5
20668   ac_status=$?
20669   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20670   (exit $ac_status); }; }; then
20671   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
20672 else
20673   echo "$as_me: failed program was:" >&5
20674 sed 's/^/| /' conftest.$ac_ext >&5
20675
20676         cat >conftest.$ac_ext <<_ACEOF
20677 /* confdefs.h.  */
20678 _ACEOF
20679 cat confdefs.h >>conftest.$ac_ext
20680 cat >>conftest.$ac_ext <<_ACEOF
20681 /* end confdefs.h.  */
20682 #ifdef HAVE_SYS_TYPES_H
20683 #include <sys/types.h>
20684 #endif
20685 #ifdef HAVE_NETINET_IN_H
20686 #include <netinet/in.h>
20687 #endif
20688
20689 int
20690 main ()
20691 {
20692 static struct sockaddr_in6 ac_aggr;
20693 if (sizeof ac_aggr.sin6_scope_id)
20694 return 0;
20695   ;
20696   return 0;
20697 }
20698 _ACEOF
20699 rm -f conftest.$ac_objext
20700 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20701   (eval $ac_compile) 2>conftest.er1
20702   ac_status=$?
20703   grep -v '^ *+' conftest.er1 >conftest.err
20704   rm -f conftest.er1
20705   cat conftest.err >&5
20706   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20707   (exit $ac_status); } &&
20708          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20709   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20710   (eval $ac_try) 2>&5
20711   ac_status=$?
20712   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20713   (exit $ac_status); }; } &&
20714          { ac_try='test -s conftest.$ac_objext'
20715   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20716   (eval $ac_try) 2>&5
20717   ac_status=$?
20718   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20719   (exit $ac_status); }; }; then
20720   ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
20721 else
20722   echo "$as_me: failed program was:" >&5
20723 sed 's/^/| /' conftest.$ac_ext >&5
20724
20725         ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
20726 fi
20727
20728 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20729 fi
20730
20731 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20732 fi
20733 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
20734 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
20735 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
20736
20737 cat >>confdefs.h <<_ACEOF
20738 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
20739 _ACEOF
20740
20741
20742 fi
20743
20744
20745 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
20746 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
20747 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
20748   echo $ECHO_N "(cached) $ECHO_C" >&6
20749 else
20750   cat >conftest.$ac_ext <<_ACEOF
20751 /* confdefs.h.  */
20752 _ACEOF
20753 cat confdefs.h >>conftest.$ac_ext
20754 cat >>conftest.$ac_ext <<_ACEOF
20755 /* end confdefs.h.  */
20756 #ifdef HAVE_SYS_TYPES_H
20757 #include <sys/types.h>
20758 #endif
20759 #ifdef HAVE_NETINET_IN_H
20760 # include <netinet/in.h>
20761 #endif
20762 #ifdef HAVE_ARPA_NAMESER_H
20763 # include <arpa/nameser.h>
20764 #endif
20765
20766 int
20767 main ()
20768 {
20769 static ns_msg ac_aggr;
20770 if (ac_aggr._msg_ptr)
20771 return 0;
20772   ;
20773   return 0;
20774 }
20775 _ACEOF
20776 rm -f conftest.$ac_objext
20777 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20778   (eval $ac_compile) 2>conftest.er1
20779   ac_status=$?
20780   grep -v '^ *+' conftest.er1 >conftest.err
20781   rm -f conftest.er1
20782   cat conftest.err >&5
20783   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20784   (exit $ac_status); } &&
20785          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20786   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20787   (eval $ac_try) 2>&5
20788   ac_status=$?
20789   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20790   (exit $ac_status); }; } &&
20791          { ac_try='test -s conftest.$ac_objext'
20792   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20793   (eval $ac_try) 2>&5
20794   ac_status=$?
20795   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20796   (exit $ac_status); }; }; then
20797   ac_cv_member_ns_msg__msg_ptr=yes
20798 else
20799   echo "$as_me: failed program was:" >&5
20800 sed 's/^/| /' conftest.$ac_ext >&5
20801
20802         cat >conftest.$ac_ext <<_ACEOF
20803 /* confdefs.h.  */
20804 _ACEOF
20805 cat confdefs.h >>conftest.$ac_ext
20806 cat >>conftest.$ac_ext <<_ACEOF
20807 /* end confdefs.h.  */
20808 #ifdef HAVE_SYS_TYPES_H
20809 #include <sys/types.h>
20810 #endif
20811 #ifdef HAVE_NETINET_IN_H
20812 # include <netinet/in.h>
20813 #endif
20814 #ifdef HAVE_ARPA_NAMESER_H
20815 # include <arpa/nameser.h>
20816 #endif
20817
20818 int
20819 main ()
20820 {
20821 static ns_msg ac_aggr;
20822 if (sizeof ac_aggr._msg_ptr)
20823 return 0;
20824   ;
20825   return 0;
20826 }
20827 _ACEOF
20828 rm -f conftest.$ac_objext
20829 if { (eval echo "$as_me:$LINENO: \"$ac_compile\"") >&5
20830   (eval $ac_compile) 2>conftest.er1
20831   ac_status=$?
20832   grep -v '^ *+' conftest.er1 >conftest.err
20833   rm -f conftest.er1
20834   cat conftest.err >&5
20835   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20836   (exit $ac_status); } &&
20837          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20838   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20839   (eval $ac_try) 2>&5
20840   ac_status=$?
20841   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20842   (exit $ac_status); }; } &&
20843          { ac_try='test -s conftest.$ac_objext'
20844   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20845   (eval $ac_try) 2>&5
20846   ac_status=$?
20847   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20848   (exit $ac_status); }; }; then
20849   ac_cv_member_ns_msg__msg_ptr=yes
20850 else
20851   echo "$as_me: failed program was:" >&5
20852 sed 's/^/| /' conftest.$ac_ext >&5
20853
20854         ac_cv_member_ns_msg__msg_ptr=no
20855 fi
20856
20857 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20858 fi
20859
20860 rm -f conftest.err conftest.$ac_objext conftest.$ac_ext
20861 fi
20862 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
20863 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
20864 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
20865
20866 cat >>confdefs.h <<_ACEOF
20867 #define HAVE_NS_MSG__MSG_PTR 1
20868 _ACEOF
20869
20870
20871 fi
20872
20873
20874 { echo "$as_me:$LINENO: checking for timezone variable" >&5
20875 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
20876 if test "${ac_cv_have_timezone+set}" = set; then
20877   echo $ECHO_N "(cached) $ECHO_C" >&6
20878 else
20879   cat >conftest.$ac_ext <<_ACEOF
20880 /* confdefs.h.  */
20881 _ACEOF
20882 cat confdefs.h >>conftest.$ac_ext
20883 cat >>conftest.$ac_ext <<_ACEOF
20884 /* end confdefs.h.  */
20885 #include <time.h>
20886 int
20887 main ()
20888 {
20889 timezone;
20890   ;
20891   return 0;
20892 }
20893 _ACEOF
20894 rm -f conftest.$ac_objext conftest$ac_exeext
20895 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20896   (eval $ac_link) 2>conftest.er1
20897   ac_status=$?
20898   grep -v '^ *+' conftest.er1 >conftest.err
20899   rm -f conftest.er1
20900   cat conftest.err >&5
20901   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20902   (exit $ac_status); } &&
20903          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20904   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20905   (eval $ac_try) 2>&5
20906   ac_status=$?
20907   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20908   (exit $ac_status); }; } &&
20909          { ac_try='test -s conftest$ac_exeext'
20910   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20911   (eval $ac_try) 2>&5
20912   ac_status=$?
20913   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20914   (exit $ac_status); }; }; then
20915   ac_cv_have_timezone="yes"
20916 else
20917   echo "$as_me: failed program was:" >&5
20918 sed 's/^/| /' conftest.$ac_ext >&5
20919
20920         ac_cv_have_timezone="no"
20921 fi
20922
20923 rm -f conftest.err conftest.$ac_objext \
20924       conftest$ac_exeext conftest.$ac_ext
20925 fi
20926 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
20927 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
20928 if test "$ac_cv_have_timezone" = "yes"
20929 then
20930
20931 cat >>confdefs.h <<\_ACEOF
20932 #define HAVE_TIMEZONE 1
20933 _ACEOF
20934
20935 fi
20936 { echo "$as_me:$LINENO: checking for daylight variable" >&5
20937 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
20938 if test "${ac_cv_have_daylight+set}" = set; then
20939   echo $ECHO_N "(cached) $ECHO_C" >&6
20940 else
20941   cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h.  */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h.  */
20947 #include <time.h>
20948 int
20949 main ()
20950 {
20951 daylight;
20952   ;
20953   return 0;
20954 }
20955 _ACEOF
20956 rm -f conftest.$ac_objext conftest$ac_exeext
20957 if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5
20958   (eval $ac_link) 2>conftest.er1
20959   ac_status=$?
20960   grep -v '^ *+' conftest.er1 >conftest.err
20961   rm -f conftest.er1
20962   cat conftest.err >&5
20963   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20964   (exit $ac_status); } &&
20965          { ac_try='test -z "$ac_c_werror_flag"                   || test ! -s conftest.err'
20966   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20967   (eval $ac_try) 2>&5
20968   ac_status=$?
20969   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20970   (exit $ac_status); }; } &&
20971          { ac_try='test -s conftest$ac_exeext'
20972   { (eval echo "$as_me:$LINENO: \"$ac_try\"") >&5
20973   (eval $ac_try) 2>&5
20974   ac_status=$?
20975   echo "$as_me:$LINENO: \$? = $ac_status" >&5
20976   (exit $ac_status); }; }; then
20977   ac_cv_have_daylight="yes"
20978 else
20979   echo "$as_me: failed program was:" >&5
20980 sed 's/^/| /' conftest.$ac_ext >&5
20981
20982         ac_cv_have_daylight="no"
20983 fi
20984
20985 rm -f conftest.err conftest.$ac_objext \
20986       conftest$ac_exeext conftest.$ac_ext
20987 fi
20988 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
20989 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
20990 if test "$ac_cv_have_daylight" = "yes"
20991 then
20992
20993 cat >>confdefs.h <<\_ACEOF
20994 #define HAVE_DAYLIGHT 1
20995 _ACEOF
20996
20997 fi
20998
20999
21000 case $host_cpu in
21001   *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21002 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21003 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21004   echo $ECHO_N "(cached) $ECHO_C" >&6
21005 else
21006   cat >conftest.$ac_ext <<_ACEOF
21007 /* confdefs.h.  */
21008 _ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h.  */
21012 #ifndef __i386__
21013 yes
21014 #endif
21015 _ACEOF
21016 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21017   $EGREP "yes" >/dev/null 2>&1; then
21018   ac_cv_cpp_def___i386__=yes
21019 else
21020   ac_cv_cpp_def___i386__=no
21021 fi
21022 rm -f conftest*
21023
21024 fi
21025 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21026 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21027 if test $ac_cv_cpp_def___i386__ = yes; then
21028   CFLAGS="$CFLAGS -D__i386__"
21029   LINTFLAGS="$LINTFLAGS -D__i386__"
21030 fi
21031  ;;
21032   *x86_64*)         { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21033 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21034 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21035   echo $ECHO_N "(cached) $ECHO_C" >&6
21036 else
21037   cat >conftest.$ac_ext <<_ACEOF
21038 /* confdefs.h.  */
21039 _ACEOF
21040 cat confdefs.h >>conftest.$ac_ext
21041 cat >>conftest.$ac_ext <<_ACEOF
21042 /* end confdefs.h.  */
21043 #ifndef __x86_64__
21044 yes
21045 #endif
21046 _ACEOF
21047 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21048   $EGREP "yes" >/dev/null 2>&1; then
21049   ac_cv_cpp_def___x86_64__=yes
21050 else
21051   ac_cv_cpp_def___x86_64__=no
21052 fi
21053 rm -f conftest*
21054
21055 fi
21056 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
21057 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
21058 if test $ac_cv_cpp_def___x86_64__ = yes; then
21059   CFLAGS="$CFLAGS -D__x86_64__"
21060   LINTFLAGS="$LINTFLAGS -D__x86_64__"
21061 fi
21062  ;;
21063   *alpha*)          { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
21064 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
21065 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
21066   echo $ECHO_N "(cached) $ECHO_C" >&6
21067 else
21068   cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h.  */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h.  */
21074 #ifndef __ALPHA__
21075 yes
21076 #endif
21077 _ACEOF
21078 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21079   $EGREP "yes" >/dev/null 2>&1; then
21080   ac_cv_cpp_def___ALPHA__=yes
21081 else
21082   ac_cv_cpp_def___ALPHA__=no
21083 fi
21084 rm -f conftest*
21085
21086 fi
21087 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
21088 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
21089 if test $ac_cv_cpp_def___ALPHA__ = yes; then
21090   CFLAGS="$CFLAGS -D__ALPHA__"
21091   LINTFLAGS="$LINTFLAGS -D__ALPHA__"
21092 fi
21093  ;;
21094   *sparc*)          { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
21095 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
21096 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
21097   echo $ECHO_N "(cached) $ECHO_C" >&6
21098 else
21099   cat >conftest.$ac_ext <<_ACEOF
21100 /* confdefs.h.  */
21101 _ACEOF
21102 cat confdefs.h >>conftest.$ac_ext
21103 cat >>conftest.$ac_ext <<_ACEOF
21104 /* end confdefs.h.  */
21105 #ifndef __sparc__
21106 yes
21107 #endif
21108 _ACEOF
21109 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21110   $EGREP "yes" >/dev/null 2>&1; then
21111   ac_cv_cpp_def___sparc__=yes
21112 else
21113   ac_cv_cpp_def___sparc__=no
21114 fi
21115 rm -f conftest*
21116
21117 fi
21118 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
21119 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
21120 if test $ac_cv_cpp_def___sparc__ = yes; then
21121   CFLAGS="$CFLAGS -D__sparc__"
21122   LINTFLAGS="$LINTFLAGS -D__sparc__"
21123 fi
21124  ;;
21125   *powerpc*)        { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
21126 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
21127 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
21128   echo $ECHO_N "(cached) $ECHO_C" >&6
21129 else
21130   cat >conftest.$ac_ext <<_ACEOF
21131 /* confdefs.h.  */
21132 _ACEOF
21133 cat confdefs.h >>conftest.$ac_ext
21134 cat >>conftest.$ac_ext <<_ACEOF
21135 /* end confdefs.h.  */
21136 #ifndef __powerpc__
21137 yes
21138 #endif
21139 _ACEOF
21140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21141   $EGREP "yes" >/dev/null 2>&1; then
21142   ac_cv_cpp_def___powerpc__=yes
21143 else
21144   ac_cv_cpp_def___powerpc__=no
21145 fi
21146 rm -f conftest*
21147
21148 fi
21149 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
21150 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
21151 if test $ac_cv_cpp_def___powerpc__ = yes; then
21152   CFLAGS="$CFLAGS -D__powerpc__"
21153   LINTFLAGS="$LINTFLAGS -D__powerpc__"
21154 fi
21155  ;;
21156 esac
21157
21158 case $host_vendor in
21159   *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
21160 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
21161 if test "${ac_cv_cpp_def___sun__+set}" = set; then
21162   echo $ECHO_N "(cached) $ECHO_C" >&6
21163 else
21164   cat >conftest.$ac_ext <<_ACEOF
21165 /* confdefs.h.  */
21166 _ACEOF
21167 cat confdefs.h >>conftest.$ac_ext
21168 cat >>conftest.$ac_ext <<_ACEOF
21169 /* end confdefs.h.  */
21170 #ifndef __sun__
21171 yes
21172 #endif
21173 _ACEOF
21174 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21175   $EGREP "yes" >/dev/null 2>&1; then
21176   ac_cv_cpp_def___sun__=yes
21177 else
21178   ac_cv_cpp_def___sun__=no
21179 fi
21180 rm -f conftest*
21181
21182 fi
21183 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
21184 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
21185 if test $ac_cv_cpp_def___sun__ = yes; then
21186   CFLAGS="$CFLAGS -D__sun__"
21187   LINTFLAGS="$LINTFLAGS -D__sun__"
21188 fi
21189  ;;
21190 esac
21191
21192
21193
21194
21195
21196 ac_config_commands="$ac_config_commands dlls/gdi/enhmfdrv"
21197
21198 ac_config_commands="$ac_config_commands dlls/gdi/mfdrv"
21199
21200 ac_config_commands="$ac_config_commands dlls/kernel/messages"
21201
21202 ac_config_commands="$ac_config_commands dlls/user/resources"
21203
21204 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
21205
21206 ac_config_commands="$ac_config_commands include/wine"
21207
21208
21209 MAKE_RULES=Make.rules
21210
21211
21212 MAKE_DLL_RULES=dlls/Makedll.rules
21213
21214
21215 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
21216
21217
21218 MAKE_TEST_RULES=dlls/Maketest.rules
21219
21220
21221 MAKE_LIB_RULES=libs/Makelib.rules
21222
21223
21224 MAKE_PROG_RULES=programs/Makeprog.rules
21225
21226
21227 ac_config_files="$ac_config_files Make.rules dlls/Makedll.rules dlls/Makeimplib.rules dlls/Maketest.rules libs/Makelib.rules programs/Makeprog.rules Makefile dlls/Makefile dlls/activeds/Makefile dlls/advapi32/Makefile dlls/advapi32/tests/Makefile dlls/advpack/Makefile dlls/advpack/tests/Makefile dlls/amstream/Makefile dlls/atl/Makefile dlls/avicap32/Makefile dlls/avifil32/Makefile dlls/cabinet/Makefile dlls/cabinet/tests/Makefile dlls/capi2032/Makefile dlls/cards/Makefile dlls/cfgmgr32/Makefile dlls/comcat/Makefile dlls/comctl32/Makefile dlls/comctl32/tests/Makefile dlls/comdlg32/Makefile dlls/crtdll/Makefile dlls/crypt32/Makefile dlls/crypt32/tests/Makefile dlls/cryptdll/Makefile dlls/ctl3d32/Makefile dlls/d3d8/Makefile dlls/d3d8/tests/Makefile dlls/d3d9/Makefile dlls/d3d9/tests/Makefile dlls/d3dim/Makefile dlls/d3drm/Makefile dlls/d3dx8/Makefile dlls/d3dxof/Makefile dlls/dbghelp/Makefile dlls/dciman32/Makefile dlls/ddraw/Makefile dlls/ddraw/tests/Makefile dlls/devenum/Makefile dlls/dinput/Makefile dlls/dinput/tests/Makefile dlls/dinput8/Makefile dlls/dmband/Makefile dlls/dmcompos/Makefile dlls/dmime/Makefile dlls/dmloader/Makefile dlls/dmscript/Makefile dlls/dmstyle/Makefile dlls/dmsynth/Makefile dlls/dmusic/Makefile dlls/dmusic32/Makefile dlls/dnsapi/Makefile dlls/dnsapi/tests/Makefile dlls/dplay/Makefile dlls/dplayx/Makefile dlls/dpnet/Makefile dlls/dpnhpast/Makefile dlls/dsound/Makefile dlls/dsound/tests/Makefile dlls/dswave/Makefile dlls/dxdiagn/Makefile dlls/dxerr8/Makefile dlls/dxerr9/Makefile dlls/dxguid/Makefile dlls/gdi/Makefile dlls/gdi/tests/Makefile dlls/glu32/Makefile dlls/glut32/Makefile dlls/gphoto2.ds/Makefile dlls/hhctrl.ocx/Makefile dlls/hlink/Makefile dlls/iccvid/Makefile dlls/icmp/Makefile dlls/ifsmgr.vxd/Makefile dlls/imaadp32.acm/Makefile dlls/imagehlp/Makefile dlls/imm32/Makefile dlls/iphlpapi/Makefile dlls/iphlpapi/tests/Makefile dlls/itss/Makefile dlls/kernel/Makefile dlls/kernel/tests/Makefile dlls/lz32/Makefile dlls/lz32/tests/Makefile dlls/mapi32/Makefile dlls/mapi32/tests/Makefile dlls/mciavi32/Makefile dlls/mcicda/Makefile dlls/mciseq/Makefile dlls/mciwave/Makefile dlls/midimap/Makefile dlls/mlang/Makefile dlls/mlang/tests/Makefile dlls/mmdevldr.vxd/Makefile dlls/monodebg.vxd/Makefile dlls/mpr/Makefile dlls/mprapi/Makefile dlls/msacm32.drv/Makefile dlls/msacm32/Makefile dlls/msacm32/tests/Makefile dlls/msadp32.acm/Makefile dlls/mscms/Makefile dlls/mscms/tests/Makefile dlls/msdmo/Makefile dlls/msftedit/Makefile dlls/msg711.acm/Makefile dlls/mshtml/Makefile dlls/mshtml/tests/Makefile dlls/msi/Makefile dlls/msi/tests/Makefile dlls/msimg32/Makefile dlls/msisys.ocx/Makefile dlls/msnet32/Makefile dlls/msrle32/Makefile dlls/msvcrt/Makefile dlls/msvcrt/tests/Makefile dlls/msvcrt20/Makefile dlls/msvcrt40/Makefile dlls/msvcrtd/Makefile dlls/msvcrtd/tests/Makefile dlls/msvfw32/Makefile dlls/msvidc32/Makefile dlls/mswsock/Makefile dlls/msxml3/Makefile dlls/msxml3/tests/Makefile dlls/netapi32/Makefile dlls/netapi32/tests/Makefile dlls/newdev/Makefile dlls/ntdll/Makefile dlls/ntdll/tests/Makefile dlls/ntdsapi/Makefile dlls/objsel/Makefile dlls/odbc32/Makefile dlls/odbccp32/Makefile dlls/ole32/Makefile dlls/ole32/tests/Makefile dlls/oleacc/Makefile dlls/oleaut32/Makefile dlls/oleaut32/tests/Makefile dlls/olecli32/Makefile dlls/oledlg/Makefile dlls/olepro32/Makefile dlls/olesvr32/Makefile dlls/opengl32/Makefile dlls/powrprof/Makefile dlls/psapi/Makefile dlls/psapi/tests/Makefile dlls/qcap/Makefile dlls/quartz/Makefile dlls/quartz/tests/Makefile dlls/rasapi32/Makefile dlls/riched20/Makefile dlls/riched20/tests/Makefile dlls/riched32/Makefile dlls/rpcrt4/Makefile dlls/rpcrt4/tests/Makefile dlls/rsabase/Makefile dlls/rsabase/tests/Makefile dlls/rsaenh/Makefile dlls/rsaenh/tests/Makefile dlls/sane.ds/Makefile dlls/secur32/Makefile dlls/secur32/tests/Makefile dlls/security/Makefile dlls/sensapi/Makefile dlls/serialui/Makefile dlls/setupapi/Makefile dlls/setupapi/tests/Makefile dlls/sfc/Makefile dlls/shdocvw/Makefile dlls/shdocvw/tests/Makefile dlls/shell32/Makefile dlls/shell32/tests/Makefile dlls/shfolder/Makefile dlls/shlwapi/Makefile dlls/shlwapi/tests/Makefile dlls/snmpapi/Makefile dlls/spoolss/Makefile dlls/stdole2.tlb/Makefile dlls/stdole32.tlb/Makefile dlls/sti/Makefile dlls/strmiids/Makefile dlls/tapi32/Makefile dlls/twain_32/Makefile dlls/unicows/Makefile dlls/url/Makefile dlls/urlmon/Makefile dlls/urlmon/tests/Makefile dlls/user/Makefile dlls/user/tests/Makefile dlls/userenv/Makefile dlls/usp10/Makefile dlls/usp10/tests/Makefile dlls/uuid/Makefile dlls/uxtheme/Makefile dlls/vdhcp.vxd/Makefile dlls/vdmdbg/Makefile dlls/version/Makefile dlls/version/tests/Makefile dlls/vmm.vxd/Makefile dlls/vnbt.vxd/Makefile dlls/vnetbios.vxd/Makefile dlls/vtdapi.vxd/Makefile dlls/vwin32.vxd/Makefile dlls/w32skrnl/Makefile dlls/winecrt0/Makefile dlls/wined3d/Makefile dlls/winedos/Makefile dlls/winemp3.acm/Makefile dlls/wineps.drv/Makefile dlls/wininet/Makefile dlls/wininet/tests/Makefile dlls/winmm/Makefile dlls/winmm/joystick/Makefile dlls/winmm/tests/Makefile dlls/winmm/winealsa/Makefile dlls/winmm/winearts/Makefile dlls/winmm/wineaudioio/Makefile dlls/winmm/winecoreaudio/Makefile dlls/winmm/wineesd/Makefile dlls/winmm/winejack/Makefile dlls/winmm/winenas/Makefile dlls/winmm/wineoss/Makefile dlls/winnls32/Makefile dlls/winspool.drv/Makefile dlls/winspool.drv/tests/Makefile dlls/wintab32/Makefile dlls/wintrust/Makefile dlls/wldap32/Makefile dlls/wnaspi32/Makefile dlls/wow32/Makefile dlls/ws2_32/Makefile dlls/ws2_32/tests/Makefile dlls/wsock32/Makefile dlls/wtsapi32/Makefile dlls/x11drv/Makefile documentation/Makefile fonts/Makefile include/Makefile libs/Makefile libs/port/Makefile libs/unicode/Makefile libs/wine/Makefile libs/wpp/Makefile loader/Makefile programs/Makefile programs/clock/Makefile programs/cmdlgtst/Makefile programs/control/Makefile programs/eject/Makefile programs/expand/Makefile programs/explorer/Makefile programs/hh/Makefile programs/icinfo/Makefile programs/iexplore/Makefile programs/msiexec/Makefile programs/notepad/Makefile programs/progman/Makefile programs/regedit/Makefile programs/regsvr32/Makefile programs/rpcss/Makefile programs/rundll32/Makefile programs/start/Makefile programs/taskmgr/Makefile programs/uninstaller/Makefile programs/view/Makefile programs/wcmd/Makefile programs/wineboot/Makefile programs/winebrowser/Makefile programs/winecfg/Makefile programs/wineconsole/Makefile programs/winedbg/Makefile programs/winefile/Makefile programs/winemenubuilder/Makefile programs/winemine/Makefile programs/winepath/Makefile programs/winetest/Makefile programs/winevdm/Makefile programs/winhelp/Makefile programs/winver/Makefile programs/wordpad/Makefile server/Makefile tools/Makefile tools/widl/Makefile tools/winapi/Makefile tools/winebuild/Makefile tools/winedump/Makefile tools/winegcc/Makefile tools/wmc/Makefile tools/wrc/Makefile"
21228
21229
21230 cat >confcache <<\_ACEOF
21231 # This file is a shell script that caches the results of configure
21232 # tests run on this system so they can be shared between configure
21233 # scripts and configure runs, see configure's option --config-cache.
21234 # It is not useful on other systems.  If it contains results you don't
21235 # want to keep, you may remove or edit it.
21236 #
21237 # config.status only pays attention to the cache file if you give it
21238 # the --recheck option to rerun configure.
21239 #
21240 # `ac_cv_env_foo' variables (set or unset) will be overridden when
21241 # loading this file, other *unset* `ac_cv_foo' will be assigned the
21242 # following values.
21243
21244 _ACEOF
21245
21246 # The following way of writing the cache mishandles newlines in values,
21247 # but we know of no workaround that is simple, portable, and efficient.
21248 # So, we kill variables containing newlines.
21249 # Ultrix sh set writes to stderr and can't be redirected directly,
21250 # and sets the high bit in the cache file unless we assign to the vars.
21251 (
21252   for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
21253     eval ac_val=\$$ac_var
21254     case $ac_val in #(
21255     *${as_nl}*)
21256       case $ac_var in #(
21257       *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
21258 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
21259       esac
21260       case $ac_var in #(
21261       _ | IFS | as_nl) ;; #(
21262       *) $as_unset $ac_var ;;
21263       esac ;;
21264     esac
21265   done
21266
21267   (set) 2>&1 |
21268     case $as_nl`(ac_space=' '; set) 2>&1` in #(
21269     *${as_nl}ac_space=\ *)
21270       # `set' does not quote correctly, so add quotes (double-quote
21271       # substitution turns \\\\ into \\, and sed turns \\ into \).
21272       sed -n \
21273         "s/'/'\\\\''/g;
21274           s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
21275       ;; #(
21276     *)
21277       # `set' quotes correctly as required by POSIX, so do not add quotes.
21278       sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
21279       ;;
21280     esac |
21281     sort
21282 ) |
21283   sed '
21284      /^ac_cv_env_/b end
21285      t clear
21286      :clear
21287      s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
21288      t end
21289      s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
21290      :end' >>confcache
21291 if diff $cache_file confcache >/dev/null 2>&1; then :; else
21292   if test -w $cache_file; then
21293     test "x$cache_file" != "x/dev/null" &&
21294       { echo "$as_me:$LINENO: updating cache $cache_file" >&5
21295 echo "$as_me: updating cache $cache_file" >&6;}
21296     cat confcache >$cache_file
21297   else
21298     { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
21299 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
21300   fi
21301 fi
21302 rm -f confcache
21303
21304 test "x$prefix" = xNONE && prefix=$ac_default_prefix
21305 # Let make expand exec_prefix.
21306 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
21307
21308 DEFS=-DHAVE_CONFIG_H
21309
21310 ac_libobjs=
21311 ac_ltlibobjs=
21312 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
21313   # 1. Remove the extension, and $U if already installed.
21314   ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
21315   ac_i=`echo "$ac_i" | sed "$ac_script"`
21316   # 2. Prepend LIBOBJDIR.  When used with automake>=1.10 LIBOBJDIR
21317   #    will be set to the directory where LIBOBJS objects are built.
21318   ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
21319   ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
21320 done
21321 LIBOBJS=$ac_libobjs
21322
21323 LTLIBOBJS=$ac_ltlibobjs
21324
21325
21326
21327 : ${CONFIG_STATUS=./config.status}
21328 ac_clean_files_save=$ac_clean_files
21329 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
21330 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
21331 echo "$as_me: creating $CONFIG_STATUS" >&6;}
21332 cat >$CONFIG_STATUS <<_ACEOF
21333 #! $SHELL
21334 # Generated by $as_me.
21335 # Run this file to recreate the current configuration.
21336 # Compiler output produced by configure, useful for debugging
21337 # configure, is in config.log if it exists.
21338
21339 debug=false
21340 ac_cs_recheck=false
21341 ac_cs_silent=false
21342 SHELL=\${CONFIG_SHELL-$SHELL}
21343 _ACEOF
21344
21345 cat >>$CONFIG_STATUS <<\_ACEOF
21346 ## --------------------- ##
21347 ## M4sh Initialization.  ##
21348 ## --------------------- ##
21349
21350 # Be Bourne compatible
21351 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
21352   emulate sh
21353   NULLCMD=:
21354   # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21355   # is contrary to our usage.  Disable this feature.
21356   alias -g '${1+"$@"}'='"$@"'
21357   setopt NO_GLOB_SUBST
21358 else
21359   case `(set -o) 2>/dev/null` in *posix*) set -o posix;; esac
21360 fi
21361 BIN_SH=xpg4; export BIN_SH # for Tru64
21362 DUALCASE=1; export DUALCASE # for MKS sh
21363
21364
21365 # PATH needs CR
21366 # Avoid depending upon Character Ranges.
21367 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
21368 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
21369 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
21370 as_cr_digits='0123456789'
21371 as_cr_alnum=$as_cr_Letters$as_cr_digits
21372
21373 # The user is always right.
21374 if test "${PATH_SEPARATOR+set}" != set; then
21375   echo "#! /bin/sh" >conf$$.sh
21376   echo  "exit 0"   >>conf$$.sh
21377   chmod +x conf$$.sh
21378   if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
21379     PATH_SEPARATOR=';'
21380   else
21381     PATH_SEPARATOR=:
21382   fi
21383   rm -f conf$$.sh
21384 fi
21385
21386 # Support unset when possible.
21387 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
21388   as_unset=unset
21389 else
21390   as_unset=false
21391 fi
21392
21393
21394 # IFS
21395 # We need space, tab and new line, in precisely that order.  Quoting is
21396 # there to prevent editors from complaining about space-tab.
21397 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
21398 # splitting by setting IFS to empty value.)
21399 as_nl='
21400 '
21401 IFS=" ""        $as_nl"
21402
21403 # Find who we are.  Look in the path if we contain no directory separator.
21404 case $0 in
21405   *[\\/]* ) as_myself=$0 ;;
21406   *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
21407 for as_dir in $PATH
21408 do
21409   IFS=$as_save_IFS
21410   test -z "$as_dir" && as_dir=.
21411   test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
21412 done
21413 IFS=$as_save_IFS
21414
21415      ;;
21416 esac
21417 # We did not find ourselves, most probably we were run as `sh COMMAND'
21418 # in which case we are not to be found in the path.
21419 if test "x$as_myself" = x; then
21420   as_myself=$0
21421 fi
21422 if test ! -f "$as_myself"; then
21423   echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
21424   { (exit 1); exit 1; }
21425 fi
21426
21427 # Work around bugs in pre-3.0 UWIN ksh.
21428 for as_var in ENV MAIL MAILPATH
21429 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21430 done
21431 PS1='$ '
21432 PS2='> '
21433 PS4='+ '
21434
21435 # NLS nuisances.
21436 for as_var in \
21437   LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
21438   LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
21439   LC_TELEPHONE LC_TIME
21440 do
21441   if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
21442     eval $as_var=C; export $as_var
21443   else
21444     ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
21445   fi
21446 done
21447
21448 # Required to use basename.
21449 if expr a : '\(a\)' >/dev/null 2>&1 &&
21450    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21451   as_expr=expr
21452 else
21453   as_expr=false
21454 fi
21455
21456 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
21457   as_basename=basename
21458 else
21459   as_basename=false
21460 fi
21461
21462
21463 # Name of the executable.
21464 as_me=`$as_basename -- "$0" ||
21465 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
21466          X"$0" : 'X\(//\)$' \| \
21467          X"$0" : 'X\(/\)' \| . 2>/dev/null ||
21468 echo X/"$0" |
21469     sed '/^.*\/\([^/][^/]*\)\/*$/{
21470             s//\1/
21471             q
21472           }
21473           /^X\/\(\/\/\)$/{
21474             s//\1/
21475             q
21476           }
21477           /^X\/\(\/\).*/{
21478             s//\1/
21479             q
21480           }
21481           s/.*/./; q'`
21482
21483 # CDPATH.
21484 $as_unset CDPATH
21485
21486
21487
21488   as_lineno_1=$LINENO
21489   as_lineno_2=$LINENO
21490   test "x$as_lineno_1" != "x$as_lineno_2" &&
21491   test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
21492
21493   # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
21494   # uniformly replaced by the line number.  The first 'sed' inserts a
21495   # line-number line after each line using $LINENO; the second 'sed'
21496   # does the real work.  The second script uses 'N' to pair each
21497   # line-number line with the line containing $LINENO, and appends
21498   # trailing '-' during substitution so that $LINENO is not a special
21499   # case at line end.
21500   # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
21501   # scripts with optimization help from Paolo Bonzini.  Blame Lee
21502   # E. McMahon (1931-1989) for sed's syntax.  :-)
21503   sed -n '
21504     p
21505     /[$]LINENO/=
21506   ' <$as_myself |
21507     sed '
21508       s/[$]LINENO.*/&-/
21509       t lineno
21510       b
21511       :lineno
21512       N
21513       :loop
21514       s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
21515       t loop
21516       s/-\n.*//
21517     ' >$as_me.lineno &&
21518   chmod +x "$as_me.lineno" ||
21519     { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
21520    { (exit 1); exit 1; }; }
21521
21522   # Don't try to exec as it changes $[0], causing all sort of problems
21523   # (the dirname of $[0] is not the place where we might find the
21524   # original and so on.  Autoconf is especially sensitive to this).
21525   . "./$as_me.lineno"
21526   # Exit status is that of the last command.
21527   exit
21528 }
21529
21530
21531 if (dirname -- /) >/dev/null 2>&1; then
21532   as_dirname=dirname
21533 else
21534   as_dirname=false
21535 fi
21536
21537 ECHO_C= ECHO_N= ECHO_T=
21538 case `echo -n x` in
21539 -n*)
21540   case `echo 'x\c'` in
21541   *c*) ECHO_T=' ';;     # ECHO_T is single tab character.
21542   *)   ECHO_C='\c';;
21543   esac;;
21544 *)
21545   ECHO_N='-n';;
21546 esac
21547
21548 if expr a : '\(a\)' >/dev/null 2>&1 &&
21549    test "X`expr 00001 : '.*\(...\)'`" = X001; then
21550   as_expr=expr
21551 else
21552   as_expr=false
21553 fi
21554
21555 rm -f conf$$ conf$$.exe conf$$.file
21556 if test -d conf$$.dir; then
21557   rm -f conf$$.dir/conf$$.file
21558 else
21559   rm -f conf$$.dir
21560   mkdir conf$$.dir
21561 fi
21562 echo >conf$$.file
21563 if ln -s conf$$.file conf$$ 2>/dev/null; then
21564   as_ln_s='ln -s'
21565   # ... but there are two gotchas:
21566   # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
21567   # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
21568   # In both cases, we have to default to `cp -p'.
21569   ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
21570     as_ln_s='cp -p'
21571 elif ln conf$$.file conf$$ 2>/dev/null; then
21572   as_ln_s=ln
21573 else
21574   as_ln_s='cp -p'
21575 fi
21576 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
21577 rmdir conf$$.dir 2>/dev/null
21578
21579 if mkdir -p . 2>/dev/null; then
21580   as_mkdir_p=:
21581 else
21582   test -d ./-p && rmdir ./-p
21583   as_mkdir_p=false
21584 fi
21585
21586 # Find out whether ``test -x'' works.  Don't use a zero-byte file, as
21587 # systems may use methods other than mode bits to determine executability.
21588 cat >conf$$.file <<_ASEOF
21589 #! /bin/sh
21590 exit 0
21591 _ASEOF
21592 chmod +x conf$$.file
21593 if test -x conf$$.file >/dev/null 2>&1; then
21594   as_executable_p="test -x"
21595 else
21596   as_executable_p=:
21597 fi
21598 rm -f conf$$.file
21599
21600 # Sed expression to map a string onto a valid CPP name.
21601 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
21602
21603 # Sed expression to map a string onto a valid variable name.
21604 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
21605
21606
21607 exec 6>&1
21608
21609 # Save the log message, to keep $[0] and so on meaningful, and to
21610 # report actual input values of CONFIG_FILES etc. instead of their
21611 # values after options handling.
21612 ac_log="
21613 This file was extended by Wine $as_me 0.9.14, which was
21614 generated by GNU Autoconf 2.59d.  Invocation command line was
21615
21616   CONFIG_FILES    = $CONFIG_FILES
21617   CONFIG_HEADERS  = $CONFIG_HEADERS
21618   CONFIG_LINKS    = $CONFIG_LINKS
21619   CONFIG_COMMANDS = $CONFIG_COMMANDS
21620   $ $0 $@
21621
21622 on `(hostname || uname -n) 2>/dev/null | sed 1q`
21623 "
21624
21625 _ACEOF
21626
21627 cat >>$CONFIG_STATUS <<_ACEOF
21628 # Files that config.status was made for.
21629 config_files="$ac_config_files"
21630 config_headers="$ac_config_headers"
21631 config_commands="$ac_config_commands"
21632
21633 _ACEOF
21634
21635 cat >>$CONFIG_STATUS <<\_ACEOF
21636 ac_cs_usage="\
21637 \`$as_me' instantiates files from templates according to the
21638 current configuration.
21639
21640 Usage: $0 [OPTIONS] [FILE]...
21641
21642   -h, --help       print this help, then exit
21643   -V, --version    print version number, then exit
21644   -q, --quiet      do not print progress messages
21645   -d, --debug      don't remove temporary files
21646       --recheck    update $as_me by reconfiguring in the same conditions
21647   --file=FILE[:TEMPLATE]
21648                    instantiate the configuration file FILE
21649   --header=FILE[:TEMPLATE]
21650                    instantiate the configuration header FILE
21651
21652 Configuration files:
21653 $config_files
21654
21655 Configuration headers:
21656 $config_headers
21657
21658 Configuration commands:
21659 $config_commands
21660
21661 Report bugs to <bug-autoconf@gnu.org>."
21662
21663 _ACEOF
21664 cat >>$CONFIG_STATUS <<_ACEOF
21665 ac_cs_version="\\
21666 Wine config.status 0.9.14
21667 configured by $0, generated by GNU Autoconf 2.59d,
21668   with options \\"`echo "$ac_configure_args" | sed 's/[\\""\`\$]/\\\\&/g'`\\"
21669
21670 Copyright (C) 2006 Free Software Foundation, Inc.
21671 This config.status script is free software; the Free Software Foundation
21672 gives unlimited permission to copy, distribute and modify it."
21673
21674 ac_pwd='$ac_pwd'
21675 srcdir='$srcdir'
21676 INSTALL='$INSTALL'
21677 _ACEOF
21678
21679 cat >>$CONFIG_STATUS <<\_ACEOF
21680 # If no file are specified by the user, then we need to provide default
21681 # value.  By we need to know if files were specified by the user.
21682 ac_need_defaults=:
21683 while test $# != 0
21684 do
21685   case $1 in
21686   --*=*)
21687     ac_option=`expr "X$1" : 'X\([^=]*\)='`
21688     ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
21689     ac_shift=:
21690     ;;
21691   *)
21692     ac_option=$1
21693     ac_optarg=$2
21694     ac_shift=shift
21695     ;;
21696   esac
21697
21698   case $ac_option in
21699   # Handling of the options.
21700   -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
21701     ac_cs_recheck=: ;;
21702   --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
21703     echo "$ac_cs_version"; exit ;;
21704   --debug | --debu | --deb | --de | --d | -d )
21705     debug=: ;;
21706   --file | --fil | --fi | --f )
21707     $ac_shift
21708     CONFIG_FILES="$CONFIG_FILES $ac_optarg"
21709     ac_need_defaults=false;;
21710   --header | --heade | --head | --hea )
21711     $ac_shift
21712     CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
21713     ac_need_defaults=false;;
21714   --he | --h)
21715     # Conflict between --help and --header
21716     { echo "$as_me: error: ambiguous option: $1
21717 Try \`$0 --help' for more information." >&2
21718    { (exit 1); exit 1; }; };;
21719   --help | --hel | -h )
21720     echo "$ac_cs_usage"; exit ;;
21721   -q | -quiet | --quiet | --quie | --qui | --qu | --q \
21722   | -silent | --silent | --silen | --sile | --sil | --si | --s)
21723     ac_cs_silent=: ;;
21724
21725   # This is an error.
21726   -*) { echo "$as_me: error: unrecognized option: $1
21727 Try \`$0 --help' for more information." >&2
21728    { (exit 1); exit 1; }; } ;;
21729
21730   *) ac_config_targets="$ac_config_targets $1"
21731      ac_need_defaults=false ;;
21732
21733   esac
21734   shift
21735 done
21736
21737 ac_configure_extra_args=
21738
21739 if $ac_cs_silent; then
21740   exec 6>/dev/null
21741   ac_configure_extra_args="$ac_configure_extra_args --silent"
21742 fi
21743
21744 _ACEOF
21745 cat >>$CONFIG_STATUS <<_ACEOF
21746 if \$ac_cs_recheck; then
21747   echo "running CONFIG_SHELL=$SHELL $SHELL $0 " $ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
21748   CONFIG_SHELL=$SHELL
21749   export CONFIG_SHELL
21750   exec $SHELL "$0" $ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
21751 fi
21752
21753 _ACEOF
21754 cat >>$CONFIG_STATUS <<\_ACEOF
21755 exec 5>>config.log
21756 {
21757   echo
21758   sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
21759 ## Running $as_me. ##
21760 _ASBOX
21761   echo "$ac_log"
21762 } >&5
21763
21764 _ACEOF
21765 cat >>$CONFIG_STATUS <<_ACEOF
21766 _ACEOF
21767
21768 cat >>$CONFIG_STATUS <<\_ACEOF
21769
21770 # Handling of arguments.
21771 for ac_config_target in $ac_config_targets
21772 do
21773   case $ac_config_target in
21774     "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
21775     "dlls/gdi/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/enhmfdrv" ;;
21776     "dlls/gdi/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi/mfdrv" ;;
21777     "dlls/kernel/messages") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel/messages" ;;
21778     "dlls/user/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user/resources" ;;
21779     "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
21780     "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
21781     "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
21782     "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
21783     "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
21784     "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
21785     "libs/Makelib.rules") CONFIG_FILES="$CONFIG_FILES libs/Makelib.rules" ;;
21786     "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
21787     "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
21788     "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
21789     "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
21790     "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
21791     "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
21792     "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
21793     "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
21794     "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
21795     "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
21796     "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
21797     "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
21798     "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
21799     "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
21800     "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
21801     "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
21802     "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
21803     "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
21804     "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
21805     "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
21806     "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
21807     "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
21808     "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
21809     "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
21810     "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
21811     "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
21812     "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
21813     "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
21814     "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
21815     "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
21816     "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
21817     "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
21818     "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
21819     "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
21820     "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
21821     "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
21822     "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
21823     "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
21824     "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
21825     "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
21826     "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
21827     "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
21828     "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
21829     "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
21830     "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
21831     "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
21832     "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
21833     "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
21834     "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
21835     "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
21836     "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
21837     "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
21838     "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
21839     "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
21840     "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
21841     "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
21842     "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
21843     "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
21844     "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
21845     "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
21846     "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
21847     "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
21848     "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
21849     "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
21850     "dlls/gdi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi/Makefile" ;;
21851     "dlls/gdi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi/tests/Makefile" ;;
21852     "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
21853     "dlls/glut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glut32/Makefile" ;;
21854     "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
21855     "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
21856     "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
21857     "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
21858     "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
21859     "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
21860     "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
21861     "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
21862     "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
21863     "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
21864     "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
21865     "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
21866     "dlls/kernel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel/Makefile" ;;
21867     "dlls/kernel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel/tests/Makefile" ;;
21868     "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
21869     "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
21870     "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
21871     "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
21872     "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
21873     "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
21874     "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
21875     "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
21876     "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
21877     "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
21878     "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
21879     "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
21880     "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
21881     "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
21882     "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
21883     "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
21884     "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
21885     "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
21886     "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
21887     "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
21888     "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
21889     "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
21890     "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
21891     "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
21892     "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
21893     "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
21894     "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
21895     "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
21896     "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
21897     "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
21898     "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
21899     "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
21900     "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
21901     "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
21902     "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
21903     "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
21904     "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
21905     "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
21906     "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
21907     "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
21908     "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
21909     "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
21910     "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
21911     "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
21912     "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
21913     "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
21914     "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
21915     "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
21916     "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
21917     "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
21918     "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
21919     "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
21920     "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
21921     "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
21922     "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
21923     "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
21924     "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
21925     "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
21926     "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
21927     "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
21928     "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
21929     "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
21930     "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
21931     "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
21932     "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
21933     "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
21934     "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
21935     "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
21936     "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
21937     "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
21938     "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
21939     "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
21940     "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
21941     "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
21942     "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
21943     "dlls/rsabase/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/tests/Makefile" ;;
21944     "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
21945     "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
21946     "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
21947     "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
21948     "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
21949     "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
21950     "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
21951     "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
21952     "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
21953     "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
21954     "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
21955     "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
21956     "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
21957     "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
21958     "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
21959     "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
21960     "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
21961     "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
21962     "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
21963     "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
21964     "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
21965     "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
21966     "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
21967     "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
21968     "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
21969     "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
21970     "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
21971     "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
21972     "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
21973     "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
21974     "dlls/user/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user/Makefile" ;;
21975     "dlls/user/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user/tests/Makefile" ;;
21976     "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
21977     "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
21978     "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
21979     "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
21980     "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
21981     "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
21982     "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
21983     "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
21984     "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
21985     "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
21986     "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
21987     "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
21988     "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
21989     "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
21990     "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
21991     "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
21992     "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
21993     "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
21994     "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
21995     "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
21996     "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
21997     "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
21998     "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
21999     "dlls/winmm/joystick/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/joystick/Makefile" ;;
22000     "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
22001     "dlls/winmm/winealsa/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winealsa/Makefile" ;;
22002     "dlls/winmm/winearts/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winearts/Makefile" ;;
22003     "dlls/winmm/wineaudioio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineaudioio/Makefile" ;;
22004     "dlls/winmm/winecoreaudio/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winecoreaudio/Makefile" ;;
22005     "dlls/winmm/wineesd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineesd/Makefile" ;;
22006     "dlls/winmm/winejack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winejack/Makefile" ;;
22007     "dlls/winmm/winenas/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/winenas/Makefile" ;;
22008     "dlls/winmm/wineoss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/wineoss/Makefile" ;;
22009     "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
22010     "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
22011     "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
22012     "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
22013     "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
22014     "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
22015     "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
22016     "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
22017     "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
22018     "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
22019     "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
22020     "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
22021     "dlls/x11drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/x11drv/Makefile" ;;
22022     "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
22023     "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
22024     "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
22025     "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
22026     "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
22027     "libs/unicode/Makefile") CONFIG_FILES="$CONFIG_FILES libs/unicode/Makefile" ;;
22028     "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
22029     "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
22030     "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
22031     "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
22032     "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
22033     "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
22034     "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
22035     "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
22036     "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
22037     "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
22038     "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
22039     "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
22040     "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
22041     "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
22042     "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
22043     "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
22044     "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
22045     "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
22046     "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
22047     "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
22048     "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
22049     "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
22050     "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
22051     "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
22052     "programs/wcmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wcmd/Makefile" ;;
22053     "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
22054     "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
22055     "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
22056     "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
22057     "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
22058     "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
22059     "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
22060     "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
22061     "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
22062     "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
22063     "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
22064     "programs/winhelp/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp/Makefile" ;;
22065     "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
22066     "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
22067     "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
22068     "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
22069     "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
22070     "tools/winapi/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winapi/Makefile" ;;
22071     "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
22072     "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
22073     "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
22074     "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
22075     "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
22076
22077   *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
22078 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
22079    { (exit 1); exit 1; }; };;
22080   esac
22081 done
22082
22083
22084 # If the user did not use the arguments to specify the items to instantiate,
22085 # then the envvar interface is used.  Set only those that are not.
22086 # We use the long form for the default assignment because of an extremely
22087 # bizarre bug on SunOS 4.1.3.
22088 if $ac_need_defaults; then
22089   test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
22090   test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
22091   test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
22092 fi
22093
22094 # Have a temporary directory for convenience.  Make it in the build tree
22095 # simply because there is no reason against having it here, and in addition,
22096 # creating and moving files from /tmp can sometimes cause problems.
22097 # Hook for its removal unless debugging.
22098 # Note that there is a small window in which the directory will not be cleaned:
22099 # after its creation but before its name has been assigned to `$tmp'.
22100 $debug ||
22101 {
22102   tmp=
22103   trap 'exit_status=$?
22104   { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
22105 ' 0
22106   trap '{ (exit 1); exit 1; }' 1 2 13 15
22107 }
22108 # Create a (secure) tmp directory for tmp files.
22109
22110 {
22111   tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
22112   test -n "$tmp" && test -d "$tmp"
22113 }  ||
22114 {
22115   tmp=./conf$$-$RANDOM
22116   (umask 077 && mkdir "$tmp")
22117 } ||
22118 {
22119    echo "$me: cannot create a temporary directory in ." >&2
22120    { (exit 1); exit 1; }
22121 }
22122
22123 #
22124 # Set up the sed scripts for CONFIG_FILES section.
22125 #
22126
22127 # No need to generate the scripts if there are no CONFIG_FILES.
22128 # This happens for instance when ./config.status config.h
22129 if test -n "$CONFIG_FILES"; then
22130
22131 _ACEOF
22132
22133 # Create sed commands to just substitute file output variables.
22134
22135 # Remaining file output variables are in a fragment that also has non-file
22136 # output varibles.
22137
22138
22139
22140 ac_delim='%!_!# '
22141 for ac_last_try in false false false false false :; do
22142   cat >conf$$subs.sed <<_ACEOF
22143 SHELL!$SHELL$ac_delim
22144 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
22145 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
22146 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
22147 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
22148 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
22149 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
22150 exec_prefix!$exec_prefix$ac_delim
22151 prefix!$prefix$ac_delim
22152 program_transform_name!$program_transform_name$ac_delim
22153 bindir!$bindir$ac_delim
22154 sbindir!$sbindir$ac_delim
22155 libexecdir!$libexecdir$ac_delim
22156 datarootdir!$datarootdir$ac_delim
22157 datadir!$datadir$ac_delim
22158 sysconfdir!$sysconfdir$ac_delim
22159 sharedstatedir!$sharedstatedir$ac_delim
22160 localstatedir!$localstatedir$ac_delim
22161 includedir!$includedir$ac_delim
22162 oldincludedir!$oldincludedir$ac_delim
22163 docdir!$docdir$ac_delim
22164 infodir!$infodir$ac_delim
22165 htmldir!$htmldir$ac_delim
22166 dvidir!$dvidir$ac_delim
22167 pdfdir!$pdfdir$ac_delim
22168 psdir!$psdir$ac_delim
22169 libdir!$libdir$ac_delim
22170 localedir!$localedir$ac_delim
22171 mandir!$mandir$ac_delim
22172 DEFS!$DEFS$ac_delim
22173 ECHO_C!$ECHO_C$ac_delim
22174 ECHO_N!$ECHO_N$ac_delim
22175 ECHO_T!$ECHO_T$ac_delim
22176 LIBS!$LIBS$ac_delim
22177 build_alias!$build_alias$ac_delim
22178 host_alias!$host_alias$ac_delim
22179 target_alias!$target_alias$ac_delim
22180 build!$build$ac_delim
22181 build_cpu!$build_cpu$ac_delim
22182 build_vendor!$build_vendor$ac_delim
22183 build_os!$build_os$ac_delim
22184 host!$host$ac_delim
22185 host_cpu!$host_cpu$ac_delim
22186 host_vendor!$host_vendor$ac_delim
22187 host_os!$host_os$ac_delim
22188 WIN16_FILES!$WIN16_FILES$ac_delim
22189 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
22190 SET_MAKE!$SET_MAKE$ac_delim
22191 CC!$CC$ac_delim
22192 CFLAGS!$CFLAGS$ac_delim
22193 LDFLAGS!$LDFLAGS$ac_delim
22194 CPPFLAGS!$CPPFLAGS$ac_delim
22195 ac_ct_CC!$ac_ct_CC$ac_delim
22196 EXEEXT!$EXEEXT$ac_delim
22197 OBJEXT!$OBJEXT$ac_delim
22198 CXX!$CXX$ac_delim
22199 CXXFLAGS!$CXXFLAGS$ac_delim
22200 ac_ct_CXX!$ac_ct_CXX$ac_delim
22201 CPPBIN!$CPPBIN$ac_delim
22202 TOOLSDIR!$TOOLSDIR$ac_delim
22203 XMKMF!$XMKMF$ac_delim
22204 CPP!$CPP$ac_delim
22205 X_CFLAGS!$X_CFLAGS$ac_delim
22206 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
22207 X_LIBS!$X_LIBS$ac_delim
22208 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
22209 LEX!$LEX$ac_delim
22210 LEXLIB!$LEXLIB$ac_delim
22211 LEX_OUTPUT_ROOT!$LEX_OUTPUT_ROOT$ac_delim
22212 XLEX!$XLEX$ac_delim
22213 BISON!$BISON$ac_delim
22214 AS!$AS$ac_delim
22215 ac_ct_AS!$ac_ct_AS$ac_delim
22216 LD!$LD$ac_delim
22217 AR!$AR$ac_delim
22218 RANLIB!$RANLIB$ac_delim
22219 STRIP!$STRIP$ac_delim
22220 WINDRES!$WINDRES$ac_delim
22221 LN_S!$LN_S$ac_delim
22222 _ACEOF
22223
22224   if test `grep -c "$ac_delim\$" conf$$subs.sed` = 79; then
22225     break
22226   elif $ac_last_try; then
22227     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22228 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22229    { (exit 1); exit 1; }; }
22230   else
22231     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22232   fi
22233 done
22234
22235 ac_eof=
22236 if grep '^CEOF$' conf$$subs.sed >/dev/null; then
22237   ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
22238   ac_eof=`expr 0$ac_eof + 1`
22239 fi
22240
22241 cat >>$CONFIG_STATUS <<_ACEOF
22242 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
22243 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22244 /^[      ]*@MAKE_RULES@[         ]*$/{
22245 r $MAKE_RULES
22246 d
22247 }
22248 /^[      ]*@MAKE_DLL_RULES@[     ]*$/{
22249 r $MAKE_DLL_RULES
22250 d
22251 }
22252 /^[      ]*@MAKE_IMPLIB_RULES@[  ]*$/{
22253 r $MAKE_IMPLIB_RULES
22254 d
22255 }
22256 /^[      ]*@MAKE_TEST_RULES@[    ]*$/{
22257 r $MAKE_TEST_RULES
22258 d
22259 }
22260 /^[      ]*@MAKE_LIB_RULES@[     ]*$/{
22261 r $MAKE_LIB_RULES
22262 d
22263 }
22264 /^[      ]*@MAKE_PROG_RULES@[    ]*$/{
22265 r $MAKE_PROG_RULES
22266 d
22267 }
22268 _ACEOF
22269 sed '
22270 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22271 s/^/s,@/; s/!/@,|#_!!_#|/
22272 :n
22273 t n
22274 s/'"$ac_delim"'$/,g/; t
22275 s/$/\\/; p
22276 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22277 ' >>$CONFIG_STATUS <conf$$subs.sed
22278 rm -f conf$$subs.sed
22279 cat >>$CONFIG_STATUS <<_ACEOF
22280 CEOF$ac_eof
22281 _ACEOF
22282
22283
22284 ac_delim='%!_!# '
22285 for ac_last_try in false false false false false :; do
22286   cat >conf$$subs.sed <<_ACEOF
22287 LN!$LN$ac_delim
22288 GREP!$GREP$ac_delim
22289 EGREP!$EGREP$ac_delim
22290 LDCONFIG!$LDCONFIG$ac_delim
22291 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
22292 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
22293 INSTALL_DATA!$INSTALL_DATA$ac_delim
22294 LINT!$LINT$ac_delim
22295 LINTFLAGS!$LINTFLAGS$ac_delim
22296 FONTFORGE!$FONTFORGE$ac_delim
22297 PKG_CONFIG!$PKG_CONFIG$ac_delim
22298 PRELINK!$PRELINK$ac_delim
22299 LIBPTHREAD!$LIBPTHREAD$ac_delim
22300 XLIB!$XLIB$ac_delim
22301 XFILES!$XFILES$ac_delim
22302 OPENGLFILES!$OPENGLFILES$ac_delim
22303 GLU32FILES!$GLU32FILES$ac_delim
22304 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
22305 GLUT_LIBS!$GLUT_LIBS$ac_delim
22306 GLUT32FILES!$GLUT32FILES$ac_delim
22307 NASLIBS!$NASLIBS$ac_delim
22308 XML2LIBS!$XML2LIBS$ac_delim
22309 XML2INCL!$XML2INCL$ac_delim
22310 XSLTLIBS!$XSLTLIBS$ac_delim
22311 XSLTINCL!$XSLTINCL$ac_delim
22312 HALINCL!$HALINCL$ac_delim
22313 CURSESLIBS!$CURSESLIBS$ac_delim
22314 sane_devel!$sane_devel$ac_delim
22315 SANELIBS!$SANELIBS$ac_delim
22316 SANEINCL!$SANEINCL$ac_delim
22317 gphoto2_devel!$gphoto2_devel$ac_delim
22318 gphoto2port_devel!$gphoto2port_devel$ac_delim
22319 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
22320 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
22321 ICULIBS!$ICULIBS$ac_delim
22322 RESOLVLIBS!$RESOLVLIBS$ac_delim
22323 LCMSLIBS!$LCMSLIBS$ac_delim
22324 LDAPLIBS!$LDAPLIBS$ac_delim
22325 FREETYPELIBS!$FREETYPELIBS$ac_delim
22326 FREETYPEINCL!$FREETYPEINCL$ac_delim
22327 ft_devel!$ft_devel$ac_delim
22328 ft_devel2!$ft_devel2$ac_delim
22329 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
22330 ARTSCCONFIG!$ARTSCCONFIG$ac_delim
22331 ARTSLIBS!$ARTSLIBS$ac_delim
22332 ARTSINCL!$ARTSINCL$ac_delim
22333 ESDCONFIG!$ESDCONFIG$ac_delim
22334 ESDLIBS!$ESDLIBS$ac_delim
22335 ESDINCL!$ESDINCL$ac_delim
22336 ALSALIBS!$ALSALIBS$ac_delim
22337 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
22338 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
22339 BUILTINFLAG!$BUILTINFLAG$ac_delim
22340 DLLEXT!$DLLEXT$ac_delim
22341 DLLFLAGS!$DLLFLAGS$ac_delim
22342 DLLIBS!$DLLIBS$ac_delim
22343 LDSHARED!$LDSHARED$ac_delim
22344 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
22345 LIBEXT!$LIBEXT$ac_delim
22346 IMPLIBEXT!$IMPLIBEXT$ac_delim
22347 DLLTOOL!$DLLTOOL$ac_delim
22348 DLLWRAP!$DLLWRAP$ac_delim
22349 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
22350 LDEXERPATH!$LDEXERPATH$ac_delim
22351 LDDLLRPATH!$LDDLLRPATH$ac_delim
22352 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
22353 IOKITLIB!$IOKITLIB$ac_delim
22354 COREAUDIO!$COREAUDIO$ac_delim
22355 CROSSTEST!$CROSSTEST$ac_delim
22356 CROSSCC!$CROSSCC$ac_delim
22357 CROSSWINDRES!$CROSSWINDRES$ac_delim
22358 LDPATH!$LDPATH$ac_delim
22359 CRTLIBS!$CRTLIBS$ac_delim
22360 SOCKETLIBS!$SOCKETLIBS$ac_delim
22361 MAIN_BINARY!$MAIN_BINARY$ac_delim
22362 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
22363 LDD!$LDD$ac_delim
22364 LIBOBJS!$LIBOBJS$ac_delim
22365 LTLIBOBJS!$LTLIBOBJS$ac_delim
22366 _ACEOF
22367
22368   if test `grep -c "$ac_delim\$" conf$$subs.sed` = 79; then
22369     break
22370   elif $ac_last_try; then
22371     { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
22372 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
22373    { (exit 1); exit 1; }; }
22374   else
22375     ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
22376   fi
22377 done
22378
22379 ac_eof=
22380 if grep '^CEOF$' conf$$subs.sed >/dev/null; then
22381   ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF//p' conf$$subs.sed | sort -nru | sed 1q`
22382   ac_eof=`expr 0$ac_eof + 1`
22383 fi
22384
22385 cat >>$CONFIG_STATUS <<_ACEOF
22386 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
22387 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
22388 _ACEOF
22389 sed '
22390 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
22391 s/^/s,@/; s/!/@,|#_!!_#|/
22392 :n
22393 t n
22394 s/'"$ac_delim"'$/,g/; t
22395 s/$/\\/; p
22396 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
22397 ' >>$CONFIG_STATUS <conf$$subs.sed
22398 rm -f conf$$subs.sed
22399 cat >>$CONFIG_STATUS <<_ACEOF
22400 :end
22401 s/|#_!!_#|//g
22402 CEOF$ac_eof
22403 _ACEOF
22404
22405
22406 # VPATH may cause trouble with some makes, so we remove $(srcdir),
22407 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
22408 # trailing colons and then remove the whole line if VPATH becomes empty
22409 # (actually we leave an empty line to preserve line numbers).
22410 if test "x$srcdir" = x.; then
22411   ac_vpsub='/^[  ]*VPATH[        ]*=/{
22412 s/:*\$(srcdir):*/:/
22413 s/:*\${srcdir}:*/:/
22414 s/:*@srcdir@:*/:/
22415 s/^\([^=]*=[     ]*\):*/\1/
22416 s/:*$//
22417 s/^[^=]*=[       ]*$//
22418 }'
22419 fi
22420
22421 cat >>$CONFIG_STATUS <<\_ACEOF
22422 fi # test -n "$CONFIG_FILES"
22423
22424
22425 for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
22426 do
22427   case $ac_tag in
22428   :[FHLC]) ac_mode=$ac_tag; continue;;
22429   esac
22430   case $ac_mode$ac_tag in
22431   :[FHL]*:*);;
22432   :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
22433 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
22434    { (exit 1); exit 1; }; };;
22435   :[FH]-) ac_tag=-:-;;
22436   :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
22437   esac
22438   ac_save_IFS=$IFS
22439   IFS=:
22440   set x $ac_tag
22441   IFS=$ac_save_IFS
22442   shift
22443   ac_file=$1
22444   shift
22445
22446   case $ac_mode in
22447   :L) ac_source=$1;;
22448   :[FH])
22449     ac_file_inputs=
22450     for ac_f
22451     do
22452       case $ac_f in
22453       -) ac_f="$tmp/stdin";;
22454       *) # Look for the file first in the build tree, then in the source tree
22455          # (if the path is not absolute).  The absolute path cannot be DOS-style,
22456          # because $ac_f cannot contain `:'.
22457          test -f "$ac_f" ||
22458            case $ac_f in
22459            [\\/$]*) false;;
22460            *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
22461            esac ||
22462            { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
22463 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
22464    { (exit 1); exit 1; }; };;
22465       esac
22466       ac_file_inputs="$ac_file_inputs $ac_f"
22467     done
22468
22469     # Let's still pretend it is `configure' which instantiates (i.e., don't
22470     # use $as_me), people would be surprised to read:
22471     #    /* config.h.  Generated by config.status.  */
22472     configure_input="Generated from "`IFS=:
22473           echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
22474     if test x"$ac_file" != x-; then
22475       configure_input="$ac_file.  $configure_input"
22476       { echo "$as_me:$LINENO: creating $ac_file" >&5
22477 echo "$as_me: creating $ac_file" >&6;}
22478     fi
22479
22480     case $ac_tag in
22481     *:-:* | *:-) cat >"$tmp/stdin";;
22482     esac
22483     ;;
22484   esac
22485
22486   ac_dir=`$as_dirname -- "$ac_file" ||
22487 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22488          X"$ac_file" : 'X\(//\)[^/]' \| \
22489          X"$ac_file" : 'X\(//\)$' \| \
22490          X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
22491 echo X"$ac_file" |
22492     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22493             s//\1/
22494             q
22495           }
22496           /^X\(\/\/\)[^/].*/{
22497             s//\1/
22498             q
22499           }
22500           /^X\(\/\/\)$/{
22501             s//\1/
22502             q
22503           }
22504           /^X\(\/\).*/{
22505             s//\1/
22506             q
22507           }
22508           s/.*/./; q'`
22509   { as_dir="$ac_dir"
22510   case $as_dir in #(
22511   -*) as_dir=./$as_dir;;
22512   esac
22513   test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
22514     as_dirs=
22515     while :; do
22516       case $as_dir in #(
22517       *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
22518       *) as_qdir=$as_dir;;
22519       esac
22520       as_dirs="'$as_qdir' $as_dirs"
22521       as_dir=`$as_dirname -- "$as_dir" ||
22522 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
22523          X"$as_dir" : 'X\(//\)[^/]' \| \
22524          X"$as_dir" : 'X\(//\)$' \| \
22525          X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
22526 echo X"$as_dir" |
22527     sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
22528             s//\1/
22529             q
22530           }
22531           /^X\(\/\/\)[^/].*/{
22532             s//\1/
22533             q
22534           }
22535           /^X\(\/\/\)$/{
22536             s//\1/
22537             q
22538           }
22539           /^X\(\/\).*/{
22540             s//\1/
22541             q
22542           }
22543           s/.*/./; q'`
22544       test -d "$as_dir" && break
22545     done
22546     test -z "$as_dirs" || eval "mkdir $as_dirs"
22547   } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
22548 echo "$as_me: error: cannot create directory $as_dir" >&2;}
22549    { (exit 1); exit 1; }; }; }
22550   ac_builddir=.
22551
22552 case "$ac_dir" in
22553 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
22554 *)
22555   ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
22556   # A ".." for each directory in $ac_dir_suffix.
22557   ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
22558   case $ac_top_builddir_sub in
22559   "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
22560   *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
22561   esac ;;
22562 esac
22563 ac_abs_top_builddir=$ac_pwd
22564 ac_abs_builddir=$ac_pwd$ac_dir_suffix
22565 # for backward compatibility:
22566 ac_top_builddir=$ac_top_build_prefix
22567
22568 case $srcdir in
22569   .)  # We are building in place.
22570     ac_srcdir=.
22571     ac_top_srcdir=$ac_top_builddir_sub
22572     ac_abs_top_srcdir=$ac_pwd ;;
22573   [\\/]* | ?:[\\/]* )  # Absolute name.
22574     ac_srcdir=$srcdir$ac_dir_suffix;
22575     ac_top_srcdir=$srcdir
22576     ac_abs_top_srcdir=$srcdir ;;
22577   *) # Relative name.
22578     ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
22579     ac_top_srcdir=$ac_top_build_prefix$srcdir
22580     ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
22581 esac
22582 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
22583
22584
22585   case $ac_mode in
22586   :F)
22587   #
22588   # CONFIG_FILE
22589   #
22590
22591   case $INSTALL in
22592   [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
22593   *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
22594   esac
22595 _ACEOF
22596
22597 cat >>$CONFIG_STATUS <<\_ACEOF
22598 # If the template does not know about datarootdir, expand it.
22599 # FIXME: This hack should be removed a few years after 2.60.
22600 ac_datarootdir_hack=
22601
22602 case `sed -n '/datarootdir/ {
22603   p
22604   q
22605 }
22606 /@datadir@/p
22607 /@docdir@/p
22608 /@infodir@/p
22609 /@localedir@/p
22610 /@mandir@/p
22611 ' $ac_file_inputs` in
22612 *datarootdir*) ;;
22613 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
22614   { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
22615 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
22616 _ACEOF
22617 cat >>$CONFIG_STATUS <<_ACEOF
22618   ac_datarootdir_hack='
22619   s&@datadir@&$datadir&g
22620   s&@docdir@&$docdir&g
22621   s&@infodir@&$infodir&g
22622   s&@localedir@&$localedir&g
22623   s&@mandir@&$mandir&g
22624     s&\\\${datarootdir}&$datarootdir&g' ;;
22625 esac
22626 _ACEOF
22627
22628 # Neutralize VPATH when `$srcdir' = `.'.
22629 # Shell code in configure.ac might set extrasub.
22630 # FIXME: do we really want to maintain this feature?
22631 cat >>$CONFIG_STATUS <<_ACEOF
22632   sed "$ac_vpsub
22633 $extrasub
22634 _ACEOF
22635 cat >>$CONFIG_STATUS <<\_ACEOF
22636 :t
22637 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
22638 s&@configure_input@&$configure_input&;t t
22639 s&@top_builddir@&$ac_top_builddir_sub&;t t
22640 s&@srcdir@&$ac_srcdir&;t t
22641 s&@abs_srcdir@&$ac_abs_srcdir&;t t
22642 s&@top_srcdir@&$ac_top_srcdir&;t t
22643 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
22644 s&@builddir@&$ac_builddir&;t t
22645 s&@abs_builddir@&$ac_abs_builddir&;t t
22646 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
22647 s&@INSTALL@&$ac_INSTALL&;t t
22648 $ac_datarootdir_hack
22649 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
22650
22651   rm -f "$tmp/stdin"
22652   case $ac_file in
22653   -) cat "$tmp/out"; rm -f "$tmp/out";;
22654   *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
22655   esac
22656  ;;
22657   :H)
22658   #
22659   # CONFIG_HEADER
22660   #
22661
22662   # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
22663   # NAME is the cpp macro being defined, VALUE is the value it is being given.
22664   # PARAMS is the parameter list in the macro definition--in most cases, it's
22665   # just an empty string.
22666   #
22667   ac_dA='s,^\([  ]*#[    ]*\)[^  ]*\([   ][      ]*'
22668   ac_dB='\)[     (].*$,\1define\2'
22669   ac_dC=' '
22670   ac_dD=' ,'
22671
22672   ac_word_regexp=[_$as_cr_Letters][_$as_cr_alnum]*
22673 _ACEOF
22674
22675 # Transform confdefs.h into a sed script `conftest.defines', that
22676 # substitutes the proper values into config.h.in to produce config.h.
22677 rm -f conftest.defines conftest.tail
22678 # First, append a space to every undef/define line, to ease matching.
22679 echo 's/$/ /' >conftest.defines
22680 # Then, protect against being on the right side of a sed subst, or in
22681 # an unquoted here document, in config.status.  If some macros were
22682 # called several times there might be several #defines for the same
22683 # symbol, which is useless.  But do not sort them, since the last
22684 # AC_DEFINE must be honored.
22685 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
22686 uniq confdefs.h |
22687   sed -n '
22688         t rset
22689         :rset
22690         s/^[     ]*#[    ]*define[       ][      ]*//
22691         t ok
22692         d
22693         :ok
22694         s/[\\&,]/\\&/g
22695         s/[\\$`]/\\&/g
22696         s/^\('"$ac_word_re"'\)\(([^()]*)\)[      ]*\(.*\)/${ac_dA}\1$ac_dB\2${ac_dC}\3$ac_dD/p
22697         s/^\('"$ac_word_re"'\)[  ]*\(.*\)/${ac_dA}\1$ac_dB${ac_dC}\2$ac_dD/p
22698   ' >>conftest.defines
22699
22700 # Remove the space that was appended to ease matching.
22701 # Then replace #undef with comments.  This is necessary, for
22702 # example, in the case of _POSIX_SOURCE, which is predefined and required
22703 # on some systems where configure will not decide to define it.
22704 # (The regexp can be short, since the line contains either #define or #undef.)
22705 echo 's/ $//
22706 s,^[     #]*u.*,/* & */,' >>conftest.defines
22707
22708 # Break up conftest.defines:
22709 ac_max_sed_lines=96
22710
22711 # First sed command is:  sed -f defines.sed $ac_file_inputs >"$tmp/out1"
22712 # Second one is:         sed -f defines.sed "$tmp/out1" >"$tmp/out2"
22713 # Third one will be:     sed -f defines.sed "$tmp/out2" >"$tmp/out1"
22714 # et cetera.
22715 ac_in='$ac_file_inputs'
22716 ac_out='"$tmp/out1"'
22717 ac_nxt='"$tmp/out2"'
22718
22719 while :
22720 do
22721   # Write a here document:
22722     echo '    # First, check the format of the line:
22723     cat >"$tmp/defines.sed" <<CEOF
22724 /^[      ]*#[    ]*undef[        ][      ]*$ac_word_regexp[      ]*$/b def
22725 /^[      ]*#[    ]*define[       ][      ]*$ac_word_regexp[(     ]/b def
22726 b
22727 :def' >>$CONFIG_STATUS
22728   sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
22729   echo 'CEOF
22730     sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
22731   ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
22732   sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
22733   grep . conftest.tail >/dev/null || break
22734   rm -f conftest.defines
22735   mv conftest.tail conftest.defines
22736 done
22737 rm -f conftest.defines conftest.tail
22738
22739 echo "ac_result=$ac_in" >>$CONFIG_STATUS
22740 cat >>$CONFIG_STATUS <<\_ACEOF
22741   if test x"$ac_file" != x-; then
22742     echo "/* $configure_input  */" >"$tmp/config.h"
22743     cat "$ac_result" >>"$tmp/config.h"
22744     if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
22745       { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
22746 echo "$as_me: $ac_file is unchanged" >&6;}
22747     else
22748       rm -f $ac_file
22749       mv "$tmp/config.h" $ac_file
22750     fi
22751   else
22752     echo "/* $configure_input  */"
22753     cat "$ac_result"
22754   fi
22755   rm -f "$tmp/out12"
22756  ;;
22757
22758   :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
22759 echo "$as_me: executing $ac_file commands" >&6;}
22760  ;;
22761   esac
22762
22763
22764   case $ac_file$ac_mode in
22765     "dlls/gdi/enhmfdrv":C) test -d "dlls/gdi/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/enhmfdrv" >&5
22766 echo "$as_me: creating dlls/gdi/enhmfdrv" >&6;} && mkdir "dlls/gdi/enhmfdrv") ;;
22767     "dlls/gdi/mfdrv":C) test -d "dlls/gdi/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi/mfdrv" >&5
22768 echo "$as_me: creating dlls/gdi/mfdrv" >&6;} && mkdir "dlls/gdi/mfdrv") ;;
22769     "dlls/kernel/messages":C) test -d "dlls/kernel/messages" || ({ echo "$as_me:$LINENO: creating dlls/kernel/messages" >&5
22770 echo "$as_me: creating dlls/kernel/messages" >&6;} && mkdir "dlls/kernel/messages") ;;
22771     "dlls/user/resources":C) test -d "dlls/user/resources" || ({ echo "$as_me:$LINENO: creating dlls/user/resources" >&5
22772 echo "$as_me: creating dlls/user/resources" >&6;} && mkdir "dlls/user/resources") ;;
22773     "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
22774 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
22775     "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
22776 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
22777
22778   esac
22779 done # for ac_tag
22780
22781
22782 { (exit 0); exit 0; }
22783 _ACEOF
22784 chmod +x $CONFIG_STATUS
22785 ac_clean_files=$ac_clean_files_save
22786
22787
22788 # configure is writing to config.log, and then calls config.status.
22789 # config.status does its own redirection, appending to config.log.
22790 # Unfortunately, on DOS this fails, as config.log is still kept open
22791 # by configure, so config.status won't be able to write to it; its
22792 # output is simply discarded.  So we exec the FD to /dev/null,
22793 # effectively closing config.log, so it can be properly (re)opened and
22794 # appended to by config.status.  When coming back to configure, we
22795 # need to make the FD available again.
22796 if test "$no_create" != yes; then
22797   ac_cs_success=:
22798   ac_config_status_args=
22799   test "$silent" = yes &&
22800     ac_config_status_args="$ac_config_status_args --quiet"
22801   exec 5>/dev/null
22802   $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
22803   exec 5>>config.log
22804   # Use ||, not &&, to avoid exiting from the if with $? = 1, which
22805   # would make configure fail if this is the last instruction.
22806   $ac_cs_success || { (exit 1); exit 1; }
22807 fi
22808
22809
22810 exitcode=0
22811 if test "$have_x" = "no"
22812 then
22813   echo
22814   echo "*** Warning: X development files not found. Wine will be built without"
22815   echo "*** X support, which currently does not work, and would probably not be"
22816   echo "*** what you want anyway. You will need to install devel packages of"
22817   echo "*** Xlib/Xfree86 at the very least."
22818   exitcode=1
22819 fi
22820
22821 if test "$wine_cv_opengl_version_OK" = "no"
22822 then
22823   echo
22824   echo "*** Warning: old Mesa headers detected. Wine will be built without Direct3D"
22825   echo "*** support. Consider upgrading your Mesa libraries (http://www.mesa3d.org/)."
22826   exitcode=1
22827 fi
22828
22829 if test "$wine_cv_msg_freetype" = "yes"
22830 then
22831   echo
22832   echo "*** Note: Your system appears to have the FreeType 2 runtime libraries"
22833   echo "*** installed, but 'freetype-config' is not in your PATH. Install the"
22834   echo "*** freetype-devel package (or its equivalent on your distribution) to"
22835   echo "*** enable Wine to use TrueType fonts."
22836   exitcode=1
22837 fi
22838
22839 if test "$wine_cv_msg_fonts" = "yes"
22840 then
22841   echo
22842   echo "*** Warning: FreeType or FontForge is missing."
22843   echo "*** Fonts will not be built. Dialog text may be invisible or unaligned."
22844   exitcode=1
22845 fi
22846
22847 if test -z "$ALSALIBS" -a \
22848         -z "$ARTSC_LIBS" -a \
22849         -z "$AUDIOIOLIBS" -a \
22850         -z "$NASLIBS" -a \
22851         -z "$ESD_LIBS" -a \
22852         -z "$ac_cv_lib_soname_jack" -a \
22853         "$ac_cv_header_sys_soundcard_h" != "yes" -a \
22854         "$ac_cv_header_machine_soundcard_h" != "yes" -a \
22855         "$ac_cv_header_soundcard_h" != "yes"
22856 then
22857   echo "*** No sound system was found. Windows applications will be silent."
22858   echo "*** The currently supported sound systems are:"
22859   echo "*** ALSA, ARTS, EsounD, AudioIO, Jack, NAS and OSS"
22860   exitcode=1
22861 fi
22862
22863 echo
22864 echo "Configure finished.  Do '${ac_make} depend && ${ac_make}' to compile Wine."
22865 echo
22866
22867 exit $exitcode
22868