crypt32: Remove some unnecessary code.
[wine/wine64.git] / configure
blob4345d9501b3519a19e2d5e3f59639354a74b9ca2
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.2.
5 # Report bugs to <wine-devel@winehq.org>.
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 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.2'
578 PACKAGE_STRING='Wine 1.1.2'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 XFILES
717 OPENGLFILES
718 GLU32FILES
719 OPENGL_LIBS
720 QUARTZFILES
721 DLLEXT
722 DLLFLAGS
723 LDSHARED
724 LDDLLFLAGS
725 LIBEXT
726 IMPLIBEXT
727 LDRPATH_INSTALL
728 LDRPATH_LOCAL
730 DLLTOOL
731 DLLWRAP
732 MINGWAR
733 SECURITYLIB
734 COREFOUNDATIONLIB
735 IOKITLIB
736 LDEXECFLAGS
737 DISKARBITRATIONLIB
738 COREAUDIO
739 CARBONLIB
740 CROSSTEST
741 CROSSCC
742 CROSSWINDRES
743 NASLIBS
744 XML2LIBS
745 XML2INCL
746 XSLTLIBS
747 XSLTINCL
748 HALINCL
749 sane_devel
750 SANEINCL
751 gphoto2_devel
752 gphoto2port_devel
753 GPHOTO2LIBS
754 GPHOTO2INCL
755 RESOLVLIBS
756 LCMSLIBS
757 ft_devel
758 FREETYPELIBS
759 FREETYPEINCL
760 FONTSSUBDIRS
761 ESDCONFIG
762 ESDINCL
763 ESDLIBS
764 ALSALIBS
765 AUDIOIOLIBS
766 CUPSINCL
767 FONTCONFIGINCL
768 EXTRACFLAGS
769 BUILTINFLAG
770 LDPATH
771 CRTLIBS
772 SOCKETLIBS
773 MAIN_BINARY
774 EXTRA_BINARIES
775 LIBDL
776 LIBPOLL
777 LDAPLIBS
778 DEPENDENCIES
779 ALL_MAKERULES
780 ALL_MAKEFILES
781 ALL_MAKEFILE_DEPENDS
782 LIBOBJS
783 LTLIBOBJS'
784 ac_subst_files='MAKE_RULES
785 MAKE_DLL_RULES
786 MAKE_IMPLIB_RULES
787 MAKE_TEST_RULES
788 MAKE_PROG_RULES'
789 ac_precious_vars='build_alias
790 host_alias
791 target_alias
793 CFLAGS
794 LDFLAGS
795 LIBS
796 CPPFLAGS
798 CXXFLAGS
800 XMKMF
801 CPP'
804 # Initialize some variables set by options.
805 ac_init_help=
806 ac_init_version=false
807 # The variables have the same names as the options, with
808 # dashes changed to underlines.
809 cache_file=/dev/null
810 exec_prefix=NONE
811 no_create=
812 no_recursion=
813 prefix=NONE
814 program_prefix=NONE
815 program_suffix=NONE
816 program_transform_name=s,x,x,
817 silent=
818 site=
819 srcdir=
820 verbose=
821 x_includes=NONE
822 x_libraries=NONE
824 # Installation directory options.
825 # These are left unexpanded so users can "make install exec_prefix=/foo"
826 # and all the variables that are supposed to be based on exec_prefix
827 # by default will actually change.
828 # Use braces instead of parens because sh, perl, etc. also accept them.
829 # (The list follows the same order as the GNU Coding Standards.)
830 bindir='${exec_prefix}/bin'
831 sbindir='${exec_prefix}/sbin'
832 libexecdir='${exec_prefix}/libexec'
833 datarootdir='${prefix}/share'
834 datadir='${datarootdir}'
835 sysconfdir='${prefix}/etc'
836 sharedstatedir='${prefix}/com'
837 localstatedir='${prefix}/var'
838 includedir='${prefix}/include'
839 oldincludedir='/usr/include'
840 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
841 infodir='${datarootdir}/info'
842 htmldir='${docdir}'
843 dvidir='${docdir}'
844 pdfdir='${docdir}'
845 psdir='${docdir}'
846 libdir='${exec_prefix}/lib'
847 localedir='${datarootdir}/locale'
848 mandir='${datarootdir}/man'
850 ac_prev=
851 ac_dashdash=
852 for ac_option
854 # If the previous option needs an argument, assign it.
855 if test -n "$ac_prev"; then
856 eval $ac_prev=\$ac_option
857 ac_prev=
858 continue
861 case $ac_option in
862 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
863 *) ac_optarg=yes ;;
864 esac
866 # Accept the important Cygnus configure options, so we can diagnose typos.
868 case $ac_dashdash$ac_option in
870 ac_dashdash=yes ;;
872 -bindir | --bindir | --bindi | --bind | --bin | --bi)
873 ac_prev=bindir ;;
874 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
875 bindir=$ac_optarg ;;
877 -build | --build | --buil | --bui | --bu)
878 ac_prev=build_alias ;;
879 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
880 build_alias=$ac_optarg ;;
882 -cache-file | --cache-file | --cache-fil | --cache-fi \
883 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
884 ac_prev=cache_file ;;
885 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
886 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
887 cache_file=$ac_optarg ;;
889 --config-cache | -C)
890 cache_file=config.cache ;;
892 -datadir | --datadir | --datadi | --datad)
893 ac_prev=datadir ;;
894 -datadir=* | --datadir=* | --datadi=* | --datad=*)
895 datadir=$ac_optarg ;;
897 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
898 | --dataroo | --dataro | --datar)
899 ac_prev=datarootdir ;;
900 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
901 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
902 datarootdir=$ac_optarg ;;
904 -disable-* | --disable-*)
905 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
906 # Reject names that are not valid shell variable names.
907 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
908 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
909 { (exit 1); exit 1; }; }
910 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
911 eval enable_$ac_feature=no ;;
913 -docdir | --docdir | --docdi | --doc | --do)
914 ac_prev=docdir ;;
915 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
916 docdir=$ac_optarg ;;
918 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
919 ac_prev=dvidir ;;
920 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
921 dvidir=$ac_optarg ;;
923 -enable-* | --enable-*)
924 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
925 # Reject names that are not valid shell variable names.
926 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
927 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
928 { (exit 1); exit 1; }; }
929 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
930 eval enable_$ac_feature=\$ac_optarg ;;
932 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
933 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
934 | --exec | --exe | --ex)
935 ac_prev=exec_prefix ;;
936 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
937 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
938 | --exec=* | --exe=* | --ex=*)
939 exec_prefix=$ac_optarg ;;
941 -gas | --gas | --ga | --g)
942 # Obsolete; use --with-gas.
943 with_gas=yes ;;
945 -help | --help | --hel | --he | -h)
946 ac_init_help=long ;;
947 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
948 ac_init_help=recursive ;;
949 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
950 ac_init_help=short ;;
952 -host | --host | --hos | --ho)
953 ac_prev=host_alias ;;
954 -host=* | --host=* | --hos=* | --ho=*)
955 host_alias=$ac_optarg ;;
957 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
958 ac_prev=htmldir ;;
959 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
960 | --ht=*)
961 htmldir=$ac_optarg ;;
963 -includedir | --includedir | --includedi | --included | --include \
964 | --includ | --inclu | --incl | --inc)
965 ac_prev=includedir ;;
966 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
967 | --includ=* | --inclu=* | --incl=* | --inc=*)
968 includedir=$ac_optarg ;;
970 -infodir | --infodir | --infodi | --infod | --info | --inf)
971 ac_prev=infodir ;;
972 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
973 infodir=$ac_optarg ;;
975 -libdir | --libdir | --libdi | --libd)
976 ac_prev=libdir ;;
977 -libdir=* | --libdir=* | --libdi=* | --libd=*)
978 libdir=$ac_optarg ;;
980 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
981 | --libexe | --libex | --libe)
982 ac_prev=libexecdir ;;
983 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
984 | --libexe=* | --libex=* | --libe=*)
985 libexecdir=$ac_optarg ;;
987 -localedir | --localedir | --localedi | --localed | --locale)
988 ac_prev=localedir ;;
989 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
990 localedir=$ac_optarg ;;
992 -localstatedir | --localstatedir | --localstatedi | --localstated \
993 | --localstate | --localstat | --localsta | --localst | --locals)
994 ac_prev=localstatedir ;;
995 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
996 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
997 localstatedir=$ac_optarg ;;
999 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1000 ac_prev=mandir ;;
1001 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1002 mandir=$ac_optarg ;;
1004 -nfp | --nfp | --nf)
1005 # Obsolete; use --without-fp.
1006 with_fp=no ;;
1008 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1009 | --no-cr | --no-c | -n)
1010 no_create=yes ;;
1012 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1013 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1014 no_recursion=yes ;;
1016 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1017 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1018 | --oldin | --oldi | --old | --ol | --o)
1019 ac_prev=oldincludedir ;;
1020 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1021 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1022 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1023 oldincludedir=$ac_optarg ;;
1025 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1026 ac_prev=prefix ;;
1027 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1028 prefix=$ac_optarg ;;
1030 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1031 | --program-pre | --program-pr | --program-p)
1032 ac_prev=program_prefix ;;
1033 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1034 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1035 program_prefix=$ac_optarg ;;
1037 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1038 | --program-suf | --program-su | --program-s)
1039 ac_prev=program_suffix ;;
1040 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1041 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1042 program_suffix=$ac_optarg ;;
1044 -program-transform-name | --program-transform-name \
1045 | --program-transform-nam | --program-transform-na \
1046 | --program-transform-n | --program-transform- \
1047 | --program-transform | --program-transfor \
1048 | --program-transfo | --program-transf \
1049 | --program-trans | --program-tran \
1050 | --progr-tra | --program-tr | --program-t)
1051 ac_prev=program_transform_name ;;
1052 -program-transform-name=* | --program-transform-name=* \
1053 | --program-transform-nam=* | --program-transform-na=* \
1054 | --program-transform-n=* | --program-transform-=* \
1055 | --program-transform=* | --program-transfor=* \
1056 | --program-transfo=* | --program-transf=* \
1057 | --program-trans=* | --program-tran=* \
1058 | --progr-tra=* | --program-tr=* | --program-t=*)
1059 program_transform_name=$ac_optarg ;;
1061 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1062 ac_prev=pdfdir ;;
1063 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1064 pdfdir=$ac_optarg ;;
1066 -psdir | --psdir | --psdi | --psd | --ps)
1067 ac_prev=psdir ;;
1068 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1069 psdir=$ac_optarg ;;
1071 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1072 | -silent | --silent | --silen | --sile | --sil)
1073 silent=yes ;;
1075 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1076 ac_prev=sbindir ;;
1077 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1078 | --sbi=* | --sb=*)
1079 sbindir=$ac_optarg ;;
1081 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1082 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1083 | --sharedst | --shareds | --shared | --share | --shar \
1084 | --sha | --sh)
1085 ac_prev=sharedstatedir ;;
1086 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1087 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1088 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1089 | --sha=* | --sh=*)
1090 sharedstatedir=$ac_optarg ;;
1092 -site | --site | --sit)
1093 ac_prev=site ;;
1094 -site=* | --site=* | --sit=*)
1095 site=$ac_optarg ;;
1097 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1098 ac_prev=srcdir ;;
1099 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1100 srcdir=$ac_optarg ;;
1102 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1103 | --syscon | --sysco | --sysc | --sys | --sy)
1104 ac_prev=sysconfdir ;;
1105 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1106 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1107 sysconfdir=$ac_optarg ;;
1109 -target | --target | --targe | --targ | --tar | --ta | --t)
1110 ac_prev=target_alias ;;
1111 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1112 target_alias=$ac_optarg ;;
1114 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1115 verbose=yes ;;
1117 -version | --version | --versio | --versi | --vers | -V)
1118 ac_init_version=: ;;
1120 -with-* | --with-*)
1121 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1122 # Reject names that are not valid shell variable names.
1123 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1124 { echo "$as_me: error: invalid package name: $ac_package" >&2
1125 { (exit 1); exit 1; }; }
1126 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1127 eval with_$ac_package=\$ac_optarg ;;
1129 -without-* | --without-*)
1130 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1131 # Reject names that are not valid shell variable names.
1132 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1133 { echo "$as_me: error: invalid package name: $ac_package" >&2
1134 { (exit 1); exit 1; }; }
1135 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1136 eval with_$ac_package=no ;;
1138 --x)
1139 # Obsolete; use --with-x.
1140 with_x=yes ;;
1142 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1143 | --x-incl | --x-inc | --x-in | --x-i)
1144 ac_prev=x_includes ;;
1145 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1146 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1147 x_includes=$ac_optarg ;;
1149 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1150 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1151 ac_prev=x_libraries ;;
1152 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1153 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1154 x_libraries=$ac_optarg ;;
1156 -*) { echo "$as_me: error: unrecognized option: $ac_option
1157 Try \`$0 --help' for more information." >&2
1158 { (exit 1); exit 1; }; }
1161 *=*)
1162 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1163 # Reject names that are not valid shell variable names.
1164 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1165 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1166 { (exit 1); exit 1; }; }
1167 eval $ac_envvar=\$ac_optarg
1168 export $ac_envvar ;;
1171 # FIXME: should be removed in autoconf 3.0.
1172 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1173 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1174 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1175 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1178 esac
1179 done
1181 if test -n "$ac_prev"; then
1182 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1183 { echo "$as_me: error: missing argument to $ac_option" >&2
1184 { (exit 1); exit 1; }; }
1187 # Be sure to have absolute directory names.
1188 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1189 datadir sysconfdir sharedstatedir localstatedir includedir \
1190 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1191 libdir localedir mandir
1193 eval ac_val=\$$ac_var
1194 case $ac_val in
1195 [\\/$]* | ?:[\\/]* ) continue;;
1196 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1197 esac
1198 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1199 { (exit 1); exit 1; }; }
1200 done
1202 # There might be people who depend on the old broken behavior: `$host'
1203 # used to hold the argument of --host etc.
1204 # FIXME: To remove some day.
1205 build=$build_alias
1206 host=$host_alias
1207 target=$target_alias
1209 # FIXME: To remove some day.
1210 if test "x$host_alias" != x; then
1211 if test "x$build_alias" = x; then
1212 cross_compiling=maybe
1213 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1214 If a cross compiler is detected then cross compile mode will be used." >&2
1215 elif test "x$build_alias" != "x$host_alias"; then
1216 cross_compiling=yes
1220 ac_tool_prefix=
1221 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1223 test "$silent" = yes && exec 6>/dev/null
1226 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1227 ac_ls_di=`ls -di .` &&
1228 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1229 { echo "$as_me: error: Working directory cannot be determined" >&2
1230 { (exit 1); exit 1; }; }
1231 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1232 { echo "$as_me: error: pwd does not report name of working directory" >&2
1233 { (exit 1); exit 1; }; }
1236 # Find the source files, if location was not specified.
1237 if test -z "$srcdir"; then
1238 ac_srcdir_defaulted=yes
1239 # Try the directory containing this script, then the parent directory.
1240 ac_confdir=`$as_dirname -- "$0" ||
1241 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1242 X"$0" : 'X\(//\)[^/]' \| \
1243 X"$0" : 'X\(//\)$' \| \
1244 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1245 echo X"$0" |
1246 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1247 s//\1/
1250 /^X\(\/\/\)[^/].*/{
1251 s//\1/
1254 /^X\(\/\/\)$/{
1255 s//\1/
1258 /^X\(\/\).*/{
1259 s//\1/
1262 s/.*/./; q'`
1263 srcdir=$ac_confdir
1264 if test ! -r "$srcdir/$ac_unique_file"; then
1265 srcdir=..
1267 else
1268 ac_srcdir_defaulted=no
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1272 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1273 { (exit 1); exit 1; }; }
1275 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1276 ac_abs_confdir=`(
1277 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1278 { (exit 1); exit 1; }; }
1279 pwd)`
1280 # When building in place, set srcdir=.
1281 if test "$ac_abs_confdir" = "$ac_pwd"; then
1282 srcdir=.
1284 # Remove unnecessary trailing slashes from srcdir.
1285 # Double slashes in file names in object file debugging info
1286 # mess up M-x gdb in Emacs.
1287 case $srcdir in
1288 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1289 esac
1290 for ac_var in $ac_precious_vars; do
1291 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1292 eval ac_env_${ac_var}_value=\$${ac_var}
1293 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1295 done
1298 # Report the --help message.
1300 if test "$ac_init_help" = "long"; then
1301 # Omit some internal or obsolete options to make the list less imposing.
1302 # This message is too long to be a string in the A/UX 3.1 sh.
1303 cat <<_ACEOF
1304 \`configure' configures Wine 1.1.2 to adapt to many kinds of systems.
1306 Usage: $0 [OPTION]... [VAR=VALUE]...
1308 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1309 VAR=VALUE. See below for descriptions of some of the useful variables.
1311 Defaults for the options are specified in brackets.
1313 Configuration:
1314 -h, --help display this help and exit
1315 --help=short display options specific to this package
1316 --help=recursive display the short help of all the included packages
1317 -V, --version display version information and exit
1318 -q, --quiet, --silent do not print \`checking...' messages
1319 --cache-file=FILE cache test results in FILE [disabled]
1320 -C, --config-cache alias for \`--cache-file=config.cache'
1321 -n, --no-create do not create output files
1322 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1324 Installation directories:
1325 --prefix=PREFIX install architecture-independent files in PREFIX
1326 [$ac_default_prefix]
1327 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1328 [PREFIX]
1330 By default, \`make install' will install all the files in
1331 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1332 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1333 for instance \`--prefix=\$HOME'.
1335 For better control, use the options below.
1337 Fine tuning of the installation directories:
1338 --bindir=DIR user executables [EPREFIX/bin]
1339 --sbindir=DIR system admin executables [EPREFIX/sbin]
1340 --libexecdir=DIR program executables [EPREFIX/libexec]
1341 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1342 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1343 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1344 --libdir=DIR object code libraries [EPREFIX/lib]
1345 --includedir=DIR C header files [PREFIX/include]
1346 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1347 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1348 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1349 --infodir=DIR info documentation [DATAROOTDIR/info]
1350 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1351 --mandir=DIR man documentation [DATAROOTDIR/man]
1352 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1353 --htmldir=DIR html documentation [DOCDIR]
1354 --dvidir=DIR dvi documentation [DOCDIR]
1355 --pdfdir=DIR pdf documentation [DOCDIR]
1356 --psdir=DIR ps documentation [DOCDIR]
1357 _ACEOF
1359 cat <<\_ACEOF
1361 X features:
1362 --x-includes=DIR X include files are in DIR
1363 --x-libraries=DIR X library files are in DIR
1365 System types:
1366 --build=BUILD configure for building on BUILD [guessed]
1367 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1368 _ACEOF
1371 if test -n "$ac_init_help"; then
1372 case $ac_init_help in
1373 short | recursive ) echo "Configuration of Wine 1.1.2:";;
1374 esac
1375 cat <<\_ACEOF
1377 Optional Features:
1378 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1379 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1380 --disable-win16 do not include Win16 support
1381 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1382 binaries)
1383 --enable-maintainer-mode
1384 enable maintainer-specific build rules
1386 Optional Packages:
1387 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1388 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1389 --without-alsa do not use the Alsa sound support
1390 --without-audioio do not use the AudioIO sound support
1391 --without-capi do not use CAPI (ISDN support)
1392 --without-cms do not use CMS (color management support)
1393 --without-coreaudio do not use the CoreAudio sound support
1394 --without-cups do not use CUPS
1395 --without-curses do not use (n)curses
1396 --without-esd do not use the EsounD sound support
1397 --without-fontconfig do not use fontconfig
1398 --without-freetype do not use the FreeType library
1399 --without-gphoto do not use gphoto (Digital Camera support)
1400 --without-glu do not use the GLU library
1401 --without-hal do not use HAL (dynamic device support)
1402 --without-jack do not use the Jack sound support
1403 --without-jpeg do not use JPEG
1404 --without-ldap do not use LDAP
1405 --without-nas do not use the NAS sound support
1406 --without-opengl do not use OpenGL
1407 --without-openssl do not use OpenSSL
1408 --without-oss do not use the OSS sound support
1409 --without-png do not use PNG
1410 --without-sane do not use SANE (scanner support)
1411 --without-xcomposite do not use the Xcomposite extension
1412 --without-xcursor do not use the Xcursor extension
1413 --without-xinerama do not use Xinerama (multi-monitor support)
1414 --without-xinput do not use the Xinput extension
1415 --without-xml do not use XML
1416 --without-xrandr do not use Xrandr (resolution changes)
1417 --without-xrender do not use the Xrender extension
1418 --without-xshape do not use the Xshape extension
1419 --without-xshm do not use XShm (shared memory extension)
1420 --without-xslt do not use XSLT
1421 --without-xxf86vm do not use XFree video mode extension
1422 --with-wine-tools=DIR use Wine tools from directory DIR
1423 --with-x use the X Window System
1425 Some influential environment variables:
1426 CC C compiler command
1427 CFLAGS C compiler flags
1428 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1429 nonstandard directory <lib dir>
1430 LIBS libraries to pass to the linker, e.g. -l<library>
1431 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1432 you have headers in a nonstandard directory <include dir>
1433 CXX C++ compiler command
1434 CXXFLAGS C++ compiler flags
1435 XMKMF Path to xmkmf, Makefile generator for X Window System
1436 CPP C preprocessor
1438 Use these variables to override the choices made by `configure' or to help
1439 it to find libraries and programs with nonstandard names/locations.
1441 Report bugs to <wine-devel@winehq.org>.
1442 _ACEOF
1443 ac_status=$?
1446 if test "$ac_init_help" = "recursive"; then
1447 # If there are subdirs, report their specific --help.
1448 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1449 test -d "$ac_dir" || continue
1450 ac_builddir=.
1452 case "$ac_dir" in
1453 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1455 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1456 # A ".." for each directory in $ac_dir_suffix.
1457 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1458 case $ac_top_builddir_sub in
1459 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1461 esac ;;
1462 esac
1463 ac_abs_top_builddir=$ac_pwd
1464 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1465 # for backward compatibility:
1466 ac_top_builddir=$ac_top_build_prefix
1468 case $srcdir in
1469 .) # We are building in place.
1470 ac_srcdir=.
1471 ac_top_srcdir=$ac_top_builddir_sub
1472 ac_abs_top_srcdir=$ac_pwd ;;
1473 [\\/]* | ?:[\\/]* ) # Absolute name.
1474 ac_srcdir=$srcdir$ac_dir_suffix;
1475 ac_top_srcdir=$srcdir
1476 ac_abs_top_srcdir=$srcdir ;;
1477 *) # Relative name.
1478 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1479 ac_top_srcdir=$ac_top_build_prefix$srcdir
1480 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1481 esac
1482 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1484 cd "$ac_dir" || { ac_status=$?; continue; }
1485 # Check for guested configure.
1486 if test -f "$ac_srcdir/configure.gnu"; then
1487 echo &&
1488 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1489 elif test -f "$ac_srcdir/configure"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure" --help=recursive
1492 else
1493 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1494 fi || ac_status=$?
1495 cd "$ac_pwd" || { ac_status=$?; break; }
1496 done
1499 test -n "$ac_init_help" && exit $ac_status
1500 if $ac_init_version; then
1501 cat <<\_ACEOF
1502 Wine configure 1.1.2
1503 generated by GNU Autoconf 2.61
1505 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1506 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1507 This configure script is free software; the Free Software Foundation
1508 gives unlimited permission to copy, distribute and modify it.
1509 _ACEOF
1510 exit
1512 cat >config.log <<_ACEOF
1513 This file contains any messages produced by compilers while
1514 running configure, to aid debugging if configure makes a mistake.
1516 It was created by Wine $as_me 1.1.2, which was
1517 generated by GNU Autoconf 2.61. Invocation command line was
1519 $ $0 $@
1521 _ACEOF
1522 exec 5>>config.log
1524 cat <<_ASUNAME
1525 ## --------- ##
1526 ## Platform. ##
1527 ## --------- ##
1529 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1530 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1531 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1532 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1533 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1535 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1536 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1538 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1539 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1540 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1541 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1542 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1543 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1544 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1546 _ASUNAME
1548 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1549 for as_dir in $PATH
1551 IFS=$as_save_IFS
1552 test -z "$as_dir" && as_dir=.
1553 echo "PATH: $as_dir"
1554 done
1555 IFS=$as_save_IFS
1557 } >&5
1559 cat >&5 <<_ACEOF
1562 ## ----------- ##
1563 ## Core tests. ##
1564 ## ----------- ##
1566 _ACEOF
1569 # Keep a trace of the command line.
1570 # Strip out --no-create and --no-recursion so they do not pile up.
1571 # Strip out --silent because we don't want to record it for future runs.
1572 # Also quote any args containing shell meta-characters.
1573 # Make two passes to allow for proper duplicate-argument suppression.
1574 ac_configure_args=
1575 ac_configure_args0=
1576 ac_configure_args1=
1577 ac_must_keep_next=false
1578 for ac_pass in 1 2
1580 for ac_arg
1582 case $ac_arg in
1583 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1584 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1585 | -silent | --silent | --silen | --sile | --sil)
1586 continue ;;
1587 *\'*)
1588 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1589 esac
1590 case $ac_pass in
1591 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1593 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1594 if test $ac_must_keep_next = true; then
1595 ac_must_keep_next=false # Got value, back to normal.
1596 else
1597 case $ac_arg in
1598 *=* | --config-cache | -C | -disable-* | --disable-* \
1599 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1600 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1601 | -with-* | --with-* | -without-* | --without-* | --x)
1602 case "$ac_configure_args0 " in
1603 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1604 esac
1606 -* ) ac_must_keep_next=true ;;
1607 esac
1609 ac_configure_args="$ac_configure_args '$ac_arg'"
1611 esac
1612 done
1613 done
1614 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1615 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1617 # When interrupted or exit'd, cleanup temporary files, and complete
1618 # config.log. We remove comments because anyway the quotes in there
1619 # would cause problems or look ugly.
1620 # WARNING: Use '\'' to represent an apostrophe within the trap.
1621 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1622 trap 'exit_status=$?
1623 # Save into config.log some information that might help in debugging.
1625 echo
1627 cat <<\_ASBOX
1628 ## ---------------- ##
1629 ## Cache variables. ##
1630 ## ---------------- ##
1631 _ASBOX
1632 echo
1633 # The following way of writing the cache mishandles newlines in values,
1635 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1636 eval ac_val=\$$ac_var
1637 case $ac_val in #(
1638 *${as_nl}*)
1639 case $ac_var in #(
1640 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1641 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1642 esac
1643 case $ac_var in #(
1644 _ | IFS | as_nl) ;; #(
1645 *) $as_unset $ac_var ;;
1646 esac ;;
1647 esac
1648 done
1649 (set) 2>&1 |
1650 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1651 *${as_nl}ac_space=\ *)
1652 sed -n \
1653 "s/'\''/'\''\\\\'\'''\''/g;
1654 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1655 ;; #(
1657 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1659 esac |
1660 sort
1662 echo
1664 cat <<\_ASBOX
1665 ## ----------------- ##
1666 ## Output variables. ##
1667 ## ----------------- ##
1668 _ASBOX
1669 echo
1670 for ac_var in $ac_subst_vars
1672 eval ac_val=\$$ac_var
1673 case $ac_val in
1674 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1675 esac
1676 echo "$ac_var='\''$ac_val'\''"
1677 done | sort
1678 echo
1680 if test -n "$ac_subst_files"; then
1681 cat <<\_ASBOX
1682 ## ------------------- ##
1683 ## File substitutions. ##
1684 ## ------------------- ##
1685 _ASBOX
1686 echo
1687 for ac_var in $ac_subst_files
1689 eval ac_val=\$$ac_var
1690 case $ac_val in
1691 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1692 esac
1693 echo "$ac_var='\''$ac_val'\''"
1694 done | sort
1695 echo
1698 if test -s confdefs.h; then
1699 cat <<\_ASBOX
1700 ## ----------- ##
1701 ## confdefs.h. ##
1702 ## ----------- ##
1703 _ASBOX
1704 echo
1705 cat confdefs.h
1706 echo
1708 test "$ac_signal" != 0 &&
1709 echo "$as_me: caught signal $ac_signal"
1710 echo "$as_me: exit $exit_status"
1711 } >&5
1712 rm -f core *.core core.conftest.* &&
1713 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1714 exit $exit_status
1716 for ac_signal in 1 2 13 15; do
1717 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1718 done
1719 ac_signal=0
1721 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1722 rm -f -r conftest* confdefs.h
1724 # Predefined preprocessor variables.
1726 cat >>confdefs.h <<_ACEOF
1727 #define PACKAGE_NAME "$PACKAGE_NAME"
1728 _ACEOF
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_STRING "$PACKAGE_STRING"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1748 _ACEOF
1751 # Let the site file select an alternate cache file if it wants to.
1752 # Prefer explicitly selected file to automatically selected ones.
1753 if test -n "$CONFIG_SITE"; then
1754 set x "$CONFIG_SITE"
1755 elif test "x$prefix" != xNONE; then
1756 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1757 else
1758 set x "$ac_default_prefix/share/config.site" \
1759 "$ac_default_prefix/etc/config.site"
1761 shift
1762 for ac_site_file
1764 if test -r "$ac_site_file"; then
1765 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1766 echo "$as_me: loading site script $ac_site_file" >&6;}
1767 sed 's/^/| /' "$ac_site_file" >&5
1768 . "$ac_site_file"
1770 done
1772 if test -r "$cache_file"; then
1773 # Some versions of bash will fail to source /dev/null (special
1774 # files actually), so we avoid doing that.
1775 if test -f "$cache_file"; then
1776 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1777 echo "$as_me: loading cache $cache_file" >&6;}
1778 case $cache_file in
1779 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1780 *) . "./$cache_file";;
1781 esac
1783 else
1784 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1785 echo "$as_me: creating cache $cache_file" >&6;}
1786 >$cache_file
1789 # Check that the precious variables saved in the cache have kept the same
1790 # value.
1791 ac_cache_corrupted=false
1792 for ac_var in $ac_precious_vars; do
1793 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1794 eval ac_new_set=\$ac_env_${ac_var}_set
1795 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1796 eval ac_new_val=\$ac_env_${ac_var}_value
1797 case $ac_old_set,$ac_new_set in
1798 set,)
1799 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1800 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1801 ac_cache_corrupted=: ;;
1802 ,set)
1803 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1804 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1805 ac_cache_corrupted=: ;;
1806 ,);;
1808 if test "x$ac_old_val" != "x$ac_new_val"; then
1809 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1810 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1811 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1812 echo "$as_me: former value: $ac_old_val" >&2;}
1813 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1814 echo "$as_me: current value: $ac_new_val" >&2;}
1815 ac_cache_corrupted=:
1816 fi;;
1817 esac
1818 # Pass precious variables to config.status.
1819 if test "$ac_new_set" = set; then
1820 case $ac_new_val in
1821 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1822 *) ac_arg=$ac_var=$ac_new_val ;;
1823 esac
1824 case " $ac_configure_args " in
1825 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1826 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1827 esac
1829 done
1830 if $ac_cache_corrupted; then
1831 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1832 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1833 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1834 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1835 { (exit 1); exit 1; }; }
1862 ac_ext=c
1863 ac_cpp='$CPP $CPPFLAGS'
1864 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1865 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1866 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1870 ac_config_headers="$ac_config_headers include/config.h"
1872 ac_aux_dir=
1873 for ac_dir in tools "$srcdir"/tools; do
1874 if test -f "$ac_dir/install-sh"; then
1875 ac_aux_dir=$ac_dir
1876 ac_install_sh="$ac_aux_dir/install-sh -c"
1877 break
1878 elif test -f "$ac_dir/install.sh"; then
1879 ac_aux_dir=$ac_dir
1880 ac_install_sh="$ac_aux_dir/install.sh -c"
1881 break
1882 elif test -f "$ac_dir/shtool"; then
1883 ac_aux_dir=$ac_dir
1884 ac_install_sh="$ac_aux_dir/shtool install -c"
1885 break
1887 done
1888 if test -z "$ac_aux_dir"; then
1889 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1890 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1891 { (exit 1); exit 1; }; }
1894 # These three variables are undocumented and unsupported,
1895 # and are intended to be withdrawn in a future Autoconf release.
1896 # They can cause serious problems if a builder's source tree is in a directory
1897 # whose full name contains unusual characters.
1898 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1899 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1900 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1905 # Check whether --enable-win16 was given.
1906 if test "${enable_win16+set}" = set; then
1907 enableval=$enable_win16;
1910 # Check whether --enable-win64 was given.
1911 if test "${enable_win64+set}" = set; then
1912 enableval=$enable_win64;
1915 # Check whether --enable-maintainer-mode was given.
1916 if test "${enable_maintainer_mode+set}" = set; then
1917 enableval=$enable_maintainer_mode;
1918 else
1919 MAINTAINER_MODE=\#
1925 # Check whether --with-alsa was given.
1926 if test "${with_alsa+set}" = set; then
1927 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1931 # Check whether --with-audioio was given.
1932 if test "${with_audioio+set}" = set; then
1933 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1937 # Check whether --with-capi was given.
1938 if test "${with_capi+set}" = set; then
1939 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1943 # Check whether --with-cms was given.
1944 if test "${with_cms+set}" = set; then
1945 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1949 # Check whether --with-coreaudio was given.
1950 if test "${with_coreaudio+set}" = set; then
1951 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1955 # Check whether --with-cups was given.
1956 if test "${with_cups+set}" = set; then
1957 withval=$with_cups;
1961 # Check whether --with-curses was given.
1962 if test "${with_curses+set}" = set; then
1963 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1967 # Check whether --with-esd was given.
1968 if test "${with_esd+set}" = set; then
1969 withval=$with_esd;
1973 # Check whether --with-fontconfig was given.
1974 if test "${with_fontconfig+set}" = set; then
1975 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1979 # Check whether --with-freetype was given.
1980 if test "${with_freetype+set}" = set; then
1981 withval=$with_freetype;
1985 # Check whether --with-gphoto was given.
1986 if test "${with_gphoto+set}" = set; then
1987 withval=$with_gphoto;
1991 # Check whether --with-glu was given.
1992 if test "${with_glu+set}" = set; then
1993 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
1997 # Check whether --with-hal was given.
1998 if test "${with_hal+set}" = set; then
1999 withval=$with_hal;
2003 # Check whether --with-jack was given.
2004 if test "${with_jack+set}" = set; then
2005 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2009 # Check whether --with-jpeg was given.
2010 if test "${with_jpeg+set}" = set; then
2011 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2015 # Check whether --with-ldap was given.
2016 if test "${with_ldap+set}" = set; then
2017 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2021 # Check whether --with-nas was given.
2022 if test "${with_nas+set}" = set; then
2023 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2027 # Check whether --with-opengl was given.
2028 if test "${with_opengl+set}" = set; then
2029 withval=$with_opengl;
2033 # Check whether --with-openssl was given.
2034 if test "${with_openssl+set}" = set; then
2035 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2039 # Check whether --with-oss was given.
2040 if test "${with_oss+set}" = set; then
2041 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2045 # Check whether --with-png was given.
2046 if test "${with_png+set}" = set; then
2047 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2051 # Check whether --with-sane was given.
2052 if test "${with_sane+set}" = set; then
2053 withval=$with_sane;
2057 # Check whether --with-xcomposite was given.
2058 if test "${with_xcomposite+set}" = set; then
2059 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2063 # Check whether --with-xcursor was given.
2064 if test "${with_xcursor+set}" = set; then
2065 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2069 # Check whether --with-xinerama was given.
2070 if test "${with_xinerama+set}" = set; then
2071 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2075 # Check whether --with-xinput was given.
2076 if test "${with_xinput+set}" = set; then
2077 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2081 # Check whether --with-xml was given.
2082 if test "${with_xml+set}" = set; then
2083 withval=$with_xml;
2087 # Check whether --with-xrandr was given.
2088 if test "${with_xrandr+set}" = set; then
2089 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2093 # Check whether --with-xrender was given.
2094 if test "${with_xrender+set}" = set; then
2095 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2099 # Check whether --with-xshape was given.
2100 if test "${with_xshape+set}" = set; then
2101 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2105 # Check whether --with-xshm was given.
2106 if test "${with_xshm+set}" = set; then
2107 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2111 # Check whether --with-xslt was given.
2112 if test "${with_xslt+set}" = set; then
2113 withval=$with_xslt;
2117 # Check whether --with-xxf86vm was given.
2118 if test "${with_xxf86vm+set}" = set; then
2119 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2124 # Check whether --with-wine-tools was given.
2125 if test "${with_wine_tools+set}" = set; then
2126 withval=$with_wine_tools;
2130 # Make sure we can run config.sub.
2131 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2132 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2133 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2134 { (exit 1); exit 1; }; }
2136 { echo "$as_me:$LINENO: checking build system type" >&5
2137 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2138 if test "${ac_cv_build+set}" = set; then
2139 echo $ECHO_N "(cached) $ECHO_C" >&6
2140 else
2141 ac_build_alias=$build_alias
2142 test "x$ac_build_alias" = x &&
2143 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2144 test "x$ac_build_alias" = x &&
2145 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2146 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2147 { (exit 1); exit 1; }; }
2148 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2149 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2150 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2151 { (exit 1); exit 1; }; }
2154 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2155 echo "${ECHO_T}$ac_cv_build" >&6; }
2156 case $ac_cv_build in
2157 *-*-*) ;;
2158 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2159 echo "$as_me: error: invalid value of canonical build" >&2;}
2160 { (exit 1); exit 1; }; };;
2161 esac
2162 build=$ac_cv_build
2163 ac_save_IFS=$IFS; IFS='-'
2164 set x $ac_cv_build
2165 shift
2166 build_cpu=$1
2167 build_vendor=$2
2168 shift; shift
2169 # Remember, the first character of IFS is used to create $*,
2170 # except with old shells:
2171 build_os=$*
2172 IFS=$ac_save_IFS
2173 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2176 { echo "$as_me:$LINENO: checking host system type" >&5
2177 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2178 if test "${ac_cv_host+set}" = set; then
2179 echo $ECHO_N "(cached) $ECHO_C" >&6
2180 else
2181 if test "x$host_alias" = x; then
2182 ac_cv_host=$ac_cv_build
2183 else
2184 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2185 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2186 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2187 { (exit 1); exit 1; }; }
2191 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2192 echo "${ECHO_T}$ac_cv_host" >&6; }
2193 case $ac_cv_host in
2194 *-*-*) ;;
2195 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2196 echo "$as_me: error: invalid value of canonical host" >&2;}
2197 { (exit 1); exit 1; }; };;
2198 esac
2199 host=$ac_cv_host
2200 ac_save_IFS=$IFS; IFS='-'
2201 set x $ac_cv_host
2202 shift
2203 host_cpu=$1
2204 host_vendor=$2
2205 shift; shift
2206 # Remember, the first character of IFS is used to create $*,
2207 # except with old shells:
2208 host_os=$*
2209 IFS=$ac_save_IFS
2210 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2213 case $host in
2214 x86_64*linux*)
2215 if test "x$enable_win64" != "xyes"
2216 then
2217 test -n "$CC" || CC="gcc -m32"
2218 test -n "$CXX"|| CXX="g++ -m32"
2219 test -n "$LD" || LD="ld -m elf_i386"
2220 test -n "$AS" || AS="as --32"
2221 host_cpu="i386"
2224 esac
2226 case $host_cpu in
2227 *i[3456789]86*)
2228 if test "x$enable_win16" != "xno"
2229 then
2230 enable_win16="yes"
2233 esac
2235 WIN16_FILES="\$(WIN16_FILES)"
2237 WIN16_INSTALL="\$(WIN16_INSTALL)"
2239 if test "x$enable_win16" != "xyes"
2240 then
2241 WIN16_FILES=""
2242 WIN16_INSTALL=""
2245 case "$srcdir" in
2246 .) ;;
2247 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2248 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2249 You need to run 'make distclean' in the source tree first." >&5
2250 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2251 You need to run 'make distclean' in the source tree first." >&2;}
2252 { (exit 1); exit 1; }; }
2253 fi ;;
2254 esac
2257 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2258 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2259 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2260 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2261 echo $ECHO_N "(cached) $ECHO_C" >&6
2262 else
2263 cat >conftest.make <<\_ACEOF
2264 SHELL = /bin/sh
2265 all:
2266 @echo '@@@%%%=$(MAKE)=@@@%%%'
2267 _ACEOF
2268 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2269 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2270 *@@@%%%=?*=@@@%%%*)
2271 eval ac_cv_prog_make_${ac_make}_set=yes;;
2273 eval ac_cv_prog_make_${ac_make}_set=no;;
2274 esac
2275 rm -f conftest.make
2277 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2278 { echo "$as_me:$LINENO: result: yes" >&5
2279 echo "${ECHO_T}yes" >&6; }
2280 SET_MAKE=
2281 else
2282 { echo "$as_me:$LINENO: result: no" >&5
2283 echo "${ECHO_T}no" >&6; }
2284 SET_MAKE="MAKE=${MAKE-make}"
2287 ac_ext=c
2288 ac_cpp='$CPP $CPPFLAGS'
2289 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2290 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2291 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2292 if test -n "$ac_tool_prefix"; then
2293 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2294 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2295 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2296 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2297 if test "${ac_cv_prog_CC+set}" = set; then
2298 echo $ECHO_N "(cached) $ECHO_C" >&6
2299 else
2300 if test -n "$CC"; then
2301 ac_cv_prog_CC="$CC" # Let the user override the test.
2302 else
2303 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2304 for as_dir in $PATH
2306 IFS=$as_save_IFS
2307 test -z "$as_dir" && as_dir=.
2308 for ac_exec_ext in '' $ac_executable_extensions; do
2309 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2310 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2311 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2312 break 2
2314 done
2315 done
2316 IFS=$as_save_IFS
2320 CC=$ac_cv_prog_CC
2321 if test -n "$CC"; then
2322 { echo "$as_me:$LINENO: result: $CC" >&5
2323 echo "${ECHO_T}$CC" >&6; }
2324 else
2325 { echo "$as_me:$LINENO: result: no" >&5
2326 echo "${ECHO_T}no" >&6; }
2331 if test -z "$ac_cv_prog_CC"; then
2332 ac_ct_CC=$CC
2333 # Extract the first word of "gcc", so it can be a program name with args.
2334 set dummy gcc; ac_word=$2
2335 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2336 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2337 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2338 echo $ECHO_N "(cached) $ECHO_C" >&6
2339 else
2340 if test -n "$ac_ct_CC"; then
2341 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2342 else
2343 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2344 for as_dir in $PATH
2346 IFS=$as_save_IFS
2347 test -z "$as_dir" && as_dir=.
2348 for ac_exec_ext in '' $ac_executable_extensions; do
2349 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2350 ac_cv_prog_ac_ct_CC="gcc"
2351 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2352 break 2
2354 done
2355 done
2356 IFS=$as_save_IFS
2360 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2361 if test -n "$ac_ct_CC"; then
2362 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2363 echo "${ECHO_T}$ac_ct_CC" >&6; }
2364 else
2365 { echo "$as_me:$LINENO: result: no" >&5
2366 echo "${ECHO_T}no" >&6; }
2369 if test "x$ac_ct_CC" = x; then
2370 CC=""
2371 else
2372 case $cross_compiling:$ac_tool_warned in
2373 yes:)
2374 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2375 whose name does not start with the host triplet. If you think this
2376 configuration is useful to you, please write to autoconf@gnu.org." >&5
2377 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet. If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2380 ac_tool_warned=yes ;;
2381 esac
2382 CC=$ac_ct_CC
2384 else
2385 CC="$ac_cv_prog_CC"
2388 if test -z "$CC"; then
2389 if test -n "$ac_tool_prefix"; then
2390 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2391 set dummy ${ac_tool_prefix}cc; ac_word=$2
2392 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2394 if test "${ac_cv_prog_CC+set}" = set; then
2395 echo $ECHO_N "(cached) $ECHO_C" >&6
2396 else
2397 if test -n "$CC"; then
2398 ac_cv_prog_CC="$CC" # Let the user override the test.
2399 else
2400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2401 for as_dir in $PATH
2403 IFS=$as_save_IFS
2404 test -z "$as_dir" && as_dir=.
2405 for ac_exec_ext in '' $ac_executable_extensions; do
2406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2407 ac_cv_prog_CC="${ac_tool_prefix}cc"
2408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2409 break 2
2411 done
2412 done
2413 IFS=$as_save_IFS
2417 CC=$ac_cv_prog_CC
2418 if test -n "$CC"; then
2419 { echo "$as_me:$LINENO: result: $CC" >&5
2420 echo "${ECHO_T}$CC" >&6; }
2421 else
2422 { echo "$as_me:$LINENO: result: no" >&5
2423 echo "${ECHO_T}no" >&6; }
2429 if test -z "$CC"; then
2430 # Extract the first word of "cc", so it can be a program name with args.
2431 set dummy cc; ac_word=$2
2432 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2434 if test "${ac_cv_prog_CC+set}" = set; then
2435 echo $ECHO_N "(cached) $ECHO_C" >&6
2436 else
2437 if test -n "$CC"; then
2438 ac_cv_prog_CC="$CC" # Let the user override the test.
2439 else
2440 ac_prog_rejected=no
2441 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2442 for as_dir in $PATH
2444 IFS=$as_save_IFS
2445 test -z "$as_dir" && as_dir=.
2446 for ac_exec_ext in '' $ac_executable_extensions; do
2447 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2448 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2449 ac_prog_rejected=yes
2450 continue
2452 ac_cv_prog_CC="cc"
2453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2454 break 2
2456 done
2457 done
2458 IFS=$as_save_IFS
2460 if test $ac_prog_rejected = yes; then
2461 # We found a bogon in the path, so make sure we never use it.
2462 set dummy $ac_cv_prog_CC
2463 shift
2464 if test $# != 0; then
2465 # We chose a different compiler from the bogus one.
2466 # However, it has the same basename, so the bogon will be chosen
2467 # first if we set CC to just the basename; use the full file name.
2468 shift
2469 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2474 CC=$ac_cv_prog_CC
2475 if test -n "$CC"; then
2476 { echo "$as_me:$LINENO: result: $CC" >&5
2477 echo "${ECHO_T}$CC" >&6; }
2478 else
2479 { echo "$as_me:$LINENO: result: no" >&5
2480 echo "${ECHO_T}no" >&6; }
2485 if test -z "$CC"; then
2486 if test -n "$ac_tool_prefix"; then
2487 for ac_prog in cl.exe
2489 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2490 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2493 if test "${ac_cv_prog_CC+set}" = set; then
2494 echo $ECHO_N "(cached) $ECHO_C" >&6
2495 else
2496 if test -n "$CC"; then
2497 ac_cv_prog_CC="$CC" # Let the user override the test.
2498 else
2499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2500 for as_dir in $PATH
2502 IFS=$as_save_IFS
2503 test -z "$as_dir" && as_dir=.
2504 for ac_exec_ext in '' $ac_executable_extensions; do
2505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2506 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2508 break 2
2510 done
2511 done
2512 IFS=$as_save_IFS
2516 CC=$ac_cv_prog_CC
2517 if test -n "$CC"; then
2518 { echo "$as_me:$LINENO: result: $CC" >&5
2519 echo "${ECHO_T}$CC" >&6; }
2520 else
2521 { echo "$as_me:$LINENO: result: no" >&5
2522 echo "${ECHO_T}no" >&6; }
2526 test -n "$CC" && break
2527 done
2529 if test -z "$CC"; then
2530 ac_ct_CC=$CC
2531 for ac_prog in cl.exe
2533 # Extract the first word of "$ac_prog", so it can be a program name with args.
2534 set dummy $ac_prog; ac_word=$2
2535 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2536 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2537 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2538 echo $ECHO_N "(cached) $ECHO_C" >&6
2539 else
2540 if test -n "$ac_ct_CC"; then
2541 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2542 else
2543 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2544 for as_dir in $PATH
2546 IFS=$as_save_IFS
2547 test -z "$as_dir" && as_dir=.
2548 for ac_exec_ext in '' $ac_executable_extensions; do
2549 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2550 ac_cv_prog_ac_ct_CC="$ac_prog"
2551 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2552 break 2
2554 done
2555 done
2556 IFS=$as_save_IFS
2560 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2561 if test -n "$ac_ct_CC"; then
2562 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2563 echo "${ECHO_T}$ac_ct_CC" >&6; }
2564 else
2565 { echo "$as_me:$LINENO: result: no" >&5
2566 echo "${ECHO_T}no" >&6; }
2570 test -n "$ac_ct_CC" && break
2571 done
2573 if test "x$ac_ct_CC" = x; then
2574 CC=""
2575 else
2576 case $cross_compiling:$ac_tool_warned in
2577 yes:)
2578 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2579 whose name does not start with the host triplet. If you think this
2580 configuration is useful to you, please write to autoconf@gnu.org." >&5
2581 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet. If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2584 ac_tool_warned=yes ;;
2585 esac
2586 CC=$ac_ct_CC
2593 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2594 See \`config.log' for more details." >&5
2595 echo "$as_me: error: no acceptable C compiler found in \$PATH
2596 See \`config.log' for more details." >&2;}
2597 { (exit 1); exit 1; }; }
2599 # Provide some information about the compiler.
2600 echo "$as_me:$LINENO: checking for C compiler version" >&5
2601 ac_compiler=`set X $ac_compile; echo $2`
2602 { (ac_try="$ac_compiler --version >&5"
2603 case "(($ac_try" in
2604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2605 *) ac_try_echo=$ac_try;;
2606 esac
2607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2608 (eval "$ac_compiler --version >&5") 2>&5
2609 ac_status=$?
2610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2611 (exit $ac_status); }
2612 { (ac_try="$ac_compiler -v >&5"
2613 case "(($ac_try" in
2614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2615 *) ac_try_echo=$ac_try;;
2616 esac
2617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2618 (eval "$ac_compiler -v >&5") 2>&5
2619 ac_status=$?
2620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2621 (exit $ac_status); }
2622 { (ac_try="$ac_compiler -V >&5"
2623 case "(($ac_try" in
2624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2625 *) ac_try_echo=$ac_try;;
2626 esac
2627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2628 (eval "$ac_compiler -V >&5") 2>&5
2629 ac_status=$?
2630 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2631 (exit $ac_status); }
2633 cat >conftest.$ac_ext <<_ACEOF
2634 /* confdefs.h. */
2635 _ACEOF
2636 cat confdefs.h >>conftest.$ac_ext
2637 cat >>conftest.$ac_ext <<_ACEOF
2638 /* end confdefs.h. */
2641 main ()
2645 return 0;
2647 _ACEOF
2648 ac_clean_files_save=$ac_clean_files
2649 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2650 # Try to create an executable without -o first, disregard a.out.
2651 # It will help us diagnose broken compilers, and finding out an intuition
2652 # of exeext.
2653 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2654 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2655 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2657 # List of possible output files, starting from the most likely.
2658 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2659 # only as a last resort. b.out is created by i960 compilers.
2660 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2662 # The IRIX 6 linker writes into existing files which may not be
2663 # executable, retaining their permissions. Remove them first so a
2664 # subsequent execution test works.
2665 ac_rmfiles=
2666 for ac_file in $ac_files
2668 case $ac_file in
2669 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2670 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2671 esac
2672 done
2673 rm -f $ac_rmfiles
2675 if { (ac_try="$ac_link_default"
2676 case "(($ac_try" in
2677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2678 *) ac_try_echo=$ac_try;;
2679 esac
2680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2681 (eval "$ac_link_default") 2>&5
2682 ac_status=$?
2683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2684 (exit $ac_status); }; then
2685 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2686 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2687 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2688 # so that the user can short-circuit this test for compilers unknown to
2689 # Autoconf.
2690 for ac_file in $ac_files ''
2692 test -f "$ac_file" || continue
2693 case $ac_file in
2694 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2696 [ab].out )
2697 # We found the default executable, but exeext='' is most
2698 # certainly right.
2699 break;;
2700 *.* )
2701 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2702 then :; else
2703 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2705 # We set ac_cv_exeext here because the later test for it is not
2706 # safe: cross compilers may not add the suffix if given an `-o'
2707 # argument, so we may need to know it at that point already.
2708 # Even if this section looks crufty: it has the advantage of
2709 # actually working.
2710 break;;
2712 break;;
2713 esac
2714 done
2715 test "$ac_cv_exeext" = no && ac_cv_exeext=
2717 else
2718 ac_file=''
2721 { echo "$as_me:$LINENO: result: $ac_file" >&5
2722 echo "${ECHO_T}$ac_file" >&6; }
2723 if test -z "$ac_file"; then
2724 echo "$as_me: failed program was:" >&5
2725 sed 's/^/| /' conftest.$ac_ext >&5
2727 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2728 See \`config.log' for more details." >&5
2729 echo "$as_me: error: C compiler cannot create executables
2730 See \`config.log' for more details." >&2;}
2731 { (exit 77); exit 77; }; }
2734 ac_exeext=$ac_cv_exeext
2736 # Check that the compiler produces executables we can run. If not, either
2737 # the compiler is broken, or we cross compile.
2738 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2739 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2740 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2741 # If not cross compiling, check that we can run a simple program.
2742 if test "$cross_compiling" != yes; then
2743 if { ac_try='./$ac_file'
2744 { (case "(($ac_try" in
2745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2746 *) ac_try_echo=$ac_try;;
2747 esac
2748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2749 (eval "$ac_try") 2>&5
2750 ac_status=$?
2751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2752 (exit $ac_status); }; }; then
2753 cross_compiling=no
2754 else
2755 if test "$cross_compiling" = maybe; then
2756 cross_compiling=yes
2757 else
2758 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2759 If you meant to cross compile, use \`--host'.
2760 See \`config.log' for more details." >&5
2761 echo "$as_me: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details." >&2;}
2764 { (exit 1); exit 1; }; }
2768 { echo "$as_me:$LINENO: result: yes" >&5
2769 echo "${ECHO_T}yes" >&6; }
2771 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2772 ac_clean_files=$ac_clean_files_save
2773 # Check that the compiler produces executables we can run. If not, either
2774 # the compiler is broken, or we cross compile.
2775 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2776 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2777 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2778 echo "${ECHO_T}$cross_compiling" >&6; }
2780 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2781 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2782 if { (ac_try="$ac_link"
2783 case "(($ac_try" in
2784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2785 *) ac_try_echo=$ac_try;;
2786 esac
2787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2788 (eval "$ac_link") 2>&5
2789 ac_status=$?
2790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2791 (exit $ac_status); }; then
2792 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2793 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2794 # work properly (i.e., refer to `conftest.exe'), while it won't with
2795 # `rm'.
2796 for ac_file in conftest.exe conftest conftest.*; do
2797 test -f "$ac_file" || continue
2798 case $ac_file in
2799 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2800 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2801 break;;
2802 * ) break;;
2803 esac
2804 done
2805 else
2806 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2807 See \`config.log' for more details." >&5
2808 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2809 See \`config.log' for more details." >&2;}
2810 { (exit 1); exit 1; }; }
2813 rm -f conftest$ac_cv_exeext
2814 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2815 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2817 rm -f conftest.$ac_ext
2818 EXEEXT=$ac_cv_exeext
2819 ac_exeext=$EXEEXT
2820 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2821 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2822 if test "${ac_cv_objext+set}" = set; then
2823 echo $ECHO_N "(cached) $ECHO_C" >&6
2824 else
2825 cat >conftest.$ac_ext <<_ACEOF
2826 /* confdefs.h. */
2827 _ACEOF
2828 cat confdefs.h >>conftest.$ac_ext
2829 cat >>conftest.$ac_ext <<_ACEOF
2830 /* end confdefs.h. */
2833 main ()
2837 return 0;
2839 _ACEOF
2840 rm -f conftest.o conftest.obj
2841 if { (ac_try="$ac_compile"
2842 case "(($ac_try" in
2843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2844 *) ac_try_echo=$ac_try;;
2845 esac
2846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2847 (eval "$ac_compile") 2>&5
2848 ac_status=$?
2849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2850 (exit $ac_status); }; then
2851 for ac_file in conftest.o conftest.obj conftest.*; do
2852 test -f "$ac_file" || continue;
2853 case $ac_file in
2854 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2855 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2856 break;;
2857 esac
2858 done
2859 else
2860 echo "$as_me: failed program was:" >&5
2861 sed 's/^/| /' conftest.$ac_ext >&5
2863 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2864 See \`config.log' for more details." >&5
2865 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2866 See \`config.log' for more details." >&2;}
2867 { (exit 1); exit 1; }; }
2870 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2872 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2873 echo "${ECHO_T}$ac_cv_objext" >&6; }
2874 OBJEXT=$ac_cv_objext
2875 ac_objext=$OBJEXT
2876 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2877 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2878 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2879 echo $ECHO_N "(cached) $ECHO_C" >&6
2880 else
2881 cat >conftest.$ac_ext <<_ACEOF
2882 /* confdefs.h. */
2883 _ACEOF
2884 cat confdefs.h >>conftest.$ac_ext
2885 cat >>conftest.$ac_ext <<_ACEOF
2886 /* end confdefs.h. */
2889 main ()
2891 #ifndef __GNUC__
2892 choke me
2893 #endif
2896 return 0;
2898 _ACEOF
2899 rm -f conftest.$ac_objext
2900 if { (ac_try="$ac_compile"
2901 case "(($ac_try" in
2902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2903 *) ac_try_echo=$ac_try;;
2904 esac
2905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2906 (eval "$ac_compile") 2>conftest.er1
2907 ac_status=$?
2908 grep -v '^ *+' conftest.er1 >conftest.err
2909 rm -f conftest.er1
2910 cat conftest.err >&5
2911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2912 (exit $ac_status); } && {
2913 test -z "$ac_c_werror_flag" ||
2914 test ! -s conftest.err
2915 } && test -s conftest.$ac_objext; then
2916 ac_compiler_gnu=yes
2917 else
2918 echo "$as_me: failed program was:" >&5
2919 sed 's/^/| /' conftest.$ac_ext >&5
2921 ac_compiler_gnu=no
2924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2925 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2928 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2929 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2930 GCC=`test $ac_compiler_gnu = yes && echo yes`
2931 ac_test_CFLAGS=${CFLAGS+set}
2932 ac_save_CFLAGS=$CFLAGS
2933 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2934 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2935 if test "${ac_cv_prog_cc_g+set}" = set; then
2936 echo $ECHO_N "(cached) $ECHO_C" >&6
2937 else
2938 ac_save_c_werror_flag=$ac_c_werror_flag
2939 ac_c_werror_flag=yes
2940 ac_cv_prog_cc_g=no
2941 CFLAGS="-g"
2942 cat >conftest.$ac_ext <<_ACEOF
2943 /* confdefs.h. */
2944 _ACEOF
2945 cat confdefs.h >>conftest.$ac_ext
2946 cat >>conftest.$ac_ext <<_ACEOF
2947 /* end confdefs.h. */
2950 main ()
2954 return 0;
2956 _ACEOF
2957 rm -f conftest.$ac_objext
2958 if { (ac_try="$ac_compile"
2959 case "(($ac_try" in
2960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2961 *) ac_try_echo=$ac_try;;
2962 esac
2963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2964 (eval "$ac_compile") 2>conftest.er1
2965 ac_status=$?
2966 grep -v '^ *+' conftest.er1 >conftest.err
2967 rm -f conftest.er1
2968 cat conftest.err >&5
2969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2970 (exit $ac_status); } && {
2971 test -z "$ac_c_werror_flag" ||
2972 test ! -s conftest.err
2973 } && test -s conftest.$ac_objext; then
2974 ac_cv_prog_cc_g=yes
2975 else
2976 echo "$as_me: failed program was:" >&5
2977 sed 's/^/| /' conftest.$ac_ext >&5
2979 CFLAGS=""
2980 cat >conftest.$ac_ext <<_ACEOF
2981 /* confdefs.h. */
2982 _ACEOF
2983 cat confdefs.h >>conftest.$ac_ext
2984 cat >>conftest.$ac_ext <<_ACEOF
2985 /* end confdefs.h. */
2988 main ()
2992 return 0;
2994 _ACEOF
2995 rm -f conftest.$ac_objext
2996 if { (ac_try="$ac_compile"
2997 case "(($ac_try" in
2998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2999 *) ac_try_echo=$ac_try;;
3000 esac
3001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3002 (eval "$ac_compile") 2>conftest.er1
3003 ac_status=$?
3004 grep -v '^ *+' conftest.er1 >conftest.err
3005 rm -f conftest.er1
3006 cat conftest.err >&5
3007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3008 (exit $ac_status); } && {
3009 test -z "$ac_c_werror_flag" ||
3010 test ! -s conftest.err
3011 } && test -s conftest.$ac_objext; then
3013 else
3014 echo "$as_me: failed program was:" >&5
3015 sed 's/^/| /' conftest.$ac_ext >&5
3017 ac_c_werror_flag=$ac_save_c_werror_flag
3018 CFLAGS="-g"
3019 cat >conftest.$ac_ext <<_ACEOF
3020 /* confdefs.h. */
3021 _ACEOF
3022 cat confdefs.h >>conftest.$ac_ext
3023 cat >>conftest.$ac_ext <<_ACEOF
3024 /* end confdefs.h. */
3027 main ()
3031 return 0;
3033 _ACEOF
3034 rm -f conftest.$ac_objext
3035 if { (ac_try="$ac_compile"
3036 case "(($ac_try" in
3037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3038 *) ac_try_echo=$ac_try;;
3039 esac
3040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3041 (eval "$ac_compile") 2>conftest.er1
3042 ac_status=$?
3043 grep -v '^ *+' conftest.er1 >conftest.err
3044 rm -f conftest.er1
3045 cat conftest.err >&5
3046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3047 (exit $ac_status); } && {
3048 test -z "$ac_c_werror_flag" ||
3049 test ! -s conftest.err
3050 } && test -s conftest.$ac_objext; then
3051 ac_cv_prog_cc_g=yes
3052 else
3053 echo "$as_me: failed program was:" >&5
3054 sed 's/^/| /' conftest.$ac_ext >&5
3059 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3066 ac_c_werror_flag=$ac_save_c_werror_flag
3068 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3069 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3070 if test "$ac_test_CFLAGS" = set; then
3071 CFLAGS=$ac_save_CFLAGS
3072 elif test $ac_cv_prog_cc_g = yes; then
3073 if test "$GCC" = yes; then
3074 CFLAGS="-g -O2"
3075 else
3076 CFLAGS="-g"
3078 else
3079 if test "$GCC" = yes; then
3080 CFLAGS="-O2"
3081 else
3082 CFLAGS=
3085 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3086 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3087 if test "${ac_cv_prog_cc_c89+set}" = set; then
3088 echo $ECHO_N "(cached) $ECHO_C" >&6
3089 else
3090 ac_cv_prog_cc_c89=no
3091 ac_save_CC=$CC
3092 cat >conftest.$ac_ext <<_ACEOF
3093 /* confdefs.h. */
3094 _ACEOF
3095 cat confdefs.h >>conftest.$ac_ext
3096 cat >>conftest.$ac_ext <<_ACEOF
3097 /* end confdefs.h. */
3098 #include <stdarg.h>
3099 #include <stdio.h>
3100 #include <sys/types.h>
3101 #include <sys/stat.h>
3102 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3103 struct buf { int x; };
3104 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3105 static char *e (p, i)
3106 char **p;
3107 int i;
3109 return p[i];
3111 static char *f (char * (*g) (char **, int), char **p, ...)
3113 char *s;
3114 va_list v;
3115 va_start (v,p);
3116 s = g (p, va_arg (v,int));
3117 va_end (v);
3118 return s;
3121 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3122 function prototypes and stuff, but not '\xHH' hex character constants.
3123 These don't provoke an error unfortunately, instead are silently treated
3124 as 'x'. The following induces an error, until -std is added to get
3125 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3126 array size at least. It's necessary to write '\x00'==0 to get something
3127 that's true only with -std. */
3128 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3130 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3131 inside strings and character constants. */
3132 #define FOO(x) 'x'
3133 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3135 int test (int i, double x);
3136 struct s1 {int (*f) (int a);};
3137 struct s2 {int (*f) (double a);};
3138 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3139 int argc;
3140 char **argv;
3142 main ()
3144 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3146 return 0;
3148 _ACEOF
3149 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3150 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3152 CC="$ac_save_CC $ac_arg"
3153 rm -f conftest.$ac_objext
3154 if { (ac_try="$ac_compile"
3155 case "(($ac_try" in
3156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3157 *) ac_try_echo=$ac_try;;
3158 esac
3159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3160 (eval "$ac_compile") 2>conftest.er1
3161 ac_status=$?
3162 grep -v '^ *+' conftest.er1 >conftest.err
3163 rm -f conftest.er1
3164 cat conftest.err >&5
3165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3166 (exit $ac_status); } && {
3167 test -z "$ac_c_werror_flag" ||
3168 test ! -s conftest.err
3169 } && test -s conftest.$ac_objext; then
3170 ac_cv_prog_cc_c89=$ac_arg
3171 else
3172 echo "$as_me: failed program was:" >&5
3173 sed 's/^/| /' conftest.$ac_ext >&5
3178 rm -f core conftest.err conftest.$ac_objext
3179 test "x$ac_cv_prog_cc_c89" != "xno" && break
3180 done
3181 rm -f conftest.$ac_ext
3182 CC=$ac_save_CC
3185 # AC_CACHE_VAL
3186 case "x$ac_cv_prog_cc_c89" in
3188 { echo "$as_me:$LINENO: result: none needed" >&5
3189 echo "${ECHO_T}none needed" >&6; } ;;
3190 xno)
3191 { echo "$as_me:$LINENO: result: unsupported" >&5
3192 echo "${ECHO_T}unsupported" >&6; } ;;
3194 CC="$CC $ac_cv_prog_cc_c89"
3195 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3196 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3197 esac
3200 ac_ext=c
3201 ac_cpp='$CPP $CPPFLAGS'
3202 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3203 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3204 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3206 ac_ext=cpp
3207 ac_cpp='$CXXCPP $CPPFLAGS'
3208 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3209 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3210 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3211 if test -z "$CXX"; then
3212 if test -n "$CCC"; then
3213 CXX=$CCC
3214 else
3215 if test -n "$ac_tool_prefix"; then
3216 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3218 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3219 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3220 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3221 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3222 if test "${ac_cv_prog_CXX+set}" = set; then
3223 echo $ECHO_N "(cached) $ECHO_C" >&6
3224 else
3225 if test -n "$CXX"; then
3226 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3227 else
3228 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3229 for as_dir in $PATH
3231 IFS=$as_save_IFS
3232 test -z "$as_dir" && as_dir=.
3233 for ac_exec_ext in '' $ac_executable_extensions; do
3234 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3235 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3236 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3237 break 2
3239 done
3240 done
3241 IFS=$as_save_IFS
3245 CXX=$ac_cv_prog_CXX
3246 if test -n "$CXX"; then
3247 { echo "$as_me:$LINENO: result: $CXX" >&5
3248 echo "${ECHO_T}$CXX" >&6; }
3249 else
3250 { echo "$as_me:$LINENO: result: no" >&5
3251 echo "${ECHO_T}no" >&6; }
3255 test -n "$CXX" && break
3256 done
3258 if test -z "$CXX"; then
3259 ac_ct_CXX=$CXX
3260 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3262 # Extract the first word of "$ac_prog", so it can be a program name with args.
3263 set dummy $ac_prog; ac_word=$2
3264 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3265 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3266 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3267 echo $ECHO_N "(cached) $ECHO_C" >&6
3268 else
3269 if test -n "$ac_ct_CXX"; then
3270 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3271 else
3272 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3273 for as_dir in $PATH
3275 IFS=$as_save_IFS
3276 test -z "$as_dir" && as_dir=.
3277 for ac_exec_ext in '' $ac_executable_extensions; do
3278 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3279 ac_cv_prog_ac_ct_CXX="$ac_prog"
3280 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3281 break 2
3283 done
3284 done
3285 IFS=$as_save_IFS
3289 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3290 if test -n "$ac_ct_CXX"; then
3291 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3292 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3293 else
3294 { echo "$as_me:$LINENO: result: no" >&5
3295 echo "${ECHO_T}no" >&6; }
3299 test -n "$ac_ct_CXX" && break
3300 done
3302 if test "x$ac_ct_CXX" = x; then
3303 CXX="g++"
3304 else
3305 case $cross_compiling:$ac_tool_warned in
3306 yes:)
3307 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3308 whose name does not start with the host triplet. If you think this
3309 configuration is useful to you, please write to autoconf@gnu.org." >&5
3310 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3311 whose name does not start with the host triplet. If you think this
3312 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3313 ac_tool_warned=yes ;;
3314 esac
3315 CXX=$ac_ct_CXX
3321 # Provide some information about the compiler.
3322 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3323 ac_compiler=`set X $ac_compile; echo $2`
3324 { (ac_try="$ac_compiler --version >&5"
3325 case "(($ac_try" in
3326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3327 *) ac_try_echo=$ac_try;;
3328 esac
3329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3330 (eval "$ac_compiler --version >&5") 2>&5
3331 ac_status=$?
3332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3333 (exit $ac_status); }
3334 { (ac_try="$ac_compiler -v >&5"
3335 case "(($ac_try" in
3336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3337 *) ac_try_echo=$ac_try;;
3338 esac
3339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3340 (eval "$ac_compiler -v >&5") 2>&5
3341 ac_status=$?
3342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3343 (exit $ac_status); }
3344 { (ac_try="$ac_compiler -V >&5"
3345 case "(($ac_try" in
3346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3347 *) ac_try_echo=$ac_try;;
3348 esac
3349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3350 (eval "$ac_compiler -V >&5") 2>&5
3351 ac_status=$?
3352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3353 (exit $ac_status); }
3355 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3356 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3357 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3358 echo $ECHO_N "(cached) $ECHO_C" >&6
3359 else
3360 cat >conftest.$ac_ext <<_ACEOF
3361 /* confdefs.h. */
3362 _ACEOF
3363 cat confdefs.h >>conftest.$ac_ext
3364 cat >>conftest.$ac_ext <<_ACEOF
3365 /* end confdefs.h. */
3368 main ()
3370 #ifndef __GNUC__
3371 choke me
3372 #endif
3375 return 0;
3377 _ACEOF
3378 rm -f conftest.$ac_objext
3379 if { (ac_try="$ac_compile"
3380 case "(($ac_try" in
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3383 esac
3384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_compile") 2>conftest.er1
3386 ac_status=$?
3387 grep -v '^ *+' conftest.er1 >conftest.err
3388 rm -f conftest.er1
3389 cat conftest.err >&5
3390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3391 (exit $ac_status); } && {
3392 test -z "$ac_cxx_werror_flag" ||
3393 test ! -s conftest.err
3394 } && test -s conftest.$ac_objext; then
3395 ac_compiler_gnu=yes
3396 else
3397 echo "$as_me: failed program was:" >&5
3398 sed 's/^/| /' conftest.$ac_ext >&5
3400 ac_compiler_gnu=no
3403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3404 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3407 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3408 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3409 GXX=`test $ac_compiler_gnu = yes && echo yes`
3410 ac_test_CXXFLAGS=${CXXFLAGS+set}
3411 ac_save_CXXFLAGS=$CXXFLAGS
3412 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3413 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3414 if test "${ac_cv_prog_cxx_g+set}" = set; then
3415 echo $ECHO_N "(cached) $ECHO_C" >&6
3416 else
3417 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3418 ac_cxx_werror_flag=yes
3419 ac_cv_prog_cxx_g=no
3420 CXXFLAGS="-g"
3421 cat >conftest.$ac_ext <<_ACEOF
3422 /* confdefs.h. */
3423 _ACEOF
3424 cat confdefs.h >>conftest.$ac_ext
3425 cat >>conftest.$ac_ext <<_ACEOF
3426 /* end confdefs.h. */
3429 main ()
3433 return 0;
3435 _ACEOF
3436 rm -f conftest.$ac_objext
3437 if { (ac_try="$ac_compile"
3438 case "(($ac_try" in
3439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3440 *) ac_try_echo=$ac_try;;
3441 esac
3442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3443 (eval "$ac_compile") 2>conftest.er1
3444 ac_status=$?
3445 grep -v '^ *+' conftest.er1 >conftest.err
3446 rm -f conftest.er1
3447 cat conftest.err >&5
3448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3449 (exit $ac_status); } && {
3450 test -z "$ac_cxx_werror_flag" ||
3451 test ! -s conftest.err
3452 } && test -s conftest.$ac_objext; then
3453 ac_cv_prog_cxx_g=yes
3454 else
3455 echo "$as_me: failed program was:" >&5
3456 sed 's/^/| /' conftest.$ac_ext >&5
3458 CXXFLAGS=""
3459 cat >conftest.$ac_ext <<_ACEOF
3460 /* confdefs.h. */
3461 _ACEOF
3462 cat confdefs.h >>conftest.$ac_ext
3463 cat >>conftest.$ac_ext <<_ACEOF
3464 /* end confdefs.h. */
3467 main ()
3471 return 0;
3473 _ACEOF
3474 rm -f conftest.$ac_objext
3475 if { (ac_try="$ac_compile"
3476 case "(($ac_try" in
3477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3478 *) ac_try_echo=$ac_try;;
3479 esac
3480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3481 (eval "$ac_compile") 2>conftest.er1
3482 ac_status=$?
3483 grep -v '^ *+' conftest.er1 >conftest.err
3484 rm -f conftest.er1
3485 cat conftest.err >&5
3486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3487 (exit $ac_status); } && {
3488 test -z "$ac_cxx_werror_flag" ||
3489 test ! -s conftest.err
3490 } && test -s conftest.$ac_objext; then
3492 else
3493 echo "$as_me: failed program was:" >&5
3494 sed 's/^/| /' conftest.$ac_ext >&5
3496 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3497 CXXFLAGS="-g"
3498 cat >conftest.$ac_ext <<_ACEOF
3499 /* confdefs.h. */
3500 _ACEOF
3501 cat confdefs.h >>conftest.$ac_ext
3502 cat >>conftest.$ac_ext <<_ACEOF
3503 /* end confdefs.h. */
3506 main ()
3510 return 0;
3512 _ACEOF
3513 rm -f conftest.$ac_objext
3514 if { (ac_try="$ac_compile"
3515 case "(($ac_try" in
3516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3517 *) ac_try_echo=$ac_try;;
3518 esac
3519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3520 (eval "$ac_compile") 2>conftest.er1
3521 ac_status=$?
3522 grep -v '^ *+' conftest.er1 >conftest.err
3523 rm -f conftest.er1
3524 cat conftest.err >&5
3525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3526 (exit $ac_status); } && {
3527 test -z "$ac_cxx_werror_flag" ||
3528 test ! -s conftest.err
3529 } && test -s conftest.$ac_objext; then
3530 ac_cv_prog_cxx_g=yes
3531 else
3532 echo "$as_me: failed program was:" >&5
3533 sed 's/^/| /' conftest.$ac_ext >&5
3538 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3545 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3547 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3548 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3549 if test "$ac_test_CXXFLAGS" = set; then
3550 CXXFLAGS=$ac_save_CXXFLAGS
3551 elif test $ac_cv_prog_cxx_g = yes; then
3552 if test "$GXX" = yes; then
3553 CXXFLAGS="-g -O2"
3554 else
3555 CXXFLAGS="-g"
3557 else
3558 if test "$GXX" = yes; then
3559 CXXFLAGS="-O2"
3560 else
3561 CXXFLAGS=
3564 ac_ext=c
3565 ac_cpp='$CPP $CPPFLAGS'
3566 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3567 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3568 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3570 if test -n "$ac_tool_prefix"; then
3571 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3572 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3573 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3575 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3576 echo $ECHO_N "(cached) $ECHO_C" >&6
3577 else
3578 if test -n "$CPPBIN"; then
3579 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3580 else
3581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3582 for as_dir in $PATH
3584 IFS=$as_save_IFS
3585 test -z "$as_dir" && as_dir=.
3586 for ac_exec_ext in '' $ac_executable_extensions; do
3587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3588 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3590 break 2
3592 done
3593 done
3594 IFS=$as_save_IFS
3598 CPPBIN=$ac_cv_prog_CPPBIN
3599 if test -n "$CPPBIN"; then
3600 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3601 echo "${ECHO_T}$CPPBIN" >&6; }
3602 else
3603 { echo "$as_me:$LINENO: result: no" >&5
3604 echo "${ECHO_T}no" >&6; }
3609 if test -z "$ac_cv_prog_CPPBIN"; then
3610 ac_ct_CPPBIN=$CPPBIN
3611 # Extract the first word of "cpp", so it can be a program name with args.
3612 set dummy cpp; ac_word=$2
3613 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3614 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3615 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3616 echo $ECHO_N "(cached) $ECHO_C" >&6
3617 else
3618 if test -n "$ac_ct_CPPBIN"; then
3619 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3620 else
3621 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3622 for as_dir in $PATH
3624 IFS=$as_save_IFS
3625 test -z "$as_dir" && as_dir=.
3626 for ac_exec_ext in '' $ac_executable_extensions; do
3627 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3628 ac_cv_prog_ac_ct_CPPBIN="cpp"
3629 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3630 break 2
3632 done
3633 done
3634 IFS=$as_save_IFS
3638 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3639 if test -n "$ac_ct_CPPBIN"; then
3640 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3641 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3642 else
3643 { echo "$as_me:$LINENO: result: no" >&5
3644 echo "${ECHO_T}no" >&6; }
3647 if test "x$ac_ct_CPPBIN" = x; then
3648 CPPBIN="cpp"
3649 else
3650 case $cross_compiling:$ac_tool_warned in
3651 yes:)
3652 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3653 whose name does not start with the host triplet. If you think this
3654 configuration is useful to you, please write to autoconf@gnu.org." >&5
3655 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3656 whose name does not start with the host triplet. If you think this
3657 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3658 ac_tool_warned=yes ;;
3659 esac
3660 CPPBIN=$ac_ct_CPPBIN
3662 else
3663 CPPBIN="$ac_cv_prog_CPPBIN"
3667 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3668 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3669 if test "${wine_cv_toolsdir+set}" = set; then
3670 echo $ECHO_N "(cached) $ECHO_C" >&6
3671 else
3672 if test -z "$with_wine_tools"; then
3673 if test "$cross_compiling" = "yes"; then
3674 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3675 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3676 { (exit 1); exit 1; }; }
3677 else
3678 wine_cv_toolsdir="\$(TOPOBJDIR)"
3680 elif test -d "$with_wine_tools/tools/winebuild"; then
3681 case $with_wine_tools in
3682 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3683 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3684 esac
3685 else
3686 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3687 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3688 { (exit 1); exit 1; }; }
3691 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3692 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3693 TOOLSDIR=$wine_cv_toolsdir
3697 ac_ext=c
3698 ac_cpp='$CPP $CPPFLAGS'
3699 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3700 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3701 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3702 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3703 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3704 # On Suns, sometimes $CPP names a directory.
3705 if test -n "$CPP" && test -d "$CPP"; then
3706 CPP=
3708 if test -z "$CPP"; then
3709 if test "${ac_cv_prog_CPP+set}" = set; then
3710 echo $ECHO_N "(cached) $ECHO_C" >&6
3711 else
3712 # Double quotes because CPP needs to be expanded
3713 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3715 ac_preproc_ok=false
3716 for ac_c_preproc_warn_flag in '' yes
3718 # Use a header file that comes with gcc, so configuring glibc
3719 # with a fresh cross-compiler works.
3720 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3721 # <limits.h> exists even on freestanding compilers.
3722 # On the NeXT, cc -E runs the code through the compiler's parser,
3723 # not just through cpp. "Syntax error" is here to catch this case.
3724 cat >conftest.$ac_ext <<_ACEOF
3725 /* confdefs.h. */
3726 _ACEOF
3727 cat confdefs.h >>conftest.$ac_ext
3728 cat >>conftest.$ac_ext <<_ACEOF
3729 /* end confdefs.h. */
3730 #ifdef __STDC__
3731 # include <limits.h>
3732 #else
3733 # include <assert.h>
3734 #endif
3735 Syntax error
3736 _ACEOF
3737 if { (ac_try="$ac_cpp conftest.$ac_ext"
3738 case "(($ac_try" in
3739 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3740 *) ac_try_echo=$ac_try;;
3741 esac
3742 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3743 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3744 ac_status=$?
3745 grep -v '^ *+' conftest.er1 >conftest.err
3746 rm -f conftest.er1
3747 cat conftest.err >&5
3748 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3749 (exit $ac_status); } >/dev/null && {
3750 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3751 test ! -s conftest.err
3752 }; then
3754 else
3755 echo "$as_me: failed program was:" >&5
3756 sed 's/^/| /' conftest.$ac_ext >&5
3758 # Broken: fails on valid input.
3759 continue
3762 rm -f conftest.err conftest.$ac_ext
3764 # OK, works on sane cases. Now check whether nonexistent headers
3765 # can be detected and how.
3766 cat >conftest.$ac_ext <<_ACEOF
3767 /* confdefs.h. */
3768 _ACEOF
3769 cat confdefs.h >>conftest.$ac_ext
3770 cat >>conftest.$ac_ext <<_ACEOF
3771 /* end confdefs.h. */
3772 #include <ac_nonexistent.h>
3773 _ACEOF
3774 if { (ac_try="$ac_cpp conftest.$ac_ext"
3775 case "(($ac_try" in
3776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3777 *) ac_try_echo=$ac_try;;
3778 esac
3779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3780 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3781 ac_status=$?
3782 grep -v '^ *+' conftest.er1 >conftest.err
3783 rm -f conftest.er1
3784 cat conftest.err >&5
3785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3786 (exit $ac_status); } >/dev/null && {
3787 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3788 test ! -s conftest.err
3789 }; then
3790 # Broken: success on invalid input.
3791 continue
3792 else
3793 echo "$as_me: failed program was:" >&5
3794 sed 's/^/| /' conftest.$ac_ext >&5
3796 # Passes both tests.
3797 ac_preproc_ok=:
3798 break
3801 rm -f conftest.err conftest.$ac_ext
3803 done
3804 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3805 rm -f conftest.err conftest.$ac_ext
3806 if $ac_preproc_ok; then
3807 break
3810 done
3811 ac_cv_prog_CPP=$CPP
3814 CPP=$ac_cv_prog_CPP
3815 else
3816 ac_cv_prog_CPP=$CPP
3818 { echo "$as_me:$LINENO: result: $CPP" >&5
3819 echo "${ECHO_T}$CPP" >&6; }
3820 ac_preproc_ok=false
3821 for ac_c_preproc_warn_flag in '' yes
3823 # Use a header file that comes with gcc, so configuring glibc
3824 # with a fresh cross-compiler works.
3825 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3826 # <limits.h> exists even on freestanding compilers.
3827 # On the NeXT, cc -E runs the code through the compiler's parser,
3828 # not just through cpp. "Syntax error" is here to catch this case.
3829 cat >conftest.$ac_ext <<_ACEOF
3830 /* confdefs.h. */
3831 _ACEOF
3832 cat confdefs.h >>conftest.$ac_ext
3833 cat >>conftest.$ac_ext <<_ACEOF
3834 /* end confdefs.h. */
3835 #ifdef __STDC__
3836 # include <limits.h>
3837 #else
3838 # include <assert.h>
3839 #endif
3840 Syntax error
3841 _ACEOF
3842 if { (ac_try="$ac_cpp conftest.$ac_ext"
3843 case "(($ac_try" in
3844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3845 *) ac_try_echo=$ac_try;;
3846 esac
3847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3848 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3849 ac_status=$?
3850 grep -v '^ *+' conftest.er1 >conftest.err
3851 rm -f conftest.er1
3852 cat conftest.err >&5
3853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3854 (exit $ac_status); } >/dev/null && {
3855 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3856 test ! -s conftest.err
3857 }; then
3859 else
3860 echo "$as_me: failed program was:" >&5
3861 sed 's/^/| /' conftest.$ac_ext >&5
3863 # Broken: fails on valid input.
3864 continue
3867 rm -f conftest.err conftest.$ac_ext
3869 # OK, works on sane cases. Now check whether nonexistent headers
3870 # can be detected and how.
3871 cat >conftest.$ac_ext <<_ACEOF
3872 /* confdefs.h. */
3873 _ACEOF
3874 cat confdefs.h >>conftest.$ac_ext
3875 cat >>conftest.$ac_ext <<_ACEOF
3876 /* end confdefs.h. */
3877 #include <ac_nonexistent.h>
3878 _ACEOF
3879 if { (ac_try="$ac_cpp conftest.$ac_ext"
3880 case "(($ac_try" in
3881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3882 *) ac_try_echo=$ac_try;;
3883 esac
3884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3885 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3886 ac_status=$?
3887 grep -v '^ *+' conftest.er1 >conftest.err
3888 rm -f conftest.er1
3889 cat conftest.err >&5
3890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3891 (exit $ac_status); } >/dev/null && {
3892 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3893 test ! -s conftest.err
3894 }; then
3895 # Broken: success on invalid input.
3896 continue
3897 else
3898 echo "$as_me: failed program was:" >&5
3899 sed 's/^/| /' conftest.$ac_ext >&5
3901 # Passes both tests.
3902 ac_preproc_ok=:
3903 break
3906 rm -f conftest.err conftest.$ac_ext
3908 done
3909 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3910 rm -f conftest.err conftest.$ac_ext
3911 if $ac_preproc_ok; then
3913 else
3914 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3915 See \`config.log' for more details." >&5
3916 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3917 See \`config.log' for more details." >&2;}
3918 { (exit 1); exit 1; }; }
3921 ac_ext=c
3922 ac_cpp='$CPP $CPPFLAGS'
3923 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3924 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3925 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3928 { echo "$as_me:$LINENO: checking for X" >&5
3929 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3932 # Check whether --with-x was given.
3933 if test "${with_x+set}" = set; then
3934 withval=$with_x;
3937 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3938 if test "x$with_x" = xno; then
3939 # The user explicitly disabled X.
3940 have_x=disabled
3941 else
3942 case $x_includes,$x_libraries in #(
3943 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3944 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3945 { (exit 1); exit 1; }; };; #(
3946 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3947 echo $ECHO_N "(cached) $ECHO_C" >&6
3948 else
3949 # One or both of the vars are not set, and there is no cached value.
3950 ac_x_includes=no ac_x_libraries=no
3951 rm -f -r conftest.dir
3952 if mkdir conftest.dir; then
3953 cd conftest.dir
3954 cat >Imakefile <<'_ACEOF'
3955 incroot:
3956 @echo incroot='${INCROOT}'
3957 usrlibdir:
3958 @echo usrlibdir='${USRLIBDIR}'
3959 libdir:
3960 @echo libdir='${LIBDIR}'
3961 _ACEOF
3962 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3963 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3964 for ac_var in incroot usrlibdir libdir; do
3965 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3966 done
3967 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3968 for ac_extension in a so sl; do
3969 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3970 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3971 ac_im_usrlibdir=$ac_im_libdir; break
3973 done
3974 # Screen out bogus values from the imake configuration. They are
3975 # bogus both because they are the default anyway, and because
3976 # using them would break gcc on systems where it needs fixed includes.
3977 case $ac_im_incroot in
3978 /usr/include) ac_x_includes= ;;
3979 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3980 esac
3981 case $ac_im_usrlibdir in
3982 /usr/lib | /lib) ;;
3983 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3984 esac
3986 cd ..
3987 rm -f -r conftest.dir
3990 # Standard set of common directories for X headers.
3991 # Check X11 before X11Rn because it is often a symlink to the current release.
3992 ac_x_header_dirs='
3993 /usr/X11/include
3994 /usr/X11R6/include
3995 /usr/X11R5/include
3996 /usr/X11R4/include
3998 /usr/include/X11
3999 /usr/include/X11R6
4000 /usr/include/X11R5
4001 /usr/include/X11R4
4003 /usr/local/X11/include
4004 /usr/local/X11R6/include
4005 /usr/local/X11R5/include
4006 /usr/local/X11R4/include
4008 /usr/local/include/X11
4009 /usr/local/include/X11R6
4010 /usr/local/include/X11R5
4011 /usr/local/include/X11R4
4013 /usr/X386/include
4014 /usr/x386/include
4015 /usr/XFree86/include/X11
4017 /usr/include
4018 /usr/local/include
4019 /usr/unsupported/include
4020 /usr/athena/include
4021 /usr/local/x11r5/include
4022 /usr/lpp/Xamples/include
4024 /usr/openwin/include
4025 /usr/openwin/share/include'
4027 if test "$ac_x_includes" = no; then
4028 # Guess where to find include files, by looking for Xlib.h.
4029 # First, try using that file with no special directory specified.
4030 cat >conftest.$ac_ext <<_ACEOF
4031 /* confdefs.h. */
4032 _ACEOF
4033 cat confdefs.h >>conftest.$ac_ext
4034 cat >>conftest.$ac_ext <<_ACEOF
4035 /* end confdefs.h. */
4036 #include <X11/Xlib.h>
4037 _ACEOF
4038 if { (ac_try="$ac_cpp conftest.$ac_ext"
4039 case "(($ac_try" in
4040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4041 *) ac_try_echo=$ac_try;;
4042 esac
4043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4044 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4045 ac_status=$?
4046 grep -v '^ *+' conftest.er1 >conftest.err
4047 rm -f conftest.er1
4048 cat conftest.err >&5
4049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4050 (exit $ac_status); } >/dev/null && {
4051 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4052 test ! -s conftest.err
4053 }; then
4054 # We can compile using X headers with no special include directory.
4055 ac_x_includes=
4056 else
4057 echo "$as_me: failed program was:" >&5
4058 sed 's/^/| /' conftest.$ac_ext >&5
4060 for ac_dir in $ac_x_header_dirs; do
4061 if test -r "$ac_dir/X11/Xlib.h"; then
4062 ac_x_includes=$ac_dir
4063 break
4065 done
4068 rm -f conftest.err conftest.$ac_ext
4069 fi # $ac_x_includes = no
4071 if test "$ac_x_libraries" = no; then
4072 # Check for the libraries.
4073 # See if we find them without any special options.
4074 # Don't add to $LIBS permanently.
4075 ac_save_LIBS=$LIBS
4076 LIBS="-lX11 $LIBS"
4077 cat >conftest.$ac_ext <<_ACEOF
4078 /* confdefs.h. */
4079 _ACEOF
4080 cat confdefs.h >>conftest.$ac_ext
4081 cat >>conftest.$ac_ext <<_ACEOF
4082 /* end confdefs.h. */
4083 #include <X11/Xlib.h>
4085 main ()
4087 XrmInitialize ()
4089 return 0;
4091 _ACEOF
4092 rm -f conftest.$ac_objext conftest$ac_exeext
4093 if { (ac_try="$ac_link"
4094 case "(($ac_try" in
4095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4096 *) ac_try_echo=$ac_try;;
4097 esac
4098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4099 (eval "$ac_link") 2>conftest.er1
4100 ac_status=$?
4101 grep -v '^ *+' conftest.er1 >conftest.err
4102 rm -f conftest.er1
4103 cat conftest.err >&5
4104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4105 (exit $ac_status); } && {
4106 test -z "$ac_c_werror_flag" ||
4107 test ! -s conftest.err
4108 } && test -s conftest$ac_exeext &&
4109 $as_test_x conftest$ac_exeext; then
4110 LIBS=$ac_save_LIBS
4111 # We can link X programs with no special library path.
4112 ac_x_libraries=
4113 else
4114 echo "$as_me: failed program was:" >&5
4115 sed 's/^/| /' conftest.$ac_ext >&5
4117 LIBS=$ac_save_LIBS
4118 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4120 # Don't even attempt the hair of trying to link an X program!
4121 for ac_extension in a so sl; do
4122 if test -r "$ac_dir/libX11.$ac_extension"; then
4123 ac_x_libraries=$ac_dir
4124 break 2
4126 done
4127 done
4130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4131 conftest$ac_exeext conftest.$ac_ext
4132 fi # $ac_x_libraries = no
4134 case $ac_x_includes,$ac_x_libraries in #(
4135 no,* | *,no | *\'*)
4136 # Didn't find X, or a directory has "'" in its name.
4137 ac_cv_have_x="have_x=no";; #(
4139 # Record where we found X for the cache.
4140 ac_cv_have_x="have_x=yes\
4141 ac_x_includes='$ac_x_includes'\
4142 ac_x_libraries='$ac_x_libraries'"
4143 esac
4145 ;; #(
4146 *) have_x=yes;;
4147 esac
4148 eval "$ac_cv_have_x"
4149 fi # $with_x != no
4151 if test "$have_x" != yes; then
4152 { echo "$as_me:$LINENO: result: $have_x" >&5
4153 echo "${ECHO_T}$have_x" >&6; }
4154 no_x=yes
4155 else
4156 # If each of the values was on the command line, it overrides each guess.
4157 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4158 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4159 # Update the cache value to reflect the command line values.
4160 ac_cv_have_x="have_x=yes\
4161 ac_x_includes='$x_includes'\
4162 ac_x_libraries='$x_libraries'"
4163 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4164 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4167 if test "$no_x" = yes; then
4168 # Not all programs may use this symbol, but it does not hurt to define it.
4170 cat >>confdefs.h <<\_ACEOF
4171 #define X_DISPLAY_MISSING 1
4172 _ACEOF
4174 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4175 else
4176 if test -n "$x_includes"; then
4177 X_CFLAGS="$X_CFLAGS -I$x_includes"
4180 # It would also be nice to do this for all -L options, not just this one.
4181 if test -n "$x_libraries"; then
4182 X_LIBS="$X_LIBS -L$x_libraries"
4183 # For Solaris; some versions of Sun CC require a space after -R and
4184 # others require no space. Words are not sufficient . . . .
4185 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4186 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4187 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4188 ac_xsave_c_werror_flag=$ac_c_werror_flag
4189 ac_c_werror_flag=yes
4190 cat >conftest.$ac_ext <<_ACEOF
4191 /* confdefs.h. */
4192 _ACEOF
4193 cat confdefs.h >>conftest.$ac_ext
4194 cat >>conftest.$ac_ext <<_ACEOF
4195 /* end confdefs.h. */
4198 main ()
4202 return 0;
4204 _ACEOF
4205 rm -f conftest.$ac_objext conftest$ac_exeext
4206 if { (ac_try="$ac_link"
4207 case "(($ac_try" in
4208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4209 *) ac_try_echo=$ac_try;;
4210 esac
4211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4212 (eval "$ac_link") 2>conftest.er1
4213 ac_status=$?
4214 grep -v '^ *+' conftest.er1 >conftest.err
4215 rm -f conftest.er1
4216 cat conftest.err >&5
4217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4218 (exit $ac_status); } && {
4219 test -z "$ac_c_werror_flag" ||
4220 test ! -s conftest.err
4221 } && test -s conftest$ac_exeext &&
4222 $as_test_x conftest$ac_exeext; then
4223 { echo "$as_me:$LINENO: result: no" >&5
4224 echo "${ECHO_T}no" >&6; }
4225 X_LIBS="$X_LIBS -R$x_libraries"
4226 else
4227 echo "$as_me: failed program was:" >&5
4228 sed 's/^/| /' conftest.$ac_ext >&5
4230 LIBS="$ac_xsave_LIBS -R $x_libraries"
4231 cat >conftest.$ac_ext <<_ACEOF
4232 /* confdefs.h. */
4233 _ACEOF
4234 cat confdefs.h >>conftest.$ac_ext
4235 cat >>conftest.$ac_ext <<_ACEOF
4236 /* end confdefs.h. */
4239 main ()
4243 return 0;
4245 _ACEOF
4246 rm -f conftest.$ac_objext conftest$ac_exeext
4247 if { (ac_try="$ac_link"
4248 case "(($ac_try" in
4249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4250 *) ac_try_echo=$ac_try;;
4251 esac
4252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4253 (eval "$ac_link") 2>conftest.er1
4254 ac_status=$?
4255 grep -v '^ *+' conftest.er1 >conftest.err
4256 rm -f conftest.er1
4257 cat conftest.err >&5
4258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4259 (exit $ac_status); } && {
4260 test -z "$ac_c_werror_flag" ||
4261 test ! -s conftest.err
4262 } && test -s conftest$ac_exeext &&
4263 $as_test_x conftest$ac_exeext; then
4264 { echo "$as_me:$LINENO: result: yes" >&5
4265 echo "${ECHO_T}yes" >&6; }
4266 X_LIBS="$X_LIBS -R $x_libraries"
4267 else
4268 echo "$as_me: failed program was:" >&5
4269 sed 's/^/| /' conftest.$ac_ext >&5
4271 { echo "$as_me:$LINENO: result: neither works" >&5
4272 echo "${ECHO_T}neither works" >&6; }
4275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4276 conftest$ac_exeext conftest.$ac_ext
4279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4280 conftest$ac_exeext conftest.$ac_ext
4281 ac_c_werror_flag=$ac_xsave_c_werror_flag
4282 LIBS=$ac_xsave_LIBS
4285 # Check for system-dependent libraries X programs must link with.
4286 # Do this before checking for the system-independent R6 libraries
4287 # (-lICE), since we may need -lsocket or whatever for X linking.
4289 if test "$ISC" = yes; then
4290 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4291 else
4292 # Martyn Johnson says this is needed for Ultrix, if the X
4293 # libraries were built with DECnet support. And Karl Berry says
4294 # the Alpha needs dnet_stub (dnet does not exist).
4295 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4296 cat >conftest.$ac_ext <<_ACEOF
4297 /* confdefs.h. */
4298 _ACEOF
4299 cat confdefs.h >>conftest.$ac_ext
4300 cat >>conftest.$ac_ext <<_ACEOF
4301 /* end confdefs.h. */
4303 /* Override any GCC internal prototype to avoid an error.
4304 Use char because int might match the return type of a GCC
4305 builtin and then its argument prototype would still apply. */
4306 #ifdef __cplusplus
4307 extern "C"
4308 #endif
4309 char XOpenDisplay ();
4311 main ()
4313 return XOpenDisplay ();
4315 return 0;
4317 _ACEOF
4318 rm -f conftest.$ac_objext conftest$ac_exeext
4319 if { (ac_try="$ac_link"
4320 case "(($ac_try" in
4321 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4322 *) ac_try_echo=$ac_try;;
4323 esac
4324 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4325 (eval "$ac_link") 2>conftest.er1
4326 ac_status=$?
4327 grep -v '^ *+' conftest.er1 >conftest.err
4328 rm -f conftest.er1
4329 cat conftest.err >&5
4330 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4331 (exit $ac_status); } && {
4332 test -z "$ac_c_werror_flag" ||
4333 test ! -s conftest.err
4334 } && test -s conftest$ac_exeext &&
4335 $as_test_x conftest$ac_exeext; then
4337 else
4338 echo "$as_me: failed program was:" >&5
4339 sed 's/^/| /' conftest.$ac_ext >&5
4341 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4342 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4343 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4344 echo $ECHO_N "(cached) $ECHO_C" >&6
4345 else
4346 ac_check_lib_save_LIBS=$LIBS
4347 LIBS="-ldnet $LIBS"
4348 cat >conftest.$ac_ext <<_ACEOF
4349 /* confdefs.h. */
4350 _ACEOF
4351 cat confdefs.h >>conftest.$ac_ext
4352 cat >>conftest.$ac_ext <<_ACEOF
4353 /* end confdefs.h. */
4355 /* Override any GCC internal prototype to avoid an error.
4356 Use char because int might match the return type of a GCC
4357 builtin and then its argument prototype would still apply. */
4358 #ifdef __cplusplus
4359 extern "C"
4360 #endif
4361 char dnet_ntoa ();
4363 main ()
4365 return dnet_ntoa ();
4367 return 0;
4369 _ACEOF
4370 rm -f conftest.$ac_objext conftest$ac_exeext
4371 if { (ac_try="$ac_link"
4372 case "(($ac_try" in
4373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4374 *) ac_try_echo=$ac_try;;
4375 esac
4376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4377 (eval "$ac_link") 2>conftest.er1
4378 ac_status=$?
4379 grep -v '^ *+' conftest.er1 >conftest.err
4380 rm -f conftest.er1
4381 cat conftest.err >&5
4382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4383 (exit $ac_status); } && {
4384 test -z "$ac_c_werror_flag" ||
4385 test ! -s conftest.err
4386 } && test -s conftest$ac_exeext &&
4387 $as_test_x conftest$ac_exeext; then
4388 ac_cv_lib_dnet_dnet_ntoa=yes
4389 else
4390 echo "$as_me: failed program was:" >&5
4391 sed 's/^/| /' conftest.$ac_ext >&5
4393 ac_cv_lib_dnet_dnet_ntoa=no
4396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4397 conftest$ac_exeext conftest.$ac_ext
4398 LIBS=$ac_check_lib_save_LIBS
4400 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4401 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4402 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4403 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4406 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4407 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4408 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4409 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4410 echo $ECHO_N "(cached) $ECHO_C" >&6
4411 else
4412 ac_check_lib_save_LIBS=$LIBS
4413 LIBS="-ldnet_stub $LIBS"
4414 cat >conftest.$ac_ext <<_ACEOF
4415 /* confdefs.h. */
4416 _ACEOF
4417 cat confdefs.h >>conftest.$ac_ext
4418 cat >>conftest.$ac_ext <<_ACEOF
4419 /* end confdefs.h. */
4421 /* Override any GCC internal prototype to avoid an error.
4422 Use char because int might match the return type of a GCC
4423 builtin and then its argument prototype would still apply. */
4424 #ifdef __cplusplus
4425 extern "C"
4426 #endif
4427 char dnet_ntoa ();
4429 main ()
4431 return dnet_ntoa ();
4433 return 0;
4435 _ACEOF
4436 rm -f conftest.$ac_objext conftest$ac_exeext
4437 if { (ac_try="$ac_link"
4438 case "(($ac_try" in
4439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4440 *) ac_try_echo=$ac_try;;
4441 esac
4442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4443 (eval "$ac_link") 2>conftest.er1
4444 ac_status=$?
4445 grep -v '^ *+' conftest.er1 >conftest.err
4446 rm -f conftest.er1
4447 cat conftest.err >&5
4448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4449 (exit $ac_status); } && {
4450 test -z "$ac_c_werror_flag" ||
4451 test ! -s conftest.err
4452 } && test -s conftest$ac_exeext &&
4453 $as_test_x conftest$ac_exeext; then
4454 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4455 else
4456 echo "$as_me: failed program was:" >&5
4457 sed 's/^/| /' conftest.$ac_ext >&5
4459 ac_cv_lib_dnet_stub_dnet_ntoa=no
4462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4463 conftest$ac_exeext conftest.$ac_ext
4464 LIBS=$ac_check_lib_save_LIBS
4466 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4467 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4468 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4469 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4476 conftest$ac_exeext conftest.$ac_ext
4477 LIBS="$ac_xsave_LIBS"
4479 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4480 # to get the SysV transport functions.
4481 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4482 # needs -lnsl.
4483 # The nsl library prevents programs from opening the X display
4484 # on Irix 5.2, according to T.E. Dickey.
4485 # The functions gethostbyname, getservbyname, and inet_addr are
4486 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4487 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4488 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4489 if test "${ac_cv_func_gethostbyname+set}" = set; then
4490 echo $ECHO_N "(cached) $ECHO_C" >&6
4491 else
4492 cat >conftest.$ac_ext <<_ACEOF
4493 /* confdefs.h. */
4494 _ACEOF
4495 cat confdefs.h >>conftest.$ac_ext
4496 cat >>conftest.$ac_ext <<_ACEOF
4497 /* end confdefs.h. */
4498 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4499 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4500 #define gethostbyname innocuous_gethostbyname
4502 /* System header to define __stub macros and hopefully few prototypes,
4503 which can conflict with char gethostbyname (); below.
4504 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4505 <limits.h> exists even on freestanding compilers. */
4507 #ifdef __STDC__
4508 # include <limits.h>
4509 #else
4510 # include <assert.h>
4511 #endif
4513 #undef gethostbyname
4515 /* Override any GCC internal prototype to avoid an error.
4516 Use char because int might match the return type of a GCC
4517 builtin and then its argument prototype would still apply. */
4518 #ifdef __cplusplus
4519 extern "C"
4520 #endif
4521 char gethostbyname ();
4522 /* The GNU C library defines this for functions which it implements
4523 to always fail with ENOSYS. Some functions are actually named
4524 something starting with __ and the normal name is an alias. */
4525 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4526 choke me
4527 #endif
4530 main ()
4532 return gethostbyname ();
4534 return 0;
4536 _ACEOF
4537 rm -f conftest.$ac_objext conftest$ac_exeext
4538 if { (ac_try="$ac_link"
4539 case "(($ac_try" in
4540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4541 *) ac_try_echo=$ac_try;;
4542 esac
4543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4544 (eval "$ac_link") 2>conftest.er1
4545 ac_status=$?
4546 grep -v '^ *+' conftest.er1 >conftest.err
4547 rm -f conftest.er1
4548 cat conftest.err >&5
4549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4550 (exit $ac_status); } && {
4551 test -z "$ac_c_werror_flag" ||
4552 test ! -s conftest.err
4553 } && test -s conftest$ac_exeext &&
4554 $as_test_x conftest$ac_exeext; then
4555 ac_cv_func_gethostbyname=yes
4556 else
4557 echo "$as_me: failed program was:" >&5
4558 sed 's/^/| /' conftest.$ac_ext >&5
4560 ac_cv_func_gethostbyname=no
4563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4564 conftest$ac_exeext conftest.$ac_ext
4566 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4567 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4569 if test $ac_cv_func_gethostbyname = no; then
4570 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4571 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4572 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4574 else
4575 ac_check_lib_save_LIBS=$LIBS
4576 LIBS="-lnsl $LIBS"
4577 cat >conftest.$ac_ext <<_ACEOF
4578 /* confdefs.h. */
4579 _ACEOF
4580 cat confdefs.h >>conftest.$ac_ext
4581 cat >>conftest.$ac_ext <<_ACEOF
4582 /* end confdefs.h. */
4584 /* Override any GCC internal prototype to avoid an error.
4585 Use char because int might match the return type of a GCC
4586 builtin and then its argument prototype would still apply. */
4587 #ifdef __cplusplus
4588 extern "C"
4589 #endif
4590 char gethostbyname ();
4592 main ()
4594 return gethostbyname ();
4596 return 0;
4598 _ACEOF
4599 rm -f conftest.$ac_objext conftest$ac_exeext
4600 if { (ac_try="$ac_link"
4601 case "(($ac_try" in
4602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4603 *) ac_try_echo=$ac_try;;
4604 esac
4605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4606 (eval "$ac_link") 2>conftest.er1
4607 ac_status=$?
4608 grep -v '^ *+' conftest.er1 >conftest.err
4609 rm -f conftest.er1
4610 cat conftest.err >&5
4611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4612 (exit $ac_status); } && {
4613 test -z "$ac_c_werror_flag" ||
4614 test ! -s conftest.err
4615 } && test -s conftest$ac_exeext &&
4616 $as_test_x conftest$ac_exeext; then
4617 ac_cv_lib_nsl_gethostbyname=yes
4618 else
4619 echo "$as_me: failed program was:" >&5
4620 sed 's/^/| /' conftest.$ac_ext >&5
4622 ac_cv_lib_nsl_gethostbyname=no
4625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4626 conftest$ac_exeext conftest.$ac_ext
4627 LIBS=$ac_check_lib_save_LIBS
4629 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4630 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4631 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4632 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4635 if test $ac_cv_lib_nsl_gethostbyname = no; then
4636 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4637 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4638 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4639 echo $ECHO_N "(cached) $ECHO_C" >&6
4640 else
4641 ac_check_lib_save_LIBS=$LIBS
4642 LIBS="-lbsd $LIBS"
4643 cat >conftest.$ac_ext <<_ACEOF
4644 /* confdefs.h. */
4645 _ACEOF
4646 cat confdefs.h >>conftest.$ac_ext
4647 cat >>conftest.$ac_ext <<_ACEOF
4648 /* end confdefs.h. */
4650 /* Override any GCC internal prototype to avoid an error.
4651 Use char because int might match the return type of a GCC
4652 builtin and then its argument prototype would still apply. */
4653 #ifdef __cplusplus
4654 extern "C"
4655 #endif
4656 char gethostbyname ();
4658 main ()
4660 return gethostbyname ();
4662 return 0;
4664 _ACEOF
4665 rm -f conftest.$ac_objext conftest$ac_exeext
4666 if { (ac_try="$ac_link"
4667 case "(($ac_try" in
4668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4669 *) ac_try_echo=$ac_try;;
4670 esac
4671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4672 (eval "$ac_link") 2>conftest.er1
4673 ac_status=$?
4674 grep -v '^ *+' conftest.er1 >conftest.err
4675 rm -f conftest.er1
4676 cat conftest.err >&5
4677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4678 (exit $ac_status); } && {
4679 test -z "$ac_c_werror_flag" ||
4680 test ! -s conftest.err
4681 } && test -s conftest$ac_exeext &&
4682 $as_test_x conftest$ac_exeext; then
4683 ac_cv_lib_bsd_gethostbyname=yes
4684 else
4685 echo "$as_me: failed program was:" >&5
4686 sed 's/^/| /' conftest.$ac_ext >&5
4688 ac_cv_lib_bsd_gethostbyname=no
4691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4692 conftest$ac_exeext conftest.$ac_ext
4693 LIBS=$ac_check_lib_save_LIBS
4695 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4696 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4697 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4698 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4704 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4705 # socket/setsockopt and other routines are undefined under SCO ODT
4706 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4707 # on later versions), says Simon Leinen: it contains gethostby*
4708 # variants that don't use the name server (or something). -lsocket
4709 # must be given before -lnsl if both are needed. We assume that
4710 # if connect needs -lnsl, so does gethostbyname.
4711 { echo "$as_me:$LINENO: checking for connect" >&5
4712 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4713 if test "${ac_cv_func_connect+set}" = set; then
4714 echo $ECHO_N "(cached) $ECHO_C" >&6
4715 else
4716 cat >conftest.$ac_ext <<_ACEOF
4717 /* confdefs.h. */
4718 _ACEOF
4719 cat confdefs.h >>conftest.$ac_ext
4720 cat >>conftest.$ac_ext <<_ACEOF
4721 /* end confdefs.h. */
4722 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4723 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4724 #define connect innocuous_connect
4726 /* System header to define __stub macros and hopefully few prototypes,
4727 which can conflict with char connect (); below.
4728 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4729 <limits.h> exists even on freestanding compilers. */
4731 #ifdef __STDC__
4732 # include <limits.h>
4733 #else
4734 # include <assert.h>
4735 #endif
4737 #undef connect
4739 /* Override any GCC internal prototype to avoid an error.
4740 Use char because int might match the return type of a GCC
4741 builtin and then its argument prototype would still apply. */
4742 #ifdef __cplusplus
4743 extern "C"
4744 #endif
4745 char connect ();
4746 /* The GNU C library defines this for functions which it implements
4747 to always fail with ENOSYS. Some functions are actually named
4748 something starting with __ and the normal name is an alias. */
4749 #if defined __stub_connect || defined __stub___connect
4750 choke me
4751 #endif
4754 main ()
4756 return connect ();
4758 return 0;
4760 _ACEOF
4761 rm -f conftest.$ac_objext conftest$ac_exeext
4762 if { (ac_try="$ac_link"
4763 case "(($ac_try" in
4764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4765 *) ac_try_echo=$ac_try;;
4766 esac
4767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4768 (eval "$ac_link") 2>conftest.er1
4769 ac_status=$?
4770 grep -v '^ *+' conftest.er1 >conftest.err
4771 rm -f conftest.er1
4772 cat conftest.err >&5
4773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4774 (exit $ac_status); } && {
4775 test -z "$ac_c_werror_flag" ||
4776 test ! -s conftest.err
4777 } && test -s conftest$ac_exeext &&
4778 $as_test_x conftest$ac_exeext; then
4779 ac_cv_func_connect=yes
4780 else
4781 echo "$as_me: failed program was:" >&5
4782 sed 's/^/| /' conftest.$ac_ext >&5
4784 ac_cv_func_connect=no
4787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4788 conftest$ac_exeext conftest.$ac_ext
4790 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4791 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4793 if test $ac_cv_func_connect = no; then
4794 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4795 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4796 if test "${ac_cv_lib_socket_connect+set}" = set; then
4797 echo $ECHO_N "(cached) $ECHO_C" >&6
4798 else
4799 ac_check_lib_save_LIBS=$LIBS
4800 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4801 cat >conftest.$ac_ext <<_ACEOF
4802 /* confdefs.h. */
4803 _ACEOF
4804 cat confdefs.h >>conftest.$ac_ext
4805 cat >>conftest.$ac_ext <<_ACEOF
4806 /* end confdefs.h. */
4808 /* Override any GCC internal prototype to avoid an error.
4809 Use char because int might match the return type of a GCC
4810 builtin and then its argument prototype would still apply. */
4811 #ifdef __cplusplus
4812 extern "C"
4813 #endif
4814 char connect ();
4816 main ()
4818 return connect ();
4820 return 0;
4822 _ACEOF
4823 rm -f conftest.$ac_objext conftest$ac_exeext
4824 if { (ac_try="$ac_link"
4825 case "(($ac_try" in
4826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4827 *) ac_try_echo=$ac_try;;
4828 esac
4829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4830 (eval "$ac_link") 2>conftest.er1
4831 ac_status=$?
4832 grep -v '^ *+' conftest.er1 >conftest.err
4833 rm -f conftest.er1
4834 cat conftest.err >&5
4835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4836 (exit $ac_status); } && {
4837 test -z "$ac_c_werror_flag" ||
4838 test ! -s conftest.err
4839 } && test -s conftest$ac_exeext &&
4840 $as_test_x conftest$ac_exeext; then
4841 ac_cv_lib_socket_connect=yes
4842 else
4843 echo "$as_me: failed program was:" >&5
4844 sed 's/^/| /' conftest.$ac_ext >&5
4846 ac_cv_lib_socket_connect=no
4849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4850 conftest$ac_exeext conftest.$ac_ext
4851 LIBS=$ac_check_lib_save_LIBS
4853 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4854 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4855 if test $ac_cv_lib_socket_connect = yes; then
4856 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4861 # Guillermo Gomez says -lposix is necessary on A/UX.
4862 { echo "$as_me:$LINENO: checking for remove" >&5
4863 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4864 if test "${ac_cv_func_remove+set}" = set; then
4865 echo $ECHO_N "(cached) $ECHO_C" >&6
4866 else
4867 cat >conftest.$ac_ext <<_ACEOF
4868 /* confdefs.h. */
4869 _ACEOF
4870 cat confdefs.h >>conftest.$ac_ext
4871 cat >>conftest.$ac_ext <<_ACEOF
4872 /* end confdefs.h. */
4873 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4874 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4875 #define remove innocuous_remove
4877 /* System header to define __stub macros and hopefully few prototypes,
4878 which can conflict with char remove (); below.
4879 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4880 <limits.h> exists even on freestanding compilers. */
4882 #ifdef __STDC__
4883 # include <limits.h>
4884 #else
4885 # include <assert.h>
4886 #endif
4888 #undef remove
4890 /* Override any GCC internal prototype to avoid an error.
4891 Use char because int might match the return type of a GCC
4892 builtin and then its argument prototype would still apply. */
4893 #ifdef __cplusplus
4894 extern "C"
4895 #endif
4896 char remove ();
4897 /* The GNU C library defines this for functions which it implements
4898 to always fail with ENOSYS. Some functions are actually named
4899 something starting with __ and the normal name is an alias. */
4900 #if defined __stub_remove || defined __stub___remove
4901 choke me
4902 #endif
4905 main ()
4907 return remove ();
4909 return 0;
4911 _ACEOF
4912 rm -f conftest.$ac_objext conftest$ac_exeext
4913 if { (ac_try="$ac_link"
4914 case "(($ac_try" in
4915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4916 *) ac_try_echo=$ac_try;;
4917 esac
4918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4919 (eval "$ac_link") 2>conftest.er1
4920 ac_status=$?
4921 grep -v '^ *+' conftest.er1 >conftest.err
4922 rm -f conftest.er1
4923 cat conftest.err >&5
4924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4925 (exit $ac_status); } && {
4926 test -z "$ac_c_werror_flag" ||
4927 test ! -s conftest.err
4928 } && test -s conftest$ac_exeext &&
4929 $as_test_x conftest$ac_exeext; then
4930 ac_cv_func_remove=yes
4931 else
4932 echo "$as_me: failed program was:" >&5
4933 sed 's/^/| /' conftest.$ac_ext >&5
4935 ac_cv_func_remove=no
4938 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4939 conftest$ac_exeext conftest.$ac_ext
4941 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4942 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4944 if test $ac_cv_func_remove = no; then
4945 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4946 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4947 if test "${ac_cv_lib_posix_remove+set}" = set; then
4948 echo $ECHO_N "(cached) $ECHO_C" >&6
4949 else
4950 ac_check_lib_save_LIBS=$LIBS
4951 LIBS="-lposix $LIBS"
4952 cat >conftest.$ac_ext <<_ACEOF
4953 /* confdefs.h. */
4954 _ACEOF
4955 cat confdefs.h >>conftest.$ac_ext
4956 cat >>conftest.$ac_ext <<_ACEOF
4957 /* end confdefs.h. */
4959 /* Override any GCC internal prototype to avoid an error.
4960 Use char because int might match the return type of a GCC
4961 builtin and then its argument prototype would still apply. */
4962 #ifdef __cplusplus
4963 extern "C"
4964 #endif
4965 char remove ();
4967 main ()
4969 return remove ();
4971 return 0;
4973 _ACEOF
4974 rm -f conftest.$ac_objext conftest$ac_exeext
4975 if { (ac_try="$ac_link"
4976 case "(($ac_try" in
4977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4978 *) ac_try_echo=$ac_try;;
4979 esac
4980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4981 (eval "$ac_link") 2>conftest.er1
4982 ac_status=$?
4983 grep -v '^ *+' conftest.er1 >conftest.err
4984 rm -f conftest.er1
4985 cat conftest.err >&5
4986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4987 (exit $ac_status); } && {
4988 test -z "$ac_c_werror_flag" ||
4989 test ! -s conftest.err
4990 } && test -s conftest$ac_exeext &&
4991 $as_test_x conftest$ac_exeext; then
4992 ac_cv_lib_posix_remove=yes
4993 else
4994 echo "$as_me: failed program was:" >&5
4995 sed 's/^/| /' conftest.$ac_ext >&5
4997 ac_cv_lib_posix_remove=no
5000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5001 conftest$ac_exeext conftest.$ac_ext
5002 LIBS=$ac_check_lib_save_LIBS
5004 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5005 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5006 if test $ac_cv_lib_posix_remove = yes; then
5007 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5012 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5013 { echo "$as_me:$LINENO: checking for shmat" >&5
5014 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5015 if test "${ac_cv_func_shmat+set}" = set; then
5016 echo $ECHO_N "(cached) $ECHO_C" >&6
5017 else
5018 cat >conftest.$ac_ext <<_ACEOF
5019 /* confdefs.h. */
5020 _ACEOF
5021 cat confdefs.h >>conftest.$ac_ext
5022 cat >>conftest.$ac_ext <<_ACEOF
5023 /* end confdefs.h. */
5024 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5025 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5026 #define shmat innocuous_shmat
5028 /* System header to define __stub macros and hopefully few prototypes,
5029 which can conflict with char shmat (); below.
5030 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5031 <limits.h> exists even on freestanding compilers. */
5033 #ifdef __STDC__
5034 # include <limits.h>
5035 #else
5036 # include <assert.h>
5037 #endif
5039 #undef shmat
5041 /* Override any GCC internal prototype to avoid an error.
5042 Use char because int might match the return type of a GCC
5043 builtin and then its argument prototype would still apply. */
5044 #ifdef __cplusplus
5045 extern "C"
5046 #endif
5047 char shmat ();
5048 /* The GNU C library defines this for functions which it implements
5049 to always fail with ENOSYS. Some functions are actually named
5050 something starting with __ and the normal name is an alias. */
5051 #if defined __stub_shmat || defined __stub___shmat
5052 choke me
5053 #endif
5056 main ()
5058 return shmat ();
5060 return 0;
5062 _ACEOF
5063 rm -f conftest.$ac_objext conftest$ac_exeext
5064 if { (ac_try="$ac_link"
5065 case "(($ac_try" in
5066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5067 *) ac_try_echo=$ac_try;;
5068 esac
5069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5070 (eval "$ac_link") 2>conftest.er1
5071 ac_status=$?
5072 grep -v '^ *+' conftest.er1 >conftest.err
5073 rm -f conftest.er1
5074 cat conftest.err >&5
5075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5076 (exit $ac_status); } && {
5077 test -z "$ac_c_werror_flag" ||
5078 test ! -s conftest.err
5079 } && test -s conftest$ac_exeext &&
5080 $as_test_x conftest$ac_exeext; then
5081 ac_cv_func_shmat=yes
5082 else
5083 echo "$as_me: failed program was:" >&5
5084 sed 's/^/| /' conftest.$ac_ext >&5
5086 ac_cv_func_shmat=no
5089 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5090 conftest$ac_exeext conftest.$ac_ext
5092 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5093 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5095 if test $ac_cv_func_shmat = no; then
5096 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5097 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5098 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5099 echo $ECHO_N "(cached) $ECHO_C" >&6
5100 else
5101 ac_check_lib_save_LIBS=$LIBS
5102 LIBS="-lipc $LIBS"
5103 cat >conftest.$ac_ext <<_ACEOF
5104 /* confdefs.h. */
5105 _ACEOF
5106 cat confdefs.h >>conftest.$ac_ext
5107 cat >>conftest.$ac_ext <<_ACEOF
5108 /* end confdefs.h. */
5110 /* Override any GCC internal prototype to avoid an error.
5111 Use char because int might match the return type of a GCC
5112 builtin and then its argument prototype would still apply. */
5113 #ifdef __cplusplus
5114 extern "C"
5115 #endif
5116 char shmat ();
5118 main ()
5120 return shmat ();
5122 return 0;
5124 _ACEOF
5125 rm -f conftest.$ac_objext conftest$ac_exeext
5126 if { (ac_try="$ac_link"
5127 case "(($ac_try" in
5128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5129 *) ac_try_echo=$ac_try;;
5130 esac
5131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5132 (eval "$ac_link") 2>conftest.er1
5133 ac_status=$?
5134 grep -v '^ *+' conftest.er1 >conftest.err
5135 rm -f conftest.er1
5136 cat conftest.err >&5
5137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5138 (exit $ac_status); } && {
5139 test -z "$ac_c_werror_flag" ||
5140 test ! -s conftest.err
5141 } && test -s conftest$ac_exeext &&
5142 $as_test_x conftest$ac_exeext; then
5143 ac_cv_lib_ipc_shmat=yes
5144 else
5145 echo "$as_me: failed program was:" >&5
5146 sed 's/^/| /' conftest.$ac_ext >&5
5148 ac_cv_lib_ipc_shmat=no
5151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5152 conftest$ac_exeext conftest.$ac_ext
5153 LIBS=$ac_check_lib_save_LIBS
5155 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5156 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5157 if test $ac_cv_lib_ipc_shmat = yes; then
5158 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5164 # Check for libraries that X11R6 Xt/Xaw programs need.
5165 ac_save_LDFLAGS=$LDFLAGS
5166 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5167 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5168 # check for ICE first), but we must link in the order -lSM -lICE or
5169 # we get undefined symbols. So assume we have SM if we have ICE.
5170 # These have to be linked with before -lX11, unlike the other
5171 # libraries we check for below, so use a different variable.
5172 # John Interrante, Karl Berry
5173 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5174 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5175 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5176 echo $ECHO_N "(cached) $ECHO_C" >&6
5177 else
5178 ac_check_lib_save_LIBS=$LIBS
5179 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5180 cat >conftest.$ac_ext <<_ACEOF
5181 /* confdefs.h. */
5182 _ACEOF
5183 cat confdefs.h >>conftest.$ac_ext
5184 cat >>conftest.$ac_ext <<_ACEOF
5185 /* end confdefs.h. */
5187 /* Override any GCC internal prototype to avoid an error.
5188 Use char because int might match the return type of a GCC
5189 builtin and then its argument prototype would still apply. */
5190 #ifdef __cplusplus
5191 extern "C"
5192 #endif
5193 char IceConnectionNumber ();
5195 main ()
5197 return IceConnectionNumber ();
5199 return 0;
5201 _ACEOF
5202 rm -f conftest.$ac_objext conftest$ac_exeext
5203 if { (ac_try="$ac_link"
5204 case "(($ac_try" in
5205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5206 *) ac_try_echo=$ac_try;;
5207 esac
5208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5209 (eval "$ac_link") 2>conftest.er1
5210 ac_status=$?
5211 grep -v '^ *+' conftest.er1 >conftest.err
5212 rm -f conftest.er1
5213 cat conftest.err >&5
5214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5215 (exit $ac_status); } && {
5216 test -z "$ac_c_werror_flag" ||
5217 test ! -s conftest.err
5218 } && test -s conftest$ac_exeext &&
5219 $as_test_x conftest$ac_exeext; then
5220 ac_cv_lib_ICE_IceConnectionNumber=yes
5221 else
5222 echo "$as_me: failed program was:" >&5
5223 sed 's/^/| /' conftest.$ac_ext >&5
5225 ac_cv_lib_ICE_IceConnectionNumber=no
5228 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5229 conftest$ac_exeext conftest.$ac_ext
5230 LIBS=$ac_check_lib_save_LIBS
5232 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5233 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5234 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5235 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5238 LDFLAGS=$ac_save_LDFLAGS
5243 for ac_prog in flex
5245 # Extract the first word of "$ac_prog", so it can be a program name with args.
5246 set dummy $ac_prog; ac_word=$2
5247 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5249 if test "${ac_cv_prog_FLEX+set}" = set; then
5250 echo $ECHO_N "(cached) $ECHO_C" >&6
5251 else
5252 if test -n "$FLEX"; then
5253 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5254 else
5255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5256 for as_dir in $PATH
5258 IFS=$as_save_IFS
5259 test -z "$as_dir" && as_dir=.
5260 for ac_exec_ext in '' $ac_executable_extensions; do
5261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5262 ac_cv_prog_FLEX="$ac_prog"
5263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5264 break 2
5266 done
5267 done
5268 IFS=$as_save_IFS
5272 FLEX=$ac_cv_prog_FLEX
5273 if test -n "$FLEX"; then
5274 { echo "$as_me:$LINENO: result: $FLEX" >&5
5275 echo "${ECHO_T}$FLEX" >&6; }
5276 else
5277 { echo "$as_me:$LINENO: result: no" >&5
5278 echo "${ECHO_T}no" >&6; }
5282 test -n "$FLEX" && break
5283 done
5284 test -n "$FLEX" || FLEX="none"
5286 if test "$FLEX" = "none"
5287 then
5288 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5289 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5290 { (exit 1); exit 1; }; }
5293 for ac_prog in bison
5295 # Extract the first word of "$ac_prog", so it can be a program name with args.
5296 set dummy $ac_prog; ac_word=$2
5297 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5298 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5299 if test "${ac_cv_prog_BISON+set}" = set; then
5300 echo $ECHO_N "(cached) $ECHO_C" >&6
5301 else
5302 if test -n "$BISON"; then
5303 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5304 else
5305 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5306 for as_dir in $PATH
5308 IFS=$as_save_IFS
5309 test -z "$as_dir" && as_dir=.
5310 for ac_exec_ext in '' $ac_executable_extensions; do
5311 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5312 ac_cv_prog_BISON="$ac_prog"
5313 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5314 break 2
5316 done
5317 done
5318 IFS=$as_save_IFS
5322 BISON=$ac_cv_prog_BISON
5323 if test -n "$BISON"; then
5324 { echo "$as_me:$LINENO: result: $BISON" >&5
5325 echo "${ECHO_T}$BISON" >&6; }
5326 else
5327 { echo "$as_me:$LINENO: result: no" >&5
5328 echo "${ECHO_T}no" >&6; }
5332 test -n "$BISON" && break
5333 done
5334 test -n "$BISON" || BISON="none"
5336 if test "$BISON" = "none"
5337 then
5338 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5339 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5340 { (exit 1); exit 1; }; }
5343 if test -n "$ac_tool_prefix"; then
5344 for ac_prog in gas as
5346 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5347 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5348 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5349 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5350 if test "${ac_cv_prog_AS+set}" = set; then
5351 echo $ECHO_N "(cached) $ECHO_C" >&6
5352 else
5353 if test -n "$AS"; then
5354 ac_cv_prog_AS="$AS" # Let the user override the test.
5355 else
5356 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5357 for as_dir in $PATH
5359 IFS=$as_save_IFS
5360 test -z "$as_dir" && as_dir=.
5361 for ac_exec_ext in '' $ac_executable_extensions; do
5362 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5363 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5364 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5365 break 2
5367 done
5368 done
5369 IFS=$as_save_IFS
5373 AS=$ac_cv_prog_AS
5374 if test -n "$AS"; then
5375 { echo "$as_me:$LINENO: result: $AS" >&5
5376 echo "${ECHO_T}$AS" >&6; }
5377 else
5378 { echo "$as_me:$LINENO: result: no" >&5
5379 echo "${ECHO_T}no" >&6; }
5383 test -n "$AS" && break
5384 done
5386 if test -z "$AS"; then
5387 ac_ct_AS=$AS
5388 for ac_prog in gas as
5390 # Extract the first word of "$ac_prog", so it can be a program name with args.
5391 set dummy $ac_prog; ac_word=$2
5392 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5394 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5395 echo $ECHO_N "(cached) $ECHO_C" >&6
5396 else
5397 if test -n "$ac_ct_AS"; then
5398 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5399 else
5400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5401 for as_dir in $PATH
5403 IFS=$as_save_IFS
5404 test -z "$as_dir" && as_dir=.
5405 for ac_exec_ext in '' $ac_executable_extensions; do
5406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5407 ac_cv_prog_ac_ct_AS="$ac_prog"
5408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5409 break 2
5411 done
5412 done
5413 IFS=$as_save_IFS
5417 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5418 if test -n "$ac_ct_AS"; then
5419 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5420 echo "${ECHO_T}$ac_ct_AS" >&6; }
5421 else
5422 { echo "$as_me:$LINENO: result: no" >&5
5423 echo "${ECHO_T}no" >&6; }
5427 test -n "$ac_ct_AS" && break
5428 done
5430 if test "x$ac_ct_AS" = x; then
5431 AS="as"
5432 else
5433 case $cross_compiling:$ac_tool_warned in
5434 yes:)
5435 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5436 whose name does not start with the host triplet. If you think this
5437 configuration is useful to you, please write to autoconf@gnu.org." >&5
5438 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet. If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5441 ac_tool_warned=yes ;;
5442 esac
5443 AS=$ac_ct_AS
5447 if test -n "$ac_tool_prefix"; then
5448 for ac_prog in ld gld
5450 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5451 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5454 if test "${ac_cv_prog_LD+set}" = set; then
5455 echo $ECHO_N "(cached) $ECHO_C" >&6
5456 else
5457 if test -n "$LD"; then
5458 ac_cv_prog_LD="$LD" # Let the user override the test.
5459 else
5460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5461 for as_dir in $PATH
5463 IFS=$as_save_IFS
5464 test -z "$as_dir" && as_dir=.
5465 for ac_exec_ext in '' $ac_executable_extensions; do
5466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5467 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5469 break 2
5471 done
5472 done
5473 IFS=$as_save_IFS
5477 LD=$ac_cv_prog_LD
5478 if test -n "$LD"; then
5479 { echo "$as_me:$LINENO: result: $LD" >&5
5480 echo "${ECHO_T}$LD" >&6; }
5481 else
5482 { echo "$as_me:$LINENO: result: no" >&5
5483 echo "${ECHO_T}no" >&6; }
5487 test -n "$LD" && break
5488 done
5490 if test -z "$LD"; then
5491 ac_ct_LD=$LD
5492 for ac_prog in ld gld
5494 # Extract the first word of "$ac_prog", so it can be a program name with args.
5495 set dummy $ac_prog; ac_word=$2
5496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5498 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5499 echo $ECHO_N "(cached) $ECHO_C" >&6
5500 else
5501 if test -n "$ac_ct_LD"; then
5502 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5503 else
5504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5505 for as_dir in $PATH
5507 IFS=$as_save_IFS
5508 test -z "$as_dir" && as_dir=.
5509 for ac_exec_ext in '' $ac_executable_extensions; do
5510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5511 ac_cv_prog_ac_ct_LD="$ac_prog"
5512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5513 break 2
5515 done
5516 done
5517 IFS=$as_save_IFS
5521 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5522 if test -n "$ac_ct_LD"; then
5523 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5524 echo "${ECHO_T}$ac_ct_LD" >&6; }
5525 else
5526 { echo "$as_me:$LINENO: result: no" >&5
5527 echo "${ECHO_T}no" >&6; }
5531 test -n "$ac_ct_LD" && break
5532 done
5534 if test "x$ac_ct_LD" = x; then
5535 LD="ld"
5536 else
5537 case $cross_compiling:$ac_tool_warned in
5538 yes:)
5539 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5540 whose name does not start with the host triplet. If you think this
5541 configuration is useful to you, please write to autoconf@gnu.org." >&5
5542 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet. If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5545 ac_tool_warned=yes ;;
5546 esac
5547 LD=$ac_ct_LD
5551 if test -n "$ac_tool_prefix"; then
5552 for ac_prog in nm gnm
5554 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5555 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5556 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5558 if test "${ac_cv_prog_NM+set}" = set; then
5559 echo $ECHO_N "(cached) $ECHO_C" >&6
5560 else
5561 if test -n "$NM"; then
5562 ac_cv_prog_NM="$NM" # Let the user override the test.
5563 else
5564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5565 for as_dir in $PATH
5567 IFS=$as_save_IFS
5568 test -z "$as_dir" && as_dir=.
5569 for ac_exec_ext in '' $ac_executable_extensions; do
5570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5571 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5573 break 2
5575 done
5576 done
5577 IFS=$as_save_IFS
5581 NM=$ac_cv_prog_NM
5582 if test -n "$NM"; then
5583 { echo "$as_me:$LINENO: result: $NM" >&5
5584 echo "${ECHO_T}$NM" >&6; }
5585 else
5586 { echo "$as_me:$LINENO: result: no" >&5
5587 echo "${ECHO_T}no" >&6; }
5591 test -n "$NM" && break
5592 done
5594 if test -z "$NM"; then
5595 ac_ct_NM=$NM
5596 for ac_prog in nm gnm
5598 # Extract the first word of "$ac_prog", so it can be a program name with args.
5599 set dummy $ac_prog; ac_word=$2
5600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5602 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5603 echo $ECHO_N "(cached) $ECHO_C" >&6
5604 else
5605 if test -n "$ac_ct_NM"; then
5606 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5607 else
5608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5609 for as_dir in $PATH
5611 IFS=$as_save_IFS
5612 test -z "$as_dir" && as_dir=.
5613 for ac_exec_ext in '' $ac_executable_extensions; do
5614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5615 ac_cv_prog_ac_ct_NM="$ac_prog"
5616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5617 break 2
5619 done
5620 done
5621 IFS=$as_save_IFS
5625 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5626 if test -n "$ac_ct_NM"; then
5627 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5628 echo "${ECHO_T}$ac_ct_NM" >&6; }
5629 else
5630 { echo "$as_me:$LINENO: result: no" >&5
5631 echo "${ECHO_T}no" >&6; }
5635 test -n "$ac_ct_NM" && break
5636 done
5638 if test "x$ac_ct_NM" = x; then
5639 NM="nm"
5640 else
5641 case $cross_compiling:$ac_tool_warned in
5642 yes:)
5643 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5644 whose name does not start with the host triplet. If you think this
5645 configuration is useful to you, please write to autoconf@gnu.org." >&5
5646 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet. If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5649 ac_tool_warned=yes ;;
5650 esac
5651 NM=$ac_ct_NM
5655 if test -n "$ac_tool_prefix"; then
5656 for ac_prog in ar gar
5658 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5659 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5660 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5661 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5662 if test "${ac_cv_prog_AR+set}" = set; then
5663 echo $ECHO_N "(cached) $ECHO_C" >&6
5664 else
5665 if test -n "$AR"; then
5666 ac_cv_prog_AR="$AR" # Let the user override the test.
5667 else
5668 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5669 for as_dir in $PATH
5671 IFS=$as_save_IFS
5672 test -z "$as_dir" && as_dir=.
5673 for ac_exec_ext in '' $ac_executable_extensions; do
5674 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5675 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5676 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5677 break 2
5679 done
5680 done
5681 IFS=$as_save_IFS
5685 AR=$ac_cv_prog_AR
5686 if test -n "$AR"; then
5687 { echo "$as_me:$LINENO: result: $AR" >&5
5688 echo "${ECHO_T}$AR" >&6; }
5689 else
5690 { echo "$as_me:$LINENO: result: no" >&5
5691 echo "${ECHO_T}no" >&6; }
5695 test -n "$AR" && break
5696 done
5698 if test -z "$AR"; then
5699 ac_ct_AR=$AR
5700 for ac_prog in ar gar
5702 # Extract the first word of "$ac_prog", so it can be a program name with args.
5703 set dummy $ac_prog; ac_word=$2
5704 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5705 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5706 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5707 echo $ECHO_N "(cached) $ECHO_C" >&6
5708 else
5709 if test -n "$ac_ct_AR"; then
5710 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5711 else
5712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5713 for as_dir in $PATH
5715 IFS=$as_save_IFS
5716 test -z "$as_dir" && as_dir=.
5717 for ac_exec_ext in '' $ac_executable_extensions; do
5718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5719 ac_cv_prog_ac_ct_AR="$ac_prog"
5720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5721 break 2
5723 done
5724 done
5725 IFS=$as_save_IFS
5729 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5730 if test -n "$ac_ct_AR"; then
5731 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5732 echo "${ECHO_T}$ac_ct_AR" >&6; }
5733 else
5734 { echo "$as_me:$LINENO: result: no" >&5
5735 echo "${ECHO_T}no" >&6; }
5739 test -n "$ac_ct_AR" && break
5740 done
5742 if test "x$ac_ct_AR" = x; then
5743 AR="ar"
5744 else
5745 case $cross_compiling:$ac_tool_warned in
5746 yes:)
5747 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5748 whose name does not start with the host triplet. If you think this
5749 configuration is useful to you, please write to autoconf@gnu.org." >&5
5750 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet. If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5753 ac_tool_warned=yes ;;
5754 esac
5755 AR=$ac_ct_AR
5759 ARFLAGS=rc
5761 if test -n "$ac_tool_prefix"; then
5762 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5763 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5764 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5765 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5766 if test "${ac_cv_prog_RANLIB+set}" = set; then
5767 echo $ECHO_N "(cached) $ECHO_C" >&6
5768 else
5769 if test -n "$RANLIB"; then
5770 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5771 else
5772 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5773 for as_dir in $PATH
5775 IFS=$as_save_IFS
5776 test -z "$as_dir" && as_dir=.
5777 for ac_exec_ext in '' $ac_executable_extensions; do
5778 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5779 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5780 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5781 break 2
5783 done
5784 done
5785 IFS=$as_save_IFS
5789 RANLIB=$ac_cv_prog_RANLIB
5790 if test -n "$RANLIB"; then
5791 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5792 echo "${ECHO_T}$RANLIB" >&6; }
5793 else
5794 { echo "$as_me:$LINENO: result: no" >&5
5795 echo "${ECHO_T}no" >&6; }
5800 if test -z "$ac_cv_prog_RANLIB"; then
5801 ac_ct_RANLIB=$RANLIB
5802 # Extract the first word of "ranlib", so it can be a program name with args.
5803 set dummy ranlib; ac_word=$2
5804 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5805 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5806 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5807 echo $ECHO_N "(cached) $ECHO_C" >&6
5808 else
5809 if test -n "$ac_ct_RANLIB"; then
5810 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5811 else
5812 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5813 for as_dir in $PATH
5815 IFS=$as_save_IFS
5816 test -z "$as_dir" && as_dir=.
5817 for ac_exec_ext in '' $ac_executable_extensions; do
5818 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5819 ac_cv_prog_ac_ct_RANLIB="ranlib"
5820 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5821 break 2
5823 done
5824 done
5825 IFS=$as_save_IFS
5829 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5830 if test -n "$ac_ct_RANLIB"; then
5831 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5832 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5833 else
5834 { echo "$as_me:$LINENO: result: no" >&5
5835 echo "${ECHO_T}no" >&6; }
5838 if test "x$ac_ct_RANLIB" = x; then
5839 RANLIB=":"
5840 else
5841 case $cross_compiling:$ac_tool_warned in
5842 yes:)
5843 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5844 whose name does not start with the host triplet. If you think this
5845 configuration is useful to you, please write to autoconf@gnu.org." >&5
5846 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5849 ac_tool_warned=yes ;;
5850 esac
5851 RANLIB=$ac_ct_RANLIB
5853 else
5854 RANLIB="$ac_cv_prog_RANLIB"
5857 if test -n "$ac_tool_prefix"; then
5858 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5859 set dummy ${ac_tool_prefix}strip; ac_word=$2
5860 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5861 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5862 if test "${ac_cv_prog_STRIP+set}" = set; then
5863 echo $ECHO_N "(cached) $ECHO_C" >&6
5864 else
5865 if test -n "$STRIP"; then
5866 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5867 else
5868 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5869 for as_dir in $PATH
5871 IFS=$as_save_IFS
5872 test -z "$as_dir" && as_dir=.
5873 for ac_exec_ext in '' $ac_executable_extensions; do
5874 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5875 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5876 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5877 break 2
5879 done
5880 done
5881 IFS=$as_save_IFS
5885 STRIP=$ac_cv_prog_STRIP
5886 if test -n "$STRIP"; then
5887 { echo "$as_me:$LINENO: result: $STRIP" >&5
5888 echo "${ECHO_T}$STRIP" >&6; }
5889 else
5890 { echo "$as_me:$LINENO: result: no" >&5
5891 echo "${ECHO_T}no" >&6; }
5896 if test -z "$ac_cv_prog_STRIP"; then
5897 ac_ct_STRIP=$STRIP
5898 # Extract the first word of "strip", so it can be a program name with args.
5899 set dummy strip; ac_word=$2
5900 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5901 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5902 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5903 echo $ECHO_N "(cached) $ECHO_C" >&6
5904 else
5905 if test -n "$ac_ct_STRIP"; then
5906 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5907 else
5908 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5909 for as_dir in $PATH
5911 IFS=$as_save_IFS
5912 test -z "$as_dir" && as_dir=.
5913 for ac_exec_ext in '' $ac_executable_extensions; do
5914 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5915 ac_cv_prog_ac_ct_STRIP="strip"
5916 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5917 break 2
5919 done
5920 done
5921 IFS=$as_save_IFS
5925 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5926 if test -n "$ac_ct_STRIP"; then
5927 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5928 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5929 else
5930 { echo "$as_me:$LINENO: result: no" >&5
5931 echo "${ECHO_T}no" >&6; }
5934 if test "x$ac_ct_STRIP" = x; then
5935 STRIP="strip"
5936 else
5937 case $cross_compiling:$ac_tool_warned in
5938 yes:)
5939 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5940 whose name does not start with the host triplet. If you think this
5941 configuration is useful to you, please write to autoconf@gnu.org." >&5
5942 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5945 ac_tool_warned=yes ;;
5946 esac
5947 STRIP=$ac_ct_STRIP
5949 else
5950 STRIP="$ac_cv_prog_STRIP"
5953 if test -n "$ac_tool_prefix"; then
5954 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5955 set dummy ${ac_tool_prefix}windres; ac_word=$2
5956 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5957 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5958 if test "${ac_cv_prog_WINDRES+set}" = set; then
5959 echo $ECHO_N "(cached) $ECHO_C" >&6
5960 else
5961 if test -n "$WINDRES"; then
5962 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5963 else
5964 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5965 for as_dir in $PATH
5967 IFS=$as_save_IFS
5968 test -z "$as_dir" && as_dir=.
5969 for ac_exec_ext in '' $ac_executable_extensions; do
5970 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5971 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5972 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5973 break 2
5975 done
5976 done
5977 IFS=$as_save_IFS
5981 WINDRES=$ac_cv_prog_WINDRES
5982 if test -n "$WINDRES"; then
5983 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5984 echo "${ECHO_T}$WINDRES" >&6; }
5985 else
5986 { echo "$as_me:$LINENO: result: no" >&5
5987 echo "${ECHO_T}no" >&6; }
5992 if test -z "$ac_cv_prog_WINDRES"; then
5993 ac_ct_WINDRES=$WINDRES
5994 # Extract the first word of "windres", so it can be a program name with args.
5995 set dummy windres; ac_word=$2
5996 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5997 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5998 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
5999 echo $ECHO_N "(cached) $ECHO_C" >&6
6000 else
6001 if test -n "$ac_ct_WINDRES"; then
6002 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6003 else
6004 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6005 for as_dir in $PATH
6007 IFS=$as_save_IFS
6008 test -z "$as_dir" && as_dir=.
6009 for ac_exec_ext in '' $ac_executable_extensions; do
6010 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6011 ac_cv_prog_ac_ct_WINDRES="windres"
6012 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6013 break 2
6015 done
6016 done
6017 IFS=$as_save_IFS
6021 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6022 if test -n "$ac_ct_WINDRES"; then
6023 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6024 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6025 else
6026 { echo "$as_me:$LINENO: result: no" >&5
6027 echo "${ECHO_T}no" >&6; }
6030 if test "x$ac_ct_WINDRES" = x; then
6031 WINDRES="false"
6032 else
6033 case $cross_compiling:$ac_tool_warned in
6034 yes:)
6035 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6036 whose name does not start with the host triplet. If you think this
6037 configuration is useful to you, please write to autoconf@gnu.org." >&5
6038 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6041 ac_tool_warned=yes ;;
6042 esac
6043 WINDRES=$ac_ct_WINDRES
6045 else
6046 WINDRES="$ac_cv_prog_WINDRES"
6049 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6050 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6051 LN_S=$as_ln_s
6052 if test "$LN_S" = "ln -s"; then
6053 { echo "$as_me:$LINENO: result: yes" >&5
6054 echo "${ECHO_T}yes" >&6; }
6055 else
6056 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6057 echo "${ECHO_T}no, using $LN_S" >&6; }
6060 { echo "$as_me:$LINENO: checking whether ln works" >&5
6061 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6062 rm -f conf$$ conf$$.file
6063 echo >conf$$.file
6064 if ln conf$$.file conf$$ 2>/dev/null; then
6065 LN=ln
6067 { echo "$as_me:$LINENO: result: yes" >&5
6068 echo "${ECHO_T}yes" >&6; }
6069 else
6070 LN="cp -p"
6072 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6073 echo "${ECHO_T}no, using $LN" >&6; }
6075 rm -f conf$$ conf$$.file
6076 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6077 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6078 if test "${ac_cv_path_GREP+set}" = set; then
6079 echo $ECHO_N "(cached) $ECHO_C" >&6
6080 else
6081 # Extract the first word of "grep ggrep" to use in msg output
6082 if test -z "$GREP"; then
6083 set dummy grep ggrep; ac_prog_name=$2
6084 if test "${ac_cv_path_GREP+set}" = set; then
6085 echo $ECHO_N "(cached) $ECHO_C" >&6
6086 else
6087 ac_path_GREP_found=false
6088 # Loop through the user's path and test for each of PROGNAME-LIST
6089 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6090 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6092 IFS=$as_save_IFS
6093 test -z "$as_dir" && as_dir=.
6094 for ac_prog in grep ggrep; do
6095 for ac_exec_ext in '' $ac_executable_extensions; do
6096 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6097 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6098 # Check for GNU ac_path_GREP and select it if it is found.
6099 # Check for GNU $ac_path_GREP
6100 case `"$ac_path_GREP" --version 2>&1` in
6101 *GNU*)
6102 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6104 ac_count=0
6105 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6106 while :
6108 cat "conftest.in" "conftest.in" >"conftest.tmp"
6109 mv "conftest.tmp" "conftest.in"
6110 cp "conftest.in" "conftest.nl"
6111 echo 'GREP' >> "conftest.nl"
6112 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6113 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6114 ac_count=`expr $ac_count + 1`
6115 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6116 # Best one so far, save it but keep looking for a better one
6117 ac_cv_path_GREP="$ac_path_GREP"
6118 ac_path_GREP_max=$ac_count
6120 # 10*(2^10) chars as input seems more than enough
6121 test $ac_count -gt 10 && break
6122 done
6123 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6124 esac
6127 $ac_path_GREP_found && break 3
6128 done
6129 done
6131 done
6132 IFS=$as_save_IFS
6137 GREP="$ac_cv_path_GREP"
6138 if test -z "$GREP"; then
6139 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6140 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6141 { (exit 1); exit 1; }; }
6144 else
6145 ac_cv_path_GREP=$GREP
6150 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6151 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6152 GREP="$ac_cv_path_GREP"
6155 { echo "$as_me:$LINENO: checking for egrep" >&5
6156 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6157 if test "${ac_cv_path_EGREP+set}" = set; then
6158 echo $ECHO_N "(cached) $ECHO_C" >&6
6159 else
6160 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6161 then ac_cv_path_EGREP="$GREP -E"
6162 else
6163 # Extract the first word of "egrep" to use in msg output
6164 if test -z "$EGREP"; then
6165 set dummy egrep; ac_prog_name=$2
6166 if test "${ac_cv_path_EGREP+set}" = set; then
6167 echo $ECHO_N "(cached) $ECHO_C" >&6
6168 else
6169 ac_path_EGREP_found=false
6170 # Loop through the user's path and test for each of PROGNAME-LIST
6171 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6172 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6174 IFS=$as_save_IFS
6175 test -z "$as_dir" && as_dir=.
6176 for ac_prog in egrep; do
6177 for ac_exec_ext in '' $ac_executable_extensions; do
6178 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6179 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6180 # Check for GNU ac_path_EGREP and select it if it is found.
6181 # Check for GNU $ac_path_EGREP
6182 case `"$ac_path_EGREP" --version 2>&1` in
6183 *GNU*)
6184 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6186 ac_count=0
6187 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6188 while :
6190 cat "conftest.in" "conftest.in" >"conftest.tmp"
6191 mv "conftest.tmp" "conftest.in"
6192 cp "conftest.in" "conftest.nl"
6193 echo 'EGREP' >> "conftest.nl"
6194 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6195 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6196 ac_count=`expr $ac_count + 1`
6197 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6198 # Best one so far, save it but keep looking for a better one
6199 ac_cv_path_EGREP="$ac_path_EGREP"
6200 ac_path_EGREP_max=$ac_count
6202 # 10*(2^10) chars as input seems more than enough
6203 test $ac_count -gt 10 && break
6204 done
6205 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6206 esac
6209 $ac_path_EGREP_found && break 3
6210 done
6211 done
6213 done
6214 IFS=$as_save_IFS
6219 EGREP="$ac_cv_path_EGREP"
6220 if test -z "$EGREP"; then
6221 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6222 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6223 { (exit 1); exit 1; }; }
6226 else
6227 ac_cv_path_EGREP=$EGREP
6233 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6234 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6235 EGREP="$ac_cv_path_EGREP"
6238 # Extract the first word of "ldconfig", so it can be a program name with args.
6239 set dummy ldconfig; ac_word=$2
6240 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6241 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6242 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6243 echo $ECHO_N "(cached) $ECHO_C" >&6
6244 else
6245 case $LDCONFIG in
6246 [\\/]* | ?:[\\/]*)
6247 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6251 for as_dir in /sbin /usr/sbin $PATH
6253 IFS=$as_save_IFS
6254 test -z "$as_dir" && as_dir=.
6255 for ac_exec_ext in '' $ac_executable_extensions; do
6256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6257 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6259 break 2
6261 done
6262 done
6263 IFS=$as_save_IFS
6265 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6267 esac
6269 LDCONFIG=$ac_cv_path_LDCONFIG
6270 if test -n "$LDCONFIG"; then
6271 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6272 echo "${ECHO_T}$LDCONFIG" >&6; }
6273 else
6274 { echo "$as_me:$LINENO: result: no" >&5
6275 echo "${ECHO_T}no" >&6; }
6279 # Find a good install program. We prefer a C program (faster),
6280 # so one script is as good as another. But avoid the broken or
6281 # incompatible versions:
6282 # SysV /etc/install, /usr/sbin/install
6283 # SunOS /usr/etc/install
6284 # IRIX /sbin/install
6285 # AIX /bin/install
6286 # AmigaOS /C/install, which installs bootblocks on floppy discs
6287 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6288 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6289 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6290 # OS/2's system install, which has a completely different semantic
6291 # ./install, which can be erroneously created by make from ./install.sh.
6292 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6293 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6294 if test -z "$INSTALL"; then
6295 if test "${ac_cv_path_install+set}" = set; then
6296 echo $ECHO_N "(cached) $ECHO_C" >&6
6297 else
6298 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6299 for as_dir in $PATH
6301 IFS=$as_save_IFS
6302 test -z "$as_dir" && as_dir=.
6303 # Account for people who put trailing slashes in PATH elements.
6304 case $as_dir/ in
6305 ./ | .// | /cC/* | \
6306 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6307 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6308 /usr/ucb/* ) ;;
6310 # OSF1 and SCO ODT 3.0 have their own names for install.
6311 # Don't use installbsd from OSF since it installs stuff as root
6312 # by default.
6313 for ac_prog in ginstall scoinst install; do
6314 for ac_exec_ext in '' $ac_executable_extensions; do
6315 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6316 if test $ac_prog = install &&
6317 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6318 # AIX install. It has an incompatible calling convention.
6320 elif test $ac_prog = install &&
6321 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6322 # program-specific install script used by HP pwplus--don't use.
6324 else
6325 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6326 break 3
6329 done
6330 done
6332 esac
6333 done
6334 IFS=$as_save_IFS
6338 if test "${ac_cv_path_install+set}" = set; then
6339 INSTALL=$ac_cv_path_install
6340 else
6341 # As a last resort, use the slow shell script. Don't cache a
6342 # value for INSTALL within a source directory, because that will
6343 # break other packages using the cache if that directory is
6344 # removed, or if the value is a relative name.
6345 INSTALL=$ac_install_sh
6348 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6349 echo "${ECHO_T}$INSTALL" >&6; }
6351 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6352 # It thinks the first close brace ends the variable substitution.
6353 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6355 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6357 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6359 case "$INSTALL" in
6360 [\\/$]* | ?:[\\/]* ) ;;
6361 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6362 esac
6364 for ac_prog in lclint lint
6366 # Extract the first word of "$ac_prog", so it can be a program name with args.
6367 set dummy $ac_prog; ac_word=$2
6368 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6369 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6370 if test "${ac_cv_prog_LINT+set}" = set; then
6371 echo $ECHO_N "(cached) $ECHO_C" >&6
6372 else
6373 if test -n "$LINT"; then
6374 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6375 else
6376 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6377 for as_dir in $PATH
6379 IFS=$as_save_IFS
6380 test -z "$as_dir" && as_dir=.
6381 for ac_exec_ext in '' $ac_executable_extensions; do
6382 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6383 ac_cv_prog_LINT="$ac_prog"
6384 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6385 break 2
6387 done
6388 done
6389 IFS=$as_save_IFS
6393 LINT=$ac_cv_prog_LINT
6394 if test -n "$LINT"; then
6395 { echo "$as_me:$LINENO: result: $LINT" >&5
6396 echo "${ECHO_T}$LINT" >&6; }
6397 else
6398 { echo "$as_me:$LINENO: result: no" >&5
6399 echo "${ECHO_T}no" >&6; }
6403 test -n "$LINT" && break
6404 done
6406 if test "$LINT" = "lint"
6407 then
6408 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6413 for ac_prog in fontforge
6415 # Extract the first word of "$ac_prog", so it can be a program name with args.
6416 set dummy $ac_prog; ac_word=$2
6417 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6419 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6420 echo $ECHO_N "(cached) $ECHO_C" >&6
6421 else
6422 if test -n "$FONTFORGE"; then
6423 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6424 else
6425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6426 for as_dir in $PATH
6428 IFS=$as_save_IFS
6429 test -z "$as_dir" && as_dir=.
6430 for ac_exec_ext in '' $ac_executable_extensions; do
6431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6432 ac_cv_prog_FONTFORGE="$ac_prog"
6433 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6434 break 2
6436 done
6437 done
6438 IFS=$as_save_IFS
6442 FONTFORGE=$ac_cv_prog_FONTFORGE
6443 if test -n "$FONTFORGE"; then
6444 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6445 echo "${ECHO_T}$FONTFORGE" >&6; }
6446 else
6447 { echo "$as_me:$LINENO: result: no" >&5
6448 echo "${ECHO_T}no" >&6; }
6452 test -n "$FONTFORGE" && break
6453 done
6454 test -n "$FONTFORGE" || FONTFORGE="false"
6456 for ac_prog in pkg-config
6458 # Extract the first word of "$ac_prog", so it can be a program name with args.
6459 set dummy $ac_prog; ac_word=$2
6460 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6462 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6463 echo $ECHO_N "(cached) $ECHO_C" >&6
6464 else
6465 if test -n "$PKG_CONFIG"; then
6466 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6467 else
6468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6469 for as_dir in $PATH
6471 IFS=$as_save_IFS
6472 test -z "$as_dir" && as_dir=.
6473 for ac_exec_ext in '' $ac_executable_extensions; do
6474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6475 ac_cv_prog_PKG_CONFIG="$ac_prog"
6476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6477 break 2
6479 done
6480 done
6481 IFS=$as_save_IFS
6485 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6486 if test -n "$PKG_CONFIG"; then
6487 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6488 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6489 else
6490 { echo "$as_me:$LINENO: result: no" >&5
6491 echo "${ECHO_T}no" >&6; }
6495 test -n "$PKG_CONFIG" && break
6496 done
6497 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6499 for ac_prog in rsvg
6501 # Extract the first word of "$ac_prog", so it can be a program name with args.
6502 set dummy $ac_prog; ac_word=$2
6503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6505 if test "${ac_cv_prog_RSVG+set}" = set; then
6506 echo $ECHO_N "(cached) $ECHO_C" >&6
6507 else
6508 if test -n "$RSVG"; then
6509 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6510 else
6511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6512 for as_dir in $PATH
6514 IFS=$as_save_IFS
6515 test -z "$as_dir" && as_dir=.
6516 for ac_exec_ext in '' $ac_executable_extensions; do
6517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6518 ac_cv_prog_RSVG="$ac_prog"
6519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6520 break 2
6522 done
6523 done
6524 IFS=$as_save_IFS
6528 RSVG=$ac_cv_prog_RSVG
6529 if test -n "$RSVG"; then
6530 { echo "$as_me:$LINENO: result: $RSVG" >&5
6531 echo "${ECHO_T}$RSVG" >&6; }
6532 else
6533 { echo "$as_me:$LINENO: result: no" >&5
6534 echo "${ECHO_T}no" >&6; }
6538 test -n "$RSVG" && break
6539 done
6540 test -n "$RSVG" || RSVG="false"
6542 for ac_prog in icotool
6544 # Extract the first word of "$ac_prog", so it can be a program name with args.
6545 set dummy $ac_prog; ac_word=$2
6546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6548 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6549 echo $ECHO_N "(cached) $ECHO_C" >&6
6550 else
6551 if test -n "$ICOTOOL"; then
6552 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6553 else
6554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6555 for as_dir in $PATH
6557 IFS=$as_save_IFS
6558 test -z "$as_dir" && as_dir=.
6559 for ac_exec_ext in '' $ac_executable_extensions; do
6560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6561 ac_cv_prog_ICOTOOL="$ac_prog"
6562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6563 break 2
6565 done
6566 done
6567 IFS=$as_save_IFS
6571 ICOTOOL=$ac_cv_prog_ICOTOOL
6572 if test -n "$ICOTOOL"; then
6573 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6574 echo "${ECHO_T}$ICOTOOL" >&6; }
6575 else
6576 { echo "$as_me:$LINENO: result: no" >&5
6577 echo "${ECHO_T}no" >&6; }
6581 test -n "$ICOTOOL" && break
6582 done
6583 test -n "$ICOTOOL" || ICOTOOL="false"
6586 if test "${enable_maintainer_mode+set}" = set
6587 then
6588 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6589 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6590 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6593 case $host_cpu in
6594 *i[3456789]86*)
6595 # Extract the first word of "prelink", so it can be a program name with args.
6596 set dummy prelink; ac_word=$2
6597 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6598 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6599 if test "${ac_cv_path_PRELINK+set}" = set; then
6600 echo $ECHO_N "(cached) $ECHO_C" >&6
6601 else
6602 case $PRELINK in
6603 [\\/]* | ?:[\\/]*)
6604 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6607 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6608 for as_dir in /sbin /usr/sbin $PATH
6610 IFS=$as_save_IFS
6611 test -z "$as_dir" && as_dir=.
6612 for ac_exec_ext in '' $ac_executable_extensions; do
6613 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6614 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6615 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6616 break 2
6618 done
6619 done
6620 IFS=$as_save_IFS
6622 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6624 esac
6626 PRELINK=$ac_cv_path_PRELINK
6627 if test -n "$PRELINK"; then
6628 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6629 echo "${ECHO_T}$PRELINK" >&6; }
6630 else
6631 { echo "$as_me:$LINENO: result: no" >&5
6632 echo "${ECHO_T}no" >&6; }
6637 esac
6641 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6642 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6643 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6644 echo $ECHO_N "(cached) $ECHO_C" >&6
6645 else
6646 ac_check_lib_save_LIBS=$LIBS
6647 LIBS="-li386 $LIBS"
6648 cat >conftest.$ac_ext <<_ACEOF
6649 /* confdefs.h. */
6650 _ACEOF
6651 cat confdefs.h >>conftest.$ac_ext
6652 cat >>conftest.$ac_ext <<_ACEOF
6653 /* end confdefs.h. */
6655 /* Override any GCC internal prototype to avoid an error.
6656 Use char because int might match the return type of a GCC
6657 builtin and then its argument prototype would still apply. */
6658 #ifdef __cplusplus
6659 extern "C"
6660 #endif
6661 char i386_set_ldt ();
6663 main ()
6665 return i386_set_ldt ();
6667 return 0;
6669 _ACEOF
6670 rm -f conftest.$ac_objext conftest$ac_exeext
6671 if { (ac_try="$ac_link"
6672 case "(($ac_try" in
6673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6674 *) ac_try_echo=$ac_try;;
6675 esac
6676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6677 (eval "$ac_link") 2>conftest.er1
6678 ac_status=$?
6679 grep -v '^ *+' conftest.er1 >conftest.err
6680 rm -f conftest.er1
6681 cat conftest.err >&5
6682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6683 (exit $ac_status); } && {
6684 test -z "$ac_c_werror_flag" ||
6685 test ! -s conftest.err
6686 } && test -s conftest$ac_exeext &&
6687 $as_test_x conftest$ac_exeext; then
6688 ac_cv_lib_i386_i386_set_ldt=yes
6689 else
6690 echo "$as_me: failed program was:" >&5
6691 sed 's/^/| /' conftest.$ac_ext >&5
6693 ac_cv_lib_i386_i386_set_ldt=no
6696 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6697 conftest$ac_exeext conftest.$ac_ext
6698 LIBS=$ac_check_lib_save_LIBS
6700 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6701 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6702 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6703 cat >>confdefs.h <<_ACEOF
6704 #define HAVE_LIBI386 1
6705 _ACEOF
6707 LIBS="-li386 $LIBS"
6712 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6713 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6714 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6715 echo $ECHO_N "(cached) $ECHO_C" >&6
6716 else
6717 ac_check_lib_save_LIBS=$LIBS
6718 LIBS="-lossaudio $LIBS"
6719 cat >conftest.$ac_ext <<_ACEOF
6720 /* confdefs.h. */
6721 _ACEOF
6722 cat confdefs.h >>conftest.$ac_ext
6723 cat >>conftest.$ac_ext <<_ACEOF
6724 /* end confdefs.h. */
6726 /* Override any GCC internal prototype to avoid an error.
6727 Use char because int might match the return type of a GCC
6728 builtin and then its argument prototype would still apply. */
6729 #ifdef __cplusplus
6730 extern "C"
6731 #endif
6732 char _oss_ioctl ();
6734 main ()
6736 return _oss_ioctl ();
6738 return 0;
6740 _ACEOF
6741 rm -f conftest.$ac_objext conftest$ac_exeext
6742 if { (ac_try="$ac_link"
6743 case "(($ac_try" in
6744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6745 *) ac_try_echo=$ac_try;;
6746 esac
6747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6748 (eval "$ac_link") 2>conftest.er1
6749 ac_status=$?
6750 grep -v '^ *+' conftest.er1 >conftest.err
6751 rm -f conftest.er1
6752 cat conftest.err >&5
6753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6754 (exit $ac_status); } && {
6755 test -z "$ac_c_werror_flag" ||
6756 test ! -s conftest.err
6757 } && test -s conftest$ac_exeext &&
6758 $as_test_x conftest$ac_exeext; then
6759 ac_cv_lib_ossaudio__oss_ioctl=yes
6760 else
6761 echo "$as_me: failed program was:" >&5
6762 sed 's/^/| /' conftest.$ac_ext >&5
6764 ac_cv_lib_ossaudio__oss_ioctl=no
6767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6768 conftest$ac_exeext conftest.$ac_ext
6769 LIBS=$ac_check_lib_save_LIBS
6771 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6772 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6773 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6774 cat >>confdefs.h <<_ACEOF
6775 #define HAVE_LIBOSSAUDIO 1
6776 _ACEOF
6778 LIBS="-lossaudio $LIBS"
6782 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6783 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6784 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6785 echo $ECHO_N "(cached) $ECHO_C" >&6
6786 else
6787 ac_check_lib_save_LIBS=$LIBS
6788 LIBS="-lpthread $LIBS"
6789 cat >conftest.$ac_ext <<_ACEOF
6790 /* confdefs.h. */
6791 _ACEOF
6792 cat confdefs.h >>conftest.$ac_ext
6793 cat >>conftest.$ac_ext <<_ACEOF
6794 /* end confdefs.h. */
6796 /* Override any GCC internal prototype to avoid an error.
6797 Use char because int might match the return type of a GCC
6798 builtin and then its argument prototype would still apply. */
6799 #ifdef __cplusplus
6800 extern "C"
6801 #endif
6802 char pthread_create ();
6804 main ()
6806 return pthread_create ();
6808 return 0;
6810 _ACEOF
6811 rm -f conftest.$ac_objext conftest$ac_exeext
6812 if { (ac_try="$ac_link"
6813 case "(($ac_try" in
6814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6815 *) ac_try_echo=$ac_try;;
6816 esac
6817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6818 (eval "$ac_link") 2>conftest.er1
6819 ac_status=$?
6820 grep -v '^ *+' conftest.er1 >conftest.err
6821 rm -f conftest.er1
6822 cat conftest.err >&5
6823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6824 (exit $ac_status); } && {
6825 test -z "$ac_c_werror_flag" ||
6826 test ! -s conftest.err
6827 } && test -s conftest$ac_exeext &&
6828 $as_test_x conftest$ac_exeext; then
6829 ac_cv_lib_pthread_pthread_create=yes
6830 else
6831 echo "$as_me: failed program was:" >&5
6832 sed 's/^/| /' conftest.$ac_ext >&5
6834 ac_cv_lib_pthread_pthread_create=no
6837 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6838 conftest$ac_exeext conftest.$ac_ext
6839 LIBS=$ac_check_lib_save_LIBS
6841 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6842 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6843 if test $ac_cv_lib_pthread_pthread_create = yes; then
6844 LIBPTHREAD="-lpthread"
6849 XLIB=""
6851 XFILES=""
6853 OPENGLFILES=""
6855 GLU32FILES=""
6857 OPENGL_LIBS=""
6859 QUARTZFILES=""
6863 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6864 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6865 if test "${ac_cv_header_stdc+set}" = set; then
6866 echo $ECHO_N "(cached) $ECHO_C" >&6
6867 else
6868 cat >conftest.$ac_ext <<_ACEOF
6869 /* confdefs.h. */
6870 _ACEOF
6871 cat confdefs.h >>conftest.$ac_ext
6872 cat >>conftest.$ac_ext <<_ACEOF
6873 /* end confdefs.h. */
6874 #include <stdlib.h>
6875 #include <stdarg.h>
6876 #include <string.h>
6877 #include <float.h>
6880 main ()
6884 return 0;
6886 _ACEOF
6887 rm -f conftest.$ac_objext
6888 if { (ac_try="$ac_compile"
6889 case "(($ac_try" in
6890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6891 *) ac_try_echo=$ac_try;;
6892 esac
6893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6894 (eval "$ac_compile") 2>conftest.er1
6895 ac_status=$?
6896 grep -v '^ *+' conftest.er1 >conftest.err
6897 rm -f conftest.er1
6898 cat conftest.err >&5
6899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6900 (exit $ac_status); } && {
6901 test -z "$ac_c_werror_flag" ||
6902 test ! -s conftest.err
6903 } && test -s conftest.$ac_objext; then
6904 ac_cv_header_stdc=yes
6905 else
6906 echo "$as_me: failed program was:" >&5
6907 sed 's/^/| /' conftest.$ac_ext >&5
6909 ac_cv_header_stdc=no
6912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6914 if test $ac_cv_header_stdc = yes; then
6915 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6916 cat >conftest.$ac_ext <<_ACEOF
6917 /* confdefs.h. */
6918 _ACEOF
6919 cat confdefs.h >>conftest.$ac_ext
6920 cat >>conftest.$ac_ext <<_ACEOF
6921 /* end confdefs.h. */
6922 #include <string.h>
6924 _ACEOF
6925 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6926 $EGREP "memchr" >/dev/null 2>&1; then
6928 else
6929 ac_cv_header_stdc=no
6931 rm -f conftest*
6935 if test $ac_cv_header_stdc = yes; then
6936 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6937 cat >conftest.$ac_ext <<_ACEOF
6938 /* confdefs.h. */
6939 _ACEOF
6940 cat confdefs.h >>conftest.$ac_ext
6941 cat >>conftest.$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6943 #include <stdlib.h>
6945 _ACEOF
6946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6947 $EGREP "free" >/dev/null 2>&1; then
6949 else
6950 ac_cv_header_stdc=no
6952 rm -f conftest*
6956 if test $ac_cv_header_stdc = yes; then
6957 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6958 if test "$cross_compiling" = yes; then
6960 else
6961 cat >conftest.$ac_ext <<_ACEOF
6962 /* confdefs.h. */
6963 _ACEOF
6964 cat confdefs.h >>conftest.$ac_ext
6965 cat >>conftest.$ac_ext <<_ACEOF
6966 /* end confdefs.h. */
6967 #include <ctype.h>
6968 #include <stdlib.h>
6969 #if ((' ' & 0x0FF) == 0x020)
6970 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6971 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6972 #else
6973 # define ISLOWER(c) \
6974 (('a' <= (c) && (c) <= 'i') \
6975 || ('j' <= (c) && (c) <= 'r') \
6976 || ('s' <= (c) && (c) <= 'z'))
6977 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6978 #endif
6980 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6982 main ()
6984 int i;
6985 for (i = 0; i < 256; i++)
6986 if (XOR (islower (i), ISLOWER (i))
6987 || toupper (i) != TOUPPER (i))
6988 return 2;
6989 return 0;
6991 _ACEOF
6992 rm -f conftest$ac_exeext
6993 if { (ac_try="$ac_link"
6994 case "(($ac_try" in
6995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6996 *) ac_try_echo=$ac_try;;
6997 esac
6998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6999 (eval "$ac_link") 2>&5
7000 ac_status=$?
7001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7002 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7003 { (case "(($ac_try" in
7004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7005 *) ac_try_echo=$ac_try;;
7006 esac
7007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7008 (eval "$ac_try") 2>&5
7009 ac_status=$?
7010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7011 (exit $ac_status); }; }; then
7013 else
7014 echo "$as_me: program exited with status $ac_status" >&5
7015 echo "$as_me: failed program was:" >&5
7016 sed 's/^/| /' conftest.$ac_ext >&5
7018 ( exit $ac_status )
7019 ac_cv_header_stdc=no
7021 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7027 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7028 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7029 if test $ac_cv_header_stdc = yes; then
7031 cat >>confdefs.h <<\_ACEOF
7032 #define STDC_HEADERS 1
7033 _ACEOF
7037 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7047 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7048 inttypes.h stdint.h unistd.h
7050 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7051 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7052 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7054 echo $ECHO_N "(cached) $ECHO_C" >&6
7055 else
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 $ac_includes_default
7064 #include <$ac_header>
7065 _ACEOF
7066 rm -f conftest.$ac_objext
7067 if { (ac_try="$ac_compile"
7068 case "(($ac_try" in
7069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7070 *) ac_try_echo=$ac_try;;
7071 esac
7072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7073 (eval "$ac_compile") 2>conftest.er1
7074 ac_status=$?
7075 grep -v '^ *+' conftest.er1 >conftest.err
7076 rm -f conftest.er1
7077 cat conftest.err >&5
7078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7079 (exit $ac_status); } && {
7080 test -z "$ac_c_werror_flag" ||
7081 test ! -s conftest.err
7082 } && test -s conftest.$ac_objext; then
7083 eval "$as_ac_Header=yes"
7084 else
7085 echo "$as_me: failed program was:" >&5
7086 sed 's/^/| /' conftest.$ac_ext >&5
7088 eval "$as_ac_Header=no"
7091 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7093 ac_res=`eval echo '${'$as_ac_Header'}'`
7094 { echo "$as_me:$LINENO: result: $ac_res" >&5
7095 echo "${ECHO_T}$ac_res" >&6; }
7096 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7097 cat >>confdefs.h <<_ACEOF
7098 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7099 _ACEOF
7103 done
7217 for ac_header in \
7218 AudioUnit/AudioUnit.h \
7219 Carbon/Carbon.h \
7220 CoreAudio/CoreAudio.h \
7221 DiskArbitration/DiskArbitration.h \
7222 IOKit/IOKitLib.h \
7223 alias.h \
7224 alsa/asoundlib.h \
7225 arpa/inet.h \
7226 arpa/nameser.h \
7227 asm/types.h \
7228 capi20.h \
7229 curses.h \
7230 direct.h \
7231 dlfcn.h \
7232 elf.h \
7233 float.h \
7234 fontconfig/fontconfig.h \
7235 getopt.h \
7236 ieeefp.h \
7237 io.h \
7238 jack/jack.h \
7239 jpeglib.h \
7240 lber.h \
7241 lcms.h \
7242 lcms/lcms.h \
7243 ldap.h \
7244 libaudioio.h \
7245 link.h \
7246 linux/cdrom.h \
7247 linux/compiler.h \
7248 linux/hdreg.h \
7249 linux/input.h \
7250 linux/ioctl.h \
7251 linux/joystick.h \
7252 linux/major.h \
7253 linux/param.h \
7254 linux/serial.h \
7255 linux/ucdrom.h \
7256 mach/mach.h \
7257 mach/machine.h \
7258 machine/cpu.h \
7259 machine/limits.h \
7260 machine/soundcard.h \
7261 mntent.h \
7262 ncurses.h \
7263 netdb.h \
7264 netinet/in.h \
7265 netinet/in_systm.h \
7266 netinet/tcp.h \
7267 netinet/tcp_fsm.h \
7268 openssl/err.h \
7269 openssl/ssl.h \
7270 png.h \
7271 poll.h \
7272 process.h \
7273 pthread.h \
7274 pwd.h \
7275 regex.h \
7276 sched.h \
7277 scsi/scsi.h \
7278 scsi/scsi_ioctl.h \
7279 scsi/sg.h \
7280 soundcard.h \
7281 stdint.h \
7282 strings.h \
7283 sys/asoundlib.h \
7284 sys/cdio.h \
7285 sys/elf32.h \
7286 sys/epoll.h \
7287 sys/errno.h \
7288 sys/event.h \
7289 sys/exec_elf.h \
7290 sys/filio.h \
7291 sys/ioctl.h \
7292 sys/ipc.h \
7293 sys/limits.h \
7294 sys/link.h \
7295 sys/lwp.h \
7296 sys/mman.h \
7297 sys/modem.h \
7298 sys/msg.h \
7299 sys/mtio.h \
7300 sys/param.h \
7301 sys/poll.h \
7302 sys/prctl.h \
7303 sys/ptrace.h \
7304 sys/reg.h \
7305 sys/resource.h \
7306 sys/scsiio.h \
7307 sys/shm.h \
7308 sys/signal.h \
7309 sys/socket.h \
7310 sys/socketvar.h \
7311 sys/sockio.h \
7312 sys/soundcard.h \
7313 sys/statvfs.h \
7314 sys/strtio.h \
7315 sys/syscall.h \
7316 sys/sysctl.h \
7317 sys/time.h \
7318 sys/times.h \
7319 sys/uio.h \
7320 sys/un.h \
7321 sys/vm86.h \
7322 sys/wait.h \
7323 syscall.h \
7324 termios.h \
7325 unistd.h \
7326 utime.h \
7327 valgrind/memcheck.h \
7328 valgrind/valgrind.h
7331 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7332 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336 echo $ECHO_N "(cached) $ECHO_C" >&6
7338 ac_res=`eval echo '${'$as_ac_Header'}'`
7339 { echo "$as_me:$LINENO: result: $ac_res" >&5
7340 echo "${ECHO_T}$ac_res" >&6; }
7341 else
7342 # Is the header compilable?
7343 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7344 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7345 cat >conftest.$ac_ext <<_ACEOF
7346 /* confdefs.h. */
7347 _ACEOF
7348 cat confdefs.h >>conftest.$ac_ext
7349 cat >>conftest.$ac_ext <<_ACEOF
7350 /* end confdefs.h. */
7351 $ac_includes_default
7352 #include <$ac_header>
7353 _ACEOF
7354 rm -f conftest.$ac_objext
7355 if { (ac_try="$ac_compile"
7356 case "(($ac_try" in
7357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7358 *) ac_try_echo=$ac_try;;
7359 esac
7360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7361 (eval "$ac_compile") 2>conftest.er1
7362 ac_status=$?
7363 grep -v '^ *+' conftest.er1 >conftest.err
7364 rm -f conftest.er1
7365 cat conftest.err >&5
7366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7367 (exit $ac_status); } && {
7368 test -z "$ac_c_werror_flag" ||
7369 test ! -s conftest.err
7370 } && test -s conftest.$ac_objext; then
7371 ac_header_compiler=yes
7372 else
7373 echo "$as_me: failed program was:" >&5
7374 sed 's/^/| /' conftest.$ac_ext >&5
7376 ac_header_compiler=no
7379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7380 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7381 echo "${ECHO_T}$ac_header_compiler" >&6; }
7383 # Is the header present?
7384 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7385 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7386 cat >conftest.$ac_ext <<_ACEOF
7387 /* confdefs.h. */
7388 _ACEOF
7389 cat confdefs.h >>conftest.$ac_ext
7390 cat >>conftest.$ac_ext <<_ACEOF
7391 /* end confdefs.h. */
7392 #include <$ac_header>
7393 _ACEOF
7394 if { (ac_try="$ac_cpp conftest.$ac_ext"
7395 case "(($ac_try" in
7396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7397 *) ac_try_echo=$ac_try;;
7398 esac
7399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7400 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7401 ac_status=$?
7402 grep -v '^ *+' conftest.er1 >conftest.err
7403 rm -f conftest.er1
7404 cat conftest.err >&5
7405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7406 (exit $ac_status); } >/dev/null && {
7407 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7408 test ! -s conftest.err
7409 }; then
7410 ac_header_preproc=yes
7411 else
7412 echo "$as_me: failed program was:" >&5
7413 sed 's/^/| /' conftest.$ac_ext >&5
7415 ac_header_preproc=no
7418 rm -f conftest.err conftest.$ac_ext
7419 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7420 echo "${ECHO_T}$ac_header_preproc" >&6; }
7422 # So? What about this header?
7423 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7424 yes:no: )
7425 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7426 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7427 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7428 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7429 ac_header_preproc=yes
7431 no:yes:* )
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7433 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7434 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7435 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7436 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7437 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7438 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7439 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7440 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7441 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7442 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7443 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7444 ( cat <<\_ASBOX
7445 ## ------------------------------------ ##
7446 ## Report this to wine-devel@winehq.org ##
7447 ## ------------------------------------ ##
7448 _ASBOX
7449 ) | sed "s/^/$as_me: WARNING: /" >&2
7451 esac
7452 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7453 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7455 echo $ECHO_N "(cached) $ECHO_C" >&6
7456 else
7457 eval "$as_ac_Header=\$ac_header_preproc"
7459 ac_res=`eval echo '${'$as_ac_Header'}'`
7460 { echo "$as_me:$LINENO: result: $ac_res" >&5
7461 echo "${ECHO_T}$ac_res" >&6; }
7464 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7465 cat >>confdefs.h <<_ACEOF
7466 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7467 _ACEOF
7471 done
7473 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7474 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7475 if test "${ac_cv_header_stat_broken+set}" = set; then
7476 echo $ECHO_N "(cached) $ECHO_C" >&6
7477 else
7478 cat >conftest.$ac_ext <<_ACEOF
7479 /* confdefs.h. */
7480 _ACEOF
7481 cat confdefs.h >>conftest.$ac_ext
7482 cat >>conftest.$ac_ext <<_ACEOF
7483 /* end confdefs.h. */
7484 #include <sys/types.h>
7485 #include <sys/stat.h>
7487 #if defined S_ISBLK && defined S_IFDIR
7488 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7489 #endif
7491 #if defined S_ISBLK && defined S_IFCHR
7492 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7493 #endif
7495 #if defined S_ISLNK && defined S_IFREG
7496 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7497 #endif
7499 #if defined S_ISSOCK && defined S_IFREG
7500 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7501 #endif
7503 _ACEOF
7504 rm -f conftest.$ac_objext
7505 if { (ac_try="$ac_compile"
7506 case "(($ac_try" in
7507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7508 *) ac_try_echo=$ac_try;;
7509 esac
7510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7511 (eval "$ac_compile") 2>conftest.er1
7512 ac_status=$?
7513 grep -v '^ *+' conftest.er1 >conftest.err
7514 rm -f conftest.er1
7515 cat conftest.err >&5
7516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7517 (exit $ac_status); } && {
7518 test -z "$ac_c_werror_flag" ||
7519 test ! -s conftest.err
7520 } && test -s conftest.$ac_objext; then
7521 ac_cv_header_stat_broken=no
7522 else
7523 echo "$as_me: failed program was:" >&5
7524 sed 's/^/| /' conftest.$ac_ext >&5
7526 ac_cv_header_stat_broken=yes
7529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7531 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7532 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7533 if test $ac_cv_header_stat_broken = yes; then
7535 cat >>confdefs.h <<\_ACEOF
7536 #define STAT_MACROS_BROKEN 1
7537 _ACEOF
7547 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7549 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7550 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7551 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7552 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7553 echo $ECHO_N "(cached) $ECHO_C" >&6
7554 else
7555 cat >conftest.$ac_ext <<_ACEOF
7556 /* confdefs.h. */
7557 _ACEOF
7558 cat confdefs.h >>conftest.$ac_ext
7559 cat >>conftest.$ac_ext <<_ACEOF
7560 /* end confdefs.h. */
7561 #include <sys/types.h>
7562 #ifdef HAVE_SYS_PARAM_H
7563 # include <sys/param.h>
7564 #endif
7566 #include <$ac_header>
7567 _ACEOF
7568 rm -f conftest.$ac_objext
7569 if { (ac_try="$ac_compile"
7570 case "(($ac_try" in
7571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7572 *) ac_try_echo=$ac_try;;
7573 esac
7574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7575 (eval "$ac_compile") 2>conftest.er1
7576 ac_status=$?
7577 grep -v '^ *+' conftest.er1 >conftest.err
7578 rm -f conftest.er1
7579 cat conftest.err >&5
7580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7581 (exit $ac_status); } && {
7582 test -z "$ac_c_werror_flag" ||
7583 test ! -s conftest.err
7584 } && test -s conftest.$ac_objext; then
7585 eval "$as_ac_Header=yes"
7586 else
7587 echo "$as_me: failed program was:" >&5
7588 sed 's/^/| /' conftest.$ac_ext >&5
7590 eval "$as_ac_Header=no"
7593 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7595 ac_res=`eval echo '${'$as_ac_Header'}'`
7596 { echo "$as_me:$LINENO: result: $ac_res" >&5
7597 echo "${ECHO_T}$ac_res" >&6; }
7598 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7599 cat >>confdefs.h <<_ACEOF
7600 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7601 _ACEOF
7605 done
7620 for ac_header in \
7621 netinet/ip.h \
7622 net/if.h \
7623 net/if_arp.h \
7624 net/if_dl.h \
7625 net/if_types.h \
7626 net/route.h \
7627 netinet/if_ether.h \
7628 netinet/in_pcb.h \
7629 netinet/ip_icmp.h \
7630 netinet/ip_var.h \
7631 netinet/udp.h \
7632 netipx/ipx.h \
7635 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7636 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7637 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7638 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7639 echo $ECHO_N "(cached) $ECHO_C" >&6
7640 else
7641 cat >conftest.$ac_ext <<_ACEOF
7642 /* confdefs.h. */
7643 _ACEOF
7644 cat confdefs.h >>conftest.$ac_ext
7645 cat >>conftest.$ac_ext <<_ACEOF
7646 /* end confdefs.h. */
7647 #include <sys/types.h>
7648 #ifdef HAVE_SYS_SOCKET_H
7649 # include <sys/socket.h>
7650 #endif
7651 #ifdef HAVE_SYS_SOCKETVAR_H
7652 # include <sys/socketvar.h>
7653 #endif
7654 #ifdef HAVE_NETINET_IN_H
7655 # include <netinet/in.h>
7656 #endif
7657 #ifdef HAVE_NETINET_IP_H
7658 # include <netinet/ip.h>
7659 #endif
7661 #include <$ac_header>
7662 _ACEOF
7663 rm -f conftest.$ac_objext
7664 if { (ac_try="$ac_compile"
7665 case "(($ac_try" in
7666 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7667 *) ac_try_echo=$ac_try;;
7668 esac
7669 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7670 (eval "$ac_compile") 2>conftest.er1
7671 ac_status=$?
7672 grep -v '^ *+' conftest.er1 >conftest.err
7673 rm -f conftest.er1
7674 cat conftest.err >&5
7675 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7676 (exit $ac_status); } && {
7677 test -z "$ac_c_werror_flag" ||
7678 test ! -s conftest.err
7679 } && test -s conftest.$ac_objext; then
7680 eval "$as_ac_Header=yes"
7681 else
7682 echo "$as_me: failed program was:" >&5
7683 sed 's/^/| /' conftest.$ac_ext >&5
7685 eval "$as_ac_Header=no"
7688 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7690 ac_res=`eval echo '${'$as_ac_Header'}'`
7691 { echo "$as_me:$LINENO: result: $ac_res" >&5
7692 echo "${ECHO_T}$ac_res" >&6; }
7693 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7694 cat >>confdefs.h <<_ACEOF
7695 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7696 _ACEOF
7700 done
7707 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7709 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7710 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7711 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7712 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7713 echo $ECHO_N "(cached) $ECHO_C" >&6
7714 else
7715 cat >conftest.$ac_ext <<_ACEOF
7716 /* confdefs.h. */
7717 _ACEOF
7718 cat confdefs.h >>conftest.$ac_ext
7719 cat >>conftest.$ac_ext <<_ACEOF
7720 /* end confdefs.h. */
7721 #include <sys/types.h>
7722 #ifdef HAVE_ALIAS_H
7723 # include <alias.h>
7724 #endif
7725 #ifdef HAVE_SYS_SOCKET_H
7726 # include <sys/socket.h>
7727 #endif
7728 #ifdef HAVE_SYS_SOCKETVAR_H
7729 # include <sys/socketvar.h>
7730 #endif
7731 #ifdef HAVE_NETINET_IN_H
7732 # include <netinet/in.h>
7733 #endif
7734 #ifdef HAVE_NETINET_IP_H
7735 # include <netinet/ip.h>
7736 #endif
7737 #ifdef HAVE_NETINET_IP_VAR_H
7738 # include <netinet/ip_var.h>
7739 #endif
7740 #ifdef HAVE_NETINET_IP_ICMP_H
7741 # include <netinet/ip_icmp.h>
7742 #endif
7743 #ifdef HAVE_NETINET_UDP_H
7744 # include <netinet/udp.h>
7745 #endif
7746 #ifdef HAVE_NETINET_TCP_H
7747 # include <netinet/tcp.h>
7748 #endif
7750 #include <$ac_header>
7751 _ACEOF
7752 rm -f conftest.$ac_objext
7753 if { (ac_try="$ac_compile"
7754 case "(($ac_try" in
7755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7756 *) ac_try_echo=$ac_try;;
7757 esac
7758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7759 (eval "$ac_compile") 2>conftest.er1
7760 ac_status=$?
7761 grep -v '^ *+' conftest.er1 >conftest.err
7762 rm -f conftest.er1
7763 cat conftest.err >&5
7764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7765 (exit $ac_status); } && {
7766 test -z "$ac_c_werror_flag" ||
7767 test ! -s conftest.err
7768 } && test -s conftest.$ac_objext; then
7769 eval "$as_ac_Header=yes"
7770 else
7771 echo "$as_me: failed program was:" >&5
7772 sed 's/^/| /' conftest.$ac_ext >&5
7774 eval "$as_ac_Header=no"
7777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7779 ac_res=`eval echo '${'$as_ac_Header'}'`
7780 { echo "$as_me:$LINENO: result: $ac_res" >&5
7781 echo "${ECHO_T}$ac_res" >&6; }
7782 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7783 cat >>confdefs.h <<_ACEOF
7784 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7785 _ACEOF
7789 done
7793 for ac_header in linux/ipx.h
7795 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7796 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7797 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7798 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7799 echo $ECHO_N "(cached) $ECHO_C" >&6
7800 else
7801 cat >conftest.$ac_ext <<_ACEOF
7802 /* confdefs.h. */
7803 _ACEOF
7804 cat confdefs.h >>conftest.$ac_ext
7805 cat >>conftest.$ac_ext <<_ACEOF
7806 /* end confdefs.h. */
7807 #include <sys/types.h>
7808 #ifdef HAVE_ASM_TYPES_H
7809 # include <asm/types.h>
7810 #endif
7811 #ifdef HAVE_SYS_SOCKET_H
7812 # include <sys/socket.h>
7813 #endif
7815 #include <$ac_header>
7816 _ACEOF
7817 rm -f conftest.$ac_objext
7818 if { (ac_try="$ac_compile"
7819 case "(($ac_try" in
7820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7821 *) ac_try_echo=$ac_try;;
7822 esac
7823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7824 (eval "$ac_compile") 2>conftest.er1
7825 ac_status=$?
7826 grep -v '^ *+' conftest.er1 >conftest.err
7827 rm -f conftest.er1
7828 cat conftest.err >&5
7829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7830 (exit $ac_status); } && {
7831 test -z "$ac_c_werror_flag" ||
7832 test ! -s conftest.err
7833 } && test -s conftest.$ac_objext; then
7834 eval "$as_ac_Header=yes"
7835 else
7836 echo "$as_me: failed program was:" >&5
7837 sed 's/^/| /' conftest.$ac_ext >&5
7839 eval "$as_ac_Header=no"
7842 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7844 ac_res=`eval echo '${'$as_ac_Header'}'`
7845 { echo "$as_me:$LINENO: result: $ac_res" >&5
7846 echo "${ECHO_T}$ac_res" >&6; }
7847 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7848 cat >>confdefs.h <<_ACEOF
7849 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7850 _ACEOF
7854 done
7858 for ac_header in resolv.h
7860 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7861 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7862 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7863 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7864 echo $ECHO_N "(cached) $ECHO_C" >&6
7865 else
7866 cat >conftest.$ac_ext <<_ACEOF
7867 /* confdefs.h. */
7868 _ACEOF
7869 cat confdefs.h >>conftest.$ac_ext
7870 cat >>conftest.$ac_ext <<_ACEOF
7871 /* end confdefs.h. */
7872 #include <sys/types.h>
7873 #ifdef HAVE_SYS_SOCKET_H
7874 # include <sys/socket.h>
7875 #endif
7876 #ifdef HAVE_NETINET_IN_H
7877 # include <netinet/in.h>
7878 #endif
7879 #ifdef HAVE_ARPA_NAMESER_H
7880 # include <arpa/nameser.h>
7881 #endif
7883 #include <$ac_header>
7884 _ACEOF
7885 rm -f conftest.$ac_objext
7886 if { (ac_try="$ac_compile"
7887 case "(($ac_try" in
7888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7889 *) ac_try_echo=$ac_try;;
7890 esac
7891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7892 (eval "$ac_compile") 2>conftest.er1
7893 ac_status=$?
7894 grep -v '^ *+' conftest.er1 >conftest.err
7895 rm -f conftest.er1
7896 cat conftest.err >&5
7897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7898 (exit $ac_status); } && {
7899 test -z "$ac_c_werror_flag" ||
7900 test ! -s conftest.err
7901 } && test -s conftest.$ac_objext; then
7902 eval "$as_ac_Header=yes"
7903 else
7904 echo "$as_me: failed program was:" >&5
7905 sed 's/^/| /' conftest.$ac_ext >&5
7907 eval "$as_ac_Header=no"
7910 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7912 ac_res=`eval echo '${'$as_ac_Header'}'`
7913 { echo "$as_me:$LINENO: result: $ac_res" >&5
7914 echo "${ECHO_T}$ac_res" >&6; }
7915 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7916 cat >>confdefs.h <<_ACEOF
7917 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7918 _ACEOF
7922 done
7926 for ac_header in ucontext.h
7928 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7929 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7930 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7931 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7932 echo $ECHO_N "(cached) $ECHO_C" >&6
7933 else
7934 cat >conftest.$ac_ext <<_ACEOF
7935 /* confdefs.h. */
7936 _ACEOF
7937 cat confdefs.h >>conftest.$ac_ext
7938 cat >>conftest.$ac_ext <<_ACEOF
7939 /* end confdefs.h. */
7940 #include <signal.h>
7942 #include <$ac_header>
7943 _ACEOF
7944 rm -f conftest.$ac_objext
7945 if { (ac_try="$ac_compile"
7946 case "(($ac_try" in
7947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7948 *) ac_try_echo=$ac_try;;
7949 esac
7950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7951 (eval "$ac_compile") 2>conftest.er1
7952 ac_status=$?
7953 grep -v '^ *+' conftest.er1 >conftest.err
7954 rm -f conftest.er1
7955 cat conftest.err >&5
7956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7957 (exit $ac_status); } && {
7958 test -z "$ac_c_werror_flag" ||
7959 test ! -s conftest.err
7960 } && test -s conftest.$ac_objext; then
7961 eval "$as_ac_Header=yes"
7962 else
7963 echo "$as_me: failed program was:" >&5
7964 sed 's/^/| /' conftest.$ac_ext >&5
7966 eval "$as_ac_Header=no"
7969 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7971 ac_res=`eval echo '${'$as_ac_Header'}'`
7972 { echo "$as_me:$LINENO: result: $ac_res" >&5
7973 echo "${ECHO_T}$ac_res" >&6; }
7974 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7975 cat >>confdefs.h <<_ACEOF
7976 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7977 _ACEOF
7981 done
7985 for ac_header in sys/thr.h
7987 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7988 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7989 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7990 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7991 echo $ECHO_N "(cached) $ECHO_C" >&6
7992 else
7993 cat >conftest.$ac_ext <<_ACEOF
7994 /* confdefs.h. */
7995 _ACEOF
7996 cat confdefs.h >>conftest.$ac_ext
7997 cat >>conftest.$ac_ext <<_ACEOF
7998 /* end confdefs.h. */
7999 #include <sys/types.h>
8000 #ifdef HAVE_UCONTEXT_H
8001 #include <ucontext.h>
8002 #endif
8004 #include <$ac_header>
8005 _ACEOF
8006 rm -f conftest.$ac_objext
8007 if { (ac_try="$ac_compile"
8008 case "(($ac_try" in
8009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8010 *) ac_try_echo=$ac_try;;
8011 esac
8012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8013 (eval "$ac_compile") 2>conftest.er1
8014 ac_status=$?
8015 grep -v '^ *+' conftest.er1 >conftest.err
8016 rm -f conftest.er1
8017 cat conftest.err >&5
8018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8019 (exit $ac_status); } && {
8020 test -z "$ac_c_werror_flag" ||
8021 test ! -s conftest.err
8022 } && test -s conftest.$ac_objext; then
8023 eval "$as_ac_Header=yes"
8024 else
8025 echo "$as_me: failed program was:" >&5
8026 sed 's/^/| /' conftest.$ac_ext >&5
8028 eval "$as_ac_Header=no"
8031 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8033 ac_res=`eval echo '${'$as_ac_Header'}'`
8034 { echo "$as_me:$LINENO: result: $ac_res" >&5
8035 echo "${ECHO_T}$ac_res" >&6; }
8036 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8037 cat >>confdefs.h <<_ACEOF
8038 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8039 _ACEOF
8043 done
8047 for ac_header in pthread_np.h
8049 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8050 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8051 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8052 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8053 echo $ECHO_N "(cached) $ECHO_C" >&6
8054 else
8055 cat >conftest.$ac_ext <<_ACEOF
8056 /* confdefs.h. */
8057 _ACEOF
8058 cat confdefs.h >>conftest.$ac_ext
8059 cat >>conftest.$ac_ext <<_ACEOF
8060 /* end confdefs.h. */
8061 #ifdef HAVE_PTHREAD_H
8062 #include <pthread.h>
8063 #endif
8065 #include <$ac_header>
8066 _ACEOF
8067 rm -f conftest.$ac_objext
8068 if { (ac_try="$ac_compile"
8069 case "(($ac_try" in
8070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8071 *) ac_try_echo=$ac_try;;
8072 esac
8073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8074 (eval "$ac_compile") 2>conftest.er1
8075 ac_status=$?
8076 grep -v '^ *+' conftest.er1 >conftest.err
8077 rm -f conftest.er1
8078 cat conftest.err >&5
8079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8080 (exit $ac_status); } && {
8081 test -z "$ac_c_werror_flag" ||
8082 test ! -s conftest.err
8083 } && test -s conftest.$ac_objext; then
8084 eval "$as_ac_Header=yes"
8085 else
8086 echo "$as_me: failed program was:" >&5
8087 sed 's/^/| /' conftest.$ac_ext >&5
8089 eval "$as_ac_Header=no"
8092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8094 ac_res=`eval echo '${'$as_ac_Header'}'`
8095 { echo "$as_me:$LINENO: result: $ac_res" >&5
8096 echo "${ECHO_T}$ac_res" >&6; }
8097 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8098 cat >>confdefs.h <<_ACEOF
8099 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8100 _ACEOF
8104 done
8108 for ac_header in linux/videodev.h
8110 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8111 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8112 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8113 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8114 echo $ECHO_N "(cached) $ECHO_C" >&6
8115 else
8116 cat >conftest.$ac_ext <<_ACEOF
8117 /* confdefs.h. */
8118 _ACEOF
8119 cat confdefs.h >>conftest.$ac_ext
8120 cat >>conftest.$ac_ext <<_ACEOF
8121 /* end confdefs.h. */
8122 #ifdef HAVE_SYS_TIME_H
8123 #include <sys/time.h>
8124 #endif
8125 #include <sys/types.h>
8126 #ifdef HAVE_ASM_TYPES_H
8127 #include <asm/types.h>
8128 #endif
8130 #include <$ac_header>
8131 _ACEOF
8132 rm -f conftest.$ac_objext
8133 if { (ac_try="$ac_compile"
8134 case "(($ac_try" in
8135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8136 *) ac_try_echo=$ac_try;;
8137 esac
8138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8139 (eval "$ac_compile") 2>conftest.er1
8140 ac_status=$?
8141 grep -v '^ *+' conftest.er1 >conftest.err
8142 rm -f conftest.er1
8143 cat conftest.err >&5
8144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8145 (exit $ac_status); } && {
8146 test -z "$ac_c_werror_flag" ||
8147 test ! -s conftest.err
8148 } && test -s conftest.$ac_objext; then
8149 eval "$as_ac_Header=yes"
8150 else
8151 echo "$as_me: failed program was:" >&5
8152 sed 's/^/| /' conftest.$ac_ext >&5
8154 eval "$as_ac_Header=no"
8157 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8159 ac_res=`eval echo '${'$as_ac_Header'}'`
8160 { echo "$as_me:$LINENO: result: $ac_res" >&5
8161 echo "${ECHO_T}$ac_res" >&6; }
8162 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8163 cat >>confdefs.h <<_ACEOF
8164 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8165 _ACEOF
8169 done
8173 for ac_header in linux/capi.h
8175 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8176 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8177 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8178 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8179 echo $ECHO_N "(cached) $ECHO_C" >&6
8180 else
8181 cat >conftest.$ac_ext <<_ACEOF
8182 /* confdefs.h. */
8183 _ACEOF
8184 cat confdefs.h >>conftest.$ac_ext
8185 cat >>conftest.$ac_ext <<_ACEOF
8186 /* end confdefs.h. */
8187 #define __user
8189 #include <$ac_header>
8190 _ACEOF
8191 rm -f conftest.$ac_objext
8192 if { (ac_try="$ac_compile"
8193 case "(($ac_try" in
8194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8195 *) ac_try_echo=$ac_try;;
8196 esac
8197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8198 (eval "$ac_compile") 2>conftest.er1
8199 ac_status=$?
8200 grep -v '^ *+' conftest.er1 >conftest.err
8201 rm -f conftest.er1
8202 cat conftest.err >&5
8203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8204 (exit $ac_status); } && {
8205 test -z "$ac_c_werror_flag" ||
8206 test ! -s conftest.err
8207 } && test -s conftest.$ac_objext; then
8208 eval "$as_ac_Header=yes"
8209 else
8210 echo "$as_me: failed program was:" >&5
8211 sed 's/^/| /' conftest.$ac_ext >&5
8213 eval "$as_ac_Header=no"
8216 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8218 ac_res=`eval echo '${'$as_ac_Header'}'`
8219 { echo "$as_me:$LINENO: result: $ac_res" >&5
8220 echo "${ECHO_T}$ac_res" >&6; }
8221 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8222 cat >>confdefs.h <<_ACEOF
8223 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8224 _ACEOF
8228 done
8232 DLLEXT=""
8234 DLLFLAGS="-D_REENTRANT"
8236 LDSHARED=""
8238 LDDLLFLAGS=""
8240 LIBEXT="so"
8242 IMPLIBEXT="def"
8244 LDRPATH_INSTALL=""
8246 LDRPATH_LOCAL=""
8248 # Extract the first word of "ldd", so it can be a program name with args.
8249 set dummy ldd; ac_word=$2
8250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8252 if test "${ac_cv_path_LDD+set}" = set; then
8253 echo $ECHO_N "(cached) $ECHO_C" >&6
8254 else
8255 case $LDD in
8256 [\\/]* | ?:[\\/]*)
8257 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8261 as_dummy="/sbin:/usr/sbin:$PATH"
8262 for as_dir in $as_dummy
8264 IFS=$as_save_IFS
8265 test -z "$as_dir" && as_dir=.
8266 for ac_exec_ext in '' $ac_executable_extensions; do
8267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8268 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8270 break 2
8272 done
8273 done
8274 IFS=$as_save_IFS
8276 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8278 esac
8280 LDD=$ac_cv_path_LDD
8281 if test -n "$LDD"; then
8282 { echo "$as_me:$LINENO: result: $LDD" >&5
8283 echo "${ECHO_T}$LDD" >&6; }
8284 else
8285 { echo "$as_me:$LINENO: result: no" >&5
8286 echo "${ECHO_T}no" >&6; }
8291 case $host_os in
8292 cygwin*|mingw32*)
8293 if test -n "$ac_tool_prefix"; then
8294 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8295 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8296 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8297 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8298 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8299 echo $ECHO_N "(cached) $ECHO_C" >&6
8300 else
8301 if test -n "$DLLTOOL"; then
8302 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8303 else
8304 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8305 for as_dir in $PATH
8307 IFS=$as_save_IFS
8308 test -z "$as_dir" && as_dir=.
8309 for ac_exec_ext in '' $ac_executable_extensions; do
8310 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8311 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8312 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8313 break 2
8315 done
8316 done
8317 IFS=$as_save_IFS
8321 DLLTOOL=$ac_cv_prog_DLLTOOL
8322 if test -n "$DLLTOOL"; then
8323 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8324 echo "${ECHO_T}$DLLTOOL" >&6; }
8325 else
8326 { echo "$as_me:$LINENO: result: no" >&5
8327 echo "${ECHO_T}no" >&6; }
8332 if test -z "$ac_cv_prog_DLLTOOL"; then
8333 ac_ct_DLLTOOL=$DLLTOOL
8334 # Extract the first word of "dlltool", so it can be a program name with args.
8335 set dummy dlltool; ac_word=$2
8336 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8337 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8338 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8339 echo $ECHO_N "(cached) $ECHO_C" >&6
8340 else
8341 if test -n "$ac_ct_DLLTOOL"; then
8342 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8343 else
8344 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8345 for as_dir in $PATH
8347 IFS=$as_save_IFS
8348 test -z "$as_dir" && as_dir=.
8349 for ac_exec_ext in '' $ac_executable_extensions; do
8350 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8351 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8352 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8353 break 2
8355 done
8356 done
8357 IFS=$as_save_IFS
8361 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8362 if test -n "$ac_ct_DLLTOOL"; then
8363 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8364 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8365 else
8366 { echo "$as_me:$LINENO: result: no" >&5
8367 echo "${ECHO_T}no" >&6; }
8370 if test "x$ac_ct_DLLTOOL" = x; then
8371 DLLTOOL="false"
8372 else
8373 case $cross_compiling:$ac_tool_warned in
8374 yes:)
8375 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8376 whose name does not start with the host triplet. If you think this
8377 configuration is useful to you, please write to autoconf@gnu.org." >&5
8378 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8379 whose name does not start with the host triplet. If you think this
8380 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8381 ac_tool_warned=yes ;;
8382 esac
8383 DLLTOOL=$ac_ct_DLLTOOL
8385 else
8386 DLLTOOL="$ac_cv_prog_DLLTOOL"
8389 if test -n "$ac_tool_prefix"; then
8390 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8391 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8392 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8394 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8395 echo $ECHO_N "(cached) $ECHO_C" >&6
8396 else
8397 if test -n "$DLLWRAP"; then
8398 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8399 else
8400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8401 for as_dir in $PATH
8403 IFS=$as_save_IFS
8404 test -z "$as_dir" && as_dir=.
8405 for ac_exec_ext in '' $ac_executable_extensions; do
8406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8407 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8409 break 2
8411 done
8412 done
8413 IFS=$as_save_IFS
8417 DLLWRAP=$ac_cv_prog_DLLWRAP
8418 if test -n "$DLLWRAP"; then
8419 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8420 echo "${ECHO_T}$DLLWRAP" >&6; }
8421 else
8422 { echo "$as_me:$LINENO: result: no" >&5
8423 echo "${ECHO_T}no" >&6; }
8428 if test -z "$ac_cv_prog_DLLWRAP"; then
8429 ac_ct_DLLWRAP=$DLLWRAP
8430 # Extract the first word of "dllwrap", so it can be a program name with args.
8431 set dummy dllwrap; ac_word=$2
8432 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8434 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8435 echo $ECHO_N "(cached) $ECHO_C" >&6
8436 else
8437 if test -n "$ac_ct_DLLWRAP"; then
8438 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8439 else
8440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8441 for as_dir in $PATH
8443 IFS=$as_save_IFS
8444 test -z "$as_dir" && as_dir=.
8445 for ac_exec_ext in '' $ac_executable_extensions; do
8446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8447 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8449 break 2
8451 done
8452 done
8453 IFS=$as_save_IFS
8457 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8458 if test -n "$ac_ct_DLLWRAP"; then
8459 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8460 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8461 else
8462 { echo "$as_me:$LINENO: result: no" >&5
8463 echo "${ECHO_T}no" >&6; }
8466 if test "x$ac_ct_DLLWRAP" = x; then
8467 DLLWRAP="false"
8468 else
8469 case $cross_compiling:$ac_tool_warned in
8470 yes:)
8471 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8472 whose name does not start with the host triplet. If you think this
8473 configuration is useful to you, please write to autoconf@gnu.org." >&5
8474 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8475 whose name does not start with the host triplet. If you think this
8476 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8477 ac_tool_warned=yes ;;
8478 esac
8479 DLLWRAP=$ac_ct_DLLWRAP
8481 else
8482 DLLWRAP="$ac_cv_prog_DLLWRAP"
8485 if test -n "$ac_tool_prefix"; then
8486 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8487 set dummy ${ac_tool_prefix}ar; ac_word=$2
8488 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8489 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8490 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8491 echo $ECHO_N "(cached) $ECHO_C" >&6
8492 else
8493 if test -n "$MINGWAR"; then
8494 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8495 else
8496 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8497 for as_dir in $PATH
8499 IFS=$as_save_IFS
8500 test -z "$as_dir" && as_dir=.
8501 for ac_exec_ext in '' $ac_executable_extensions; do
8502 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8503 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8504 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8505 break 2
8507 done
8508 done
8509 IFS=$as_save_IFS
8513 MINGWAR=$ac_cv_prog_MINGWAR
8514 if test -n "$MINGWAR"; then
8515 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8516 echo "${ECHO_T}$MINGWAR" >&6; }
8517 else
8518 { echo "$as_me:$LINENO: result: no" >&5
8519 echo "${ECHO_T}no" >&6; }
8524 if test -z "$ac_cv_prog_MINGWAR"; then
8525 ac_ct_MINGWAR=$MINGWAR
8526 # Extract the first word of "ar", so it can be a program name with args.
8527 set dummy ar; ac_word=$2
8528 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8529 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8530 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8531 echo $ECHO_N "(cached) $ECHO_C" >&6
8532 else
8533 if test -n "$ac_ct_MINGWAR"; then
8534 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8535 else
8536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8537 for as_dir in $PATH
8539 IFS=$as_save_IFS
8540 test -z "$as_dir" && as_dir=.
8541 for ac_exec_ext in '' $ac_executable_extensions; do
8542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8543 ac_cv_prog_ac_ct_MINGWAR="ar"
8544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8545 break 2
8547 done
8548 done
8549 IFS=$as_save_IFS
8553 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8554 if test -n "$ac_ct_MINGWAR"; then
8555 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8556 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8557 else
8558 { echo "$as_me:$LINENO: result: no" >&5
8559 echo "${ECHO_T}no" >&6; }
8562 if test "x$ac_ct_MINGWAR" = x; then
8563 MINGWAR="false"
8564 else
8565 case $cross_compiling:$ac_tool_warned in
8566 yes:)
8567 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8568 whose name does not start with the host triplet. If you think this
8569 configuration is useful to you, please write to autoconf@gnu.org." >&5
8570 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8571 whose name does not start with the host triplet. If you think this
8572 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8573 ac_tool_warned=yes ;;
8574 esac
8575 MINGWAR=$ac_ct_MINGWAR
8577 else
8578 MINGWAR="$ac_cv_prog_MINGWAR"
8581 if test "$DLLWRAP" = "false"; then
8582 LIBEXT="a"
8583 else
8584 LIBEXT="dll"
8586 IMPLIBEXT="a"
8587 WIN16_FILES=""
8588 WIN16_INSTALL=""
8590 darwin*|macosx*)
8591 DLLEXT=".so"
8592 LIBEXT="dylib"
8593 DLLFLAGS="$DLLFLAGS -fPIC"
8594 LDDLLFLAGS="-bundle -multiply_defined suppress"
8595 LIBWINE_LDFLAGS="-multiply_defined suppress"
8596 LDSHARED="\$(CC) -dynamiclib"
8597 STRIP="$STRIP -x"
8598 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8599 SECURITYLIB="-framework Security -framework CoreFoundation"
8601 COREFOUNDATIONLIB="-framework CoreFoundation"
8603 IOKITLIB="-framework IOKit -framework CoreFoundation"
8605 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8607 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8608 then
8609 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8612 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8613 then
8614 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8617 case $host_cpu in
8618 *powerpc*)
8619 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8620 esac
8621 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8622 then
8623 CARBONLIB="-framework Carbon"
8625 QUARTZFILES='$(QUARTZFILES)'
8629 DLLFLAGS="$DLLFLAGS -fPIC"
8630 DLLEXT=".so"
8631 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8632 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8633 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8634 echo $ECHO_N "(cached) $ECHO_C" >&6
8635 else
8636 ac_wine_try_cflags_saved=$CFLAGS
8637 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8638 cat >conftest.$ac_ext <<_ACEOF
8639 void myfunc() {}
8640 _ACEOF
8641 rm -f conftest.$ac_objext conftest$ac_exeext
8642 if { (ac_try="$ac_link"
8643 case "(($ac_try" in
8644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8645 *) ac_try_echo=$ac_try;;
8646 esac
8647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8648 (eval "$ac_link") 2>conftest.er1
8649 ac_status=$?
8650 grep -v '^ *+' conftest.er1 >conftest.err
8651 rm -f conftest.er1
8652 cat conftest.err >&5
8653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8654 (exit $ac_status); } && {
8655 test -z "$ac_c_werror_flag" ||
8656 test ! -s conftest.err
8657 } && test -s conftest$ac_exeext &&
8658 $as_test_x conftest$ac_exeext; then
8659 ac_cv_c_dll_gnuelf="yes"
8660 else
8661 echo "$as_me: failed program was:" >&5
8662 sed 's/^/| /' conftest.$ac_ext >&5
8664 ac_cv_c_dll_gnuelf="no"
8667 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8668 conftest$ac_exeext conftest.$ac_ext
8669 CFLAGS=$ac_wine_try_cflags_saved
8671 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8672 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8673 if test "$ac_cv_c_dll_gnuelf" = "yes"
8674 then
8675 LDSHARED="\$(CC) -shared"
8676 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8677 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8678 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8679 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8680 echo $ECHO_N "(cached) $ECHO_C" >&6
8681 else
8682 ac_wine_try_cflags_saved=$CFLAGS
8683 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8684 cat >conftest.$ac_ext <<_ACEOF
8685 /* confdefs.h. */
8686 _ACEOF
8687 cat confdefs.h >>conftest.$ac_ext
8688 cat >>conftest.$ac_ext <<_ACEOF
8689 /* end confdefs.h. */
8692 main ()
8696 return 0;
8698 _ACEOF
8699 rm -f conftest.$ac_objext conftest$ac_exeext
8700 if { (ac_try="$ac_link"
8701 case "(($ac_try" in
8702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8703 *) ac_try_echo=$ac_try;;
8704 esac
8705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8706 (eval "$ac_link") 2>conftest.er1
8707 ac_status=$?
8708 grep -v '^ *+' conftest.er1 >conftest.err
8709 rm -f conftest.er1
8710 cat conftest.err >&5
8711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8712 (exit $ac_status); } && {
8713 test -z "$ac_c_werror_flag" ||
8714 test ! -s conftest.err
8715 } && test -s conftest$ac_exeext &&
8716 $as_test_x conftest$ac_exeext; then
8717 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8718 else
8719 echo "$as_me: failed program was:" >&5
8720 sed 's/^/| /' conftest.$ac_ext >&5
8722 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8726 conftest$ac_exeext conftest.$ac_ext
8727 CFLAGS=$ac_wine_try_cflags_saved
8729 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8730 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8731 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8732 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8733 else
8734 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8735 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8736 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8737 echo $ECHO_N "(cached) $ECHO_C" >&6
8738 else
8739 ac_wine_try_cflags_saved=$CFLAGS
8740 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8741 cat >conftest.$ac_ext <<_ACEOF
8742 /* confdefs.h. */
8743 _ACEOF
8744 cat confdefs.h >>conftest.$ac_ext
8745 cat >>conftest.$ac_ext <<_ACEOF
8746 /* end confdefs.h. */
8749 main ()
8753 return 0;
8755 _ACEOF
8756 rm -f conftest.$ac_objext conftest$ac_exeext
8757 if { (ac_try="$ac_link"
8758 case "(($ac_try" in
8759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8760 *) ac_try_echo=$ac_try;;
8761 esac
8762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8763 (eval "$ac_link") 2>conftest.er1
8764 ac_status=$?
8765 grep -v '^ *+' conftest.er1 >conftest.err
8766 rm -f conftest.er1
8767 cat conftest.err >&5
8768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8769 (exit $ac_status); } && {
8770 test -z "$ac_c_werror_flag" ||
8771 test ! -s conftest.err
8772 } && test -s conftest$ac_exeext &&
8773 $as_test_x conftest$ac_exeext; then
8774 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8775 else
8776 echo "$as_me: failed program was:" >&5
8777 sed 's/^/| /' conftest.$ac_ext >&5
8779 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8782 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8783 conftest$ac_exeext conftest.$ac_ext
8784 CFLAGS=$ac_wine_try_cflags_saved
8786 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8787 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8788 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8789 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8795 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8796 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8797 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8798 echo $ECHO_N "(cached) $ECHO_C" >&6
8799 else
8800 ac_wine_try_cflags_saved=$CFLAGS
8801 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8802 cat >conftest.$ac_ext <<_ACEOF
8803 /* confdefs.h. */
8804 _ACEOF
8805 cat confdefs.h >>conftest.$ac_ext
8806 cat >>conftest.$ac_ext <<_ACEOF
8807 /* end confdefs.h. */
8810 main ()
8814 return 0;
8816 _ACEOF
8817 rm -f conftest.$ac_objext conftest$ac_exeext
8818 if { (ac_try="$ac_link"
8819 case "(($ac_try" in
8820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8821 *) ac_try_echo=$ac_try;;
8822 esac
8823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8824 (eval "$ac_link") 2>conftest.er1
8825 ac_status=$?
8826 grep -v '^ *+' conftest.er1 >conftest.err
8827 rm -f conftest.er1
8828 cat conftest.err >&5
8829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8830 (exit $ac_status); } && {
8831 test -z "$ac_c_werror_flag" ||
8832 test ! -s conftest.err
8833 } && test -s conftest$ac_exeext &&
8834 $as_test_x conftest$ac_exeext; then
8835 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8836 else
8837 echo "$as_me: failed program was:" >&5
8838 sed 's/^/| /' conftest.$ac_ext >&5
8840 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8844 conftest$ac_exeext conftest.$ac_ext
8845 CFLAGS=$ac_wine_try_cflags_saved
8847 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8848 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8849 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8850 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8854 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8855 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8856 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8857 echo $ECHO_N "(cached) $ECHO_C" >&6
8858 else
8859 ac_wine_try_cflags_saved=$CFLAGS
8860 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8861 cat >conftest.$ac_ext <<_ACEOF
8862 /* confdefs.h. */
8863 _ACEOF
8864 cat confdefs.h >>conftest.$ac_ext
8865 cat >>conftest.$ac_ext <<_ACEOF
8866 /* end confdefs.h. */
8869 main ()
8873 return 0;
8875 _ACEOF
8876 rm -f conftest.$ac_objext conftest$ac_exeext
8877 if { (ac_try="$ac_link"
8878 case "(($ac_try" in
8879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8880 *) ac_try_echo=$ac_try;;
8881 esac
8882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8883 (eval "$ac_link") 2>conftest.er1
8884 ac_status=$?
8885 grep -v '^ *+' conftest.er1 >conftest.err
8886 rm -f conftest.er1
8887 cat conftest.err >&5
8888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8889 (exit $ac_status); } && {
8890 test -z "$ac_c_werror_flag" ||
8891 test ! -s conftest.err
8892 } && test -s conftest$ac_exeext &&
8893 $as_test_x conftest$ac_exeext; then
8894 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8895 else
8896 echo "$as_me: failed program was:" >&5
8897 sed 's/^/| /' conftest.$ac_ext >&5
8899 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8903 conftest$ac_exeext conftest.$ac_ext
8904 CFLAGS=$ac_wine_try_cflags_saved
8906 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8907 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8908 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8909 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8913 echo '{ global: *; };' >conftest.map
8914 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8915 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8916 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8917 echo $ECHO_N "(cached) $ECHO_C" >&6
8918 else
8919 ac_wine_try_cflags_saved=$CFLAGS
8920 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8921 cat >conftest.$ac_ext <<_ACEOF
8922 /* confdefs.h. */
8923 _ACEOF
8924 cat confdefs.h >>conftest.$ac_ext
8925 cat >>conftest.$ac_ext <<_ACEOF
8926 /* end confdefs.h. */
8929 main ()
8933 return 0;
8935 _ACEOF
8936 rm -f conftest.$ac_objext conftest$ac_exeext
8937 if { (ac_try="$ac_link"
8938 case "(($ac_try" in
8939 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8940 *) ac_try_echo=$ac_try;;
8941 esac
8942 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8943 (eval "$ac_link") 2>conftest.er1
8944 ac_status=$?
8945 grep -v '^ *+' conftest.er1 >conftest.err
8946 rm -f conftest.er1
8947 cat conftest.err >&5
8948 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8949 (exit $ac_status); } && {
8950 test -z "$ac_c_werror_flag" ||
8951 test ! -s conftest.err
8952 } && test -s conftest$ac_exeext &&
8953 $as_test_x conftest$ac_exeext; then
8954 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8955 else
8956 echo "$as_me: failed program was:" >&5
8957 sed 's/^/| /' conftest.$ac_ext >&5
8959 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8963 conftest$ac_exeext conftest.$ac_ext
8964 CFLAGS=$ac_wine_try_cflags_saved
8966 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8967 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8968 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8969 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8972 rm -f conftest.map
8974 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8975 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8976 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8977 echo $ECHO_N "(cached) $ECHO_C" >&6
8978 else
8979 ac_wine_try_cflags_saved=$CFLAGS
8980 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
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. */
8989 main ()
8993 return 0;
8995 _ACEOF
8996 rm -f conftest.$ac_objext conftest$ac_exeext
8997 if { (ac_try="$ac_link"
8998 case "(($ac_try" in
8999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9000 *) ac_try_echo=$ac_try;;
9001 esac
9002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9003 (eval "$ac_link") 2>conftest.er1
9004 ac_status=$?
9005 grep -v '^ *+' conftest.er1 >conftest.err
9006 rm -f conftest.er1
9007 cat conftest.err >&5
9008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9009 (exit $ac_status); } && {
9010 test -z "$ac_c_werror_flag" ||
9011 test ! -s conftest.err
9012 } && test -s conftest$ac_exeext &&
9013 $as_test_x conftest$ac_exeext; then
9014 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9015 else
9016 echo "$as_me: failed program was:" >&5
9017 sed 's/^/| /' conftest.$ac_ext >&5
9019 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9022 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9023 conftest$ac_exeext conftest.$ac_ext
9024 CFLAGS=$ac_wine_try_cflags_saved
9026 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9027 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9028 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9029 LDEXECFLAGS="-Wl,--export-dynamic"
9034 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9035 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9036 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9037 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9038 echo $ECHO_N "(cached) $ECHO_C" >&6
9039 else
9040 ac_wine_try_cflags_saved=$CFLAGS
9041 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
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. */
9050 main ()
9054 return 0;
9056 _ACEOF
9057 rm -f conftest.$ac_objext conftest$ac_exeext
9058 if { (ac_try="$ac_link"
9059 case "(($ac_try" in
9060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9061 *) ac_try_echo=$ac_try;;
9062 esac
9063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9064 (eval "$ac_link") 2>conftest.er1
9065 ac_status=$?
9066 grep -v '^ *+' conftest.er1 >conftest.err
9067 rm -f conftest.er1
9068 cat conftest.err >&5
9069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9070 (exit $ac_status); } && {
9071 test -z "$ac_c_werror_flag" ||
9072 test ! -s conftest.err
9073 } && test -s conftest$ac_exeext &&
9074 $as_test_x conftest$ac_exeext; then
9075 eval "$as_ac_var=yes"
9076 else
9077 echo "$as_me: failed program was:" >&5
9078 sed 's/^/| /' conftest.$ac_ext >&5
9080 eval "$as_ac_var=no"
9083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9084 conftest$ac_exeext conftest.$ac_ext
9085 CFLAGS=$ac_wine_try_cflags_saved
9087 ac_res=`eval echo '${'$as_ac_var'}'`
9088 { echo "$as_me:$LINENO: result: $ac_res" >&5
9089 echo "${ECHO_T}$ac_res" >&6; }
9090 if test `eval echo '${'$as_ac_var'}'` = yes; then
9091 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9092 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9093 else
9094 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9095 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9096 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9097 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9098 echo $ECHO_N "(cached) $ECHO_C" >&6
9099 else
9100 ac_wine_try_cflags_saved=$CFLAGS
9101 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9102 cat >conftest.$ac_ext <<_ACEOF
9103 /* confdefs.h. */
9104 _ACEOF
9105 cat confdefs.h >>conftest.$ac_ext
9106 cat >>conftest.$ac_ext <<_ACEOF
9107 /* end confdefs.h. */
9110 main ()
9114 return 0;
9116 _ACEOF
9117 rm -f conftest.$ac_objext conftest$ac_exeext
9118 if { (ac_try="$ac_link"
9119 case "(($ac_try" in
9120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9121 *) ac_try_echo=$ac_try;;
9122 esac
9123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9124 (eval "$ac_link") 2>conftest.er1
9125 ac_status=$?
9126 grep -v '^ *+' conftest.er1 >conftest.err
9127 rm -f conftest.er1
9128 cat conftest.err >&5
9129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9130 (exit $ac_status); } && {
9131 test -z "$ac_c_werror_flag" ||
9132 test ! -s conftest.err
9133 } && test -s conftest$ac_exeext &&
9134 $as_test_x conftest$ac_exeext; then
9135 eval "$as_ac_var=yes"
9136 else
9137 echo "$as_me: failed program was:" >&5
9138 sed 's/^/| /' conftest.$ac_ext >&5
9140 eval "$as_ac_var=no"
9143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9144 conftest$ac_exeext conftest.$ac_ext
9145 CFLAGS=$ac_wine_try_cflags_saved
9147 ac_res=`eval echo '${'$as_ac_var'}'`
9148 { echo "$as_me:$LINENO: result: $ac_res" >&5
9149 echo "${ECHO_T}$ac_res" >&6; }
9150 if test `eval echo '${'$as_ac_var'}'` = yes; then
9151 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9152 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9158 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9159 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9160 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9161 echo $ECHO_N "(cached) $ECHO_C" >&6
9162 else
9163 ac_wine_try_cflags_saved=$CFLAGS
9164 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9165 cat >conftest.$ac_ext <<_ACEOF
9166 /* confdefs.h. */
9167 _ACEOF
9168 cat confdefs.h >>conftest.$ac_ext
9169 cat >>conftest.$ac_ext <<_ACEOF
9170 /* end confdefs.h. */
9173 main ()
9177 return 0;
9179 _ACEOF
9180 rm -f conftest.$ac_objext conftest$ac_exeext
9181 if { (ac_try="$ac_link"
9182 case "(($ac_try" in
9183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9184 *) ac_try_echo=$ac_try;;
9185 esac
9186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9187 (eval "$ac_link") 2>conftest.er1
9188 ac_status=$?
9189 grep -v '^ *+' conftest.er1 >conftest.err
9190 rm -f conftest.er1
9191 cat conftest.err >&5
9192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9193 (exit $ac_status); } && {
9194 test -z "$ac_c_werror_flag" ||
9195 test ! -s conftest.err
9196 } && test -s conftest$ac_exeext &&
9197 $as_test_x conftest$ac_exeext; then
9198 ac_cv_cflags__Wl___enable_new_dtags=yes
9199 else
9200 echo "$as_me: failed program was:" >&5
9201 sed 's/^/| /' conftest.$ac_ext >&5
9203 ac_cv_cflags__Wl___enable_new_dtags=no
9206 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9207 conftest$ac_exeext conftest.$ac_ext
9208 CFLAGS=$ac_wine_try_cflags_saved
9210 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9211 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9212 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9213 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9217 case $host_cpu in
9218 *i[3456789]86* | x86_64)
9219 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9220 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9221 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9222 echo $ECHO_N "(cached) $ECHO_C" >&6
9223 else
9224 ac_wine_try_cflags_saved=$CFLAGS
9225 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9226 cat >conftest.$ac_ext <<_ACEOF
9227 /* confdefs.h. */
9228 _ACEOF
9229 cat confdefs.h >>conftest.$ac_ext
9230 cat >>conftest.$ac_ext <<_ACEOF
9231 /* end confdefs.h. */
9234 main ()
9238 return 0;
9240 _ACEOF
9241 rm -f conftest.$ac_objext conftest$ac_exeext
9242 if { (ac_try="$ac_link"
9243 case "(($ac_try" in
9244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9245 *) ac_try_echo=$ac_try;;
9246 esac
9247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9248 (eval "$ac_link") 2>conftest.er1
9249 ac_status=$?
9250 grep -v '^ *+' conftest.er1 >conftest.err
9251 rm -f conftest.er1
9252 cat conftest.err >&5
9253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9254 (exit $ac_status); } && {
9255 test -z "$ac_c_werror_flag" ||
9256 test ! -s conftest.err
9257 } && test -s conftest$ac_exeext &&
9258 $as_test_x conftest$ac_exeext; then
9259 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9260 else
9261 echo "$as_me: failed program was:" >&5
9262 sed 's/^/| /' conftest.$ac_ext >&5
9264 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9267 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9268 conftest$ac_exeext conftest.$ac_ext
9269 CFLAGS=$ac_wine_try_cflags_saved
9271 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9272 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9273 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9274 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9278 esac
9280 else
9281 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9282 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9283 if test "${ac_cv_c_dll_unixware+set}" = set; then
9284 echo $ECHO_N "(cached) $ECHO_C" >&6
9285 else
9286 ac_wine_try_cflags_saved=$CFLAGS
9287 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9288 cat >conftest.$ac_ext <<_ACEOF
9289 void myfunc() {}
9290 _ACEOF
9291 rm -f conftest.$ac_objext conftest$ac_exeext
9292 if { (ac_try="$ac_link"
9293 case "(($ac_try" in
9294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9295 *) ac_try_echo=$ac_try;;
9296 esac
9297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9298 (eval "$ac_link") 2>conftest.er1
9299 ac_status=$?
9300 grep -v '^ *+' conftest.er1 >conftest.err
9301 rm -f conftest.er1
9302 cat conftest.err >&5
9303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9304 (exit $ac_status); } && {
9305 test -z "$ac_c_werror_flag" ||
9306 test ! -s conftest.err
9307 } && test -s conftest$ac_exeext &&
9308 $as_test_x conftest$ac_exeext; then
9309 ac_cv_c_dll_unixware="yes"
9310 else
9311 echo "$as_me: failed program was:" >&5
9312 sed 's/^/| /' conftest.$ac_ext >&5
9314 ac_cv_c_dll_unixware="no"
9317 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9318 conftest$ac_exeext conftest.$ac_ext
9319 CFLAGS=$ac_wine_try_cflags_saved
9321 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9322 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9323 if test "$ac_cv_c_dll_unixware" = "yes"
9324 then
9325 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9326 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9328 else
9329 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9330 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9331 if test "${ac_cv_c_dll_hpux+set}" = set; then
9332 echo $ECHO_N "(cached) $ECHO_C" >&6
9333 else
9334 ac_wine_try_cflags_saved=$CFLAGS
9335 CFLAGS="$CFLAGS -shared"
9336 cat >conftest.$ac_ext <<_ACEOF
9337 void myfunc() {}
9338 _ACEOF
9339 rm -f conftest.$ac_objext conftest$ac_exeext
9340 if { (ac_try="$ac_link"
9341 case "(($ac_try" in
9342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9343 *) ac_try_echo=$ac_try;;
9344 esac
9345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9346 (eval "$ac_link") 2>conftest.er1
9347 ac_status=$?
9348 grep -v '^ *+' conftest.er1 >conftest.err
9349 rm -f conftest.er1
9350 cat conftest.err >&5
9351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9352 (exit $ac_status); } && {
9353 test -z "$ac_c_werror_flag" ||
9354 test ! -s conftest.err
9355 } && test -s conftest$ac_exeext &&
9356 $as_test_x conftest$ac_exeext; then
9357 ac_cv_c_dll_hpux="yes"
9358 else
9359 echo "$as_me: failed program was:" >&5
9360 sed 's/^/| /' conftest.$ac_ext >&5
9362 ac_cv_c_dll_hpux="no"
9365 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9366 conftest$ac_exeext conftest.$ac_ext
9367 CFLAGS=$ac_wine_try_cflags_saved
9369 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9370 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9371 if test "$ac_cv_c_dll_hpux" = "yes"
9372 then
9373 LIBEXT="sl"
9374 DLLEXT=".sl"
9375 LDDLLFLAGS="-shared -fPIC"
9376 LDSHARED="\$(CC) -shared"
9381 CROSSTEST=""
9383 if test "$cross_compiling" = "no"
9384 then
9385 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9387 # Extract the first word of "$ac_prog", so it can be a program name with args.
9388 set dummy $ac_prog; ac_word=$2
9389 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9391 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9392 echo $ECHO_N "(cached) $ECHO_C" >&6
9393 else
9394 if test -n "$CROSSCC"; then
9395 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9396 else
9397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9398 for as_dir in $PATH
9400 IFS=$as_save_IFS
9401 test -z "$as_dir" && as_dir=.
9402 for ac_exec_ext in '' $ac_executable_extensions; do
9403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9404 ac_cv_prog_CROSSCC="$ac_prog"
9405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9406 break 2
9408 done
9409 done
9410 IFS=$as_save_IFS
9414 CROSSCC=$ac_cv_prog_CROSSCC
9415 if test -n "$CROSSCC"; then
9416 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9417 echo "${ECHO_T}$CROSSCC" >&6; }
9418 else
9419 { echo "$as_me:$LINENO: result: no" >&5
9420 echo "${ECHO_T}no" >&6; }
9424 test -n "$CROSSCC" && break
9425 done
9426 test -n "$CROSSCC" || CROSSCC="false"
9428 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9430 # Extract the first word of "$ac_prog", so it can be a program name with args.
9431 set dummy $ac_prog; ac_word=$2
9432 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9433 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9434 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9435 echo $ECHO_N "(cached) $ECHO_C" >&6
9436 else
9437 if test -n "$DLLTOOL"; then
9438 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9439 else
9440 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9441 for as_dir in $PATH
9443 IFS=$as_save_IFS
9444 test -z "$as_dir" && as_dir=.
9445 for ac_exec_ext in '' $ac_executable_extensions; do
9446 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9447 ac_cv_prog_DLLTOOL="$ac_prog"
9448 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9449 break 2
9451 done
9452 done
9453 IFS=$as_save_IFS
9457 DLLTOOL=$ac_cv_prog_DLLTOOL
9458 if test -n "$DLLTOOL"; then
9459 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9460 echo "${ECHO_T}$DLLTOOL" >&6; }
9461 else
9462 { echo "$as_me:$LINENO: result: no" >&5
9463 echo "${ECHO_T}no" >&6; }
9467 test -n "$DLLTOOL" && break
9468 done
9469 test -n "$DLLTOOL" || DLLTOOL="false"
9471 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9473 # Extract the first word of "$ac_prog", so it can be a program name with args.
9474 set dummy $ac_prog; ac_word=$2
9475 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9476 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9477 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9478 echo $ECHO_N "(cached) $ECHO_C" >&6
9479 else
9480 if test -n "$CROSSWINDRES"; then
9481 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9482 else
9483 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9484 for as_dir in $PATH
9486 IFS=$as_save_IFS
9487 test -z "$as_dir" && as_dir=.
9488 for ac_exec_ext in '' $ac_executable_extensions; do
9489 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9490 ac_cv_prog_CROSSWINDRES="$ac_prog"
9491 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9492 break 2
9494 done
9495 done
9496 IFS=$as_save_IFS
9500 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9501 if test -n "$CROSSWINDRES"; then
9502 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9503 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9504 else
9505 { echo "$as_me:$LINENO: result: no" >&5
9506 echo "${ECHO_T}no" >&6; }
9510 test -n "$CROSSWINDRES" && break
9511 done
9512 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9514 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9516 # Extract the first word of "$ac_prog", so it can be a program name with args.
9517 set dummy $ac_prog; ac_word=$2
9518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9520 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9521 echo $ECHO_N "(cached) $ECHO_C" >&6
9522 else
9523 if test -n "$MINGWAR"; then
9524 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9525 else
9526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9527 for as_dir in $PATH
9529 IFS=$as_save_IFS
9530 test -z "$as_dir" && as_dir=.
9531 for ac_exec_ext in '' $ac_executable_extensions; do
9532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9533 ac_cv_prog_MINGWAR="$ac_prog"
9534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9535 break 2
9537 done
9538 done
9539 IFS=$as_save_IFS
9543 MINGWAR=$ac_cv_prog_MINGWAR
9544 if test -n "$MINGWAR"; then
9545 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9546 echo "${ECHO_T}$MINGWAR" >&6; }
9547 else
9548 { echo "$as_me:$LINENO: result: no" >&5
9549 echo "${ECHO_T}no" >&6; }
9553 test -n "$MINGWAR" && break
9554 done
9555 test -n "$MINGWAR" || MINGWAR="false"
9557 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9560 esac
9562 if test "$LIBEXT" = "a"; then
9563 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9564 It is currently not possible to build Wine without shared library
9565 (.so) support to allow transparent switch between .so and .dll files.
9566 If you are using Linux, you will need a newer binutils.
9567 " >&5
9568 echo "$as_me: error: could not find a way to build shared libraries.
9569 It is currently not possible to build Wine without shared library
9570 (.so) support to allow transparent switch between .so and .dll files.
9571 If you are using Linux, you will need a newer binutils.
9572 " >&2;}
9573 { (exit 1); exit 1; }; }
9577 if test "$have_x" = "yes"
9578 then
9579 XLIB="-lXext -lX11"
9580 ac_save_CPPFLAGS="$CPPFLAGS"
9581 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9583 { echo "$as_me:$LINENO: checking for -lX11" >&5
9584 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9585 if test "${ac_cv_lib_soname_X11+set}" = set; then
9586 echo $ECHO_N "(cached) $ECHO_C" >&6
9587 else
9588 ac_check_soname_save_LIBS=$LIBS
9589 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9590 cat >conftest.$ac_ext <<_ACEOF
9591 /* confdefs.h. */
9592 _ACEOF
9593 cat confdefs.h >>conftest.$ac_ext
9594 cat >>conftest.$ac_ext <<_ACEOF
9595 /* end confdefs.h. */
9597 /* Override any GCC internal prototype to avoid an error.
9598 Use char because int might match the return type of a GCC
9599 builtin and then its argument prototype would still apply. */
9600 #ifdef __cplusplus
9601 extern "C"
9602 #endif
9603 char XCreateWindow ();
9605 main ()
9607 return XCreateWindow ();
9609 return 0;
9611 _ACEOF
9612 rm -f conftest.$ac_objext conftest$ac_exeext
9613 if { (ac_try="$ac_link"
9614 case "(($ac_try" in
9615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9616 *) ac_try_echo=$ac_try;;
9617 esac
9618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9619 (eval "$ac_link") 2>conftest.er1
9620 ac_status=$?
9621 grep -v '^ *+' conftest.er1 >conftest.err
9622 rm -f conftest.er1
9623 cat conftest.err >&5
9624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9625 (exit $ac_status); } && {
9626 test -z "$ac_c_werror_flag" ||
9627 test ! -s conftest.err
9628 } && test -s conftest$ac_exeext &&
9629 $as_test_x conftest$ac_exeext; then
9630 case "$LIBEXT" in
9631 dll) ;;
9632 dylib) ac_cv_lib_soname_X11=`otool -L conftest$ac_exeext | grep "libX11\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libX11\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9633 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9634 esac
9635 else
9636 echo "$as_me: failed program was:" >&5
9637 sed 's/^/| /' conftest.$ac_ext >&5
9642 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9643 conftest$ac_exeext conftest.$ac_ext
9644 LIBS=$ac_check_soname_save_LIBS
9646 if test "x$ac_cv_lib_soname_X11" = "x"; then
9647 { echo "$as_me:$LINENO: result: not found" >&5
9648 echo "${ECHO_T}not found" >&6; }
9650 else
9651 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9652 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9654 cat >>confdefs.h <<_ACEOF
9655 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9656 _ACEOF
9661 { echo "$as_me:$LINENO: checking for -lXext" >&5
9662 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9663 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9664 echo $ECHO_N "(cached) $ECHO_C" >&6
9665 else
9666 ac_check_soname_save_LIBS=$LIBS
9667 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9668 cat >conftest.$ac_ext <<_ACEOF
9669 /* confdefs.h. */
9670 _ACEOF
9671 cat confdefs.h >>conftest.$ac_ext
9672 cat >>conftest.$ac_ext <<_ACEOF
9673 /* end confdefs.h. */
9675 /* Override any GCC internal prototype to avoid an error.
9676 Use char because int might match the return type of a GCC
9677 builtin and then its argument prototype would still apply. */
9678 #ifdef __cplusplus
9679 extern "C"
9680 #endif
9681 char XextCreateExtension ();
9683 main ()
9685 return XextCreateExtension ();
9687 return 0;
9689 _ACEOF
9690 rm -f conftest.$ac_objext conftest$ac_exeext
9691 if { (ac_try="$ac_link"
9692 case "(($ac_try" in
9693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9694 *) ac_try_echo=$ac_try;;
9695 esac
9696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9697 (eval "$ac_link") 2>conftest.er1
9698 ac_status=$?
9699 grep -v '^ *+' conftest.er1 >conftest.err
9700 rm -f conftest.er1
9701 cat conftest.err >&5
9702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9703 (exit $ac_status); } && {
9704 test -z "$ac_c_werror_flag" ||
9705 test ! -s conftest.err
9706 } && test -s conftest$ac_exeext &&
9707 $as_test_x conftest$ac_exeext; then
9708 case "$LIBEXT" in
9709 dll) ;;
9710 dylib) ac_cv_lib_soname_Xext=`otool -L conftest$ac_exeext | grep "libXext\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXext\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9711 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9712 esac
9713 else
9714 echo "$as_me: failed program was:" >&5
9715 sed 's/^/| /' conftest.$ac_ext >&5
9720 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9721 conftest$ac_exeext conftest.$ac_ext
9722 LIBS=$ac_check_soname_save_LIBS
9724 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9725 { echo "$as_me:$LINENO: result: not found" >&5
9726 echo "${ECHO_T}not found" >&6; }
9728 else
9729 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9730 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9732 cat >>confdefs.h <<_ACEOF
9733 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9734 _ACEOF
9752 for ac_header in X11/Xlib.h \
9753 X11/XKBlib.h \
9754 X11/Xutil.h \
9755 X11/Xcursor/Xcursor.h \
9756 X11/extensions/shape.h \
9757 X11/extensions/XInput.h \
9758 X11/extensions/XShm.h \
9759 X11/extensions/Xcomposite.h \
9760 X11/extensions/Xinerama.h \
9761 X11/extensions/Xrandr.h \
9762 X11/extensions/Xrender.h \
9763 X11/extensions/xf86vmode.h
9765 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9766 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9767 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9768 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9769 echo $ECHO_N "(cached) $ECHO_C" >&6
9770 else
9771 cat >conftest.$ac_ext <<_ACEOF
9772 /* confdefs.h. */
9773 _ACEOF
9774 cat confdefs.h >>conftest.$ac_ext
9775 cat >>conftest.$ac_ext <<_ACEOF
9776 /* end confdefs.h. */
9777 #ifdef HAVE_X11_XLIB_H
9778 # include <X11/Xlib.h>
9779 #endif
9780 #ifdef HAVE_X11_XUTIL_H
9781 # include <X11/Xutil.h>
9782 #endif
9784 #include <$ac_header>
9785 _ACEOF
9786 rm -f conftest.$ac_objext
9787 if { (ac_try="$ac_compile"
9788 case "(($ac_try" in
9789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9790 *) ac_try_echo=$ac_try;;
9791 esac
9792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9793 (eval "$ac_compile") 2>conftest.er1
9794 ac_status=$?
9795 grep -v '^ *+' conftest.er1 >conftest.err
9796 rm -f conftest.er1
9797 cat conftest.err >&5
9798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9799 (exit $ac_status); } && {
9800 test -z "$ac_c_werror_flag" ||
9801 test ! -s conftest.err
9802 } && test -s conftest.$ac_objext; then
9803 eval "$as_ac_Header=yes"
9804 else
9805 echo "$as_me: failed program was:" >&5
9806 sed 's/^/| /' conftest.$ac_ext >&5
9808 eval "$as_ac_Header=no"
9811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9813 ac_res=`eval echo '${'$as_ac_Header'}'`
9814 { echo "$as_me:$LINENO: result: $ac_res" >&5
9815 echo "${ECHO_T}$ac_res" >&6; }
9816 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9817 cat >>confdefs.h <<_ACEOF
9818 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9819 _ACEOF
9823 done
9826 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9827 then
9828 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9829 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9830 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9831 echo $ECHO_N "(cached) $ECHO_C" >&6
9832 else
9833 ac_check_lib_save_LIBS=$LIBS
9834 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9835 cat >conftest.$ac_ext <<_ACEOF
9836 /* confdefs.h. */
9837 _ACEOF
9838 cat confdefs.h >>conftest.$ac_ext
9839 cat >>conftest.$ac_ext <<_ACEOF
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9845 #ifdef __cplusplus
9846 extern "C"
9847 #endif
9848 char XkbQueryExtension ();
9850 main ()
9852 return XkbQueryExtension ();
9854 return 0;
9856 _ACEOF
9857 rm -f conftest.$ac_objext conftest$ac_exeext
9858 if { (ac_try="$ac_link"
9859 case "(($ac_try" in
9860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9861 *) ac_try_echo=$ac_try;;
9862 esac
9863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9864 (eval "$ac_link") 2>conftest.er1
9865 ac_status=$?
9866 grep -v '^ *+' conftest.er1 >conftest.err
9867 rm -f conftest.er1
9868 cat conftest.err >&5
9869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9870 (exit $ac_status); } && {
9871 test -z "$ac_c_werror_flag" ||
9872 test ! -s conftest.err
9873 } && test -s conftest$ac_exeext &&
9874 $as_test_x conftest$ac_exeext; then
9875 ac_cv_lib_X11_XkbQueryExtension=yes
9876 else
9877 echo "$as_me: failed program was:" >&5
9878 sed 's/^/| /' conftest.$ac_ext >&5
9880 ac_cv_lib_X11_XkbQueryExtension=no
9883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9884 conftest$ac_exeext conftest.$ac_ext
9885 LIBS=$ac_check_lib_save_LIBS
9887 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9888 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9889 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9891 cat >>confdefs.h <<\_ACEOF
9892 #define HAVE_XKB 1
9893 _ACEOF
9899 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9900 then
9901 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9902 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9903 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9904 echo $ECHO_N "(cached) $ECHO_C" >&6
9905 else
9906 ac_check_soname_save_LIBS=$LIBS
9907 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9908 cat >conftest.$ac_ext <<_ACEOF
9909 /* confdefs.h. */
9910 _ACEOF
9911 cat confdefs.h >>conftest.$ac_ext
9912 cat >>conftest.$ac_ext <<_ACEOF
9913 /* end confdefs.h. */
9915 /* Override any GCC internal prototype to avoid an error.
9916 Use char because int might match the return type of a GCC
9917 builtin and then its argument prototype would still apply. */
9918 #ifdef __cplusplus
9919 extern "C"
9920 #endif
9921 char XcursorImageLoadCursor ();
9923 main ()
9925 return XcursorImageLoadCursor ();
9927 return 0;
9929 _ACEOF
9930 rm -f conftest.$ac_objext conftest$ac_exeext
9931 if { (ac_try="$ac_link"
9932 case "(($ac_try" in
9933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9934 *) ac_try_echo=$ac_try;;
9935 esac
9936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9937 (eval "$ac_link") 2>conftest.er1
9938 ac_status=$?
9939 grep -v '^ *+' conftest.er1 >conftest.err
9940 rm -f conftest.er1
9941 cat conftest.err >&5
9942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9943 (exit $ac_status); } && {
9944 test -z "$ac_c_werror_flag" ||
9945 test ! -s conftest.err
9946 } && test -s conftest$ac_exeext &&
9947 $as_test_x conftest$ac_exeext; then
9948 case "$LIBEXT" in
9949 dll) ;;
9950 dylib) ac_cv_lib_soname_Xcursor=`otool -L conftest$ac_exeext | grep "libXcursor\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcursor\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
9951 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9952 esac
9953 else
9954 echo "$as_me: failed program was:" >&5
9955 sed 's/^/| /' conftest.$ac_ext >&5
9960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9961 conftest$ac_exeext conftest.$ac_ext
9962 LIBS=$ac_check_soname_save_LIBS
9964 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9965 { echo "$as_me:$LINENO: result: not found" >&5
9966 echo "${ECHO_T}not found" >&6; }
9968 else
9969 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9970 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9972 cat >>confdefs.h <<_ACEOF
9973 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9974 _ACEOF
9980 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9981 case "x$with_xcursor" in
9982 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9983 xno) ;;
9984 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9985 This is an error since --with-xcursor was requested." >&5
9986 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9987 This is an error since --with-xcursor was requested." >&2;}
9988 { (exit 1); exit 1; }; } ;;
9989 esac
9993 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9994 then
9995 { echo "$as_me:$LINENO: checking for -lXi" >&5
9996 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
9997 if test "${ac_cv_lib_soname_Xi+set}" = set; then
9998 echo $ECHO_N "(cached) $ECHO_C" >&6
9999 else
10000 ac_check_soname_save_LIBS=$LIBS
10001 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10002 cat >conftest.$ac_ext <<_ACEOF
10003 /* confdefs.h. */
10004 _ACEOF
10005 cat confdefs.h >>conftest.$ac_ext
10006 cat >>conftest.$ac_ext <<_ACEOF
10007 /* end confdefs.h. */
10009 /* Override any GCC internal prototype to avoid an error.
10010 Use char because int might match the return type of a GCC
10011 builtin and then its argument prototype would still apply. */
10012 #ifdef __cplusplus
10013 extern "C"
10014 #endif
10015 char XOpenDevice ();
10017 main ()
10019 return XOpenDevice ();
10021 return 0;
10023 _ACEOF
10024 rm -f conftest.$ac_objext conftest$ac_exeext
10025 if { (ac_try="$ac_link"
10026 case "(($ac_try" in
10027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10028 *) ac_try_echo=$ac_try;;
10029 esac
10030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10031 (eval "$ac_link") 2>conftest.er1
10032 ac_status=$?
10033 grep -v '^ *+' conftest.er1 >conftest.err
10034 rm -f conftest.er1
10035 cat conftest.err >&5
10036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10037 (exit $ac_status); } && {
10038 test -z "$ac_c_werror_flag" ||
10039 test ! -s conftest.err
10040 } && test -s conftest$ac_exeext &&
10041 $as_test_x conftest$ac_exeext; then
10042 case "$LIBEXT" in
10043 dll) ;;
10044 dylib) ac_cv_lib_soname_Xi=`otool -L conftest$ac_exeext | grep "libXi\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXi\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10045 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10046 esac
10047 else
10048 echo "$as_me: failed program was:" >&5
10049 sed 's/^/| /' conftest.$ac_ext >&5
10054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10055 conftest$ac_exeext conftest.$ac_ext
10056 LIBS=$ac_check_soname_save_LIBS
10058 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10059 { echo "$as_me:$LINENO: result: not found" >&5
10060 echo "${ECHO_T}not found" >&6; }
10062 else
10063 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10064 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10066 cat >>confdefs.h <<_ACEOF
10067 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10068 _ACEOF
10074 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10075 case "x$with_xinput" in
10076 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10077 xno) ;;
10078 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10079 This is an error since --with-xinput was requested." >&5
10080 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10081 This is an error since --with-xinput was requested." >&2;}
10082 { (exit 1); exit 1; }; } ;;
10083 esac
10087 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10088 then
10089 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10090 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10091 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10092 echo $ECHO_N "(cached) $ECHO_C" >&6
10093 else
10094 ac_check_lib_save_LIBS=$LIBS
10095 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
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. */
10103 /* Override any GCC internal prototype to avoid an error.
10104 Use char because int might match the return type of a GCC
10105 builtin and then its argument prototype would still apply. */
10106 #ifdef __cplusplus
10107 extern "C"
10108 #endif
10109 char XShmQueryExtension ();
10111 main ()
10113 return XShmQueryExtension ();
10115 return 0;
10117 _ACEOF
10118 rm -f conftest.$ac_objext conftest$ac_exeext
10119 if { (ac_try="$ac_link"
10120 case "(($ac_try" in
10121 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10122 *) ac_try_echo=$ac_try;;
10123 esac
10124 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10125 (eval "$ac_link") 2>conftest.er1
10126 ac_status=$?
10127 grep -v '^ *+' conftest.er1 >conftest.err
10128 rm -f conftest.er1
10129 cat conftest.err >&5
10130 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10131 (exit $ac_status); } && {
10132 test -z "$ac_c_werror_flag" ||
10133 test ! -s conftest.err
10134 } && test -s conftest$ac_exeext &&
10135 $as_test_x conftest$ac_exeext; then
10136 ac_cv_lib_Xext_XShmQueryExtension=yes
10137 else
10138 echo "$as_me: failed program was:" >&5
10139 sed 's/^/| /' conftest.$ac_ext >&5
10141 ac_cv_lib_Xext_XShmQueryExtension=no
10144 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10145 conftest$ac_exeext conftest.$ac_ext
10146 LIBS=$ac_check_lib_save_LIBS
10148 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10149 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10150 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10152 cat >>confdefs.h <<\_ACEOF
10153 #define HAVE_LIBXXSHM 1
10154 _ACEOF
10159 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10160 case "x$with_xshm" in
10161 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10162 xno) ;;
10163 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10164 This is an error since --with-xshm was requested." >&5
10165 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10166 This is an error since --with-xshm was requested." >&2;}
10167 { (exit 1); exit 1; }; } ;;
10168 esac
10172 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10173 then
10174 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10175 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10176 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10177 echo $ECHO_N "(cached) $ECHO_C" >&6
10178 else
10179 ac_check_lib_save_LIBS=$LIBS
10180 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10181 cat >conftest.$ac_ext <<_ACEOF
10182 /* confdefs.h. */
10183 _ACEOF
10184 cat confdefs.h >>conftest.$ac_ext
10185 cat >>conftest.$ac_ext <<_ACEOF
10186 /* end confdefs.h. */
10188 /* Override any GCC internal prototype to avoid an error.
10189 Use char because int might match the return type of a GCC
10190 builtin and then its argument prototype would still apply. */
10191 #ifdef __cplusplus
10192 extern "C"
10193 #endif
10194 char XShapeQueryExtension ();
10196 main ()
10198 return XShapeQueryExtension ();
10200 return 0;
10202 _ACEOF
10203 rm -f conftest.$ac_objext conftest$ac_exeext
10204 if { (ac_try="$ac_link"
10205 case "(($ac_try" in
10206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10207 *) ac_try_echo=$ac_try;;
10208 esac
10209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10210 (eval "$ac_link") 2>conftest.er1
10211 ac_status=$?
10212 grep -v '^ *+' conftest.er1 >conftest.err
10213 rm -f conftest.er1
10214 cat conftest.err >&5
10215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10216 (exit $ac_status); } && {
10217 test -z "$ac_c_werror_flag" ||
10218 test ! -s conftest.err
10219 } && test -s conftest$ac_exeext &&
10220 $as_test_x conftest$ac_exeext; then
10221 ac_cv_lib_Xext_XShapeQueryExtension=yes
10222 else
10223 echo "$as_me: failed program was:" >&5
10224 sed 's/^/| /' conftest.$ac_ext >&5
10226 ac_cv_lib_Xext_XShapeQueryExtension=no
10229 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10230 conftest$ac_exeext conftest.$ac_ext
10231 LIBS=$ac_check_lib_save_LIBS
10233 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10234 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10235 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10237 cat >>confdefs.h <<\_ACEOF
10238 #define HAVE_LIBXSHAPE 1
10239 _ACEOF
10244 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10245 case "x$with_xshape" in
10246 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10247 xno) ;;
10248 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10249 This is an error since --with-xshape was requested." >&5
10250 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10251 This is an error since --with-xshape was requested." >&2;}
10252 { (exit 1); exit 1; }; } ;;
10253 esac
10257 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10258 then
10259 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10260 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10261 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10262 echo $ECHO_N "(cached) $ECHO_C" >&6
10263 else
10264 ac_check_soname_save_LIBS=$LIBS
10265 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10266 cat >conftest.$ac_ext <<_ACEOF
10267 /* confdefs.h. */
10268 _ACEOF
10269 cat confdefs.h >>conftest.$ac_ext
10270 cat >>conftest.$ac_ext <<_ACEOF
10271 /* end confdefs.h. */
10273 /* Override any GCC internal prototype to avoid an error.
10274 Use char because int might match the return type of a GCC
10275 builtin and then its argument prototype would still apply. */
10276 #ifdef __cplusplus
10277 extern "C"
10278 #endif
10279 char XF86VidModeQueryExtension ();
10281 main ()
10283 return XF86VidModeQueryExtension ();
10285 return 0;
10287 _ACEOF
10288 rm -f conftest.$ac_objext conftest$ac_exeext
10289 if { (ac_try="$ac_link"
10290 case "(($ac_try" in
10291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10292 *) ac_try_echo=$ac_try;;
10293 esac
10294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10295 (eval "$ac_link") 2>conftest.er1
10296 ac_status=$?
10297 grep -v '^ *+' conftest.er1 >conftest.err
10298 rm -f conftest.er1
10299 cat conftest.err >&5
10300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10301 (exit $ac_status); } && {
10302 test -z "$ac_c_werror_flag" ||
10303 test ! -s conftest.err
10304 } && test -s conftest$ac_exeext &&
10305 $as_test_x conftest$ac_exeext; then
10306 case "$LIBEXT" in
10307 dll) ;;
10308 dylib) ac_cv_lib_soname_Xxf86vm=`otool -L conftest$ac_exeext | grep "libXxf86vm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXxf86vm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10309 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10310 esac
10311 else
10312 echo "$as_me: failed program was:" >&5
10313 sed 's/^/| /' conftest.$ac_ext >&5
10318 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10319 conftest$ac_exeext conftest.$ac_ext
10320 LIBS=$ac_check_soname_save_LIBS
10322 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10323 { echo "$as_me:$LINENO: result: not found" >&5
10324 echo "${ECHO_T}not found" >&6; }
10326 else
10327 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10328 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10330 cat >>confdefs.h <<_ACEOF
10331 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10332 _ACEOF
10338 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10339 case "x$with_xxf86vm" in
10340 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10341 xno) ;;
10342 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10343 This is an error since --with-xxf86vm was requested." >&5
10344 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10345 This is an error since --with-xxf86vm was requested." >&2;}
10346 { (exit 1); exit 1; }; } ;;
10347 esac
10351 if test "$ac_cv_header_X11_extensions_Xrender_h" = "yes" -a "x$ac_cv_lib_soname_X11" != "x" -a "x$ac_cv_lib_soname_Xext" != "x"
10352 then
10353 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10354 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10355 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10356 echo $ECHO_N "(cached) $ECHO_C" >&6
10357 else
10358 ac_check_soname_save_LIBS=$LIBS
10359 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10360 cat >conftest.$ac_ext <<_ACEOF
10361 /* confdefs.h. */
10362 _ACEOF
10363 cat confdefs.h >>conftest.$ac_ext
10364 cat >>conftest.$ac_ext <<_ACEOF
10365 /* end confdefs.h. */
10367 /* Override any GCC internal prototype to avoid an error.
10368 Use char because int might match the return type of a GCC
10369 builtin and then its argument prototype would still apply. */
10370 #ifdef __cplusplus
10371 extern "C"
10372 #endif
10373 char XRenderQueryExtension ();
10375 main ()
10377 return XRenderQueryExtension ();
10379 return 0;
10381 _ACEOF
10382 rm -f conftest.$ac_objext conftest$ac_exeext
10383 if { (ac_try="$ac_link"
10384 case "(($ac_try" in
10385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10386 *) ac_try_echo=$ac_try;;
10387 esac
10388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10389 (eval "$ac_link") 2>conftest.er1
10390 ac_status=$?
10391 grep -v '^ *+' conftest.er1 >conftest.err
10392 rm -f conftest.er1
10393 cat conftest.err >&5
10394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10395 (exit $ac_status); } && {
10396 test -z "$ac_c_werror_flag" ||
10397 test ! -s conftest.err
10398 } && test -s conftest$ac_exeext &&
10399 $as_test_x conftest$ac_exeext; then
10400 case "$LIBEXT" in
10401 dll) ;;
10402 dylib) ac_cv_lib_soname_Xrender=`otool -L conftest$ac_exeext | grep "libXrender\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrender\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10403 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10404 esac
10405 else
10406 echo "$as_me: failed program was:" >&5
10407 sed 's/^/| /' conftest.$ac_ext >&5
10412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10413 conftest$ac_exeext conftest.$ac_ext
10414 LIBS=$ac_check_soname_save_LIBS
10416 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10417 { echo "$as_me:$LINENO: result: not found" >&5
10418 echo "${ECHO_T}not found" >&6; }
10420 else
10421 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10422 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10424 cat >>confdefs.h <<_ACEOF
10425 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10426 _ACEOF
10428 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10429 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10430 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10431 echo $ECHO_N "(cached) $ECHO_C" >&6
10432 else
10433 ac_check_lib_save_LIBS=$LIBS
10434 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10435 cat >conftest.$ac_ext <<_ACEOF
10436 /* confdefs.h. */
10437 _ACEOF
10438 cat confdefs.h >>conftest.$ac_ext
10439 cat >>conftest.$ac_ext <<_ACEOF
10440 /* end confdefs.h. */
10442 /* Override any GCC internal prototype to avoid an error.
10443 Use char because int might match the return type of a GCC
10444 builtin and then its argument prototype would still apply. */
10445 #ifdef __cplusplus
10446 extern "C"
10447 #endif
10448 char XRenderSetPictureTransform ();
10450 main ()
10452 return XRenderSetPictureTransform ();
10454 return 0;
10456 _ACEOF
10457 rm -f conftest.$ac_objext conftest$ac_exeext
10458 if { (ac_try="$ac_link"
10459 case "(($ac_try" in
10460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10461 *) ac_try_echo=$ac_try;;
10462 esac
10463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10464 (eval "$ac_link") 2>conftest.er1
10465 ac_status=$?
10466 grep -v '^ *+' conftest.er1 >conftest.err
10467 rm -f conftest.er1
10468 cat conftest.err >&5
10469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10470 (exit $ac_status); } && {
10471 test -z "$ac_c_werror_flag" ||
10472 test ! -s conftest.err
10473 } && test -s conftest$ac_exeext &&
10474 $as_test_x conftest$ac_exeext; then
10475 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10476 else
10477 echo "$as_me: failed program was:" >&5
10478 sed 's/^/| /' conftest.$ac_ext >&5
10480 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10484 conftest$ac_exeext conftest.$ac_ext
10485 LIBS=$ac_check_lib_save_LIBS
10487 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10488 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10489 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10491 cat >>confdefs.h <<\_ACEOF
10492 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10493 _ACEOF
10501 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10502 case "x$with_xrender" in
10503 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10504 xno) ;;
10505 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10506 This is an error since --with-xrender was requested." >&5
10507 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10508 This is an error since --with-xrender was requested." >&2;}
10509 { (exit 1); exit 1; }; } ;;
10510 esac
10514 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10515 then
10516 cat >conftest.$ac_ext <<_ACEOF
10517 /* confdefs.h. */
10518 _ACEOF
10519 cat confdefs.h >>conftest.$ac_ext
10520 cat >>conftest.$ac_ext <<_ACEOF
10521 /* end confdefs.h. */
10522 #include <X11/Xlib.h>
10523 #include <X11/extensions/Xrandr.h>
10525 main ()
10527 static typeof(XRRSetScreenConfigAndRate) * func;
10529 return 0;
10531 _ACEOF
10532 rm -f conftest.$ac_objext
10533 if { (ac_try="$ac_compile"
10534 case "(($ac_try" in
10535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10536 *) ac_try_echo=$ac_try;;
10537 esac
10538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10539 (eval "$ac_compile") 2>conftest.er1
10540 ac_status=$?
10541 grep -v '^ *+' conftest.er1 >conftest.err
10542 rm -f conftest.er1
10543 cat conftest.err >&5
10544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10545 (exit $ac_status); } && {
10546 test -z "$ac_c_werror_flag" ||
10547 test ! -s conftest.err
10548 } && test -s conftest.$ac_objext; then
10549 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10550 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10551 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10552 echo $ECHO_N "(cached) $ECHO_C" >&6
10553 else
10554 ac_check_soname_save_LIBS=$LIBS
10555 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10556 cat >conftest.$ac_ext <<_ACEOF
10557 /* confdefs.h. */
10558 _ACEOF
10559 cat confdefs.h >>conftest.$ac_ext
10560 cat >>conftest.$ac_ext <<_ACEOF
10561 /* end confdefs.h. */
10563 /* Override any GCC internal prototype to avoid an error.
10564 Use char because int might match the return type of a GCC
10565 builtin and then its argument prototype would still apply. */
10566 #ifdef __cplusplus
10567 extern "C"
10568 #endif
10569 char XRRQueryExtension ();
10571 main ()
10573 return XRRQueryExtension ();
10575 return 0;
10577 _ACEOF
10578 rm -f conftest.$ac_objext conftest$ac_exeext
10579 if { (ac_try="$ac_link"
10580 case "(($ac_try" in
10581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10582 *) ac_try_echo=$ac_try;;
10583 esac
10584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10585 (eval "$ac_link") 2>conftest.er1
10586 ac_status=$?
10587 grep -v '^ *+' conftest.er1 >conftest.err
10588 rm -f conftest.er1
10589 cat conftest.err >&5
10590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10591 (exit $ac_status); } && {
10592 test -z "$ac_c_werror_flag" ||
10593 test ! -s conftest.err
10594 } && test -s conftest$ac_exeext &&
10595 $as_test_x conftest$ac_exeext; then
10596 case "$LIBEXT" in
10597 dll) ;;
10598 dylib) ac_cv_lib_soname_Xrandr=`otool -L conftest$ac_exeext | grep "libXrandr\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXrandr\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10599 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10600 esac
10601 else
10602 echo "$as_me: failed program was:" >&5
10603 sed 's/^/| /' conftest.$ac_ext >&5
10608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10609 conftest$ac_exeext conftest.$ac_ext
10610 LIBS=$ac_check_soname_save_LIBS
10612 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10613 { echo "$as_me:$LINENO: result: not found" >&5
10614 echo "${ECHO_T}not found" >&6; }
10616 else
10617 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10618 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10620 cat >>confdefs.h <<_ACEOF
10621 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10622 _ACEOF
10627 else
10628 echo "$as_me: failed program was:" >&5
10629 sed 's/^/| /' conftest.$ac_ext >&5
10634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10636 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10637 case "x$with_xrandr" in
10638 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10639 xno) ;;
10640 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10641 This is an error since --with-xrandr was requested." >&5
10642 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10643 This is an error since --with-xrandr was requested." >&2;}
10644 { (exit 1); exit 1; }; } ;;
10645 esac
10649 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10650 then
10651 cat >conftest.$ac_ext <<_ACEOF
10652 /* confdefs.h. */
10653 _ACEOF
10654 cat confdefs.h >>conftest.$ac_ext
10655 cat >>conftest.$ac_ext <<_ACEOF
10656 /* end confdefs.h. */
10657 #include <X11/Xlib.h>
10658 #include <X11/extensions/Xinerama.h>
10660 main ()
10662 static typeof(XineramaQueryScreens) * func;
10664 return 0;
10666 _ACEOF
10667 rm -f conftest.$ac_objext
10668 if { (ac_try="$ac_compile"
10669 case "(($ac_try" in
10670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10671 *) ac_try_echo=$ac_try;;
10672 esac
10673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10674 (eval "$ac_compile") 2>conftest.er1
10675 ac_status=$?
10676 grep -v '^ *+' conftest.er1 >conftest.err
10677 rm -f conftest.er1
10678 cat conftest.err >&5
10679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10680 (exit $ac_status); } && {
10681 test -z "$ac_c_werror_flag" ||
10682 test ! -s conftest.err
10683 } && test -s conftest.$ac_objext; then
10684 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10685 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10686 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10687 echo $ECHO_N "(cached) $ECHO_C" >&6
10688 else
10689 ac_check_soname_save_LIBS=$LIBS
10690 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10691 cat >conftest.$ac_ext <<_ACEOF
10692 /* confdefs.h. */
10693 _ACEOF
10694 cat confdefs.h >>conftest.$ac_ext
10695 cat >>conftest.$ac_ext <<_ACEOF
10696 /* end confdefs.h. */
10698 /* Override any GCC internal prototype to avoid an error.
10699 Use char because int might match the return type of a GCC
10700 builtin and then its argument prototype would still apply. */
10701 #ifdef __cplusplus
10702 extern "C"
10703 #endif
10704 char XineramaQueryScreens ();
10706 main ()
10708 return XineramaQueryScreens ();
10710 return 0;
10712 _ACEOF
10713 rm -f conftest.$ac_objext conftest$ac_exeext
10714 if { (ac_try="$ac_link"
10715 case "(($ac_try" in
10716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10717 *) ac_try_echo=$ac_try;;
10718 esac
10719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10720 (eval "$ac_link") 2>conftest.er1
10721 ac_status=$?
10722 grep -v '^ *+' conftest.er1 >conftest.err
10723 rm -f conftest.er1
10724 cat conftest.err >&5
10725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10726 (exit $ac_status); } && {
10727 test -z "$ac_c_werror_flag" ||
10728 test ! -s conftest.err
10729 } && test -s conftest$ac_exeext &&
10730 $as_test_x conftest$ac_exeext; then
10731 case "$LIBEXT" in
10732 dll) ;;
10733 dylib) ac_cv_lib_soname_Xinerama=`otool -L conftest$ac_exeext | grep "libXinerama\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXinerama\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10734 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10735 esac
10736 else
10737 echo "$as_me: failed program was:" >&5
10738 sed 's/^/| /' conftest.$ac_ext >&5
10743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10744 conftest$ac_exeext conftest.$ac_ext
10745 LIBS=$ac_check_soname_save_LIBS
10747 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10748 { echo "$as_me:$LINENO: result: not found" >&5
10749 echo "${ECHO_T}not found" >&6; }
10751 else
10752 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10753 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10755 cat >>confdefs.h <<_ACEOF
10756 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10757 _ACEOF
10762 else
10763 echo "$as_me: failed program was:" >&5
10764 sed 's/^/| /' conftest.$ac_ext >&5
10769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10771 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10772 case "x$with_xinerama" in
10773 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10774 xno) ;;
10775 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10776 This is an error since --with-xinerama was requested." >&5
10777 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10778 This is an error since --with-xinerama was requested." >&2;}
10779 { (exit 1); exit 1; }; } ;;
10780 esac
10784 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10785 then
10786 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10787 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10788 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10789 echo $ECHO_N "(cached) $ECHO_C" >&6
10790 else
10791 ac_check_soname_save_LIBS=$LIBS
10792 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10793 cat >conftest.$ac_ext <<_ACEOF
10794 /* confdefs.h. */
10795 _ACEOF
10796 cat confdefs.h >>conftest.$ac_ext
10797 cat >>conftest.$ac_ext <<_ACEOF
10798 /* end confdefs.h. */
10800 /* Override any GCC internal prototype to avoid an error.
10801 Use char because int might match the return type of a GCC
10802 builtin and then its argument prototype would still apply. */
10803 #ifdef __cplusplus
10804 extern "C"
10805 #endif
10806 char XCompositeRedirectWindow ();
10808 main ()
10810 return XCompositeRedirectWindow ();
10812 return 0;
10814 _ACEOF
10815 rm -f conftest.$ac_objext conftest$ac_exeext
10816 if { (ac_try="$ac_link"
10817 case "(($ac_try" in
10818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10819 *) ac_try_echo=$ac_try;;
10820 esac
10821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10822 (eval "$ac_link") 2>conftest.er1
10823 ac_status=$?
10824 grep -v '^ *+' conftest.er1 >conftest.err
10825 rm -f conftest.er1
10826 cat conftest.err >&5
10827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10828 (exit $ac_status); } && {
10829 test -z "$ac_c_werror_flag" ||
10830 test ! -s conftest.err
10831 } && test -s conftest$ac_exeext &&
10832 $as_test_x conftest$ac_exeext; then
10833 case "$LIBEXT" in
10834 dll) ;;
10835 dylib) ac_cv_lib_soname_Xcomposite=`otool -L conftest$ac_exeext | grep "libXcomposite\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libXcomposite\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
10836 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10837 esac
10838 else
10839 echo "$as_me: failed program was:" >&5
10840 sed 's/^/| /' conftest.$ac_ext >&5
10845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10846 conftest$ac_exeext conftest.$ac_ext
10847 LIBS=$ac_check_soname_save_LIBS
10849 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10850 { echo "$as_me:$LINENO: result: not found" >&5
10851 echo "${ECHO_T}not found" >&6; }
10853 else
10854 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10855 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10857 cat >>confdefs.h <<_ACEOF
10858 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10859 _ACEOF
10865 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10866 case "x$with_xcomposite" in
10867 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10868 xno) ;;
10869 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10870 This is an error since --with-xcomposite was requested." >&5
10871 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10872 This is an error since --with-xcomposite was requested." >&2;}
10873 { (exit 1); exit 1; }; } ;;
10874 esac
10878 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10879 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10880 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10881 echo $ECHO_N "(cached) $ECHO_C" >&6
10882 else
10883 cat >conftest.$ac_ext <<_ACEOF
10884 /* confdefs.h. */
10885 _ACEOF
10886 cat confdefs.h >>conftest.$ac_ext
10887 cat >>conftest.$ac_ext <<_ACEOF
10888 /* end confdefs.h. */
10889 #ifdef HAVE_X11_XLIB_H
10890 #include <X11/Xlib.h>
10891 #endif
10894 main ()
10896 static XICCallback ac_aggr;
10897 if (ac_aggr.callback)
10898 return 0;
10900 return 0;
10902 _ACEOF
10903 rm -f conftest.$ac_objext
10904 if { (ac_try="$ac_compile"
10905 case "(($ac_try" in
10906 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10907 *) ac_try_echo=$ac_try;;
10908 esac
10909 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10910 (eval "$ac_compile") 2>conftest.er1
10911 ac_status=$?
10912 grep -v '^ *+' conftest.er1 >conftest.err
10913 rm -f conftest.er1
10914 cat conftest.err >&5
10915 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10916 (exit $ac_status); } && {
10917 test -z "$ac_c_werror_flag" ||
10918 test ! -s conftest.err
10919 } && test -s conftest.$ac_objext; then
10920 ac_cv_member_XICCallback_callback=yes
10921 else
10922 echo "$as_me: failed program was:" >&5
10923 sed 's/^/| /' conftest.$ac_ext >&5
10925 cat >conftest.$ac_ext <<_ACEOF
10926 /* confdefs.h. */
10927 _ACEOF
10928 cat confdefs.h >>conftest.$ac_ext
10929 cat >>conftest.$ac_ext <<_ACEOF
10930 /* end confdefs.h. */
10931 #ifdef HAVE_X11_XLIB_H
10932 #include <X11/Xlib.h>
10933 #endif
10936 main ()
10938 static XICCallback ac_aggr;
10939 if (sizeof ac_aggr.callback)
10940 return 0;
10942 return 0;
10944 _ACEOF
10945 rm -f conftest.$ac_objext
10946 if { (ac_try="$ac_compile"
10947 case "(($ac_try" in
10948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10949 *) ac_try_echo=$ac_try;;
10950 esac
10951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10952 (eval "$ac_compile") 2>conftest.er1
10953 ac_status=$?
10954 grep -v '^ *+' conftest.er1 >conftest.err
10955 rm -f conftest.er1
10956 cat conftest.err >&5
10957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10958 (exit $ac_status); } && {
10959 test -z "$ac_c_werror_flag" ||
10960 test ! -s conftest.err
10961 } && test -s conftest.$ac_objext; then
10962 ac_cv_member_XICCallback_callback=yes
10963 else
10964 echo "$as_me: failed program was:" >&5
10965 sed 's/^/| /' conftest.$ac_ext >&5
10967 ac_cv_member_XICCallback_callback=no
10970 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10975 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10976 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10977 if test $ac_cv_member_XICCallback_callback = yes; then
10979 cat >>confdefs.h <<_ACEOF
10980 #define HAVE_XICCALLBACK_CALLBACK 1
10981 _ACEOF
10988 opengl_msg=""
10989 if test "x$with_opengl" != "xno"
10990 then
10995 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
10997 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10998 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10999 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11000 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11001 echo $ECHO_N "(cached) $ECHO_C" >&6
11002 else
11003 cat >conftest.$ac_ext <<_ACEOF
11004 /* confdefs.h. */
11005 _ACEOF
11006 cat confdefs.h >>conftest.$ac_ext
11007 cat >>conftest.$ac_ext <<_ACEOF
11008 /* end confdefs.h. */
11009 #ifdef HAVE_GL_GLX_H
11010 # include <GL/glx.h>
11011 #endif
11013 #include <$ac_header>
11014 _ACEOF
11015 rm -f conftest.$ac_objext
11016 if { (ac_try="$ac_compile"
11017 case "(($ac_try" in
11018 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11019 *) ac_try_echo=$ac_try;;
11020 esac
11021 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11022 (eval "$ac_compile") 2>conftest.er1
11023 ac_status=$?
11024 grep -v '^ *+' conftest.er1 >conftest.err
11025 rm -f conftest.er1
11026 cat conftest.err >&5
11027 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11028 (exit $ac_status); } && {
11029 test -z "$ac_c_werror_flag" ||
11030 test ! -s conftest.err
11031 } && test -s conftest.$ac_objext; then
11032 eval "$as_ac_Header=yes"
11033 else
11034 echo "$as_me: failed program was:" >&5
11035 sed 's/^/| /' conftest.$ac_ext >&5
11037 eval "$as_ac_Header=no"
11040 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11042 ac_res=`eval echo '${'$as_ac_Header'}'`
11043 { echo "$as_me:$LINENO: result: $ac_res" >&5
11044 echo "${ECHO_T}$ac_res" >&6; }
11045 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11046 cat >>confdefs.h <<_ACEOF
11047 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11048 _ACEOF
11052 done
11054 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11055 then
11056 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11057 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11058 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11059 echo $ECHO_N "(cached) $ECHO_C" >&6
11060 else
11061 cat >conftest.$ac_ext <<_ACEOF
11062 /* confdefs.h. */
11063 _ACEOF
11064 cat confdefs.h >>conftest.$ac_ext
11065 cat >>conftest.$ac_ext <<_ACEOF
11066 /* end confdefs.h. */
11067 #include <GL/gl.h>
11069 main ()
11071 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11073 return 0;
11075 _ACEOF
11076 rm -f conftest.$ac_objext
11077 if { (ac_try="$ac_compile"
11078 case "(($ac_try" in
11079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11080 *) ac_try_echo=$ac_try;;
11081 esac
11082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11083 (eval "$ac_compile") 2>conftest.er1
11084 ac_status=$?
11085 grep -v '^ *+' conftest.er1 >conftest.err
11086 rm -f conftest.er1
11087 cat conftest.err >&5
11088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11089 (exit $ac_status); } && {
11090 test -z "$ac_c_werror_flag" ||
11091 test ! -s conftest.err
11092 } && test -s conftest.$ac_objext; then
11093 wine_cv_opengl_header_version_OK="yes"
11094 else
11095 echo "$as_me: failed program was:" >&5
11096 sed 's/^/| /' conftest.$ac_ext >&5
11098 wine_cv_opengl_header_version_OK="no"
11101 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11103 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11104 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11106 if test "$wine_cv_opengl_header_version_OK" = "yes"
11107 then
11108 { echo "$as_me:$LINENO: checking for -lGL" >&5
11109 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11110 if test "${ac_cv_lib_soname_GL+set}" = set; then
11111 echo $ECHO_N "(cached) $ECHO_C" >&6
11112 else
11113 ac_check_soname_save_LIBS=$LIBS
11114 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
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. */
11122 /* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char glXCreateContext ();
11130 main ()
11132 return glXCreateContext ();
11134 return 0;
11136 _ACEOF
11137 rm -f conftest.$ac_objext conftest$ac_exeext
11138 if { (ac_try="$ac_link"
11139 case "(($ac_try" in
11140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11141 *) ac_try_echo=$ac_try;;
11142 esac
11143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11144 (eval "$ac_link") 2>conftest.er1
11145 ac_status=$?
11146 grep -v '^ *+' conftest.er1 >conftest.err
11147 rm -f conftest.er1
11148 cat conftest.err >&5
11149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11150 (exit $ac_status); } && {
11151 test -z "$ac_c_werror_flag" ||
11152 test ! -s conftest.err
11153 } && test -s conftest$ac_exeext &&
11154 $as_test_x conftest$ac_exeext; then
11155 case "$LIBEXT" in
11156 dll) ;;
11157 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11158 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11159 esac
11160 else
11161 echo "$as_me: failed program was:" >&5
11162 sed 's/^/| /' conftest.$ac_ext >&5
11167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11168 conftest$ac_exeext conftest.$ac_ext
11169 LIBS=$ac_check_soname_save_LIBS
11171 if test "x$ac_cv_lib_soname_GL" = "x"; then
11172 { echo "$as_me:$LINENO: result: not found" >&5
11173 echo "${ECHO_T}not found" >&6; }
11174 { echo "$as_me:$LINENO: checking for -lGL" >&5
11175 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11176 if test "${ac_cv_lib_soname_GL+set}" = set; then
11177 echo $ECHO_N "(cached) $ECHO_C" >&6
11178 else
11179 ac_check_soname_save_LIBS=$LIBS
11180 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib $LIBS"
11181 cat >conftest.$ac_ext <<_ACEOF
11182 /* confdefs.h. */
11183 _ACEOF
11184 cat confdefs.h >>conftest.$ac_ext
11185 cat >>conftest.$ac_ext <<_ACEOF
11186 /* end confdefs.h. */
11188 /* Override any GCC internal prototype to avoid an error.
11189 Use char because int might match the return type of a GCC
11190 builtin and then its argument prototype would still apply. */
11191 #ifdef __cplusplus
11192 extern "C"
11193 #endif
11194 char glXCreateContext ();
11196 main ()
11198 return glXCreateContext ();
11200 return 0;
11202 _ACEOF
11203 rm -f conftest.$ac_objext conftest$ac_exeext
11204 if { (ac_try="$ac_link"
11205 case "(($ac_try" in
11206 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11207 *) ac_try_echo=$ac_try;;
11208 esac
11209 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11210 (eval "$ac_link") 2>conftest.er1
11211 ac_status=$?
11212 grep -v '^ *+' conftest.er1 >conftest.err
11213 rm -f conftest.er1
11214 cat conftest.err >&5
11215 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11216 (exit $ac_status); } && {
11217 test -z "$ac_c_werror_flag" ||
11218 test ! -s conftest.err
11219 } && test -s conftest$ac_exeext &&
11220 $as_test_x conftest$ac_exeext; then
11221 case "$LIBEXT" in
11222 dll) ;;
11223 dylib) ac_cv_lib_soname_GL=`otool -L conftest$ac_exeext | grep "libGL\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGL\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11224 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11225 esac
11226 else
11227 echo "$as_me: failed program was:" >&5
11228 sed 's/^/| /' conftest.$ac_ext >&5
11233 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11234 conftest$ac_exeext conftest.$ac_ext
11235 LIBS=$ac_check_soname_save_LIBS
11237 if test "x$ac_cv_lib_soname_GL" = "x"; then
11238 { echo "$as_me:$LINENO: result: not found" >&5
11239 echo "${ECHO_T}not found" >&6; }
11240 if test -f /usr/X11R6/lib/libGL.a
11241 then
11242 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11243 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11244 else
11245 opengl_msg="No OpenGL library found on this system."
11247 else
11248 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11249 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11251 cat >>confdefs.h <<_ACEOF
11252 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11253 _ACEOF
11255 OPENGL_LIBS="-Xlinker -dylib_file -Xlinker /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib -lGL"
11256 OPENGLFILES='$(OPENGLFILES)'
11258 cat >>confdefs.h <<\_ACEOF
11259 #define HAVE_OPENGL 1
11260 _ACEOF
11264 else
11265 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11266 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11268 cat >>confdefs.h <<_ACEOF
11269 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11270 _ACEOF
11272 OPENGL_LIBS="-lGL"
11273 OPENGLFILES='$(OPENGLFILES)'
11275 cat >>confdefs.h <<\_ACEOF
11276 #define HAVE_OPENGL 1
11277 _ACEOF
11281 if test "$ac_cv_header_GL_glu_h" = "yes"
11282 then
11283 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11284 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11285 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11286 echo $ECHO_N "(cached) $ECHO_C" >&6
11287 else
11288 ac_check_soname_save_LIBS=$LIBS
11289 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11290 cat >conftest.$ac_ext <<_ACEOF
11291 /* confdefs.h. */
11292 _ACEOF
11293 cat confdefs.h >>conftest.$ac_ext
11294 cat >>conftest.$ac_ext <<_ACEOF
11295 /* end confdefs.h. */
11297 /* Override any GCC internal prototype to avoid an error.
11298 Use char because int might match the return type of a GCC
11299 builtin and then its argument prototype would still apply. */
11300 #ifdef __cplusplus
11301 extern "C"
11302 #endif
11303 char gluLookAt ();
11305 main ()
11307 return gluLookAt ();
11309 return 0;
11311 _ACEOF
11312 rm -f conftest.$ac_objext conftest$ac_exeext
11313 if { (ac_try="$ac_link"
11314 case "(($ac_try" in
11315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11316 *) ac_try_echo=$ac_try;;
11317 esac
11318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11319 (eval "$ac_link") 2>conftest.er1
11320 ac_status=$?
11321 grep -v '^ *+' conftest.er1 >conftest.err
11322 rm -f conftest.er1
11323 cat conftest.err >&5
11324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11325 (exit $ac_status); } && {
11326 test -z "$ac_c_werror_flag" ||
11327 test ! -s conftest.err
11328 } && test -s conftest$ac_exeext &&
11329 $as_test_x conftest$ac_exeext; then
11330 case "$LIBEXT" in
11331 dll) ;;
11332 dylib) ac_cv_lib_soname_GLU=`otool -L conftest$ac_exeext | grep "libGLU\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libGLU\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
11333 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11334 esac
11335 else
11336 echo "$as_me: failed program was:" >&5
11337 sed 's/^/| /' conftest.$ac_ext >&5
11342 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11343 conftest$ac_exeext conftest.$ac_ext
11344 LIBS=$ac_check_soname_save_LIBS
11346 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11347 { echo "$as_me:$LINENO: result: not found" >&5
11348 echo "${ECHO_T}not found" >&6; }
11350 else
11351 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11352 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11354 cat >>confdefs.h <<_ACEOF
11355 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11356 _ACEOF
11358 GLU32FILES='$(GLU32FILES)'
11362 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11363 case "x$with_glu" in
11364 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11365 xno) ;;
11366 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11367 This is an error since --with-glu was requested." >&5
11368 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11369 This is an error since --with-glu was requested." >&2;}
11370 { (exit 1); exit 1; }; } ;;
11371 esac
11374 else
11375 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11377 else
11378 opengl_msg="OpenGL development headers not found."
11381 if test -n "$opengl_msg"; then
11382 case "x$with_opengl" in
11383 x) wine_warnings="$wine_warnings|$opengl_msg
11384 OpenGL and Direct3D won't be supported." ;;
11385 xno) ;;
11386 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11387 OpenGL and Direct3D won't be supported.
11388 This is an error since --with-opengl was requested." >&5
11389 echo "$as_me: error: $opengl_msg
11390 OpenGL and Direct3D won't be supported.
11391 This is an error since --with-opengl was requested." >&2;}
11392 { (exit 1); exit 1; }; } ;;
11393 esac
11397 NASLIBS=""
11400 for ac_header in audio/audiolib.h
11402 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11404 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11405 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11407 echo $ECHO_N "(cached) $ECHO_C" >&6
11409 ac_res=`eval echo '${'$as_ac_Header'}'`
11410 { echo "$as_me:$LINENO: result: $ac_res" >&5
11411 echo "${ECHO_T}$ac_res" >&6; }
11412 else
11413 # Is the header compilable?
11414 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11415 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11416 cat >conftest.$ac_ext <<_ACEOF
11417 /* confdefs.h. */
11418 _ACEOF
11419 cat confdefs.h >>conftest.$ac_ext
11420 cat >>conftest.$ac_ext <<_ACEOF
11421 /* end confdefs.h. */
11422 $ac_includes_default
11423 #include <$ac_header>
11424 _ACEOF
11425 rm -f conftest.$ac_objext
11426 if { (ac_try="$ac_compile"
11427 case "(($ac_try" in
11428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11429 *) ac_try_echo=$ac_try;;
11430 esac
11431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11432 (eval "$ac_compile") 2>conftest.er1
11433 ac_status=$?
11434 grep -v '^ *+' conftest.er1 >conftest.err
11435 rm -f conftest.er1
11436 cat conftest.err >&5
11437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11438 (exit $ac_status); } && {
11439 test -z "$ac_c_werror_flag" ||
11440 test ! -s conftest.err
11441 } && test -s conftest.$ac_objext; then
11442 ac_header_compiler=yes
11443 else
11444 echo "$as_me: failed program was:" >&5
11445 sed 's/^/| /' conftest.$ac_ext >&5
11447 ac_header_compiler=no
11450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11451 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11452 echo "${ECHO_T}$ac_header_compiler" >&6; }
11454 # Is the header present?
11455 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11456 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11457 cat >conftest.$ac_ext <<_ACEOF
11458 /* confdefs.h. */
11459 _ACEOF
11460 cat confdefs.h >>conftest.$ac_ext
11461 cat >>conftest.$ac_ext <<_ACEOF
11462 /* end confdefs.h. */
11463 #include <$ac_header>
11464 _ACEOF
11465 if { (ac_try="$ac_cpp conftest.$ac_ext"
11466 case "(($ac_try" in
11467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11468 *) ac_try_echo=$ac_try;;
11469 esac
11470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11471 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11472 ac_status=$?
11473 grep -v '^ *+' conftest.er1 >conftest.err
11474 rm -f conftest.er1
11475 cat conftest.err >&5
11476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } >/dev/null && {
11478 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 }; then
11481 ac_header_preproc=yes
11482 else
11483 echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11486 ac_header_preproc=no
11489 rm -f conftest.err conftest.$ac_ext
11490 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11491 echo "${ECHO_T}$ac_header_preproc" >&6; }
11493 # So? What about this header?
11494 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11495 yes:no: )
11496 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11497 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11498 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11499 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11500 ac_header_preproc=yes
11502 no:yes:* )
11503 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11504 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11505 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11506 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11507 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11508 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11509 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11510 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11511 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11512 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11513 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11514 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11515 ( cat <<\_ASBOX
11516 ## ------------------------------------ ##
11517 ## Report this to wine-devel@winehq.org ##
11518 ## ------------------------------------ ##
11519 _ASBOX
11520 ) | sed "s/^/$as_me: WARNING: /" >&2
11522 esac
11523 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11524 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11525 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11526 echo $ECHO_N "(cached) $ECHO_C" >&6
11527 else
11528 eval "$as_ac_Header=\$ac_header_preproc"
11530 ac_res=`eval echo '${'$as_ac_Header'}'`
11531 { echo "$as_me:$LINENO: result: $ac_res" >&5
11532 echo "${ECHO_T}$ac_res" >&6; }
11535 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11536 cat >>confdefs.h <<_ACEOF
11537 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11538 _ACEOF
11540 for ac_header in audio/soundlib.h
11542 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11543 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11544 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11545 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11546 echo $ECHO_N "(cached) $ECHO_C" >&6
11547 else
11548 cat >conftest.$ac_ext <<_ACEOF
11549 /* confdefs.h. */
11550 _ACEOF
11551 cat confdefs.h >>conftest.$ac_ext
11552 cat >>conftest.$ac_ext <<_ACEOF
11553 /* end confdefs.h. */
11554 #include <audio/audiolib.h>
11556 #include <$ac_header>
11557 _ACEOF
11558 rm -f conftest.$ac_objext
11559 if { (ac_try="$ac_compile"
11560 case "(($ac_try" in
11561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11562 *) ac_try_echo=$ac_try;;
11563 esac
11564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11565 (eval "$ac_compile") 2>conftest.er1
11566 ac_status=$?
11567 grep -v '^ *+' conftest.er1 >conftest.err
11568 rm -f conftest.er1
11569 cat conftest.err >&5
11570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11571 (exit $ac_status); } && {
11572 test -z "$ac_c_werror_flag" ||
11573 test ! -s conftest.err
11574 } && test -s conftest.$ac_objext; then
11575 eval "$as_ac_Header=yes"
11576 else
11577 echo "$as_me: failed program was:" >&5
11578 sed 's/^/| /' conftest.$ac_ext >&5
11580 eval "$as_ac_Header=no"
11583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11585 ac_res=`eval echo '${'$as_ac_Header'}'`
11586 { echo "$as_me:$LINENO: result: $ac_res" >&5
11587 echo "${ECHO_T}$ac_res" >&6; }
11588 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11589 cat >>confdefs.h <<_ACEOF
11590 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11591 _ACEOF
11595 done
11597 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11598 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11599 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11600 echo $ECHO_N "(cached) $ECHO_C" >&6
11601 else
11602 ac_check_lib_save_LIBS=$LIBS
11603 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11604 cat >conftest.$ac_ext <<_ACEOF
11605 /* confdefs.h. */
11606 _ACEOF
11607 cat confdefs.h >>conftest.$ac_ext
11608 cat >>conftest.$ac_ext <<_ACEOF
11609 /* end confdefs.h. */
11611 /* Override any GCC internal prototype to avoid an error.
11612 Use char because int might match the return type of a GCC
11613 builtin and then its argument prototype would still apply. */
11614 #ifdef __cplusplus
11615 extern "C"
11616 #endif
11617 char AuCreateFlow ();
11619 main ()
11621 return AuCreateFlow ();
11623 return 0;
11625 _ACEOF
11626 rm -f conftest.$ac_objext conftest$ac_exeext
11627 if { (ac_try="$ac_link"
11628 case "(($ac_try" in
11629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11630 *) ac_try_echo=$ac_try;;
11631 esac
11632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11633 (eval "$ac_link") 2>conftest.er1
11634 ac_status=$?
11635 grep -v '^ *+' conftest.er1 >conftest.err
11636 rm -f conftest.er1
11637 cat conftest.err >&5
11638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639 (exit $ac_status); } && {
11640 test -z "$ac_c_werror_flag" ||
11641 test ! -s conftest.err
11642 } && test -s conftest$ac_exeext &&
11643 $as_test_x conftest$ac_exeext; then
11644 ac_cv_lib_audio_AuCreateFlow=yes
11645 else
11646 echo "$as_me: failed program was:" >&5
11647 sed 's/^/| /' conftest.$ac_ext >&5
11649 ac_cv_lib_audio_AuCreateFlow=no
11652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11653 conftest$ac_exeext conftest.$ac_ext
11654 LIBS=$ac_check_lib_save_LIBS
11656 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11657 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11658 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11660 cat >>confdefs.h <<\_ACEOF
11661 #define HAVE_NAS 1
11662 _ACEOF
11664 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11665 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11666 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11667 echo $ECHO_N "(cached) $ECHO_C" >&6
11668 else
11669 ac_check_lib_save_LIBS=$LIBS
11670 LIBS="-lXau $X_LIBS $LIBS"
11671 cat >conftest.$ac_ext <<_ACEOF
11672 /* confdefs.h. */
11673 _ACEOF
11674 cat confdefs.h >>conftest.$ac_ext
11675 cat >>conftest.$ac_ext <<_ACEOF
11676 /* end confdefs.h. */
11678 /* Override any GCC internal prototype to avoid an error.
11679 Use char because int might match the return type of a GCC
11680 builtin and then its argument prototype would still apply. */
11681 #ifdef __cplusplus
11682 extern "C"
11683 #endif
11684 char XauGetBestAuthByAddr ();
11686 main ()
11688 return XauGetBestAuthByAddr ();
11690 return 0;
11692 _ACEOF
11693 rm -f conftest.$ac_objext conftest$ac_exeext
11694 if { (ac_try="$ac_link"
11695 case "(($ac_try" in
11696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11697 *) ac_try_echo=$ac_try;;
11698 esac
11699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11700 (eval "$ac_link") 2>conftest.er1
11701 ac_status=$?
11702 grep -v '^ *+' conftest.er1 >conftest.err
11703 rm -f conftest.er1
11704 cat conftest.err >&5
11705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11706 (exit $ac_status); } && {
11707 test -z "$ac_c_werror_flag" ||
11708 test ! -s conftest.err
11709 } && test -s conftest$ac_exeext &&
11710 $as_test_x conftest$ac_exeext; then
11711 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11712 else
11713 echo "$as_me: failed program was:" >&5
11714 sed 's/^/| /' conftest.$ac_ext >&5
11716 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11720 conftest$ac_exeext conftest.$ac_ext
11721 LIBS=$ac_check_lib_save_LIBS
11723 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11724 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11725 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11726 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11727 else
11728 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11736 done
11739 CPPFLAGS="$ac_save_CPPFLAGS"
11740 XFILES='$(XFILES)'
11741 else
11742 XLIB=""
11743 X_CFLAGS=""
11744 X_LIBS=""
11746 if test "x$XLIB" = "x"; then
11747 case "x$with_x" in
11748 xno) ;;
11749 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11750 without X support, which probably isn't what you want. You will need to install
11751 development packages of Xlib/Xfree86 at the very least.
11752 Use the --without-x option if you really want this." >&5
11753 echo "$as_me: error: X development files not found. Wine will be built
11754 without X support, which probably isn't what you want. You will need to install
11755 development packages of Xlib/Xfree86 at the very least.
11756 Use the --without-x option if you really want this." >&2;}
11757 { (exit 1); exit 1; }; } ;;
11758 esac
11763 XML2LIBS=""
11765 XML2INCL=""
11767 XSLTLIBS=""
11769 XSLTINCL=""
11771 if test "x$with_xml" != "xno"
11772 then
11773 ac_save_CPPFLAGS="$CPPFLAGS"
11774 if test "$PKG_CONFIG" != "false"
11775 then
11776 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11777 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11778 else
11779 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11780 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11782 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11784 for ac_header in libxml/parser.h
11786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11787 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11788 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11789 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11791 echo $ECHO_N "(cached) $ECHO_C" >&6
11793 ac_res=`eval echo '${'$as_ac_Header'}'`
11794 { echo "$as_me:$LINENO: result: $ac_res" >&5
11795 echo "${ECHO_T}$ac_res" >&6; }
11796 else
11797 # Is the header compilable?
11798 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11799 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11800 cat >conftest.$ac_ext <<_ACEOF
11801 /* confdefs.h. */
11802 _ACEOF
11803 cat confdefs.h >>conftest.$ac_ext
11804 cat >>conftest.$ac_ext <<_ACEOF
11805 /* end confdefs.h. */
11806 $ac_includes_default
11807 #include <$ac_header>
11808 _ACEOF
11809 rm -f conftest.$ac_objext
11810 if { (ac_try="$ac_compile"
11811 case "(($ac_try" in
11812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11813 *) ac_try_echo=$ac_try;;
11814 esac
11815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11816 (eval "$ac_compile") 2>conftest.er1
11817 ac_status=$?
11818 grep -v '^ *+' conftest.er1 >conftest.err
11819 rm -f conftest.er1
11820 cat conftest.err >&5
11821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11822 (exit $ac_status); } && {
11823 test -z "$ac_c_werror_flag" ||
11824 test ! -s conftest.err
11825 } && test -s conftest.$ac_objext; then
11826 ac_header_compiler=yes
11827 else
11828 echo "$as_me: failed program was:" >&5
11829 sed 's/^/| /' conftest.$ac_ext >&5
11831 ac_header_compiler=no
11834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11835 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11836 echo "${ECHO_T}$ac_header_compiler" >&6; }
11838 # Is the header present?
11839 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11840 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11841 cat >conftest.$ac_ext <<_ACEOF
11842 /* confdefs.h. */
11843 _ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h. */
11847 #include <$ac_header>
11848 _ACEOF
11849 if { (ac_try="$ac_cpp conftest.$ac_ext"
11850 case "(($ac_try" in
11851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11852 *) ac_try_echo=$ac_try;;
11853 esac
11854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11855 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11856 ac_status=$?
11857 grep -v '^ *+' conftest.er1 >conftest.err
11858 rm -f conftest.er1
11859 cat conftest.err >&5
11860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11861 (exit $ac_status); } >/dev/null && {
11862 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11863 test ! -s conftest.err
11864 }; then
11865 ac_header_preproc=yes
11866 else
11867 echo "$as_me: failed program was:" >&5
11868 sed 's/^/| /' conftest.$ac_ext >&5
11870 ac_header_preproc=no
11873 rm -f conftest.err conftest.$ac_ext
11874 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11875 echo "${ECHO_T}$ac_header_preproc" >&6; }
11877 # So? What about this header?
11878 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11879 yes:no: )
11880 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11881 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11882 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11883 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11884 ac_header_preproc=yes
11886 no:yes:* )
11887 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11888 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11889 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11890 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11891 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11892 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11893 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11894 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11895 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11896 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11897 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11898 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11899 ( cat <<\_ASBOX
11900 ## ------------------------------------ ##
11901 ## Report this to wine-devel@winehq.org ##
11902 ## ------------------------------------ ##
11903 _ASBOX
11904 ) | sed "s/^/$as_me: WARNING: /" >&2
11906 esac
11907 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11908 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11909 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11910 echo $ECHO_N "(cached) $ECHO_C" >&6
11911 else
11912 eval "$as_ac_Header=\$ac_header_preproc"
11914 ac_res=`eval echo '${'$as_ac_Header'}'`
11915 { echo "$as_me:$LINENO: result: $ac_res" >&5
11916 echo "${ECHO_T}$ac_res" >&6; }
11919 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11920 cat >>confdefs.h <<_ACEOF
11921 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11922 _ACEOF
11923 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11924 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11925 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11926 echo $ECHO_N "(cached) $ECHO_C" >&6
11927 else
11928 ac_check_lib_save_LIBS=$LIBS
11929 LIBS="-lxml2 $ac_xml_libs $LIBS"
11930 cat >conftest.$ac_ext <<_ACEOF
11931 /* confdefs.h. */
11932 _ACEOF
11933 cat confdefs.h >>conftest.$ac_ext
11934 cat >>conftest.$ac_ext <<_ACEOF
11935 /* end confdefs.h. */
11937 /* Override any GCC internal prototype to avoid an error.
11938 Use char because int might match the return type of a GCC
11939 builtin and then its argument prototype would still apply. */
11940 #ifdef __cplusplus
11941 extern "C"
11942 #endif
11943 char xmlParseMemory ();
11945 main ()
11947 return xmlParseMemory ();
11949 return 0;
11951 _ACEOF
11952 rm -f conftest.$ac_objext conftest$ac_exeext
11953 if { (ac_try="$ac_link"
11954 case "(($ac_try" in
11955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11956 *) ac_try_echo=$ac_try;;
11957 esac
11958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11959 (eval "$ac_link") 2>conftest.er1
11960 ac_status=$?
11961 grep -v '^ *+' conftest.er1 >conftest.err
11962 rm -f conftest.er1
11963 cat conftest.err >&5
11964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11965 (exit $ac_status); } && {
11966 test -z "$ac_c_werror_flag" ||
11967 test ! -s conftest.err
11968 } && test -s conftest$ac_exeext &&
11969 $as_test_x conftest$ac_exeext; then
11970 ac_cv_lib_xml2_xmlParseMemory=yes
11971 else
11972 echo "$as_me: failed program was:" >&5
11973 sed 's/^/| /' conftest.$ac_ext >&5
11975 ac_cv_lib_xml2_xmlParseMemory=no
11978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11979 conftest$ac_exeext conftest.$ac_ext
11980 LIBS=$ac_check_lib_save_LIBS
11982 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11983 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11984 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11986 cat >>confdefs.h <<\_ACEOF
11987 #define HAVE_LIBXML2 1
11988 _ACEOF
11990 XML2LIBS="$ac_xml_libs"
11991 XML2INCL="$ac_xml_cflags"
11994 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11995 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11996 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
11997 echo $ECHO_N "(cached) $ECHO_C" >&6
11998 else
11999 ac_check_lib_save_LIBS=$LIBS
12000 LIBS="-lxml2 $ac_xml_libs $LIBS"
12001 cat >conftest.$ac_ext <<_ACEOF
12002 /* confdefs.h. */
12003 _ACEOF
12004 cat confdefs.h >>conftest.$ac_ext
12005 cat >>conftest.$ac_ext <<_ACEOF
12006 /* end confdefs.h. */
12008 /* Override any GCC internal prototype to avoid an error.
12009 Use char because int might match the return type of a GCC
12010 builtin and then its argument prototype would still apply. */
12011 #ifdef __cplusplus
12012 extern "C"
12013 #endif
12014 char xmlReadMemory ();
12016 main ()
12018 return xmlReadMemory ();
12020 return 0;
12022 _ACEOF
12023 rm -f conftest.$ac_objext conftest$ac_exeext
12024 if { (ac_try="$ac_link"
12025 case "(($ac_try" in
12026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12027 *) ac_try_echo=$ac_try;;
12028 esac
12029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12030 (eval "$ac_link") 2>conftest.er1
12031 ac_status=$?
12032 grep -v '^ *+' conftest.er1 >conftest.err
12033 rm -f conftest.er1
12034 cat conftest.err >&5
12035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12036 (exit $ac_status); } && {
12037 test -z "$ac_c_werror_flag" ||
12038 test ! -s conftest.err
12039 } && test -s conftest$ac_exeext &&
12040 $as_test_x conftest$ac_exeext; then
12041 ac_cv_lib_xml2_xmlReadMemory=yes
12042 else
12043 echo "$as_me: failed program was:" >&5
12044 sed 's/^/| /' conftest.$ac_ext >&5
12046 ac_cv_lib_xml2_xmlReadMemory=no
12049 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12050 conftest$ac_exeext conftest.$ac_ext
12051 LIBS=$ac_check_lib_save_LIBS
12053 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12054 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12055 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12057 cat >>confdefs.h <<\_ACEOF
12058 #define HAVE_XMLREADMEMORY 1
12059 _ACEOF
12063 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12064 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12065 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12066 echo $ECHO_N "(cached) $ECHO_C" >&6
12067 else
12068 ac_check_lib_save_LIBS=$LIBS
12069 LIBS="-lxml2 $ac_xml_libs $LIBS"
12070 cat >conftest.$ac_ext <<_ACEOF
12071 /* confdefs.h. */
12072 _ACEOF
12073 cat confdefs.h >>conftest.$ac_ext
12074 cat >>conftest.$ac_ext <<_ACEOF
12075 /* end confdefs.h. */
12077 /* Override any GCC internal prototype to avoid an error.
12078 Use char because int might match the return type of a GCC
12079 builtin and then its argument prototype would still apply. */
12080 #ifdef __cplusplus
12081 extern "C"
12082 #endif
12083 char xmlNewDocPI ();
12085 main ()
12087 return xmlNewDocPI ();
12089 return 0;
12091 _ACEOF
12092 rm -f conftest.$ac_objext conftest$ac_exeext
12093 if { (ac_try="$ac_link"
12094 case "(($ac_try" in
12095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12096 *) ac_try_echo=$ac_try;;
12097 esac
12098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12099 (eval "$ac_link") 2>conftest.er1
12100 ac_status=$?
12101 grep -v '^ *+' conftest.er1 >conftest.err
12102 rm -f conftest.er1
12103 cat conftest.err >&5
12104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12105 (exit $ac_status); } && {
12106 test -z "$ac_c_werror_flag" ||
12107 test ! -s conftest.err
12108 } && test -s conftest$ac_exeext &&
12109 $as_test_x conftest$ac_exeext; then
12110 ac_cv_lib_xml2_xmlNewDocPI=yes
12111 else
12112 echo "$as_me: failed program was:" >&5
12113 sed 's/^/| /' conftest.$ac_ext >&5
12115 ac_cv_lib_xml2_xmlNewDocPI=no
12118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12119 conftest$ac_exeext conftest.$ac_ext
12120 LIBS=$ac_check_lib_save_LIBS
12122 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12123 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12124 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12126 cat >>confdefs.h <<\_ACEOF
12127 #define HAVE_XMLNEWDOCPI 1
12128 _ACEOF
12135 done
12137 CPPFLAGS="$ac_save_CPPFLAGS"
12139 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12140 case "x$with_xml" in
12141 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12142 xno) ;;
12143 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12144 This is an error since --with-xml was requested." >&5
12145 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12146 This is an error since --with-xml was requested." >&2;}
12147 { (exit 1); exit 1; }; } ;;
12148 esac
12152 if test "x$with_xslt" != "xno"
12153 then
12154 if test "$PKG_CONFIG" != "false"
12155 then
12156 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12157 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12158 else
12159 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12160 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12162 ac_save_CPPFLAGS="$CPPFLAGS"
12163 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12166 for ac_header in libxslt/pattern.h libxslt/transform.h
12168 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12169 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12170 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12171 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12172 echo $ECHO_N "(cached) $ECHO_C" >&6
12173 else
12174 cat >conftest.$ac_ext <<_ACEOF
12175 /* confdefs.h. */
12176 _ACEOF
12177 cat confdefs.h >>conftest.$ac_ext
12178 cat >>conftest.$ac_ext <<_ACEOF
12179 /* end confdefs.h. */
12180 #ifdef HAVE_LIBXSLT_PATTERN_H
12181 # include <libxslt/pattern.h>
12182 #endif
12184 #include <$ac_header>
12185 _ACEOF
12186 rm -f conftest.$ac_objext
12187 if { (ac_try="$ac_compile"
12188 case "(($ac_try" in
12189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12190 *) ac_try_echo=$ac_try;;
12191 esac
12192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12193 (eval "$ac_compile") 2>conftest.er1
12194 ac_status=$?
12195 grep -v '^ *+' conftest.er1 >conftest.err
12196 rm -f conftest.er1
12197 cat conftest.err >&5
12198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12199 (exit $ac_status); } && {
12200 test -z "$ac_c_werror_flag" ||
12201 test ! -s conftest.err
12202 } && test -s conftest.$ac_objext; then
12203 eval "$as_ac_Header=yes"
12204 else
12205 echo "$as_me: failed program was:" >&5
12206 sed 's/^/| /' conftest.$ac_ext >&5
12208 eval "$as_ac_Header=no"
12211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12213 ac_res=`eval echo '${'$as_ac_Header'}'`
12214 { echo "$as_me:$LINENO: result: $ac_res" >&5
12215 echo "${ECHO_T}$ac_res" >&6; }
12216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12217 cat >>confdefs.h <<_ACEOF
12218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12219 _ACEOF
12223 done
12225 CPPFLAGS="$ac_save_CPPFLAGS"
12226 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12227 then
12228 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12229 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12230 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12231 echo $ECHO_N "(cached) $ECHO_C" >&6
12232 else
12233 ac_check_lib_save_LIBS=$LIBS
12234 LIBS="-lxslt $ac_xslt_libs $LIBS"
12235 cat >conftest.$ac_ext <<_ACEOF
12236 /* confdefs.h. */
12237 _ACEOF
12238 cat confdefs.h >>conftest.$ac_ext
12239 cat >>conftest.$ac_ext <<_ACEOF
12240 /* end confdefs.h. */
12242 /* Override any GCC internal prototype to avoid an error.
12243 Use char because int might match the return type of a GCC
12244 builtin and then its argument prototype would still apply. */
12245 #ifdef __cplusplus
12246 extern "C"
12247 #endif
12248 char xsltCompilePattern ();
12250 main ()
12252 return xsltCompilePattern ();
12254 return 0;
12256 _ACEOF
12257 rm -f conftest.$ac_objext conftest$ac_exeext
12258 if { (ac_try="$ac_link"
12259 case "(($ac_try" in
12260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12261 *) ac_try_echo=$ac_try;;
12262 esac
12263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12264 (eval "$ac_link") 2>conftest.er1
12265 ac_status=$?
12266 grep -v '^ *+' conftest.er1 >conftest.err
12267 rm -f conftest.er1
12268 cat conftest.err >&5
12269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12270 (exit $ac_status); } && {
12271 test -z "$ac_c_werror_flag" ||
12272 test ! -s conftest.err
12273 } && test -s conftest$ac_exeext &&
12274 $as_test_x conftest$ac_exeext; then
12275 ac_cv_lib_xslt_xsltCompilePattern=yes
12276 else
12277 echo "$as_me: failed program was:" >&5
12278 sed 's/^/| /' conftest.$ac_ext >&5
12280 ac_cv_lib_xslt_xsltCompilePattern=no
12283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12284 conftest$ac_exeext conftest.$ac_ext
12285 LIBS=$ac_check_lib_save_LIBS
12287 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12288 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12289 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12291 cat >>confdefs.h <<\_ACEOF
12292 #define HAVE_LIBXSLT 1
12293 _ACEOF
12295 XSLTLIBS="$ac_xslt_libs"
12296 XSLTINCL="$ac_xslt_cflags"
12297 ac_save_LIBS="$LIBS"
12298 LIBS="$LIBS $ac_xslt_libs"
12300 for ac_func in xsltInit
12302 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12303 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12304 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12305 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12306 echo $ECHO_N "(cached) $ECHO_C" >&6
12307 else
12308 cat >conftest.$ac_ext <<_ACEOF
12309 /* confdefs.h. */
12310 _ACEOF
12311 cat confdefs.h >>conftest.$ac_ext
12312 cat >>conftest.$ac_ext <<_ACEOF
12313 /* end confdefs.h. */
12314 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12315 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12316 #define $ac_func innocuous_$ac_func
12318 /* System header to define __stub macros and hopefully few prototypes,
12319 which can conflict with char $ac_func (); below.
12320 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12321 <limits.h> exists even on freestanding compilers. */
12323 #ifdef __STDC__
12324 # include <limits.h>
12325 #else
12326 # include <assert.h>
12327 #endif
12329 #undef $ac_func
12331 /* Override any GCC internal prototype to avoid an error.
12332 Use char because int might match the return type of a GCC
12333 builtin and then its argument prototype would still apply. */
12334 #ifdef __cplusplus
12335 extern "C"
12336 #endif
12337 char $ac_func ();
12338 /* The GNU C library defines this for functions which it implements
12339 to always fail with ENOSYS. Some functions are actually named
12340 something starting with __ and the normal name is an alias. */
12341 #if defined __stub_$ac_func || defined __stub___$ac_func
12342 choke me
12343 #endif
12346 main ()
12348 return $ac_func ();
12350 return 0;
12352 _ACEOF
12353 rm -f conftest.$ac_objext conftest$ac_exeext
12354 if { (ac_try="$ac_link"
12355 case "(($ac_try" in
12356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12357 *) ac_try_echo=$ac_try;;
12358 esac
12359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12360 (eval "$ac_link") 2>conftest.er1
12361 ac_status=$?
12362 grep -v '^ *+' conftest.er1 >conftest.err
12363 rm -f conftest.er1
12364 cat conftest.err >&5
12365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12366 (exit $ac_status); } && {
12367 test -z "$ac_c_werror_flag" ||
12368 test ! -s conftest.err
12369 } && test -s conftest$ac_exeext &&
12370 $as_test_x conftest$ac_exeext; then
12371 eval "$as_ac_var=yes"
12372 else
12373 echo "$as_me: failed program was:" >&5
12374 sed 's/^/| /' conftest.$ac_ext >&5
12376 eval "$as_ac_var=no"
12379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12380 conftest$ac_exeext conftest.$ac_ext
12382 ac_res=`eval echo '${'$as_ac_var'}'`
12383 { echo "$as_me:$LINENO: result: $ac_res" >&5
12384 echo "${ECHO_T}$ac_res" >&6; }
12385 if test `eval echo '${'$as_ac_var'}'` = yes; then
12386 cat >>confdefs.h <<_ACEOF
12387 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12388 _ACEOF
12391 done
12393 LIBS="$ac_save_LIBS"
12398 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12399 case "x$with_xslt" in
12400 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12401 xno) ;;
12402 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12403 This is an error since --with-xslt was requested." >&5
12404 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12405 This is an error since --with-xslt was requested." >&2;}
12406 { (exit 1); exit 1; }; } ;;
12407 esac
12411 HALINCL=""
12413 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12414 then
12415 ac_save_CPPFLAGS="$CPPFLAGS"
12416 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12417 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12418 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12421 for ac_header in dbus/dbus.h hal/libhal.h
12423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12425 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12428 echo $ECHO_N "(cached) $ECHO_C" >&6
12430 ac_res=`eval echo '${'$as_ac_Header'}'`
12431 { echo "$as_me:$LINENO: result: $ac_res" >&5
12432 echo "${ECHO_T}$ac_res" >&6; }
12433 else
12434 # Is the header compilable?
12435 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12436 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12437 cat >conftest.$ac_ext <<_ACEOF
12438 /* confdefs.h. */
12439 _ACEOF
12440 cat confdefs.h >>conftest.$ac_ext
12441 cat >>conftest.$ac_ext <<_ACEOF
12442 /* end confdefs.h. */
12443 $ac_includes_default
12444 #include <$ac_header>
12445 _ACEOF
12446 rm -f conftest.$ac_objext
12447 if { (ac_try="$ac_compile"
12448 case "(($ac_try" in
12449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12450 *) ac_try_echo=$ac_try;;
12451 esac
12452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12453 (eval "$ac_compile") 2>conftest.er1
12454 ac_status=$?
12455 grep -v '^ *+' conftest.er1 >conftest.err
12456 rm -f conftest.er1
12457 cat conftest.err >&5
12458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12459 (exit $ac_status); } && {
12460 test -z "$ac_c_werror_flag" ||
12461 test ! -s conftest.err
12462 } && test -s conftest.$ac_objext; then
12463 ac_header_compiler=yes
12464 else
12465 echo "$as_me: failed program was:" >&5
12466 sed 's/^/| /' conftest.$ac_ext >&5
12468 ac_header_compiler=no
12471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12472 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12473 echo "${ECHO_T}$ac_header_compiler" >&6; }
12475 # Is the header present?
12476 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12478 cat >conftest.$ac_ext <<_ACEOF
12479 /* confdefs.h. */
12480 _ACEOF
12481 cat confdefs.h >>conftest.$ac_ext
12482 cat >>conftest.$ac_ext <<_ACEOF
12483 /* end confdefs.h. */
12484 #include <$ac_header>
12485 _ACEOF
12486 if { (ac_try="$ac_cpp conftest.$ac_ext"
12487 case "(($ac_try" in
12488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12489 *) ac_try_echo=$ac_try;;
12490 esac
12491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12492 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12493 ac_status=$?
12494 grep -v '^ *+' conftest.er1 >conftest.err
12495 rm -f conftest.er1
12496 cat conftest.err >&5
12497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12498 (exit $ac_status); } >/dev/null && {
12499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12500 test ! -s conftest.err
12501 }; then
12502 ac_header_preproc=yes
12503 else
12504 echo "$as_me: failed program was:" >&5
12505 sed 's/^/| /' conftest.$ac_ext >&5
12507 ac_header_preproc=no
12510 rm -f conftest.err conftest.$ac_ext
12511 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12512 echo "${ECHO_T}$ac_header_preproc" >&6; }
12514 # So? What about this header?
12515 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12516 yes:no: )
12517 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12518 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12520 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12521 ac_header_preproc=yes
12523 no:yes:* )
12524 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12525 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12526 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12527 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12528 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12529 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12530 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12531 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12532 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12533 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12534 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12535 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12536 ( cat <<\_ASBOX
12537 ## ------------------------------------ ##
12538 ## Report this to wine-devel@winehq.org ##
12539 ## ------------------------------------ ##
12540 _ASBOX
12541 ) | sed "s/^/$as_me: WARNING: /" >&2
12543 esac
12544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12547 echo $ECHO_N "(cached) $ECHO_C" >&6
12548 else
12549 eval "$as_ac_Header=\$ac_header_preproc"
12551 ac_res=`eval echo '${'$as_ac_Header'}'`
12552 { echo "$as_me:$LINENO: result: $ac_res" >&5
12553 echo "${ECHO_T}$ac_res" >&6; }
12556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12557 cat >>confdefs.h <<_ACEOF
12558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12559 _ACEOF
12563 done
12565 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12566 then
12567 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12568 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12569 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12570 echo $ECHO_N "(cached) $ECHO_C" >&6
12571 else
12572 ac_check_lib_save_LIBS=$LIBS
12573 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12574 cat >conftest.$ac_ext <<_ACEOF
12575 /* confdefs.h. */
12576 _ACEOF
12577 cat confdefs.h >>conftest.$ac_ext
12578 cat >>conftest.$ac_ext <<_ACEOF
12579 /* end confdefs.h. */
12581 /* Override any GCC internal prototype to avoid an error.
12582 Use char because int might match the return type of a GCC
12583 builtin and then its argument prototype would still apply. */
12584 #ifdef __cplusplus
12585 extern "C"
12586 #endif
12587 char dbus_connection_close ();
12589 main ()
12591 return dbus_connection_close ();
12593 return 0;
12595 _ACEOF
12596 rm -f conftest.$ac_objext conftest$ac_exeext
12597 if { (ac_try="$ac_link"
12598 case "(($ac_try" in
12599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12600 *) ac_try_echo=$ac_try;;
12601 esac
12602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12603 (eval "$ac_link") 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } && {
12610 test -z "$ac_c_werror_flag" ||
12611 test ! -s conftest.err
12612 } && test -s conftest$ac_exeext &&
12613 $as_test_x conftest$ac_exeext; then
12614 ac_cv_lib_dbus_1_dbus_connection_close=yes
12615 else
12616 echo "$as_me: failed program was:" >&5
12617 sed 's/^/| /' conftest.$ac_ext >&5
12619 ac_cv_lib_dbus_1_dbus_connection_close=no
12622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12623 conftest$ac_exeext conftest.$ac_ext
12624 LIBS=$ac_check_lib_save_LIBS
12626 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12627 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12628 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12629 { echo "$as_me:$LINENO: checking for -lhal" >&5
12630 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12631 if test "${ac_cv_lib_soname_hal+set}" = set; then
12632 echo $ECHO_N "(cached) $ECHO_C" >&6
12633 else
12634 ac_check_soname_save_LIBS=$LIBS
12635 LIBS="-lhal $ac_hal_libs $LIBS"
12636 cat >conftest.$ac_ext <<_ACEOF
12637 /* confdefs.h. */
12638 _ACEOF
12639 cat confdefs.h >>conftest.$ac_ext
12640 cat >>conftest.$ac_ext <<_ACEOF
12641 /* end confdefs.h. */
12643 /* Override any GCC internal prototype to avoid an error.
12644 Use char because int might match the return type of a GCC
12645 builtin and then its argument prototype would still apply. */
12646 #ifdef __cplusplus
12647 extern "C"
12648 #endif
12649 char libhal_ctx_new ();
12651 main ()
12653 return libhal_ctx_new ();
12655 return 0;
12657 _ACEOF
12658 rm -f conftest.$ac_objext conftest$ac_exeext
12659 if { (ac_try="$ac_link"
12660 case "(($ac_try" in
12661 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12662 *) ac_try_echo=$ac_try;;
12663 esac
12664 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12665 (eval "$ac_link") 2>conftest.er1
12666 ac_status=$?
12667 grep -v '^ *+' conftest.er1 >conftest.err
12668 rm -f conftest.er1
12669 cat conftest.err >&5
12670 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12671 (exit $ac_status); } && {
12672 test -z "$ac_c_werror_flag" ||
12673 test ! -s conftest.err
12674 } && test -s conftest$ac_exeext &&
12675 $as_test_x conftest$ac_exeext; then
12676 case "$LIBEXT" in
12677 dll) ;;
12678 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12679 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12680 esac
12681 else
12682 echo "$as_me: failed program was:" >&5
12683 sed 's/^/| /' conftest.$ac_ext >&5
12688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12689 conftest$ac_exeext conftest.$ac_ext
12690 LIBS=$ac_check_soname_save_LIBS
12692 if test "x$ac_cv_lib_soname_hal" = "x"; then
12693 { echo "$as_me:$LINENO: result: not found" >&5
12694 echo "${ECHO_T}not found" >&6; }
12696 else
12697 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12698 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12700 cat >>confdefs.h <<_ACEOF
12701 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12702 _ACEOF
12704 HALINCL="$ac_hal_cflags"
12710 CPPFLAGS="$ac_save_CPPFLAGS"
12712 if test "x$ac_cv_lib_soname_hal" = "x"; then
12713 case "x$with_hal" in
12714 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12715 xno) ;;
12716 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12717 This is an error since --with-hal was requested." >&5
12718 echo "$as_me: error: libhal development files not found, no dynamic device support.
12719 This is an error since --with-hal was requested." >&2;}
12720 { (exit 1); exit 1; }; } ;;
12721 esac
12725 CURSESLIBS=""
12726 if test "$ac_cv_header_ncurses_h" = "yes"
12727 then
12728 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12729 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12730 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12731 echo $ECHO_N "(cached) $ECHO_C" >&6
12732 else
12733 ac_check_soname_save_LIBS=$LIBS
12734 LIBS="-lncurses $LIBS"
12735 cat >conftest.$ac_ext <<_ACEOF
12736 /* confdefs.h. */
12737 _ACEOF
12738 cat confdefs.h >>conftest.$ac_ext
12739 cat >>conftest.$ac_ext <<_ACEOF
12740 /* end confdefs.h. */
12742 /* Override any GCC internal prototype to avoid an error.
12743 Use char because int might match the return type of a GCC
12744 builtin and then its argument prototype would still apply. */
12745 #ifdef __cplusplus
12746 extern "C"
12747 #endif
12748 char waddch ();
12750 main ()
12752 return waddch ();
12754 return 0;
12756 _ACEOF
12757 rm -f conftest.$ac_objext conftest$ac_exeext
12758 if { (ac_try="$ac_link"
12759 case "(($ac_try" in
12760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12761 *) ac_try_echo=$ac_try;;
12762 esac
12763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12764 (eval "$ac_link") 2>conftest.er1
12765 ac_status=$?
12766 grep -v '^ *+' conftest.er1 >conftest.err
12767 rm -f conftest.er1
12768 cat conftest.err >&5
12769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12770 (exit $ac_status); } && {
12771 test -z "$ac_c_werror_flag" ||
12772 test ! -s conftest.err
12773 } && test -s conftest$ac_exeext &&
12774 $as_test_x conftest$ac_exeext; then
12775 case "$LIBEXT" in
12776 dll) ;;
12777 dylib) ac_cv_lib_soname_ncurses=`otool -L conftest$ac_exeext | grep "libncurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libncurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12778 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12779 esac
12780 else
12781 echo "$as_me: failed program was:" >&5
12782 sed 's/^/| /' conftest.$ac_ext >&5
12787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12788 conftest$ac_exeext conftest.$ac_ext
12789 LIBS=$ac_check_soname_save_LIBS
12791 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12792 { echo "$as_me:$LINENO: result: not found" >&5
12793 echo "${ECHO_T}not found" >&6; }
12795 else
12796 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12797 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12799 cat >>confdefs.h <<_ACEOF
12800 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12801 _ACEOF
12803 CURSESLIBS="-lncurses"
12806 elif test "$ac_cv_header_curses_h" = "yes"
12807 then
12808 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12809 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12810 if test "${ac_cv_lib_soname_curses+set}" = set; then
12811 echo $ECHO_N "(cached) $ECHO_C" >&6
12812 else
12813 ac_check_soname_save_LIBS=$LIBS
12814 LIBS="-lcurses $LIBS"
12815 cat >conftest.$ac_ext <<_ACEOF
12816 /* confdefs.h. */
12817 _ACEOF
12818 cat confdefs.h >>conftest.$ac_ext
12819 cat >>conftest.$ac_ext <<_ACEOF
12820 /* end confdefs.h. */
12822 /* Override any GCC internal prototype to avoid an error.
12823 Use char because int might match the return type of a GCC
12824 builtin and then its argument prototype would still apply. */
12825 #ifdef __cplusplus
12826 extern "C"
12827 #endif
12828 char waddch ();
12830 main ()
12832 return waddch ();
12834 return 0;
12836 _ACEOF
12837 rm -f conftest.$ac_objext conftest$ac_exeext
12838 if { (ac_try="$ac_link"
12839 case "(($ac_try" in
12840 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12841 *) ac_try_echo=$ac_try;;
12842 esac
12843 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12844 (eval "$ac_link") 2>conftest.er1
12845 ac_status=$?
12846 grep -v '^ *+' conftest.er1 >conftest.err
12847 rm -f conftest.er1
12848 cat conftest.err >&5
12849 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12850 (exit $ac_status); } && {
12851 test -z "$ac_c_werror_flag" ||
12852 test ! -s conftest.err
12853 } && test -s conftest$ac_exeext &&
12854 $as_test_x conftest$ac_exeext; then
12855 case "$LIBEXT" in
12856 dll) ;;
12857 dylib) ac_cv_lib_soname_curses=`otool -L conftest$ac_exeext | grep "libcurses\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcurses\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12858 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12859 esac
12860 else
12861 echo "$as_me: failed program was:" >&5
12862 sed 's/^/| /' conftest.$ac_ext >&5
12867 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12868 conftest$ac_exeext conftest.$ac_ext
12869 LIBS=$ac_check_soname_save_LIBS
12871 if test "x$ac_cv_lib_soname_curses" = "x"; then
12872 { echo "$as_me:$LINENO: result: not found" >&5
12873 echo "${ECHO_T}not found" >&6; }
12875 else
12876 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12877 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12879 cat >>confdefs.h <<_ACEOF
12880 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12881 _ACEOF
12883 CURSESLIBS="-lcurses"
12887 ac_save_LIBS="$LIBS"
12888 LIBS="$LIBS $CURSESLIBS"
12890 for ac_func in mousemask
12892 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12893 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12894 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12895 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12896 echo $ECHO_N "(cached) $ECHO_C" >&6
12897 else
12898 cat >conftest.$ac_ext <<_ACEOF
12899 /* confdefs.h. */
12900 _ACEOF
12901 cat confdefs.h >>conftest.$ac_ext
12902 cat >>conftest.$ac_ext <<_ACEOF
12903 /* end confdefs.h. */
12904 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12905 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12906 #define $ac_func innocuous_$ac_func
12908 /* System header to define __stub macros and hopefully few prototypes,
12909 which can conflict with char $ac_func (); below.
12910 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12911 <limits.h> exists even on freestanding compilers. */
12913 #ifdef __STDC__
12914 # include <limits.h>
12915 #else
12916 # include <assert.h>
12917 #endif
12919 #undef $ac_func
12921 /* Override any GCC internal prototype to avoid an error.
12922 Use char because int might match the return type of a GCC
12923 builtin and then its argument prototype would still apply. */
12924 #ifdef __cplusplus
12925 extern "C"
12926 #endif
12927 char $ac_func ();
12928 /* The GNU C library defines this for functions which it implements
12929 to always fail with ENOSYS. Some functions are actually named
12930 something starting with __ and the normal name is an alias. */
12931 #if defined __stub_$ac_func || defined __stub___$ac_func
12932 choke me
12933 #endif
12936 main ()
12938 return $ac_func ();
12940 return 0;
12942 _ACEOF
12943 rm -f conftest.$ac_objext conftest$ac_exeext
12944 if { (ac_try="$ac_link"
12945 case "(($ac_try" in
12946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12947 *) ac_try_echo=$ac_try;;
12948 esac
12949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12950 (eval "$ac_link") 2>conftest.er1
12951 ac_status=$?
12952 grep -v '^ *+' conftest.er1 >conftest.err
12953 rm -f conftest.er1
12954 cat conftest.err >&5
12955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12956 (exit $ac_status); } && {
12957 test -z "$ac_c_werror_flag" ||
12958 test ! -s conftest.err
12959 } && test -s conftest$ac_exeext &&
12960 $as_test_x conftest$ac_exeext; then
12961 eval "$as_ac_var=yes"
12962 else
12963 echo "$as_me: failed program was:" >&5
12964 sed 's/^/| /' conftest.$ac_ext >&5
12966 eval "$as_ac_var=no"
12969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12970 conftest$ac_exeext conftest.$ac_ext
12972 ac_res=`eval echo '${'$as_ac_var'}'`
12973 { echo "$as_me:$LINENO: result: $ac_res" >&5
12974 echo "${ECHO_T}$ac_res" >&6; }
12975 if test `eval echo '${'$as_ac_var'}'` = yes; then
12976 cat >>confdefs.h <<_ACEOF
12977 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12978 _ACEOF
12981 done
12983 LIBS="$ac_save_LIBS"
12984 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12985 case "x$with_curses" in
12986 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12987 xno) ;;
12988 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12989 This is an error since --with-curses was requested." >&5
12990 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12991 This is an error since --with-curses was requested." >&2;}
12992 { (exit 1); exit 1; }; } ;;
12993 esac
12997 # Extract the first word of "sane-config", so it can be a program name with args.
12998 set dummy sane-config; ac_word=$2
12999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13001 if test "${ac_cv_prog_sane_devel+set}" = set; then
13002 echo $ECHO_N "(cached) $ECHO_C" >&6
13003 else
13004 if test -n "$sane_devel"; then
13005 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13006 else
13007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13008 for as_dir in $PATH
13010 IFS=$as_save_IFS
13011 test -z "$as_dir" && as_dir=.
13012 for ac_exec_ext in '' $ac_executable_extensions; do
13013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13014 ac_cv_prog_sane_devel="sane-config"
13015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13016 break 2
13018 done
13019 done
13020 IFS=$as_save_IFS
13022 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13025 sane_devel=$ac_cv_prog_sane_devel
13026 if test -n "$sane_devel"; then
13027 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13028 echo "${ECHO_T}$sane_devel" >&6; }
13029 else
13030 { echo "$as_me:$LINENO: result: no" >&5
13031 echo "${ECHO_T}no" >&6; }
13035 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13036 then
13037 ac_sane_incl="`$sane_devel --cflags`"
13038 ac_sane_libs="`$sane_devel --ldflags`"
13039 ac_save_CPPFLAGS="$CPPFLAGS"
13040 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13041 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13042 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13043 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13044 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13045 echo $ECHO_N "(cached) $ECHO_C" >&6
13047 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13048 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13049 else
13050 # Is the header compilable?
13051 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13052 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13053 cat >conftest.$ac_ext <<_ACEOF
13054 /* confdefs.h. */
13055 _ACEOF
13056 cat confdefs.h >>conftest.$ac_ext
13057 cat >>conftest.$ac_ext <<_ACEOF
13058 /* end confdefs.h. */
13059 $ac_includes_default
13060 #include <sane/sane.h>
13061 _ACEOF
13062 rm -f conftest.$ac_objext
13063 if { (ac_try="$ac_compile"
13064 case "(($ac_try" in
13065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13066 *) ac_try_echo=$ac_try;;
13067 esac
13068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13069 (eval "$ac_compile") 2>conftest.er1
13070 ac_status=$?
13071 grep -v '^ *+' conftest.er1 >conftest.err
13072 rm -f conftest.er1
13073 cat conftest.err >&5
13074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13075 (exit $ac_status); } && {
13076 test -z "$ac_c_werror_flag" ||
13077 test ! -s conftest.err
13078 } && test -s conftest.$ac_objext; then
13079 ac_header_compiler=yes
13080 else
13081 echo "$as_me: failed program was:" >&5
13082 sed 's/^/| /' conftest.$ac_ext >&5
13084 ac_header_compiler=no
13087 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13088 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13089 echo "${ECHO_T}$ac_header_compiler" >&6; }
13091 # Is the header present?
13092 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13093 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13094 cat >conftest.$ac_ext <<_ACEOF
13095 /* confdefs.h. */
13096 _ACEOF
13097 cat confdefs.h >>conftest.$ac_ext
13098 cat >>conftest.$ac_ext <<_ACEOF
13099 /* end confdefs.h. */
13100 #include <sane/sane.h>
13101 _ACEOF
13102 if { (ac_try="$ac_cpp conftest.$ac_ext"
13103 case "(($ac_try" in
13104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13105 *) ac_try_echo=$ac_try;;
13106 esac
13107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13108 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13109 ac_status=$?
13110 grep -v '^ *+' conftest.er1 >conftest.err
13111 rm -f conftest.er1
13112 cat conftest.err >&5
13113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13114 (exit $ac_status); } >/dev/null && {
13115 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13116 test ! -s conftest.err
13117 }; then
13118 ac_header_preproc=yes
13119 else
13120 echo "$as_me: failed program was:" >&5
13121 sed 's/^/| /' conftest.$ac_ext >&5
13123 ac_header_preproc=no
13126 rm -f conftest.err conftest.$ac_ext
13127 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13128 echo "${ECHO_T}$ac_header_preproc" >&6; }
13130 # So? What about this header?
13131 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13132 yes:no: )
13133 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13134 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13135 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13136 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13137 ac_header_preproc=yes
13139 no:yes:* )
13140 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13141 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13142 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13143 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13144 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13145 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13146 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13147 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13148 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13149 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13151 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13152 ( cat <<\_ASBOX
13153 ## ------------------------------------ ##
13154 ## Report this to wine-devel@winehq.org ##
13155 ## ------------------------------------ ##
13156 _ASBOX
13157 ) | sed "s/^/$as_me: WARNING: /" >&2
13159 esac
13160 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13161 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13162 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13163 echo $ECHO_N "(cached) $ECHO_C" >&6
13164 else
13165 ac_cv_header_sane_sane_h=$ac_header_preproc
13167 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13168 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13171 if test $ac_cv_header_sane_sane_h = yes; then
13172 { echo "$as_me:$LINENO: checking for -lsane" >&5
13173 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13174 if test "${ac_cv_lib_soname_sane+set}" = set; then
13175 echo $ECHO_N "(cached) $ECHO_C" >&6
13176 else
13177 ac_check_soname_save_LIBS=$LIBS
13178 LIBS="-lsane $ac_sane_libs $LIBS"
13179 cat >conftest.$ac_ext <<_ACEOF
13180 /* confdefs.h. */
13181 _ACEOF
13182 cat confdefs.h >>conftest.$ac_ext
13183 cat >>conftest.$ac_ext <<_ACEOF
13184 /* end confdefs.h. */
13186 /* Override any GCC internal prototype to avoid an error.
13187 Use char because int might match the return type of a GCC
13188 builtin and then its argument prototype would still apply. */
13189 #ifdef __cplusplus
13190 extern "C"
13191 #endif
13192 char sane_init ();
13194 main ()
13196 return sane_init ();
13198 return 0;
13200 _ACEOF
13201 rm -f conftest.$ac_objext conftest$ac_exeext
13202 if { (ac_try="$ac_link"
13203 case "(($ac_try" in
13204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13205 *) ac_try_echo=$ac_try;;
13206 esac
13207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13208 (eval "$ac_link") 2>conftest.er1
13209 ac_status=$?
13210 grep -v '^ *+' conftest.er1 >conftest.err
13211 rm -f conftest.er1
13212 cat conftest.err >&5
13213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13214 (exit $ac_status); } && {
13215 test -z "$ac_c_werror_flag" ||
13216 test ! -s conftest.err
13217 } && test -s conftest$ac_exeext &&
13218 $as_test_x conftest$ac_exeext; then
13219 case "$LIBEXT" in
13220 dll) ;;
13221 dylib) ac_cv_lib_soname_sane=`otool -L conftest$ac_exeext | grep "libsane\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libsane\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13222 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13223 esac
13224 else
13225 echo "$as_me: failed program was:" >&5
13226 sed 's/^/| /' conftest.$ac_ext >&5
13231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13232 conftest$ac_exeext conftest.$ac_ext
13233 LIBS=$ac_check_soname_save_LIBS
13235 if test "x$ac_cv_lib_soname_sane" = "x"; then
13236 { echo "$as_me:$LINENO: result: not found" >&5
13237 echo "${ECHO_T}not found" >&6; }
13239 else
13240 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13241 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13243 cat >>confdefs.h <<_ACEOF
13244 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13245 _ACEOF
13247 SANEINCL="$ac_sane_incl"
13254 CPPFLAGS="$ac_save_CPPFLAGS"
13256 if test "x$ac_cv_lib_soname_sane" = "x"; then
13257 case "x$with_sane" in
13258 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13259 xno) ;;
13260 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13261 This is an error since --with-sane was requested." >&5
13262 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13263 This is an error since --with-sane was requested." >&2;}
13264 { (exit 1); exit 1; }; } ;;
13265 esac
13269 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13270 set dummy gphoto2-config; ac_word=$2
13271 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13273 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13274 echo $ECHO_N "(cached) $ECHO_C" >&6
13275 else
13276 if test -n "$gphoto2_devel"; then
13277 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13278 else
13279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13280 for as_dir in $PATH
13282 IFS=$as_save_IFS
13283 test -z "$as_dir" && as_dir=.
13284 for ac_exec_ext in '' $ac_executable_extensions; do
13285 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13286 ac_cv_prog_gphoto2_devel="gphoto2-config"
13287 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13288 break 2
13290 done
13291 done
13292 IFS=$as_save_IFS
13294 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13297 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13298 if test -n "$gphoto2_devel"; then
13299 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13300 echo "${ECHO_T}$gphoto2_devel" >&6; }
13301 else
13302 { echo "$as_me:$LINENO: result: no" >&5
13303 echo "${ECHO_T}no" >&6; }
13307 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13308 set dummy gphoto2-port-config; ac_word=$2
13309 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13310 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13311 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13313 else
13314 if test -n "$gphoto2port_devel"; then
13315 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13316 else
13317 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13318 for as_dir in $PATH
13320 IFS=$as_save_IFS
13321 test -z "$as_dir" && as_dir=.
13322 for ac_exec_ext in '' $ac_executable_extensions; do
13323 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13324 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13325 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13326 break 2
13328 done
13329 done
13330 IFS=$as_save_IFS
13332 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13335 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13336 if test -n "$gphoto2port_devel"; then
13337 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13338 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13339 else
13340 { echo "$as_me:$LINENO: result: no" >&5
13341 echo "${ECHO_T}no" >&6; }
13345 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13346 then
13347 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13348 ac_gphoto2_libs=""
13349 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13351 case "$i" in
13352 -L/usr/lib|-L/usr/lib64) ;;
13353 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13354 esac
13355 done
13356 ac_save_CPPFLAGS="$CPPFLAGS"
13357 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13358 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13359 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13360 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13361 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13362 echo $ECHO_N "(cached) $ECHO_C" >&6
13364 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13365 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13366 else
13367 # Is the header compilable?
13368 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13369 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13370 cat >conftest.$ac_ext <<_ACEOF
13371 /* confdefs.h. */
13372 _ACEOF
13373 cat confdefs.h >>conftest.$ac_ext
13374 cat >>conftest.$ac_ext <<_ACEOF
13375 /* end confdefs.h. */
13376 $ac_includes_default
13377 #include <gphoto2-camera.h>
13378 _ACEOF
13379 rm -f conftest.$ac_objext
13380 if { (ac_try="$ac_compile"
13381 case "(($ac_try" in
13382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13383 *) ac_try_echo=$ac_try;;
13384 esac
13385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13386 (eval "$ac_compile") 2>conftest.er1
13387 ac_status=$?
13388 grep -v '^ *+' conftest.er1 >conftest.err
13389 rm -f conftest.er1
13390 cat conftest.err >&5
13391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13392 (exit $ac_status); } && {
13393 test -z "$ac_c_werror_flag" ||
13394 test ! -s conftest.err
13395 } && test -s conftest.$ac_objext; then
13396 ac_header_compiler=yes
13397 else
13398 echo "$as_me: failed program was:" >&5
13399 sed 's/^/| /' conftest.$ac_ext >&5
13401 ac_header_compiler=no
13404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13405 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13406 echo "${ECHO_T}$ac_header_compiler" >&6; }
13408 # Is the header present?
13409 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13410 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13411 cat >conftest.$ac_ext <<_ACEOF
13412 /* confdefs.h. */
13413 _ACEOF
13414 cat confdefs.h >>conftest.$ac_ext
13415 cat >>conftest.$ac_ext <<_ACEOF
13416 /* end confdefs.h. */
13417 #include <gphoto2-camera.h>
13418 _ACEOF
13419 if { (ac_try="$ac_cpp conftest.$ac_ext"
13420 case "(($ac_try" in
13421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13422 *) ac_try_echo=$ac_try;;
13423 esac
13424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13425 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13426 ac_status=$?
13427 grep -v '^ *+' conftest.er1 >conftest.err
13428 rm -f conftest.er1
13429 cat conftest.err >&5
13430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13431 (exit $ac_status); } >/dev/null && {
13432 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13433 test ! -s conftest.err
13434 }; then
13435 ac_header_preproc=yes
13436 else
13437 echo "$as_me: failed program was:" >&5
13438 sed 's/^/| /' conftest.$ac_ext >&5
13440 ac_header_preproc=no
13443 rm -f conftest.err conftest.$ac_ext
13444 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13445 echo "${ECHO_T}$ac_header_preproc" >&6; }
13447 # So? What about this header?
13448 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13449 yes:no: )
13450 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13451 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13452 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13453 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13454 ac_header_preproc=yes
13456 no:yes:* )
13457 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13458 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13459 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13460 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13461 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13462 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13463 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13464 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13465 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13466 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13467 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13468 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13469 ( cat <<\_ASBOX
13470 ## ------------------------------------ ##
13471 ## Report this to wine-devel@winehq.org ##
13472 ## ------------------------------------ ##
13473 _ASBOX
13474 ) | sed "s/^/$as_me: WARNING: /" >&2
13476 esac
13477 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13478 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13479 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13480 echo $ECHO_N "(cached) $ECHO_C" >&6
13481 else
13482 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13484 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13485 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13488 if test $ac_cv_header_gphoto2_camera_h = yes; then
13489 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13490 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13491 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13492 echo $ECHO_N "(cached) $ECHO_C" >&6
13493 else
13494 ac_check_lib_save_LIBS=$LIBS
13495 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13496 cat >conftest.$ac_ext <<_ACEOF
13497 /* confdefs.h. */
13498 _ACEOF
13499 cat confdefs.h >>conftest.$ac_ext
13500 cat >>conftest.$ac_ext <<_ACEOF
13501 /* end confdefs.h. */
13503 /* Override any GCC internal prototype to avoid an error.
13504 Use char because int might match the return type of a GCC
13505 builtin and then its argument prototype would still apply. */
13506 #ifdef __cplusplus
13507 extern "C"
13508 #endif
13509 char gp_camera_new ();
13511 main ()
13513 return gp_camera_new ();
13515 return 0;
13517 _ACEOF
13518 rm -f conftest.$ac_objext conftest$ac_exeext
13519 if { (ac_try="$ac_link"
13520 case "(($ac_try" in
13521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13522 *) ac_try_echo=$ac_try;;
13523 esac
13524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13525 (eval "$ac_link") 2>conftest.er1
13526 ac_status=$?
13527 grep -v '^ *+' conftest.er1 >conftest.err
13528 rm -f conftest.er1
13529 cat conftest.err >&5
13530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13531 (exit $ac_status); } && {
13532 test -z "$ac_c_werror_flag" ||
13533 test ! -s conftest.err
13534 } && test -s conftest$ac_exeext &&
13535 $as_test_x conftest$ac_exeext; then
13536 ac_cv_lib_gphoto2_gp_camera_new=yes
13537 else
13538 echo "$as_me: failed program was:" >&5
13539 sed 's/^/| /' conftest.$ac_ext >&5
13541 ac_cv_lib_gphoto2_gp_camera_new=no
13544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13545 conftest$ac_exeext conftest.$ac_ext
13546 LIBS=$ac_check_lib_save_LIBS
13548 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13549 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13550 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13552 cat >>confdefs.h <<\_ACEOF
13553 #define HAVE_GPHOTO2 1
13554 _ACEOF
13556 GPHOTO2LIBS="$ac_gphoto2_libs"
13558 GPHOTO2INCL="$ac_gphoto2_incl"
13565 CPPFLAGS="$ac_save_CPPFLAGS"
13567 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13568 case "x$with_gphoto" in
13569 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13570 xno) ;;
13571 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13572 This is an error since --with-gphoto was requested." >&5
13573 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13574 This is an error since --with-gphoto was requested." >&2;}
13575 { (exit 1); exit 1; }; } ;;
13576 esac
13581 RESOLVLIBS=""
13583 if test "$ac_cv_header_resolv_h" = "yes"
13584 then
13585 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13586 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13587 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13588 echo $ECHO_N "(cached) $ECHO_C" >&6
13589 else
13590 ac_check_lib_save_LIBS=$LIBS
13591 LIBS="-lresolv $LIBS"
13592 cat >conftest.$ac_ext <<_ACEOF
13593 /* confdefs.h. */
13594 _ACEOF
13595 cat confdefs.h >>conftest.$ac_ext
13596 cat >>conftest.$ac_ext <<_ACEOF
13597 /* end confdefs.h. */
13599 /* Override any GCC internal prototype to avoid an error.
13600 Use char because int might match the return type of a GCC
13601 builtin and then its argument prototype would still apply. */
13602 #ifdef __cplusplus
13603 extern "C"
13604 #endif
13605 char res_query ();
13607 main ()
13609 return res_query ();
13611 return 0;
13613 _ACEOF
13614 rm -f conftest.$ac_objext conftest$ac_exeext
13615 if { (ac_try="$ac_link"
13616 case "(($ac_try" in
13617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13618 *) ac_try_echo=$ac_try;;
13619 esac
13620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13621 (eval "$ac_link") 2>conftest.er1
13622 ac_status=$?
13623 grep -v '^ *+' conftest.er1 >conftest.err
13624 rm -f conftest.er1
13625 cat conftest.err >&5
13626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13627 (exit $ac_status); } && {
13628 test -z "$ac_c_werror_flag" ||
13629 test ! -s conftest.err
13630 } && test -s conftest$ac_exeext &&
13631 $as_test_x conftest$ac_exeext; then
13632 ac_cv_lib_resolv_res_query=yes
13633 else
13634 echo "$as_me: failed program was:" >&5
13635 sed 's/^/| /' conftest.$ac_ext >&5
13637 ac_cv_lib_resolv_res_query=no
13640 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13641 conftest$ac_exeext conftest.$ac_ext
13642 LIBS=$ac_check_lib_save_LIBS
13644 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13645 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13646 if test $ac_cv_lib_resolv_res_query = yes; then
13648 cat >>confdefs.h <<\_ACEOF
13649 #define HAVE_RESOLV 1
13650 _ACEOF
13652 RESOLVLIBS="-lresolv"
13657 LCMSLIBS=""
13659 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13660 then
13661 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13662 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13663 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13664 echo $ECHO_N "(cached) $ECHO_C" >&6
13665 else
13666 ac_check_lib_save_LIBS=$LIBS
13667 LIBS="-llcms $LIBS"
13668 cat >conftest.$ac_ext <<_ACEOF
13669 /* confdefs.h. */
13670 _ACEOF
13671 cat confdefs.h >>conftest.$ac_ext
13672 cat >>conftest.$ac_ext <<_ACEOF
13673 /* end confdefs.h. */
13675 /* Override any GCC internal prototype to avoid an error.
13676 Use char because int might match the return type of a GCC
13677 builtin and then its argument prototype would still apply. */
13678 #ifdef __cplusplus
13679 extern "C"
13680 #endif
13681 char cmsOpenProfileFromFile ();
13683 main ()
13685 return cmsOpenProfileFromFile ();
13687 return 0;
13689 _ACEOF
13690 rm -f conftest.$ac_objext conftest$ac_exeext
13691 if { (ac_try="$ac_link"
13692 case "(($ac_try" in
13693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13694 *) ac_try_echo=$ac_try;;
13695 esac
13696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13697 (eval "$ac_link") 2>conftest.er1
13698 ac_status=$?
13699 grep -v '^ *+' conftest.er1 >conftest.err
13700 rm -f conftest.er1
13701 cat conftest.err >&5
13702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13703 (exit $ac_status); } && {
13704 test -z "$ac_c_werror_flag" ||
13705 test ! -s conftest.err
13706 } && test -s conftest$ac_exeext &&
13707 $as_test_x conftest$ac_exeext; then
13708 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13709 else
13710 echo "$as_me: failed program was:" >&5
13711 sed 's/^/| /' conftest.$ac_ext >&5
13713 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13716 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13717 conftest$ac_exeext conftest.$ac_ext
13718 LIBS=$ac_check_lib_save_LIBS
13720 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13721 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13722 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13724 cat >>confdefs.h <<\_ACEOF
13725 #define HAVE_LCMS 1
13726 _ACEOF
13728 LCMSLIBS="-llcms"
13732 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13733 case "x$with_cms" in
13734 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13735 xno) ;;
13736 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13737 This is an error since --with-cms was requested." >&5
13738 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13739 This is an error since --with-cms was requested." >&2;}
13740 { (exit 1); exit 1; }; } ;;
13741 esac
13745 for ac_prog in freetype-config freetype2-config
13747 # Extract the first word of "$ac_prog", so it can be a program name with args.
13748 set dummy $ac_prog; ac_word=$2
13749 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13750 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13751 if test "${ac_cv_prog_ft_devel+set}" = set; then
13752 echo $ECHO_N "(cached) $ECHO_C" >&6
13753 else
13754 if test -n "$ft_devel"; then
13755 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13756 else
13757 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13758 for as_dir in $PATH
13760 IFS=$as_save_IFS
13761 test -z "$as_dir" && as_dir=.
13762 for ac_exec_ext in '' $ac_executable_extensions; do
13763 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13764 ac_cv_prog_ft_devel="$ac_prog"
13765 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13766 break 2
13768 done
13769 done
13770 IFS=$as_save_IFS
13774 ft_devel=$ac_cv_prog_ft_devel
13775 if test -n "$ft_devel"; then
13776 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13777 echo "${ECHO_T}$ft_devel" >&6; }
13778 else
13779 { echo "$as_me:$LINENO: result: no" >&5
13780 echo "${ECHO_T}no" >&6; }
13784 test -n "$ft_devel" && break
13785 done
13786 test -n "$ft_devel" || ft_devel="false"
13788 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13789 then
13790 ac_freetype_libs=`$ft_devel --libs`
13791 ac_freetype_incl=`$ft_devel --cflags`
13792 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13793 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13794 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13795 echo $ECHO_N "(cached) $ECHO_C" >&6
13796 else
13797 ac_check_soname_save_LIBS=$LIBS
13798 LIBS="-lfreetype $ac_freetype_libs $LIBS"
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. */
13806 /* Override any GCC internal prototype to avoid an error.
13807 Use char because int might match the return type of a GCC
13808 builtin and then its argument prototype would still apply. */
13809 #ifdef __cplusplus
13810 extern "C"
13811 #endif
13812 char FT_Init_FreeType ();
13814 main ()
13816 return FT_Init_FreeType ();
13818 return 0;
13820 _ACEOF
13821 rm -f conftest.$ac_objext conftest$ac_exeext
13822 if { (ac_try="$ac_link"
13823 case "(($ac_try" in
13824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13825 *) ac_try_echo=$ac_try;;
13826 esac
13827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13828 (eval "$ac_link") 2>conftest.er1
13829 ac_status=$?
13830 grep -v '^ *+' conftest.er1 >conftest.err
13831 rm -f conftest.er1
13832 cat conftest.err >&5
13833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13834 (exit $ac_status); } && {
13835 test -z "$ac_c_werror_flag" ||
13836 test ! -s conftest.err
13837 } && test -s conftest$ac_exeext &&
13838 $as_test_x conftest$ac_exeext; then
13839 case "$LIBEXT" in
13840 dll) ;;
13841 dylib) ac_cv_lib_soname_freetype=`otool -L conftest$ac_exeext | grep "libfreetype\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfreetype\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
13842 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13843 esac
13844 else
13845 echo "$as_me: failed program was:" >&5
13846 sed 's/^/| /' conftest.$ac_ext >&5
13851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13852 conftest$ac_exeext conftest.$ac_ext
13853 LIBS=$ac_check_soname_save_LIBS
13855 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13856 { echo "$as_me:$LINENO: result: not found" >&5
13857 echo "${ECHO_T}not found" >&6; }
13858 ft_lib=no
13859 else
13860 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13861 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13863 cat >>confdefs.h <<_ACEOF
13864 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13865 _ACEOF
13867 ft_lib=yes
13870 if test "$ft_lib" = "yes"
13871 then
13872 ac_save_CPPFLAGS="$CPPFLAGS"
13873 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13886 for ac_header in ft2build.h \
13887 freetype/freetype.h \
13888 freetype/ftglyph.h \
13889 freetype/fttypes.h \
13890 freetype/tttables.h \
13891 freetype/ftnames.h \
13892 freetype/ftsnames.h \
13893 freetype/ttnameid.h \
13894 freetype/ftoutln.h \
13895 freetype/ftwinfnt.h \
13896 freetype/ftmodapi.h \
13897 freetype/internal/sfnt.h
13899 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13900 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13903 echo $ECHO_N "(cached) $ECHO_C" >&6
13904 else
13905 cat >conftest.$ac_ext <<_ACEOF
13906 /* confdefs.h. */
13907 _ACEOF
13908 cat confdefs.h >>conftest.$ac_ext
13909 cat >>conftest.$ac_ext <<_ACEOF
13910 /* end confdefs.h. */
13911 #ifdef HAVE_FT2BUILD_H
13912 # include <ft2build.h>
13913 #endif
13915 #include <$ac_header>
13916 _ACEOF
13917 rm -f conftest.$ac_objext
13918 if { (ac_try="$ac_compile"
13919 case "(($ac_try" in
13920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13921 *) ac_try_echo=$ac_try;;
13922 esac
13923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13924 (eval "$ac_compile") 2>conftest.er1
13925 ac_status=$?
13926 grep -v '^ *+' conftest.er1 >conftest.err
13927 rm -f conftest.er1
13928 cat conftest.err >&5
13929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13930 (exit $ac_status); } && {
13931 test -z "$ac_c_werror_flag" ||
13932 test ! -s conftest.err
13933 } && test -s conftest.$ac_objext; then
13934 eval "$as_ac_Header=yes"
13935 else
13936 echo "$as_me: failed program was:" >&5
13937 sed 's/^/| /' conftest.$ac_ext >&5
13939 eval "$as_ac_Header=no"
13942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13944 ac_res=`eval echo '${'$as_ac_Header'}'`
13945 { echo "$as_me:$LINENO: result: $ac_res" >&5
13946 echo "${ECHO_T}$ac_res" >&6; }
13947 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13948 cat >>confdefs.h <<_ACEOF
13949 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13950 _ACEOF
13954 done
13956 cat >conftest.$ac_ext <<_ACEOF
13957 /* confdefs.h. */
13958 _ACEOF
13959 cat confdefs.h >>conftest.$ac_ext
13960 cat >>conftest.$ac_ext <<_ACEOF
13961 /* end confdefs.h. */
13962 #include <ft2build.h>
13963 #include <freetype/fttrigon.h>
13964 _ACEOF
13965 if { (ac_try="$ac_cpp conftest.$ac_ext"
13966 case "(($ac_try" in
13967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13968 *) ac_try_echo=$ac_try;;
13969 esac
13970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13971 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13972 ac_status=$?
13973 grep -v '^ *+' conftest.er1 >conftest.err
13974 rm -f conftest.er1
13975 cat conftest.err >&5
13976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13977 (exit $ac_status); } >/dev/null && {
13978 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13979 test ! -s conftest.err
13980 }; then
13982 cat >>confdefs.h <<\_ACEOF
13983 #define HAVE_FREETYPE_FTTRIGON_H 1
13984 _ACEOF
13986 wine_cv_fttrigon=yes
13987 else
13988 echo "$as_me: failed program was:" >&5
13989 sed 's/^/| /' conftest.$ac_ext >&5
13991 wine_cv_fttrigon=no
13994 rm -f conftest.err conftest.$ac_ext
13995 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13996 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
13997 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
13998 echo $ECHO_N "(cached) $ECHO_C" >&6
13999 else
14000 cat >conftest.$ac_ext <<_ACEOF
14001 /* confdefs.h. */
14002 _ACEOF
14003 cat confdefs.h >>conftest.$ac_ext
14004 cat >>conftest.$ac_ext <<_ACEOF
14005 /* end confdefs.h. */
14006 #include <freetype/ftmodapi.h>
14008 typedef FT_TrueTypeEngineType ac__type_new_;
14010 main ()
14012 if ((ac__type_new_ *) 0)
14013 return 0;
14014 if (sizeof (ac__type_new_))
14015 return 0;
14017 return 0;
14019 _ACEOF
14020 rm -f conftest.$ac_objext
14021 if { (ac_try="$ac_compile"
14022 case "(($ac_try" in
14023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14024 *) ac_try_echo=$ac_try;;
14025 esac
14026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14027 (eval "$ac_compile") 2>conftest.er1
14028 ac_status=$?
14029 grep -v '^ *+' conftest.er1 >conftest.err
14030 rm -f conftest.er1
14031 cat conftest.err >&5
14032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14033 (exit $ac_status); } && {
14034 test -z "$ac_c_werror_flag" ||
14035 test ! -s conftest.err
14036 } && test -s conftest.$ac_objext; then
14037 ac_cv_type_FT_TrueTypeEngineType=yes
14038 else
14039 echo "$as_me: failed program was:" >&5
14040 sed 's/^/| /' conftest.$ac_ext >&5
14042 ac_cv_type_FT_TrueTypeEngineType=no
14045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14047 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14048 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14049 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14051 cat >>confdefs.h <<_ACEOF
14052 #define HAVE_FT_TRUETYPEENGINETYPE 1
14053 _ACEOF
14058 ac_save_CFLAGS="$CFLAGS"
14059 CFLAGS="$CFLAGS $ac_freetype_libs"
14061 for ac_func in FT_Load_Sfnt_Table
14063 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14064 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14065 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14066 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14067 echo $ECHO_N "(cached) $ECHO_C" >&6
14068 else
14069 cat >conftest.$ac_ext <<_ACEOF
14070 /* confdefs.h. */
14071 _ACEOF
14072 cat confdefs.h >>conftest.$ac_ext
14073 cat >>conftest.$ac_ext <<_ACEOF
14074 /* end confdefs.h. */
14075 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14076 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14077 #define $ac_func innocuous_$ac_func
14079 /* System header to define __stub macros and hopefully few prototypes,
14080 which can conflict with char $ac_func (); below.
14081 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14082 <limits.h> exists even on freestanding compilers. */
14084 #ifdef __STDC__
14085 # include <limits.h>
14086 #else
14087 # include <assert.h>
14088 #endif
14090 #undef $ac_func
14092 /* Override any GCC internal prototype to avoid an error.
14093 Use char because int might match the return type of a GCC
14094 builtin and then its argument prototype would still apply. */
14095 #ifdef __cplusplus
14096 extern "C"
14097 #endif
14098 char $ac_func ();
14099 /* The GNU C library defines this for functions which it implements
14100 to always fail with ENOSYS. Some functions are actually named
14101 something starting with __ and the normal name is an alias. */
14102 #if defined __stub_$ac_func || defined __stub___$ac_func
14103 choke me
14104 #endif
14107 main ()
14109 return $ac_func ();
14111 return 0;
14113 _ACEOF
14114 rm -f conftest.$ac_objext conftest$ac_exeext
14115 if { (ac_try="$ac_link"
14116 case "(($ac_try" in
14117 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14118 *) ac_try_echo=$ac_try;;
14119 esac
14120 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14121 (eval "$ac_link") 2>conftest.er1
14122 ac_status=$?
14123 grep -v '^ *+' conftest.er1 >conftest.err
14124 rm -f conftest.er1
14125 cat conftest.err >&5
14126 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14127 (exit $ac_status); } && {
14128 test -z "$ac_c_werror_flag" ||
14129 test ! -s conftest.err
14130 } && test -s conftest$ac_exeext &&
14131 $as_test_x conftest$ac_exeext; then
14132 eval "$as_ac_var=yes"
14133 else
14134 echo "$as_me: failed program was:" >&5
14135 sed 's/^/| /' conftest.$ac_ext >&5
14137 eval "$as_ac_var=no"
14140 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14141 conftest$ac_exeext conftest.$ac_ext
14143 ac_res=`eval echo '${'$as_ac_var'}'`
14144 { echo "$as_me:$LINENO: result: $ac_res" >&5
14145 echo "${ECHO_T}$ac_res" >&6; }
14146 if test `eval echo '${'$as_ac_var'}'` = yes; then
14147 cat >>confdefs.h <<_ACEOF
14148 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14149 _ACEOF
14152 done
14154 CFLAGS="$ac_save_CFLAGS"
14155 CPPFLAGS="$ac_save_CPPFLAGS"
14156 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14157 then
14159 cat >>confdefs.h <<\_ACEOF
14160 #define HAVE_FREETYPE 1
14161 _ACEOF
14163 FREETYPELIBS="$ac_freetype_libs"
14165 FREETYPEINCL="$ac_freetype_incl"
14167 FONTSSUBDIRS="fonts"
14172 if test "x$FREETYPELIBS" = "x"; then
14173 case "x$with_freetype" in
14174 xno) ;;
14175 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14176 Fonts will not be built. Dialog text may be invisible or unaligned.
14177 Use the --without-freetype option if you really want this." >&5
14178 echo "$as_me: error: FreeType development files not found.
14179 Fonts will not be built. Dialog text may be invisible or unaligned.
14180 Use the --without-freetype option if you really want this." >&2;}
14181 { (exit 1); exit 1; }; } ;;
14182 esac
14186 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14187 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14188 if test "${ac_cv_c_ppdev+set}" = set; then
14189 echo $ECHO_N "(cached) $ECHO_C" >&6
14190 else
14191 cat >conftest.$ac_ext <<_ACEOF
14192 /* confdefs.h. */
14193 _ACEOF
14194 cat confdefs.h >>conftest.$ac_ext
14195 cat >>conftest.$ac_ext <<_ACEOF
14196 /* end confdefs.h. */
14197 #include <linux/ppdev.h>
14199 main ()
14201 ioctl (1,PPCLAIM,0)
14203 return 0;
14205 _ACEOF
14206 rm -f conftest.$ac_objext
14207 if { (ac_try="$ac_compile"
14208 case "(($ac_try" in
14209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14210 *) ac_try_echo=$ac_try;;
14211 esac
14212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14213 (eval "$ac_compile") 2>conftest.er1
14214 ac_status=$?
14215 grep -v '^ *+' conftest.er1 >conftest.err
14216 rm -f conftest.er1
14217 cat conftest.err >&5
14218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14219 (exit $ac_status); } && {
14220 test -z "$ac_c_werror_flag" ||
14221 test ! -s conftest.err
14222 } && test -s conftest.$ac_objext; then
14223 ac_cv_c_ppdev="yes"
14224 else
14225 echo "$as_me: failed program was:" >&5
14226 sed 's/^/| /' conftest.$ac_ext >&5
14228 ac_cv_c_ppdev="no"
14231 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14233 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14234 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14235 if test "$ac_cv_c_ppdev" = "yes"
14236 then
14238 cat >>confdefs.h <<\_ACEOF
14239 #define HAVE_PPDEV 1
14240 _ACEOF
14244 { echo "$as_me:$LINENO: checking for va_copy" >&5
14245 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14246 if test "${ac_cv_c_va_copy+set}" = set; then
14247 echo $ECHO_N "(cached) $ECHO_C" >&6
14248 else
14249 cat >conftest.$ac_ext <<_ACEOF
14250 /* confdefs.h. */
14251 _ACEOF
14252 cat confdefs.h >>conftest.$ac_ext
14253 cat >>conftest.$ac_ext <<_ACEOF
14254 /* end confdefs.h. */
14255 #include <stdarg.h>
14257 main ()
14259 va_list ap1, ap2; va_copy(ap1,ap2);
14261 return 0;
14263 _ACEOF
14264 rm -f conftest.$ac_objext conftest$ac_exeext
14265 if { (ac_try="$ac_link"
14266 case "(($ac_try" in
14267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14268 *) ac_try_echo=$ac_try;;
14269 esac
14270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14271 (eval "$ac_link") 2>conftest.er1
14272 ac_status=$?
14273 grep -v '^ *+' conftest.er1 >conftest.err
14274 rm -f conftest.er1
14275 cat conftest.err >&5
14276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14277 (exit $ac_status); } && {
14278 test -z "$ac_c_werror_flag" ||
14279 test ! -s conftest.err
14280 } && test -s conftest$ac_exeext &&
14281 $as_test_x conftest$ac_exeext; then
14282 ac_cv_c_va_copy="yes"
14283 else
14284 echo "$as_me: failed program was:" >&5
14285 sed 's/^/| /' conftest.$ac_ext >&5
14287 ac_cv_c_va_copy="no"
14290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14291 conftest$ac_exeext conftest.$ac_ext
14294 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14295 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14296 if test "$ac_cv_c_va_copy" = "yes"
14297 then
14299 cat >>confdefs.h <<\_ACEOF
14300 #define HAVE_VA_COPY 1
14301 _ACEOF
14304 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14305 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14306 if test "${ac_cv_c___va_copy+set}" = set; then
14307 echo $ECHO_N "(cached) $ECHO_C" >&6
14308 else
14309 cat >conftest.$ac_ext <<_ACEOF
14310 /* confdefs.h. */
14311 _ACEOF
14312 cat confdefs.h >>conftest.$ac_ext
14313 cat >>conftest.$ac_ext <<_ACEOF
14314 /* end confdefs.h. */
14315 #include <stdarg.h>
14317 main ()
14319 va_list ap1, ap2; __va_copy(ap1,ap2);
14321 return 0;
14323 _ACEOF
14324 rm -f conftest.$ac_objext conftest$ac_exeext
14325 if { (ac_try="$ac_link"
14326 case "(($ac_try" in
14327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14328 *) ac_try_echo=$ac_try;;
14329 esac
14330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14331 (eval "$ac_link") 2>conftest.er1
14332 ac_status=$?
14333 grep -v '^ *+' conftest.er1 >conftest.err
14334 rm -f conftest.er1
14335 cat conftest.err >&5
14336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14337 (exit $ac_status); } && {
14338 test -z "$ac_c_werror_flag" ||
14339 test ! -s conftest.err
14340 } && test -s conftest$ac_exeext &&
14341 $as_test_x conftest$ac_exeext; then
14342 ac_cv_c___va_copy="yes"
14343 else
14344 echo "$as_me: failed program was:" >&5
14345 sed 's/^/| /' conftest.$ac_ext >&5
14347 ac_cv_c___va_copy="no"
14350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14351 conftest$ac_exeext conftest.$ac_ext
14354 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14355 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14356 if test "$ac_cv_c___va_copy" = "yes"
14357 then
14359 cat >>confdefs.h <<\_ACEOF
14360 #define HAVE___VA_COPY 1
14361 _ACEOF
14365 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14366 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14367 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14368 echo $ECHO_N "(cached) $ECHO_C" >&6
14369 else
14370 cat >conftest.$ac_ext <<_ACEOF
14371 /* confdefs.h. */
14372 _ACEOF
14373 cat confdefs.h >>conftest.$ac_ext
14374 cat >>conftest.$ac_ext <<_ACEOF
14375 /* end confdefs.h. */
14376 #define _GNU_SOURCE
14377 #include <pthread.h>
14379 typedef pthread_rwlock_t ac__type_new_;
14381 main ()
14383 if ((ac__type_new_ *) 0)
14384 return 0;
14385 if (sizeof (ac__type_new_))
14386 return 0;
14388 return 0;
14390 _ACEOF
14391 rm -f conftest.$ac_objext
14392 if { (ac_try="$ac_compile"
14393 case "(($ac_try" in
14394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14395 *) ac_try_echo=$ac_try;;
14396 esac
14397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14398 (eval "$ac_compile") 2>conftest.er1
14399 ac_status=$?
14400 grep -v '^ *+' conftest.er1 >conftest.err
14401 rm -f conftest.er1
14402 cat conftest.err >&5
14403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14404 (exit $ac_status); } && {
14405 test -z "$ac_c_werror_flag" ||
14406 test ! -s conftest.err
14407 } && test -s conftest.$ac_objext; then
14408 ac_cv_type_pthread_rwlock_t=yes
14409 else
14410 echo "$as_me: failed program was:" >&5
14411 sed 's/^/| /' conftest.$ac_ext >&5
14413 ac_cv_type_pthread_rwlock_t=no
14416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14418 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14419 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14420 if test $ac_cv_type_pthread_rwlock_t = yes; then
14422 cat >>confdefs.h <<_ACEOF
14423 #define HAVE_PTHREAD_RWLOCK_T 1
14424 _ACEOF
14428 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14429 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14430 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14431 echo $ECHO_N "(cached) $ECHO_C" >&6
14432 else
14433 cat >conftest.$ac_ext <<_ACEOF
14434 /* confdefs.h. */
14435 _ACEOF
14436 cat confdefs.h >>conftest.$ac_ext
14437 cat >>conftest.$ac_ext <<_ACEOF
14438 /* end confdefs.h. */
14439 #define _GNU_SOURCE
14440 #include <pthread.h>
14442 typedef pthread_rwlockattr_t ac__type_new_;
14444 main ()
14446 if ((ac__type_new_ *) 0)
14447 return 0;
14448 if (sizeof (ac__type_new_))
14449 return 0;
14451 return 0;
14453 _ACEOF
14454 rm -f conftest.$ac_objext
14455 if { (ac_try="$ac_compile"
14456 case "(($ac_try" in
14457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14458 *) ac_try_echo=$ac_try;;
14459 esac
14460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14461 (eval "$ac_compile") 2>conftest.er1
14462 ac_status=$?
14463 grep -v '^ *+' conftest.er1 >conftest.err
14464 rm -f conftest.er1
14465 cat conftest.err >&5
14466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14467 (exit $ac_status); } && {
14468 test -z "$ac_c_werror_flag" ||
14469 test ! -s conftest.err
14470 } && test -s conftest.$ac_objext; then
14471 ac_cv_type_pthread_rwlockattr_t=yes
14472 else
14473 echo "$as_me: failed program was:" >&5
14474 sed 's/^/| /' conftest.$ac_ext >&5
14476 ac_cv_type_pthread_rwlockattr_t=no
14479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14481 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14482 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14483 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14485 cat >>confdefs.h <<_ACEOF
14486 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14487 _ACEOF
14493 ac_wine_check_funcs_save_LIBS="$LIBS"
14494 LIBS="$LIBS $LIBPTHREAD"
14499 for ac_func in \
14500 pthread_attr_get_np \
14501 pthread_getattr_np \
14502 pthread_get_stackaddr_np \
14503 pthread_get_stacksize_np
14505 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14506 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14507 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14508 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14509 echo $ECHO_N "(cached) $ECHO_C" >&6
14510 else
14511 cat >conftest.$ac_ext <<_ACEOF
14512 /* confdefs.h. */
14513 _ACEOF
14514 cat confdefs.h >>conftest.$ac_ext
14515 cat >>conftest.$ac_ext <<_ACEOF
14516 /* end confdefs.h. */
14517 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14518 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14519 #define $ac_func innocuous_$ac_func
14521 /* System header to define __stub macros and hopefully few prototypes,
14522 which can conflict with char $ac_func (); below.
14523 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14524 <limits.h> exists even on freestanding compilers. */
14526 #ifdef __STDC__
14527 # include <limits.h>
14528 #else
14529 # include <assert.h>
14530 #endif
14532 #undef $ac_func
14534 /* Override any GCC internal prototype to avoid an error.
14535 Use char because int might match the return type of a GCC
14536 builtin and then its argument prototype would still apply. */
14537 #ifdef __cplusplus
14538 extern "C"
14539 #endif
14540 char $ac_func ();
14541 /* The GNU C library defines this for functions which it implements
14542 to always fail with ENOSYS. Some functions are actually named
14543 something starting with __ and the normal name is an alias. */
14544 #if defined __stub_$ac_func || defined __stub___$ac_func
14545 choke me
14546 #endif
14549 main ()
14551 return $ac_func ();
14553 return 0;
14555 _ACEOF
14556 rm -f conftest.$ac_objext conftest$ac_exeext
14557 if { (ac_try="$ac_link"
14558 case "(($ac_try" in
14559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14560 *) ac_try_echo=$ac_try;;
14561 esac
14562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14563 (eval "$ac_link") 2>conftest.er1
14564 ac_status=$?
14565 grep -v '^ *+' conftest.er1 >conftest.err
14566 rm -f conftest.er1
14567 cat conftest.err >&5
14568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14569 (exit $ac_status); } && {
14570 test -z "$ac_c_werror_flag" ||
14571 test ! -s conftest.err
14572 } && test -s conftest$ac_exeext &&
14573 $as_test_x conftest$ac_exeext; then
14574 eval "$as_ac_var=yes"
14575 else
14576 echo "$as_me: failed program was:" >&5
14577 sed 's/^/| /' conftest.$ac_ext >&5
14579 eval "$as_ac_var=no"
14582 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14583 conftest$ac_exeext conftest.$ac_ext
14585 ac_res=`eval echo '${'$as_ac_var'}'`
14586 { echo "$as_me:$LINENO: result: $ac_res" >&5
14587 echo "${ECHO_T}$ac_res" >&6; }
14588 if test `eval echo '${'$as_ac_var'}'` = yes; then
14589 cat >>confdefs.h <<_ACEOF
14590 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14591 _ACEOF
14594 done
14596 LIBS="$ac_wine_check_funcs_save_LIBS"
14598 # Extract the first word of "esd-config", so it can be a program name with args.
14599 set dummy esd-config; ac_word=$2
14600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14602 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14603 echo $ECHO_N "(cached) $ECHO_C" >&6
14604 else
14605 case $ESDCONFIG in
14606 [\\/]* | ?:[\\/]*)
14607 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14611 for as_dir in $PATH
14613 IFS=$as_save_IFS
14614 test -z "$as_dir" && as_dir=.
14615 for ac_exec_ext in '' $ac_executable_extensions; do
14616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14617 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14619 break 2
14621 done
14622 done
14623 IFS=$as_save_IFS
14626 esac
14628 ESDCONFIG=$ac_cv_path_ESDCONFIG
14629 if test -n "$ESDCONFIG"; then
14630 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14631 echo "${ECHO_T}$ESDCONFIG" >&6; }
14632 else
14633 { echo "$as_me:$LINENO: result: no" >&5
14634 echo "${ECHO_T}no" >&6; }
14638 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14639 then
14640 ac_esd_incl=""
14641 for i in `$ESDCONFIG --cflags`
14643 case "$i" in
14644 -I*) ac_esd_incl="$ac_esd_incl $i";;
14645 esac
14646 done
14647 ac_esd_libs=`$ESDCONFIG --libs`
14648 save_CFLAGS="$CFLAGS"
14649 CFLAGS="$CFLAGS $ac_esd_incl"
14650 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14651 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14652 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14653 echo $ECHO_N "(cached) $ECHO_C" >&6
14654 else
14655 ac_check_lib_save_LIBS=$LIBS
14656 LIBS="-lesd $ac_esd_libs $LIBS"
14657 cat >conftest.$ac_ext <<_ACEOF
14658 /* confdefs.h. */
14659 _ACEOF
14660 cat confdefs.h >>conftest.$ac_ext
14661 cat >>conftest.$ac_ext <<_ACEOF
14662 /* end confdefs.h. */
14664 /* Override any GCC internal prototype to avoid an error.
14665 Use char because int might match the return type of a GCC
14666 builtin and then its argument prototype would still apply. */
14667 #ifdef __cplusplus
14668 extern "C"
14669 #endif
14670 char esd_open_sound ();
14672 main ()
14674 return esd_open_sound ();
14676 return 0;
14678 _ACEOF
14679 rm -f conftest.$ac_objext conftest$ac_exeext
14680 if { (ac_try="$ac_link"
14681 case "(($ac_try" in
14682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14683 *) ac_try_echo=$ac_try;;
14684 esac
14685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14686 (eval "$ac_link") 2>conftest.er1
14687 ac_status=$?
14688 grep -v '^ *+' conftest.er1 >conftest.err
14689 rm -f conftest.er1
14690 cat conftest.err >&5
14691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14692 (exit $ac_status); } && {
14693 test -z "$ac_c_werror_flag" ||
14694 test ! -s conftest.err
14695 } && test -s conftest$ac_exeext &&
14696 $as_test_x conftest$ac_exeext; then
14697 ac_cv_lib_esd_esd_open_sound=yes
14698 else
14699 echo "$as_me: failed program was:" >&5
14700 sed 's/^/| /' conftest.$ac_ext >&5
14702 ac_cv_lib_esd_esd_open_sound=no
14705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14706 conftest$ac_exeext conftest.$ac_ext
14707 LIBS=$ac_check_lib_save_LIBS
14709 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14710 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14711 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14712 ESDINCL="$ac_esd_incl"
14714 ESDLIBS="$ac_esd_libs"
14717 cat >>confdefs.h <<\_ACEOF
14718 #define HAVE_ESD 1
14719 _ACEOF
14723 CFLAGS="$save_CFLAGS"
14726 ALSALIBS=""
14728 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14729 then
14730 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14731 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14732 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14733 echo $ECHO_N "(cached) $ECHO_C" >&6
14734 else
14735 ac_check_lib_save_LIBS=$LIBS
14736 LIBS="-lasound $LIBS"
14737 cat >conftest.$ac_ext <<_ACEOF
14738 /* confdefs.h. */
14739 _ACEOF
14740 cat confdefs.h >>conftest.$ac_ext
14741 cat >>conftest.$ac_ext <<_ACEOF
14742 /* end confdefs.h. */
14744 /* Override any GCC internal prototype to avoid an error.
14745 Use char because int might match the return type of a GCC
14746 builtin and then its argument prototype would still apply. */
14747 #ifdef __cplusplus
14748 extern "C"
14749 #endif
14750 char snd_pcm_hw_params_get_access ();
14752 main ()
14754 return snd_pcm_hw_params_get_access ();
14756 return 0;
14758 _ACEOF
14759 rm -f conftest.$ac_objext conftest$ac_exeext
14760 if { (ac_try="$ac_link"
14761 case "(($ac_try" in
14762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14763 *) ac_try_echo=$ac_try;;
14764 esac
14765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14766 (eval "$ac_link") 2>conftest.er1
14767 ac_status=$?
14768 grep -v '^ *+' conftest.er1 >conftest.err
14769 rm -f conftest.er1
14770 cat conftest.err >&5
14771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14772 (exit $ac_status); } && {
14773 test -z "$ac_c_werror_flag" ||
14774 test ! -s conftest.err
14775 } && test -s conftest$ac_exeext &&
14776 $as_test_x conftest$ac_exeext; then
14777 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14778 else
14779 echo "$as_me: failed program was:" >&5
14780 sed 's/^/| /' conftest.$ac_ext >&5
14782 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14786 conftest$ac_exeext conftest.$ac_ext
14787 LIBS=$ac_check_lib_save_LIBS
14789 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14790 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14791 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14792 cat >conftest.$ac_ext <<_ACEOF
14793 /* confdefs.h. */
14794 _ACEOF
14795 cat confdefs.h >>conftest.$ac_ext
14796 cat >>conftest.$ac_ext <<_ACEOF
14797 /* end confdefs.h. */
14798 #ifdef HAVE_ALSA_ASOUNDLIB_H
14799 #include <alsa/asoundlib.h>
14800 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14801 #include <sys/asoundlib.h>
14802 #endif
14804 main ()
14806 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14808 return 0;
14810 _ACEOF
14811 rm -f conftest.$ac_objext
14812 if { (ac_try="$ac_compile"
14813 case "(($ac_try" in
14814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14815 *) ac_try_echo=$ac_try;;
14816 esac
14817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14818 (eval "$ac_compile") 2>conftest.er1
14819 ac_status=$?
14820 grep -v '^ *+' conftest.er1 >conftest.err
14821 rm -f conftest.er1
14822 cat conftest.err >&5
14823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14824 (exit $ac_status); } && {
14825 test -z "$ac_c_werror_flag" ||
14826 test ! -s conftest.err
14827 } && test -s conftest.$ac_objext; then
14829 cat >>confdefs.h <<\_ACEOF
14830 #define HAVE_ALSA 1
14831 _ACEOF
14833 ALSALIBS="-lasound"
14834 else
14835 echo "$as_me: failed program was:" >&5
14836 sed 's/^/| /' conftest.$ac_ext >&5
14841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14846 AUDIOIOLIBS=""
14848 if test "$ac_cv_header_libaudioio_h" = "yes"
14849 then
14850 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14851 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14852 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14853 echo $ECHO_N "(cached) $ECHO_C" >&6
14854 else
14855 ac_check_lib_save_LIBS=$LIBS
14856 LIBS="-laudioio $LIBS"
14857 cat >conftest.$ac_ext <<_ACEOF
14858 /* confdefs.h. */
14859 _ACEOF
14860 cat confdefs.h >>conftest.$ac_ext
14861 cat >>conftest.$ac_ext <<_ACEOF
14862 /* end confdefs.h. */
14864 /* Override any GCC internal prototype to avoid an error.
14865 Use char because int might match the return type of a GCC
14866 builtin and then its argument prototype would still apply. */
14867 #ifdef __cplusplus
14868 extern "C"
14869 #endif
14870 char AudioIOGetVersion ();
14872 main ()
14874 return AudioIOGetVersion ();
14876 return 0;
14878 _ACEOF
14879 rm -f conftest.$ac_objext conftest$ac_exeext
14880 if { (ac_try="$ac_link"
14881 case "(($ac_try" in
14882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14883 *) ac_try_echo=$ac_try;;
14884 esac
14885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14886 (eval "$ac_link") 2>conftest.er1
14887 ac_status=$?
14888 grep -v '^ *+' conftest.er1 >conftest.err
14889 rm -f conftest.er1
14890 cat conftest.err >&5
14891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14892 (exit $ac_status); } && {
14893 test -z "$ac_c_werror_flag" ||
14894 test ! -s conftest.err
14895 } && test -s conftest$ac_exeext &&
14896 $as_test_x conftest$ac_exeext; then
14897 ac_cv_lib_audioio_AudioIOGetVersion=yes
14898 else
14899 echo "$as_me: failed program was:" >&5
14900 sed 's/^/| /' conftest.$ac_ext >&5
14902 ac_cv_lib_audioio_AudioIOGetVersion=no
14905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14906 conftest$ac_exeext conftest.$ac_ext
14907 LIBS=$ac_check_lib_save_LIBS
14909 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14910 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14911 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14912 AUDIOIOLIBS="-laudioio"
14914 cat >>confdefs.h <<\_ACEOF
14915 #define HAVE_LIBAUDIOIO 1
14916 _ACEOF
14923 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14924 then
14925 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14926 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14927 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14928 echo $ECHO_N "(cached) $ECHO_C" >&6
14929 else
14930 ac_check_soname_save_LIBS=$LIBS
14931 LIBS="-lcapi20 $LIBS"
14932 cat >conftest.$ac_ext <<_ACEOF
14933 /* confdefs.h. */
14934 _ACEOF
14935 cat confdefs.h >>conftest.$ac_ext
14936 cat >>conftest.$ac_ext <<_ACEOF
14937 /* end confdefs.h. */
14939 /* Override any GCC internal prototype to avoid an error.
14940 Use char because int might match the return type of a GCC
14941 builtin and then its argument prototype would still apply. */
14942 #ifdef __cplusplus
14943 extern "C"
14944 #endif
14945 char capi20_register ();
14947 main ()
14949 return capi20_register ();
14951 return 0;
14953 _ACEOF
14954 rm -f conftest.$ac_objext conftest$ac_exeext
14955 if { (ac_try="$ac_link"
14956 case "(($ac_try" in
14957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14958 *) ac_try_echo=$ac_try;;
14959 esac
14960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14961 (eval "$ac_link") 2>conftest.er1
14962 ac_status=$?
14963 grep -v '^ *+' conftest.er1 >conftest.err
14964 rm -f conftest.er1
14965 cat conftest.err >&5
14966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14967 (exit $ac_status); } && {
14968 test -z "$ac_c_werror_flag" ||
14969 test ! -s conftest.err
14970 } && test -s conftest$ac_exeext &&
14971 $as_test_x conftest$ac_exeext; then
14972 case "$LIBEXT" in
14973 dll) ;;
14974 dylib) ac_cv_lib_soname_capi20=`otool -L conftest$ac_exeext | grep "libcapi20\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcapi20\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
14975 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14976 esac
14977 else
14978 echo "$as_me: failed program was:" >&5
14979 sed 's/^/| /' conftest.$ac_ext >&5
14984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14985 conftest$ac_exeext conftest.$ac_ext
14986 LIBS=$ac_check_soname_save_LIBS
14988 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14989 { echo "$as_me:$LINENO: result: not found" >&5
14990 echo "${ECHO_T}not found" >&6; }
14992 else
14993 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14994 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14996 cat >>confdefs.h <<_ACEOF
14997 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
14998 _ACEOF
15004 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15005 case "x$with_capi" in
15006 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15007 xno) ;;
15008 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15009 This is an error since --with-capi was requested." >&5
15010 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15011 This is an error since --with-capi was requested." >&2;}
15012 { (exit 1); exit 1; }; } ;;
15013 esac
15017 CUPSINCL=""
15019 if test "x$with_cups" != "xno"
15020 then
15021 ac_save_CPPFLAGS="$CPPFLAGS"
15022 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15023 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15024 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15026 for ac_header in cups/cups.h
15028 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15029 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15030 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15031 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15033 echo $ECHO_N "(cached) $ECHO_C" >&6
15035 ac_res=`eval echo '${'$as_ac_Header'}'`
15036 { echo "$as_me:$LINENO: result: $ac_res" >&5
15037 echo "${ECHO_T}$ac_res" >&6; }
15038 else
15039 # Is the header compilable?
15040 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15041 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15042 cat >conftest.$ac_ext <<_ACEOF
15043 /* confdefs.h. */
15044 _ACEOF
15045 cat confdefs.h >>conftest.$ac_ext
15046 cat >>conftest.$ac_ext <<_ACEOF
15047 /* end confdefs.h. */
15048 $ac_includes_default
15049 #include <$ac_header>
15050 _ACEOF
15051 rm -f conftest.$ac_objext
15052 if { (ac_try="$ac_compile"
15053 case "(($ac_try" in
15054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15055 *) ac_try_echo=$ac_try;;
15056 esac
15057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15058 (eval "$ac_compile") 2>conftest.er1
15059 ac_status=$?
15060 grep -v '^ *+' conftest.er1 >conftest.err
15061 rm -f conftest.er1
15062 cat conftest.err >&5
15063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15064 (exit $ac_status); } && {
15065 test -z "$ac_c_werror_flag" ||
15066 test ! -s conftest.err
15067 } && test -s conftest.$ac_objext; then
15068 ac_header_compiler=yes
15069 else
15070 echo "$as_me: failed program was:" >&5
15071 sed 's/^/| /' conftest.$ac_ext >&5
15073 ac_header_compiler=no
15076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15077 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15078 echo "${ECHO_T}$ac_header_compiler" >&6; }
15080 # Is the header present?
15081 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15082 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15083 cat >conftest.$ac_ext <<_ACEOF
15084 /* confdefs.h. */
15085 _ACEOF
15086 cat confdefs.h >>conftest.$ac_ext
15087 cat >>conftest.$ac_ext <<_ACEOF
15088 /* end confdefs.h. */
15089 #include <$ac_header>
15090 _ACEOF
15091 if { (ac_try="$ac_cpp conftest.$ac_ext"
15092 case "(($ac_try" in
15093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15094 *) ac_try_echo=$ac_try;;
15095 esac
15096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15097 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15098 ac_status=$?
15099 grep -v '^ *+' conftest.er1 >conftest.err
15100 rm -f conftest.er1
15101 cat conftest.err >&5
15102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15103 (exit $ac_status); } >/dev/null && {
15104 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15105 test ! -s conftest.err
15106 }; then
15107 ac_header_preproc=yes
15108 else
15109 echo "$as_me: failed program was:" >&5
15110 sed 's/^/| /' conftest.$ac_ext >&5
15112 ac_header_preproc=no
15115 rm -f conftest.err conftest.$ac_ext
15116 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15117 echo "${ECHO_T}$ac_header_preproc" >&6; }
15119 # So? What about this header?
15120 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15121 yes:no: )
15122 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15123 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15124 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15125 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15126 ac_header_preproc=yes
15128 no:yes:* )
15129 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15130 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15131 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15132 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15133 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15134 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15135 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15136 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15137 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15138 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15139 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15140 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15141 ( cat <<\_ASBOX
15142 ## ------------------------------------ ##
15143 ## Report this to wine-devel@winehq.org ##
15144 ## ------------------------------------ ##
15145 _ASBOX
15146 ) | sed "s/^/$as_me: WARNING: /" >&2
15148 esac
15149 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15150 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15151 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15152 echo $ECHO_N "(cached) $ECHO_C" >&6
15153 else
15154 eval "$as_ac_Header=\$ac_header_preproc"
15156 ac_res=`eval echo '${'$as_ac_Header'}'`
15157 { echo "$as_me:$LINENO: result: $ac_res" >&5
15158 echo "${ECHO_T}$ac_res" >&6; }
15161 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15162 cat >>confdefs.h <<_ACEOF
15163 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15164 _ACEOF
15165 { echo "$as_me:$LINENO: checking for -lcups" >&5
15166 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15167 if test "${ac_cv_lib_soname_cups+set}" = set; then
15168 echo $ECHO_N "(cached) $ECHO_C" >&6
15169 else
15170 ac_check_soname_save_LIBS=$LIBS
15171 LIBS="-lcups $ac_cups_libs $LIBS"
15172 cat >conftest.$ac_ext <<_ACEOF
15173 /* confdefs.h. */
15174 _ACEOF
15175 cat confdefs.h >>conftest.$ac_ext
15176 cat >>conftest.$ac_ext <<_ACEOF
15177 /* end confdefs.h. */
15179 /* Override any GCC internal prototype to avoid an error.
15180 Use char because int might match the return type of a GCC
15181 builtin and then its argument prototype would still apply. */
15182 #ifdef __cplusplus
15183 extern "C"
15184 #endif
15185 char cupsGetDefault ();
15187 main ()
15189 return cupsGetDefault ();
15191 return 0;
15193 _ACEOF
15194 rm -f conftest.$ac_objext conftest$ac_exeext
15195 if { (ac_try="$ac_link"
15196 case "(($ac_try" in
15197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15198 *) ac_try_echo=$ac_try;;
15199 esac
15200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15201 (eval "$ac_link") 2>conftest.er1
15202 ac_status=$?
15203 grep -v '^ *+' conftest.er1 >conftest.err
15204 rm -f conftest.er1
15205 cat conftest.err >&5
15206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15207 (exit $ac_status); } && {
15208 test -z "$ac_c_werror_flag" ||
15209 test ! -s conftest.err
15210 } && test -s conftest$ac_exeext &&
15211 $as_test_x conftest$ac_exeext; then
15212 case "$LIBEXT" in
15213 dll) ;;
15214 dylib) ac_cv_lib_soname_cups=`otool -L conftest$ac_exeext | grep "libcups\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcups\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15215 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15216 esac
15217 else
15218 echo "$as_me: failed program was:" >&5
15219 sed 's/^/| /' conftest.$ac_ext >&5
15224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15225 conftest$ac_exeext conftest.$ac_ext
15226 LIBS=$ac_check_soname_save_LIBS
15228 if test "x$ac_cv_lib_soname_cups" = "x"; then
15229 { echo "$as_me:$LINENO: result: not found" >&5
15230 echo "${ECHO_T}not found" >&6; }
15232 else
15233 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15234 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15236 cat >>confdefs.h <<_ACEOF
15237 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15238 _ACEOF
15240 CUPSINCL="$ac_cups_cflags"
15245 done
15247 CPPFLAGS="$ac_save_CPPFLAGS"
15249 if test "x$ac_cv_lib_soname_cups" = "x"; then
15250 case "x$with_cups" in
15251 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15252 xno) ;;
15253 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15254 This is an error since --with-cups was requested." >&5
15255 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15256 This is an error since --with-cups was requested." >&2;}
15257 { (exit 1); exit 1; }; } ;;
15258 esac
15262 if test "$ac_cv_header_jack_jack_h" = "yes"
15263 then
15264 { echo "$as_me:$LINENO: checking for -ljack" >&5
15265 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15266 if test "${ac_cv_lib_soname_jack+set}" = set; then
15267 echo $ECHO_N "(cached) $ECHO_C" >&6
15268 else
15269 ac_check_soname_save_LIBS=$LIBS
15270 LIBS="-ljack $LIBS"
15271 cat >conftest.$ac_ext <<_ACEOF
15272 /* confdefs.h. */
15273 _ACEOF
15274 cat confdefs.h >>conftest.$ac_ext
15275 cat >>conftest.$ac_ext <<_ACEOF
15276 /* end confdefs.h. */
15278 /* Override any GCC internal prototype to avoid an error.
15279 Use char because int might match the return type of a GCC
15280 builtin and then its argument prototype would still apply. */
15281 #ifdef __cplusplus
15282 extern "C"
15283 #endif
15284 char jack_client_new ();
15286 main ()
15288 return jack_client_new ();
15290 return 0;
15292 _ACEOF
15293 rm -f conftest.$ac_objext conftest$ac_exeext
15294 if { (ac_try="$ac_link"
15295 case "(($ac_try" in
15296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15297 *) ac_try_echo=$ac_try;;
15298 esac
15299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15300 (eval "$ac_link") 2>conftest.er1
15301 ac_status=$?
15302 grep -v '^ *+' conftest.er1 >conftest.err
15303 rm -f conftest.er1
15304 cat conftest.err >&5
15305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15306 (exit $ac_status); } && {
15307 test -z "$ac_c_werror_flag" ||
15308 test ! -s conftest.err
15309 } && test -s conftest$ac_exeext &&
15310 $as_test_x conftest$ac_exeext; then
15311 case "$LIBEXT" in
15312 dll) ;;
15313 dylib) ac_cv_lib_soname_jack=`otool -L conftest$ac_exeext | grep "libjack-*[0-9.]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjack-*[0-9.]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15314 *) ac_cv_lib_soname_jack=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjack-*[0-9.]*\\.$LIBEXT" | sed -e "s/^.*\(libjack-*[0-9.]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15315 esac
15316 else
15317 echo "$as_me: failed program was:" >&5
15318 sed 's/^/| /' conftest.$ac_ext >&5
15323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15324 conftest$ac_exeext conftest.$ac_ext
15325 LIBS=$ac_check_soname_save_LIBS
15327 if test "x$ac_cv_lib_soname_jack" = "x"; then
15328 { echo "$as_me:$LINENO: result: not found" >&5
15329 echo "${ECHO_T}not found" >&6; }
15331 else
15332 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15333 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15335 cat >>confdefs.h <<_ACEOF
15336 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15337 _ACEOF
15344 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15345 then
15346 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15347 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15348 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15349 echo $ECHO_N "(cached) $ECHO_C" >&6
15350 else
15351 ac_check_soname_save_LIBS=$LIBS
15352 LIBS="-lfontconfig $LIBS"
15353 cat >conftest.$ac_ext <<_ACEOF
15354 /* confdefs.h. */
15355 _ACEOF
15356 cat confdefs.h >>conftest.$ac_ext
15357 cat >>conftest.$ac_ext <<_ACEOF
15358 /* end confdefs.h. */
15360 /* Override any GCC internal prototype to avoid an error.
15361 Use char because int might match the return type of a GCC
15362 builtin and then its argument prototype would still apply. */
15363 #ifdef __cplusplus
15364 extern "C"
15365 #endif
15366 char FcInit ();
15368 main ()
15370 return FcInit ();
15372 return 0;
15374 _ACEOF
15375 rm -f conftest.$ac_objext conftest$ac_exeext
15376 if { (ac_try="$ac_link"
15377 case "(($ac_try" in
15378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15379 *) ac_try_echo=$ac_try;;
15380 esac
15381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15382 (eval "$ac_link") 2>conftest.er1
15383 ac_status=$?
15384 grep -v '^ *+' conftest.er1 >conftest.err
15385 rm -f conftest.er1
15386 cat conftest.err >&5
15387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15388 (exit $ac_status); } && {
15389 test -z "$ac_c_werror_flag" ||
15390 test ! -s conftest.err
15391 } && test -s conftest$ac_exeext &&
15392 $as_test_x conftest$ac_exeext; then
15393 case "$LIBEXT" in
15394 dll) ;;
15395 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15396 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15397 esac
15398 else
15399 echo "$as_me: failed program was:" >&5
15400 sed 's/^/| /' conftest.$ac_ext >&5
15405 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15406 conftest$ac_exeext conftest.$ac_ext
15407 LIBS=$ac_check_soname_save_LIBS
15409 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15410 { echo "$as_me:$LINENO: result: not found" >&5
15411 echo "${ECHO_T}not found" >&6; }
15413 else
15414 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15415 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15417 cat >>confdefs.h <<_ACEOF
15418 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15419 _ACEOF
15424 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15425 then
15426 ac_save_CPPFLAGS="$CPPFLAGS"
15427 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15428 $as_unset ac_cv_header_fontconfig_fontconfig_h
15430 for ac_header in fontconfig/fontconfig.h
15432 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15433 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15434 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15435 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15437 echo $ECHO_N "(cached) $ECHO_C" >&6
15439 ac_res=`eval echo '${'$as_ac_Header'}'`
15440 { echo "$as_me:$LINENO: result: $ac_res" >&5
15441 echo "${ECHO_T}$ac_res" >&6; }
15442 else
15443 # Is the header compilable?
15444 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15445 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15446 cat >conftest.$ac_ext <<_ACEOF
15447 /* confdefs.h. */
15448 _ACEOF
15449 cat confdefs.h >>conftest.$ac_ext
15450 cat >>conftest.$ac_ext <<_ACEOF
15451 /* end confdefs.h. */
15452 $ac_includes_default
15453 #include <$ac_header>
15454 _ACEOF
15455 rm -f conftest.$ac_objext
15456 if { (ac_try="$ac_compile"
15457 case "(($ac_try" in
15458 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15459 *) ac_try_echo=$ac_try;;
15460 esac
15461 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15462 (eval "$ac_compile") 2>conftest.er1
15463 ac_status=$?
15464 grep -v '^ *+' conftest.er1 >conftest.err
15465 rm -f conftest.er1
15466 cat conftest.err >&5
15467 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15468 (exit $ac_status); } && {
15469 test -z "$ac_c_werror_flag" ||
15470 test ! -s conftest.err
15471 } && test -s conftest.$ac_objext; then
15472 ac_header_compiler=yes
15473 else
15474 echo "$as_me: failed program was:" >&5
15475 sed 's/^/| /' conftest.$ac_ext >&5
15477 ac_header_compiler=no
15480 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15481 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15482 echo "${ECHO_T}$ac_header_compiler" >&6; }
15484 # Is the header present?
15485 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15486 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15487 cat >conftest.$ac_ext <<_ACEOF
15488 /* confdefs.h. */
15489 _ACEOF
15490 cat confdefs.h >>conftest.$ac_ext
15491 cat >>conftest.$ac_ext <<_ACEOF
15492 /* end confdefs.h. */
15493 #include <$ac_header>
15494 _ACEOF
15495 if { (ac_try="$ac_cpp conftest.$ac_ext"
15496 case "(($ac_try" in
15497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15498 *) ac_try_echo=$ac_try;;
15499 esac
15500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15501 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15502 ac_status=$?
15503 grep -v '^ *+' conftest.er1 >conftest.err
15504 rm -f conftest.er1
15505 cat conftest.err >&5
15506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15507 (exit $ac_status); } >/dev/null && {
15508 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15509 test ! -s conftest.err
15510 }; then
15511 ac_header_preproc=yes
15512 else
15513 echo "$as_me: failed program was:" >&5
15514 sed 's/^/| /' conftest.$ac_ext >&5
15516 ac_header_preproc=no
15519 rm -f conftest.err conftest.$ac_ext
15520 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15521 echo "${ECHO_T}$ac_header_preproc" >&6; }
15523 # So? What about this header?
15524 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15525 yes:no: )
15526 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15527 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15529 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15530 ac_header_preproc=yes
15532 no:yes:* )
15533 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15534 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15535 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15536 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15537 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15538 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15540 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15542 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15544 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15545 ( cat <<\_ASBOX
15546 ## ------------------------------------ ##
15547 ## Report this to wine-devel@winehq.org ##
15548 ## ------------------------------------ ##
15549 _ASBOX
15550 ) | sed "s/^/$as_me: WARNING: /" >&2
15552 esac
15553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15556 echo $ECHO_N "(cached) $ECHO_C" >&6
15557 else
15558 eval "$as_ac_Header=\$ac_header_preproc"
15560 ac_res=`eval echo '${'$as_ac_Header'}'`
15561 { echo "$as_me:$LINENO: result: $ac_res" >&5
15562 echo "${ECHO_T}$ac_res" >&6; }
15565 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15566 cat >>confdefs.h <<_ACEOF
15567 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15568 _ACEOF
15572 done
15574 CPPFLAGS="$ac_save_CPPFLAGS"
15575 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15576 then
15577 FONTCONFIGINCL="$X_CFLAGS"
15579 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15580 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15581 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15582 echo $ECHO_N "(cached) $ECHO_C" >&6
15583 else
15584 ac_check_soname_save_LIBS=$LIBS
15585 LIBS="-lfontconfig $X_LIBS $LIBS"
15586 cat >conftest.$ac_ext <<_ACEOF
15587 /* confdefs.h. */
15588 _ACEOF
15589 cat confdefs.h >>conftest.$ac_ext
15590 cat >>conftest.$ac_ext <<_ACEOF
15591 /* end confdefs.h. */
15593 /* Override any GCC internal prototype to avoid an error.
15594 Use char because int might match the return type of a GCC
15595 builtin and then its argument prototype would still apply. */
15596 #ifdef __cplusplus
15597 extern "C"
15598 #endif
15599 char FcInit ();
15601 main ()
15603 return FcInit ();
15605 return 0;
15607 _ACEOF
15608 rm -f conftest.$ac_objext conftest$ac_exeext
15609 if { (ac_try="$ac_link"
15610 case "(($ac_try" in
15611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15612 *) ac_try_echo=$ac_try;;
15613 esac
15614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15615 (eval "$ac_link") 2>conftest.er1
15616 ac_status=$?
15617 grep -v '^ *+' conftest.er1 >conftest.err
15618 rm -f conftest.er1
15619 cat conftest.err >&5
15620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15621 (exit $ac_status); } && {
15622 test -z "$ac_c_werror_flag" ||
15623 test ! -s conftest.err
15624 } && test -s conftest$ac_exeext &&
15625 $as_test_x conftest$ac_exeext; then
15626 case "$LIBEXT" in
15627 dll) ;;
15628 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15629 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15630 esac
15631 else
15632 echo "$as_me: failed program was:" >&5
15633 sed 's/^/| /' conftest.$ac_ext >&5
15638 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15639 conftest$ac_exeext conftest.$ac_ext
15640 LIBS=$ac_check_soname_save_LIBS
15642 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15643 { echo "$as_me:$LINENO: result: not found" >&5
15644 echo "${ECHO_T}not found" >&6; }
15646 else
15647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15648 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15650 cat >>confdefs.h <<_ACEOF
15651 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15652 _ACEOF
15659 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15660 case "x$with_fontconfig" in
15661 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15662 xno) ;;
15663 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15664 This is an error since --with-fontconfig was requested." >&5
15665 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15666 This is an error since --with-fontconfig was requested." >&2;}
15667 { (exit 1); exit 1; }; } ;;
15668 esac
15672 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15673 then
15674 { echo "$as_me:$LINENO: checking for -lssl" >&5
15675 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15676 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15677 echo $ECHO_N "(cached) $ECHO_C" >&6
15678 else
15679 ac_check_soname_save_LIBS=$LIBS
15680 LIBS="-lssl $LIBS"
15681 cat >conftest.$ac_ext <<_ACEOF
15682 /* confdefs.h. */
15683 _ACEOF
15684 cat confdefs.h >>conftest.$ac_ext
15685 cat >>conftest.$ac_ext <<_ACEOF
15686 /* end confdefs.h. */
15688 /* Override any GCC internal prototype to avoid an error.
15689 Use char because int might match the return type of a GCC
15690 builtin and then its argument prototype would still apply. */
15691 #ifdef __cplusplus
15692 extern "C"
15693 #endif
15694 char SSL_library_init ();
15696 main ()
15698 return SSL_library_init ();
15700 return 0;
15702 _ACEOF
15703 rm -f conftest.$ac_objext conftest$ac_exeext
15704 if { (ac_try="$ac_link"
15705 case "(($ac_try" in
15706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15707 *) ac_try_echo=$ac_try;;
15708 esac
15709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15710 (eval "$ac_link") 2>conftest.er1
15711 ac_status=$?
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } && {
15717 test -z "$ac_c_werror_flag" ||
15718 test ! -s conftest.err
15719 } && test -s conftest$ac_exeext &&
15720 $as_test_x conftest$ac_exeext; then
15721 case "$LIBEXT" in
15722 dll) ;;
15723 dylib) ac_cv_lib_soname_ssl=`otool -L conftest$ac_exeext | grep "libssl\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libssl\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15724 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15725 esac
15726 else
15727 echo "$as_me: failed program was:" >&5
15728 sed 's/^/| /' conftest.$ac_ext >&5
15733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15734 conftest$ac_exeext conftest.$ac_ext
15735 LIBS=$ac_check_soname_save_LIBS
15737 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15738 { echo "$as_me:$LINENO: result: not found" >&5
15739 echo "${ECHO_T}not found" >&6; }
15741 else
15742 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15743 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15745 cat >>confdefs.h <<_ACEOF
15746 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15747 _ACEOF
15752 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15753 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15754 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15755 echo $ECHO_N "(cached) $ECHO_C" >&6
15756 else
15757 ac_check_soname_save_LIBS=$LIBS
15758 LIBS="-lcrypto $LIBS"
15759 cat >conftest.$ac_ext <<_ACEOF
15760 /* confdefs.h. */
15761 _ACEOF
15762 cat confdefs.h >>conftest.$ac_ext
15763 cat >>conftest.$ac_ext <<_ACEOF
15764 /* end confdefs.h. */
15766 /* Override any GCC internal prototype to avoid an error.
15767 Use char because int might match the return type of a GCC
15768 builtin and then its argument prototype would still apply. */
15769 #ifdef __cplusplus
15770 extern "C"
15771 #endif
15772 char BIO_new_socket ();
15774 main ()
15776 return BIO_new_socket ();
15778 return 0;
15780 _ACEOF
15781 rm -f conftest.$ac_objext conftest$ac_exeext
15782 if { (ac_try="$ac_link"
15783 case "(($ac_try" in
15784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15785 *) ac_try_echo=$ac_try;;
15786 esac
15787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15788 (eval "$ac_link") 2>conftest.er1
15789 ac_status=$?
15790 grep -v '^ *+' conftest.er1 >conftest.err
15791 rm -f conftest.er1
15792 cat conftest.err >&5
15793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15794 (exit $ac_status); } && {
15795 test -z "$ac_c_werror_flag" ||
15796 test ! -s conftest.err
15797 } && test -s conftest$ac_exeext &&
15798 $as_test_x conftest$ac_exeext; then
15799 case "$LIBEXT" in
15800 dll) ;;
15801 dylib) ac_cv_lib_soname_crypto=`otool -L conftest$ac_exeext | grep "libcrypto\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libcrypto\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15802 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15803 esac
15804 else
15805 echo "$as_me: failed program was:" >&5
15806 sed 's/^/| /' conftest.$ac_ext >&5
15811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15812 conftest$ac_exeext conftest.$ac_ext
15813 LIBS=$ac_check_soname_save_LIBS
15815 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15816 { echo "$as_me:$LINENO: result: not found" >&5
15817 echo "${ECHO_T}not found" >&6; }
15819 else
15820 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15821 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15823 cat >>confdefs.h <<_ACEOF
15824 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15825 _ACEOF
15831 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15832 case "x$with_openssl" in
15833 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15834 xno) ;;
15835 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15836 This is an error since --with-openssl was requested." >&5
15837 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15838 This is an error since --with-openssl was requested." >&2;}
15839 { (exit 1); exit 1; }; } ;;
15840 esac
15844 if test "$ac_cv_header_jpeglib_h" = "yes"
15845 then
15846 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15847 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15848 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15849 echo $ECHO_N "(cached) $ECHO_C" >&6
15850 else
15851 ac_check_soname_save_LIBS=$LIBS
15852 LIBS="-ljpeg $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. */
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 jpeg_start_decompress ();
15868 main ()
15870 return jpeg_start_decompress ();
15872 return 0;
15874 _ACEOF
15875 rm -f conftest.$ac_objext conftest$ac_exeext
15876 if { (ac_try="$ac_link"
15877 case "(($ac_try" in
15878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15879 *) ac_try_echo=$ac_try;;
15880 esac
15881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15882 (eval "$ac_link") 2>conftest.er1
15883 ac_status=$?
15884 grep -v '^ *+' conftest.er1 >conftest.err
15885 rm -f conftest.er1
15886 cat conftest.err >&5
15887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15888 (exit $ac_status); } && {
15889 test -z "$ac_c_werror_flag" ||
15890 test ! -s conftest.err
15891 } && test -s conftest$ac_exeext &&
15892 $as_test_x conftest$ac_exeext; then
15893 case "$LIBEXT" in
15894 dll) ;;
15895 dylib) ac_cv_lib_soname_jpeg=`otool -L conftest$ac_exeext | grep "libjpeg\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libjpeg\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15896 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15897 esac
15898 else
15899 echo "$as_me: failed program was:" >&5
15900 sed 's/^/| /' conftest.$ac_ext >&5
15905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15906 conftest$ac_exeext conftest.$ac_ext
15907 LIBS=$ac_check_soname_save_LIBS
15909 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15910 { echo "$as_me:$LINENO: result: not found" >&5
15911 echo "${ECHO_T}not found" >&6; }
15913 else
15914 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15915 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15917 cat >>confdefs.h <<_ACEOF
15918 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15919 _ACEOF
15925 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15926 case "x$with_jpeg" in
15927 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15928 xno) ;;
15929 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15930 This is an error since --with-jpeg was requested." >&5
15931 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15932 This is an error since --with-jpeg was requested." >&2;}
15933 { (exit 1); exit 1; }; } ;;
15934 esac
15938 if test "$ac_cv_header_png_h" = "yes"
15939 then
15940 { echo "$as_me:$LINENO: checking for -lpng" >&5
15941 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15942 if test "${ac_cv_lib_soname_png+set}" = set; then
15943 echo $ECHO_N "(cached) $ECHO_C" >&6
15944 else
15945 ac_check_soname_save_LIBS=$LIBS
15946 LIBS="-lpng -lm $LIBS"
15947 cat >conftest.$ac_ext <<_ACEOF
15948 /* confdefs.h. */
15949 _ACEOF
15950 cat confdefs.h >>conftest.$ac_ext
15951 cat >>conftest.$ac_ext <<_ACEOF
15952 /* end confdefs.h. */
15954 /* Override any GCC internal prototype to avoid an error.
15955 Use char because int might match the return type of a GCC
15956 builtin and then its argument prototype would still apply. */
15957 #ifdef __cplusplus
15958 extern "C"
15959 #endif
15960 char png_create_read_struct ();
15962 main ()
15964 return png_create_read_struct ();
15966 return 0;
15968 _ACEOF
15969 rm -f conftest.$ac_objext conftest$ac_exeext
15970 if { (ac_try="$ac_link"
15971 case "(($ac_try" in
15972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15973 *) ac_try_echo=$ac_try;;
15974 esac
15975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15976 (eval "$ac_link") 2>conftest.er1
15977 ac_status=$?
15978 grep -v '^ *+' conftest.er1 >conftest.err
15979 rm -f conftest.er1
15980 cat conftest.err >&5
15981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15982 (exit $ac_status); } && {
15983 test -z "$ac_c_werror_flag" ||
15984 test ! -s conftest.err
15985 } && test -s conftest$ac_exeext &&
15986 $as_test_x conftest$ac_exeext; then
15987 case "$LIBEXT" in
15988 dll) ;;
15989 dylib) ac_cv_lib_soname_png=`otool -L conftest$ac_exeext | grep "libpng[0-9]*\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libpng[0-9]*\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15990 *) ac_cv_lib_soname_png=`$ac_cv_path_LDD conftest$ac_exeext | grep "libpng[0-9]*\\.$LIBEXT" | sed -e "s/^.*\(libpng[0-9]*\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15991 esac
15992 else
15993 echo "$as_me: failed program was:" >&5
15994 sed 's/^/| /' conftest.$ac_ext >&5
15999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16000 conftest$ac_exeext conftest.$ac_ext
16001 LIBS=$ac_check_soname_save_LIBS
16003 if test "x$ac_cv_lib_soname_png" = "x"; then
16004 { echo "$as_me:$LINENO: result: not found" >&5
16005 echo "${ECHO_T}not found" >&6; }
16007 else
16008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16009 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16011 cat >>confdefs.h <<_ACEOF
16012 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16013 _ACEOF
16019 if test "x$ac_cv_lib_soname_png" = "x"; then
16020 case "x$with_png" in
16021 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16022 xno) ;;
16023 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16024 This is an error since --with-png was requested." >&5
16025 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16026 This is an error since --with-png was requested." >&2;}
16027 { (exit 1); exit 1; }; } ;;
16028 esac
16032 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16033 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16034 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16035 echo $ECHO_N "(cached) $ECHO_C" >&6
16036 else
16037 ac_check_soname_save_LIBS=$LIBS
16038 LIBS="-lodbc $LIBS"
16039 cat >conftest.$ac_ext <<_ACEOF
16040 /* confdefs.h. */
16041 _ACEOF
16042 cat confdefs.h >>conftest.$ac_ext
16043 cat >>conftest.$ac_ext <<_ACEOF
16044 /* end confdefs.h. */
16046 /* Override any GCC internal prototype to avoid an error.
16047 Use char because int might match the return type of a GCC
16048 builtin and then its argument prototype would still apply. */
16049 #ifdef __cplusplus
16050 extern "C"
16051 #endif
16052 char SQLConnect ();
16054 main ()
16056 return SQLConnect ();
16058 return 0;
16060 _ACEOF
16061 rm -f conftest.$ac_objext conftest$ac_exeext
16062 if { (ac_try="$ac_link"
16063 case "(($ac_try" in
16064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16065 *) ac_try_echo=$ac_try;;
16066 esac
16067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16068 (eval "$ac_link") 2>conftest.er1
16069 ac_status=$?
16070 grep -v '^ *+' conftest.er1 >conftest.err
16071 rm -f conftest.er1
16072 cat conftest.err >&5
16073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16074 (exit $ac_status); } && {
16075 test -z "$ac_c_werror_flag" ||
16076 test ! -s conftest.err
16077 } && test -s conftest$ac_exeext &&
16078 $as_test_x conftest$ac_exeext; then
16079 case "$LIBEXT" in
16080 dll) ;;
16081 dylib) ac_cv_lib_soname_odbc=`otool -L conftest$ac_exeext | grep "libodbc\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libodbc\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16082 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16083 esac
16084 else
16085 echo "$as_me: failed program was:" >&5
16086 sed 's/^/| /' conftest.$ac_ext >&5
16091 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16092 conftest$ac_exeext conftest.$ac_ext
16093 LIBS=$ac_check_soname_save_LIBS
16095 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16096 { echo "$as_me:$LINENO: result: not found" >&5
16097 echo "${ECHO_T}not found" >&6; }
16098 cat >>confdefs.h <<_ACEOF
16099 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16100 _ACEOF
16102 else
16103 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16104 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16106 cat >>confdefs.h <<_ACEOF
16107 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16108 _ACEOF
16114 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16115 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16116 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16117 "$ac_cv_header_soundcard_h" != "yes" -a \
16118 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16119 then
16120 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16124 EXTRACFLAGS=""
16126 if test "x${GCC}" = "xyes"
16127 then
16128 EXTRACFLAGS="-Wall -pipe"
16130 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16131 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16132 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16133 echo $ECHO_N "(cached) $ECHO_C" >&6
16134 else
16135 if test "$cross_compiling" = yes; then
16136 ac_cv_c_gcc_strength_bug="yes"
16137 else
16138 cat >conftest.$ac_ext <<_ACEOF
16139 /* confdefs.h. */
16140 _ACEOF
16141 cat confdefs.h >>conftest.$ac_ext
16142 cat >>conftest.$ac_ext <<_ACEOF
16143 /* end confdefs.h. */
16144 int L[4] = {0,1,2,3};
16146 main ()
16148 static int Array[3];
16149 unsigned int B = 3;
16150 int i;
16151 for(i=0; i<B; i++) Array[i] = i - 3;
16152 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16153 L[i] = 4;
16154 exit( Array[1] != -2 || L[2] != 3)
16156 return 0;
16158 _ACEOF
16159 rm -f conftest$ac_exeext
16160 if { (ac_try="$ac_link"
16161 case "(($ac_try" in
16162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16163 *) ac_try_echo=$ac_try;;
16164 esac
16165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16166 (eval "$ac_link") 2>&5
16167 ac_status=$?
16168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16169 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16170 { (case "(($ac_try" in
16171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16172 *) ac_try_echo=$ac_try;;
16173 esac
16174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16175 (eval "$ac_try") 2>&5
16176 ac_status=$?
16177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16178 (exit $ac_status); }; }; then
16179 ac_cv_c_gcc_strength_bug="no"
16180 else
16181 echo "$as_me: program exited with status $ac_status" >&5
16182 echo "$as_me: failed program was:" >&5
16183 sed 's/^/| /' conftest.$ac_ext >&5
16185 ( exit $ac_status )
16186 ac_cv_c_gcc_strength_bug="yes"
16188 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16193 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16194 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16195 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16196 then
16197 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16201 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16202 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16203 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16204 echo $ECHO_N "(cached) $ECHO_C" >&6
16205 else
16206 ac_wine_try_cflags_saved=$CFLAGS
16207 CFLAGS="$CFLAGS -fshort-wchar"
16208 cat >conftest.$ac_ext <<_ACEOF
16209 /* confdefs.h. */
16210 _ACEOF
16211 cat confdefs.h >>conftest.$ac_ext
16212 cat >>conftest.$ac_ext <<_ACEOF
16213 /* end confdefs.h. */
16216 main ()
16220 return 0;
16222 _ACEOF
16223 rm -f conftest.$ac_objext conftest$ac_exeext
16224 if { (ac_try="$ac_link"
16225 case "(($ac_try" in
16226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16227 *) ac_try_echo=$ac_try;;
16228 esac
16229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16230 (eval "$ac_link") 2>conftest.er1
16231 ac_status=$?
16232 grep -v '^ *+' conftest.er1 >conftest.err
16233 rm -f conftest.er1
16234 cat conftest.err >&5
16235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); } && {
16237 test -z "$ac_c_werror_flag" ||
16238 test ! -s conftest.err
16239 } && test -s conftest$ac_exeext &&
16240 $as_test_x conftest$ac_exeext; then
16241 ac_cv_cflags__fshort_wchar=yes
16242 else
16243 echo "$as_me: failed program was:" >&5
16244 sed 's/^/| /' conftest.$ac_ext >&5
16246 ac_cv_cflags__fshort_wchar=no
16249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16250 conftest$ac_exeext conftest.$ac_ext
16251 CFLAGS=$ac_wine_try_cflags_saved
16253 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16254 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16255 if test $ac_cv_cflags__fshort_wchar = yes; then
16257 cat >>confdefs.h <<\_ACEOF
16258 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16259 _ACEOF
16263 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16264 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16265 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16266 echo $ECHO_N "(cached) $ECHO_C" >&6
16267 else
16268 ac_wine_try_cflags_saved=$CFLAGS
16269 CFLAGS="$CFLAGS -fno-strict-aliasing"
16270 cat >conftest.$ac_ext <<_ACEOF
16271 /* confdefs.h. */
16272 _ACEOF
16273 cat confdefs.h >>conftest.$ac_ext
16274 cat >>conftest.$ac_ext <<_ACEOF
16275 /* end confdefs.h. */
16278 main ()
16282 return 0;
16284 _ACEOF
16285 rm -f conftest.$ac_objext conftest$ac_exeext
16286 if { (ac_try="$ac_link"
16287 case "(($ac_try" in
16288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16289 *) ac_try_echo=$ac_try;;
16290 esac
16291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16292 (eval "$ac_link") 2>conftest.er1
16293 ac_status=$?
16294 grep -v '^ *+' conftest.er1 >conftest.err
16295 rm -f conftest.er1
16296 cat conftest.err >&5
16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16298 (exit $ac_status); } && {
16299 test -z "$ac_c_werror_flag" ||
16300 test ! -s conftest.err
16301 } && test -s conftest$ac_exeext &&
16302 $as_test_x conftest$ac_exeext; then
16303 ac_cv_cflags__fno_strict_aliasing=yes
16304 else
16305 echo "$as_me: failed program was:" >&5
16306 sed 's/^/| /' conftest.$ac_ext >&5
16308 ac_cv_cflags__fno_strict_aliasing=no
16311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16312 conftest$ac_exeext conftest.$ac_ext
16313 CFLAGS=$ac_wine_try_cflags_saved
16315 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16316 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16317 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16318 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16321 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16322 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16323 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16324 echo $ECHO_N "(cached) $ECHO_C" >&6
16325 else
16326 ac_wine_try_cflags_saved=$CFLAGS
16327 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16328 cat >conftest.$ac_ext <<_ACEOF
16329 /* confdefs.h. */
16330 _ACEOF
16331 cat confdefs.h >>conftest.$ac_ext
16332 cat >>conftest.$ac_ext <<_ACEOF
16333 /* end confdefs.h. */
16336 main ()
16340 return 0;
16342 _ACEOF
16343 rm -f conftest.$ac_objext conftest$ac_exeext
16344 if { (ac_try="$ac_link"
16345 case "(($ac_try" in
16346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16347 *) ac_try_echo=$ac_try;;
16348 esac
16349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16350 (eval "$ac_link") 2>conftest.er1
16351 ac_status=$?
16352 grep -v '^ *+' conftest.er1 >conftest.err
16353 rm -f conftest.er1
16354 cat conftest.err >&5
16355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16356 (exit $ac_status); } && {
16357 test -z "$ac_c_werror_flag" ||
16358 test ! -s conftest.err
16359 } && test -s conftest$ac_exeext &&
16360 $as_test_x conftest$ac_exeext; then
16361 ac_cv_cflags__Wdeclaration_after_statement=yes
16362 else
16363 echo "$as_me: failed program was:" >&5
16364 sed 's/^/| /' conftest.$ac_ext >&5
16366 ac_cv_cflags__Wdeclaration_after_statement=no
16369 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16370 conftest$ac_exeext conftest.$ac_ext
16371 CFLAGS=$ac_wine_try_cflags_saved
16373 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16374 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16375 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16376 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16379 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16380 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16381 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16382 echo $ECHO_N "(cached) $ECHO_C" >&6
16383 else
16384 ac_wine_try_cflags_saved=$CFLAGS
16385 CFLAGS="$CFLAGS -Wwrite-strings"
16386 cat >conftest.$ac_ext <<_ACEOF
16387 /* confdefs.h. */
16388 _ACEOF
16389 cat confdefs.h >>conftest.$ac_ext
16390 cat >>conftest.$ac_ext <<_ACEOF
16391 /* end confdefs.h. */
16394 main ()
16398 return 0;
16400 _ACEOF
16401 rm -f conftest.$ac_objext conftest$ac_exeext
16402 if { (ac_try="$ac_link"
16403 case "(($ac_try" in
16404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16405 *) ac_try_echo=$ac_try;;
16406 esac
16407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16408 (eval "$ac_link") 2>conftest.er1
16409 ac_status=$?
16410 grep -v '^ *+' conftest.er1 >conftest.err
16411 rm -f conftest.er1
16412 cat conftest.err >&5
16413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16414 (exit $ac_status); } && {
16415 test -z "$ac_c_werror_flag" ||
16416 test ! -s conftest.err
16417 } && test -s conftest$ac_exeext &&
16418 $as_test_x conftest$ac_exeext; then
16419 ac_cv_cflags__Wwrite_strings=yes
16420 else
16421 echo "$as_me: failed program was:" >&5
16422 sed 's/^/| /' conftest.$ac_ext >&5
16424 ac_cv_cflags__Wwrite_strings=no
16427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16428 conftest$ac_exeext conftest.$ac_ext
16429 CFLAGS=$ac_wine_try_cflags_saved
16431 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16432 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16433 if test $ac_cv_cflags__Wwrite_strings = yes; then
16434 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16437 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16438 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16439 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16440 echo $ECHO_N "(cached) $ECHO_C" >&6
16441 else
16442 ac_wine_try_cflags_saved=$CFLAGS
16443 CFLAGS="$CFLAGS -Wtype-limits"
16444 cat >conftest.$ac_ext <<_ACEOF
16445 /* confdefs.h. */
16446 _ACEOF
16447 cat confdefs.h >>conftest.$ac_ext
16448 cat >>conftest.$ac_ext <<_ACEOF
16449 /* end confdefs.h. */
16452 main ()
16456 return 0;
16458 _ACEOF
16459 rm -f conftest.$ac_objext conftest$ac_exeext
16460 if { (ac_try="$ac_link"
16461 case "(($ac_try" in
16462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16463 *) ac_try_echo=$ac_try;;
16464 esac
16465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16466 (eval "$ac_link") 2>conftest.er1
16467 ac_status=$?
16468 grep -v '^ *+' conftest.er1 >conftest.err
16469 rm -f conftest.er1
16470 cat conftest.err >&5
16471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16472 (exit $ac_status); } && {
16473 test -z "$ac_c_werror_flag" ||
16474 test ! -s conftest.err
16475 } && test -s conftest$ac_exeext &&
16476 $as_test_x conftest$ac_exeext; then
16477 ac_cv_cflags__Wtype_limits=yes
16478 else
16479 echo "$as_me: failed program was:" >&5
16480 sed 's/^/| /' conftest.$ac_ext >&5
16482 ac_cv_cflags__Wtype_limits=no
16485 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16486 conftest$ac_exeext conftest.$ac_ext
16487 CFLAGS=$ac_wine_try_cflags_saved
16489 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16490 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16491 if test $ac_cv_cflags__Wtype_limits = yes; then
16492 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16496 saved_CFLAGS="$CFLAGS"
16497 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16498 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16499 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16500 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16501 echo $ECHO_N "(cached) $ECHO_C" >&6
16502 else
16503 cat >conftest.$ac_ext <<_ACEOF
16504 /* confdefs.h. */
16505 _ACEOF
16506 cat confdefs.h >>conftest.$ac_ext
16507 cat >>conftest.$ac_ext <<_ACEOF
16508 /* end confdefs.h. */
16509 #include <string.h>
16511 main ()
16515 return 0;
16517 _ACEOF
16518 rm -f conftest.$ac_objext
16519 if { (ac_try="$ac_compile"
16520 case "(($ac_try" in
16521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16522 *) ac_try_echo=$ac_try;;
16523 esac
16524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16525 (eval "$ac_compile") 2>conftest.er1
16526 ac_status=$?
16527 grep -v '^ *+' conftest.er1 >conftest.err
16528 rm -f conftest.er1
16529 cat conftest.err >&5
16530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16531 (exit $ac_status); } && {
16532 test -z "$ac_c_werror_flag" ||
16533 test ! -s conftest.err
16534 } && test -s conftest.$ac_objext; then
16535 ac_cv_c_string_h_warnings=no
16536 else
16537 echo "$as_me: failed program was:" >&5
16538 sed 's/^/| /' conftest.$ac_ext >&5
16540 ac_cv_c_string_h_warnings=yes
16543 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16545 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16546 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16547 CFLAGS="$saved_CFLAGS"
16548 if test "$ac_cv_c_string_h_warnings" = "no"
16549 then
16550 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16553 BUILTINFLAG=""
16555 saved_CFLAGS="$CFLAGS"
16556 CFLAGS="$CFLAGS -Werror"
16557 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16558 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16559 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16560 echo $ECHO_N "(cached) $ECHO_C" >&6
16561 else
16562 cat >conftest.$ac_ext <<_ACEOF
16563 /* confdefs.h. */
16564 _ACEOF
16565 cat confdefs.h >>conftest.$ac_ext
16566 cat >>conftest.$ac_ext <<_ACEOF
16567 /* end confdefs.h. */
16570 main ()
16572 int iswlower(unsigned short);
16574 return 0;
16576 _ACEOF
16577 rm -f conftest.$ac_objext
16578 if { (ac_try="$ac_compile"
16579 case "(($ac_try" in
16580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16581 *) ac_try_echo=$ac_try;;
16582 esac
16583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16584 (eval "$ac_compile") 2>conftest.er1
16585 ac_status=$?
16586 grep -v '^ *+' conftest.er1 >conftest.err
16587 rm -f conftest.er1
16588 cat conftest.err >&5
16589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16590 (exit $ac_status); } && {
16591 test -z "$ac_c_werror_flag" ||
16592 test ! -s conftest.err
16593 } && test -s conftest.$ac_objext; then
16594 ac_cv_c_builtin_wchar_ctype=no
16595 else
16596 echo "$as_me: failed program was:" >&5
16597 sed 's/^/| /' conftest.$ac_ext >&5
16599 ac_cv_c_builtin_wchar_ctype=yes
16602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16604 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16605 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16606 CFLAGS="$saved_CFLAGS"
16607 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16608 then
16609 BUILTINFLAG="-fno-builtin"
16614 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16615 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16616 if test "${ac_cv_asm_func_def+set}" = set; then
16617 echo $ECHO_N "(cached) $ECHO_C" >&6
16618 else
16619 cat >conftest.$ac_ext <<_ACEOF
16620 /* confdefs.h. */
16621 _ACEOF
16622 cat confdefs.h >>conftest.$ac_ext
16623 cat >>conftest.$ac_ext <<_ACEOF
16624 /* end confdefs.h. */
16627 main ()
16629 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16631 return 0;
16633 _ACEOF
16634 rm -f conftest.$ac_objext conftest$ac_exeext
16635 if { (ac_try="$ac_link"
16636 case "(($ac_try" in
16637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16638 *) ac_try_echo=$ac_try;;
16639 esac
16640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16641 (eval "$ac_link") 2>conftest.er1
16642 ac_status=$?
16643 grep -v '^ *+' conftest.er1 >conftest.err
16644 rm -f conftest.er1
16645 cat conftest.err >&5
16646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16647 (exit $ac_status); } && {
16648 test -z "$ac_c_werror_flag" ||
16649 test ! -s conftest.err
16650 } && test -s conftest$ac_exeext &&
16651 $as_test_x conftest$ac_exeext; then
16652 ac_cv_asm_func_def=".def"
16653 else
16654 echo "$as_me: failed program was:" >&5
16655 sed 's/^/| /' conftest.$ac_ext >&5
16657 cat >conftest.$ac_ext <<_ACEOF
16658 /* confdefs.h. */
16659 _ACEOF
16660 cat confdefs.h >>conftest.$ac_ext
16661 cat >>conftest.$ac_ext <<_ACEOF
16662 /* end confdefs.h. */
16665 main ()
16667 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16669 return 0;
16671 _ACEOF
16672 rm -f conftest.$ac_objext conftest$ac_exeext
16673 if { (ac_try="$ac_link"
16674 case "(($ac_try" in
16675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16676 *) ac_try_echo=$ac_try;;
16677 esac
16678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16679 (eval "$ac_link") 2>conftest.er1
16680 ac_status=$?
16681 grep -v '^ *+' conftest.er1 >conftest.err
16682 rm -f conftest.er1
16683 cat conftest.err >&5
16684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16685 (exit $ac_status); } && {
16686 test -z "$ac_c_werror_flag" ||
16687 test ! -s conftest.err
16688 } && test -s conftest$ac_exeext &&
16689 $as_test_x conftest$ac_exeext; then
16690 ac_cv_asm_func_def=".type @function"
16691 else
16692 echo "$as_me: failed program was:" >&5
16693 sed 's/^/| /' conftest.$ac_ext >&5
16695 cat >conftest.$ac_ext <<_ACEOF
16696 /* confdefs.h. */
16697 _ACEOF
16698 cat confdefs.h >>conftest.$ac_ext
16699 cat >>conftest.$ac_ext <<_ACEOF
16700 /* end confdefs.h. */
16703 main ()
16705 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16707 return 0;
16709 _ACEOF
16710 rm -f conftest.$ac_objext conftest$ac_exeext
16711 if { (ac_try="$ac_link"
16712 case "(($ac_try" in
16713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16714 *) ac_try_echo=$ac_try;;
16715 esac
16716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16717 (eval "$ac_link") 2>conftest.er1
16718 ac_status=$?
16719 grep -v '^ *+' conftest.er1 >conftest.err
16720 rm -f conftest.er1
16721 cat conftest.err >&5
16722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16723 (exit $ac_status); } && {
16724 test -z "$ac_c_werror_flag" ||
16725 test ! -s conftest.err
16726 } && test -s conftest$ac_exeext &&
16727 $as_test_x conftest$ac_exeext; then
16728 ac_cv_asm_func_def=".type 2"
16729 else
16730 echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16733 ac_cv_asm_func_def="unknown"
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737 conftest$ac_exeext conftest.$ac_ext
16740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16741 conftest$ac_exeext conftest.$ac_ext
16744 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16745 conftest$ac_exeext conftest.$ac_ext
16747 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16748 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16752 case "$ac_cv_asm_func_def" in
16753 ".def")
16754 cat >>confdefs.h <<\_ACEOF
16755 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16756 _ACEOF
16758 ".type @function")
16759 cat >>confdefs.h <<\_ACEOF
16760 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16761 _ACEOF
16763 ".type 2")
16764 cat >>confdefs.h <<\_ACEOF
16765 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16766 _ACEOF
16769 cat >>confdefs.h <<\_ACEOF
16770 #define __ASM_FUNC(name) ""
16771 _ACEOF
16773 esac
16776 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16777 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16778 if test "${ac_cv_c_extern_prefix+set}" = set; then
16779 echo $ECHO_N "(cached) $ECHO_C" >&6
16780 else
16781 cat >conftest.$ac_ext <<_ACEOF
16782 /* confdefs.h. */
16783 _ACEOF
16784 cat confdefs.h >>conftest.$ac_ext
16785 cat >>conftest.$ac_ext <<_ACEOF
16786 /* end confdefs.h. */
16787 extern int ac_test;
16789 main ()
16791 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16793 return 0;
16795 _ACEOF
16796 rm -f conftest.$ac_objext conftest$ac_exeext
16797 if { (ac_try="$ac_link"
16798 case "(($ac_try" in
16799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16800 *) ac_try_echo=$ac_try;;
16801 esac
16802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16803 (eval "$ac_link") 2>conftest.er1
16804 ac_status=$?
16805 grep -v '^ *+' conftest.er1 >conftest.err
16806 rm -f conftest.er1
16807 cat conftest.err >&5
16808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16809 (exit $ac_status); } && {
16810 test -z "$ac_c_werror_flag" ||
16811 test ! -s conftest.err
16812 } && test -s conftest$ac_exeext &&
16813 $as_test_x conftest$ac_exeext; then
16814 ac_cv_c_extern_prefix="yes"
16815 else
16816 echo "$as_me: failed program was:" >&5
16817 sed 's/^/| /' conftest.$ac_ext >&5
16819 ac_cv_c_extern_prefix="no"
16822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16823 conftest$ac_exeext conftest.$ac_ext
16825 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16826 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16830 if test "$ac_cv_c_extern_prefix" = "yes"
16831 then
16832 cat >>confdefs.h <<\_ACEOF
16833 #define __ASM_NAME(name) "_" name
16834 _ACEOF
16836 else
16837 cat >>confdefs.h <<\_ACEOF
16838 #define __ASM_NAME(name) name
16839 _ACEOF
16844 LDPATH=""
16846 case $build_os in
16847 cygwin*|mingw32*)
16848 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16850 darwin*|macosx*)
16852 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16853 then
16854 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16858 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16860 esac
16862 case $host_os in
16863 mingw32*)
16864 CRTLIBS="-lmsvcrt"
16866 SOCKETLIBS="-lws2_32"
16869 esac
16871 MAIN_BINARY="wine-pthread"
16872 case $host_cpu in
16873 *i[3456789]86*)
16874 case $host_os in
16875 linux* | k*bsd*-gnu)
16876 MAIN_BINARY="wine-glibc"
16878 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16880 freebsd*)
16881 MAIN_BINARY="wine-freebsd"
16883 EXTRA_BINARIES="wine-pthread"
16885 esac
16887 esac
16959 for ac_func in \
16960 _pclose \
16961 _popen \
16962 _snprintf \
16963 _spawnvp \
16964 _strdup \
16965 _stricmp \
16966 _strnicmp \
16967 _strtoi64 \
16968 _strtoui64 \
16969 _vsnprintf \
16970 asctime_r \
16971 chsize \
16972 clone \
16973 dlopen \
16974 epoll_create \
16975 ffs \
16976 finite \
16977 fork \
16978 fpclass \
16979 fstatfs \
16980 fstatvfs \
16981 ftruncate \
16982 futimes \
16983 futimesat \
16984 getdirentries \
16985 getopt_long \
16986 getpagesize \
16987 getpwuid \
16988 gettid \
16989 gettimeofday \
16990 getuid \
16991 inet_pton \
16992 kqueue \
16993 lstat \
16994 memmove \
16995 mmap \
16996 pclose \
16997 poll \
16998 popen \
16999 prctl \
17000 pread \
17001 pwrite \
17002 readlink \
17003 rfork \
17004 sched_yield \
17005 select \
17006 setproctitle \
17007 setrlimit \
17008 settimeofday \
17009 sigaltstack \
17010 sigprocmask \
17011 snprintf \
17012 spawnvp \
17013 statfs \
17014 statvfs \
17015 strcasecmp \
17016 strdup \
17017 strerror \
17018 strncasecmp \
17019 strtold \
17020 strtoll \
17021 strtoull \
17022 tcgetattr \
17023 thr_kill2 \
17024 timegm \
17025 usleep \
17026 vsnprintf \
17027 wait4 \
17028 waitpid \
17031 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17032 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17033 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17034 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17035 echo $ECHO_N "(cached) $ECHO_C" >&6
17036 else
17037 cat >conftest.$ac_ext <<_ACEOF
17038 /* confdefs.h. */
17039 _ACEOF
17040 cat confdefs.h >>conftest.$ac_ext
17041 cat >>conftest.$ac_ext <<_ACEOF
17042 /* end confdefs.h. */
17043 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17044 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17045 #define $ac_func innocuous_$ac_func
17047 /* System header to define __stub macros and hopefully few prototypes,
17048 which can conflict with char $ac_func (); below.
17049 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17050 <limits.h> exists even on freestanding compilers. */
17052 #ifdef __STDC__
17053 # include <limits.h>
17054 #else
17055 # include <assert.h>
17056 #endif
17058 #undef $ac_func
17060 /* Override any GCC internal prototype to avoid an error.
17061 Use char because int might match the return type of a GCC
17062 builtin and then its argument prototype would still apply. */
17063 #ifdef __cplusplus
17064 extern "C"
17065 #endif
17066 char $ac_func ();
17067 /* The GNU C library defines this for functions which it implements
17068 to always fail with ENOSYS. Some functions are actually named
17069 something starting with __ and the normal name is an alias. */
17070 #if defined __stub_$ac_func || defined __stub___$ac_func
17071 choke me
17072 #endif
17075 main ()
17077 return $ac_func ();
17079 return 0;
17081 _ACEOF
17082 rm -f conftest.$ac_objext conftest$ac_exeext
17083 if { (ac_try="$ac_link"
17084 case "(($ac_try" in
17085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17086 *) ac_try_echo=$ac_try;;
17087 esac
17088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17089 (eval "$ac_link") 2>conftest.er1
17090 ac_status=$?
17091 grep -v '^ *+' conftest.er1 >conftest.err
17092 rm -f conftest.er1
17093 cat conftest.err >&5
17094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17095 (exit $ac_status); } && {
17096 test -z "$ac_c_werror_flag" ||
17097 test ! -s conftest.err
17098 } && test -s conftest$ac_exeext &&
17099 $as_test_x conftest$ac_exeext; then
17100 eval "$as_ac_var=yes"
17101 else
17102 echo "$as_me: failed program was:" >&5
17103 sed 's/^/| /' conftest.$ac_ext >&5
17105 eval "$as_ac_var=no"
17108 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17109 conftest$ac_exeext conftest.$ac_ext
17111 ac_res=`eval echo '${'$as_ac_var'}'`
17112 { echo "$as_me:$LINENO: result: $ac_res" >&5
17113 echo "${ECHO_T}$ac_res" >&6; }
17114 if test `eval echo '${'$as_ac_var'}'` = yes; then
17115 cat >>confdefs.h <<_ACEOF
17116 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17117 _ACEOF
17120 done
17123 if test "$ac_cv_func_dlopen" = no
17124 then
17125 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17126 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17127 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17128 echo $ECHO_N "(cached) $ECHO_C" >&6
17129 else
17130 ac_check_lib_save_LIBS=$LIBS
17131 LIBS="-ldl $LIBS"
17132 cat >conftest.$ac_ext <<_ACEOF
17133 /* confdefs.h. */
17134 _ACEOF
17135 cat confdefs.h >>conftest.$ac_ext
17136 cat >>conftest.$ac_ext <<_ACEOF
17137 /* end confdefs.h. */
17139 /* Override any GCC internal prototype to avoid an error.
17140 Use char because int might match the return type of a GCC
17141 builtin and then its argument prototype would still apply. */
17142 #ifdef __cplusplus
17143 extern "C"
17144 #endif
17145 char dlopen ();
17147 main ()
17149 return dlopen ();
17151 return 0;
17153 _ACEOF
17154 rm -f conftest.$ac_objext conftest$ac_exeext
17155 if { (ac_try="$ac_link"
17156 case "(($ac_try" in
17157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17158 *) ac_try_echo=$ac_try;;
17159 esac
17160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17161 (eval "$ac_link") 2>conftest.er1
17162 ac_status=$?
17163 grep -v '^ *+' conftest.er1 >conftest.err
17164 rm -f conftest.er1
17165 cat conftest.err >&5
17166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17167 (exit $ac_status); } && {
17168 test -z "$ac_c_werror_flag" ||
17169 test ! -s conftest.err
17170 } && test -s conftest$ac_exeext &&
17171 $as_test_x conftest$ac_exeext; then
17172 ac_cv_lib_dl_dlopen=yes
17173 else
17174 echo "$as_me: failed program was:" >&5
17175 sed 's/^/| /' conftest.$ac_ext >&5
17177 ac_cv_lib_dl_dlopen=no
17180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17181 conftest$ac_exeext conftest.$ac_ext
17182 LIBS=$ac_check_lib_save_LIBS
17184 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17185 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17186 if test $ac_cv_lib_dl_dlopen = yes; then
17187 cat >>confdefs.h <<\_ACEOF
17188 #define HAVE_DLOPEN 1
17189 _ACEOF
17190 LIBDL="-ldl"
17195 ac_wine_check_funcs_save_LIBS="$LIBS"
17196 LIBS="$LIBS $LIBDL"
17198 for ac_func in dladdr
17200 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17201 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17202 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17203 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17204 echo $ECHO_N "(cached) $ECHO_C" >&6
17205 else
17206 cat >conftest.$ac_ext <<_ACEOF
17207 /* confdefs.h. */
17208 _ACEOF
17209 cat confdefs.h >>conftest.$ac_ext
17210 cat >>conftest.$ac_ext <<_ACEOF
17211 /* end confdefs.h. */
17212 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17213 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17214 #define $ac_func innocuous_$ac_func
17216 /* System header to define __stub macros and hopefully few prototypes,
17217 which can conflict with char $ac_func (); below.
17218 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17219 <limits.h> exists even on freestanding compilers. */
17221 #ifdef __STDC__
17222 # include <limits.h>
17223 #else
17224 # include <assert.h>
17225 #endif
17227 #undef $ac_func
17229 /* Override any GCC internal prototype to avoid an error.
17230 Use char because int might match the return type of a GCC
17231 builtin and then its argument prototype would still apply. */
17232 #ifdef __cplusplus
17233 extern "C"
17234 #endif
17235 char $ac_func ();
17236 /* The GNU C library defines this for functions which it implements
17237 to always fail with ENOSYS. Some functions are actually named
17238 something starting with __ and the normal name is an alias. */
17239 #if defined __stub_$ac_func || defined __stub___$ac_func
17240 choke me
17241 #endif
17244 main ()
17246 return $ac_func ();
17248 return 0;
17250 _ACEOF
17251 rm -f conftest.$ac_objext conftest$ac_exeext
17252 if { (ac_try="$ac_link"
17253 case "(($ac_try" in
17254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17255 *) ac_try_echo=$ac_try;;
17256 esac
17257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17258 (eval "$ac_link") 2>conftest.er1
17259 ac_status=$?
17260 grep -v '^ *+' conftest.er1 >conftest.err
17261 rm -f conftest.er1
17262 cat conftest.err >&5
17263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17264 (exit $ac_status); } && {
17265 test -z "$ac_c_werror_flag" ||
17266 test ! -s conftest.err
17267 } && test -s conftest$ac_exeext &&
17268 $as_test_x conftest$ac_exeext; then
17269 eval "$as_ac_var=yes"
17270 else
17271 echo "$as_me: failed program was:" >&5
17272 sed 's/^/| /' conftest.$ac_ext >&5
17274 eval "$as_ac_var=no"
17277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17278 conftest$ac_exeext conftest.$ac_ext
17280 ac_res=`eval echo '${'$as_ac_var'}'`
17281 { echo "$as_me:$LINENO: result: $ac_res" >&5
17282 echo "${ECHO_T}$ac_res" >&6; }
17283 if test `eval echo '${'$as_ac_var'}'` = yes; then
17284 cat >>confdefs.h <<_ACEOF
17285 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17286 _ACEOF
17289 done
17291 LIBS="$ac_wine_check_funcs_save_LIBS"
17293 if test "$ac_cv_func_poll" = no
17294 then
17295 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17296 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17297 if test "${ac_cv_lib_poll_poll+set}" = set; then
17298 echo $ECHO_N "(cached) $ECHO_C" >&6
17299 else
17300 ac_check_lib_save_LIBS=$LIBS
17301 LIBS="-lpoll $LIBS"
17302 cat >conftest.$ac_ext <<_ACEOF
17303 /* confdefs.h. */
17304 _ACEOF
17305 cat confdefs.h >>conftest.$ac_ext
17306 cat >>conftest.$ac_ext <<_ACEOF
17307 /* end confdefs.h. */
17309 /* Override any GCC internal prototype to avoid an error.
17310 Use char because int might match the return type of a GCC
17311 builtin and then its argument prototype would still apply. */
17312 #ifdef __cplusplus
17313 extern "C"
17314 #endif
17315 char poll ();
17317 main ()
17319 return poll ();
17321 return 0;
17323 _ACEOF
17324 rm -f conftest.$ac_objext conftest$ac_exeext
17325 if { (ac_try="$ac_link"
17326 case "(($ac_try" in
17327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17328 *) ac_try_echo=$ac_try;;
17329 esac
17330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17331 (eval "$ac_link") 2>conftest.er1
17332 ac_status=$?
17333 grep -v '^ *+' conftest.er1 >conftest.err
17334 rm -f conftest.er1
17335 cat conftest.err >&5
17336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17337 (exit $ac_status); } && {
17338 test -z "$ac_c_werror_flag" ||
17339 test ! -s conftest.err
17340 } && test -s conftest$ac_exeext &&
17341 $as_test_x conftest$ac_exeext; then
17342 ac_cv_lib_poll_poll=yes
17343 else
17344 echo "$as_me: failed program was:" >&5
17345 sed 's/^/| /' conftest.$ac_ext >&5
17347 ac_cv_lib_poll_poll=no
17350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17351 conftest$ac_exeext conftest.$ac_ext
17352 LIBS=$ac_check_lib_save_LIBS
17354 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17355 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17356 if test $ac_cv_lib_poll_poll = yes; then
17357 cat >>confdefs.h <<\_ACEOF
17358 #define HAVE_POLL 1
17359 _ACEOF
17360 LIBPOLL="-lpoll"
17366 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17367 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17368 if test "${ac_cv_search_gethostbyname+set}" = set; then
17369 echo $ECHO_N "(cached) $ECHO_C" >&6
17370 else
17371 ac_func_search_save_LIBS=$LIBS
17372 cat >conftest.$ac_ext <<_ACEOF
17373 /* confdefs.h. */
17374 _ACEOF
17375 cat confdefs.h >>conftest.$ac_ext
17376 cat >>conftest.$ac_ext <<_ACEOF
17377 /* end confdefs.h. */
17379 /* Override any GCC internal prototype to avoid an error.
17380 Use char because int might match the return type of a GCC
17381 builtin and then its argument prototype would still apply. */
17382 #ifdef __cplusplus
17383 extern "C"
17384 #endif
17385 char gethostbyname ();
17387 main ()
17389 return gethostbyname ();
17391 return 0;
17393 _ACEOF
17394 for ac_lib in '' nsl; do
17395 if test -z "$ac_lib"; then
17396 ac_res="none required"
17397 else
17398 ac_res=-l$ac_lib
17399 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17401 rm -f conftest.$ac_objext conftest$ac_exeext
17402 if { (ac_try="$ac_link"
17403 case "(($ac_try" in
17404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17405 *) ac_try_echo=$ac_try;;
17406 esac
17407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17408 (eval "$ac_link") 2>conftest.er1
17409 ac_status=$?
17410 grep -v '^ *+' conftest.er1 >conftest.err
17411 rm -f conftest.er1
17412 cat conftest.err >&5
17413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17414 (exit $ac_status); } && {
17415 test -z "$ac_c_werror_flag" ||
17416 test ! -s conftest.err
17417 } && test -s conftest$ac_exeext &&
17418 $as_test_x conftest$ac_exeext; then
17419 ac_cv_search_gethostbyname=$ac_res
17420 else
17421 echo "$as_me: failed program was:" >&5
17422 sed 's/^/| /' conftest.$ac_ext >&5
17427 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17428 conftest$ac_exeext
17429 if test "${ac_cv_search_gethostbyname+set}" = set; then
17430 break
17432 done
17433 if test "${ac_cv_search_gethostbyname+set}" = set; then
17435 else
17436 ac_cv_search_gethostbyname=no
17438 rm conftest.$ac_ext
17439 LIBS=$ac_func_search_save_LIBS
17441 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17442 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17443 ac_res=$ac_cv_search_gethostbyname
17444 if test "$ac_res" != no; then
17445 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17450 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17451 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17452 if test "${ac_cv_search_connect+set}" = set; then
17453 echo $ECHO_N "(cached) $ECHO_C" >&6
17454 else
17455 ac_func_search_save_LIBS=$LIBS
17456 cat >conftest.$ac_ext <<_ACEOF
17457 /* confdefs.h. */
17458 _ACEOF
17459 cat confdefs.h >>conftest.$ac_ext
17460 cat >>conftest.$ac_ext <<_ACEOF
17461 /* end confdefs.h. */
17463 /* Override any GCC internal prototype to avoid an error.
17464 Use char because int might match the return type of a GCC
17465 builtin and then its argument prototype would still apply. */
17466 #ifdef __cplusplus
17467 extern "C"
17468 #endif
17469 char connect ();
17471 main ()
17473 return connect ();
17475 return 0;
17477 _ACEOF
17478 for ac_lib in '' socket; do
17479 if test -z "$ac_lib"; then
17480 ac_res="none required"
17481 else
17482 ac_res=-l$ac_lib
17483 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17485 rm -f conftest.$ac_objext conftest$ac_exeext
17486 if { (ac_try="$ac_link"
17487 case "(($ac_try" in
17488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17489 *) ac_try_echo=$ac_try;;
17490 esac
17491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17492 (eval "$ac_link") 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 test -z "$ac_c_werror_flag" ||
17500 test ! -s conftest.err
17501 } && test -s conftest$ac_exeext &&
17502 $as_test_x conftest$ac_exeext; then
17503 ac_cv_search_connect=$ac_res
17504 else
17505 echo "$as_me: failed program was:" >&5
17506 sed 's/^/| /' conftest.$ac_ext >&5
17511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17512 conftest$ac_exeext
17513 if test "${ac_cv_search_connect+set}" = set; then
17514 break
17516 done
17517 if test "${ac_cv_search_connect+set}" = set; then
17519 else
17520 ac_cv_search_connect=no
17522 rm conftest.$ac_ext
17523 LIBS=$ac_func_search_save_LIBS
17525 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17526 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17527 ac_res=$ac_cv_search_connect
17528 if test "$ac_res" != no; then
17529 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17534 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17535 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17536 if test "${ac_cv_search_inet_aton+set}" = set; then
17537 echo $ECHO_N "(cached) $ECHO_C" >&6
17538 else
17539 ac_func_search_save_LIBS=$LIBS
17540 cat >conftest.$ac_ext <<_ACEOF
17541 /* confdefs.h. */
17542 _ACEOF
17543 cat confdefs.h >>conftest.$ac_ext
17544 cat >>conftest.$ac_ext <<_ACEOF
17545 /* end confdefs.h. */
17547 /* Override any GCC internal prototype to avoid an error.
17548 Use char because int might match the return type of a GCC
17549 builtin and then its argument prototype would still apply. */
17550 #ifdef __cplusplus
17551 extern "C"
17552 #endif
17553 char inet_aton ();
17555 main ()
17557 return inet_aton ();
17559 return 0;
17561 _ACEOF
17562 for ac_lib in '' resolv; do
17563 if test -z "$ac_lib"; then
17564 ac_res="none required"
17565 else
17566 ac_res=-l$ac_lib
17567 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17569 rm -f conftest.$ac_objext conftest$ac_exeext
17570 if { (ac_try="$ac_link"
17571 case "(($ac_try" in
17572 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17573 *) ac_try_echo=$ac_try;;
17574 esac
17575 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17576 (eval "$ac_link") 2>conftest.er1
17577 ac_status=$?
17578 grep -v '^ *+' conftest.er1 >conftest.err
17579 rm -f conftest.er1
17580 cat conftest.err >&5
17581 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17582 (exit $ac_status); } && {
17583 test -z "$ac_c_werror_flag" ||
17584 test ! -s conftest.err
17585 } && test -s conftest$ac_exeext &&
17586 $as_test_x conftest$ac_exeext; then
17587 ac_cv_search_inet_aton=$ac_res
17588 else
17589 echo "$as_me: failed program was:" >&5
17590 sed 's/^/| /' conftest.$ac_ext >&5
17595 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17596 conftest$ac_exeext
17597 if test "${ac_cv_search_inet_aton+set}" = set; then
17598 break
17600 done
17601 if test "${ac_cv_search_inet_aton+set}" = set; then
17603 else
17604 ac_cv_search_inet_aton=no
17606 rm conftest.$ac_ext
17607 LIBS=$ac_func_search_save_LIBS
17609 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17610 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17611 ac_res=$ac_cv_search_inet_aton
17612 if test "$ac_res" != no; then
17613 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17626 for ac_func in \
17627 getaddrinfo \
17628 getnameinfo \
17629 getnetbyname \
17630 getprotobyname \
17631 getprotobynumber \
17632 getservbyport \
17633 inet_network \
17634 sendmsg \
17637 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17638 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17639 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17640 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17641 echo $ECHO_N "(cached) $ECHO_C" >&6
17642 else
17643 cat >conftest.$ac_ext <<_ACEOF
17644 /* confdefs.h. */
17645 _ACEOF
17646 cat confdefs.h >>conftest.$ac_ext
17647 cat >>conftest.$ac_ext <<_ACEOF
17648 /* end confdefs.h. */
17649 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17650 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17651 #define $ac_func innocuous_$ac_func
17653 /* System header to define __stub macros and hopefully few prototypes,
17654 which can conflict with char $ac_func (); below.
17655 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17656 <limits.h> exists even on freestanding compilers. */
17658 #ifdef __STDC__
17659 # include <limits.h>
17660 #else
17661 # include <assert.h>
17662 #endif
17664 #undef $ac_func
17666 /* Override any GCC internal prototype to avoid an error.
17667 Use char because int might match the return type of a GCC
17668 builtin and then its argument prototype would still apply. */
17669 #ifdef __cplusplus
17670 extern "C"
17671 #endif
17672 char $ac_func ();
17673 /* The GNU C library defines this for functions which it implements
17674 to always fail with ENOSYS. Some functions are actually named
17675 something starting with __ and the normal name is an alias. */
17676 #if defined __stub_$ac_func || defined __stub___$ac_func
17677 choke me
17678 #endif
17681 main ()
17683 return $ac_func ();
17685 return 0;
17687 _ACEOF
17688 rm -f conftest.$ac_objext conftest$ac_exeext
17689 if { (ac_try="$ac_link"
17690 case "(($ac_try" in
17691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17692 *) ac_try_echo=$ac_try;;
17693 esac
17694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17695 (eval "$ac_link") 2>conftest.er1
17696 ac_status=$?
17697 grep -v '^ *+' conftest.er1 >conftest.err
17698 rm -f conftest.er1
17699 cat conftest.err >&5
17700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17701 (exit $ac_status); } && {
17702 test -z "$ac_c_werror_flag" ||
17703 test ! -s conftest.err
17704 } && test -s conftest$ac_exeext &&
17705 $as_test_x conftest$ac_exeext; then
17706 eval "$as_ac_var=yes"
17707 else
17708 echo "$as_me: failed program was:" >&5
17709 sed 's/^/| /' conftest.$ac_ext >&5
17711 eval "$as_ac_var=no"
17714 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17715 conftest$ac_exeext conftest.$ac_ext
17717 ac_res=`eval echo '${'$as_ac_var'}'`
17718 { echo "$as_me:$LINENO: result: $ac_res" >&5
17719 echo "${ECHO_T}$ac_res" >&6; }
17720 if test `eval echo '${'$as_ac_var'}'` = yes; then
17721 cat >>confdefs.h <<_ACEOF
17722 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17723 _ACEOF
17726 done
17729 LDAPLIBS=""
17731 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17732 then
17733 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17734 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17735 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17736 echo $ECHO_N "(cached) $ECHO_C" >&6
17737 else
17738 cat >conftest.$ac_ext <<_ACEOF
17739 /* confdefs.h. */
17740 _ACEOF
17741 cat confdefs.h >>conftest.$ac_ext
17742 cat >>conftest.$ac_ext <<_ACEOF
17743 /* end confdefs.h. */
17744 #include <ldap.h>
17746 typedef LDAPSortKey ac__type_new_;
17748 main ()
17750 if ((ac__type_new_ *) 0)
17751 return 0;
17752 if (sizeof (ac__type_new_))
17753 return 0;
17755 return 0;
17757 _ACEOF
17758 rm -f conftest.$ac_objext
17759 if { (ac_try="$ac_compile"
17760 case "(($ac_try" in
17761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17762 *) ac_try_echo=$ac_try;;
17763 esac
17764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17765 (eval "$ac_compile") 2>conftest.er1
17766 ac_status=$?
17767 grep -v '^ *+' conftest.er1 >conftest.err
17768 rm -f conftest.er1
17769 cat conftest.err >&5
17770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17771 (exit $ac_status); } && {
17772 test -z "$ac_c_werror_flag" ||
17773 test ! -s conftest.err
17774 } && test -s conftest.$ac_objext; then
17775 ac_cv_type_LDAPSortKey=yes
17776 else
17777 echo "$as_me: failed program was:" >&5
17778 sed 's/^/| /' conftest.$ac_ext >&5
17780 ac_cv_type_LDAPSortKey=no
17783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17785 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17786 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17787 if test $ac_cv_type_LDAPSortKey = yes; then
17788 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17789 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17790 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17791 echo $ECHO_N "(cached) $ECHO_C" >&6
17792 else
17793 ac_check_lib_save_LIBS=$LIBS
17794 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17795 cat >conftest.$ac_ext <<_ACEOF
17796 /* confdefs.h. */
17797 _ACEOF
17798 cat confdefs.h >>conftest.$ac_ext
17799 cat >>conftest.$ac_ext <<_ACEOF
17800 /* end confdefs.h. */
17802 /* Override any GCC internal prototype to avoid an error.
17803 Use char because int might match the return type of a GCC
17804 builtin and then its argument prototype would still apply. */
17805 #ifdef __cplusplus
17806 extern "C"
17807 #endif
17808 char ldap_initialize ();
17810 main ()
17812 return ldap_initialize ();
17814 return 0;
17816 _ACEOF
17817 rm -f conftest.$ac_objext conftest$ac_exeext
17818 if { (ac_try="$ac_link"
17819 case "(($ac_try" in
17820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17821 *) ac_try_echo=$ac_try;;
17822 esac
17823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17824 (eval "$ac_link") 2>conftest.er1
17825 ac_status=$?
17826 grep -v '^ *+' conftest.er1 >conftest.err
17827 rm -f conftest.er1
17828 cat conftest.err >&5
17829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17830 (exit $ac_status); } && {
17831 test -z "$ac_c_werror_flag" ||
17832 test ! -s conftest.err
17833 } && test -s conftest$ac_exeext &&
17834 $as_test_x conftest$ac_exeext; then
17835 ac_cv_lib_ldap_r_ldap_initialize=yes
17836 else
17837 echo "$as_me: failed program was:" >&5
17838 sed 's/^/| /' conftest.$ac_ext >&5
17840 ac_cv_lib_ldap_r_ldap_initialize=no
17843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17844 conftest$ac_exeext conftest.$ac_ext
17845 LIBS=$ac_check_lib_save_LIBS
17847 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17848 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17849 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17850 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17851 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17852 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17853 echo $ECHO_N "(cached) $ECHO_C" >&6
17854 else
17855 ac_check_lib_save_LIBS=$LIBS
17856 LIBS="-llber $LIBPTHREAD $LIBS"
17857 cat >conftest.$ac_ext <<_ACEOF
17858 /* confdefs.h. */
17859 _ACEOF
17860 cat confdefs.h >>conftest.$ac_ext
17861 cat >>conftest.$ac_ext <<_ACEOF
17862 /* end confdefs.h. */
17864 /* Override any GCC internal prototype to avoid an error.
17865 Use char because int might match the return type of a GCC
17866 builtin and then its argument prototype would still apply. */
17867 #ifdef __cplusplus
17868 extern "C"
17869 #endif
17870 char ber_init ();
17872 main ()
17874 return ber_init ();
17876 return 0;
17878 _ACEOF
17879 rm -f conftest.$ac_objext conftest$ac_exeext
17880 if { (ac_try="$ac_link"
17881 case "(($ac_try" in
17882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17883 *) ac_try_echo=$ac_try;;
17884 esac
17885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17886 (eval "$ac_link") 2>conftest.er1
17887 ac_status=$?
17888 grep -v '^ *+' conftest.er1 >conftest.err
17889 rm -f conftest.er1
17890 cat conftest.err >&5
17891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17892 (exit $ac_status); } && {
17893 test -z "$ac_c_werror_flag" ||
17894 test ! -s conftest.err
17895 } && test -s conftest$ac_exeext &&
17896 $as_test_x conftest$ac_exeext; then
17897 ac_cv_lib_lber_ber_init=yes
17898 else
17899 echo "$as_me: failed program was:" >&5
17900 sed 's/^/| /' conftest.$ac_ext >&5
17902 ac_cv_lib_lber_ber_init=no
17905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17906 conftest$ac_exeext conftest.$ac_ext
17907 LIBS=$ac_check_lib_save_LIBS
17909 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17910 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17911 if test $ac_cv_lib_lber_ber_init = yes; then
17913 cat >>confdefs.h <<\_ACEOF
17914 #define HAVE_LDAP 1
17915 _ACEOF
17917 LDAPLIBS="-lldap_r -llber"
17924 ac_wine_check_funcs_save_LIBS="$LIBS"
17925 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17934 for ac_func in \
17935 ldap_count_references \
17936 ldap_first_reference \
17937 ldap_next_reference \
17938 ldap_parse_reference \
17939 ldap_parse_sort_control \
17940 ldap_parse_sortresponse_control \
17941 ldap_parse_vlv_control \
17942 ldap_parse_vlvresponse_control
17944 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17945 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17946 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17947 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17948 echo $ECHO_N "(cached) $ECHO_C" >&6
17949 else
17950 cat >conftest.$ac_ext <<_ACEOF
17951 /* confdefs.h. */
17952 _ACEOF
17953 cat confdefs.h >>conftest.$ac_ext
17954 cat >>conftest.$ac_ext <<_ACEOF
17955 /* end confdefs.h. */
17956 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17957 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17958 #define $ac_func innocuous_$ac_func
17960 /* System header to define __stub macros and hopefully few prototypes,
17961 which can conflict with char $ac_func (); below.
17962 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17963 <limits.h> exists even on freestanding compilers. */
17965 #ifdef __STDC__
17966 # include <limits.h>
17967 #else
17968 # include <assert.h>
17969 #endif
17971 #undef $ac_func
17973 /* Override any GCC internal prototype to avoid an error.
17974 Use char because int might match the return type of a GCC
17975 builtin and then its argument prototype would still apply. */
17976 #ifdef __cplusplus
17977 extern "C"
17978 #endif
17979 char $ac_func ();
17980 /* The GNU C library defines this for functions which it implements
17981 to always fail with ENOSYS. Some functions are actually named
17982 something starting with __ and the normal name is an alias. */
17983 #if defined __stub_$ac_func || defined __stub___$ac_func
17984 choke me
17985 #endif
17988 main ()
17990 return $ac_func ();
17992 return 0;
17994 _ACEOF
17995 rm -f conftest.$ac_objext conftest$ac_exeext
17996 if { (ac_try="$ac_link"
17997 case "(($ac_try" in
17998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17999 *) ac_try_echo=$ac_try;;
18000 esac
18001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18002 (eval "$ac_link") 2>conftest.er1
18003 ac_status=$?
18004 grep -v '^ *+' conftest.er1 >conftest.err
18005 rm -f conftest.er1
18006 cat conftest.err >&5
18007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18008 (exit $ac_status); } && {
18009 test -z "$ac_c_werror_flag" ||
18010 test ! -s conftest.err
18011 } && test -s conftest$ac_exeext &&
18012 $as_test_x conftest$ac_exeext; then
18013 eval "$as_ac_var=yes"
18014 else
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18018 eval "$as_ac_var=no"
18021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18022 conftest$ac_exeext conftest.$ac_ext
18024 ac_res=`eval echo '${'$as_ac_var'}'`
18025 { echo "$as_me:$LINENO: result: $ac_res" >&5
18026 echo "${ECHO_T}$ac_res" >&6; }
18027 if test `eval echo '${'$as_ac_var'}'` = yes; then
18028 cat >>confdefs.h <<_ACEOF
18029 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18030 _ACEOF
18033 done
18035 LIBS="$ac_wine_check_funcs_save_LIBS"
18037 if test "x$LDAPLIBS" = "x"; then
18038 case "x$with_ldap" in
18039 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18040 xno) ;;
18041 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18042 This is an error since --with-ldap was requested." >&5
18043 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18044 This is an error since --with-ldap was requested." >&2;}
18045 { (exit 1); exit 1; }; } ;;
18046 esac
18051 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18052 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18053 if test "${ac_cv_c_const+set}" = set; then
18054 echo $ECHO_N "(cached) $ECHO_C" >&6
18055 else
18056 cat >conftest.$ac_ext <<_ACEOF
18057 /* confdefs.h. */
18058 _ACEOF
18059 cat confdefs.h >>conftest.$ac_ext
18060 cat >>conftest.$ac_ext <<_ACEOF
18061 /* end confdefs.h. */
18064 main ()
18066 /* FIXME: Include the comments suggested by Paul. */
18067 #ifndef __cplusplus
18068 /* Ultrix mips cc rejects this. */
18069 typedef int charset[2];
18070 const charset cs;
18071 /* SunOS 4.1.1 cc rejects this. */
18072 char const *const *pcpcc;
18073 char **ppc;
18074 /* NEC SVR4.0.2 mips cc rejects this. */
18075 struct point {int x, y;};
18076 static struct point const zero = {0,0};
18077 /* AIX XL C 1.02.0.0 rejects this.
18078 It does not let you subtract one const X* pointer from another in
18079 an arm of an if-expression whose if-part is not a constant
18080 expression */
18081 const char *g = "string";
18082 pcpcc = &g + (g ? g-g : 0);
18083 /* HPUX 7.0 cc rejects these. */
18084 ++pcpcc;
18085 ppc = (char**) pcpcc;
18086 pcpcc = (char const *const *) ppc;
18087 { /* SCO 3.2v4 cc rejects this. */
18088 char *t;
18089 char const *s = 0 ? (char *) 0 : (char const *) 0;
18091 *t++ = 0;
18092 if (s) return 0;
18094 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18095 int x[] = {25, 17};
18096 const int *foo = &x[0];
18097 ++foo;
18099 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18100 typedef const int *iptr;
18101 iptr p = 0;
18102 ++p;
18104 { /* AIX XL C 1.02.0.0 rejects this saying
18105 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18106 struct s { int j; const int *ap[3]; };
18107 struct s *b; b->j = 5;
18109 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18110 const int foo = 10;
18111 if (!foo) return 0;
18113 return !cs[0] && !zero.x;
18114 #endif
18117 return 0;
18119 _ACEOF
18120 rm -f conftest.$ac_objext
18121 if { (ac_try="$ac_compile"
18122 case "(($ac_try" in
18123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18124 *) ac_try_echo=$ac_try;;
18125 esac
18126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18127 (eval "$ac_compile") 2>conftest.er1
18128 ac_status=$?
18129 grep -v '^ *+' conftest.er1 >conftest.err
18130 rm -f conftest.er1
18131 cat conftest.err >&5
18132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18133 (exit $ac_status); } && {
18134 test -z "$ac_c_werror_flag" ||
18135 test ! -s conftest.err
18136 } && test -s conftest.$ac_objext; then
18137 ac_cv_c_const=yes
18138 else
18139 echo "$as_me: failed program was:" >&5
18140 sed 's/^/| /' conftest.$ac_ext >&5
18142 ac_cv_c_const=no
18145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18147 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18148 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18149 if test $ac_cv_c_const = no; then
18151 cat >>confdefs.h <<\_ACEOF
18152 #define const
18153 _ACEOF
18157 { echo "$as_me:$LINENO: checking for inline" >&5
18158 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18159 if test "${ac_cv_c_inline+set}" = set; then
18160 echo $ECHO_N "(cached) $ECHO_C" >&6
18161 else
18162 ac_cv_c_inline=no
18163 for ac_kw in inline __inline__ __inline; do
18164 cat >conftest.$ac_ext <<_ACEOF
18165 /* confdefs.h. */
18166 _ACEOF
18167 cat confdefs.h >>conftest.$ac_ext
18168 cat >>conftest.$ac_ext <<_ACEOF
18169 /* end confdefs.h. */
18170 #ifndef __cplusplus
18171 typedef int foo_t;
18172 static $ac_kw foo_t static_foo () {return 0; }
18173 $ac_kw foo_t foo () {return 0; }
18174 #endif
18176 _ACEOF
18177 rm -f conftest.$ac_objext
18178 if { (ac_try="$ac_compile"
18179 case "(($ac_try" in
18180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18181 *) ac_try_echo=$ac_try;;
18182 esac
18183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18184 (eval "$ac_compile") 2>conftest.er1
18185 ac_status=$?
18186 grep -v '^ *+' conftest.er1 >conftest.err
18187 rm -f conftest.er1
18188 cat conftest.err >&5
18189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } && {
18191 test -z "$ac_c_werror_flag" ||
18192 test ! -s conftest.err
18193 } && test -s conftest.$ac_objext; then
18194 ac_cv_c_inline=$ac_kw
18195 else
18196 echo "$as_me: failed program was:" >&5
18197 sed 's/^/| /' conftest.$ac_ext >&5
18202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18203 test "$ac_cv_c_inline" != no && break
18204 done
18207 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18208 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18211 case $ac_cv_c_inline in
18212 inline | yes) ;;
18214 case $ac_cv_c_inline in
18215 no) ac_val=;;
18216 *) ac_val=$ac_cv_c_inline;;
18217 esac
18218 cat >>confdefs.h <<_ACEOF
18219 #ifndef __cplusplus
18220 #define inline $ac_val
18221 #endif
18222 _ACEOF
18224 esac
18226 { echo "$as_me:$LINENO: checking for mode_t" >&5
18227 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18228 if test "${ac_cv_type_mode_t+set}" = set; then
18229 echo $ECHO_N "(cached) $ECHO_C" >&6
18230 else
18231 cat >conftest.$ac_ext <<_ACEOF
18232 /* confdefs.h. */
18233 _ACEOF
18234 cat confdefs.h >>conftest.$ac_ext
18235 cat >>conftest.$ac_ext <<_ACEOF
18236 /* end confdefs.h. */
18237 $ac_includes_default
18238 typedef mode_t ac__type_new_;
18240 main ()
18242 if ((ac__type_new_ *) 0)
18243 return 0;
18244 if (sizeof (ac__type_new_))
18245 return 0;
18247 return 0;
18249 _ACEOF
18250 rm -f conftest.$ac_objext
18251 if { (ac_try="$ac_compile"
18252 case "(($ac_try" in
18253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18254 *) ac_try_echo=$ac_try;;
18255 esac
18256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18257 (eval "$ac_compile") 2>conftest.er1
18258 ac_status=$?
18259 grep -v '^ *+' conftest.er1 >conftest.err
18260 rm -f conftest.er1
18261 cat conftest.err >&5
18262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18263 (exit $ac_status); } && {
18264 test -z "$ac_c_werror_flag" ||
18265 test ! -s conftest.err
18266 } && test -s conftest.$ac_objext; then
18267 ac_cv_type_mode_t=yes
18268 else
18269 echo "$as_me: failed program was:" >&5
18270 sed 's/^/| /' conftest.$ac_ext >&5
18272 ac_cv_type_mode_t=no
18275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18277 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18278 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18279 if test $ac_cv_type_mode_t = yes; then
18281 cat >>confdefs.h <<_ACEOF
18282 #define HAVE_MODE_T 1
18283 _ACEOF
18287 { echo "$as_me:$LINENO: checking for off_t" >&5
18288 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18289 if test "${ac_cv_type_off_t+set}" = set; then
18290 echo $ECHO_N "(cached) $ECHO_C" >&6
18291 else
18292 cat >conftest.$ac_ext <<_ACEOF
18293 /* confdefs.h. */
18294 _ACEOF
18295 cat confdefs.h >>conftest.$ac_ext
18296 cat >>conftest.$ac_ext <<_ACEOF
18297 /* end confdefs.h. */
18298 $ac_includes_default
18299 typedef off_t ac__type_new_;
18301 main ()
18303 if ((ac__type_new_ *) 0)
18304 return 0;
18305 if (sizeof (ac__type_new_))
18306 return 0;
18308 return 0;
18310 _ACEOF
18311 rm -f conftest.$ac_objext
18312 if { (ac_try="$ac_compile"
18313 case "(($ac_try" in
18314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18315 *) ac_try_echo=$ac_try;;
18316 esac
18317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18318 (eval "$ac_compile") 2>conftest.er1
18319 ac_status=$?
18320 grep -v '^ *+' conftest.er1 >conftest.err
18321 rm -f conftest.er1
18322 cat conftest.err >&5
18323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18324 (exit $ac_status); } && {
18325 test -z "$ac_c_werror_flag" ||
18326 test ! -s conftest.err
18327 } && test -s conftest.$ac_objext; then
18328 ac_cv_type_off_t=yes
18329 else
18330 echo "$as_me: failed program was:" >&5
18331 sed 's/^/| /' conftest.$ac_ext >&5
18333 ac_cv_type_off_t=no
18336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18338 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18339 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18340 if test $ac_cv_type_off_t = yes; then
18342 cat >>confdefs.h <<_ACEOF
18343 #define HAVE_OFF_T 1
18344 _ACEOF
18348 { echo "$as_me:$LINENO: checking for pid_t" >&5
18349 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18350 if test "${ac_cv_type_pid_t+set}" = set; then
18351 echo $ECHO_N "(cached) $ECHO_C" >&6
18352 else
18353 cat >conftest.$ac_ext <<_ACEOF
18354 /* confdefs.h. */
18355 _ACEOF
18356 cat confdefs.h >>conftest.$ac_ext
18357 cat >>conftest.$ac_ext <<_ACEOF
18358 /* end confdefs.h. */
18359 $ac_includes_default
18360 typedef pid_t ac__type_new_;
18362 main ()
18364 if ((ac__type_new_ *) 0)
18365 return 0;
18366 if (sizeof (ac__type_new_))
18367 return 0;
18369 return 0;
18371 _ACEOF
18372 rm -f conftest.$ac_objext
18373 if { (ac_try="$ac_compile"
18374 case "(($ac_try" in
18375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18376 *) ac_try_echo=$ac_try;;
18377 esac
18378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18379 (eval "$ac_compile") 2>conftest.er1
18380 ac_status=$?
18381 grep -v '^ *+' conftest.er1 >conftest.err
18382 rm -f conftest.er1
18383 cat conftest.err >&5
18384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18385 (exit $ac_status); } && {
18386 test -z "$ac_c_werror_flag" ||
18387 test ! -s conftest.err
18388 } && test -s conftest.$ac_objext; then
18389 ac_cv_type_pid_t=yes
18390 else
18391 echo "$as_me: failed program was:" >&5
18392 sed 's/^/| /' conftest.$ac_ext >&5
18394 ac_cv_type_pid_t=no
18397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18399 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18400 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18401 if test $ac_cv_type_pid_t = yes; then
18403 cat >>confdefs.h <<_ACEOF
18404 #define HAVE_PID_T 1
18405 _ACEOF
18409 { echo "$as_me:$LINENO: checking for size_t" >&5
18410 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18411 if test "${ac_cv_type_size_t+set}" = set; then
18412 echo $ECHO_N "(cached) $ECHO_C" >&6
18413 else
18414 cat >conftest.$ac_ext <<_ACEOF
18415 /* confdefs.h. */
18416 _ACEOF
18417 cat confdefs.h >>conftest.$ac_ext
18418 cat >>conftest.$ac_ext <<_ACEOF
18419 /* end confdefs.h. */
18420 $ac_includes_default
18421 typedef size_t ac__type_new_;
18423 main ()
18425 if ((ac__type_new_ *) 0)
18426 return 0;
18427 if (sizeof (ac__type_new_))
18428 return 0;
18430 return 0;
18432 _ACEOF
18433 rm -f conftest.$ac_objext
18434 if { (ac_try="$ac_compile"
18435 case "(($ac_try" in
18436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18437 *) ac_try_echo=$ac_try;;
18438 esac
18439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18440 (eval "$ac_compile") 2>conftest.er1
18441 ac_status=$?
18442 grep -v '^ *+' conftest.er1 >conftest.err
18443 rm -f conftest.er1
18444 cat conftest.err >&5
18445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18446 (exit $ac_status); } && {
18447 test -z "$ac_c_werror_flag" ||
18448 test ! -s conftest.err
18449 } && test -s conftest.$ac_objext; then
18450 ac_cv_type_size_t=yes
18451 else
18452 echo "$as_me: failed program was:" >&5
18453 sed 's/^/| /' conftest.$ac_ext >&5
18455 ac_cv_type_size_t=no
18458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18460 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18461 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18462 if test $ac_cv_type_size_t = yes; then
18464 cat >>confdefs.h <<_ACEOF
18465 #define HAVE_SIZE_T 1
18466 _ACEOF
18470 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18471 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18472 if test "${ac_cv_type_ssize_t+set}" = set; then
18473 echo $ECHO_N "(cached) $ECHO_C" >&6
18474 else
18475 cat >conftest.$ac_ext <<_ACEOF
18476 /* confdefs.h. */
18477 _ACEOF
18478 cat confdefs.h >>conftest.$ac_ext
18479 cat >>conftest.$ac_ext <<_ACEOF
18480 /* end confdefs.h. */
18481 $ac_includes_default
18482 typedef ssize_t ac__type_new_;
18484 main ()
18486 if ((ac__type_new_ *) 0)
18487 return 0;
18488 if (sizeof (ac__type_new_))
18489 return 0;
18491 return 0;
18493 _ACEOF
18494 rm -f conftest.$ac_objext
18495 if { (ac_try="$ac_compile"
18496 case "(($ac_try" in
18497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18498 *) ac_try_echo=$ac_try;;
18499 esac
18500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18501 (eval "$ac_compile") 2>conftest.er1
18502 ac_status=$?
18503 grep -v '^ *+' conftest.er1 >conftest.err
18504 rm -f conftest.er1
18505 cat conftest.err >&5
18506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18507 (exit $ac_status); } && {
18508 test -z "$ac_c_werror_flag" ||
18509 test ! -s conftest.err
18510 } && test -s conftest.$ac_objext; then
18511 ac_cv_type_ssize_t=yes
18512 else
18513 echo "$as_me: failed program was:" >&5
18514 sed 's/^/| /' conftest.$ac_ext >&5
18516 ac_cv_type_ssize_t=no
18519 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18521 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18522 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18523 if test $ac_cv_type_ssize_t = yes; then
18525 cat >>confdefs.h <<_ACEOF
18526 #define HAVE_SSIZE_T 1
18527 _ACEOF
18531 { echo "$as_me:$LINENO: checking for long long" >&5
18532 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18533 if test "${ac_cv_type_long_long+set}" = set; then
18534 echo $ECHO_N "(cached) $ECHO_C" >&6
18535 else
18536 cat >conftest.$ac_ext <<_ACEOF
18537 /* confdefs.h. */
18538 _ACEOF
18539 cat confdefs.h >>conftest.$ac_ext
18540 cat >>conftest.$ac_ext <<_ACEOF
18541 /* end confdefs.h. */
18542 $ac_includes_default
18543 typedef long long ac__type_new_;
18545 main ()
18547 if ((ac__type_new_ *) 0)
18548 return 0;
18549 if (sizeof (ac__type_new_))
18550 return 0;
18552 return 0;
18554 _ACEOF
18555 rm -f conftest.$ac_objext
18556 if { (ac_try="$ac_compile"
18557 case "(($ac_try" in
18558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18559 *) ac_try_echo=$ac_try;;
18560 esac
18561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18562 (eval "$ac_compile") 2>conftest.er1
18563 ac_status=$?
18564 grep -v '^ *+' conftest.er1 >conftest.err
18565 rm -f conftest.er1
18566 cat conftest.err >&5
18567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18568 (exit $ac_status); } && {
18569 test -z "$ac_c_werror_flag" ||
18570 test ! -s conftest.err
18571 } && test -s conftest.$ac_objext; then
18572 ac_cv_type_long_long=yes
18573 else
18574 echo "$as_me: failed program was:" >&5
18575 sed 's/^/| /' conftest.$ac_ext >&5
18577 ac_cv_type_long_long=no
18580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18582 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18583 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18584 if test $ac_cv_type_long_long = yes; then
18586 cat >>confdefs.h <<_ACEOF
18587 #define HAVE_LONG_LONG 1
18588 _ACEOF
18592 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18593 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18594 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18595 echo $ECHO_N "(cached) $ECHO_C" >&6
18596 else
18597 cat >conftest.$ac_ext <<_ACEOF
18598 /* confdefs.h. */
18599 _ACEOF
18600 cat confdefs.h >>conftest.$ac_ext
18601 cat >>conftest.$ac_ext <<_ACEOF
18602 /* end confdefs.h. */
18603 $ac_includes_default
18604 typedef fsblkcnt_t ac__type_new_;
18606 main ()
18608 if ((ac__type_new_ *) 0)
18609 return 0;
18610 if (sizeof (ac__type_new_))
18611 return 0;
18613 return 0;
18615 _ACEOF
18616 rm -f conftest.$ac_objext
18617 if { (ac_try="$ac_compile"
18618 case "(($ac_try" in
18619 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18620 *) ac_try_echo=$ac_try;;
18621 esac
18622 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18623 (eval "$ac_compile") 2>conftest.er1
18624 ac_status=$?
18625 grep -v '^ *+' conftest.er1 >conftest.err
18626 rm -f conftest.er1
18627 cat conftest.err >&5
18628 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18629 (exit $ac_status); } && {
18630 test -z "$ac_c_werror_flag" ||
18631 test ! -s conftest.err
18632 } && test -s conftest.$ac_objext; then
18633 ac_cv_type_fsblkcnt_t=yes
18634 else
18635 echo "$as_me: failed program was:" >&5
18636 sed 's/^/| /' conftest.$ac_ext >&5
18638 ac_cv_type_fsblkcnt_t=no
18641 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18643 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18644 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18645 if test $ac_cv_type_fsblkcnt_t = yes; then
18647 cat >>confdefs.h <<_ACEOF
18648 #define HAVE_FSBLKCNT_T 1
18649 _ACEOF
18653 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18654 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18655 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18656 echo $ECHO_N "(cached) $ECHO_C" >&6
18657 else
18658 cat >conftest.$ac_ext <<_ACEOF
18659 /* confdefs.h. */
18660 _ACEOF
18661 cat confdefs.h >>conftest.$ac_ext
18662 cat >>conftest.$ac_ext <<_ACEOF
18663 /* end confdefs.h. */
18664 $ac_includes_default
18665 typedef fsfilcnt_t ac__type_new_;
18667 main ()
18669 if ((ac__type_new_ *) 0)
18670 return 0;
18671 if (sizeof (ac__type_new_))
18672 return 0;
18674 return 0;
18676 _ACEOF
18677 rm -f conftest.$ac_objext
18678 if { (ac_try="$ac_compile"
18679 case "(($ac_try" in
18680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18681 *) ac_try_echo=$ac_try;;
18682 esac
18683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18684 (eval "$ac_compile") 2>conftest.er1
18685 ac_status=$?
18686 grep -v '^ *+' conftest.er1 >conftest.err
18687 rm -f conftest.er1
18688 cat conftest.err >&5
18689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18690 (exit $ac_status); } && {
18691 test -z "$ac_c_werror_flag" ||
18692 test ! -s conftest.err
18693 } && test -s conftest.$ac_objext; then
18694 ac_cv_type_fsfilcnt_t=yes
18695 else
18696 echo "$as_me: failed program was:" >&5
18697 sed 's/^/| /' conftest.$ac_ext >&5
18699 ac_cv_type_fsfilcnt_t=no
18702 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18704 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18705 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18706 if test $ac_cv_type_fsfilcnt_t = yes; then
18708 cat >>confdefs.h <<_ACEOF
18709 #define HAVE_FSFILCNT_T 1
18710 _ACEOF
18715 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18716 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18717 if test "${ac_cv_type_sigset_t+set}" = set; then
18718 echo $ECHO_N "(cached) $ECHO_C" >&6
18719 else
18720 cat >conftest.$ac_ext <<_ACEOF
18721 /* confdefs.h. */
18722 _ACEOF
18723 cat confdefs.h >>conftest.$ac_ext
18724 cat >>conftest.$ac_ext <<_ACEOF
18725 /* end confdefs.h. */
18726 #include <signal.h>
18728 typedef sigset_t ac__type_new_;
18730 main ()
18732 if ((ac__type_new_ *) 0)
18733 return 0;
18734 if (sizeof (ac__type_new_))
18735 return 0;
18737 return 0;
18739 _ACEOF
18740 rm -f conftest.$ac_objext
18741 if { (ac_try="$ac_compile"
18742 case "(($ac_try" in
18743 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18744 *) ac_try_echo=$ac_try;;
18745 esac
18746 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18747 (eval "$ac_compile") 2>conftest.er1
18748 ac_status=$?
18749 grep -v '^ *+' conftest.er1 >conftest.err
18750 rm -f conftest.er1
18751 cat conftest.err >&5
18752 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18753 (exit $ac_status); } && {
18754 test -z "$ac_c_werror_flag" ||
18755 test ! -s conftest.err
18756 } && test -s conftest.$ac_objext; then
18757 ac_cv_type_sigset_t=yes
18758 else
18759 echo "$as_me: failed program was:" >&5
18760 sed 's/^/| /' conftest.$ac_ext >&5
18762 ac_cv_type_sigset_t=no
18765 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18767 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18768 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18769 if test $ac_cv_type_sigset_t = yes; then
18771 cat >>confdefs.h <<_ACEOF
18772 #define HAVE_SIGSET_T 1
18773 _ACEOF
18778 { echo "$as_me:$LINENO: checking for request_sense" >&5
18779 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18780 if test "${ac_cv_type_request_sense+set}" = set; then
18781 echo $ECHO_N "(cached) $ECHO_C" >&6
18782 else
18783 cat >conftest.$ac_ext <<_ACEOF
18784 /* confdefs.h. */
18785 _ACEOF
18786 cat confdefs.h >>conftest.$ac_ext
18787 cat >>conftest.$ac_ext <<_ACEOF
18788 /* end confdefs.h. */
18789 #include <linux/cdrom.h>
18791 typedef request_sense ac__type_new_;
18793 main ()
18795 if ((ac__type_new_ *) 0)
18796 return 0;
18797 if (sizeof (ac__type_new_))
18798 return 0;
18800 return 0;
18802 _ACEOF
18803 rm -f conftest.$ac_objext
18804 if { (ac_try="$ac_compile"
18805 case "(($ac_try" in
18806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18807 *) ac_try_echo=$ac_try;;
18808 esac
18809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18810 (eval "$ac_compile") 2>conftest.er1
18811 ac_status=$?
18812 grep -v '^ *+' conftest.er1 >conftest.err
18813 rm -f conftest.er1
18814 cat conftest.err >&5
18815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18816 (exit $ac_status); } && {
18817 test -z "$ac_c_werror_flag" ||
18818 test ! -s conftest.err
18819 } && test -s conftest.$ac_objext; then
18820 ac_cv_type_request_sense=yes
18821 else
18822 echo "$as_me: failed program was:" >&5
18823 sed 's/^/| /' conftest.$ac_ext >&5
18825 ac_cv_type_request_sense=no
18828 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18830 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18831 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18832 if test $ac_cv_type_request_sense = yes; then
18834 cat >>confdefs.h <<_ACEOF
18835 #define HAVE_REQUEST_SENSE 1
18836 _ACEOF
18842 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18843 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18844 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18845 echo $ECHO_N "(cached) $ECHO_C" >&6
18846 else
18847 cat >conftest.$ac_ext <<_ACEOF
18848 /* confdefs.h. */
18849 _ACEOF
18850 cat confdefs.h >>conftest.$ac_ext
18851 cat >>conftest.$ac_ext <<_ACEOF
18852 /* end confdefs.h. */
18853 #ifdef HAVE_LINUX_INPUT_H
18854 #include <linux/input.h>
18855 #endif
18858 main ()
18860 static struct ff_effect ac_aggr;
18861 if (ac_aggr.direction)
18862 return 0;
18864 return 0;
18866 _ACEOF
18867 rm -f conftest.$ac_objext
18868 if { (ac_try="$ac_compile"
18869 case "(($ac_try" in
18870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18871 *) ac_try_echo=$ac_try;;
18872 esac
18873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18874 (eval "$ac_compile") 2>conftest.er1
18875 ac_status=$?
18876 grep -v '^ *+' conftest.er1 >conftest.err
18877 rm -f conftest.er1
18878 cat conftest.err >&5
18879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18880 (exit $ac_status); } && {
18881 test -z "$ac_c_werror_flag" ||
18882 test ! -s conftest.err
18883 } && test -s conftest.$ac_objext; then
18884 ac_cv_member_struct_ff_effect_direction=yes
18885 else
18886 echo "$as_me: failed program was:" >&5
18887 sed 's/^/| /' conftest.$ac_ext >&5
18889 cat >conftest.$ac_ext <<_ACEOF
18890 /* confdefs.h. */
18891 _ACEOF
18892 cat confdefs.h >>conftest.$ac_ext
18893 cat >>conftest.$ac_ext <<_ACEOF
18894 /* end confdefs.h. */
18895 #ifdef HAVE_LINUX_INPUT_H
18896 #include <linux/input.h>
18897 #endif
18900 main ()
18902 static struct ff_effect ac_aggr;
18903 if (sizeof ac_aggr.direction)
18904 return 0;
18906 return 0;
18908 _ACEOF
18909 rm -f conftest.$ac_objext
18910 if { (ac_try="$ac_compile"
18911 case "(($ac_try" in
18912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18913 *) ac_try_echo=$ac_try;;
18914 esac
18915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18916 (eval "$ac_compile") 2>conftest.er1
18917 ac_status=$?
18918 grep -v '^ *+' conftest.er1 >conftest.err
18919 rm -f conftest.er1
18920 cat conftest.err >&5
18921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18922 (exit $ac_status); } && {
18923 test -z "$ac_c_werror_flag" ||
18924 test ! -s conftest.err
18925 } && test -s conftest.$ac_objext; then
18926 ac_cv_member_struct_ff_effect_direction=yes
18927 else
18928 echo "$as_me: failed program was:" >&5
18929 sed 's/^/| /' conftest.$ac_ext >&5
18931 ac_cv_member_struct_ff_effect_direction=no
18934 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18939 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18940 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18941 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18943 cat >>confdefs.h <<_ACEOF
18944 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18945 _ACEOF
18951 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18952 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18953 if test "${wine_cv_have_sigaddset+set}" = set; then
18954 echo $ECHO_N "(cached) $ECHO_C" >&6
18955 else
18956 cat >conftest.$ac_ext <<_ACEOF
18957 /* confdefs.h. */
18958 _ACEOF
18959 cat confdefs.h >>conftest.$ac_ext
18960 cat >>conftest.$ac_ext <<_ACEOF
18961 /* end confdefs.h. */
18962 #include <signal.h>
18964 main ()
18966 sigset_t set; sigaddset(&set,SIGTERM);
18968 return 0;
18970 _ACEOF
18971 rm -f conftest.$ac_objext conftest$ac_exeext
18972 if { (ac_try="$ac_link"
18973 case "(($ac_try" in
18974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18975 *) ac_try_echo=$ac_try;;
18976 esac
18977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18978 (eval "$ac_link") 2>conftest.er1
18979 ac_status=$?
18980 grep -v '^ *+' conftest.er1 >conftest.err
18981 rm -f conftest.er1
18982 cat conftest.err >&5
18983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18984 (exit $ac_status); } && {
18985 test -z "$ac_c_werror_flag" ||
18986 test ! -s conftest.err
18987 } && test -s conftest$ac_exeext &&
18988 $as_test_x conftest$ac_exeext; then
18989 wine_cv_have_sigaddset=yes
18990 else
18991 echo "$as_me: failed program was:" >&5
18992 sed 's/^/| /' conftest.$ac_ext >&5
18994 wine_cv_have_sigaddset=no
18997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18998 conftest$ac_exeext conftest.$ac_ext
19000 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19001 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19002 if test "$wine_cv_have_sigaddset" = "yes"
19003 then
19005 cat >>confdefs.h <<\_ACEOF
19006 #define HAVE_SIGADDSET 1
19007 _ACEOF
19012 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19013 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19014 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19015 echo $ECHO_N "(cached) $ECHO_C" >&6
19016 else
19017 cat >conftest.$ac_ext <<_ACEOF
19018 /* confdefs.h. */
19019 _ACEOF
19020 cat confdefs.h >>conftest.$ac_ext
19021 cat >>conftest.$ac_ext <<_ACEOF
19022 /* end confdefs.h. */
19023 #include <netdb.h>
19025 main ()
19028 char *name=0;
19029 struct hostent he;
19030 struct hostent *result;
19031 char *buf=0;
19032 int bufsize=0;
19033 int res,errnr;
19034 char *addr=0;
19035 int addrlen=0;
19036 int addrtype=0;
19037 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19038 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19041 return 0;
19043 _ACEOF
19044 rm -f conftest.$ac_objext conftest$ac_exeext
19045 if { (ac_try="$ac_link"
19046 case "(($ac_try" in
19047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19048 *) ac_try_echo=$ac_try;;
19049 esac
19050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19051 (eval "$ac_link") 2>conftest.er1
19052 ac_status=$?
19053 grep -v '^ *+' conftest.er1 >conftest.err
19054 rm -f conftest.er1
19055 cat conftest.err >&5
19056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19057 (exit $ac_status); } && {
19058 test -z "$ac_c_werror_flag" ||
19059 test ! -s conftest.err
19060 } && test -s conftest$ac_exeext &&
19061 $as_test_x conftest$ac_exeext; then
19062 wine_cv_linux_gethostbyname_r_6=yes
19063 else
19064 echo "$as_me: failed program was:" >&5
19065 sed 's/^/| /' conftest.$ac_ext >&5
19067 wine_cv_linux_gethostbyname_r_6=no
19071 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19072 conftest$ac_exeext conftest.$ac_ext
19075 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19076 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19077 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19078 then
19080 cat >>confdefs.h <<\_ACEOF
19081 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19082 _ACEOF
19086 if test "$ac_cv_header_linux_joystick_h" = "yes"
19087 then
19088 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19089 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19090 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19091 echo $ECHO_N "(cached) $ECHO_C" >&6
19092 else
19093 cat >conftest.$ac_ext <<_ACEOF
19094 /* confdefs.h. */
19095 _ACEOF
19096 cat confdefs.h >>conftest.$ac_ext
19097 cat >>conftest.$ac_ext <<_ACEOF
19098 /* end confdefs.h. */
19100 #include <sys/ioctl.h>
19101 #include <sys/types.h>
19102 #include <linux/joystick.h>
19104 struct js_event blub;
19105 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19106 #error "no 2.2 header"
19107 #endif
19110 main ()
19112 /*empty*/
19114 return 0;
19116 _ACEOF
19117 rm -f conftest.$ac_objext
19118 if { (ac_try="$ac_compile"
19119 case "(($ac_try" in
19120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19121 *) ac_try_echo=$ac_try;;
19122 esac
19123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19124 (eval "$ac_compile") 2>conftest.er1
19125 ac_status=$?
19126 grep -v '^ *+' conftest.er1 >conftest.err
19127 rm -f conftest.er1
19128 cat conftest.err >&5
19129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19130 (exit $ac_status); } && {
19131 test -z "$ac_c_werror_flag" ||
19132 test ! -s conftest.err
19133 } && test -s conftest.$ac_objext; then
19134 wine_cv_linux_joystick_22_api=yes
19135 else
19136 echo "$as_me: failed program was:" >&5
19137 sed 's/^/| /' conftest.$ac_ext >&5
19139 wine_cv_linux_joystick_22_api=no
19142 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19145 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19146 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19147 if test "$wine_cv_linux_joystick_22_api" = "yes"
19148 then
19150 cat >>confdefs.h <<\_ACEOF
19151 #define HAVE_LINUX_22_JOYSTICK_API 1
19152 _ACEOF
19158 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19159 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19160 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19161 echo $ECHO_N "(cached) $ECHO_C" >&6
19162 else
19163 cat >conftest.$ac_ext <<_ACEOF
19164 /* confdefs.h. */
19165 _ACEOF
19166 cat confdefs.h >>conftest.$ac_ext
19167 cat >>conftest.$ac_ext <<_ACEOF
19168 /* end confdefs.h. */
19169 #include <sys/types.h>
19170 #ifdef HAVE_SYS_PARAM_H
19171 # include <sys/param.h>
19172 #endif
19173 #ifdef HAVE_SYS_MOUNT_H
19174 # include <sys/mount.h>
19175 #endif
19176 #ifdef HAVE_SYS_VFS_H
19177 # include <sys/vfs.h>
19178 #endif
19179 #ifdef HAVE_SYS_STATFS_H
19180 # include <sys/statfs.h>
19181 #endif
19184 main ()
19186 static struct statfs ac_aggr;
19187 if (ac_aggr.f_bfree)
19188 return 0;
19190 return 0;
19192 _ACEOF
19193 rm -f conftest.$ac_objext
19194 if { (ac_try="$ac_compile"
19195 case "(($ac_try" in
19196 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19197 *) ac_try_echo=$ac_try;;
19198 esac
19199 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19200 (eval "$ac_compile") 2>conftest.er1
19201 ac_status=$?
19202 grep -v '^ *+' conftest.er1 >conftest.err
19203 rm -f conftest.er1
19204 cat conftest.err >&5
19205 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19206 (exit $ac_status); } && {
19207 test -z "$ac_c_werror_flag" ||
19208 test ! -s conftest.err
19209 } && test -s conftest.$ac_objext; then
19210 ac_cv_member_struct_statfs_f_bfree=yes
19211 else
19212 echo "$as_me: failed program was:" >&5
19213 sed 's/^/| /' conftest.$ac_ext >&5
19215 cat >conftest.$ac_ext <<_ACEOF
19216 /* confdefs.h. */
19217 _ACEOF
19218 cat confdefs.h >>conftest.$ac_ext
19219 cat >>conftest.$ac_ext <<_ACEOF
19220 /* end confdefs.h. */
19221 #include <sys/types.h>
19222 #ifdef HAVE_SYS_PARAM_H
19223 # include <sys/param.h>
19224 #endif
19225 #ifdef HAVE_SYS_MOUNT_H
19226 # include <sys/mount.h>
19227 #endif
19228 #ifdef HAVE_SYS_VFS_H
19229 # include <sys/vfs.h>
19230 #endif
19231 #ifdef HAVE_SYS_STATFS_H
19232 # include <sys/statfs.h>
19233 #endif
19236 main ()
19238 static struct statfs ac_aggr;
19239 if (sizeof ac_aggr.f_bfree)
19240 return 0;
19242 return 0;
19244 _ACEOF
19245 rm -f conftest.$ac_objext
19246 if { (ac_try="$ac_compile"
19247 case "(($ac_try" in
19248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19249 *) ac_try_echo=$ac_try;;
19250 esac
19251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19252 (eval "$ac_compile") 2>conftest.er1
19253 ac_status=$?
19254 grep -v '^ *+' conftest.er1 >conftest.err
19255 rm -f conftest.er1
19256 cat conftest.err >&5
19257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19258 (exit $ac_status); } && {
19259 test -z "$ac_c_werror_flag" ||
19260 test ! -s conftest.err
19261 } && test -s conftest.$ac_objext; then
19262 ac_cv_member_struct_statfs_f_bfree=yes
19263 else
19264 echo "$as_me: failed program was:" >&5
19265 sed 's/^/| /' conftest.$ac_ext >&5
19267 ac_cv_member_struct_statfs_f_bfree=no
19270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19275 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19276 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19277 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19279 cat >>confdefs.h <<_ACEOF
19280 #define HAVE_STRUCT_STATFS_F_BFREE 1
19281 _ACEOF
19285 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19286 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19287 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19288 echo $ECHO_N "(cached) $ECHO_C" >&6
19289 else
19290 cat >conftest.$ac_ext <<_ACEOF
19291 /* confdefs.h. */
19292 _ACEOF
19293 cat confdefs.h >>conftest.$ac_ext
19294 cat >>conftest.$ac_ext <<_ACEOF
19295 /* end confdefs.h. */
19296 #include <sys/types.h>
19297 #ifdef HAVE_SYS_PARAM_H
19298 # include <sys/param.h>
19299 #endif
19300 #ifdef HAVE_SYS_MOUNT_H
19301 # include <sys/mount.h>
19302 #endif
19303 #ifdef HAVE_SYS_VFS_H
19304 # include <sys/vfs.h>
19305 #endif
19306 #ifdef HAVE_SYS_STATFS_H
19307 # include <sys/statfs.h>
19308 #endif
19311 main ()
19313 static struct statfs ac_aggr;
19314 if (ac_aggr.f_bavail)
19315 return 0;
19317 return 0;
19319 _ACEOF
19320 rm -f conftest.$ac_objext
19321 if { (ac_try="$ac_compile"
19322 case "(($ac_try" in
19323 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19324 *) ac_try_echo=$ac_try;;
19325 esac
19326 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19327 (eval "$ac_compile") 2>conftest.er1
19328 ac_status=$?
19329 grep -v '^ *+' conftest.er1 >conftest.err
19330 rm -f conftest.er1
19331 cat conftest.err >&5
19332 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19333 (exit $ac_status); } && {
19334 test -z "$ac_c_werror_flag" ||
19335 test ! -s conftest.err
19336 } && test -s conftest.$ac_objext; then
19337 ac_cv_member_struct_statfs_f_bavail=yes
19338 else
19339 echo "$as_me: failed program was:" >&5
19340 sed 's/^/| /' conftest.$ac_ext >&5
19342 cat >conftest.$ac_ext <<_ACEOF
19343 /* confdefs.h. */
19344 _ACEOF
19345 cat confdefs.h >>conftest.$ac_ext
19346 cat >>conftest.$ac_ext <<_ACEOF
19347 /* end confdefs.h. */
19348 #include <sys/types.h>
19349 #ifdef HAVE_SYS_PARAM_H
19350 # include <sys/param.h>
19351 #endif
19352 #ifdef HAVE_SYS_MOUNT_H
19353 # include <sys/mount.h>
19354 #endif
19355 #ifdef HAVE_SYS_VFS_H
19356 # include <sys/vfs.h>
19357 #endif
19358 #ifdef HAVE_SYS_STATFS_H
19359 # include <sys/statfs.h>
19360 #endif
19363 main ()
19365 static struct statfs ac_aggr;
19366 if (sizeof ac_aggr.f_bavail)
19367 return 0;
19369 return 0;
19371 _ACEOF
19372 rm -f conftest.$ac_objext
19373 if { (ac_try="$ac_compile"
19374 case "(($ac_try" in
19375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19376 *) ac_try_echo=$ac_try;;
19377 esac
19378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19379 (eval "$ac_compile") 2>conftest.er1
19380 ac_status=$?
19381 grep -v '^ *+' conftest.er1 >conftest.err
19382 rm -f conftest.er1
19383 cat conftest.err >&5
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); } && {
19386 test -z "$ac_c_werror_flag" ||
19387 test ! -s conftest.err
19388 } && test -s conftest.$ac_objext; then
19389 ac_cv_member_struct_statfs_f_bavail=yes
19390 else
19391 echo "$as_me: failed program was:" >&5
19392 sed 's/^/| /' conftest.$ac_ext >&5
19394 ac_cv_member_struct_statfs_f_bavail=no
19397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19402 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19403 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19404 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19406 cat >>confdefs.h <<_ACEOF
19407 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19408 _ACEOF
19412 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19413 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19414 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19415 echo $ECHO_N "(cached) $ECHO_C" >&6
19416 else
19417 cat >conftest.$ac_ext <<_ACEOF
19418 /* confdefs.h. */
19419 _ACEOF
19420 cat confdefs.h >>conftest.$ac_ext
19421 cat >>conftest.$ac_ext <<_ACEOF
19422 /* end confdefs.h. */
19423 #include <sys/types.h>
19424 #ifdef HAVE_SYS_PARAM_H
19425 # include <sys/param.h>
19426 #endif
19427 #ifdef HAVE_SYS_MOUNT_H
19428 # include <sys/mount.h>
19429 #endif
19430 #ifdef HAVE_SYS_VFS_H
19431 # include <sys/vfs.h>
19432 #endif
19433 #ifdef HAVE_SYS_STATFS_H
19434 # include <sys/statfs.h>
19435 #endif
19438 main ()
19440 static struct statfs ac_aggr;
19441 if (ac_aggr.f_frsize)
19442 return 0;
19444 return 0;
19446 _ACEOF
19447 rm -f conftest.$ac_objext
19448 if { (ac_try="$ac_compile"
19449 case "(($ac_try" in
19450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19451 *) ac_try_echo=$ac_try;;
19452 esac
19453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19454 (eval "$ac_compile") 2>conftest.er1
19455 ac_status=$?
19456 grep -v '^ *+' conftest.er1 >conftest.err
19457 rm -f conftest.er1
19458 cat conftest.err >&5
19459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19460 (exit $ac_status); } && {
19461 test -z "$ac_c_werror_flag" ||
19462 test ! -s conftest.err
19463 } && test -s conftest.$ac_objext; then
19464 ac_cv_member_struct_statfs_f_frsize=yes
19465 else
19466 echo "$as_me: failed program was:" >&5
19467 sed 's/^/| /' conftest.$ac_ext >&5
19469 cat >conftest.$ac_ext <<_ACEOF
19470 /* confdefs.h. */
19471 _ACEOF
19472 cat confdefs.h >>conftest.$ac_ext
19473 cat >>conftest.$ac_ext <<_ACEOF
19474 /* end confdefs.h. */
19475 #include <sys/types.h>
19476 #ifdef HAVE_SYS_PARAM_H
19477 # include <sys/param.h>
19478 #endif
19479 #ifdef HAVE_SYS_MOUNT_H
19480 # include <sys/mount.h>
19481 #endif
19482 #ifdef HAVE_SYS_VFS_H
19483 # include <sys/vfs.h>
19484 #endif
19485 #ifdef HAVE_SYS_STATFS_H
19486 # include <sys/statfs.h>
19487 #endif
19490 main ()
19492 static struct statfs ac_aggr;
19493 if (sizeof ac_aggr.f_frsize)
19494 return 0;
19496 return 0;
19498 _ACEOF
19499 rm -f conftest.$ac_objext
19500 if { (ac_try="$ac_compile"
19501 case "(($ac_try" in
19502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19503 *) ac_try_echo=$ac_try;;
19504 esac
19505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19506 (eval "$ac_compile") 2>conftest.er1
19507 ac_status=$?
19508 grep -v '^ *+' conftest.er1 >conftest.err
19509 rm -f conftest.er1
19510 cat conftest.err >&5
19511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19512 (exit $ac_status); } && {
19513 test -z "$ac_c_werror_flag" ||
19514 test ! -s conftest.err
19515 } && test -s conftest.$ac_objext; then
19516 ac_cv_member_struct_statfs_f_frsize=yes
19517 else
19518 echo "$as_me: failed program was:" >&5
19519 sed 's/^/| /' conftest.$ac_ext >&5
19521 ac_cv_member_struct_statfs_f_frsize=no
19524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19529 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19530 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19531 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19533 cat >>confdefs.h <<_ACEOF
19534 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19535 _ACEOF
19539 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19540 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19541 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19542 echo $ECHO_N "(cached) $ECHO_C" >&6
19543 else
19544 cat >conftest.$ac_ext <<_ACEOF
19545 /* confdefs.h. */
19546 _ACEOF
19547 cat confdefs.h >>conftest.$ac_ext
19548 cat >>conftest.$ac_ext <<_ACEOF
19549 /* end confdefs.h. */
19550 #include <sys/types.h>
19551 #ifdef HAVE_SYS_PARAM_H
19552 # include <sys/param.h>
19553 #endif
19554 #ifdef HAVE_SYS_MOUNT_H
19555 # include <sys/mount.h>
19556 #endif
19557 #ifdef HAVE_SYS_VFS_H
19558 # include <sys/vfs.h>
19559 #endif
19560 #ifdef HAVE_SYS_STATFS_H
19561 # include <sys/statfs.h>
19562 #endif
19565 main ()
19567 static struct statfs ac_aggr;
19568 if (ac_aggr.f_ffree)
19569 return 0;
19571 return 0;
19573 _ACEOF
19574 rm -f conftest.$ac_objext
19575 if { (ac_try="$ac_compile"
19576 case "(($ac_try" in
19577 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19578 *) ac_try_echo=$ac_try;;
19579 esac
19580 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19581 (eval "$ac_compile") 2>conftest.er1
19582 ac_status=$?
19583 grep -v '^ *+' conftest.er1 >conftest.err
19584 rm -f conftest.er1
19585 cat conftest.err >&5
19586 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19587 (exit $ac_status); } && {
19588 test -z "$ac_c_werror_flag" ||
19589 test ! -s conftest.err
19590 } && test -s conftest.$ac_objext; then
19591 ac_cv_member_struct_statfs_f_ffree=yes
19592 else
19593 echo "$as_me: failed program was:" >&5
19594 sed 's/^/| /' conftest.$ac_ext >&5
19596 cat >conftest.$ac_ext <<_ACEOF
19597 /* confdefs.h. */
19598 _ACEOF
19599 cat confdefs.h >>conftest.$ac_ext
19600 cat >>conftest.$ac_ext <<_ACEOF
19601 /* end confdefs.h. */
19602 #include <sys/types.h>
19603 #ifdef HAVE_SYS_PARAM_H
19604 # include <sys/param.h>
19605 #endif
19606 #ifdef HAVE_SYS_MOUNT_H
19607 # include <sys/mount.h>
19608 #endif
19609 #ifdef HAVE_SYS_VFS_H
19610 # include <sys/vfs.h>
19611 #endif
19612 #ifdef HAVE_SYS_STATFS_H
19613 # include <sys/statfs.h>
19614 #endif
19617 main ()
19619 static struct statfs ac_aggr;
19620 if (sizeof ac_aggr.f_ffree)
19621 return 0;
19623 return 0;
19625 _ACEOF
19626 rm -f conftest.$ac_objext
19627 if { (ac_try="$ac_compile"
19628 case "(($ac_try" in
19629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19630 *) ac_try_echo=$ac_try;;
19631 esac
19632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19633 (eval "$ac_compile") 2>conftest.er1
19634 ac_status=$?
19635 grep -v '^ *+' conftest.er1 >conftest.err
19636 rm -f conftest.er1
19637 cat conftest.err >&5
19638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19639 (exit $ac_status); } && {
19640 test -z "$ac_c_werror_flag" ||
19641 test ! -s conftest.err
19642 } && test -s conftest.$ac_objext; then
19643 ac_cv_member_struct_statfs_f_ffree=yes
19644 else
19645 echo "$as_me: failed program was:" >&5
19646 sed 's/^/| /' conftest.$ac_ext >&5
19648 ac_cv_member_struct_statfs_f_ffree=no
19651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19656 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19657 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19658 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19660 cat >>confdefs.h <<_ACEOF
19661 #define HAVE_STRUCT_STATFS_F_FFREE 1
19662 _ACEOF
19666 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19667 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19668 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19669 echo $ECHO_N "(cached) $ECHO_C" >&6
19670 else
19671 cat >conftest.$ac_ext <<_ACEOF
19672 /* confdefs.h. */
19673 _ACEOF
19674 cat confdefs.h >>conftest.$ac_ext
19675 cat >>conftest.$ac_ext <<_ACEOF
19676 /* end confdefs.h. */
19677 #include <sys/types.h>
19678 #ifdef HAVE_SYS_PARAM_H
19679 # include <sys/param.h>
19680 #endif
19681 #ifdef HAVE_SYS_MOUNT_H
19682 # include <sys/mount.h>
19683 #endif
19684 #ifdef HAVE_SYS_VFS_H
19685 # include <sys/vfs.h>
19686 #endif
19687 #ifdef HAVE_SYS_STATFS_H
19688 # include <sys/statfs.h>
19689 #endif
19692 main ()
19694 static struct statfs ac_aggr;
19695 if (ac_aggr.f_favail)
19696 return 0;
19698 return 0;
19700 _ACEOF
19701 rm -f conftest.$ac_objext
19702 if { (ac_try="$ac_compile"
19703 case "(($ac_try" in
19704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19705 *) ac_try_echo=$ac_try;;
19706 esac
19707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19708 (eval "$ac_compile") 2>conftest.er1
19709 ac_status=$?
19710 grep -v '^ *+' conftest.er1 >conftest.err
19711 rm -f conftest.er1
19712 cat conftest.err >&5
19713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19714 (exit $ac_status); } && {
19715 test -z "$ac_c_werror_flag" ||
19716 test ! -s conftest.err
19717 } && test -s conftest.$ac_objext; then
19718 ac_cv_member_struct_statfs_f_favail=yes
19719 else
19720 echo "$as_me: failed program was:" >&5
19721 sed 's/^/| /' conftest.$ac_ext >&5
19723 cat >conftest.$ac_ext <<_ACEOF
19724 /* confdefs.h. */
19725 _ACEOF
19726 cat confdefs.h >>conftest.$ac_ext
19727 cat >>conftest.$ac_ext <<_ACEOF
19728 /* end confdefs.h. */
19729 #include <sys/types.h>
19730 #ifdef HAVE_SYS_PARAM_H
19731 # include <sys/param.h>
19732 #endif
19733 #ifdef HAVE_SYS_MOUNT_H
19734 # include <sys/mount.h>
19735 #endif
19736 #ifdef HAVE_SYS_VFS_H
19737 # include <sys/vfs.h>
19738 #endif
19739 #ifdef HAVE_SYS_STATFS_H
19740 # include <sys/statfs.h>
19741 #endif
19744 main ()
19746 static struct statfs ac_aggr;
19747 if (sizeof ac_aggr.f_favail)
19748 return 0;
19750 return 0;
19752 _ACEOF
19753 rm -f conftest.$ac_objext
19754 if { (ac_try="$ac_compile"
19755 case "(($ac_try" in
19756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19757 *) ac_try_echo=$ac_try;;
19758 esac
19759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19760 (eval "$ac_compile") 2>conftest.er1
19761 ac_status=$?
19762 grep -v '^ *+' conftest.er1 >conftest.err
19763 rm -f conftest.er1
19764 cat conftest.err >&5
19765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19766 (exit $ac_status); } && {
19767 test -z "$ac_c_werror_flag" ||
19768 test ! -s conftest.err
19769 } && test -s conftest.$ac_objext; then
19770 ac_cv_member_struct_statfs_f_favail=yes
19771 else
19772 echo "$as_me: failed program was:" >&5
19773 sed 's/^/| /' conftest.$ac_ext >&5
19775 ac_cv_member_struct_statfs_f_favail=no
19778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19783 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19784 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19785 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19787 cat >>confdefs.h <<_ACEOF
19788 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19789 _ACEOF
19793 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19794 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19795 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19796 echo $ECHO_N "(cached) $ECHO_C" >&6
19797 else
19798 cat >conftest.$ac_ext <<_ACEOF
19799 /* confdefs.h. */
19800 _ACEOF
19801 cat confdefs.h >>conftest.$ac_ext
19802 cat >>conftest.$ac_ext <<_ACEOF
19803 /* end confdefs.h. */
19804 #include <sys/types.h>
19805 #ifdef HAVE_SYS_PARAM_H
19806 # include <sys/param.h>
19807 #endif
19808 #ifdef HAVE_SYS_MOUNT_H
19809 # include <sys/mount.h>
19810 #endif
19811 #ifdef HAVE_SYS_VFS_H
19812 # include <sys/vfs.h>
19813 #endif
19814 #ifdef HAVE_SYS_STATFS_H
19815 # include <sys/statfs.h>
19816 #endif
19819 main ()
19821 static struct statfs ac_aggr;
19822 if (ac_aggr.f_namelen)
19823 return 0;
19825 return 0;
19827 _ACEOF
19828 rm -f conftest.$ac_objext
19829 if { (ac_try="$ac_compile"
19830 case "(($ac_try" in
19831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19832 *) ac_try_echo=$ac_try;;
19833 esac
19834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19835 (eval "$ac_compile") 2>conftest.er1
19836 ac_status=$?
19837 grep -v '^ *+' conftest.er1 >conftest.err
19838 rm -f conftest.er1
19839 cat conftest.err >&5
19840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19841 (exit $ac_status); } && {
19842 test -z "$ac_c_werror_flag" ||
19843 test ! -s conftest.err
19844 } && test -s conftest.$ac_objext; then
19845 ac_cv_member_struct_statfs_f_namelen=yes
19846 else
19847 echo "$as_me: failed program was:" >&5
19848 sed 's/^/| /' conftest.$ac_ext >&5
19850 cat >conftest.$ac_ext <<_ACEOF
19851 /* confdefs.h. */
19852 _ACEOF
19853 cat confdefs.h >>conftest.$ac_ext
19854 cat >>conftest.$ac_ext <<_ACEOF
19855 /* end confdefs.h. */
19856 #include <sys/types.h>
19857 #ifdef HAVE_SYS_PARAM_H
19858 # include <sys/param.h>
19859 #endif
19860 #ifdef HAVE_SYS_MOUNT_H
19861 # include <sys/mount.h>
19862 #endif
19863 #ifdef HAVE_SYS_VFS_H
19864 # include <sys/vfs.h>
19865 #endif
19866 #ifdef HAVE_SYS_STATFS_H
19867 # include <sys/statfs.h>
19868 #endif
19871 main ()
19873 static struct statfs ac_aggr;
19874 if (sizeof ac_aggr.f_namelen)
19875 return 0;
19877 return 0;
19879 _ACEOF
19880 rm -f conftest.$ac_objext
19881 if { (ac_try="$ac_compile"
19882 case "(($ac_try" in
19883 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19884 *) ac_try_echo=$ac_try;;
19885 esac
19886 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19887 (eval "$ac_compile") 2>conftest.er1
19888 ac_status=$?
19889 grep -v '^ *+' conftest.er1 >conftest.err
19890 rm -f conftest.er1
19891 cat conftest.err >&5
19892 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19893 (exit $ac_status); } && {
19894 test -z "$ac_c_werror_flag" ||
19895 test ! -s conftest.err
19896 } && test -s conftest.$ac_objext; then
19897 ac_cv_member_struct_statfs_f_namelen=yes
19898 else
19899 echo "$as_me: failed program was:" >&5
19900 sed 's/^/| /' conftest.$ac_ext >&5
19902 ac_cv_member_struct_statfs_f_namelen=no
19905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19910 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19911 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19912 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19914 cat >>confdefs.h <<_ACEOF
19915 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19916 _ACEOF
19922 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19923 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19924 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19925 echo $ECHO_N "(cached) $ECHO_C" >&6
19926 else
19927 cat >conftest.$ac_ext <<_ACEOF
19928 /* confdefs.h. */
19929 _ACEOF
19930 cat confdefs.h >>conftest.$ac_ext
19931 cat >>conftest.$ac_ext <<_ACEOF
19932 /* end confdefs.h. */
19933 #ifdef HAVE_SYS_STATVFS_H
19934 #include <sys/statvfs.h>
19935 #endif
19938 main ()
19940 static struct statvfs ac_aggr;
19941 if (ac_aggr.f_blocks)
19942 return 0;
19944 return 0;
19946 _ACEOF
19947 rm -f conftest.$ac_objext
19948 if { (ac_try="$ac_compile"
19949 case "(($ac_try" in
19950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19951 *) ac_try_echo=$ac_try;;
19952 esac
19953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19954 (eval "$ac_compile") 2>conftest.er1
19955 ac_status=$?
19956 grep -v '^ *+' conftest.er1 >conftest.err
19957 rm -f conftest.er1
19958 cat conftest.err >&5
19959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19960 (exit $ac_status); } && {
19961 test -z "$ac_c_werror_flag" ||
19962 test ! -s conftest.err
19963 } && test -s conftest.$ac_objext; then
19964 ac_cv_member_struct_statvfs_f_blocks=yes
19965 else
19966 echo "$as_me: failed program was:" >&5
19967 sed 's/^/| /' conftest.$ac_ext >&5
19969 cat >conftest.$ac_ext <<_ACEOF
19970 /* confdefs.h. */
19971 _ACEOF
19972 cat confdefs.h >>conftest.$ac_ext
19973 cat >>conftest.$ac_ext <<_ACEOF
19974 /* end confdefs.h. */
19975 #ifdef HAVE_SYS_STATVFS_H
19976 #include <sys/statvfs.h>
19977 #endif
19980 main ()
19982 static struct statvfs ac_aggr;
19983 if (sizeof ac_aggr.f_blocks)
19984 return 0;
19986 return 0;
19988 _ACEOF
19989 rm -f conftest.$ac_objext
19990 if { (ac_try="$ac_compile"
19991 case "(($ac_try" in
19992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19993 *) ac_try_echo=$ac_try;;
19994 esac
19995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19996 (eval "$ac_compile") 2>conftest.er1
19997 ac_status=$?
19998 grep -v '^ *+' conftest.er1 >conftest.err
19999 rm -f conftest.er1
20000 cat conftest.err >&5
20001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20002 (exit $ac_status); } && {
20003 test -z "$ac_c_werror_flag" ||
20004 test ! -s conftest.err
20005 } && test -s conftest.$ac_objext; then
20006 ac_cv_member_struct_statvfs_f_blocks=yes
20007 else
20008 echo "$as_me: failed program was:" >&5
20009 sed 's/^/| /' conftest.$ac_ext >&5
20011 ac_cv_member_struct_statvfs_f_blocks=no
20014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20019 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20020 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20021 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20023 cat >>confdefs.h <<_ACEOF
20024 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20025 _ACEOF
20031 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20032 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20033 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20034 echo $ECHO_N "(cached) $ECHO_C" >&6
20035 else
20036 cat >conftest.$ac_ext <<_ACEOF
20037 /* confdefs.h. */
20038 _ACEOF
20039 cat confdefs.h >>conftest.$ac_ext
20040 cat >>conftest.$ac_ext <<_ACEOF
20041 /* end confdefs.h. */
20042 #include <sys/types.h>
20043 #ifdef HAVE_SYS_SOCKET_H
20044 # include <sys/socket.h>
20045 #endif
20046 #ifdef HAVE_SYS_UN_H
20047 # include <sys/un.h>
20048 #endif
20051 main ()
20053 static struct msghdr ac_aggr;
20054 if (ac_aggr.msg_accrights)
20055 return 0;
20057 return 0;
20059 _ACEOF
20060 rm -f conftest.$ac_objext
20061 if { (ac_try="$ac_compile"
20062 case "(($ac_try" in
20063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20064 *) ac_try_echo=$ac_try;;
20065 esac
20066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20067 (eval "$ac_compile") 2>conftest.er1
20068 ac_status=$?
20069 grep -v '^ *+' conftest.er1 >conftest.err
20070 rm -f conftest.er1
20071 cat conftest.err >&5
20072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20073 (exit $ac_status); } && {
20074 test -z "$ac_c_werror_flag" ||
20075 test ! -s conftest.err
20076 } && test -s conftest.$ac_objext; then
20077 ac_cv_member_struct_msghdr_msg_accrights=yes
20078 else
20079 echo "$as_me: failed program was:" >&5
20080 sed 's/^/| /' conftest.$ac_ext >&5
20082 cat >conftest.$ac_ext <<_ACEOF
20083 /* confdefs.h. */
20084 _ACEOF
20085 cat confdefs.h >>conftest.$ac_ext
20086 cat >>conftest.$ac_ext <<_ACEOF
20087 /* end confdefs.h. */
20088 #include <sys/types.h>
20089 #ifdef HAVE_SYS_SOCKET_H
20090 # include <sys/socket.h>
20091 #endif
20092 #ifdef HAVE_SYS_UN_H
20093 # include <sys/un.h>
20094 #endif
20097 main ()
20099 static struct msghdr ac_aggr;
20100 if (sizeof ac_aggr.msg_accrights)
20101 return 0;
20103 return 0;
20105 _ACEOF
20106 rm -f conftest.$ac_objext
20107 if { (ac_try="$ac_compile"
20108 case "(($ac_try" in
20109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20110 *) ac_try_echo=$ac_try;;
20111 esac
20112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20113 (eval "$ac_compile") 2>conftest.er1
20114 ac_status=$?
20115 grep -v '^ *+' conftest.er1 >conftest.err
20116 rm -f conftest.er1
20117 cat conftest.err >&5
20118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20119 (exit $ac_status); } && {
20120 test -z "$ac_c_werror_flag" ||
20121 test ! -s conftest.err
20122 } && test -s conftest.$ac_objext; then
20123 ac_cv_member_struct_msghdr_msg_accrights=yes
20124 else
20125 echo "$as_me: failed program was:" >&5
20126 sed 's/^/| /' conftest.$ac_ext >&5
20128 ac_cv_member_struct_msghdr_msg_accrights=no
20131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20136 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20137 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20138 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20140 cat >>confdefs.h <<_ACEOF
20141 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20142 _ACEOF
20146 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20147 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20148 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20149 echo $ECHO_N "(cached) $ECHO_C" >&6
20150 else
20151 cat >conftest.$ac_ext <<_ACEOF
20152 /* confdefs.h. */
20153 _ACEOF
20154 cat confdefs.h >>conftest.$ac_ext
20155 cat >>conftest.$ac_ext <<_ACEOF
20156 /* end confdefs.h. */
20157 #include <sys/types.h>
20158 #ifdef HAVE_SYS_SOCKET_H
20159 # include <sys/socket.h>
20160 #endif
20161 #ifdef HAVE_SYS_UN_H
20162 # include <sys/un.h>
20163 #endif
20166 main ()
20168 static struct sockaddr ac_aggr;
20169 if (ac_aggr.sa_len)
20170 return 0;
20172 return 0;
20174 _ACEOF
20175 rm -f conftest.$ac_objext
20176 if { (ac_try="$ac_compile"
20177 case "(($ac_try" in
20178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20179 *) ac_try_echo=$ac_try;;
20180 esac
20181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20182 (eval "$ac_compile") 2>conftest.er1
20183 ac_status=$?
20184 grep -v '^ *+' conftest.er1 >conftest.err
20185 rm -f conftest.er1
20186 cat conftest.err >&5
20187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20188 (exit $ac_status); } && {
20189 test -z "$ac_c_werror_flag" ||
20190 test ! -s conftest.err
20191 } && test -s conftest.$ac_objext; then
20192 ac_cv_member_struct_sockaddr_sa_len=yes
20193 else
20194 echo "$as_me: failed program was:" >&5
20195 sed 's/^/| /' conftest.$ac_ext >&5
20197 cat >conftest.$ac_ext <<_ACEOF
20198 /* confdefs.h. */
20199 _ACEOF
20200 cat confdefs.h >>conftest.$ac_ext
20201 cat >>conftest.$ac_ext <<_ACEOF
20202 /* end confdefs.h. */
20203 #include <sys/types.h>
20204 #ifdef HAVE_SYS_SOCKET_H
20205 # include <sys/socket.h>
20206 #endif
20207 #ifdef HAVE_SYS_UN_H
20208 # include <sys/un.h>
20209 #endif
20212 main ()
20214 static struct sockaddr ac_aggr;
20215 if (sizeof ac_aggr.sa_len)
20216 return 0;
20218 return 0;
20220 _ACEOF
20221 rm -f conftest.$ac_objext
20222 if { (ac_try="$ac_compile"
20223 case "(($ac_try" in
20224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20225 *) ac_try_echo=$ac_try;;
20226 esac
20227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20228 (eval "$ac_compile") 2>conftest.er1
20229 ac_status=$?
20230 grep -v '^ *+' conftest.er1 >conftest.err
20231 rm -f conftest.er1
20232 cat conftest.err >&5
20233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20234 (exit $ac_status); } && {
20235 test -z "$ac_c_werror_flag" ||
20236 test ! -s conftest.err
20237 } && test -s conftest.$ac_objext; then
20238 ac_cv_member_struct_sockaddr_sa_len=yes
20239 else
20240 echo "$as_me: failed program was:" >&5
20241 sed 's/^/| /' conftest.$ac_ext >&5
20243 ac_cv_member_struct_sockaddr_sa_len=no
20246 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20251 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20252 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20253 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20255 cat >>confdefs.h <<_ACEOF
20256 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20257 _ACEOF
20261 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20262 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20263 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20264 echo $ECHO_N "(cached) $ECHO_C" >&6
20265 else
20266 cat >conftest.$ac_ext <<_ACEOF
20267 /* confdefs.h. */
20268 _ACEOF
20269 cat confdefs.h >>conftest.$ac_ext
20270 cat >>conftest.$ac_ext <<_ACEOF
20271 /* end confdefs.h. */
20272 #include <sys/types.h>
20273 #ifdef HAVE_SYS_SOCKET_H
20274 # include <sys/socket.h>
20275 #endif
20276 #ifdef HAVE_SYS_UN_H
20277 # include <sys/un.h>
20278 #endif
20281 main ()
20283 static struct sockaddr_un ac_aggr;
20284 if (ac_aggr.sun_len)
20285 return 0;
20287 return 0;
20289 _ACEOF
20290 rm -f conftest.$ac_objext
20291 if { (ac_try="$ac_compile"
20292 case "(($ac_try" in
20293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20294 *) ac_try_echo=$ac_try;;
20295 esac
20296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20297 (eval "$ac_compile") 2>conftest.er1
20298 ac_status=$?
20299 grep -v '^ *+' conftest.er1 >conftest.err
20300 rm -f conftest.er1
20301 cat conftest.err >&5
20302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20303 (exit $ac_status); } && {
20304 test -z "$ac_c_werror_flag" ||
20305 test ! -s conftest.err
20306 } && test -s conftest.$ac_objext; then
20307 ac_cv_member_struct_sockaddr_un_sun_len=yes
20308 else
20309 echo "$as_me: failed program was:" >&5
20310 sed 's/^/| /' conftest.$ac_ext >&5
20312 cat >conftest.$ac_ext <<_ACEOF
20313 /* confdefs.h. */
20314 _ACEOF
20315 cat confdefs.h >>conftest.$ac_ext
20316 cat >>conftest.$ac_ext <<_ACEOF
20317 /* end confdefs.h. */
20318 #include <sys/types.h>
20319 #ifdef HAVE_SYS_SOCKET_H
20320 # include <sys/socket.h>
20321 #endif
20322 #ifdef HAVE_SYS_UN_H
20323 # include <sys/un.h>
20324 #endif
20327 main ()
20329 static struct sockaddr_un ac_aggr;
20330 if (sizeof ac_aggr.sun_len)
20331 return 0;
20333 return 0;
20335 _ACEOF
20336 rm -f conftest.$ac_objext
20337 if { (ac_try="$ac_compile"
20338 case "(($ac_try" in
20339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20340 *) ac_try_echo=$ac_try;;
20341 esac
20342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20343 (eval "$ac_compile") 2>conftest.er1
20344 ac_status=$?
20345 grep -v '^ *+' conftest.er1 >conftest.err
20346 rm -f conftest.er1
20347 cat conftest.err >&5
20348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20349 (exit $ac_status); } && {
20350 test -z "$ac_c_werror_flag" ||
20351 test ! -s conftest.err
20352 } && test -s conftest.$ac_objext; then
20353 ac_cv_member_struct_sockaddr_un_sun_len=yes
20354 else
20355 echo "$as_me: failed program was:" >&5
20356 sed 's/^/| /' conftest.$ac_ext >&5
20358 ac_cv_member_struct_sockaddr_un_sun_len=no
20361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20366 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20367 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20368 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20370 cat >>confdefs.h <<_ACEOF
20371 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20372 _ACEOF
20378 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20379 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20380 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20381 echo $ECHO_N "(cached) $ECHO_C" >&6
20382 else
20383 cat >conftest.$ac_ext <<_ACEOF
20384 /* confdefs.h. */
20385 _ACEOF
20386 cat confdefs.h >>conftest.$ac_ext
20387 cat >>conftest.$ac_ext <<_ACEOF
20388 /* end confdefs.h. */
20389 #include <sys/types.h>
20390 #ifdef HAVE_SCSI_SG_H
20391 #include <scsi/sg.h>
20392 #endif
20395 main ()
20397 static scsireq_t ac_aggr;
20398 if (ac_aggr.cmd)
20399 return 0;
20401 return 0;
20403 _ACEOF
20404 rm -f conftest.$ac_objext
20405 if { (ac_try="$ac_compile"
20406 case "(($ac_try" in
20407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20408 *) ac_try_echo=$ac_try;;
20409 esac
20410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20411 (eval "$ac_compile") 2>conftest.er1
20412 ac_status=$?
20413 grep -v '^ *+' conftest.er1 >conftest.err
20414 rm -f conftest.er1
20415 cat conftest.err >&5
20416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20417 (exit $ac_status); } && {
20418 test -z "$ac_c_werror_flag" ||
20419 test ! -s conftest.err
20420 } && test -s conftest.$ac_objext; then
20421 ac_cv_member_scsireq_t_cmd=yes
20422 else
20423 echo "$as_me: failed program was:" >&5
20424 sed 's/^/| /' conftest.$ac_ext >&5
20426 cat >conftest.$ac_ext <<_ACEOF
20427 /* confdefs.h. */
20428 _ACEOF
20429 cat confdefs.h >>conftest.$ac_ext
20430 cat >>conftest.$ac_ext <<_ACEOF
20431 /* end confdefs.h. */
20432 #include <sys/types.h>
20433 #ifdef HAVE_SCSI_SG_H
20434 #include <scsi/sg.h>
20435 #endif
20438 main ()
20440 static scsireq_t ac_aggr;
20441 if (sizeof ac_aggr.cmd)
20442 return 0;
20444 return 0;
20446 _ACEOF
20447 rm -f conftest.$ac_objext
20448 if { (ac_try="$ac_compile"
20449 case "(($ac_try" in
20450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20451 *) ac_try_echo=$ac_try;;
20452 esac
20453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20454 (eval "$ac_compile") 2>conftest.er1
20455 ac_status=$?
20456 grep -v '^ *+' conftest.er1 >conftest.err
20457 rm -f conftest.er1
20458 cat conftest.err >&5
20459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20460 (exit $ac_status); } && {
20461 test -z "$ac_c_werror_flag" ||
20462 test ! -s conftest.err
20463 } && test -s conftest.$ac_objext; then
20464 ac_cv_member_scsireq_t_cmd=yes
20465 else
20466 echo "$as_me: failed program was:" >&5
20467 sed 's/^/| /' conftest.$ac_ext >&5
20469 ac_cv_member_scsireq_t_cmd=no
20472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20477 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20478 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20479 if test $ac_cv_member_scsireq_t_cmd = yes; then
20481 cat >>confdefs.h <<_ACEOF
20482 #define HAVE_SCSIREQ_T_CMD 1
20483 _ACEOF
20487 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20488 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20489 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20490 echo $ECHO_N "(cached) $ECHO_C" >&6
20491 else
20492 cat >conftest.$ac_ext <<_ACEOF
20493 /* confdefs.h. */
20494 _ACEOF
20495 cat confdefs.h >>conftest.$ac_ext
20496 cat >>conftest.$ac_ext <<_ACEOF
20497 /* end confdefs.h. */
20498 #include <sys/types.h>
20499 #ifdef HAVE_SCSI_SG_H
20500 #include <scsi/sg.h>
20501 #endif
20504 main ()
20506 static sg_io_hdr_t ac_aggr;
20507 if (ac_aggr.interface_id)
20508 return 0;
20510 return 0;
20512 _ACEOF
20513 rm -f conftest.$ac_objext
20514 if { (ac_try="$ac_compile"
20515 case "(($ac_try" in
20516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20517 *) ac_try_echo=$ac_try;;
20518 esac
20519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20520 (eval "$ac_compile") 2>conftest.er1
20521 ac_status=$?
20522 grep -v '^ *+' conftest.er1 >conftest.err
20523 rm -f conftest.er1
20524 cat conftest.err >&5
20525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20526 (exit $ac_status); } && {
20527 test -z "$ac_c_werror_flag" ||
20528 test ! -s conftest.err
20529 } && test -s conftest.$ac_objext; then
20530 ac_cv_member_sg_io_hdr_t_interface_id=yes
20531 else
20532 echo "$as_me: failed program was:" >&5
20533 sed 's/^/| /' conftest.$ac_ext >&5
20535 cat >conftest.$ac_ext <<_ACEOF
20536 /* confdefs.h. */
20537 _ACEOF
20538 cat confdefs.h >>conftest.$ac_ext
20539 cat >>conftest.$ac_ext <<_ACEOF
20540 /* end confdefs.h. */
20541 #include <sys/types.h>
20542 #ifdef HAVE_SCSI_SG_H
20543 #include <scsi/sg.h>
20544 #endif
20547 main ()
20549 static sg_io_hdr_t ac_aggr;
20550 if (sizeof ac_aggr.interface_id)
20551 return 0;
20553 return 0;
20555 _ACEOF
20556 rm -f conftest.$ac_objext
20557 if { (ac_try="$ac_compile"
20558 case "(($ac_try" in
20559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20560 *) ac_try_echo=$ac_try;;
20561 esac
20562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20563 (eval "$ac_compile") 2>conftest.er1
20564 ac_status=$?
20565 grep -v '^ *+' conftest.er1 >conftest.err
20566 rm -f conftest.er1
20567 cat conftest.err >&5
20568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20569 (exit $ac_status); } && {
20570 test -z "$ac_c_werror_flag" ||
20571 test ! -s conftest.err
20572 } && test -s conftest.$ac_objext; then
20573 ac_cv_member_sg_io_hdr_t_interface_id=yes
20574 else
20575 echo "$as_me: failed program was:" >&5
20576 sed 's/^/| /' conftest.$ac_ext >&5
20578 ac_cv_member_sg_io_hdr_t_interface_id=no
20581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20586 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20587 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20588 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20590 cat >>confdefs.h <<_ACEOF
20591 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20592 _ACEOF
20598 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20599 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20600 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20601 echo $ECHO_N "(cached) $ECHO_C" >&6
20602 else
20603 cat >conftest.$ac_ext <<_ACEOF
20604 /* confdefs.h. */
20605 _ACEOF
20606 cat confdefs.h >>conftest.$ac_ext
20607 cat >>conftest.$ac_ext <<_ACEOF
20608 /* end confdefs.h. */
20609 #include <signal.h>
20612 main ()
20614 static siginfo_t ac_aggr;
20615 if (ac_aggr.si_fd)
20616 return 0;
20618 return 0;
20620 _ACEOF
20621 rm -f conftest.$ac_objext
20622 if { (ac_try="$ac_compile"
20623 case "(($ac_try" in
20624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20625 *) ac_try_echo=$ac_try;;
20626 esac
20627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20628 (eval "$ac_compile") 2>conftest.er1
20629 ac_status=$?
20630 grep -v '^ *+' conftest.er1 >conftest.err
20631 rm -f conftest.er1
20632 cat conftest.err >&5
20633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20634 (exit $ac_status); } && {
20635 test -z "$ac_c_werror_flag" ||
20636 test ! -s conftest.err
20637 } && test -s conftest.$ac_objext; then
20638 ac_cv_member_siginfo_t_si_fd=yes
20639 else
20640 echo "$as_me: failed program was:" >&5
20641 sed 's/^/| /' conftest.$ac_ext >&5
20643 cat >conftest.$ac_ext <<_ACEOF
20644 /* confdefs.h. */
20645 _ACEOF
20646 cat confdefs.h >>conftest.$ac_ext
20647 cat >>conftest.$ac_ext <<_ACEOF
20648 /* end confdefs.h. */
20649 #include <signal.h>
20652 main ()
20654 static siginfo_t ac_aggr;
20655 if (sizeof ac_aggr.si_fd)
20656 return 0;
20658 return 0;
20660 _ACEOF
20661 rm -f conftest.$ac_objext
20662 if { (ac_try="$ac_compile"
20663 case "(($ac_try" in
20664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20665 *) ac_try_echo=$ac_try;;
20666 esac
20667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20668 (eval "$ac_compile") 2>conftest.er1
20669 ac_status=$?
20670 grep -v '^ *+' conftest.er1 >conftest.err
20671 rm -f conftest.er1
20672 cat conftest.err >&5
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); } && {
20675 test -z "$ac_c_werror_flag" ||
20676 test ! -s conftest.err
20677 } && test -s conftest.$ac_objext; then
20678 ac_cv_member_siginfo_t_si_fd=yes
20679 else
20680 echo "$as_me: failed program was:" >&5
20681 sed 's/^/| /' conftest.$ac_ext >&5
20683 ac_cv_member_siginfo_t_si_fd=no
20686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20691 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20692 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20693 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20695 cat >>confdefs.h <<_ACEOF
20696 #define HAVE_SIGINFO_T_SI_FD 1
20697 _ACEOF
20703 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20704 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20705 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20706 echo $ECHO_N "(cached) $ECHO_C" >&6
20707 else
20708 cat >conftest.$ac_ext <<_ACEOF
20709 /* confdefs.h. */
20710 _ACEOF
20711 cat confdefs.h >>conftest.$ac_ext
20712 cat >>conftest.$ac_ext <<_ACEOF
20713 /* end confdefs.h. */
20714 #include <sys/types.h>
20715 #ifdef HAVE_SYS_MTIO_H
20716 #include <sys/mtio.h>
20717 #endif
20720 main ()
20722 static struct mtget ac_aggr;
20723 if (ac_aggr.mt_blksiz)
20724 return 0;
20726 return 0;
20728 _ACEOF
20729 rm -f conftest.$ac_objext
20730 if { (ac_try="$ac_compile"
20731 case "(($ac_try" in
20732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20733 *) ac_try_echo=$ac_try;;
20734 esac
20735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20736 (eval "$ac_compile") 2>conftest.er1
20737 ac_status=$?
20738 grep -v '^ *+' conftest.er1 >conftest.err
20739 rm -f conftest.er1
20740 cat conftest.err >&5
20741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20742 (exit $ac_status); } && {
20743 test -z "$ac_c_werror_flag" ||
20744 test ! -s conftest.err
20745 } && test -s conftest.$ac_objext; then
20746 ac_cv_member_struct_mtget_mt_blksiz=yes
20747 else
20748 echo "$as_me: failed program was:" >&5
20749 sed 's/^/| /' conftest.$ac_ext >&5
20751 cat >conftest.$ac_ext <<_ACEOF
20752 /* confdefs.h. */
20753 _ACEOF
20754 cat confdefs.h >>conftest.$ac_ext
20755 cat >>conftest.$ac_ext <<_ACEOF
20756 /* end confdefs.h. */
20757 #include <sys/types.h>
20758 #ifdef HAVE_SYS_MTIO_H
20759 #include <sys/mtio.h>
20760 #endif
20763 main ()
20765 static struct mtget ac_aggr;
20766 if (sizeof ac_aggr.mt_blksiz)
20767 return 0;
20769 return 0;
20771 _ACEOF
20772 rm -f conftest.$ac_objext
20773 if { (ac_try="$ac_compile"
20774 case "(($ac_try" in
20775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20776 *) ac_try_echo=$ac_try;;
20777 esac
20778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20779 (eval "$ac_compile") 2>conftest.er1
20780 ac_status=$?
20781 grep -v '^ *+' conftest.er1 >conftest.err
20782 rm -f conftest.er1
20783 cat conftest.err >&5
20784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20785 (exit $ac_status); } && {
20786 test -z "$ac_c_werror_flag" ||
20787 test ! -s conftest.err
20788 } && test -s conftest.$ac_objext; then
20789 ac_cv_member_struct_mtget_mt_blksiz=yes
20790 else
20791 echo "$as_me: failed program was:" >&5
20792 sed 's/^/| /' conftest.$ac_ext >&5
20794 ac_cv_member_struct_mtget_mt_blksiz=no
20797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20802 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20803 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20804 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20806 cat >>confdefs.h <<_ACEOF
20807 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20808 _ACEOF
20812 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20813 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20814 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20815 echo $ECHO_N "(cached) $ECHO_C" >&6
20816 else
20817 cat >conftest.$ac_ext <<_ACEOF
20818 /* confdefs.h. */
20819 _ACEOF
20820 cat confdefs.h >>conftest.$ac_ext
20821 cat >>conftest.$ac_ext <<_ACEOF
20822 /* end confdefs.h. */
20823 #include <sys/types.h>
20824 #ifdef HAVE_SYS_MTIO_H
20825 #include <sys/mtio.h>
20826 #endif
20829 main ()
20831 static struct mtget ac_aggr;
20832 if (ac_aggr.mt_gstat)
20833 return 0;
20835 return 0;
20837 _ACEOF
20838 rm -f conftest.$ac_objext
20839 if { (ac_try="$ac_compile"
20840 case "(($ac_try" in
20841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20842 *) ac_try_echo=$ac_try;;
20843 esac
20844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20845 (eval "$ac_compile") 2>conftest.er1
20846 ac_status=$?
20847 grep -v '^ *+' conftest.er1 >conftest.err
20848 rm -f conftest.er1
20849 cat conftest.err >&5
20850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20851 (exit $ac_status); } && {
20852 test -z "$ac_c_werror_flag" ||
20853 test ! -s conftest.err
20854 } && test -s conftest.$ac_objext; then
20855 ac_cv_member_struct_mtget_mt_gstat=yes
20856 else
20857 echo "$as_me: failed program was:" >&5
20858 sed 's/^/| /' conftest.$ac_ext >&5
20860 cat >conftest.$ac_ext <<_ACEOF
20861 /* confdefs.h. */
20862 _ACEOF
20863 cat confdefs.h >>conftest.$ac_ext
20864 cat >>conftest.$ac_ext <<_ACEOF
20865 /* end confdefs.h. */
20866 #include <sys/types.h>
20867 #ifdef HAVE_SYS_MTIO_H
20868 #include <sys/mtio.h>
20869 #endif
20872 main ()
20874 static struct mtget ac_aggr;
20875 if (sizeof ac_aggr.mt_gstat)
20876 return 0;
20878 return 0;
20880 _ACEOF
20881 rm -f conftest.$ac_objext
20882 if { (ac_try="$ac_compile"
20883 case "(($ac_try" in
20884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20885 *) ac_try_echo=$ac_try;;
20886 esac
20887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20888 (eval "$ac_compile") 2>conftest.er1
20889 ac_status=$?
20890 grep -v '^ *+' conftest.er1 >conftest.err
20891 rm -f conftest.er1
20892 cat conftest.err >&5
20893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20894 (exit $ac_status); } && {
20895 test -z "$ac_c_werror_flag" ||
20896 test ! -s conftest.err
20897 } && test -s conftest.$ac_objext; then
20898 ac_cv_member_struct_mtget_mt_gstat=yes
20899 else
20900 echo "$as_me: failed program was:" >&5
20901 sed 's/^/| /' conftest.$ac_ext >&5
20903 ac_cv_member_struct_mtget_mt_gstat=no
20906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20911 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20912 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20913 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20915 cat >>confdefs.h <<_ACEOF
20916 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20917 _ACEOF
20921 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20922 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20923 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20924 echo $ECHO_N "(cached) $ECHO_C" >&6
20925 else
20926 cat >conftest.$ac_ext <<_ACEOF
20927 /* confdefs.h. */
20928 _ACEOF
20929 cat confdefs.h >>conftest.$ac_ext
20930 cat >>conftest.$ac_ext <<_ACEOF
20931 /* end confdefs.h. */
20932 #include <sys/types.h>
20933 #ifdef HAVE_SYS_MTIO_H
20934 #include <sys/mtio.h>
20935 #endif
20938 main ()
20940 static struct mtget ac_aggr;
20941 if (ac_aggr.mt_blkno)
20942 return 0;
20944 return 0;
20946 _ACEOF
20947 rm -f conftest.$ac_objext
20948 if { (ac_try="$ac_compile"
20949 case "(($ac_try" in
20950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20951 *) ac_try_echo=$ac_try;;
20952 esac
20953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20954 (eval "$ac_compile") 2>conftest.er1
20955 ac_status=$?
20956 grep -v '^ *+' conftest.er1 >conftest.err
20957 rm -f conftest.er1
20958 cat conftest.err >&5
20959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20960 (exit $ac_status); } && {
20961 test -z "$ac_c_werror_flag" ||
20962 test ! -s conftest.err
20963 } && test -s conftest.$ac_objext; then
20964 ac_cv_member_struct_mtget_mt_blkno=yes
20965 else
20966 echo "$as_me: failed program was:" >&5
20967 sed 's/^/| /' conftest.$ac_ext >&5
20969 cat >conftest.$ac_ext <<_ACEOF
20970 /* confdefs.h. */
20971 _ACEOF
20972 cat confdefs.h >>conftest.$ac_ext
20973 cat >>conftest.$ac_ext <<_ACEOF
20974 /* end confdefs.h. */
20975 #include <sys/types.h>
20976 #ifdef HAVE_SYS_MTIO_H
20977 #include <sys/mtio.h>
20978 #endif
20981 main ()
20983 static struct mtget ac_aggr;
20984 if (sizeof ac_aggr.mt_blkno)
20985 return 0;
20987 return 0;
20989 _ACEOF
20990 rm -f conftest.$ac_objext
20991 if { (ac_try="$ac_compile"
20992 case "(($ac_try" in
20993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20994 *) ac_try_echo=$ac_try;;
20995 esac
20996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20997 (eval "$ac_compile") 2>conftest.er1
20998 ac_status=$?
20999 grep -v '^ *+' conftest.er1 >conftest.err
21000 rm -f conftest.er1
21001 cat conftest.err >&5
21002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21003 (exit $ac_status); } && {
21004 test -z "$ac_c_werror_flag" ||
21005 test ! -s conftest.err
21006 } && test -s conftest.$ac_objext; then
21007 ac_cv_member_struct_mtget_mt_blkno=yes
21008 else
21009 echo "$as_me: failed program was:" >&5
21010 sed 's/^/| /' conftest.$ac_ext >&5
21012 ac_cv_member_struct_mtget_mt_blkno=no
21015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21020 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21021 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21022 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21024 cat >>confdefs.h <<_ACEOF
21025 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21026 _ACEOF
21032 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21033 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21034 if test "${ac_cv_member_struct_option_name+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 #ifdef HAVE_GETOPT_H
21044 #include <getopt.h>
21045 #endif
21048 main ()
21050 static struct option ac_aggr;
21051 if (ac_aggr.name)
21052 return 0;
21054 return 0;
21056 _ACEOF
21057 rm -f conftest.$ac_objext
21058 if { (ac_try="$ac_compile"
21059 case "(($ac_try" in
21060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21061 *) ac_try_echo=$ac_try;;
21062 esac
21063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21064 (eval "$ac_compile") 2>conftest.er1
21065 ac_status=$?
21066 grep -v '^ *+' conftest.er1 >conftest.err
21067 rm -f conftest.er1
21068 cat conftest.err >&5
21069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21070 (exit $ac_status); } && {
21071 test -z "$ac_c_werror_flag" ||
21072 test ! -s conftest.err
21073 } && test -s conftest.$ac_objext; then
21074 ac_cv_member_struct_option_name=yes
21075 else
21076 echo "$as_me: failed program was:" >&5
21077 sed 's/^/| /' conftest.$ac_ext >&5
21079 cat >conftest.$ac_ext <<_ACEOF
21080 /* confdefs.h. */
21081 _ACEOF
21082 cat confdefs.h >>conftest.$ac_ext
21083 cat >>conftest.$ac_ext <<_ACEOF
21084 /* end confdefs.h. */
21085 #ifdef HAVE_GETOPT_H
21086 #include <getopt.h>
21087 #endif
21090 main ()
21092 static struct option ac_aggr;
21093 if (sizeof ac_aggr.name)
21094 return 0;
21096 return 0;
21098 _ACEOF
21099 rm -f conftest.$ac_objext
21100 if { (ac_try="$ac_compile"
21101 case "(($ac_try" in
21102 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21103 *) ac_try_echo=$ac_try;;
21104 esac
21105 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21106 (eval "$ac_compile") 2>conftest.er1
21107 ac_status=$?
21108 grep -v '^ *+' conftest.er1 >conftest.err
21109 rm -f conftest.er1
21110 cat conftest.err >&5
21111 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21112 (exit $ac_status); } && {
21113 test -z "$ac_c_werror_flag" ||
21114 test ! -s conftest.err
21115 } && test -s conftest.$ac_objext; then
21116 ac_cv_member_struct_option_name=yes
21117 else
21118 echo "$as_me: failed program was:" >&5
21119 sed 's/^/| /' conftest.$ac_ext >&5
21121 ac_cv_member_struct_option_name=no
21124 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21129 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21130 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21131 if test $ac_cv_member_struct_option_name = yes; then
21133 cat >>confdefs.h <<_ACEOF
21134 #define HAVE_STRUCT_OPTION_NAME 1
21135 _ACEOF
21141 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21142 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21143 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21144 echo $ECHO_N "(cached) $ECHO_C" >&6
21145 else
21146 cat >conftest.$ac_ext <<_ACEOF
21147 /* confdefs.h. */
21148 _ACEOF
21149 cat confdefs.h >>conftest.$ac_ext
21150 cat >>conftest.$ac_ext <<_ACEOF
21151 /* end confdefs.h. */
21152 $ac_includes_default
21154 main ()
21156 static struct stat ac_aggr;
21157 if (ac_aggr.st_blocks)
21158 return 0;
21160 return 0;
21162 _ACEOF
21163 rm -f conftest.$ac_objext
21164 if { (ac_try="$ac_compile"
21165 case "(($ac_try" in
21166 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21167 *) ac_try_echo=$ac_try;;
21168 esac
21169 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21170 (eval "$ac_compile") 2>conftest.er1
21171 ac_status=$?
21172 grep -v '^ *+' conftest.er1 >conftest.err
21173 rm -f conftest.er1
21174 cat conftest.err >&5
21175 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21176 (exit $ac_status); } && {
21177 test -z "$ac_c_werror_flag" ||
21178 test ! -s conftest.err
21179 } && test -s conftest.$ac_objext; then
21180 ac_cv_member_struct_stat_st_blocks=yes
21181 else
21182 echo "$as_me: failed program was:" >&5
21183 sed 's/^/| /' conftest.$ac_ext >&5
21185 cat >conftest.$ac_ext <<_ACEOF
21186 /* confdefs.h. */
21187 _ACEOF
21188 cat confdefs.h >>conftest.$ac_ext
21189 cat >>conftest.$ac_ext <<_ACEOF
21190 /* end confdefs.h. */
21191 $ac_includes_default
21193 main ()
21195 static struct stat ac_aggr;
21196 if (sizeof ac_aggr.st_blocks)
21197 return 0;
21199 return 0;
21201 _ACEOF
21202 rm -f conftest.$ac_objext
21203 if { (ac_try="$ac_compile"
21204 case "(($ac_try" in
21205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21206 *) ac_try_echo=$ac_try;;
21207 esac
21208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21209 (eval "$ac_compile") 2>conftest.er1
21210 ac_status=$?
21211 grep -v '^ *+' conftest.er1 >conftest.err
21212 rm -f conftest.er1
21213 cat conftest.err >&5
21214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21215 (exit $ac_status); } && {
21216 test -z "$ac_c_werror_flag" ||
21217 test ! -s conftest.err
21218 } && test -s conftest.$ac_objext; then
21219 ac_cv_member_struct_stat_st_blocks=yes
21220 else
21221 echo "$as_me: failed program was:" >&5
21222 sed 's/^/| /' conftest.$ac_ext >&5
21224 ac_cv_member_struct_stat_st_blocks=no
21227 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21232 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21233 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21234 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21236 cat >>confdefs.h <<_ACEOF
21237 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21238 _ACEOF
21242 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21243 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21244 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21245 echo $ECHO_N "(cached) $ECHO_C" >&6
21246 else
21247 cat >conftest.$ac_ext <<_ACEOF
21248 /* confdefs.h. */
21249 _ACEOF
21250 cat confdefs.h >>conftest.$ac_ext
21251 cat >>conftest.$ac_ext <<_ACEOF
21252 /* end confdefs.h. */
21253 $ac_includes_default
21255 main ()
21257 static struct stat ac_aggr;
21258 if (ac_aggr.st_mtim)
21259 return 0;
21261 return 0;
21263 _ACEOF
21264 rm -f conftest.$ac_objext
21265 if { (ac_try="$ac_compile"
21266 case "(($ac_try" in
21267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21268 *) ac_try_echo=$ac_try;;
21269 esac
21270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21271 (eval "$ac_compile") 2>conftest.er1
21272 ac_status=$?
21273 grep -v '^ *+' conftest.er1 >conftest.err
21274 rm -f conftest.er1
21275 cat conftest.err >&5
21276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21277 (exit $ac_status); } && {
21278 test -z "$ac_c_werror_flag" ||
21279 test ! -s conftest.err
21280 } && test -s conftest.$ac_objext; then
21281 ac_cv_member_struct_stat_st_mtim=yes
21282 else
21283 echo "$as_me: failed program was:" >&5
21284 sed 's/^/| /' conftest.$ac_ext >&5
21286 cat >conftest.$ac_ext <<_ACEOF
21287 /* confdefs.h. */
21288 _ACEOF
21289 cat confdefs.h >>conftest.$ac_ext
21290 cat >>conftest.$ac_ext <<_ACEOF
21291 /* end confdefs.h. */
21292 $ac_includes_default
21294 main ()
21296 static struct stat ac_aggr;
21297 if (sizeof ac_aggr.st_mtim)
21298 return 0;
21300 return 0;
21302 _ACEOF
21303 rm -f conftest.$ac_objext
21304 if { (ac_try="$ac_compile"
21305 case "(($ac_try" in
21306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21307 *) ac_try_echo=$ac_try;;
21308 esac
21309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21310 (eval "$ac_compile") 2>conftest.er1
21311 ac_status=$?
21312 grep -v '^ *+' conftest.er1 >conftest.err
21313 rm -f conftest.er1
21314 cat conftest.err >&5
21315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21316 (exit $ac_status); } && {
21317 test -z "$ac_c_werror_flag" ||
21318 test ! -s conftest.err
21319 } && test -s conftest.$ac_objext; then
21320 ac_cv_member_struct_stat_st_mtim=yes
21321 else
21322 echo "$as_me: failed program was:" >&5
21323 sed 's/^/| /' conftest.$ac_ext >&5
21325 ac_cv_member_struct_stat_st_mtim=no
21328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21333 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21334 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21335 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21337 cat >>confdefs.h <<_ACEOF
21338 #define HAVE_STRUCT_STAT_ST_MTIM 1
21339 _ACEOF
21343 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21344 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21345 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21346 echo $ECHO_N "(cached) $ECHO_C" >&6
21347 else
21348 cat >conftest.$ac_ext <<_ACEOF
21349 /* confdefs.h. */
21350 _ACEOF
21351 cat confdefs.h >>conftest.$ac_ext
21352 cat >>conftest.$ac_ext <<_ACEOF
21353 /* end confdefs.h. */
21354 $ac_includes_default
21356 main ()
21358 static struct stat ac_aggr;
21359 if (ac_aggr.st_ctim)
21360 return 0;
21362 return 0;
21364 _ACEOF
21365 rm -f conftest.$ac_objext
21366 if { (ac_try="$ac_compile"
21367 case "(($ac_try" in
21368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21369 *) ac_try_echo=$ac_try;;
21370 esac
21371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21372 (eval "$ac_compile") 2>conftest.er1
21373 ac_status=$?
21374 grep -v '^ *+' conftest.er1 >conftest.err
21375 rm -f conftest.er1
21376 cat conftest.err >&5
21377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21378 (exit $ac_status); } && {
21379 test -z "$ac_c_werror_flag" ||
21380 test ! -s conftest.err
21381 } && test -s conftest.$ac_objext; then
21382 ac_cv_member_struct_stat_st_ctim=yes
21383 else
21384 echo "$as_me: failed program was:" >&5
21385 sed 's/^/| /' conftest.$ac_ext >&5
21387 cat >conftest.$ac_ext <<_ACEOF
21388 /* confdefs.h. */
21389 _ACEOF
21390 cat confdefs.h >>conftest.$ac_ext
21391 cat >>conftest.$ac_ext <<_ACEOF
21392 /* end confdefs.h. */
21393 $ac_includes_default
21395 main ()
21397 static struct stat ac_aggr;
21398 if (sizeof ac_aggr.st_ctim)
21399 return 0;
21401 return 0;
21403 _ACEOF
21404 rm -f conftest.$ac_objext
21405 if { (ac_try="$ac_compile"
21406 case "(($ac_try" in
21407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21408 *) ac_try_echo=$ac_try;;
21409 esac
21410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_struct_stat_st_ctim=yes
21422 else
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_member_struct_stat_st_ctim=no
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21435 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21436 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_STAT_ST_CTIM 1
21440 _ACEOF
21444 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21445 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21446 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21447 echo $ECHO_N "(cached) $ECHO_C" >&6
21448 else
21449 cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h. */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h. */
21455 $ac_includes_default
21457 main ()
21459 static struct stat ac_aggr;
21460 if (ac_aggr.st_atim)
21461 return 0;
21463 return 0;
21465 _ACEOF
21466 rm -f conftest.$ac_objext
21467 if { (ac_try="$ac_compile"
21468 case "(($ac_try" in
21469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21470 *) ac_try_echo=$ac_try;;
21471 esac
21472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21473 (eval "$ac_compile") 2>conftest.er1
21474 ac_status=$?
21475 grep -v '^ *+' conftest.er1 >conftest.err
21476 rm -f conftest.er1
21477 cat conftest.err >&5
21478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21479 (exit $ac_status); } && {
21480 test -z "$ac_c_werror_flag" ||
21481 test ! -s conftest.err
21482 } && test -s conftest.$ac_objext; then
21483 ac_cv_member_struct_stat_st_atim=yes
21484 else
21485 echo "$as_me: failed program was:" >&5
21486 sed 's/^/| /' conftest.$ac_ext >&5
21488 cat >conftest.$ac_ext <<_ACEOF
21489 /* confdefs.h. */
21490 _ACEOF
21491 cat confdefs.h >>conftest.$ac_ext
21492 cat >>conftest.$ac_ext <<_ACEOF
21493 /* end confdefs.h. */
21494 $ac_includes_default
21496 main ()
21498 static struct stat ac_aggr;
21499 if (sizeof ac_aggr.st_atim)
21500 return 0;
21502 return 0;
21504 _ACEOF
21505 rm -f conftest.$ac_objext
21506 if { (ac_try="$ac_compile"
21507 case "(($ac_try" in
21508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21509 *) ac_try_echo=$ac_try;;
21510 esac
21511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21512 (eval "$ac_compile") 2>conftest.er1
21513 ac_status=$?
21514 grep -v '^ *+' conftest.er1 >conftest.err
21515 rm -f conftest.er1
21516 cat conftest.err >&5
21517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21518 (exit $ac_status); } && {
21519 test -z "$ac_c_werror_flag" ||
21520 test ! -s conftest.err
21521 } && test -s conftest.$ac_objext; then
21522 ac_cv_member_struct_stat_st_atim=yes
21523 else
21524 echo "$as_me: failed program was:" >&5
21525 sed 's/^/| /' conftest.$ac_ext >&5
21527 ac_cv_member_struct_stat_st_atim=no
21530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21535 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21536 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21537 if test $ac_cv_member_struct_stat_st_atim = yes; then
21539 cat >>confdefs.h <<_ACEOF
21540 #define HAVE_STRUCT_STAT_ST_ATIM 1
21541 _ACEOF
21547 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21548 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21549 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21550 echo $ECHO_N "(cached) $ECHO_C" >&6
21551 else
21552 cat >conftest.$ac_ext <<_ACEOF
21553 /* confdefs.h. */
21554 _ACEOF
21555 cat confdefs.h >>conftest.$ac_ext
21556 cat >>conftest.$ac_ext <<_ACEOF
21557 /* end confdefs.h. */
21558 #ifdef HAVE_SYS_TYPES_H
21559 #include <sys/types.h>
21560 #endif
21561 #ifdef HAVE_NETINET_IN_H
21562 #include <netinet/in.h>
21563 #endif
21566 main ()
21568 static struct sockaddr_in6 ac_aggr;
21569 if (ac_aggr.sin6_scope_id)
21570 return 0;
21572 return 0;
21574 _ACEOF
21575 rm -f conftest.$ac_objext
21576 if { (ac_try="$ac_compile"
21577 case "(($ac_try" in
21578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21579 *) ac_try_echo=$ac_try;;
21580 esac
21581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21582 (eval "$ac_compile") 2>conftest.er1
21583 ac_status=$?
21584 grep -v '^ *+' conftest.er1 >conftest.err
21585 rm -f conftest.er1
21586 cat conftest.err >&5
21587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21588 (exit $ac_status); } && {
21589 test -z "$ac_c_werror_flag" ||
21590 test ! -s conftest.err
21591 } && test -s conftest.$ac_objext; then
21592 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21593 else
21594 echo "$as_me: failed program was:" >&5
21595 sed 's/^/| /' conftest.$ac_ext >&5
21597 cat >conftest.$ac_ext <<_ACEOF
21598 /* confdefs.h. */
21599 _ACEOF
21600 cat confdefs.h >>conftest.$ac_ext
21601 cat >>conftest.$ac_ext <<_ACEOF
21602 /* end confdefs.h. */
21603 #ifdef HAVE_SYS_TYPES_H
21604 #include <sys/types.h>
21605 #endif
21606 #ifdef HAVE_NETINET_IN_H
21607 #include <netinet/in.h>
21608 #endif
21611 main ()
21613 static struct sockaddr_in6 ac_aggr;
21614 if (sizeof ac_aggr.sin6_scope_id)
21615 return 0;
21617 return 0;
21619 _ACEOF
21620 rm -f conftest.$ac_objext
21621 if { (ac_try="$ac_compile"
21622 case "(($ac_try" in
21623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21624 *) ac_try_echo=$ac_try;;
21625 esac
21626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21627 (eval "$ac_compile") 2>conftest.er1
21628 ac_status=$?
21629 grep -v '^ *+' conftest.er1 >conftest.err
21630 rm -f conftest.er1
21631 cat conftest.err >&5
21632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633 (exit $ac_status); } && {
21634 test -z "$ac_c_werror_flag" ||
21635 test ! -s conftest.err
21636 } && test -s conftest.$ac_objext; then
21637 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21638 else
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21642 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21645 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21650 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21651 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21652 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21654 cat >>confdefs.h <<_ACEOF
21655 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21656 _ACEOF
21662 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21663 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21664 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21665 echo $ECHO_N "(cached) $ECHO_C" >&6
21666 else
21667 cat >conftest.$ac_ext <<_ACEOF
21668 /* confdefs.h. */
21669 _ACEOF
21670 cat confdefs.h >>conftest.$ac_ext
21671 cat >>conftest.$ac_ext <<_ACEOF
21672 /* end confdefs.h. */
21673 #ifdef HAVE_SYS_TYPES_H
21674 #include <sys/types.h>
21675 #endif
21676 #ifdef HAVE_NETINET_IN_H
21677 # include <netinet/in.h>
21678 #endif
21679 #ifdef HAVE_ARPA_NAMESER_H
21680 # include <arpa/nameser.h>
21681 #endif
21684 main ()
21686 static ns_msg ac_aggr;
21687 if (ac_aggr._msg_ptr)
21688 return 0;
21690 return 0;
21692 _ACEOF
21693 rm -f conftest.$ac_objext
21694 if { (ac_try="$ac_compile"
21695 case "(($ac_try" in
21696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21697 *) ac_try_echo=$ac_try;;
21698 esac
21699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21700 (eval "$ac_compile") 2>conftest.er1
21701 ac_status=$?
21702 grep -v '^ *+' conftest.er1 >conftest.err
21703 rm -f conftest.er1
21704 cat conftest.err >&5
21705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21706 (exit $ac_status); } && {
21707 test -z "$ac_c_werror_flag" ||
21708 test ! -s conftest.err
21709 } && test -s conftest.$ac_objext; then
21710 ac_cv_member_ns_msg__msg_ptr=yes
21711 else
21712 echo "$as_me: failed program was:" >&5
21713 sed 's/^/| /' conftest.$ac_ext >&5
21715 cat >conftest.$ac_ext <<_ACEOF
21716 /* confdefs.h. */
21717 _ACEOF
21718 cat confdefs.h >>conftest.$ac_ext
21719 cat >>conftest.$ac_ext <<_ACEOF
21720 /* end confdefs.h. */
21721 #ifdef HAVE_SYS_TYPES_H
21722 #include <sys/types.h>
21723 #endif
21724 #ifdef HAVE_NETINET_IN_H
21725 # include <netinet/in.h>
21726 #endif
21727 #ifdef HAVE_ARPA_NAMESER_H
21728 # include <arpa/nameser.h>
21729 #endif
21732 main ()
21734 static ns_msg ac_aggr;
21735 if (sizeof ac_aggr._msg_ptr)
21736 return 0;
21738 return 0;
21740 _ACEOF
21741 rm -f conftest.$ac_objext
21742 if { (ac_try="$ac_compile"
21743 case "(($ac_try" in
21744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21745 *) ac_try_echo=$ac_try;;
21746 esac
21747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21748 (eval "$ac_compile") 2>conftest.er1
21749 ac_status=$?
21750 grep -v '^ *+' conftest.er1 >conftest.err
21751 rm -f conftest.er1
21752 cat conftest.err >&5
21753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21754 (exit $ac_status); } && {
21755 test -z "$ac_c_werror_flag" ||
21756 test ! -s conftest.err
21757 } && test -s conftest.$ac_objext; then
21758 ac_cv_member_ns_msg__msg_ptr=yes
21759 else
21760 echo "$as_me: failed program was:" >&5
21761 sed 's/^/| /' conftest.$ac_ext >&5
21763 ac_cv_member_ns_msg__msg_ptr=no
21766 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21771 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21772 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21773 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21775 cat >>confdefs.h <<_ACEOF
21776 #define HAVE_NS_MSG__MSG_PTR 1
21777 _ACEOF
21783 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21784 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21785 if test "${ac_cv_have_timezone+set}" = set; then
21786 echo $ECHO_N "(cached) $ECHO_C" >&6
21787 else
21788 cat >conftest.$ac_ext <<_ACEOF
21789 /* confdefs.h. */
21790 _ACEOF
21791 cat confdefs.h >>conftest.$ac_ext
21792 cat >>conftest.$ac_ext <<_ACEOF
21793 /* end confdefs.h. */
21794 #include <time.h>
21796 main ()
21798 timezone = 1
21800 return 0;
21802 _ACEOF
21803 rm -f conftest.$ac_objext conftest$ac_exeext
21804 if { (ac_try="$ac_link"
21805 case "(($ac_try" in
21806 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21807 *) ac_try_echo=$ac_try;;
21808 esac
21809 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21810 (eval "$ac_link") 2>conftest.er1
21811 ac_status=$?
21812 grep -v '^ *+' conftest.er1 >conftest.err
21813 rm -f conftest.er1
21814 cat conftest.err >&5
21815 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21816 (exit $ac_status); } && {
21817 test -z "$ac_c_werror_flag" ||
21818 test ! -s conftest.err
21819 } && test -s conftest$ac_exeext &&
21820 $as_test_x conftest$ac_exeext; then
21821 ac_cv_have_timezone="yes"
21822 else
21823 echo "$as_me: failed program was:" >&5
21824 sed 's/^/| /' conftest.$ac_ext >&5
21826 ac_cv_have_timezone="no"
21829 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21830 conftest$ac_exeext conftest.$ac_ext
21832 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21833 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21834 if test "$ac_cv_have_timezone" = "yes"
21835 then
21837 cat >>confdefs.h <<\_ACEOF
21838 #define HAVE_TIMEZONE 1
21839 _ACEOF
21842 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21843 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21844 if test "${ac_cv_have_daylight+set}" = set; then
21845 echo $ECHO_N "(cached) $ECHO_C" >&6
21846 else
21847 cat >conftest.$ac_ext <<_ACEOF
21848 /* confdefs.h. */
21849 _ACEOF
21850 cat confdefs.h >>conftest.$ac_ext
21851 cat >>conftest.$ac_ext <<_ACEOF
21852 /* end confdefs.h. */
21853 #include <time.h>
21855 main ()
21857 daylight = 1
21859 return 0;
21861 _ACEOF
21862 rm -f conftest.$ac_objext conftest$ac_exeext
21863 if { (ac_try="$ac_link"
21864 case "(($ac_try" in
21865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21866 *) ac_try_echo=$ac_try;;
21867 esac
21868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21869 (eval "$ac_link") 2>conftest.er1
21870 ac_status=$?
21871 grep -v '^ *+' conftest.er1 >conftest.err
21872 rm -f conftest.er1
21873 cat conftest.err >&5
21874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21875 (exit $ac_status); } && {
21876 test -z "$ac_c_werror_flag" ||
21877 test ! -s conftest.err
21878 } && test -s conftest$ac_exeext &&
21879 $as_test_x conftest$ac_exeext; then
21880 ac_cv_have_daylight="yes"
21881 else
21882 echo "$as_me: failed program was:" >&5
21883 sed 's/^/| /' conftest.$ac_ext >&5
21885 ac_cv_have_daylight="no"
21888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21889 conftest$ac_exeext conftest.$ac_ext
21891 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21892 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21893 if test "$ac_cv_have_daylight" = "yes"
21894 then
21896 cat >>confdefs.h <<\_ACEOF
21897 #define HAVE_DAYLIGHT 1
21898 _ACEOF
21902 { echo "$as_me:$LINENO: checking for isinf" >&5
21903 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21904 if test "${ac_cv_have_isinf+set}" = set; then
21905 echo $ECHO_N "(cached) $ECHO_C" >&6
21906 else
21907 cat >conftest.$ac_ext <<_ACEOF
21908 /* confdefs.h. */
21909 _ACEOF
21910 cat confdefs.h >>conftest.$ac_ext
21911 cat >>conftest.$ac_ext <<_ACEOF
21912 /* end confdefs.h. */
21913 #include <math.h>
21915 main ()
21917 float f = 0.0; int i=isinf(f)
21919 return 0;
21921 _ACEOF
21922 rm -f conftest.$ac_objext conftest$ac_exeext
21923 if { (ac_try="$ac_link"
21924 case "(($ac_try" in
21925 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21926 *) ac_try_echo=$ac_try;;
21927 esac
21928 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21929 (eval "$ac_link") 2>conftest.er1
21930 ac_status=$?
21931 grep -v '^ *+' conftest.er1 >conftest.err
21932 rm -f conftest.er1
21933 cat conftest.err >&5
21934 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21935 (exit $ac_status); } && {
21936 test -z "$ac_c_werror_flag" ||
21937 test ! -s conftest.err
21938 } && test -s conftest$ac_exeext &&
21939 $as_test_x conftest$ac_exeext; then
21940 ac_cv_have_isinf="yes"
21941 else
21942 echo "$as_me: failed program was:" >&5
21943 sed 's/^/| /' conftest.$ac_ext >&5
21945 ac_cv_have_isinf="no"
21948 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21949 conftest$ac_exeext conftest.$ac_ext
21951 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21952 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21953 if test "$ac_cv_have_isinf" = "yes"
21954 then
21956 cat >>confdefs.h <<\_ACEOF
21957 #define HAVE_ISINF 1
21958 _ACEOF
21963 case $host_cpu in
21964 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21965 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21966 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21967 echo $ECHO_N "(cached) $ECHO_C" >&6
21968 else
21969 cat >conftest.$ac_ext <<_ACEOF
21970 /* confdefs.h. */
21971 _ACEOF
21972 cat confdefs.h >>conftest.$ac_ext
21973 cat >>conftest.$ac_ext <<_ACEOF
21974 /* end confdefs.h. */
21975 #ifndef __i386__
21977 #endif
21978 _ACEOF
21979 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21980 $EGREP "yes" >/dev/null 2>&1; then
21981 ac_cv_cpp_def___i386__=yes
21982 else
21983 ac_cv_cpp_def___i386__=no
21985 rm -f conftest*
21988 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21989 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21990 if test $ac_cv_cpp_def___i386__ = yes; then
21991 CFLAGS="$CFLAGS -D__i386__"
21992 LINTFLAGS="$LINTFLAGS -D__i386__"
21995 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21996 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
21997 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
21998 echo $ECHO_N "(cached) $ECHO_C" >&6
21999 else
22000 cat >conftest.$ac_ext <<_ACEOF
22001 /* confdefs.h. */
22002 _ACEOF
22003 cat confdefs.h >>conftest.$ac_ext
22004 cat >>conftest.$ac_ext <<_ACEOF
22005 /* end confdefs.h. */
22006 #ifndef __x86_64__
22008 #endif
22009 _ACEOF
22010 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22011 $EGREP "yes" >/dev/null 2>&1; then
22012 ac_cv_cpp_def___x86_64__=yes
22013 else
22014 ac_cv_cpp_def___x86_64__=no
22016 rm -f conftest*
22019 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22020 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22021 if test $ac_cv_cpp_def___x86_64__ = yes; then
22022 CFLAGS="$CFLAGS -D__x86_64__"
22023 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22026 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22027 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22028 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22029 echo $ECHO_N "(cached) $ECHO_C" >&6
22030 else
22031 cat >conftest.$ac_ext <<_ACEOF
22032 /* confdefs.h. */
22033 _ACEOF
22034 cat confdefs.h >>conftest.$ac_ext
22035 cat >>conftest.$ac_ext <<_ACEOF
22036 /* end confdefs.h. */
22037 #ifndef __ALPHA__
22039 #endif
22040 _ACEOF
22041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22042 $EGREP "yes" >/dev/null 2>&1; then
22043 ac_cv_cpp_def___ALPHA__=yes
22044 else
22045 ac_cv_cpp_def___ALPHA__=no
22047 rm -f conftest*
22050 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22051 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22052 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22053 CFLAGS="$CFLAGS -D__ALPHA__"
22054 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22057 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22058 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22059 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22060 echo $ECHO_N "(cached) $ECHO_C" >&6
22061 else
22062 cat >conftest.$ac_ext <<_ACEOF
22063 /* confdefs.h. */
22064 _ACEOF
22065 cat confdefs.h >>conftest.$ac_ext
22066 cat >>conftest.$ac_ext <<_ACEOF
22067 /* end confdefs.h. */
22068 #ifndef __sparc__
22070 #endif
22071 _ACEOF
22072 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22073 $EGREP "yes" >/dev/null 2>&1; then
22074 ac_cv_cpp_def___sparc__=yes
22075 else
22076 ac_cv_cpp_def___sparc__=no
22078 rm -f conftest*
22081 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22082 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22083 if test $ac_cv_cpp_def___sparc__ = yes; then
22084 CFLAGS="$CFLAGS -D__sparc__"
22085 LINTFLAGS="$LINTFLAGS -D__sparc__"
22088 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22089 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22090 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22091 echo $ECHO_N "(cached) $ECHO_C" >&6
22092 else
22093 cat >conftest.$ac_ext <<_ACEOF
22094 /* confdefs.h. */
22095 _ACEOF
22096 cat confdefs.h >>conftest.$ac_ext
22097 cat >>conftest.$ac_ext <<_ACEOF
22098 /* end confdefs.h. */
22099 #ifndef __powerpc__
22101 #endif
22102 _ACEOF
22103 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22104 $EGREP "yes" >/dev/null 2>&1; then
22105 ac_cv_cpp_def___powerpc__=yes
22106 else
22107 ac_cv_cpp_def___powerpc__=no
22109 rm -f conftest*
22112 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22113 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22114 if test $ac_cv_cpp_def___powerpc__ = yes; then
22115 CFLAGS="$CFLAGS -D__powerpc__"
22116 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22119 esac
22121 case $host_vendor in
22122 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22123 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22124 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22125 echo $ECHO_N "(cached) $ECHO_C" >&6
22126 else
22127 cat >conftest.$ac_ext <<_ACEOF
22128 /* confdefs.h. */
22129 _ACEOF
22130 cat confdefs.h >>conftest.$ac_ext
22131 cat >>conftest.$ac_ext <<_ACEOF
22132 /* end confdefs.h. */
22133 #ifndef __sun__
22135 #endif
22136 _ACEOF
22137 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22138 $EGREP "yes" >/dev/null 2>&1; then
22139 ac_cv_cpp_def___sun__=yes
22140 else
22141 ac_cv_cpp_def___sun__=no
22143 rm -f conftest*
22146 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22147 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22148 if test $ac_cv_cpp_def___sun__ = yes; then
22149 CFLAGS="$CFLAGS -D__sun__"
22150 LINTFLAGS="$LINTFLAGS -D__sun__"
22153 esac
22156 DEPENDENCIES="### Dependencies:
22158 .INIT: Makefile
22159 .BEGIN: Makefile
22160 Makefile: dummy
22161 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22163 \$(OBJS): \$(IDL_GEN_HEADERS)
22164 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22165 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22166 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22167 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22170 ALL_MAKERULES=""
22172 ALL_MAKEFILES=""
22174 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22180 ac_config_commands="$ac_config_commands include/stamp-h"
22183 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22185 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22187 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22189 ac_config_commands="$ac_config_commands dlls/user32/resources"
22191 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22193 ac_config_commands="$ac_config_commands include/wine"
22196 ALL_MAKERULES="$ALL_MAKERULES \\
22197 Make.rules"
22198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22199 Make.rules: Make.rules.in"
22200 MAKE_RULES=Make.rules
22201 ac_config_files="$ac_config_files Make.rules"
22203 ALL_MAKERULES="$ALL_MAKERULES \\
22204 dlls/Makedll.rules"
22205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22206 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22207 MAKE_DLL_RULES=dlls/Makedll.rules
22208 ac_config_files="$ac_config_files dlls/Makedll.rules"
22210 ALL_MAKERULES="$ALL_MAKERULES \\
22211 dlls/Makeimplib.rules"
22212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22213 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22214 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22215 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22217 ALL_MAKERULES="$ALL_MAKERULES \\
22218 dlls/Maketest.rules"
22219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22220 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22221 MAKE_TEST_RULES=dlls/Maketest.rules
22222 ac_config_files="$ac_config_files dlls/Maketest.rules"
22224 ALL_MAKERULES="$ALL_MAKERULES \\
22225 programs/Makeprog.rules"
22226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22227 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22228 MAKE_PROG_RULES=programs/Makeprog.rules
22229 ac_config_files="$ac_config_files programs/Makeprog.rules"
22233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22234 Makefile: Makefile.in Make.rules"
22235 ac_config_files="$ac_config_files Makefile"
22237 ALL_MAKEFILES="$ALL_MAKEFILES \\
22238 dlls/Makefile"
22239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22240 dlls/Makefile: dlls/Makefile.in Make.rules"
22241 ac_config_files="$ac_config_files dlls/Makefile"
22243 ALL_MAKEFILES="$ALL_MAKEFILES \\
22244 dlls/acledit/Makefile"
22245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22246 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22247 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22249 ALL_MAKEFILES="$ALL_MAKEFILES \\
22250 dlls/activeds/Makefile"
22251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22252 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22253 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22255 ALL_MAKEFILES="$ALL_MAKEFILES \\
22256 dlls/actxprxy/Makefile"
22257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22258 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22259 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22261 ALL_MAKEFILES="$ALL_MAKEFILES \\
22262 dlls/adsiid/Makefile"
22263 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22264 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22265 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22267 ALL_MAKEFILES="$ALL_MAKEFILES \\
22268 dlls/advapi32/Makefile"
22269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22270 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22271 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22273 ALL_MAKEFILES="$ALL_MAKEFILES \\
22274 dlls/advapi32/tests/Makefile"
22275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22276 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22277 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22279 ALL_MAKEFILES="$ALL_MAKEFILES \\
22280 dlls/advpack/Makefile"
22281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22282 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22283 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22285 ALL_MAKEFILES="$ALL_MAKEFILES \\
22286 dlls/advpack/tests/Makefile"
22287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22288 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22289 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22291 ALL_MAKEFILES="$ALL_MAKEFILES \\
22292 dlls/amstream/Makefile"
22293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22294 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22295 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22297 ALL_MAKEFILES="$ALL_MAKEFILES \\
22298 dlls/appwiz.cpl/Makefile"
22299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22300 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22301 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22303 ALL_MAKEFILES="$ALL_MAKEFILES \\
22304 dlls/atl/Makefile"
22305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22306 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22307 ac_config_files="$ac_config_files dlls/atl/Makefile"
22309 ALL_MAKEFILES="$ALL_MAKEFILES \\
22310 dlls/avicap32/Makefile"
22311 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22312 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22313 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22315 ALL_MAKEFILES="$ALL_MAKEFILES \\
22316 dlls/avifil32/Makefile"
22317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22318 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22319 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22321 ALL_MAKEFILES="$ALL_MAKEFILES \\
22322 dlls/browseui/Makefile"
22323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22324 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22325 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22327 ALL_MAKEFILES="$ALL_MAKEFILES \\
22328 dlls/browseui/tests/Makefile"
22329 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22330 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22331 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22333 ALL_MAKEFILES="$ALL_MAKEFILES \\
22334 dlls/cabinet/Makefile"
22335 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22336 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22337 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22339 ALL_MAKEFILES="$ALL_MAKEFILES \\
22340 dlls/cabinet/tests/Makefile"
22341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22342 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22343 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22345 ALL_MAKEFILES="$ALL_MAKEFILES \\
22346 dlls/capi2032/Makefile"
22347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22348 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22349 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22351 ALL_MAKEFILES="$ALL_MAKEFILES \\
22352 dlls/cards/Makefile"
22353 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22354 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22355 ac_config_files="$ac_config_files dlls/cards/Makefile"
22357 ALL_MAKEFILES="$ALL_MAKEFILES \\
22358 dlls/cfgmgr32/Makefile"
22359 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22360 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22361 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22363 ALL_MAKEFILES="$ALL_MAKEFILES \\
22364 dlls/clusapi/Makefile"
22365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22366 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22367 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22369 ALL_MAKEFILES="$ALL_MAKEFILES \\
22370 dlls/comcat/Makefile"
22371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22372 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22373 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22375 ALL_MAKEFILES="$ALL_MAKEFILES \\
22376 dlls/comcat/tests/Makefile"
22377 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22378 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22379 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22381 ALL_MAKEFILES="$ALL_MAKEFILES \\
22382 dlls/comctl32/Makefile"
22383 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22384 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22385 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22387 ALL_MAKEFILES="$ALL_MAKEFILES \\
22388 dlls/comctl32/tests/Makefile"
22389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22390 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22391 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22393 ALL_MAKEFILES="$ALL_MAKEFILES \\
22394 dlls/comdlg32/Makefile"
22395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22396 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22397 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22399 ALL_MAKEFILES="$ALL_MAKEFILES \\
22400 dlls/comdlg32/tests/Makefile"
22401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22402 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22403 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22405 ALL_MAKEFILES="$ALL_MAKEFILES \\
22406 dlls/compstui/Makefile"
22407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22408 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22409 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22411 ALL_MAKEFILES="$ALL_MAKEFILES \\
22412 dlls/credui/Makefile"
22413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22414 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22415 ac_config_files="$ac_config_files dlls/credui/Makefile"
22417 ALL_MAKEFILES="$ALL_MAKEFILES \\
22418 dlls/credui/tests/Makefile"
22419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22420 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22421 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22423 ALL_MAKEFILES="$ALL_MAKEFILES \\
22424 dlls/crtdll/Makefile"
22425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22426 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22427 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22429 ALL_MAKEFILES="$ALL_MAKEFILES \\
22430 dlls/crypt32/Makefile"
22431 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22432 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22433 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22435 ALL_MAKEFILES="$ALL_MAKEFILES \\
22436 dlls/crypt32/tests/Makefile"
22437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22438 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22439 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22441 ALL_MAKEFILES="$ALL_MAKEFILES \\
22442 dlls/cryptdlg/Makefile"
22443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22444 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22445 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22447 ALL_MAKEFILES="$ALL_MAKEFILES \\
22448 dlls/cryptdll/Makefile"
22449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22450 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22451 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22453 ALL_MAKEFILES="$ALL_MAKEFILES \\
22454 dlls/cryptnet/Makefile"
22455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22456 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22457 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22459 ALL_MAKEFILES="$ALL_MAKEFILES \\
22460 dlls/cryptnet/tests/Makefile"
22461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22462 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22463 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22465 ALL_MAKEFILES="$ALL_MAKEFILES \\
22466 dlls/cryptui/Makefile"
22467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22468 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22469 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22471 ALL_MAKEFILES="$ALL_MAKEFILES \\
22472 dlls/ctapi32/Makefile"
22473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22474 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22475 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22477 ALL_MAKEFILES="$ALL_MAKEFILES \\
22478 dlls/ctl3d32/Makefile"
22479 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22480 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22481 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22483 ALL_MAKEFILES="$ALL_MAKEFILES \\
22484 dlls/d3d10/Makefile"
22485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22486 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22487 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22489 ALL_MAKEFILES="$ALL_MAKEFILES \\
22490 dlls/d3d8/Makefile"
22491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22492 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22493 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22495 ALL_MAKEFILES="$ALL_MAKEFILES \\
22496 dlls/d3d8/tests/Makefile"
22497 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22498 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22499 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22501 ALL_MAKEFILES="$ALL_MAKEFILES \\
22502 dlls/d3d9/Makefile"
22503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22504 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22505 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22507 ALL_MAKEFILES="$ALL_MAKEFILES \\
22508 dlls/d3d9/tests/Makefile"
22509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22510 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22511 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22513 ALL_MAKEFILES="$ALL_MAKEFILES \\
22514 dlls/d3dim/Makefile"
22515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22516 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22517 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22519 ALL_MAKEFILES="$ALL_MAKEFILES \\
22520 dlls/d3drm/Makefile"
22521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22522 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22523 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22525 ALL_MAKEFILES="$ALL_MAKEFILES \\
22526 dlls/d3drm/tests/Makefile"
22527 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22528 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22529 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22531 ALL_MAKEFILES="$ALL_MAKEFILES \\
22532 dlls/d3dx8/Makefile"
22533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22534 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22535 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22537 ALL_MAKEFILES="$ALL_MAKEFILES \\
22538 dlls/d3dx8/tests/Makefile"
22539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22540 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22541 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22543 ALL_MAKEFILES="$ALL_MAKEFILES \\
22544 dlls/d3dx9_24/Makefile"
22545 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22546 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22547 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22549 ALL_MAKEFILES="$ALL_MAKEFILES \\
22550 dlls/d3dx9_25/Makefile"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22553 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22555 ALL_MAKEFILES="$ALL_MAKEFILES \\
22556 dlls/d3dx9_26/Makefile"
22557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22558 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22559 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22561 ALL_MAKEFILES="$ALL_MAKEFILES \\
22562 dlls/d3dx9_27/Makefile"
22563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22564 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22565 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22567 ALL_MAKEFILES="$ALL_MAKEFILES \\
22568 dlls/d3dx9_28/Makefile"
22569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22570 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22571 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22573 ALL_MAKEFILES="$ALL_MAKEFILES \\
22574 dlls/d3dx9_29/Makefile"
22575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22576 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22577 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22579 ALL_MAKEFILES="$ALL_MAKEFILES \\
22580 dlls/d3dx9_30/Makefile"
22581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22582 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22583 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22585 ALL_MAKEFILES="$ALL_MAKEFILES \\
22586 dlls/d3dx9_31/Makefile"
22587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22588 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22589 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22591 ALL_MAKEFILES="$ALL_MAKEFILES \\
22592 dlls/d3dx9_32/Makefile"
22593 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22594 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22595 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22597 ALL_MAKEFILES="$ALL_MAKEFILES \\
22598 dlls/d3dx9_33/Makefile"
22599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22600 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22601 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22603 ALL_MAKEFILES="$ALL_MAKEFILES \\
22604 dlls/d3dx9_34/Makefile"
22605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22606 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22607 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22609 ALL_MAKEFILES="$ALL_MAKEFILES \\
22610 dlls/d3dx9_35/Makefile"
22611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22612 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22613 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22615 ALL_MAKEFILES="$ALL_MAKEFILES \\
22616 dlls/d3dx9_36/Makefile"
22617 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22618 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22619 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22621 ALL_MAKEFILES="$ALL_MAKEFILES \\
22622 dlls/d3dx9_36/tests/Makefile"
22623 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22624 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22625 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22627 ALL_MAKEFILES="$ALL_MAKEFILES \\
22628 dlls/d3dx9_37/Makefile"
22629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22630 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22631 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22633 ALL_MAKEFILES="$ALL_MAKEFILES \\
22634 dlls/d3dxof/Makefile"
22635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22636 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22637 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22639 ALL_MAKEFILES="$ALL_MAKEFILES \\
22640 dlls/d3dxof/tests/Makefile"
22641 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22642 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22643 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22645 ALL_MAKEFILES="$ALL_MAKEFILES \\
22646 dlls/dbghelp/Makefile"
22647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22648 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22649 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22651 ALL_MAKEFILES="$ALL_MAKEFILES \\
22652 dlls/dciman32/Makefile"
22653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22654 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22655 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22657 ALL_MAKEFILES="$ALL_MAKEFILES \\
22658 dlls/ddraw/Makefile"
22659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22660 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22661 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22663 ALL_MAKEFILES="$ALL_MAKEFILES \\
22664 dlls/ddraw/tests/Makefile"
22665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22666 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22667 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22669 ALL_MAKEFILES="$ALL_MAKEFILES \\
22670 dlls/ddrawex/Makefile"
22671 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22672 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22673 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22675 ALL_MAKEFILES="$ALL_MAKEFILES \\
22676 dlls/devenum/Makefile"
22677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22678 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22679 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22681 ALL_MAKEFILES="$ALL_MAKEFILES \\
22682 dlls/dinput/Makefile"
22683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22684 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22685 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22687 ALL_MAKEFILES="$ALL_MAKEFILES \\
22688 dlls/dinput/tests/Makefile"
22689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22690 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22691 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22693 ALL_MAKEFILES="$ALL_MAKEFILES \\
22694 dlls/dinput8/Makefile"
22695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22696 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22697 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22699 ALL_MAKEFILES="$ALL_MAKEFILES \\
22700 dlls/dmband/Makefile"
22701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22702 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22703 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22705 ALL_MAKEFILES="$ALL_MAKEFILES \\
22706 dlls/dmcompos/Makefile"
22707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22708 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22709 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22711 ALL_MAKEFILES="$ALL_MAKEFILES \\
22712 dlls/dmime/Makefile"
22713 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22714 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22715 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22717 ALL_MAKEFILES="$ALL_MAKEFILES \\
22718 dlls/dmloader/Makefile"
22719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22720 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22721 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22723 ALL_MAKEFILES="$ALL_MAKEFILES \\
22724 dlls/dmscript/Makefile"
22725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22726 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22727 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22729 ALL_MAKEFILES="$ALL_MAKEFILES \\
22730 dlls/dmstyle/Makefile"
22731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22732 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22733 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22735 ALL_MAKEFILES="$ALL_MAKEFILES \\
22736 dlls/dmsynth/Makefile"
22737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22738 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22739 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22741 ALL_MAKEFILES="$ALL_MAKEFILES \\
22742 dlls/dmusic/Makefile"
22743 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22744 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22745 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22747 ALL_MAKEFILES="$ALL_MAKEFILES \\
22748 dlls/dmusic32/Makefile"
22749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22750 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22751 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22753 ALL_MAKEFILES="$ALL_MAKEFILES \\
22754 dlls/dnsapi/Makefile"
22755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22756 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22757 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22759 ALL_MAKEFILES="$ALL_MAKEFILES \\
22760 dlls/dnsapi/tests/Makefile"
22761 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22762 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22763 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22765 ALL_MAKEFILES="$ALL_MAKEFILES \\
22766 dlls/dplay/Makefile"
22767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22768 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22769 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22771 ALL_MAKEFILES="$ALL_MAKEFILES \\
22772 dlls/dplayx/Makefile"
22773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22774 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22775 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22777 ALL_MAKEFILES="$ALL_MAKEFILES \\
22778 dlls/dplayx/tests/Makefile"
22779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22780 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22781 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22783 ALL_MAKEFILES="$ALL_MAKEFILES \\
22784 dlls/dpnaddr/Makefile"
22785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22786 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22787 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22789 ALL_MAKEFILES="$ALL_MAKEFILES \\
22790 dlls/dpnet/Makefile"
22791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22792 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22793 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22795 ALL_MAKEFILES="$ALL_MAKEFILES \\
22796 dlls/dpnhpast/Makefile"
22797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22798 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22799 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
22801 ALL_MAKEFILES="$ALL_MAKEFILES \\
22802 dlls/dpnlobby/Makefile"
22803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22804 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
22805 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
22807 ALL_MAKEFILES="$ALL_MAKEFILES \\
22808 dlls/dpwsockx/Makefile"
22809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22810 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
22811 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
22813 ALL_MAKEFILES="$ALL_MAKEFILES \\
22814 dlls/dsound/Makefile"
22815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22816 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
22817 ac_config_files="$ac_config_files dlls/dsound/Makefile"
22819 ALL_MAKEFILES="$ALL_MAKEFILES \\
22820 dlls/dsound/tests/Makefile"
22821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22822 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
22823 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
22825 ALL_MAKEFILES="$ALL_MAKEFILES \\
22826 dlls/dssenh/Makefile"
22827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22828 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
22829 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
22831 ALL_MAKEFILES="$ALL_MAKEFILES \\
22832 dlls/dswave/Makefile"
22833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22834 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
22835 ac_config_files="$ac_config_files dlls/dswave/Makefile"
22837 ALL_MAKEFILES="$ALL_MAKEFILES \\
22838 dlls/dwmapi/Makefile"
22839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22840 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
22841 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
22843 ALL_MAKEFILES="$ALL_MAKEFILES \\
22844 dlls/dxdiagn/Makefile"
22845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22846 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
22847 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
22849 ALL_MAKEFILES="$ALL_MAKEFILES \\
22850 dlls/dxerr8/Makefile"
22851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22852 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
22853 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
22855 ALL_MAKEFILES="$ALL_MAKEFILES \\
22856 dlls/dxerr9/Makefile"
22857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22858 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
22859 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
22861 ALL_MAKEFILES="$ALL_MAKEFILES \\
22862 dlls/dxguid/Makefile"
22863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22864 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
22865 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
22867 ALL_MAKEFILES="$ALL_MAKEFILES \\
22868 dlls/faultrep/Makefile"
22869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22870 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
22871 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
22873 ALL_MAKEFILES="$ALL_MAKEFILES \\
22874 dlls/fusion/Makefile"
22875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22876 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
22877 ac_config_files="$ac_config_files dlls/fusion/Makefile"
22879 ALL_MAKEFILES="$ALL_MAKEFILES \\
22880 dlls/fusion/tests/Makefile"
22881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22882 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
22883 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
22885 ALL_MAKEFILES="$ALL_MAKEFILES \\
22886 dlls/gdi32/Makefile"
22887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22888 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
22889 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
22891 ALL_MAKEFILES="$ALL_MAKEFILES \\
22892 dlls/gdi32/tests/Makefile"
22893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22894 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
22895 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
22897 ALL_MAKEFILES="$ALL_MAKEFILES \\
22898 dlls/gdiplus/Makefile"
22899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22900 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
22901 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
22903 ALL_MAKEFILES="$ALL_MAKEFILES \\
22904 dlls/gdiplus/tests/Makefile"
22905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22906 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
22907 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
22909 ALL_MAKEFILES="$ALL_MAKEFILES \\
22910 dlls/glu32/Makefile"
22911 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22912 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
22913 ac_config_files="$ac_config_files dlls/glu32/Makefile"
22915 ALL_MAKEFILES="$ALL_MAKEFILES \\
22916 dlls/gphoto2.ds/Makefile"
22917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22918 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
22919 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
22921 ALL_MAKEFILES="$ALL_MAKEFILES \\
22922 dlls/gpkcsp/Makefile"
22923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22924 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
22925 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
22927 ALL_MAKEFILES="$ALL_MAKEFILES \\
22928 dlls/hal/Makefile"
22929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22930 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
22931 ac_config_files="$ac_config_files dlls/hal/Makefile"
22933 ALL_MAKEFILES="$ALL_MAKEFILES \\
22934 dlls/hhctrl.ocx/Makefile"
22935 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22936 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
22937 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
22939 ALL_MAKEFILES="$ALL_MAKEFILES \\
22940 dlls/hid/Makefile"
22941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22942 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
22943 ac_config_files="$ac_config_files dlls/hid/Makefile"
22945 ALL_MAKEFILES="$ALL_MAKEFILES \\
22946 dlls/hlink/Makefile"
22947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22948 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
22949 ac_config_files="$ac_config_files dlls/hlink/Makefile"
22951 ALL_MAKEFILES="$ALL_MAKEFILES \\
22952 dlls/hlink/tests/Makefile"
22953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22954 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
22955 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
22957 ALL_MAKEFILES="$ALL_MAKEFILES \\
22958 dlls/hnetcfg/Makefile"
22959 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22960 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
22961 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
22963 ALL_MAKEFILES="$ALL_MAKEFILES \\
22964 dlls/iccvid/Makefile"
22965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22966 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
22967 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
22969 ALL_MAKEFILES="$ALL_MAKEFILES \\
22970 dlls/icmp/Makefile"
22971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22972 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
22973 ac_config_files="$ac_config_files dlls/icmp/Makefile"
22975 ALL_MAKEFILES="$ALL_MAKEFILES \\
22976 dlls/ifsmgr.vxd/Makefile"
22977 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22978 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
22979 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
22981 ALL_MAKEFILES="$ALL_MAKEFILES \\
22982 dlls/imaadp32.acm/Makefile"
22983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22984 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
22985 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
22987 ALL_MAKEFILES="$ALL_MAKEFILES \\
22988 dlls/imagehlp/Makefile"
22989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22990 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
22991 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
22993 ALL_MAKEFILES="$ALL_MAKEFILES \\
22994 dlls/imm32/Makefile"
22995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22996 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
22997 ac_config_files="$ac_config_files dlls/imm32/Makefile"
22999 ALL_MAKEFILES="$ALL_MAKEFILES \\
23000 dlls/imm32/tests/Makefile"
23001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23002 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23003 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23005 ALL_MAKEFILES="$ALL_MAKEFILES \\
23006 dlls/inetcomm/Makefile"
23007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23008 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23009 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23011 ALL_MAKEFILES="$ALL_MAKEFILES \\
23012 dlls/inetcomm/tests/Makefile"
23013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23014 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23015 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23017 ALL_MAKEFILES="$ALL_MAKEFILES \\
23018 dlls/inetmib1/Makefile"
23019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23020 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23021 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23023 ALL_MAKEFILES="$ALL_MAKEFILES \\
23024 dlls/inetmib1/tests/Makefile"
23025 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23026 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23027 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23029 ALL_MAKEFILES="$ALL_MAKEFILES \\
23030 dlls/infosoft/Makefile"
23031 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23032 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23033 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23035 ALL_MAKEFILES="$ALL_MAKEFILES \\
23036 dlls/infosoft/tests/Makefile"
23037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23038 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23039 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23041 ALL_MAKEFILES="$ALL_MAKEFILES \\
23042 dlls/initpki/Makefile"
23043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23044 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23045 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23047 ALL_MAKEFILES="$ALL_MAKEFILES \\
23048 dlls/inkobj/Makefile"
23049 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23050 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23051 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23053 ALL_MAKEFILES="$ALL_MAKEFILES \\
23054 dlls/inseng/Makefile"
23055 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23056 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23057 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23059 ALL_MAKEFILES="$ALL_MAKEFILES \\
23060 dlls/iphlpapi/Makefile"
23061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23062 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23063 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23065 ALL_MAKEFILES="$ALL_MAKEFILES \\
23066 dlls/iphlpapi/tests/Makefile"
23067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23068 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23069 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23071 ALL_MAKEFILES="$ALL_MAKEFILES \\
23072 dlls/itircl/Makefile"
23073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23074 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23075 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23077 ALL_MAKEFILES="$ALL_MAKEFILES \\
23078 dlls/itss/Makefile"
23079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23080 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23081 ac_config_files="$ac_config_files dlls/itss/Makefile"
23083 ALL_MAKEFILES="$ALL_MAKEFILES \\
23084 dlls/itss/tests/Makefile"
23085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23086 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23087 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23089 ALL_MAKEFILES="$ALL_MAKEFILES \\
23090 dlls/jscript/Makefile"
23091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23092 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23093 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23095 ALL_MAKEFILES="$ALL_MAKEFILES \\
23096 dlls/jscript/tests/Makefile"
23097 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23098 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23099 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23101 ALL_MAKEFILES="$ALL_MAKEFILES \\
23102 dlls/kernel32/Makefile"
23103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23104 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23105 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23107 ALL_MAKEFILES="$ALL_MAKEFILES \\
23108 dlls/kernel32/tests/Makefile"
23109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23110 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23111 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23113 ALL_MAKEFILES="$ALL_MAKEFILES \\
23114 dlls/localspl/Makefile"
23115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23116 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23117 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23119 ALL_MAKEFILES="$ALL_MAKEFILES \\
23120 dlls/localspl/tests/Makefile"
23121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23122 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23123 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23125 ALL_MAKEFILES="$ALL_MAKEFILES \\
23126 dlls/localui/Makefile"
23127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23128 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23129 ac_config_files="$ac_config_files dlls/localui/Makefile"
23131 ALL_MAKEFILES="$ALL_MAKEFILES \\
23132 dlls/localui/tests/Makefile"
23133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23134 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23135 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23137 ALL_MAKEFILES="$ALL_MAKEFILES \\
23138 dlls/lz32/Makefile"
23139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23140 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23141 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23143 ALL_MAKEFILES="$ALL_MAKEFILES \\
23144 dlls/lz32/tests/Makefile"
23145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23146 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23147 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23149 ALL_MAKEFILES="$ALL_MAKEFILES \\
23150 dlls/mapi32/Makefile"
23151 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23152 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23153 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23155 ALL_MAKEFILES="$ALL_MAKEFILES \\
23156 dlls/mapi32/tests/Makefile"
23157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23158 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23159 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23161 ALL_MAKEFILES="$ALL_MAKEFILES \\
23162 dlls/mciavi32/Makefile"
23163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23164 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23165 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23167 ALL_MAKEFILES="$ALL_MAKEFILES \\
23168 dlls/mcicda/Makefile"
23169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23170 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23171 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23173 ALL_MAKEFILES="$ALL_MAKEFILES \\
23174 dlls/mciseq/Makefile"
23175 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23176 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23177 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23179 ALL_MAKEFILES="$ALL_MAKEFILES \\
23180 dlls/mciwave/Makefile"
23181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23182 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23183 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23185 ALL_MAKEFILES="$ALL_MAKEFILES \\
23186 dlls/midimap/Makefile"
23187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23188 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23189 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23191 ALL_MAKEFILES="$ALL_MAKEFILES \\
23192 dlls/mlang/Makefile"
23193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23194 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23195 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23197 ALL_MAKEFILES="$ALL_MAKEFILES \\
23198 dlls/mlang/tests/Makefile"
23199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23200 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23201 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23203 ALL_MAKEFILES="$ALL_MAKEFILES \\
23204 dlls/mmdevldr.vxd/Makefile"
23205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23206 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23207 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23209 ALL_MAKEFILES="$ALL_MAKEFILES \\
23210 dlls/monodebg.vxd/Makefile"
23211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23212 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23213 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23215 ALL_MAKEFILES="$ALL_MAKEFILES \\
23216 dlls/mountmgr.sys/Makefile"
23217 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23218 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23219 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23221 ALL_MAKEFILES="$ALL_MAKEFILES \\
23222 dlls/mpr/Makefile"
23223 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23224 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23225 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23227 ALL_MAKEFILES="$ALL_MAKEFILES \\
23228 dlls/mprapi/Makefile"
23229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23230 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23231 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23233 ALL_MAKEFILES="$ALL_MAKEFILES \\
23234 dlls/msacm32.drv/Makefile"
23235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23236 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23237 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23239 ALL_MAKEFILES="$ALL_MAKEFILES \\
23240 dlls/msacm32/Makefile"
23241 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23242 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23243 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23245 ALL_MAKEFILES="$ALL_MAKEFILES \\
23246 dlls/msacm32/tests/Makefile"
23247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23248 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23249 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23251 ALL_MAKEFILES="$ALL_MAKEFILES \\
23252 dlls/msadp32.acm/Makefile"
23253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23254 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23255 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23257 ALL_MAKEFILES="$ALL_MAKEFILES \\
23258 dlls/mscat32/Makefile"
23259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23260 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23261 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23263 ALL_MAKEFILES="$ALL_MAKEFILES \\
23264 dlls/mscms/Makefile"
23265 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23266 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23267 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23269 ALL_MAKEFILES="$ALL_MAKEFILES \\
23270 dlls/mscms/tests/Makefile"
23271 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23272 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23273 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23275 ALL_MAKEFILES="$ALL_MAKEFILES \\
23276 dlls/mscoree/Makefile"
23277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23278 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23279 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23281 ALL_MAKEFILES="$ALL_MAKEFILES \\
23282 dlls/msdmo/Makefile"
23283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23284 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23285 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23287 ALL_MAKEFILES="$ALL_MAKEFILES \\
23288 dlls/msftedit/Makefile"
23289 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23290 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23291 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23293 ALL_MAKEFILES="$ALL_MAKEFILES \\
23294 dlls/msg711.acm/Makefile"
23295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23296 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23297 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23299 ALL_MAKEFILES="$ALL_MAKEFILES \\
23300 dlls/mshtml.tlb/Makefile"
23301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23302 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23303 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23305 ALL_MAKEFILES="$ALL_MAKEFILES \\
23306 dlls/mshtml/Makefile"
23307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23308 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23309 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23311 ALL_MAKEFILES="$ALL_MAKEFILES \\
23312 dlls/mshtml/tests/Makefile"
23313 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23314 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23315 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23317 ALL_MAKEFILES="$ALL_MAKEFILES \\
23318 dlls/msi/Makefile"
23319 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23320 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23321 ac_config_files="$ac_config_files dlls/msi/Makefile"
23323 ALL_MAKEFILES="$ALL_MAKEFILES \\
23324 dlls/msi/tests/Makefile"
23325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23326 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23327 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23329 ALL_MAKEFILES="$ALL_MAKEFILES \\
23330 dlls/msimg32/Makefile"
23331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23332 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23333 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23335 ALL_MAKEFILES="$ALL_MAKEFILES \\
23336 dlls/msimtf/Makefile"
23337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23338 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23339 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23341 ALL_MAKEFILES="$ALL_MAKEFILES \\
23342 dlls/msisip/Makefile"
23343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23344 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23345 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23347 ALL_MAKEFILES="$ALL_MAKEFILES \\
23348 dlls/msisys.ocx/Makefile"
23349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23350 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23351 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23353 ALL_MAKEFILES="$ALL_MAKEFILES \\
23354 dlls/msnet32/Makefile"
23355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23356 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23357 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23359 ALL_MAKEFILES="$ALL_MAKEFILES \\
23360 dlls/msrle32/Makefile"
23361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23362 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23363 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23365 ALL_MAKEFILES="$ALL_MAKEFILES \\
23366 dlls/mssip32/Makefile"
23367 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23368 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23369 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23371 ALL_MAKEFILES="$ALL_MAKEFILES \\
23372 dlls/mstask/Makefile"
23373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23374 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23375 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23377 ALL_MAKEFILES="$ALL_MAKEFILES \\
23378 dlls/mstask/tests/Makefile"
23379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23380 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23381 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23383 ALL_MAKEFILES="$ALL_MAKEFILES \\
23384 dlls/msvcirt/Makefile"
23385 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23386 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23387 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23389 ALL_MAKEFILES="$ALL_MAKEFILES \\
23390 dlls/msvcr71/Makefile"
23391 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23392 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23393 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23395 ALL_MAKEFILES="$ALL_MAKEFILES \\
23396 dlls/msvcrt/Makefile"
23397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23398 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23399 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23401 ALL_MAKEFILES="$ALL_MAKEFILES \\
23402 dlls/msvcrt/tests/Makefile"
23403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23404 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23405 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23407 ALL_MAKEFILES="$ALL_MAKEFILES \\
23408 dlls/msvcrt20/Makefile"
23409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23410 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23411 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23413 ALL_MAKEFILES="$ALL_MAKEFILES \\
23414 dlls/msvcrt40/Makefile"
23415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23416 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23417 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23419 ALL_MAKEFILES="$ALL_MAKEFILES \\
23420 dlls/msvcrtd/Makefile"
23421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23422 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23423 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23425 ALL_MAKEFILES="$ALL_MAKEFILES \\
23426 dlls/msvcrtd/tests/Makefile"
23427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23428 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23429 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23431 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 dlls/msvfw32/Makefile"
23433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23434 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23435 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23437 ALL_MAKEFILES="$ALL_MAKEFILES \\
23438 dlls/msvidc32/Makefile"
23439 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23440 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23441 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23443 ALL_MAKEFILES="$ALL_MAKEFILES \\
23444 dlls/mswsock/Makefile"
23445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23446 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23447 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23449 ALL_MAKEFILES="$ALL_MAKEFILES \\
23450 dlls/msxml3/Makefile"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23453 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23455 ALL_MAKEFILES="$ALL_MAKEFILES \\
23456 dlls/msxml3/tests/Makefile"
23457 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23458 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23459 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23461 ALL_MAKEFILES="$ALL_MAKEFILES \\
23462 dlls/nddeapi/Makefile"
23463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23464 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23465 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23467 ALL_MAKEFILES="$ALL_MAKEFILES \\
23468 dlls/netapi32/Makefile"
23469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23470 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23471 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23473 ALL_MAKEFILES="$ALL_MAKEFILES \\
23474 dlls/netapi32/tests/Makefile"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23477 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/newdev/Makefile"
23481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23482 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23483 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23485 ALL_MAKEFILES="$ALL_MAKEFILES \\
23486 dlls/ntdll/Makefile"
23487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23488 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23489 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23491 ALL_MAKEFILES="$ALL_MAKEFILES \\
23492 dlls/ntdll/tests/Makefile"
23493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23494 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23495 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23497 ALL_MAKEFILES="$ALL_MAKEFILES \\
23498 dlls/ntdsapi/Makefile"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23501 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/ntdsapi/tests/Makefile"
23505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23506 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23507 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23509 ALL_MAKEFILES="$ALL_MAKEFILES \\
23510 dlls/ntoskrnl.exe/Makefile"
23511 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23512 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23513 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23515 ALL_MAKEFILES="$ALL_MAKEFILES \\
23516 dlls/ntprint/Makefile"
23517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23518 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23519 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23521 ALL_MAKEFILES="$ALL_MAKEFILES \\
23522 dlls/ntprint/tests/Makefile"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23525 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/objsel/Makefile"
23529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23530 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23531 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23533 ALL_MAKEFILES="$ALL_MAKEFILES \\
23534 dlls/odbc32/Makefile"
23535 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23536 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23537 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23539 ALL_MAKEFILES="$ALL_MAKEFILES \\
23540 dlls/odbccp32/Makefile"
23541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23542 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23543 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23545 ALL_MAKEFILES="$ALL_MAKEFILES \\
23546 dlls/odbccp32/tests/Makefile"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23549 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/ole32/Makefile"
23553 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23554 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
23555 ac_config_files="$ac_config_files dlls/ole32/Makefile"
23557 ALL_MAKEFILES="$ALL_MAKEFILES \\
23558 dlls/ole32/tests/Makefile"
23559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23560 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
23561 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
23563 ALL_MAKEFILES="$ALL_MAKEFILES \\
23564 dlls/oleacc/Makefile"
23565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23566 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
23567 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
23569 ALL_MAKEFILES="$ALL_MAKEFILES \\
23570 dlls/oleaut32/Makefile"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/oleaut32/tests/Makefile"
23577 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23578 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
23579 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
23581 ALL_MAKEFILES="$ALL_MAKEFILES \\
23582 dlls/olecli32/Makefile"
23583 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23584 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
23585 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
23587 ALL_MAKEFILES="$ALL_MAKEFILES \\
23588 dlls/oledlg/Makefile"
23589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23590 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
23591 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
23593 ALL_MAKEFILES="$ALL_MAKEFILES \\
23594 dlls/olepro32/Makefile"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
23597 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/olesvr32/Makefile"
23601 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23602 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
23603 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
23605 ALL_MAKEFILES="$ALL_MAKEFILES \\
23606 dlls/olethk32/Makefile"
23607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23608 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
23609 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
23611 ALL_MAKEFILES="$ALL_MAKEFILES \\
23612 dlls/opengl32/Makefile"
23613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23614 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
23615 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
23617 ALL_MAKEFILES="$ALL_MAKEFILES \\
23618 dlls/opengl32/tests/Makefile"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
23621 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/pdh/Makefile"
23625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23626 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
23627 ac_config_files="$ac_config_files dlls/pdh/Makefile"
23629 ALL_MAKEFILES="$ALL_MAKEFILES \\
23630 dlls/pdh/tests/Makefile"
23631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23632 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
23633 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
23635 ALL_MAKEFILES="$ALL_MAKEFILES \\
23636 dlls/powrprof/Makefile"
23637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23638 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
23639 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
23641 ALL_MAKEFILES="$ALL_MAKEFILES \\
23642 dlls/printui/Makefile"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
23645 ac_config_files="$ac_config_files dlls/printui/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/propsys/Makefile"
23649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23650 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
23651 ac_config_files="$ac_config_files dlls/propsys/Makefile"
23653 ALL_MAKEFILES="$ALL_MAKEFILES \\
23654 dlls/psapi/Makefile"
23655 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23656 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
23657 ac_config_files="$ac_config_files dlls/psapi/Makefile"
23659 ALL_MAKEFILES="$ALL_MAKEFILES \\
23660 dlls/psapi/tests/Makefile"
23661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23662 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
23663 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
23665 ALL_MAKEFILES="$ALL_MAKEFILES \\
23666 dlls/pstorec/Makefile"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
23669 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/qcap/Makefile"
23673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23674 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
23675 ac_config_files="$ac_config_files dlls/qcap/Makefile"
23677 ALL_MAKEFILES="$ALL_MAKEFILES \\
23678 dlls/qedit/Makefile"
23679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23680 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
23681 ac_config_files="$ac_config_files dlls/qedit/Makefile"
23683 ALL_MAKEFILES="$ALL_MAKEFILES \\
23684 dlls/qedit/tests/Makefile"
23685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23686 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
23687 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
23689 ALL_MAKEFILES="$ALL_MAKEFILES \\
23690 dlls/qmgr/Makefile"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
23693 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/qmgr/tests/Makefile"
23697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23698 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
23699 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
23701 ALL_MAKEFILES="$ALL_MAKEFILES \\
23702 dlls/qmgrprxy/Makefile"
23703 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23704 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
23705 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
23707 ALL_MAKEFILES="$ALL_MAKEFILES \\
23708 dlls/quartz/Makefile"
23709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23710 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
23711 ac_config_files="$ac_config_files dlls/quartz/Makefile"
23713 ALL_MAKEFILES="$ALL_MAKEFILES \\
23714 dlls/quartz/tests/Makefile"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
23717 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/query/Makefile"
23721 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23722 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
23723 ac_config_files="$ac_config_files dlls/query/Makefile"
23725 ALL_MAKEFILES="$ALL_MAKEFILES \\
23726 dlls/rasapi32/Makefile"
23727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23728 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
23729 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
23731 ALL_MAKEFILES="$ALL_MAKEFILES \\
23732 dlls/rasapi32/tests/Makefile"
23733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23734 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
23735 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
23737 ALL_MAKEFILES="$ALL_MAKEFILES \\
23738 dlls/resutils/Makefile"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
23741 ac_config_files="$ac_config_files dlls/resutils/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/riched20/Makefile"
23745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23746 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
23747 ac_config_files="$ac_config_files dlls/riched20/Makefile"
23749 ALL_MAKEFILES="$ALL_MAKEFILES \\
23750 dlls/riched20/tests/Makefile"
23751 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23752 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
23753 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
23755 ALL_MAKEFILES="$ALL_MAKEFILES \\
23756 dlls/riched32/Makefile"
23757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23758 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
23759 ac_config_files="$ac_config_files dlls/riched32/Makefile"
23761 ALL_MAKEFILES="$ALL_MAKEFILES \\
23762 dlls/riched32/tests/Makefile"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
23765 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/rpcrt4/Makefile"
23769 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23770 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
23771 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
23773 ALL_MAKEFILES="$ALL_MAKEFILES \\
23774 dlls/rpcrt4/tests/Makefile"
23775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23776 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
23777 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
23779 ALL_MAKEFILES="$ALL_MAKEFILES \\
23780 dlls/rsabase/Makefile"
23781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23782 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
23783 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
23785 ALL_MAKEFILES="$ALL_MAKEFILES \\
23786 dlls/rsaenh/Makefile"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
23789 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/rsaenh/tests/Makefile"
23793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23794 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
23795 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
23797 ALL_MAKEFILES="$ALL_MAKEFILES \\
23798 dlls/sane.ds/Makefile"
23799 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23800 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
23801 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
23803 ALL_MAKEFILES="$ALL_MAKEFILES \\
23804 dlls/sccbase/Makefile"
23805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23806 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
23807 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
23809 ALL_MAKEFILES="$ALL_MAKEFILES \\
23810 dlls/schannel/Makefile"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
23813 ac_config_files="$ac_config_files dlls/schannel/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/schannel/tests/Makefile"
23817 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23818 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
23819 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
23821 ALL_MAKEFILES="$ALL_MAKEFILES \\
23822 dlls/secur32/Makefile"
23823 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23824 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
23825 ac_config_files="$ac_config_files dlls/secur32/Makefile"
23827 ALL_MAKEFILES="$ALL_MAKEFILES \\
23828 dlls/secur32/tests/Makefile"
23829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23830 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
23831 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
23833 ALL_MAKEFILES="$ALL_MAKEFILES \\
23834 dlls/security/Makefile"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
23837 ac_config_files="$ac_config_files dlls/security/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/sensapi/Makefile"
23841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23842 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
23843 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
23845 ALL_MAKEFILES="$ALL_MAKEFILES \\
23846 dlls/serialui/Makefile"
23847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23848 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
23849 ac_config_files="$ac_config_files dlls/serialui/Makefile"
23851 ALL_MAKEFILES="$ALL_MAKEFILES \\
23852 dlls/serialui/tests/Makefile"
23853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23854 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
23855 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
23857 ALL_MAKEFILES="$ALL_MAKEFILES \\
23858 dlls/setupapi/Makefile"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/setupapi/tests/Makefile"
23865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23866 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
23867 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
23869 ALL_MAKEFILES="$ALL_MAKEFILES \\
23870 dlls/sfc/Makefile"
23871 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23872 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
23873 ac_config_files="$ac_config_files dlls/sfc/Makefile"
23875 ALL_MAKEFILES="$ALL_MAKEFILES \\
23876 dlls/sfc_os/Makefile"
23877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23878 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
23879 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
23881 ALL_MAKEFILES="$ALL_MAKEFILES \\
23882 dlls/shdoclc/Makefile"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/shdocvw/Makefile"
23889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23890 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
23891 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
23893 ALL_MAKEFILES="$ALL_MAKEFILES \\
23894 dlls/shdocvw/tests/Makefile"
23895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23896 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
23897 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
23899 ALL_MAKEFILES="$ALL_MAKEFILES \\
23900 dlls/shell32/Makefile"
23901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23902 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
23903 ac_config_files="$ac_config_files dlls/shell32/Makefile"
23905 ALL_MAKEFILES="$ALL_MAKEFILES \\
23906 dlls/shell32/tests/Makefile"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
23909 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/shfolder/Makefile"
23913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23914 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
23915 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
23917 ALL_MAKEFILES="$ALL_MAKEFILES \\
23918 dlls/shlwapi/Makefile"
23919 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23920 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
23921 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
23923 ALL_MAKEFILES="$ALL_MAKEFILES \\
23924 dlls/shlwapi/tests/Makefile"
23925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23926 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
23927 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
23929 ALL_MAKEFILES="$ALL_MAKEFILES \\
23930 dlls/slbcsp/Makefile"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
23933 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/slc/Makefile"
23937 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23938 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
23939 ac_config_files="$ac_config_files dlls/slc/Makefile"
23941 ALL_MAKEFILES="$ALL_MAKEFILES \\
23942 dlls/snmpapi/Makefile"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
23945 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
23947 ALL_MAKEFILES="$ALL_MAKEFILES \\
23948 dlls/snmpapi/tests/Makefile"
23949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23950 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
23951 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
23953 ALL_MAKEFILES="$ALL_MAKEFILES \\
23954 dlls/softpub/Makefile"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/softpub/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/spoolss/Makefile"
23961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23962 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
23963 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
23965 ALL_MAKEFILES="$ALL_MAKEFILES \\
23966 dlls/spoolss/tests/Makefile"
23967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23968 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
23969 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
23971 ALL_MAKEFILES="$ALL_MAKEFILES \\
23972 dlls/stdole2.tlb/Makefile"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
23975 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/stdole32.tlb/Makefile"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
23981 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/sti/Makefile"
23985 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23986 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
23987 ac_config_files="$ac_config_files dlls/sti/Makefile"
23989 ALL_MAKEFILES="$ALL_MAKEFILES \\
23990 dlls/strmiids/Makefile"
23991 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23992 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
23993 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
23995 ALL_MAKEFILES="$ALL_MAKEFILES \\
23996 dlls/svrapi/Makefile"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/sxs/Makefile"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24005 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/tapi32/Makefile"
24009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24010 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24011 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24013 ALL_MAKEFILES="$ALL_MAKEFILES \\
24014 dlls/twain_32/Makefile"
24015 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24016 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24017 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24019 ALL_MAKEFILES="$ALL_MAKEFILES \\
24020 dlls/unicows/Makefile"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/url/Makefile"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/url/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/urlmon/Makefile"
24033 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24034 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24035 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24037 ALL_MAKEFILES="$ALL_MAKEFILES \\
24038 dlls/urlmon/tests/Makefile"
24039 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24040 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24041 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24043 ALL_MAKEFILES="$ALL_MAKEFILES \\
24044 dlls/user32/Makefile"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24047 ac_config_files="$ac_config_files dlls/user32/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/user32/tests/Makefile"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24053 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/userenv/Makefile"
24057 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24058 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24059 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24061 ALL_MAKEFILES="$ALL_MAKEFILES \\
24062 dlls/userenv/tests/Makefile"
24063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24064 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24065 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24067 ALL_MAKEFILES="$ALL_MAKEFILES \\
24068 dlls/usp10/Makefile"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/usp10/tests/Makefile"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24077 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/uuid/Makefile"
24081 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24082 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24083 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24085 ALL_MAKEFILES="$ALL_MAKEFILES \\
24086 dlls/uxtheme/Makefile"
24087 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24088 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24089 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24091 ALL_MAKEFILES="$ALL_MAKEFILES \\
24092 dlls/uxtheme/tests/Makefile"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24095 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/vdhcp.vxd/Makefile"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/vdmdbg/Makefile"
24105 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24106 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24107 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24109 ALL_MAKEFILES="$ALL_MAKEFILES \\
24110 dlls/version/Makefile"
24111 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24112 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24113 ac_config_files="$ac_config_files dlls/version/Makefile"
24115 ALL_MAKEFILES="$ALL_MAKEFILES \\
24116 dlls/version/tests/Makefile"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24119 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/vmm.vxd/Makefile"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24125 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/vnbt.vxd/Makefile"
24129 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24130 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24131 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24133 ALL_MAKEFILES="$ALL_MAKEFILES \\
24134 dlls/vnetbios.vxd/Makefile"
24135 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24136 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24137 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24139 ALL_MAKEFILES="$ALL_MAKEFILES \\
24140 dlls/vtdapi.vxd/Makefile"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24143 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/vwin32.vxd/Makefile"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/w32skrnl/Makefile"
24153 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24154 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24155 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24157 ALL_MAKEFILES="$ALL_MAKEFILES \\
24158 dlls/winealsa.drv/Makefile"
24159 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24160 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24161 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24163 ALL_MAKEFILES="$ALL_MAKEFILES \\
24164 dlls/wineaudioio.drv/Makefile"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/winecoreaudio.drv/Makefile"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/winecrt0/Makefile"
24177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24178 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24179 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24181 ALL_MAKEFILES="$ALL_MAKEFILES \\
24182 dlls/wined3d/Makefile"
24183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24184 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24185 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24187 ALL_MAKEFILES="$ALL_MAKEFILES \\
24188 dlls/winedos/Makefile"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/wineesd.drv/Makefile"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/winejack.drv/Makefile"
24201 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24202 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24203 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24205 ALL_MAKEFILES="$ALL_MAKEFILES \\
24206 dlls/winejoystick.drv/Makefile"
24207 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24208 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24209 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24211 ALL_MAKEFILES="$ALL_MAKEFILES \\
24212 dlls/winemp3.acm/Makefile"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/winenas.drv/Makefile"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/wineoss.drv/Makefile"
24225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24226 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24227 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24229 ALL_MAKEFILES="$ALL_MAKEFILES \\
24230 dlls/wineps.drv/Makefile"
24231 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24232 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24233 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24235 ALL_MAKEFILES="$ALL_MAKEFILES \\
24236 dlls/winequartz.drv/Makefile"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24239 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/winex11.drv/Makefile"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24245 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/wing32/Makefile"
24249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24250 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24251 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24253 ALL_MAKEFILES="$ALL_MAKEFILES \\
24254 dlls/winhttp/Makefile"
24255 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24256 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24257 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24259 ALL_MAKEFILES="$ALL_MAKEFILES \\
24260 dlls/winhttp/tests/Makefile"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24263 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/wininet/Makefile"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/wininet/tests/Makefile"
24273 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24274 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24275 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24277 ALL_MAKEFILES="$ALL_MAKEFILES \\
24278 dlls/winmm/Makefile"
24279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24280 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24281 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24283 ALL_MAKEFILES="$ALL_MAKEFILES \\
24284 dlls/winmm/tests/Makefile"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/winnls32/Makefile"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/winscard/Makefile"
24297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24298 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24299 ac_config_files="$ac_config_files dlls/winscard/Makefile"
24301 ALL_MAKEFILES="$ALL_MAKEFILES \\
24302 dlls/winspool.drv/Makefile"
24303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24304 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
24305 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
24307 ALL_MAKEFILES="$ALL_MAKEFILES \\
24308 dlls/winspool.drv/tests/Makefile"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
24311 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/wintab32/Makefile"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/wintrust/Makefile"
24321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24322 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
24323 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
24325 ALL_MAKEFILES="$ALL_MAKEFILES \\
24326 dlls/wintrust/tests/Makefile"
24327 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24328 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
24329 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
24331 ALL_MAKEFILES="$ALL_MAKEFILES \\
24332 dlls/wldap32/Makefile"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/wmi/Makefile"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/wmi/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/wnaspi32/Makefile"
24345 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24346 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
24347 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
24349 ALL_MAKEFILES="$ALL_MAKEFILES \\
24350 dlls/wow32/Makefile"
24351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24352 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
24353 ac_config_files="$ac_config_files dlls/wow32/Makefile"
24355 ALL_MAKEFILES="$ALL_MAKEFILES \\
24356 dlls/ws2_32/Makefile"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
24359 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/ws2_32/tests/Makefile"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
24365 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/wsock32/Makefile"
24369 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24370 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
24371 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
24373 ALL_MAKEFILES="$ALL_MAKEFILES \\
24374 dlls/wtsapi32/Makefile"
24375 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24376 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
24377 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
24379 ALL_MAKEFILES="$ALL_MAKEFILES \\
24380 documentation/Makefile"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 documentation/Makefile: documentation/Makefile.in Make.rules"
24383 ac_config_files="$ac_config_files documentation/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 fonts/Makefile"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 fonts/Makefile: fonts/Makefile.in Make.rules"
24389 ac_config_files="$ac_config_files fonts/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 include/Makefile"
24393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24394 include/Makefile: include/Makefile.in Make.rules"
24395 ac_config_files="$ac_config_files include/Makefile"
24397 ALL_MAKEFILES="$ALL_MAKEFILES \\
24398 libs/Makefile"
24399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24400 libs/Makefile: libs/Makefile.in Make.rules"
24401 ac_config_files="$ac_config_files libs/Makefile"
24403 ALL_MAKEFILES="$ALL_MAKEFILES \\
24404 libs/port/Makefile"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 libs/port/Makefile: libs/port/Makefile.in Make.rules"
24407 ac_config_files="$ac_config_files libs/port/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 libs/wine/Makefile"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
24413 ac_config_files="$ac_config_files libs/wine/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 libs/wpp/Makefile"
24417 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24418 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
24419 ac_config_files="$ac_config_files libs/wpp/Makefile"
24421 ALL_MAKEFILES="$ALL_MAKEFILES \\
24422 loader/Makefile"
24423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24424 loader/Makefile: loader/Makefile.in Make.rules"
24425 ac_config_files="$ac_config_files loader/Makefile"
24427 ALL_MAKEFILES="$ALL_MAKEFILES \\
24428 programs/Makefile"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 programs/Makefile: programs/Makefile.in Make.rules"
24431 ac_config_files="$ac_config_files programs/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 programs/clock/Makefile"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
24437 ac_config_files="$ac_config_files programs/clock/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 programs/cmd/Makefile"
24441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24442 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
24443 ac_config_files="$ac_config_files programs/cmd/Makefile"
24445 ALL_MAKEFILES="$ALL_MAKEFILES \\
24446 programs/cmdlgtst/Makefile"
24447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24448 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
24449 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
24451 ALL_MAKEFILES="$ALL_MAKEFILES \\
24452 programs/control/Makefile"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
24455 ac_config_files="$ac_config_files programs/control/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 programs/eject/Makefile"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
24461 ac_config_files="$ac_config_files programs/eject/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 programs/expand/Makefile"
24465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24466 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
24467 ac_config_files="$ac_config_files programs/expand/Makefile"
24469 ALL_MAKEFILES="$ALL_MAKEFILES \\
24470 programs/explorer/Makefile"
24471 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24472 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
24473 ac_config_files="$ac_config_files programs/explorer/Makefile"
24475 ALL_MAKEFILES="$ALL_MAKEFILES \\
24476 programs/hh/Makefile"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
24479 ac_config_files="$ac_config_files programs/hh/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 programs/icinfo/Makefile"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
24485 ac_config_files="$ac_config_files programs/icinfo/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 programs/iexplore/Makefile"
24489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24490 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
24491 ac_config_files="$ac_config_files programs/iexplore/Makefile"
24493 ALL_MAKEFILES="$ALL_MAKEFILES \\
24494 programs/msiexec/Makefile"
24495 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24496 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
24497 ac_config_files="$ac_config_files programs/msiexec/Makefile"
24499 ALL_MAKEFILES="$ALL_MAKEFILES \\
24500 programs/net/Makefile"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
24503 ac_config_files="$ac_config_files programs/net/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 programs/notepad/Makefile"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
24509 ac_config_files="$ac_config_files programs/notepad/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 programs/oleview/Makefile"
24513 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24514 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
24515 ac_config_files="$ac_config_files programs/oleview/Makefile"
24517 ALL_MAKEFILES="$ALL_MAKEFILES \\
24518 programs/progman/Makefile"
24519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24520 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
24521 ac_config_files="$ac_config_files programs/progman/Makefile"
24523 ALL_MAKEFILES="$ALL_MAKEFILES \\
24524 programs/reg/Makefile"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
24527 ac_config_files="$ac_config_files programs/reg/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 programs/regedit/Makefile"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
24533 ac_config_files="$ac_config_files programs/regedit/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 programs/regsvr32/Makefile"
24537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24538 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
24539 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
24541 ALL_MAKEFILES="$ALL_MAKEFILES \\
24542 programs/rpcss/Makefile"
24543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24544 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
24545 ac_config_files="$ac_config_files programs/rpcss/Makefile"
24547 ALL_MAKEFILES="$ALL_MAKEFILES \\
24548 programs/rundll32/Makefile"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
24551 ac_config_files="$ac_config_files programs/rundll32/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 programs/secedit/Makefile"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
24557 ac_config_files="$ac_config_files programs/secedit/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 programs/services/Makefile"
24561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24562 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
24563 ac_config_files="$ac_config_files programs/services/Makefile"
24565 ALL_MAKEFILES="$ALL_MAKEFILES \\
24566 programs/spoolsv/Makefile"
24567 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24568 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
24569 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
24571 ALL_MAKEFILES="$ALL_MAKEFILES \\
24572 programs/start/Makefile"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
24575 ac_config_files="$ac_config_files programs/start/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 programs/svchost/Makefile"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
24581 ac_config_files="$ac_config_files programs/svchost/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 programs/taskmgr/Makefile"
24585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24586 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
24587 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
24589 ALL_MAKEFILES="$ALL_MAKEFILES \\
24590 programs/uninstaller/Makefile"
24591 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24592 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
24593 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
24595 ALL_MAKEFILES="$ALL_MAKEFILES \\
24596 programs/view/Makefile"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
24599 ac_config_files="$ac_config_files programs/view/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 programs/wineboot/Makefile"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
24605 ac_config_files="$ac_config_files programs/wineboot/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 programs/winebrowser/Makefile"
24609 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24610 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
24611 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
24613 ALL_MAKEFILES="$ALL_MAKEFILES \\
24614 programs/winecfg/Makefile"
24615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24616 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
24617 ac_config_files="$ac_config_files programs/winecfg/Makefile"
24619 ALL_MAKEFILES="$ALL_MAKEFILES \\
24620 programs/wineconsole/Makefile"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
24623 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 programs/winedbg/Makefile"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
24629 ac_config_files="$ac_config_files programs/winedbg/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 programs/winedevice/Makefile"
24633 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24634 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
24635 ac_config_files="$ac_config_files programs/winedevice/Makefile"
24637 ALL_MAKEFILES="$ALL_MAKEFILES \\
24638 programs/winefile/Makefile"
24639 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24640 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
24641 ac_config_files="$ac_config_files programs/winefile/Makefile"
24643 ALL_MAKEFILES="$ALL_MAKEFILES \\
24644 programs/winemenubuilder/Makefile"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
24647 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 programs/winemine/Makefile"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
24653 ac_config_files="$ac_config_files programs/winemine/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 programs/winepath/Makefile"
24657 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24658 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
24659 ac_config_files="$ac_config_files programs/winepath/Makefile"
24661 ALL_MAKEFILES="$ALL_MAKEFILES \\
24662 programs/winetest/Makefile"
24663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24664 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
24665 ac_config_files="$ac_config_files programs/winetest/Makefile"
24667 ALL_MAKEFILES="$ALL_MAKEFILES \\
24668 programs/winevdm/Makefile"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
24671 ac_config_files="$ac_config_files programs/winevdm/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 programs/winhlp32/Makefile"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
24677 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 programs/winver/Makefile"
24681 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24682 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
24683 ac_config_files="$ac_config_files programs/winver/Makefile"
24685 ALL_MAKEFILES="$ALL_MAKEFILES \\
24686 programs/wordpad/Makefile"
24687 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24688 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
24689 ac_config_files="$ac_config_files programs/wordpad/Makefile"
24691 ALL_MAKEFILES="$ALL_MAKEFILES \\
24692 programs/write/Makefile"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
24695 ac_config_files="$ac_config_files programs/write/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 programs/xcopy/Makefile"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
24701 ac_config_files="$ac_config_files programs/xcopy/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 server/Makefile"
24705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24706 server/Makefile: server/Makefile.in Make.rules"
24707 ac_config_files="$ac_config_files server/Makefile"
24709 ALL_MAKEFILES="$ALL_MAKEFILES \\
24710 tools/Makefile"
24711 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24712 tools/Makefile: tools/Makefile.in Make.rules"
24713 ac_config_files="$ac_config_files tools/Makefile"
24715 ALL_MAKEFILES="$ALL_MAKEFILES \\
24716 tools/widl/Makefile"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
24719 ac_config_files="$ac_config_files tools/widl/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 tools/winebuild/Makefile"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
24725 ac_config_files="$ac_config_files tools/winebuild/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 tools/winedump/Makefile"
24729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24730 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
24731 ac_config_files="$ac_config_files tools/winedump/Makefile"
24733 ALL_MAKEFILES="$ALL_MAKEFILES \\
24734 tools/winegcc/Makefile"
24735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24736 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
24737 ac_config_files="$ac_config_files tools/winegcc/Makefile"
24739 ALL_MAKEFILES="$ALL_MAKEFILES \\
24740 tools/wmc/Makefile"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
24743 ac_config_files="$ac_config_files tools/wmc/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 tools/wrc/Makefile"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
24749 ac_config_files="$ac_config_files tools/wrc/Makefile"
24752 cat >confcache <<\_ACEOF
24753 # This file is a shell script that caches the results of configure
24754 # tests run on this system so they can be shared between configure
24755 # scripts and configure runs, see configure's option --config-cache.
24756 # It is not useful on other systems. If it contains results you don't
24757 # want to keep, you may remove or edit it.
24759 # config.status only pays attention to the cache file if you give it
24760 # the --recheck option to rerun configure.
24762 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24763 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24764 # following values.
24766 _ACEOF
24768 # The following way of writing the cache mishandles newlines in values,
24769 # but we know of no workaround that is simple, portable, and efficient.
24770 # So, we kill variables containing newlines.
24771 # Ultrix sh set writes to stderr and can't be redirected directly,
24772 # and sets the high bit in the cache file unless we assign to the vars.
24774 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24775 eval ac_val=\$$ac_var
24776 case $ac_val in #(
24777 *${as_nl}*)
24778 case $ac_var in #(
24779 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24780 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24781 esac
24782 case $ac_var in #(
24783 _ | IFS | as_nl) ;; #(
24784 *) $as_unset $ac_var ;;
24785 esac ;;
24786 esac
24787 done
24789 (set) 2>&1 |
24790 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24791 *${as_nl}ac_space=\ *)
24792 # `set' does not quote correctly, so add quotes (double-quote
24793 # substitution turns \\\\ into \\, and sed turns \\ into \).
24794 sed -n \
24795 "s/'/'\\\\''/g;
24796 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24797 ;; #(
24799 # `set' quotes correctly as required by POSIX, so do not add quotes.
24800 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24802 esac |
24803 sort
24805 sed '
24806 /^ac_cv_env_/b end
24807 t clear
24808 :clear
24809 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24810 t end
24811 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24812 :end' >>confcache
24813 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24814 if test -w "$cache_file"; then
24815 test "x$cache_file" != "x/dev/null" &&
24816 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
24817 echo "$as_me: updating cache $cache_file" >&6;}
24818 cat confcache >$cache_file
24819 else
24820 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24821 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24824 rm -f confcache
24826 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24827 # Let make expand exec_prefix.
24828 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24830 DEFS=-DHAVE_CONFIG_H
24832 ac_libobjs=
24833 ac_ltlibobjs=
24834 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24835 # 1. Remove the extension, and $U if already installed.
24836 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24837 ac_i=`echo "$ac_i" | sed "$ac_script"`
24838 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24839 # will be set to the directory where LIBOBJS objects are built.
24840 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24841 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24842 done
24843 LIBOBJS=$ac_libobjs
24845 LTLIBOBJS=$ac_ltlibobjs
24849 : ${CONFIG_STATUS=./config.status}
24850 ac_clean_files_save=$ac_clean_files
24851 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24852 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24853 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24854 cat >$CONFIG_STATUS <<_ACEOF
24855 #! $SHELL
24856 # Generated by $as_me.
24857 # Run this file to recreate the current configuration.
24858 # Compiler output produced by configure, useful for debugging
24859 # configure, is in config.log if it exists.
24861 debug=false
24862 ac_cs_recheck=false
24863 ac_cs_silent=false
24864 SHELL=\${CONFIG_SHELL-$SHELL}
24865 _ACEOF
24867 cat >>$CONFIG_STATUS <<\_ACEOF
24868 ## --------------------- ##
24869 ## M4sh Initialization. ##
24870 ## --------------------- ##
24872 # Be more Bourne compatible
24873 DUALCASE=1; export DUALCASE # for MKS sh
24874 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24875 emulate sh
24876 NULLCMD=:
24877 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24878 # is contrary to our usage. Disable this feature.
24879 alias -g '${1+"$@"}'='"$@"'
24880 setopt NO_GLOB_SUBST
24881 else
24882 case `(set -o) 2>/dev/null` in
24883 *posix*) set -o posix ;;
24884 esac
24891 # PATH needs CR
24892 # Avoid depending upon Character Ranges.
24893 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24894 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24895 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24896 as_cr_digits='0123456789'
24897 as_cr_alnum=$as_cr_Letters$as_cr_digits
24899 # The user is always right.
24900 if test "${PATH_SEPARATOR+set}" != set; then
24901 echo "#! /bin/sh" >conf$$.sh
24902 echo "exit 0" >>conf$$.sh
24903 chmod +x conf$$.sh
24904 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24905 PATH_SEPARATOR=';'
24906 else
24907 PATH_SEPARATOR=:
24909 rm -f conf$$.sh
24912 # Support unset when possible.
24913 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24914 as_unset=unset
24915 else
24916 as_unset=false
24920 # IFS
24921 # We need space, tab and new line, in precisely that order. Quoting is
24922 # there to prevent editors from complaining about space-tab.
24923 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24924 # splitting by setting IFS to empty value.)
24925 as_nl='
24927 IFS=" "" $as_nl"
24929 # Find who we are. Look in the path if we contain no directory separator.
24930 case $0 in
24931 *[\\/]* ) as_myself=$0 ;;
24932 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24933 for as_dir in $PATH
24935 IFS=$as_save_IFS
24936 test -z "$as_dir" && as_dir=.
24937 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24938 done
24939 IFS=$as_save_IFS
24942 esac
24943 # We did not find ourselves, most probably we were run as `sh COMMAND'
24944 # in which case we are not to be found in the path.
24945 if test "x$as_myself" = x; then
24946 as_myself=$0
24948 if test ! -f "$as_myself"; then
24949 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24950 { (exit 1); exit 1; }
24953 # Work around bugs in pre-3.0 UWIN ksh.
24954 for as_var in ENV MAIL MAILPATH
24955 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24956 done
24957 PS1='$ '
24958 PS2='> '
24959 PS4='+ '
24961 # NLS nuisances.
24962 for as_var in \
24963 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24964 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24965 LC_TELEPHONE LC_TIME
24967 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24968 eval $as_var=C; export $as_var
24969 else
24970 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24972 done
24974 # Required to use basename.
24975 if expr a : '\(a\)' >/dev/null 2>&1 &&
24976 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24977 as_expr=expr
24978 else
24979 as_expr=false
24982 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
24983 as_basename=basename
24984 else
24985 as_basename=false
24989 # Name of the executable.
24990 as_me=`$as_basename -- "$0" ||
24991 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
24992 X"$0" : 'X\(//\)$' \| \
24993 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
24994 echo X/"$0" |
24995 sed '/^.*\/\([^/][^/]*\)\/*$/{
24996 s//\1/
24999 /^X\/\(\/\/\)$/{
25000 s//\1/
25003 /^X\/\(\/\).*/{
25004 s//\1/
25007 s/.*/./; q'`
25009 # CDPATH.
25010 $as_unset CDPATH
25014 as_lineno_1=$LINENO
25015 as_lineno_2=$LINENO
25016 test "x$as_lineno_1" != "x$as_lineno_2" &&
25017 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25019 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25020 # uniformly replaced by the line number. The first 'sed' inserts a
25021 # line-number line after each line using $LINENO; the second 'sed'
25022 # does the real work. The second script uses 'N' to pair each
25023 # line-number line with the line containing $LINENO, and appends
25024 # trailing '-' during substitution so that $LINENO is not a special
25025 # case at line end.
25026 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25027 # scripts with optimization help from Paolo Bonzini. Blame Lee
25028 # E. McMahon (1931-1989) for sed's syntax. :-)
25029 sed -n '
25031 /[$]LINENO/=
25032 ' <$as_myself |
25033 sed '
25034 s/[$]LINENO.*/&-/
25035 t lineno
25037 :lineno
25039 :loop
25040 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25041 t loop
25042 s/-\n.*//
25043 ' >$as_me.lineno &&
25044 chmod +x "$as_me.lineno" ||
25045 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25046 { (exit 1); exit 1; }; }
25048 # Don't try to exec as it changes $[0], causing all sort of problems
25049 # (the dirname of $[0] is not the place where we might find the
25050 # original and so on. Autoconf is especially sensitive to this).
25051 . "./$as_me.lineno"
25052 # Exit status is that of the last command.
25053 exit
25057 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25058 as_dirname=dirname
25059 else
25060 as_dirname=false
25063 ECHO_C= ECHO_N= ECHO_T=
25064 case `echo -n x` in
25065 -n*)
25066 case `echo 'x\c'` in
25067 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25068 *) ECHO_C='\c';;
25069 esac;;
25071 ECHO_N='-n';;
25072 esac
25074 if expr a : '\(a\)' >/dev/null 2>&1 &&
25075 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25076 as_expr=expr
25077 else
25078 as_expr=false
25081 rm -f conf$$ conf$$.exe conf$$.file
25082 if test -d conf$$.dir; then
25083 rm -f conf$$.dir/conf$$.file
25084 else
25085 rm -f conf$$.dir
25086 mkdir conf$$.dir
25088 echo >conf$$.file
25089 if ln -s conf$$.file conf$$ 2>/dev/null; then
25090 as_ln_s='ln -s'
25091 # ... but there are two gotchas:
25092 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25093 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25094 # In both cases, we have to default to `cp -p'.
25095 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25096 as_ln_s='cp -p'
25097 elif ln conf$$.file conf$$ 2>/dev/null; then
25098 as_ln_s=ln
25099 else
25100 as_ln_s='cp -p'
25102 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25103 rmdir conf$$.dir 2>/dev/null
25105 if mkdir -p . 2>/dev/null; then
25106 as_mkdir_p=:
25107 else
25108 test -d ./-p && rmdir ./-p
25109 as_mkdir_p=false
25112 if test -x / >/dev/null 2>&1; then
25113 as_test_x='test -x'
25114 else
25115 if ls -dL / >/dev/null 2>&1; then
25116 as_ls_L_option=L
25117 else
25118 as_ls_L_option=
25120 as_test_x='
25121 eval sh -c '\''
25122 if test -d "$1"; then
25123 test -d "$1/.";
25124 else
25125 case $1 in
25126 -*)set "./$1";;
25127 esac;
25128 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
25129 ???[sx]*):;;*)false;;esac;fi
25130 '\'' sh
25133 as_executable_p=$as_test_x
25135 # Sed expression to map a string onto a valid CPP name.
25136 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25138 # Sed expression to map a string onto a valid variable name.
25139 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25142 exec 6>&1
25144 # Save the log message, to keep $[0] and so on meaningful, and to
25145 # report actual input values of CONFIG_FILES etc. instead of their
25146 # values after options handling.
25147 ac_log="
25148 This file was extended by Wine $as_me 1.1.2, which was
25149 generated by GNU Autoconf 2.61. Invocation command line was
25151 CONFIG_FILES = $CONFIG_FILES
25152 CONFIG_HEADERS = $CONFIG_HEADERS
25153 CONFIG_LINKS = $CONFIG_LINKS
25154 CONFIG_COMMANDS = $CONFIG_COMMANDS
25155 $ $0 $@
25157 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25160 _ACEOF
25162 cat >>$CONFIG_STATUS <<_ACEOF
25163 # Files that config.status was made for.
25164 config_files="$ac_config_files"
25165 config_headers="$ac_config_headers"
25166 config_commands="$ac_config_commands"
25168 _ACEOF
25170 cat >>$CONFIG_STATUS <<\_ACEOF
25171 ac_cs_usage="\
25172 \`$as_me' instantiates files from templates according to the
25173 current configuration.
25175 Usage: $0 [OPTIONS] [FILE]...
25177 -h, --help print this help, then exit
25178 -V, --version print version number and configuration settings, then exit
25179 -q, --quiet do not print progress messages
25180 -d, --debug don't remove temporary files
25181 --recheck update $as_me by reconfiguring in the same conditions
25182 --file=FILE[:TEMPLATE]
25183 instantiate the configuration file FILE
25184 --header=FILE[:TEMPLATE]
25185 instantiate the configuration header FILE
25187 Configuration files:
25188 $config_files
25190 Configuration headers:
25191 $config_headers
25193 Configuration commands:
25194 $config_commands
25196 Report bugs to <bug-autoconf@gnu.org>."
25198 _ACEOF
25199 cat >>$CONFIG_STATUS <<_ACEOF
25200 ac_cs_version="\\
25201 Wine config.status 1.1.2
25202 configured by $0, generated by GNU Autoconf 2.61,
25203 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25205 Copyright (C) 2006 Free Software Foundation, Inc.
25206 This config.status script is free software; the Free Software Foundation
25207 gives unlimited permission to copy, distribute and modify it."
25209 ac_pwd='$ac_pwd'
25210 srcdir='$srcdir'
25211 INSTALL='$INSTALL'
25212 _ACEOF
25214 cat >>$CONFIG_STATUS <<\_ACEOF
25215 # If no file are specified by the user, then we need to provide default
25216 # value. By we need to know if files were specified by the user.
25217 ac_need_defaults=:
25218 while test $# != 0
25220 case $1 in
25221 --*=*)
25222 ac_option=`expr "X$1" : 'X\([^=]*\)='`
25223 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
25224 ac_shift=:
25227 ac_option=$1
25228 ac_optarg=$2
25229 ac_shift=shift
25231 esac
25233 case $ac_option in
25234 # Handling of the options.
25235 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
25236 ac_cs_recheck=: ;;
25237 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
25238 echo "$ac_cs_version"; exit ;;
25239 --debug | --debu | --deb | --de | --d | -d )
25240 debug=: ;;
25241 --file | --fil | --fi | --f )
25242 $ac_shift
25243 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
25244 ac_need_defaults=false;;
25245 --header | --heade | --head | --hea )
25246 $ac_shift
25247 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
25248 ac_need_defaults=false;;
25249 --he | --h)
25250 # Conflict between --help and --header
25251 { echo "$as_me: error: ambiguous option: $1
25252 Try \`$0 --help' for more information." >&2
25253 { (exit 1); exit 1; }; };;
25254 --help | --hel | -h )
25255 echo "$ac_cs_usage"; exit ;;
25256 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
25257 | -silent | --silent | --silen | --sile | --sil | --si | --s)
25258 ac_cs_silent=: ;;
25260 # This is an error.
25261 -*) { echo "$as_me: error: unrecognized option: $1
25262 Try \`$0 --help' for more information." >&2
25263 { (exit 1); exit 1; }; } ;;
25265 *) ac_config_targets="$ac_config_targets $1"
25266 ac_need_defaults=false ;;
25268 esac
25269 shift
25270 done
25272 ac_configure_extra_args=
25274 if $ac_cs_silent; then
25275 exec 6>/dev/null
25276 ac_configure_extra_args="$ac_configure_extra_args --silent"
25279 _ACEOF
25280 cat >>$CONFIG_STATUS <<_ACEOF
25281 if \$ac_cs_recheck; then
25282 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
25283 CONFIG_SHELL=$SHELL
25284 export CONFIG_SHELL
25285 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
25288 _ACEOF
25289 cat >>$CONFIG_STATUS <<\_ACEOF
25290 exec 5>>config.log
25292 echo
25293 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
25294 ## Running $as_me. ##
25295 _ASBOX
25296 echo "$ac_log"
25297 } >&5
25299 _ACEOF
25300 cat >>$CONFIG_STATUS <<_ACEOF
25301 _ACEOF
25303 cat >>$CONFIG_STATUS <<\_ACEOF
25305 # Handling of arguments.
25306 for ac_config_target in $ac_config_targets
25308 case $ac_config_target in
25309 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
25310 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
25311 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
25312 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
25313 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
25314 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
25315 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
25316 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
25317 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
25318 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
25319 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
25320 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
25321 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
25322 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
25323 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
25324 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
25325 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
25326 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
25327 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
25328 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
25329 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
25330 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
25331 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
25332 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
25333 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
25334 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
25335 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
25336 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
25337 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
25338 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
25339 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
25340 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
25341 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
25342 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
25343 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
25344 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
25345 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
25346 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
25347 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
25348 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
25349 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
25350 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
25351 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
25352 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
25353 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
25354 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
25355 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
25356 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
25357 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
25358 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
25359 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
25360 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
25361 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
25362 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
25363 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
25364 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
25365 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
25366 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
25367 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
25368 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
25369 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
25370 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
25371 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
25372 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
25373 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
25374 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
25375 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
25376 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
25377 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
25378 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
25379 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
25380 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
25381 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
25382 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
25383 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
25384 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
25385 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
25386 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
25387 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
25388 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
25389 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
25390 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
25391 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
25392 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
25393 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
25394 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
25395 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
25396 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
25397 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
25398 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
25399 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
25400 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
25401 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
25402 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
25403 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
25404 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
25405 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
25406 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
25407 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
25408 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
25409 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
25410 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
25411 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
25412 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
25413 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
25414 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
25415 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
25416 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
25417 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
25418 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
25419 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
25420 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
25421 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
25422 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
25423 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
25424 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
25425 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
25426 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
25427 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
25428 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
25429 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
25430 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
25431 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
25432 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
25433 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
25434 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
25435 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
25436 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
25437 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
25438 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
25439 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
25440 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
25441 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
25442 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
25443 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
25444 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
25445 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
25446 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
25447 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
25448 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
25449 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
25450 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
25451 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
25452 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
25453 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
25454 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
25455 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
25456 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
25457 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
25458 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
25459 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
25460 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
25461 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
25462 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
25463 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
25464 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
25465 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
25466 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
25467 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
25468 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
25469 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
25470 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
25471 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
25472 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
25473 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
25474 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
25475 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
25476 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
25477 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
25478 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
25479 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
25480 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
25481 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
25482 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
25483 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
25484 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
25485 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
25486 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
25487 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
25488 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
25489 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
25490 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
25491 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
25492 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
25493 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
25494 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
25495 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
25496 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
25497 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
25498 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
25499 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
25500 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
25501 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
25502 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
25503 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
25504 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
25505 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
25506 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
25507 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
25508 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
25509 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
25510 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
25511 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
25512 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
25513 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
25514 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
25515 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
25516 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
25517 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
25518 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
25519 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
25520 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
25521 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
25522 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
25523 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
25524 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
25525 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
25526 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
25527 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
25528 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
25529 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
25530 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
25531 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
25532 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
25533 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
25534 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
25535 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
25536 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
25537 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
25538 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
25539 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
25540 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
25541 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
25542 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
25543 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
25544 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
25545 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
25546 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
25547 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
25548 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
25549 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
25550 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
25551 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
25552 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
25553 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
25554 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
25555 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
25556 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
25557 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
25558 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
25559 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
25560 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
25561 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
25562 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
25563 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
25564 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
25565 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
25566 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
25567 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
25568 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
25569 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
25570 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
25571 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
25572 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
25573 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
25574 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
25575 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
25576 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
25577 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
25578 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
25579 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
25580 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
25581 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
25582 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
25583 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
25584 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
25585 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
25586 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
25587 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
25588 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
25589 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
25590 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
25591 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
25592 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
25593 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
25594 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
25595 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
25596 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
25597 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
25598 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
25599 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
25600 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
25601 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
25602 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
25603 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
25604 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
25605 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
25606 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
25607 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
25608 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
25609 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
25610 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
25611 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
25612 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
25613 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
25614 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
25615 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
25616 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
25617 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
25618 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
25619 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
25620 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
25621 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
25622 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
25623 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
25624 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
25625 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
25626 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
25627 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
25628 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
25629 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
25630 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
25631 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
25632 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
25633 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
25634 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
25635 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
25636 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
25637 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
25638 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
25639 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
25640 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
25641 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
25642 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
25643 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
25644 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
25645 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
25646 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
25647 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
25648 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
25649 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
25650 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
25651 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
25652 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
25653 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
25654 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
25655 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
25656 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
25657 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
25658 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
25659 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
25660 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
25661 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
25662 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
25663 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
25664 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
25665 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
25666 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
25667 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
25668 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
25669 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
25670 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
25671 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
25672 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
25673 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
25674 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
25675 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
25676 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
25677 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
25678 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
25679 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
25680 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
25681 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
25682 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
25683 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
25684 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
25685 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
25686 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
25687 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
25688 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
25689 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
25690 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
25691 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
25692 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
25693 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
25694 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
25695 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
25696 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
25697 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
25698 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
25699 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
25700 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
25701 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
25702 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
25703 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
25704 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
25705 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
25706 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
25707 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
25708 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
25709 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
25710 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
25711 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
25712 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
25713 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
25714 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
25715 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
25716 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
25717 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
25718 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
25719 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
25720 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
25721 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
25722 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
25723 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
25724 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
25725 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
25726 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
25727 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
25728 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
25729 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
25730 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
25731 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
25732 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
25733 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
25734 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
25735 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
25736 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
25737 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
25738 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
25739 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
25740 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
25741 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
25743 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
25744 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
25745 { (exit 1); exit 1; }; };;
25746 esac
25747 done
25750 # If the user did not use the arguments to specify the items to instantiate,
25751 # then the envvar interface is used. Set only those that are not.
25752 # We use the long form for the default assignment because of an extremely
25753 # bizarre bug on SunOS 4.1.3.
25754 if $ac_need_defaults; then
25755 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
25756 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
25757 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
25760 # Have a temporary directory for convenience. Make it in the build tree
25761 # simply because there is no reason against having it here, and in addition,
25762 # creating and moving files from /tmp can sometimes cause problems.
25763 # Hook for its removal unless debugging.
25764 # Note that there is a small window in which the directory will not be cleaned:
25765 # after its creation but before its name has been assigned to `$tmp'.
25766 $debug ||
25768 tmp=
25769 trap 'exit_status=$?
25770 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
25772 trap '{ (exit 1); exit 1; }' 1 2 13 15
25774 # Create a (secure) tmp directory for tmp files.
25777 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
25778 test -n "$tmp" && test -d "$tmp"
25779 } ||
25781 tmp=./conf$$-$RANDOM
25782 (umask 077 && mkdir "$tmp")
25783 } ||
25785 echo "$me: cannot create a temporary directory in ." >&2
25786 { (exit 1); exit 1; }
25790 # Set up the sed scripts for CONFIG_FILES section.
25793 # No need to generate the scripts if there are no CONFIG_FILES.
25794 # This happens for instance when ./config.status config.h
25795 if test -n "$CONFIG_FILES"; then
25797 _ACEOF
25799 # Create sed commands to just substitute file output variables.
25801 # Remaining file output variables are in a fragment that also has non-file
25802 # output varibles.
25806 ac_delim='%!_!# '
25807 for ac_last_try in false false false false false :; do
25808 cat >conf$$subs.sed <<_ACEOF
25809 SHELL!$SHELL$ac_delim
25810 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
25811 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
25812 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
25813 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
25814 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
25815 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
25816 exec_prefix!$exec_prefix$ac_delim
25817 prefix!$prefix$ac_delim
25818 program_transform_name!$program_transform_name$ac_delim
25819 bindir!$bindir$ac_delim
25820 sbindir!$sbindir$ac_delim
25821 libexecdir!$libexecdir$ac_delim
25822 datarootdir!$datarootdir$ac_delim
25823 datadir!$datadir$ac_delim
25824 sysconfdir!$sysconfdir$ac_delim
25825 sharedstatedir!$sharedstatedir$ac_delim
25826 localstatedir!$localstatedir$ac_delim
25827 includedir!$includedir$ac_delim
25828 oldincludedir!$oldincludedir$ac_delim
25829 docdir!$docdir$ac_delim
25830 infodir!$infodir$ac_delim
25831 htmldir!$htmldir$ac_delim
25832 dvidir!$dvidir$ac_delim
25833 pdfdir!$pdfdir$ac_delim
25834 psdir!$psdir$ac_delim
25835 libdir!$libdir$ac_delim
25836 localedir!$localedir$ac_delim
25837 mandir!$mandir$ac_delim
25838 DEFS!$DEFS$ac_delim
25839 ECHO_C!$ECHO_C$ac_delim
25840 ECHO_N!$ECHO_N$ac_delim
25841 ECHO_T!$ECHO_T$ac_delim
25842 LIBS!$LIBS$ac_delim
25843 build_alias!$build_alias$ac_delim
25844 host_alias!$host_alias$ac_delim
25845 target_alias!$target_alias$ac_delim
25846 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
25847 build!$build$ac_delim
25848 build_cpu!$build_cpu$ac_delim
25849 build_vendor!$build_vendor$ac_delim
25850 build_os!$build_os$ac_delim
25851 host!$host$ac_delim
25852 host_cpu!$host_cpu$ac_delim
25853 host_vendor!$host_vendor$ac_delim
25854 host_os!$host_os$ac_delim
25855 WIN16_FILES!$WIN16_FILES$ac_delim
25856 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
25857 SET_MAKE!$SET_MAKE$ac_delim
25858 CC!$CC$ac_delim
25859 CFLAGS!$CFLAGS$ac_delim
25860 LDFLAGS!$LDFLAGS$ac_delim
25861 CPPFLAGS!$CPPFLAGS$ac_delim
25862 ac_ct_CC!$ac_ct_CC$ac_delim
25863 EXEEXT!$EXEEXT$ac_delim
25864 OBJEXT!$OBJEXT$ac_delim
25865 CXX!$CXX$ac_delim
25866 CXXFLAGS!$CXXFLAGS$ac_delim
25867 ac_ct_CXX!$ac_ct_CXX$ac_delim
25868 CPPBIN!$CPPBIN$ac_delim
25869 TOOLSDIR!$TOOLSDIR$ac_delim
25870 XMKMF!$XMKMF$ac_delim
25871 CPP!$CPP$ac_delim
25872 X_CFLAGS!$X_CFLAGS$ac_delim
25873 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
25874 X_LIBS!$X_LIBS$ac_delim
25875 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
25876 FLEX!$FLEX$ac_delim
25877 BISON!$BISON$ac_delim
25878 AS!$AS$ac_delim
25879 ac_ct_AS!$ac_ct_AS$ac_delim
25880 LD!$LD$ac_delim
25881 ac_ct_LD!$ac_ct_LD$ac_delim
25882 NM!$NM$ac_delim
25883 ac_ct_NM!$ac_ct_NM$ac_delim
25884 AR!$AR$ac_delim
25885 ac_ct_AR!$ac_ct_AR$ac_delim
25886 ARFLAGS!$ARFLAGS$ac_delim
25887 RANLIB!$RANLIB$ac_delim
25888 STRIP!$STRIP$ac_delim
25889 WINDRES!$WINDRES$ac_delim
25890 LN_S!$LN_S$ac_delim
25891 _ACEOF
25893 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
25894 break
25895 elif $ac_last_try; then
25896 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25897 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25898 { (exit 1); exit 1; }; }
25899 else
25900 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25902 done
25904 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25905 if test -n "$ac_eof"; then
25906 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25907 ac_eof=`expr $ac_eof + 1`
25910 cat >>$CONFIG_STATUS <<_ACEOF
25911 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
25912 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25913 /^[ ]*@MAKE_RULES@[ ]*$/{
25914 r $MAKE_RULES
25917 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
25918 r $MAKE_DLL_RULES
25921 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
25922 r $MAKE_IMPLIB_RULES
25925 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
25926 r $MAKE_TEST_RULES
25929 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
25930 r $MAKE_PROG_RULES
25933 _ACEOF
25934 sed '
25935 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25936 s/^/s,@/; s/!/@,|#_!!_#|/
25939 s/'"$ac_delim"'$/,g/; t
25940 s/$/\\/; p
25941 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25942 ' >>$CONFIG_STATUS <conf$$subs.sed
25943 rm -f conf$$subs.sed
25944 cat >>$CONFIG_STATUS <<_ACEOF
25945 CEOF$ac_eof
25946 _ACEOF
25949 ac_delim='%!_!# '
25950 for ac_last_try in false false false false false :; do
25951 cat >conf$$subs.sed <<_ACEOF
25952 LN!$LN$ac_delim
25953 GREP!$GREP$ac_delim
25954 EGREP!$EGREP$ac_delim
25955 LDCONFIG!$LDCONFIG$ac_delim
25956 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
25957 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
25958 INSTALL_DATA!$INSTALL_DATA$ac_delim
25959 LINT!$LINT$ac_delim
25960 LINTFLAGS!$LINTFLAGS$ac_delim
25961 FONTFORGE!$FONTFORGE$ac_delim
25962 PKG_CONFIG!$PKG_CONFIG$ac_delim
25963 RSVG!$RSVG$ac_delim
25964 ICOTOOL!$ICOTOOL$ac_delim
25965 PRELINK!$PRELINK$ac_delim
25966 LIBPTHREAD!$LIBPTHREAD$ac_delim
25967 XLIB!$XLIB$ac_delim
25968 XFILES!$XFILES$ac_delim
25969 OPENGLFILES!$OPENGLFILES$ac_delim
25970 GLU32FILES!$GLU32FILES$ac_delim
25971 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
25972 QUARTZFILES!$QUARTZFILES$ac_delim
25973 DLLEXT!$DLLEXT$ac_delim
25974 DLLFLAGS!$DLLFLAGS$ac_delim
25975 LDSHARED!$LDSHARED$ac_delim
25976 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
25977 LIBEXT!$LIBEXT$ac_delim
25978 IMPLIBEXT!$IMPLIBEXT$ac_delim
25979 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
25980 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
25981 LDD!$LDD$ac_delim
25982 DLLTOOL!$DLLTOOL$ac_delim
25983 DLLWRAP!$DLLWRAP$ac_delim
25984 MINGWAR!$MINGWAR$ac_delim
25985 SECURITYLIB!$SECURITYLIB$ac_delim
25986 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
25987 IOKITLIB!$IOKITLIB$ac_delim
25988 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
25989 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
25990 COREAUDIO!$COREAUDIO$ac_delim
25991 CARBONLIB!$CARBONLIB$ac_delim
25992 CROSSTEST!$CROSSTEST$ac_delim
25993 CROSSCC!$CROSSCC$ac_delim
25994 CROSSWINDRES!$CROSSWINDRES$ac_delim
25995 NASLIBS!$NASLIBS$ac_delim
25996 XML2LIBS!$XML2LIBS$ac_delim
25997 XML2INCL!$XML2INCL$ac_delim
25998 XSLTLIBS!$XSLTLIBS$ac_delim
25999 XSLTINCL!$XSLTINCL$ac_delim
26000 HALINCL!$HALINCL$ac_delim
26001 sane_devel!$sane_devel$ac_delim
26002 SANEINCL!$SANEINCL$ac_delim
26003 gphoto2_devel!$gphoto2_devel$ac_delim
26004 gphoto2port_devel!$gphoto2port_devel$ac_delim
26005 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26006 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26007 RESOLVLIBS!$RESOLVLIBS$ac_delim
26008 LCMSLIBS!$LCMSLIBS$ac_delim
26009 ft_devel!$ft_devel$ac_delim
26010 FREETYPELIBS!$FREETYPELIBS$ac_delim
26011 FREETYPEINCL!$FREETYPEINCL$ac_delim
26012 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26013 ESDCONFIG!$ESDCONFIG$ac_delim
26014 ESDINCL!$ESDINCL$ac_delim
26015 ESDLIBS!$ESDLIBS$ac_delim
26016 ALSALIBS!$ALSALIBS$ac_delim
26017 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26018 CUPSINCL!$CUPSINCL$ac_delim
26019 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26020 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26021 BUILTINFLAG!$BUILTINFLAG$ac_delim
26022 LDPATH!$LDPATH$ac_delim
26023 CRTLIBS!$CRTLIBS$ac_delim
26024 SOCKETLIBS!$SOCKETLIBS$ac_delim
26025 MAIN_BINARY!$MAIN_BINARY$ac_delim
26026 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26027 LIBDL!$LIBDL$ac_delim
26028 LIBPOLL!$LIBPOLL$ac_delim
26029 LDAPLIBS!$LDAPLIBS$ac_delim
26030 DEPENDENCIES!$DEPENDENCIES$ac_delim
26031 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26032 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26033 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26034 LIBOBJS!$LIBOBJS$ac_delim
26035 LTLIBOBJS!$LTLIBOBJS$ac_delim
26036 _ACEOF
26038 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
26039 break
26040 elif $ac_last_try; then
26041 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26042 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26043 { (exit 1); exit 1; }; }
26044 else
26045 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26047 done
26049 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26050 if test -n "$ac_eof"; then
26051 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26052 ac_eof=`expr $ac_eof + 1`
26055 cat >>$CONFIG_STATUS <<_ACEOF
26056 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26057 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26058 _ACEOF
26059 sed '
26060 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26061 s/^/s,@/; s/!/@,|#_!!_#|/
26064 s/'"$ac_delim"'$/,g/; t
26065 s/$/\\/; p
26066 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26067 ' >>$CONFIG_STATUS <conf$$subs.sed
26068 rm -f conf$$subs.sed
26069 cat >>$CONFIG_STATUS <<_ACEOF
26070 :end
26071 s/|#_!!_#|//g
26072 CEOF$ac_eof
26073 _ACEOF
26076 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26077 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26078 # trailing colons and then remove the whole line if VPATH becomes empty
26079 # (actually we leave an empty line to preserve line numbers).
26080 if test "x$srcdir" = x.; then
26081 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26082 s/:*\$(srcdir):*/:/
26083 s/:*\${srcdir}:*/:/
26084 s/:*@srcdir@:*/:/
26085 s/^\([^=]*=[ ]*\):*/\1/
26086 s/:*$//
26087 s/^[^=]*=[ ]*$//
26091 cat >>$CONFIG_STATUS <<\_ACEOF
26092 fi # test -n "$CONFIG_FILES"
26095 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26097 case $ac_tag in
26098 :[FHLC]) ac_mode=$ac_tag; continue;;
26099 esac
26100 case $ac_mode$ac_tag in
26101 :[FHL]*:*);;
26102 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26103 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26104 { (exit 1); exit 1; }; };;
26105 :[FH]-) ac_tag=-:-;;
26106 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26107 esac
26108 ac_save_IFS=$IFS
26109 IFS=:
26110 set x $ac_tag
26111 IFS=$ac_save_IFS
26112 shift
26113 ac_file=$1
26114 shift
26116 case $ac_mode in
26117 :L) ac_source=$1;;
26118 :[FH])
26119 ac_file_inputs=
26120 for ac_f
26122 case $ac_f in
26123 -) ac_f="$tmp/stdin";;
26124 *) # Look for the file first in the build tree, then in the source tree
26125 # (if the path is not absolute). The absolute path cannot be DOS-style,
26126 # because $ac_f cannot contain `:'.
26127 test -f "$ac_f" ||
26128 case $ac_f in
26129 [\\/$]*) false;;
26130 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26131 esac ||
26132 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
26133 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
26134 { (exit 1); exit 1; }; };;
26135 esac
26136 ac_file_inputs="$ac_file_inputs $ac_f"
26137 done
26139 # Let's still pretend it is `configure' which instantiates (i.e., don't
26140 # use $as_me), people would be surprised to read:
26141 # /* config.h. Generated by config.status. */
26142 configure_input="Generated from "`IFS=:
26143 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
26144 if test x"$ac_file" != x-; then
26145 configure_input="$ac_file. $configure_input"
26146 { echo "$as_me:$LINENO: creating $ac_file" >&5
26147 echo "$as_me: creating $ac_file" >&6;}
26150 case $ac_tag in
26151 *:-:* | *:-) cat >"$tmp/stdin";;
26152 esac
26154 esac
26156 ac_dir=`$as_dirname -- "$ac_file" ||
26157 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26158 X"$ac_file" : 'X\(//\)[^/]' \| \
26159 X"$ac_file" : 'X\(//\)$' \| \
26160 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26161 echo X"$ac_file" |
26162 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26163 s//\1/
26166 /^X\(\/\/\)[^/].*/{
26167 s//\1/
26170 /^X\(\/\/\)$/{
26171 s//\1/
26174 /^X\(\/\).*/{
26175 s//\1/
26178 s/.*/./; q'`
26179 { as_dir="$ac_dir"
26180 case $as_dir in #(
26181 -*) as_dir=./$as_dir;;
26182 esac
26183 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
26184 as_dirs=
26185 while :; do
26186 case $as_dir in #(
26187 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
26188 *) as_qdir=$as_dir;;
26189 esac
26190 as_dirs="'$as_qdir' $as_dirs"
26191 as_dir=`$as_dirname -- "$as_dir" ||
26192 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26193 X"$as_dir" : 'X\(//\)[^/]' \| \
26194 X"$as_dir" : 'X\(//\)$' \| \
26195 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
26196 echo X"$as_dir" |
26197 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26198 s//\1/
26201 /^X\(\/\/\)[^/].*/{
26202 s//\1/
26205 /^X\(\/\/\)$/{
26206 s//\1/
26209 /^X\(\/\).*/{
26210 s//\1/
26213 s/.*/./; q'`
26214 test -d "$as_dir" && break
26215 done
26216 test -z "$as_dirs" || eval "mkdir $as_dirs"
26217 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
26218 echo "$as_me: error: cannot create directory $as_dir" >&2;}
26219 { (exit 1); exit 1; }; }; }
26220 ac_builddir=.
26222 case "$ac_dir" in
26223 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
26225 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
26226 # A ".." for each directory in $ac_dir_suffix.
26227 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
26228 case $ac_top_builddir_sub in
26229 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
26230 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
26231 esac ;;
26232 esac
26233 ac_abs_top_builddir=$ac_pwd
26234 ac_abs_builddir=$ac_pwd$ac_dir_suffix
26235 # for backward compatibility:
26236 ac_top_builddir=$ac_top_build_prefix
26238 case $srcdir in
26239 .) # We are building in place.
26240 ac_srcdir=.
26241 ac_top_srcdir=$ac_top_builddir_sub
26242 ac_abs_top_srcdir=$ac_pwd ;;
26243 [\\/]* | ?:[\\/]* ) # Absolute name.
26244 ac_srcdir=$srcdir$ac_dir_suffix;
26245 ac_top_srcdir=$srcdir
26246 ac_abs_top_srcdir=$srcdir ;;
26247 *) # Relative name.
26248 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
26249 ac_top_srcdir=$ac_top_build_prefix$srcdir
26250 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
26251 esac
26252 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
26255 case $ac_mode in
26258 # CONFIG_FILE
26261 case $INSTALL in
26262 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
26263 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
26264 esac
26265 _ACEOF
26267 cat >>$CONFIG_STATUS <<\_ACEOF
26268 # If the template does not know about datarootdir, expand it.
26269 # FIXME: This hack should be removed a few years after 2.60.
26270 ac_datarootdir_hack=; ac_datarootdir_seen=
26272 case `sed -n '/datarootdir/ {
26276 /@datadir@/p
26277 /@docdir@/p
26278 /@infodir@/p
26279 /@localedir@/p
26280 /@mandir@/p
26281 ' $ac_file_inputs` in
26282 *datarootdir*) ac_datarootdir_seen=yes;;
26283 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
26284 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
26285 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
26286 _ACEOF
26287 cat >>$CONFIG_STATUS <<_ACEOF
26288 ac_datarootdir_hack='
26289 s&@datadir@&$datadir&g
26290 s&@docdir@&$docdir&g
26291 s&@infodir@&$infodir&g
26292 s&@localedir@&$localedir&g
26293 s&@mandir@&$mandir&g
26294 s&\\\${datarootdir}&$datarootdir&g' ;;
26295 esac
26296 _ACEOF
26298 # Neutralize VPATH when `$srcdir' = `.'.
26299 # Shell code in configure.ac might set extrasub.
26300 # FIXME: do we really want to maintain this feature?
26301 cat >>$CONFIG_STATUS <<_ACEOF
26302 sed "$ac_vpsub
26303 $extrasub
26304 _ACEOF
26305 cat >>$CONFIG_STATUS <<\_ACEOF
26307 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26308 s&@configure_input@&$configure_input&;t t
26309 s&@top_builddir@&$ac_top_builddir_sub&;t t
26310 s&@srcdir@&$ac_srcdir&;t t
26311 s&@abs_srcdir@&$ac_abs_srcdir&;t t
26312 s&@top_srcdir@&$ac_top_srcdir&;t t
26313 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
26314 s&@builddir@&$ac_builddir&;t t
26315 s&@abs_builddir@&$ac_abs_builddir&;t t
26316 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
26317 s&@INSTALL@&$ac_INSTALL&;t t
26318 $ac_datarootdir_hack
26319 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
26321 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
26322 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
26323 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
26324 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26325 which seems to be undefined. Please make sure it is defined." >&5
26326 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26327 which seems to be undefined. Please make sure it is defined." >&2;}
26329 rm -f "$tmp/stdin"
26330 case $ac_file in
26331 -) cat "$tmp/out"; rm -f "$tmp/out";;
26332 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
26333 esac
26337 # CONFIG_HEADER
26339 _ACEOF
26341 # Transform confdefs.h into a sed script `conftest.defines', that
26342 # substitutes the proper values into config.h.in to produce config.h.
26343 rm -f conftest.defines conftest.tail
26344 # First, append a space to every undef/define line, to ease matching.
26345 echo 's/$/ /' >conftest.defines
26346 # Then, protect against being on the right side of a sed subst, or in
26347 # an unquoted here document, in config.status. If some macros were
26348 # called several times there might be several #defines for the same
26349 # symbol, which is useless. But do not sort them, since the last
26350 # AC_DEFINE must be honored.
26351 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
26352 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
26353 # NAME is the cpp macro being defined, VALUE is the value it is being given.
26354 # PARAMS is the parameter list in the macro definition--in most cases, it's
26355 # just an empty string.
26356 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
26357 ac_dB='\\)[ (].*,\\1define\\2'
26358 ac_dC=' '
26359 ac_dD=' ,'
26361 uniq confdefs.h |
26362 sed -n '
26363 t rset
26364 :rset
26365 s/^[ ]*#[ ]*define[ ][ ]*//
26366 t ok
26369 s/[\\&,]/\\&/g
26370 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
26371 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
26372 ' >>conftest.defines
26374 # Remove the space that was appended to ease matching.
26375 # Then replace #undef with comments. This is necessary, for
26376 # example, in the case of _POSIX_SOURCE, which is predefined and required
26377 # on some systems where configure will not decide to define it.
26378 # (The regexp can be short, since the line contains either #define or #undef.)
26379 echo 's/ $//
26380 s,^[ #]*u.*,/* & */,' >>conftest.defines
26382 # Break up conftest.defines:
26383 ac_max_sed_lines=50
26385 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
26386 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
26387 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
26388 # et cetera.
26389 ac_in='$ac_file_inputs'
26390 ac_out='"$tmp/out1"'
26391 ac_nxt='"$tmp/out2"'
26393 while :
26395 # Write a here document:
26396 cat >>$CONFIG_STATUS <<_ACEOF
26397 # First, check the format of the line:
26398 cat >"\$tmp/defines.sed" <<\\CEOF
26399 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
26400 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
26402 :def
26403 _ACEOF
26404 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
26405 echo 'CEOF
26406 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
26407 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
26408 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
26409 grep . conftest.tail >/dev/null || break
26410 rm -f conftest.defines
26411 mv conftest.tail conftest.defines
26412 done
26413 rm -f conftest.defines conftest.tail
26415 echo "ac_result=$ac_in" >>$CONFIG_STATUS
26416 cat >>$CONFIG_STATUS <<\_ACEOF
26417 if test x"$ac_file" != x-; then
26418 echo "/* $configure_input */" >"$tmp/config.h"
26419 cat "$ac_result" >>"$tmp/config.h"
26420 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
26421 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
26422 echo "$as_me: $ac_file is unchanged" >&6;}
26423 else
26424 rm -f $ac_file
26425 mv "$tmp/config.h" $ac_file
26427 else
26428 echo "/* $configure_input */"
26429 cat "$ac_result"
26431 rm -f "$tmp/out12"
26434 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
26435 echo "$as_me: executing $ac_file commands" >&6;}
26437 esac
26440 case $ac_file$ac_mode in
26441 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
26442 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
26443 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
26444 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
26445 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
26446 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
26447 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
26448 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
26449 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
26450 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
26451 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
26452 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
26453 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
26455 esac
26456 done # for ac_tag
26459 { (exit 0); exit 0; }
26460 _ACEOF
26461 chmod +x $CONFIG_STATUS
26462 ac_clean_files=$ac_clean_files_save
26465 # configure is writing to config.log, and then calls config.status.
26466 # config.status does its own redirection, appending to config.log.
26467 # Unfortunately, on DOS this fails, as config.log is still kept open
26468 # by configure, so config.status won't be able to write to it; its
26469 # output is simply discarded. So we exec the FD to /dev/null,
26470 # effectively closing config.log, so it can be properly (re)opened and
26471 # appended to by config.status. When coming back to configure, we
26472 # need to make the FD available again.
26473 if test "$no_create" != yes; then
26474 ac_cs_success=:
26475 ac_config_status_args=
26476 test "$silent" = yes &&
26477 ac_config_status_args="$ac_config_status_args --quiet"
26478 exec 5>/dev/null
26479 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
26480 exec 5>>config.log
26481 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
26482 # would make configure fail if this is the last instruction.
26483 $ac_cs_success || { (exit 1); exit 1; }
26487 if test "$no_create" = "yes"
26488 then
26489 exit 0
26492 ac_save_IFS="$IFS"
26493 IFS="|"
26494 if test "x$wine_notices != "x; then
26495 echo >&6
26496 for msg in $wine_notices; do
26497 if test -n "$msg"; then
26498 { echo "$as_me:$LINENO: $msg" >&5
26499 echo "$as_me: $msg" >&6;}
26501 done
26503 for msg in $wine_warnings; do
26504 if test -n "$msg"; then
26505 echo >&2
26506 { echo "$as_me:$LINENO: WARNING: $msg" >&5
26507 echo "$as_me: WARNING: $msg" >&2;}
26509 done
26510 IFS="$ac_save_IFS"
26512 echo "
26513 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
26514 " >&6