push 5aff8350ceade24f8243f07a9cf7ecb816236fb1
[wine/hacks.git] / configure
blob6a1063e705c64bd007824f45427b8d29cdb9a6b3
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.27.
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.27'
578 PACKAGE_STRING='Wine 1.1.27'
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 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 TOOLSDIR
680 FLEX
681 BISON
683 ac_ct_AR
684 ARFLAGS
685 RANLIB
686 STRIP
687 LN_S
689 GREP
690 EGREP
691 LDCONFIG
692 INSTALL_PROGRAM
693 INSTALL_SCRIPT
694 INSTALL_DATA
695 LINT
696 LINTFLAGS
697 FONTFORGE
698 PKG_CONFIG
699 RSVG
700 ICOTOOL
701 PRELINK
702 XLIB
703 OPENGL_LIBS
705 DLLEXT
706 DLLFLAGS
707 LDSHARED
708 LDDLLFLAGS
709 LIBEXT
710 IMPLIBEXT
711 LDRPATH_INSTALL
712 LDRPATH_LOCAL
714 DLLTOOL
715 DLLWRAP
716 MINGWAR
717 SECURITYLIB
718 COREFOUNDATIONLIB
719 IOKITLIB
720 LDEXECFLAGS
721 DISKARBITRATIONLIB
722 COREAUDIO
723 CARBONLIB
724 CROSSCC
725 CROSSTEST
726 CROSSTARGETFLAGS
727 LIBPTHREAD
728 XMKMF
729 X_CFLAGS
730 X_PRE_LIBS
731 X_LIBS
732 X_EXTRA_LIBS
733 NASLIBS
734 XML2LIBS
735 XML2INCL
736 XSLTINCL
737 HALINCL
738 GNUTLSINCL
739 sane_devel
740 SANEINCL
741 gphoto2_devel
742 gphoto2port_devel
743 GPHOTO2LIBS
744 GPHOTO2INCL
745 RESOLVLIBS
746 LCMSLIBS
747 ft_devel
748 FREETYPELIBS
749 FREETYPEINCL
750 ZLIB
751 ESDCONFIG
752 ESDINCL
753 ESDLIBS
754 PULSELIBS
755 ALSALIBS
756 AUDIOIOLIBS
757 CUPSINCL
758 FONTCONFIGINCL
759 PNGINCL
760 LIBKSTAT
761 EXTRACFLAGS
762 BUILTINFLAG
763 LDPATH
764 CRTLIBS
765 SOCKETLIBS
766 EXTRA_BINARIES
767 LIBDL
768 LIBPOLL
769 LDAPLIBS
770 DEPENDENCIES
771 ALL_MAKERULES
772 ALL_MAKEFILES
773 ALL_MAKEFILE_DEPENDS
774 ALL_TOP_DIRS
775 ALL_DLL_DIRS
776 ALL_IMPLIB_DIRS
777 ALL_TEST_DIRS
778 ALL_PROGRAM_DIRS
779 ALL_PROGRAM_INSTALL_DIRS
780 ALL_PROGRAM_BIN_INSTALL_DIRS
781 ALL_WINETEST_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
801 XMKMF'
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.27 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.27:";;
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 --disable-tests do not build the regression tests
1384 --enable-maintainer-mode
1385 enable maintainer-specific build rules
1387 Optional Packages:
1388 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1389 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1390 --without-alsa do not use the Alsa sound support
1391 --without-audioio do not use the AudioIO sound support
1392 --without-capi do not use CAPI (ISDN support)
1393 --without-cms do not use CMS (color management support)
1394 --without-coreaudio do not use the CoreAudio sound support
1395 --without-cups do not use CUPS
1396 --without-curses do not use (n)curses
1397 --without-esd do not use the EsounD sound support
1398 --without-fontconfig do not use fontconfig
1399 --without-freetype do not use the FreeType library
1400 --without-gphoto do not use gphoto (Digital Camera support)
1401 --without-glu do not use the GLU library
1402 --without-gnutls do not use GnuTLS (schannel support)
1403 --without-libgsm do not use libgsm (GSM 06.10 codec support)
1404 --without-hal do not use HAL (dynamic device support)
1405 --without-jack do not use the Jack sound support
1406 --without-jpeg do not use JPEG
1407 --without-ldap do not use LDAP
1408 --without-nas do not use the NAS sound support
1409 --without-opengl do not use OpenGL
1410 --without-openssl do not use OpenSSL
1411 --without-oss do not use the OSS sound support
1412 --without-png do not use PNG
1413 --without-pthread do not use the pthread library
1414 --without-pulse do not use PulseAudio sound support
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 CPP C preprocessor
1441 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.27
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.27, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-tests was given.
1921 if test "${enable_tests+set}" = set; then
1922 enableval=$enable_tests;
1925 # Check whether --enable-maintainer-mode was given.
1926 if test "${enable_maintainer_mode+set}" = set; then
1927 enableval=$enable_maintainer_mode;
1928 else
1929 MAINTAINER_MODE=\#
1935 # Check whether --with-alsa was given.
1936 if test "${with_alsa+set}" = set; then
1937 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1941 # Check whether --with-audioio was given.
1942 if test "${with_audioio+set}" = set; then
1943 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1947 # Check whether --with-capi was given.
1948 if test "${with_capi+set}" = set; then
1949 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1953 # Check whether --with-cms was given.
1954 if test "${with_cms+set}" = set; then
1955 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1959 # Check whether --with-coreaudio was given.
1960 if test "${with_coreaudio+set}" = set; then
1961 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1965 # Check whether --with-cups was given.
1966 if test "${with_cups+set}" = set; then
1967 withval=$with_cups;
1971 # Check whether --with-curses was given.
1972 if test "${with_curses+set}" = set; then
1973 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1977 # Check whether --with-esd was given.
1978 if test "${with_esd+set}" = set; then
1979 withval=$with_esd;
1983 # Check whether --with-fontconfig was given.
1984 if test "${with_fontconfig+set}" = set; then
1985 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1989 # Check whether --with-freetype was given.
1990 if test "${with_freetype+set}" = set; then
1991 withval=$with_freetype;
1995 # Check whether --with-gphoto was given.
1996 if test "${with_gphoto+set}" = set; then
1997 withval=$with_gphoto;
2001 # Check whether --with-glu was given.
2002 if test "${with_glu+set}" = set; then
2003 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2007 # Check whether --with-gnutls was given.
2008 if test "${with_gnutls+set}" = set; then
2009 withval=$with_gnutls;
2013 # Check whether --with-libgsm was given.
2014 if test "${with_libgsm+set}" = set; then
2015 withval=$with_libgsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2019 # Check whether --with-hal was given.
2020 if test "${with_hal+set}" = set; then
2021 withval=$with_hal;
2025 # Check whether --with-jack was given.
2026 if test "${with_jack+set}" = set; then
2027 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2031 # Check whether --with-jpeg was given.
2032 if test "${with_jpeg+set}" = set; then
2033 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2037 # Check whether --with-ldap was given.
2038 if test "${with_ldap+set}" = set; then
2039 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2043 # Check whether --with-nas was given.
2044 if test "${with_nas+set}" = set; then
2045 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2049 # Check whether --with-opengl was given.
2050 if test "${with_opengl+set}" = set; then
2051 withval=$with_opengl;
2055 # Check whether --with-openssl was given.
2056 if test "${with_openssl+set}" = set; then
2057 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2061 # Check whether --with-oss was given.
2062 if test "${with_oss+set}" = set; then
2063 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
2067 # Check whether --with-png was given.
2068 if test "${with_png+set}" = set; then
2069 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2073 # Check whether --with-pthread was given.
2074 if test "${with_pthread+set}" = set; then
2075 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2079 # Check whether --with-pulse was given.
2080 if test "${with_pulse+set}" = set; then
2081 withval=$with_pulse;
2085 # Check whether --with-sane was given.
2086 if test "${with_sane+set}" = set; then
2087 withval=$with_sane;
2091 # Check whether --with-xcomposite was given.
2092 if test "${with_xcomposite+set}" = set; then
2093 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2097 # Check whether --with-xcursor was given.
2098 if test "${with_xcursor+set}" = set; then
2099 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2103 # Check whether --with-xinerama was given.
2104 if test "${with_xinerama+set}" = set; then
2105 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2109 # Check whether --with-xinput was given.
2110 if test "${with_xinput+set}" = set; then
2111 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2115 # Check whether --with-xml was given.
2116 if test "${with_xml+set}" = set; then
2117 withval=$with_xml;
2121 # Check whether --with-xrandr was given.
2122 if test "${with_xrandr+set}" = set; then
2123 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2127 # Check whether --with-xrender was given.
2128 if test "${with_xrender+set}" = set; then
2129 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2133 # Check whether --with-xshape was given.
2134 if test "${with_xshape+set}" = set; then
2135 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2139 # Check whether --with-xshm was given.
2140 if test "${with_xshm+set}" = set; then
2141 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2145 # Check whether --with-xslt was given.
2146 if test "${with_xslt+set}" = set; then
2147 withval=$with_xslt;
2151 # Check whether --with-xxf86vm was given.
2152 if test "${with_xxf86vm+set}" = set; then
2153 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2158 # Check whether --with-wine-tools was given.
2159 if test "${with_wine_tools+set}" = set; then
2160 withval=$with_wine_tools;
2164 # Make sure we can run config.sub.
2165 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2166 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2167 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2168 { (exit 1); exit 1; }; }
2170 { echo "$as_me:$LINENO: checking build system type" >&5
2171 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2172 if test "${ac_cv_build+set}" = set; then
2173 echo $ECHO_N "(cached) $ECHO_C" >&6
2174 else
2175 ac_build_alias=$build_alias
2176 test "x$ac_build_alias" = x &&
2177 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2178 test "x$ac_build_alias" = x &&
2179 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2180 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2181 { (exit 1); exit 1; }; }
2182 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2183 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2184 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2185 { (exit 1); exit 1; }; }
2188 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2189 echo "${ECHO_T}$ac_cv_build" >&6; }
2190 case $ac_cv_build in
2191 *-*-*) ;;
2192 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2193 echo "$as_me: error: invalid value of canonical build" >&2;}
2194 { (exit 1); exit 1; }; };;
2195 esac
2196 build=$ac_cv_build
2197 ac_save_IFS=$IFS; IFS='-'
2198 set x $ac_cv_build
2199 shift
2200 build_cpu=$1
2201 build_vendor=$2
2202 shift; shift
2203 # Remember, the first character of IFS is used to create $*,
2204 # except with old shells:
2205 build_os=$*
2206 IFS=$ac_save_IFS
2207 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2210 { echo "$as_me:$LINENO: checking host system type" >&5
2211 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2212 if test "${ac_cv_host+set}" = set; then
2213 echo $ECHO_N "(cached) $ECHO_C" >&6
2214 else
2215 if test "x$host_alias" = x; then
2216 ac_cv_host=$ac_cv_build
2217 else
2218 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2219 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2220 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2221 { (exit 1); exit 1; }; }
2225 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2226 echo "${ECHO_T}$ac_cv_host" >&6; }
2227 case $ac_cv_host in
2228 *-*-*) ;;
2229 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2230 echo "$as_me: error: invalid value of canonical host" >&2;}
2231 { (exit 1); exit 1; }; };;
2232 esac
2233 host=$ac_cv_host
2234 ac_save_IFS=$IFS; IFS='-'
2235 set x $ac_cv_host
2236 shift
2237 host_cpu=$1
2238 host_vendor=$2
2239 shift; shift
2240 # Remember, the first character of IFS is used to create $*,
2241 # except with old shells:
2242 host_os=$*
2243 IFS=$ac_save_IFS
2244 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2248 case "$srcdir" in
2249 .) ;;
2250 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255 { (exit 1); exit 1; }; }
2256 fi ;;
2257 esac
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2265 else
2266 cat >conftest.make <<\_ACEOF
2267 SHELL = /bin/sh
2268 all:
2269 @echo '@@@%%%=$(MAKE)=@@@%%%'
2270 _ACEOF
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273 *@@@%%%=?*=@@@%%%*)
2274 eval ac_cv_prog_make_${ac_make}_set=yes;;
2276 eval ac_cv_prog_make_${ac_make}_set=no;;
2277 esac
2278 rm -f conftest.make
2280 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2281 { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2283 SET_MAKE=
2284 else
2285 { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287 SET_MAKE="MAKE=${MAKE-make}"
2290 ac_ext=c
2291 ac_cpp='$CPP $CPPFLAGS'
2292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2302 else
2303 if test -n "$CC"; then
2304 ac_cv_prog_CC="$CC" # Let the user override the test.
2305 else
2306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307 for as_dir in $PATH
2309 IFS=$as_save_IFS
2310 test -z "$as_dir" && as_dir=.
2311 for ac_exec_ext in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2315 break 2
2317 done
2318 done
2319 IFS=$as_save_IFS
2323 CC=$ac_cv_prog_CC
2324 if test -n "$CC"; then
2325 { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2327 else
2328 { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2334 if test -z "$ac_cv_prog_CC"; then
2335 ac_ct_CC=$CC
2336 # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc; ac_word=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341 echo $ECHO_N "(cached) $ECHO_C" >&6
2342 else
2343 if test -n "$ac_ct_CC"; then
2344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2345 else
2346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2347 for as_dir in $PATH
2349 IFS=$as_save_IFS
2350 test -z "$as_dir" && as_dir=.
2351 for ac_exec_ext in '' $ac_executable_extensions; do
2352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353 ac_cv_prog_ac_ct_CC="gcc"
2354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355 break 2
2357 done
2358 done
2359 IFS=$as_save_IFS
2363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 else
2368 { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2372 if test "x$ac_ct_CC" = x; then
2373 CC=""
2374 else
2375 case $cross_compiling:$ac_tool_warned in
2376 yes:)
2377 { echo "$as_me:$LINENO: 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." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet. If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned=yes ;;
2384 esac
2385 CC=$ac_ct_CC
2387 else
2388 CC="$ac_cv_prog_CC"
2391 if test -z "$CC"; then
2392 if test -n "$ac_tool_prefix"; then
2393 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy ${ac_tool_prefix}cc; ac_word=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 else
2400 if test -n "$CC"; then
2401 ac_cv_prog_CC="$CC" # Let the user override the test.
2402 else
2403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2404 for as_dir in $PATH
2406 IFS=$as_save_IFS
2407 test -z "$as_dir" && as_dir=.
2408 for ac_exec_ext in '' $ac_executable_extensions; do
2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410 ac_cv_prog_CC="${ac_tool_prefix}cc"
2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2412 break 2
2414 done
2415 done
2416 IFS=$as_save_IFS
2420 CC=$ac_cv_prog_CC
2421 if test -n "$CC"; then
2422 { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2424 else
2425 { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2432 if test -z "$CC"; then
2433 # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc; ac_word=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438 echo $ECHO_N "(cached) $ECHO_C" >&6
2439 else
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC="$CC" # Let the user override the test.
2442 else
2443 ac_prog_rejected=no
2444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 for as_dir in $PATH
2447 IFS=$as_save_IFS
2448 test -z "$as_dir" && as_dir=.
2449 for ac_exec_ext in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452 ac_prog_rejected=yes
2453 continue
2455 ac_cv_prog_CC="cc"
2456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2457 break 2
2459 done
2460 done
2461 IFS=$as_save_IFS
2463 if test $ac_prog_rejected = yes; then
2464 # We found a bogon in the path, so make sure we never use it.
2465 set dummy $ac_cv_prog_CC
2466 shift
2467 if test $# != 0; then
2468 # We chose a different compiler from the bogus one.
2469 # However, it has the same basename, so the bogon will be chosen
2470 # first if we set CC to just the basename; use the full file name.
2471 shift
2472 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2477 CC=$ac_cv_prog_CC
2478 if test -n "$CC"; then
2479 { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2481 else
2482 { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2488 if test -z "$CC"; then
2489 if test -n "$ac_tool_prefix"; then
2490 for ac_prog in cl.exe
2492 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501 else
2502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503 for as_dir in $PATH
2505 IFS=$as_save_IFS
2506 test -z "$as_dir" && as_dir=.
2507 for ac_exec_ext in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2511 break 2
2513 done
2514 done
2515 IFS=$as_save_IFS
2519 CC=$ac_cv_prog_CC
2520 if test -n "$CC"; then
2521 { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2523 else
2524 { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2529 test -n "$CC" && break
2530 done
2532 if test -z "$CC"; then
2533 ac_ct_CC=$CC
2534 for ac_prog in cl.exe
2536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy $ac_prog; ac_word=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6
2542 else
2543 if test -n "$ac_ct_CC"; then
2544 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2545 else
2546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2547 for as_dir in $PATH
2549 IFS=$as_save_IFS
2550 test -z "$as_dir" && as_dir=.
2551 for ac_exec_ext in '' $ac_executable_extensions; do
2552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553 ac_cv_prog_ac_ct_CC="$ac_prog"
2554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2555 break 2
2557 done
2558 done
2559 IFS=$as_save_IFS
2563 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 else
2568 { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2573 test -n "$ac_ct_CC" && break
2574 done
2576 if test "x$ac_ct_CC" = x; then
2577 CC=""
2578 else
2579 case $cross_compiling:$ac_tool_warned in
2580 yes:)
2581 { echo "$as_me:$LINENO: 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." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet. If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned=yes ;;
2588 esac
2589 CC=$ac_ct_CC
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600 { (exit 1); exit 1; }; }
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler=`set X $ac_compile; echo $2`
2605 { (ac_try="$ac_compiler --version >&5"
2606 case "(($ac_try" in
2607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2609 esac
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611 (eval "$ac_compiler --version >&5") 2>&5
2612 ac_status=$?
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2616 case "(($ac_try" in
2617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2618 *) ac_try_echo=$ac_try;;
2619 esac
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compiler -v >&5") 2>&5
2622 ac_status=$?
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }
2625 { (ac_try="$ac_compiler -V >&5"
2626 case "(($ac_try" in
2627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2629 esac
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler -V >&5") 2>&5
2632 ac_status=$?
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2636 cat >conftest.$ac_ext <<_ACEOF
2637 /* confdefs.h. */
2638 _ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h. */
2644 main ()
2648 return 0;
2650 _ACEOF
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2655 # of exeext.
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2662 # only as a last resort. b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions. Remove them first so a
2667 # subsequent execution test works.
2668 ac_rmfiles=
2669 for ac_file in $ac_files
2671 case $ac_file in
2672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2674 esac
2675 done
2676 rm -f $ac_rmfiles
2678 if { (ac_try="$ac_link_default"
2679 case "(($ac_try" in
2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2682 esac
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684 (eval "$ac_link_default") 2>&5
2685 ac_status=$?
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; then
2688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2692 # Autoconf.
2693 for ac_file in $ac_files ''
2695 test -f "$ac_file" || continue
2696 case $ac_file in
2697 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2699 [ab].out )
2700 # We found the default executable, but exeext='' is most
2701 # certainly right.
2702 break;;
2703 *.* )
2704 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2705 then :; else
2706 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708 # We set ac_cv_exeext here because the later test for it is not
2709 # safe: cross compilers may not add the suffix if given an `-o'
2710 # argument, so we may need to know it at that point already.
2711 # Even if this section looks crufty: it has the advantage of
2712 # actually working.
2713 break;;
2715 break;;
2716 esac
2717 done
2718 test "$ac_cv_exeext" = no && ac_cv_exeext=
2720 else
2721 ac_file=''
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727 echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734 { (exit 77); exit 77; }; }
2737 ac_exeext=$ac_cv_exeext
2739 # Check that the compiler produces executables we can run. If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try='./$ac_file'
2747 { (case "(($ac_try" in
2748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2750 esac
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752 (eval "$ac_try") 2>&5
2753 ac_status=$?
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); }; }; then
2756 cross_compiling=no
2757 else
2758 if test "$cross_compiling" = maybe; then
2759 cross_compiling=yes
2760 else
2761 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: cannot run C compiled programs.
2765 If you meant to cross compile, use \`--host'.
2766 See \`config.log' for more details." >&2;}
2767 { (exit 1); exit 1; }; }
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run. If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2786 case "(($ac_try" in
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2789 esac
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; then
2795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe'), while it won't with
2798 # `rm'.
2799 for ac_file in conftest.exe conftest conftest.*; do
2800 test -f "$ac_file" || continue
2801 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2803 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 break;;
2805 * ) break;;
2806 esac
2807 done
2808 else
2809 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813 { (exit 1); exit 1; }; }
2816 rm -f conftest$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2820 rm -f conftest.$ac_ext
2821 EXEEXT=$ac_cv_exeext
2822 ac_exeext=$EXEEXT
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 else
2828 cat >conftest.$ac_ext <<_ACEOF
2829 /* confdefs.h. */
2830 _ACEOF
2831 cat confdefs.h >>conftest.$ac_ext
2832 cat >>conftest.$ac_ext <<_ACEOF
2833 /* end confdefs.h. */
2836 main ()
2840 return 0;
2842 _ACEOF
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try="$ac_compile"
2845 case "(($ac_try" in
2846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2848 esac
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850 (eval "$ac_compile") 2>&5
2851 ac_status=$?
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; then
2854 for ac_file in conftest.o conftest.obj conftest.*; do
2855 test -f "$ac_file" || continue;
2856 case $ac_file in
2857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2859 break;;
2860 esac
2861 done
2862 else
2863 echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details." >&2;}
2870 { (exit 1); exit 1; }; }
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2878 ac_objext=$OBJEXT
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882 echo $ECHO_N "(cached) $ECHO_C" >&6
2883 else
2884 cat >conftest.$ac_ext <<_ACEOF
2885 /* confdefs.h. */
2886 _ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h. */
2892 main ()
2894 #ifndef __GNUC__
2895 choke me
2896 #endif
2899 return 0;
2901 _ACEOF
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2904 case "(($ac_try" in
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2907 esac
2908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2909 (eval "$ac_compile") 2>conftest.er1
2910 ac_status=$?
2911 grep -v '^ *+' conftest.er1 >conftest.err
2912 rm -f conftest.er1
2913 cat conftest.err >&5
2914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); } && {
2916 test -z "$ac_c_werror_flag" ||
2917 test ! -s conftest.err
2918 } && test -s conftest.$ac_objext; then
2919 ac_compiler_gnu=yes
2920 else
2921 echo "$as_me: failed program was:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2924 ac_compiler_gnu=no
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2931 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2937 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939 echo $ECHO_N "(cached) $ECHO_C" >&6
2940 else
2941 ac_save_c_werror_flag=$ac_c_werror_flag
2942 ac_c_werror_flag=yes
2943 ac_cv_prog_cc_g=no
2944 CFLAGS="-g"
2945 cat >conftest.$ac_ext <<_ACEOF
2946 /* confdefs.h. */
2947 _ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2953 main ()
2957 return 0;
2959 _ACEOF
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2962 case "(($ac_try" in
2963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964 *) ac_try_echo=$ac_try;;
2965 esac
2966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2967 (eval "$ac_compile") 2>conftest.er1
2968 ac_status=$?
2969 grep -v '^ *+' conftest.er1 >conftest.err
2970 rm -f conftest.er1
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); } && {
2974 test -z "$ac_c_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.$ac_objext; then
2977 ac_cv_prog_cc_g=yes
2978 else
2979 echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2982 CFLAGS=""
2983 cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h. */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2991 main ()
2995 return 0;
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3006 ac_status=$?
3007 grep -v '^ *+' conftest.er1 >conftest.err
3008 rm -f conftest.er1
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3016 else
3017 echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 ac_c_werror_flag=$ac_save_c_werror_flag
3021 CFLAGS="-g"
3022 cat >conftest.$ac_ext <<_ACEOF
3023 /* confdefs.h. */
3024 _ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h. */
3030 main ()
3034 return 0;
3036 _ACEOF
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3039 case "(($ac_try" in
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3042 esac
3043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3044 (eval "$ac_compile") 2>conftest.er1
3045 ac_status=$?
3046 grep -v '^ *+' conftest.er1 >conftest.err
3047 rm -f conftest.er1
3048 cat conftest.err >&5
3049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050 (exit $ac_status); } && {
3051 test -z "$ac_c_werror_flag" ||
3052 test ! -s conftest.err
3053 } && test -s conftest.$ac_objext; then
3054 ac_cv_prog_cc_g=yes
3055 else
3056 echo "$as_me: failed program was:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3071 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3081 else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3088 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3089 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091 echo $ECHO_N "(cached) $ECHO_C" >&6
3092 else
3093 ac_cv_prog_cc_c89=no
3094 ac_save_CC=$CC
3095 cat >conftest.$ac_ext <<_ACEOF
3096 /* confdefs.h. */
3097 _ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h. */
3101 #include <stdarg.h>
3102 #include <stdio.h>
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3109 char **p;
3110 int i;
3112 return p[i];
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3116 char *s;
3117 va_list v;
3118 va_start (v,p);
3119 s = g (p, va_arg (v,int));
3120 va_end (v);
3121 return s;
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3125 function prototypes and stuff, but not '\xHH' hex character constants.
3126 These don't provoke an error unfortunately, instead are silently treated
3127 as 'x'. The following induces an error, until -std is added to get
3128 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3129 array size at least. It's necessary to write '\x00'==0 to get something
3130 that's true only with -std. */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134 inside strings and character constants. */
3135 #define FOO(x) 'x'
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3142 int argc;
3143 char **argv;
3145 main ()
3147 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3149 return 0;
3151 _ACEOF
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 CC="$ac_save_CC $ac_arg"
3156 rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3158 case "(($ac_try" in
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3161 esac
3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compile") 2>conftest.er1
3164 ac_status=$?
3165 grep -v '^ *+' conftest.er1 >conftest.err
3166 rm -f conftest.er1
3167 cat conftest.err >&5
3168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169 (exit $ac_status); } && {
3170 test -z "$ac_c_werror_flag" ||
3171 test ! -s conftest.err
3172 } && test -s conftest.$ac_objext; then
3173 ac_cv_prog_cc_c89=$ac_arg
3174 else
3175 echo "$as_me: failed program was:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3181 rm -f core conftest.err conftest.$ac_objext
3182 test "x$ac_cv_prog_cc_c89" != "xno" && break
3183 done
3184 rm -f conftest.$ac_ext
3185 CC=$ac_save_CC
3188 # AC_CACHE_VAL
3189 case "x$ac_cv_prog_cc_c89" in
3191 { echo "$as_me:$LINENO: result: none needed" >&5
3192 echo "${ECHO_T}none needed" >&6; } ;;
3193 xno)
3194 { echo "$as_me:$LINENO: result: unsupported" >&5
3195 echo "${ECHO_T}unsupported" >&6; } ;;
3197 CC="$CC $ac_cv_prog_cc_c89"
3198 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3200 esac
3203 ac_ext=c
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 ac_ext=cpp
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215 if test -n "$CCC"; then
3216 CXX=$CCC
3217 else
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228 if test -n "$CXX"; then
3229 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 else
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232 for as_dir in $PATH
3234 IFS=$as_save_IFS
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3240 break 2
3242 done
3243 done
3244 IFS=$as_save_IFS
3248 CXX=$ac_cv_prog_CXX
3249 if test -n "$CXX"; then
3250 { echo "$as_me:$LINENO: result: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3252 else
3253 { echo "$as_me:$LINENO: result: no" >&5
3254 echo "${ECHO_T}no" >&6; }
3258 test -n "$CXX" && break
3259 done
3261 if test -z "$CXX"; then
3262 ac_ct_CXX=$CXX
3263 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270 echo $ECHO_N "(cached) $ECHO_C" >&6
3271 else
3272 if test -n "$ac_ct_CXX"; then
3273 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3278 IFS=$as_save_IFS
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 ac_cv_prog_ac_ct_CXX="$ac_prog"
3283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3284 break 2
3286 done
3287 done
3288 IFS=$as_save_IFS
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 else
3297 { echo "$as_me:$LINENO: result: no" >&5
3298 echo "${ECHO_T}no" >&6; }
3302 test -n "$ac_ct_CXX" && break
3303 done
3305 if test "x$ac_ct_CXX" = x; then
3306 CXX="g++"
3307 else
3308 case $cross_compiling:$ac_tool_warned in
3309 yes:)
3310 { echo "$as_me:$LINENO: 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." >&5
3313 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3314 whose name does not start with the host triplet. If you think this
3315 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3316 ac_tool_warned=yes ;;
3317 esac
3318 CXX=$ac_ct_CXX
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3328 case "(($ac_try" in
3329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330 *) ac_try_echo=$ac_try;;
3331 esac
3332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3333 (eval "$ac_compiler --version >&5") 2>&5
3334 ac_status=$?
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3338 case "(($ac_try" in
3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340 *) ac_try_echo=$ac_try;;
3341 esac
3342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3343 (eval "$ac_compiler -v >&5") 2>&5
3344 ac_status=$?
3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346 (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler -V >&5") 2>&5
3354 ac_status=$?
3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356 (exit $ac_status); }
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361 echo $ECHO_N "(cached) $ECHO_C" >&6
3362 else
3363 cat >conftest.$ac_ext <<_ACEOF
3364 /* confdefs.h. */
3365 _ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h. */
3371 main ()
3373 #ifndef __GNUC__
3374 choke me
3375 #endif
3378 return 0;
3380 _ACEOF
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3383 case "(($ac_try" in
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3386 esac
3387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compile") 2>conftest.er1
3389 ac_status=$?
3390 grep -v '^ *+' conftest.er1 >conftest.err
3391 rm -f conftest.er1
3392 cat conftest.err >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); } && {
3395 test -z "$ac_cxx_werror_flag" ||
3396 test ! -s conftest.err
3397 } && test -s conftest.$ac_objext; then
3398 ac_compiler_gnu=yes
3399 else
3400 echo "$as_me: failed program was:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3403 ac_compiler_gnu=no
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3410 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3416 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418 echo $ECHO_N "(cached) $ECHO_C" >&6
3419 else
3420 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421 ac_cxx_werror_flag=yes
3422 ac_cv_prog_cxx_g=no
3423 CXXFLAGS="-g"
3424 cat >conftest.$ac_ext <<_ACEOF
3425 /* confdefs.h. */
3426 _ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h. */
3432 main ()
3436 return 0;
3438 _ACEOF
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3441 case "(($ac_try" in
3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3444 esac
3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3446 (eval "$ac_compile") 2>conftest.er1
3447 ac_status=$?
3448 grep -v '^ *+' conftest.er1 >conftest.err
3449 rm -f conftest.er1
3450 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); } && {
3453 test -z "$ac_cxx_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
3456 ac_cv_prog_cxx_g=yes
3457 else
3458 echo "$as_me: failed program was:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3461 CXXFLAGS=""
3462 cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h. */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3470 main ()
3474 return 0;
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3485 ac_status=$?
3486 grep -v '^ *+' conftest.er1 >conftest.err
3487 rm -f conftest.er1
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3495 else
3496 echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500 CXXFLAGS="-g"
3501 cat >conftest.$ac_ext <<_ACEOF
3502 /* confdefs.h. */
3503 _ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h. */
3509 main ()
3513 return 0;
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3521 esac
3522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_cv_prog_cxx_g=yes
3534 else
3535 echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3550 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553 CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555 if test "$GXX" = yes; then
3556 CXXFLAGS="-g -O2"
3557 else
3558 CXXFLAGS="-g"
3560 else
3561 if test "$GXX" = yes; then
3562 CXXFLAGS="-O2"
3563 else
3564 CXXFLAGS=
3567 ac_ext=c
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3573 if test -n "$ac_tool_prefix"; then
3574 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579 echo $ECHO_N "(cached) $ECHO_C" >&6
3580 else
3581 if test -n "$CPPBIN"; then
3582 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 else
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585 for as_dir in $PATH
3587 IFS=$as_save_IFS
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593 break 2
3595 done
3596 done
3597 IFS=$as_save_IFS
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3605 else
3606 { echo "$as_me:$LINENO: result: no" >&5
3607 echo "${ECHO_T}no" >&6; }
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613 ac_ct_CPPBIN=$CPPBIN
3614 # Extract the first word of "cpp", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621 if test -n "$ac_ct_CPPBIN"; then
3622 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631 ac_cv_prog_ac_ct_CPPBIN="cpp"
3632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633 break 2
3635 done
3636 done
3637 IFS=$as_save_IFS
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 else
3646 { echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6; }
3650 if test "x$ac_ct_CPPBIN" = x; then
3651 CPPBIN="cpp"
3652 else
3653 case $cross_compiling:$ac_tool_warned in
3654 yes:)
3655 { echo "$as_me:$LINENO: 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." >&5
3658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3659 whose name does not start with the host triplet. If you think this
3660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3661 ac_tool_warned=yes ;;
3662 esac
3663 CPPBIN=$ac_ct_CPPBIN
3665 else
3666 CPPBIN="$ac_cv_prog_CPPBIN"
3670 case $host in
3671 *-darwin*)
3672 if test "x$enable_win64" == "xyes"
3673 then
3674 CC="$CC -m64"
3675 CXX="$CXX -m64"
3676 LD="${LD:-ld} -arch x86_64"
3677 AS="${AS:-as} -arch x86_64"
3678 host_cpu="x86_64"
3679 notice_platform="64-bit "
3680 TARGETFLAGS="-m64"
3682 else
3683 CC="$CC -m32"
3684 CXX="$CXX -m32"
3685 LD="${LD:-ld} -arch i386"
3686 AS="${AS:-as} -arch i386"
3687 host_cpu="i386"
3688 notice_platform="32-bit "
3689 TARGETFLAGS="-m32"
3691 enable_win16=${enable_win16:-yes}
3694 x86_64*)
3695 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3696 then
3697 CC="$CC -m32"
3698 CXX="$CXX -m32"
3699 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3700 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3702 cat >conftest.$ac_ext <<_ACEOF
3703 /* confdefs.h. */
3704 _ACEOF
3705 cat confdefs.h >>conftest.$ac_ext
3706 cat >>conftest.$ac_ext <<_ACEOF
3707 /* end confdefs.h. */
3710 main ()
3714 return 0;
3716 _ACEOF
3717 rm -f conftest.$ac_objext conftest$ac_exeext
3718 if { (ac_try="$ac_link"
3719 case "(($ac_try" in
3720 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3721 *) ac_try_echo=$ac_try;;
3722 esac
3723 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3724 (eval "$ac_link") 2>conftest.er1
3725 ac_status=$?
3726 grep -v '^ *+' conftest.er1 >conftest.err
3727 rm -f conftest.er1
3728 cat conftest.err >&5
3729 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3730 (exit $ac_status); } && {
3731 test -z "$ac_c_werror_flag" ||
3732 test ! -s conftest.err
3733 } && test -s conftest$ac_exeext &&
3734 $as_test_x conftest$ac_exeext; then
3735 { echo "$as_me:$LINENO: result: yes" >&5
3736 echo "${ECHO_T}yes" >&6; }
3737 else
3738 echo "$as_me: failed program was:" >&5
3739 sed 's/^/| /' conftest.$ac_ext >&5
3741 { echo "$as_me:$LINENO: result: no" >&5
3742 echo "${ECHO_T}no" >&6; }
3743 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3744 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3745 { (exit 1); exit 1; }; }
3748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3749 conftest$ac_exeext conftest.$ac_ext
3750 LD="${LD:-ld} -m elf_i386"
3751 AS="${AS:-as} --32"
3752 host_cpu="i386"
3753 notice_platform="32-bit "
3754 TARGETFLAGS="-m32"
3756 enable_win16=${enable_win16:-yes}
3757 else
3758 if test "x${GCC}" = "xyes"
3759 then
3760 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3761 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3762 cat >conftest.$ac_ext <<_ACEOF
3763 /* confdefs.h. */
3764 _ACEOF
3765 cat confdefs.h >>conftest.$ac_ext
3766 cat >>conftest.$ac_ext <<_ACEOF
3767 /* end confdefs.h. */
3768 #include <stdarg.h>
3770 main ()
3772 void func(__builtin_ms_va_list *args);
3774 return 0;
3776 _ACEOF
3777 rm -f conftest.$ac_objext
3778 if { (ac_try="$ac_compile"
3779 case "(($ac_try" in
3780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3781 *) ac_try_echo=$ac_try;;
3782 esac
3783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3784 (eval "$ac_compile") 2>conftest.er1
3785 ac_status=$?
3786 grep -v '^ *+' conftest.er1 >conftest.err
3787 rm -f conftest.er1
3788 cat conftest.err >&5
3789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3790 (exit $ac_status); } && {
3791 test -z "$ac_c_werror_flag" ||
3792 test ! -s conftest.err
3793 } && test -s conftest.$ac_objext; then
3794 { echo "$as_me:$LINENO: result: yes" >&5
3795 echo "${ECHO_T}yes" >&6; }
3796 else
3797 echo "$as_me: failed program was:" >&5
3798 sed 's/^/| /' conftest.$ac_ext >&5
3800 { echo "$as_me:$LINENO: result: no" >&5
3801 echo "${ECHO_T}no" >&6; }
3802 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3803 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3804 { (exit 1); exit 1; }; }
3807 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3809 TARGETFLAGS="-m64"
3813 *-mingw32*|*-cygwin*)
3814 enable_win16=${enable_win16:-no}
3816 i[3456789]86*)
3817 enable_win16=${enable_win16:-yes}
3819 esac
3821 enable_win16=${enable_win16:-no}
3823 WIN16_FILES="\$(WIN16_FILES)"
3825 WIN16_INSTALL="\$(WIN16_INSTALL)"
3827 if test "x$enable_win16" != "xyes"
3828 then
3829 WIN16_FILES=""
3830 WIN16_INSTALL=""
3831 enable_w32skrnl=${enable_w32skrnl:-no}
3832 enable_winedos=${enable_winedos:-no}
3833 enable_winevdm=${enable_winevdm:-no}
3836 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3837 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3838 if test "${wine_cv_toolsdir+set}" = set; then
3839 echo $ECHO_N "(cached) $ECHO_C" >&6
3840 else
3841 if test -z "$with_wine_tools"; then
3842 if test "$cross_compiling" = "yes"; then
3843 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3844 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3845 { (exit 1); exit 1; }; }
3846 else
3847 wine_cv_toolsdir="\$(TOPOBJDIR)"
3849 elif test -d "$with_wine_tools/tools/winebuild"; then
3850 case $with_wine_tools in
3851 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3852 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3853 esac
3854 else
3855 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3856 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3857 { (exit 1); exit 1; }; }
3860 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3861 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3862 TOOLSDIR=$wine_cv_toolsdir
3864 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3865 then
3866 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3870 for ac_prog in flex
3872 # Extract the first word of "$ac_prog", so it can be a program name with args.
3873 set dummy $ac_prog; ac_word=$2
3874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3876 if test "${ac_cv_prog_FLEX+set}" = set; then
3877 echo $ECHO_N "(cached) $ECHO_C" >&6
3878 else
3879 if test -n "$FLEX"; then
3880 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3881 else
3882 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3883 for as_dir in $PATH
3885 IFS=$as_save_IFS
3886 test -z "$as_dir" && as_dir=.
3887 for ac_exec_ext in '' $ac_executable_extensions; do
3888 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3889 ac_cv_prog_FLEX="$ac_prog"
3890 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3891 break 2
3893 done
3894 done
3895 IFS=$as_save_IFS
3899 FLEX=$ac_cv_prog_FLEX
3900 if test -n "$FLEX"; then
3901 { echo "$as_me:$LINENO: result: $FLEX" >&5
3902 echo "${ECHO_T}$FLEX" >&6; }
3903 else
3904 { echo "$as_me:$LINENO: result: no" >&5
3905 echo "${ECHO_T}no" >&6; }
3909 test -n "$FLEX" && break
3910 done
3911 test -n "$FLEX" || FLEX="none"
3913 if test "$FLEX" = "none"
3914 then
3915 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3916 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3917 { (exit 1); exit 1; }; }
3920 for ac_prog in bison
3922 # Extract the first word of "$ac_prog", so it can be a program name with args.
3923 set dummy $ac_prog; ac_word=$2
3924 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3925 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3926 if test "${ac_cv_prog_BISON+set}" = set; then
3927 echo $ECHO_N "(cached) $ECHO_C" >&6
3928 else
3929 if test -n "$BISON"; then
3930 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3931 else
3932 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3933 for as_dir in $PATH
3935 IFS=$as_save_IFS
3936 test -z "$as_dir" && as_dir=.
3937 for ac_exec_ext in '' $ac_executable_extensions; do
3938 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3939 ac_cv_prog_BISON="$ac_prog"
3940 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3941 break 2
3943 done
3944 done
3945 IFS=$as_save_IFS
3949 BISON=$ac_cv_prog_BISON
3950 if test -n "$BISON"; then
3951 { echo "$as_me:$LINENO: result: $BISON" >&5
3952 echo "${ECHO_T}$BISON" >&6; }
3953 else
3954 { echo "$as_me:$LINENO: result: no" >&5
3955 echo "${ECHO_T}no" >&6; }
3959 test -n "$BISON" && break
3960 done
3961 test -n "$BISON" || BISON="none"
3963 if test "$BISON" = "none"
3964 then
3965 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
3966 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
3967 { (exit 1); exit 1; }; }
3970 if test -n "$ac_tool_prefix"; then
3971 for ac_prog in ar gar
3973 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3974 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3975 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3976 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3977 if test "${ac_cv_prog_AR+set}" = set; then
3978 echo $ECHO_N "(cached) $ECHO_C" >&6
3979 else
3980 if test -n "$AR"; then
3981 ac_cv_prog_AR="$AR" # Let the user override the test.
3982 else
3983 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3984 for as_dir in $PATH
3986 IFS=$as_save_IFS
3987 test -z "$as_dir" && as_dir=.
3988 for ac_exec_ext in '' $ac_executable_extensions; do
3989 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3990 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
3991 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3992 break 2
3994 done
3995 done
3996 IFS=$as_save_IFS
4000 AR=$ac_cv_prog_AR
4001 if test -n "$AR"; then
4002 { echo "$as_me:$LINENO: result: $AR" >&5
4003 echo "${ECHO_T}$AR" >&6; }
4004 else
4005 { echo "$as_me:$LINENO: result: no" >&5
4006 echo "${ECHO_T}no" >&6; }
4010 test -n "$AR" && break
4011 done
4013 if test -z "$AR"; then
4014 ac_ct_AR=$AR
4015 for ac_prog in ar gar
4017 # Extract the first word of "$ac_prog", so it can be a program name with args.
4018 set dummy $ac_prog; ac_word=$2
4019 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4020 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4021 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4022 echo $ECHO_N "(cached) $ECHO_C" >&6
4023 else
4024 if test -n "$ac_ct_AR"; then
4025 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4026 else
4027 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4028 for as_dir in $PATH
4030 IFS=$as_save_IFS
4031 test -z "$as_dir" && as_dir=.
4032 for ac_exec_ext in '' $ac_executable_extensions; do
4033 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4034 ac_cv_prog_ac_ct_AR="$ac_prog"
4035 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4036 break 2
4038 done
4039 done
4040 IFS=$as_save_IFS
4044 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4045 if test -n "$ac_ct_AR"; then
4046 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4047 echo "${ECHO_T}$ac_ct_AR" >&6; }
4048 else
4049 { echo "$as_me:$LINENO: result: no" >&5
4050 echo "${ECHO_T}no" >&6; }
4054 test -n "$ac_ct_AR" && break
4055 done
4057 if test "x$ac_ct_AR" = x; then
4058 AR="ar"
4059 else
4060 case $cross_compiling:$ac_tool_warned in
4061 yes:)
4062 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4063 whose name does not start with the host triplet. If you think this
4064 configuration is useful to you, please write to autoconf@gnu.org." >&5
4065 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4066 whose name does not start with the host triplet. If you think this
4067 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4068 ac_tool_warned=yes ;;
4069 esac
4070 AR=$ac_ct_AR
4074 ARFLAGS=rc
4076 if test -n "$ac_tool_prefix"; then
4077 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4078 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4079 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4080 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4081 if test "${ac_cv_prog_RANLIB+set}" = set; then
4082 echo $ECHO_N "(cached) $ECHO_C" >&6
4083 else
4084 if test -n "$RANLIB"; then
4085 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4086 else
4087 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4088 for as_dir in $PATH
4090 IFS=$as_save_IFS
4091 test -z "$as_dir" && as_dir=.
4092 for ac_exec_ext in '' $ac_executable_extensions; do
4093 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4094 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4095 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4096 break 2
4098 done
4099 done
4100 IFS=$as_save_IFS
4104 RANLIB=$ac_cv_prog_RANLIB
4105 if test -n "$RANLIB"; then
4106 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4107 echo "${ECHO_T}$RANLIB" >&6; }
4108 else
4109 { echo "$as_me:$LINENO: result: no" >&5
4110 echo "${ECHO_T}no" >&6; }
4115 if test -z "$ac_cv_prog_RANLIB"; then
4116 ac_ct_RANLIB=$RANLIB
4117 # Extract the first word of "ranlib", so it can be a program name with args.
4118 set dummy ranlib; ac_word=$2
4119 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4120 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4121 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4122 echo $ECHO_N "(cached) $ECHO_C" >&6
4123 else
4124 if test -n "$ac_ct_RANLIB"; then
4125 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4126 else
4127 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4128 for as_dir in $PATH
4130 IFS=$as_save_IFS
4131 test -z "$as_dir" && as_dir=.
4132 for ac_exec_ext in '' $ac_executable_extensions; do
4133 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4134 ac_cv_prog_ac_ct_RANLIB="ranlib"
4135 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4136 break 2
4138 done
4139 done
4140 IFS=$as_save_IFS
4144 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4145 if test -n "$ac_ct_RANLIB"; then
4146 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4147 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4148 else
4149 { echo "$as_me:$LINENO: result: no" >&5
4150 echo "${ECHO_T}no" >&6; }
4153 if test "x$ac_ct_RANLIB" = x; then
4154 RANLIB=":"
4155 else
4156 case $cross_compiling:$ac_tool_warned in
4157 yes:)
4158 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4159 whose name does not start with the host triplet. If you think this
4160 configuration is useful to you, please write to autoconf@gnu.org." >&5
4161 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4162 whose name does not start with the host triplet. If you think this
4163 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4164 ac_tool_warned=yes ;;
4165 esac
4166 RANLIB=$ac_ct_RANLIB
4168 else
4169 RANLIB="$ac_cv_prog_RANLIB"
4172 if test -n "$ac_tool_prefix"; then
4173 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4174 set dummy ${ac_tool_prefix}strip; ac_word=$2
4175 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4176 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4177 if test "${ac_cv_prog_STRIP+set}" = set; then
4178 echo $ECHO_N "(cached) $ECHO_C" >&6
4179 else
4180 if test -n "$STRIP"; then
4181 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4182 else
4183 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4184 for as_dir in $PATH
4186 IFS=$as_save_IFS
4187 test -z "$as_dir" && as_dir=.
4188 for ac_exec_ext in '' $ac_executable_extensions; do
4189 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4190 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4191 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4192 break 2
4194 done
4195 done
4196 IFS=$as_save_IFS
4200 STRIP=$ac_cv_prog_STRIP
4201 if test -n "$STRIP"; then
4202 { echo "$as_me:$LINENO: result: $STRIP" >&5
4203 echo "${ECHO_T}$STRIP" >&6; }
4204 else
4205 { echo "$as_me:$LINENO: result: no" >&5
4206 echo "${ECHO_T}no" >&6; }
4211 if test -z "$ac_cv_prog_STRIP"; then
4212 ac_ct_STRIP=$STRIP
4213 # Extract the first word of "strip", so it can be a program name with args.
4214 set dummy strip; ac_word=$2
4215 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4216 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4217 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4218 echo $ECHO_N "(cached) $ECHO_C" >&6
4219 else
4220 if test -n "$ac_ct_STRIP"; then
4221 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4222 else
4223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4224 for as_dir in $PATH
4226 IFS=$as_save_IFS
4227 test -z "$as_dir" && as_dir=.
4228 for ac_exec_ext in '' $ac_executable_extensions; do
4229 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4230 ac_cv_prog_ac_ct_STRIP="strip"
4231 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4232 break 2
4234 done
4235 done
4236 IFS=$as_save_IFS
4240 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4241 if test -n "$ac_ct_STRIP"; then
4242 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4243 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4244 else
4245 { echo "$as_me:$LINENO: result: no" >&5
4246 echo "${ECHO_T}no" >&6; }
4249 if test "x$ac_ct_STRIP" = x; then
4250 STRIP="strip"
4251 else
4252 case $cross_compiling:$ac_tool_warned in
4253 yes:)
4254 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4255 whose name does not start with the host triplet. If you think this
4256 configuration is useful to you, please write to autoconf@gnu.org." >&5
4257 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4258 whose name does not start with the host triplet. If you think this
4259 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4260 ac_tool_warned=yes ;;
4261 esac
4262 STRIP=$ac_ct_STRIP
4264 else
4265 STRIP="$ac_cv_prog_STRIP"
4268 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4269 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4270 LN_S=$as_ln_s
4271 if test "$LN_S" = "ln -s"; then
4272 { echo "$as_me:$LINENO: result: yes" >&5
4273 echo "${ECHO_T}yes" >&6; }
4274 else
4275 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4276 echo "${ECHO_T}no, using $LN_S" >&6; }
4279 { echo "$as_me:$LINENO: checking whether ln works" >&5
4280 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4281 rm -f conf$$ conf$$.file
4282 echo >conf$$.file
4283 if ln conf$$.file conf$$ 2>/dev/null; then
4284 LN=ln
4286 { echo "$as_me:$LINENO: result: yes" >&5
4287 echo "${ECHO_T}yes" >&6; }
4288 else
4289 LN="cp -p"
4291 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4292 echo "${ECHO_T}no, using $LN" >&6; }
4294 rm -f conf$$ conf$$.file
4295 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4296 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4297 if test "${ac_cv_path_GREP+set}" = set; then
4298 echo $ECHO_N "(cached) $ECHO_C" >&6
4299 else
4300 # Extract the first word of "grep ggrep" to use in msg output
4301 if test -z "$GREP"; then
4302 set dummy grep ggrep; ac_prog_name=$2
4303 if test "${ac_cv_path_GREP+set}" = set; then
4304 echo $ECHO_N "(cached) $ECHO_C" >&6
4305 else
4306 ac_path_GREP_found=false
4307 # Loop through the user's path and test for each of PROGNAME-LIST
4308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4309 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4311 IFS=$as_save_IFS
4312 test -z "$as_dir" && as_dir=.
4313 for ac_prog in grep ggrep; do
4314 for ac_exec_ext in '' $ac_executable_extensions; do
4315 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4316 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4317 # Check for GNU ac_path_GREP and select it if it is found.
4318 # Check for GNU $ac_path_GREP
4319 case `"$ac_path_GREP" --version 2>&1` in
4320 *GNU*)
4321 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4323 ac_count=0
4324 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4325 while :
4327 cat "conftest.in" "conftest.in" >"conftest.tmp"
4328 mv "conftest.tmp" "conftest.in"
4329 cp "conftest.in" "conftest.nl"
4330 echo 'GREP' >> "conftest.nl"
4331 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4332 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4333 ac_count=`expr $ac_count + 1`
4334 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4335 # Best one so far, save it but keep looking for a better one
4336 ac_cv_path_GREP="$ac_path_GREP"
4337 ac_path_GREP_max=$ac_count
4339 # 10*(2^10) chars as input seems more than enough
4340 test $ac_count -gt 10 && break
4341 done
4342 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4343 esac
4346 $ac_path_GREP_found && break 3
4347 done
4348 done
4350 done
4351 IFS=$as_save_IFS
4356 GREP="$ac_cv_path_GREP"
4357 if test -z "$GREP"; then
4358 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4359 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4360 { (exit 1); exit 1; }; }
4363 else
4364 ac_cv_path_GREP=$GREP
4369 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4370 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4371 GREP="$ac_cv_path_GREP"
4374 { echo "$as_me:$LINENO: checking for egrep" >&5
4375 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4376 if test "${ac_cv_path_EGREP+set}" = set; then
4377 echo $ECHO_N "(cached) $ECHO_C" >&6
4378 else
4379 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4380 then ac_cv_path_EGREP="$GREP -E"
4381 else
4382 # Extract the first word of "egrep" to use in msg output
4383 if test -z "$EGREP"; then
4384 set dummy egrep; ac_prog_name=$2
4385 if test "${ac_cv_path_EGREP+set}" = set; then
4386 echo $ECHO_N "(cached) $ECHO_C" >&6
4387 else
4388 ac_path_EGREP_found=false
4389 # Loop through the user's path and test for each of PROGNAME-LIST
4390 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4391 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4393 IFS=$as_save_IFS
4394 test -z "$as_dir" && as_dir=.
4395 for ac_prog in egrep; do
4396 for ac_exec_ext in '' $ac_executable_extensions; do
4397 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4398 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4399 # Check for GNU ac_path_EGREP and select it if it is found.
4400 # Check for GNU $ac_path_EGREP
4401 case `"$ac_path_EGREP" --version 2>&1` in
4402 *GNU*)
4403 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4405 ac_count=0
4406 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4407 while :
4409 cat "conftest.in" "conftest.in" >"conftest.tmp"
4410 mv "conftest.tmp" "conftest.in"
4411 cp "conftest.in" "conftest.nl"
4412 echo 'EGREP' >> "conftest.nl"
4413 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4414 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4415 ac_count=`expr $ac_count + 1`
4416 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4417 # Best one so far, save it but keep looking for a better one
4418 ac_cv_path_EGREP="$ac_path_EGREP"
4419 ac_path_EGREP_max=$ac_count
4421 # 10*(2^10) chars as input seems more than enough
4422 test $ac_count -gt 10 && break
4423 done
4424 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4425 esac
4428 $ac_path_EGREP_found && break 3
4429 done
4430 done
4432 done
4433 IFS=$as_save_IFS
4438 EGREP="$ac_cv_path_EGREP"
4439 if test -z "$EGREP"; then
4440 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4441 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4442 { (exit 1); exit 1; }; }
4445 else
4446 ac_cv_path_EGREP=$EGREP
4452 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4453 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4454 EGREP="$ac_cv_path_EGREP"
4457 # Extract the first word of "ldconfig", so it can be a program name with args.
4458 set dummy ldconfig; ac_word=$2
4459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4461 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4462 echo $ECHO_N "(cached) $ECHO_C" >&6
4463 else
4464 case $LDCONFIG in
4465 [\\/]* | ?:[\\/]*)
4466 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4469 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4470 for as_dir in /sbin /usr/sbin $PATH
4472 IFS=$as_save_IFS
4473 test -z "$as_dir" && as_dir=.
4474 for ac_exec_ext in '' $ac_executable_extensions; do
4475 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4476 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4477 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4478 break 2
4480 done
4481 done
4482 IFS=$as_save_IFS
4484 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4486 esac
4488 LDCONFIG=$ac_cv_path_LDCONFIG
4489 if test -n "$LDCONFIG"; then
4490 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4491 echo "${ECHO_T}$LDCONFIG" >&6; }
4492 else
4493 { echo "$as_me:$LINENO: result: no" >&5
4494 echo "${ECHO_T}no" >&6; }
4498 # Find a good install program. We prefer a C program (faster),
4499 # so one script is as good as another. But avoid the broken or
4500 # incompatible versions:
4501 # SysV /etc/install, /usr/sbin/install
4502 # SunOS /usr/etc/install
4503 # IRIX /sbin/install
4504 # AIX /bin/install
4505 # AmigaOS /C/install, which installs bootblocks on floppy discs
4506 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4507 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4508 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4509 # OS/2's system install, which has a completely different semantic
4510 # ./install, which can be erroneously created by make from ./install.sh.
4511 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4512 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4513 if test -z "$INSTALL"; then
4514 if test "${ac_cv_path_install+set}" = set; then
4515 echo $ECHO_N "(cached) $ECHO_C" >&6
4516 else
4517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4518 for as_dir in $PATH
4520 IFS=$as_save_IFS
4521 test -z "$as_dir" && as_dir=.
4522 # Account for people who put trailing slashes in PATH elements.
4523 case $as_dir/ in
4524 ./ | .// | /cC/* | \
4525 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4526 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4527 /usr/ucb/* ) ;;
4529 # OSF1 and SCO ODT 3.0 have their own names for install.
4530 # Don't use installbsd from OSF since it installs stuff as root
4531 # by default.
4532 for ac_prog in ginstall scoinst install; do
4533 for ac_exec_ext in '' $ac_executable_extensions; do
4534 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4535 if test $ac_prog = install &&
4536 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4537 # AIX install. It has an incompatible calling convention.
4539 elif test $ac_prog = install &&
4540 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4541 # program-specific install script used by HP pwplus--don't use.
4543 else
4544 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4545 break 3
4548 done
4549 done
4551 esac
4552 done
4553 IFS=$as_save_IFS
4557 if test "${ac_cv_path_install+set}" = set; then
4558 INSTALL=$ac_cv_path_install
4559 else
4560 # As a last resort, use the slow shell script. Don't cache a
4561 # value for INSTALL within a source directory, because that will
4562 # break other packages using the cache if that directory is
4563 # removed, or if the value is a relative name.
4564 INSTALL=$ac_install_sh
4567 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4568 echo "${ECHO_T}$INSTALL" >&6; }
4570 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4571 # It thinks the first close brace ends the variable substitution.
4572 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4574 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4576 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4578 case "$INSTALL" in
4579 [\\/$]* | ?:[\\/]* ) ;;
4580 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4581 esac
4583 for ac_prog in lclint lint
4585 # Extract the first word of "$ac_prog", so it can be a program name with args.
4586 set dummy $ac_prog; ac_word=$2
4587 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4588 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4589 if test "${ac_cv_prog_LINT+set}" = set; then
4590 echo $ECHO_N "(cached) $ECHO_C" >&6
4591 else
4592 if test -n "$LINT"; then
4593 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4594 else
4595 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4596 for as_dir in $PATH
4598 IFS=$as_save_IFS
4599 test -z "$as_dir" && as_dir=.
4600 for ac_exec_ext in '' $ac_executable_extensions; do
4601 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4602 ac_cv_prog_LINT="$ac_prog"
4603 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4604 break 2
4606 done
4607 done
4608 IFS=$as_save_IFS
4612 LINT=$ac_cv_prog_LINT
4613 if test -n "$LINT"; then
4614 { echo "$as_me:$LINENO: result: $LINT" >&5
4615 echo "${ECHO_T}$LINT" >&6; }
4616 else
4617 { echo "$as_me:$LINENO: result: no" >&5
4618 echo "${ECHO_T}no" >&6; }
4622 test -n "$LINT" && break
4623 done
4625 if test "$LINT" = "lint"
4626 then
4627 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4632 for ac_prog in fontforge
4634 # Extract the first word of "$ac_prog", so it can be a program name with args.
4635 set dummy $ac_prog; ac_word=$2
4636 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4637 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4638 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4639 echo $ECHO_N "(cached) $ECHO_C" >&6
4640 else
4641 if test -n "$FONTFORGE"; then
4642 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4643 else
4644 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4645 for as_dir in $PATH
4647 IFS=$as_save_IFS
4648 test -z "$as_dir" && as_dir=.
4649 for ac_exec_ext in '' $ac_executable_extensions; do
4650 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4651 ac_cv_prog_FONTFORGE="$ac_prog"
4652 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4653 break 2
4655 done
4656 done
4657 IFS=$as_save_IFS
4661 FONTFORGE=$ac_cv_prog_FONTFORGE
4662 if test -n "$FONTFORGE"; then
4663 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4664 echo "${ECHO_T}$FONTFORGE" >&6; }
4665 else
4666 { echo "$as_me:$LINENO: result: no" >&5
4667 echo "${ECHO_T}no" >&6; }
4671 test -n "$FONTFORGE" && break
4672 done
4673 test -n "$FONTFORGE" || FONTFORGE="false"
4675 for ac_prog in pkg-config
4677 # Extract the first word of "$ac_prog", so it can be a program name with args.
4678 set dummy $ac_prog; ac_word=$2
4679 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4680 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4681 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4682 echo $ECHO_N "(cached) $ECHO_C" >&6
4683 else
4684 if test -n "$PKG_CONFIG"; then
4685 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4686 else
4687 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4688 for as_dir in $PATH
4690 IFS=$as_save_IFS
4691 test -z "$as_dir" && as_dir=.
4692 for ac_exec_ext in '' $ac_executable_extensions; do
4693 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4694 ac_cv_prog_PKG_CONFIG="$ac_prog"
4695 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4696 break 2
4698 done
4699 done
4700 IFS=$as_save_IFS
4704 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4705 if test -n "$PKG_CONFIG"; then
4706 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4707 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4708 else
4709 { echo "$as_me:$LINENO: result: no" >&5
4710 echo "${ECHO_T}no" >&6; }
4714 test -n "$PKG_CONFIG" && break
4715 done
4716 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4718 for ac_prog in rsvg
4720 # Extract the first word of "$ac_prog", so it can be a program name with args.
4721 set dummy $ac_prog; ac_word=$2
4722 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4723 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4724 if test "${ac_cv_prog_RSVG+set}" = set; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4726 else
4727 if test -n "$RSVG"; then
4728 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4729 else
4730 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4731 for as_dir in $PATH
4733 IFS=$as_save_IFS
4734 test -z "$as_dir" && as_dir=.
4735 for ac_exec_ext in '' $ac_executable_extensions; do
4736 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4737 ac_cv_prog_RSVG="$ac_prog"
4738 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4739 break 2
4741 done
4742 done
4743 IFS=$as_save_IFS
4747 RSVG=$ac_cv_prog_RSVG
4748 if test -n "$RSVG"; then
4749 { echo "$as_me:$LINENO: result: $RSVG" >&5
4750 echo "${ECHO_T}$RSVG" >&6; }
4751 else
4752 { echo "$as_me:$LINENO: result: no" >&5
4753 echo "${ECHO_T}no" >&6; }
4757 test -n "$RSVG" && break
4758 done
4759 test -n "$RSVG" || RSVG="false"
4761 for ac_prog in icotool
4763 # Extract the first word of "$ac_prog", so it can be a program name with args.
4764 set dummy $ac_prog; ac_word=$2
4765 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4766 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4767 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4768 echo $ECHO_N "(cached) $ECHO_C" >&6
4769 else
4770 if test -n "$ICOTOOL"; then
4771 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4772 else
4773 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4774 for as_dir in $PATH
4776 IFS=$as_save_IFS
4777 test -z "$as_dir" && as_dir=.
4778 for ac_exec_ext in '' $ac_executable_extensions; do
4779 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4780 ac_cv_prog_ICOTOOL="$ac_prog"
4781 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4782 break 2
4784 done
4785 done
4786 IFS=$as_save_IFS
4790 ICOTOOL=$ac_cv_prog_ICOTOOL
4791 if test -n "$ICOTOOL"; then
4792 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4793 echo "${ECHO_T}$ICOTOOL" >&6; }
4794 else
4795 { echo "$as_me:$LINENO: result: no" >&5
4796 echo "${ECHO_T}no" >&6; }
4800 test -n "$ICOTOOL" && break
4801 done
4802 test -n "$ICOTOOL" || ICOTOOL="false"
4805 if test "${enable_maintainer_mode+set}" = set
4806 then
4807 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4808 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4809 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4812 case $host_cpu in
4813 *i[3456789]86*)
4814 # Extract the first word of "prelink", so it can be a program name with args.
4815 set dummy prelink; ac_word=$2
4816 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4817 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4818 if test "${ac_cv_path_PRELINK+set}" = set; then
4819 echo $ECHO_N "(cached) $ECHO_C" >&6
4820 else
4821 case $PRELINK in
4822 [\\/]* | ?:[\\/]*)
4823 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4826 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4827 for as_dir in /sbin /usr/sbin $PATH
4829 IFS=$as_save_IFS
4830 test -z "$as_dir" && as_dir=.
4831 for ac_exec_ext in '' $ac_executable_extensions; do
4832 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4833 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4834 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4835 break 2
4837 done
4838 done
4839 IFS=$as_save_IFS
4841 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4843 esac
4845 PRELINK=$ac_cv_path_PRELINK
4846 if test -n "$PRELINK"; then
4847 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4848 echo "${ECHO_T}$PRELINK" >&6; }
4849 else
4850 { echo "$as_me:$LINENO: result: no" >&5
4851 echo "${ECHO_T}no" >&6; }
4856 esac
4860 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4861 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4862 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4863 echo $ECHO_N "(cached) $ECHO_C" >&6
4864 else
4865 ac_check_lib_save_LIBS=$LIBS
4866 LIBS="-li386 $LIBS"
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. */
4874 /* Override any GCC internal prototype to avoid an error.
4875 Use char because int might match the return type of a GCC
4876 builtin and then its argument prototype would still apply. */
4877 #ifdef __cplusplus
4878 extern "C"
4879 #endif
4880 char i386_set_ldt ();
4882 main ()
4884 return i386_set_ldt ();
4886 return 0;
4888 _ACEOF
4889 rm -f conftest.$ac_objext conftest$ac_exeext
4890 if { (ac_try="$ac_link"
4891 case "(($ac_try" in
4892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4893 *) ac_try_echo=$ac_try;;
4894 esac
4895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4896 (eval "$ac_link") 2>conftest.er1
4897 ac_status=$?
4898 grep -v '^ *+' conftest.er1 >conftest.err
4899 rm -f conftest.er1
4900 cat conftest.err >&5
4901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4902 (exit $ac_status); } && {
4903 test -z "$ac_c_werror_flag" ||
4904 test ! -s conftest.err
4905 } && test -s conftest$ac_exeext &&
4906 $as_test_x conftest$ac_exeext; then
4907 ac_cv_lib_i386_i386_set_ldt=yes
4908 else
4909 echo "$as_me: failed program was:" >&5
4910 sed 's/^/| /' conftest.$ac_ext >&5
4912 ac_cv_lib_i386_i386_set_ldt=no
4915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4916 conftest$ac_exeext conftest.$ac_ext
4917 LIBS=$ac_check_lib_save_LIBS
4919 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4920 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4921 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4922 cat >>confdefs.h <<_ACEOF
4923 #define HAVE_LIBI386 1
4924 _ACEOF
4926 LIBS="-li386 $LIBS"
4931 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4932 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4933 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4934 echo $ECHO_N "(cached) $ECHO_C" >&6
4935 else
4936 ac_check_lib_save_LIBS=$LIBS
4937 LIBS="-lossaudio $LIBS"
4938 cat >conftest.$ac_ext <<_ACEOF
4939 /* confdefs.h. */
4940 _ACEOF
4941 cat confdefs.h >>conftest.$ac_ext
4942 cat >>conftest.$ac_ext <<_ACEOF
4943 /* end confdefs.h. */
4945 /* Override any GCC internal prototype to avoid an error.
4946 Use char because int might match the return type of a GCC
4947 builtin and then its argument prototype would still apply. */
4948 #ifdef __cplusplus
4949 extern "C"
4950 #endif
4951 char _oss_ioctl ();
4953 main ()
4955 return _oss_ioctl ();
4957 return 0;
4959 _ACEOF
4960 rm -f conftest.$ac_objext conftest$ac_exeext
4961 if { (ac_try="$ac_link"
4962 case "(($ac_try" in
4963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4964 *) ac_try_echo=$ac_try;;
4965 esac
4966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4967 (eval "$ac_link") 2>conftest.er1
4968 ac_status=$?
4969 grep -v '^ *+' conftest.er1 >conftest.err
4970 rm -f conftest.er1
4971 cat conftest.err >&5
4972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4973 (exit $ac_status); } && {
4974 test -z "$ac_c_werror_flag" ||
4975 test ! -s conftest.err
4976 } && test -s conftest$ac_exeext &&
4977 $as_test_x conftest$ac_exeext; then
4978 ac_cv_lib_ossaudio__oss_ioctl=yes
4979 else
4980 echo "$as_me: failed program was:" >&5
4981 sed 's/^/| /' conftest.$ac_ext >&5
4983 ac_cv_lib_ossaudio__oss_ioctl=no
4986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4987 conftest$ac_exeext conftest.$ac_ext
4988 LIBS=$ac_check_lib_save_LIBS
4990 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
4991 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
4992 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
4993 cat >>confdefs.h <<_ACEOF
4994 #define HAVE_LIBOSSAUDIO 1
4995 _ACEOF
4997 LIBS="-lossaudio $LIBS"
5002 XLIB=""
5004 OPENGL_LIBS=""
5008 ac_ext=c
5009 ac_cpp='$CPP $CPPFLAGS'
5010 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5011 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5012 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5013 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5014 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5015 # On Suns, sometimes $CPP names a directory.
5016 if test -n "$CPP" && test -d "$CPP"; then
5017 CPP=
5019 if test -z "$CPP"; then
5020 if test "${ac_cv_prog_CPP+set}" = set; then
5021 echo $ECHO_N "(cached) $ECHO_C" >&6
5022 else
5023 # Double quotes because CPP needs to be expanded
5024 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5026 ac_preproc_ok=false
5027 for ac_c_preproc_warn_flag in '' yes
5029 # Use a header file that comes with gcc, so configuring glibc
5030 # with a fresh cross-compiler works.
5031 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5032 # <limits.h> exists even on freestanding compilers.
5033 # On the NeXT, cc -E runs the code through the compiler's parser,
5034 # not just through cpp. "Syntax error" is here to catch this case.
5035 cat >conftest.$ac_ext <<_ACEOF
5036 /* confdefs.h. */
5037 _ACEOF
5038 cat confdefs.h >>conftest.$ac_ext
5039 cat >>conftest.$ac_ext <<_ACEOF
5040 /* end confdefs.h. */
5041 #ifdef __STDC__
5042 # include <limits.h>
5043 #else
5044 # include <assert.h>
5045 #endif
5046 Syntax error
5047 _ACEOF
5048 if { (ac_try="$ac_cpp conftest.$ac_ext"
5049 case "(($ac_try" in
5050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5051 *) ac_try_echo=$ac_try;;
5052 esac
5053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5054 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5055 ac_status=$?
5056 grep -v '^ *+' conftest.er1 >conftest.err
5057 rm -f conftest.er1
5058 cat conftest.err >&5
5059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5060 (exit $ac_status); } >/dev/null && {
5061 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5062 test ! -s conftest.err
5063 }; then
5065 else
5066 echo "$as_me: failed program was:" >&5
5067 sed 's/^/| /' conftest.$ac_ext >&5
5069 # Broken: fails on valid input.
5070 continue
5073 rm -f conftest.err conftest.$ac_ext
5075 # OK, works on sane cases. Now check whether nonexistent headers
5076 # can be detected and how.
5077 cat >conftest.$ac_ext <<_ACEOF
5078 /* confdefs.h. */
5079 _ACEOF
5080 cat confdefs.h >>conftest.$ac_ext
5081 cat >>conftest.$ac_ext <<_ACEOF
5082 /* end confdefs.h. */
5083 #include <ac_nonexistent.h>
5084 _ACEOF
5085 if { (ac_try="$ac_cpp conftest.$ac_ext"
5086 case "(($ac_try" in
5087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5088 *) ac_try_echo=$ac_try;;
5089 esac
5090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5091 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5092 ac_status=$?
5093 grep -v '^ *+' conftest.er1 >conftest.err
5094 rm -f conftest.er1
5095 cat conftest.err >&5
5096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097 (exit $ac_status); } >/dev/null && {
5098 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5099 test ! -s conftest.err
5100 }; then
5101 # Broken: success on invalid input.
5102 continue
5103 else
5104 echo "$as_me: failed program was:" >&5
5105 sed 's/^/| /' conftest.$ac_ext >&5
5107 # Passes both tests.
5108 ac_preproc_ok=:
5109 break
5112 rm -f conftest.err conftest.$ac_ext
5114 done
5115 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5116 rm -f conftest.err conftest.$ac_ext
5117 if $ac_preproc_ok; then
5118 break
5121 done
5122 ac_cv_prog_CPP=$CPP
5125 CPP=$ac_cv_prog_CPP
5126 else
5127 ac_cv_prog_CPP=$CPP
5129 { echo "$as_me:$LINENO: result: $CPP" >&5
5130 echo "${ECHO_T}$CPP" >&6; }
5131 ac_preproc_ok=false
5132 for ac_c_preproc_warn_flag in '' yes
5134 # Use a header file that comes with gcc, so configuring glibc
5135 # with a fresh cross-compiler works.
5136 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5137 # <limits.h> exists even on freestanding compilers.
5138 # On the NeXT, cc -E runs the code through the compiler's parser,
5139 # not just through cpp. "Syntax error" is here to catch this case.
5140 cat >conftest.$ac_ext <<_ACEOF
5141 /* confdefs.h. */
5142 _ACEOF
5143 cat confdefs.h >>conftest.$ac_ext
5144 cat >>conftest.$ac_ext <<_ACEOF
5145 /* end confdefs.h. */
5146 #ifdef __STDC__
5147 # include <limits.h>
5148 #else
5149 # include <assert.h>
5150 #endif
5151 Syntax error
5152 _ACEOF
5153 if { (ac_try="$ac_cpp conftest.$ac_ext"
5154 case "(($ac_try" in
5155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5156 *) ac_try_echo=$ac_try;;
5157 esac
5158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5159 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5160 ac_status=$?
5161 grep -v '^ *+' conftest.er1 >conftest.err
5162 rm -f conftest.er1
5163 cat conftest.err >&5
5164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5165 (exit $ac_status); } >/dev/null && {
5166 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5167 test ! -s conftest.err
5168 }; then
5170 else
5171 echo "$as_me: failed program was:" >&5
5172 sed 's/^/| /' conftest.$ac_ext >&5
5174 # Broken: fails on valid input.
5175 continue
5178 rm -f conftest.err conftest.$ac_ext
5180 # OK, works on sane cases. Now check whether nonexistent headers
5181 # can be detected and how.
5182 cat >conftest.$ac_ext <<_ACEOF
5183 /* confdefs.h. */
5184 _ACEOF
5185 cat confdefs.h >>conftest.$ac_ext
5186 cat >>conftest.$ac_ext <<_ACEOF
5187 /* end confdefs.h. */
5188 #include <ac_nonexistent.h>
5189 _ACEOF
5190 if { (ac_try="$ac_cpp conftest.$ac_ext"
5191 case "(($ac_try" in
5192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5193 *) ac_try_echo=$ac_try;;
5194 esac
5195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5196 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5197 ac_status=$?
5198 grep -v '^ *+' conftest.er1 >conftest.err
5199 rm -f conftest.er1
5200 cat conftest.err >&5
5201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5202 (exit $ac_status); } >/dev/null && {
5203 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5204 test ! -s conftest.err
5205 }; then
5206 # Broken: success on invalid input.
5207 continue
5208 else
5209 echo "$as_me: failed program was:" >&5
5210 sed 's/^/| /' conftest.$ac_ext >&5
5212 # Passes both tests.
5213 ac_preproc_ok=:
5214 break
5217 rm -f conftest.err conftest.$ac_ext
5219 done
5220 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5221 rm -f conftest.err conftest.$ac_ext
5222 if $ac_preproc_ok; then
5224 else
5225 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5226 See \`config.log' for more details." >&5
5227 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5228 See \`config.log' for more details." >&2;}
5229 { (exit 1); exit 1; }; }
5232 ac_ext=c
5233 ac_cpp='$CPP $CPPFLAGS'
5234 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5235 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5236 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5239 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5240 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5241 if test "${ac_cv_header_stdc+set}" = set; then
5242 echo $ECHO_N "(cached) $ECHO_C" >&6
5243 else
5244 cat >conftest.$ac_ext <<_ACEOF
5245 /* confdefs.h. */
5246 _ACEOF
5247 cat confdefs.h >>conftest.$ac_ext
5248 cat >>conftest.$ac_ext <<_ACEOF
5249 /* end confdefs.h. */
5250 #include <stdlib.h>
5251 #include <stdarg.h>
5252 #include <string.h>
5253 #include <float.h>
5256 main ()
5260 return 0;
5262 _ACEOF
5263 rm -f conftest.$ac_objext
5264 if { (ac_try="$ac_compile"
5265 case "(($ac_try" in
5266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5267 *) ac_try_echo=$ac_try;;
5268 esac
5269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5270 (eval "$ac_compile") 2>conftest.er1
5271 ac_status=$?
5272 grep -v '^ *+' conftest.er1 >conftest.err
5273 rm -f conftest.er1
5274 cat conftest.err >&5
5275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5276 (exit $ac_status); } && {
5277 test -z "$ac_c_werror_flag" ||
5278 test ! -s conftest.err
5279 } && test -s conftest.$ac_objext; then
5280 ac_cv_header_stdc=yes
5281 else
5282 echo "$as_me: failed program was:" >&5
5283 sed 's/^/| /' conftest.$ac_ext >&5
5285 ac_cv_header_stdc=no
5288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5290 if test $ac_cv_header_stdc = yes; then
5291 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5292 cat >conftest.$ac_ext <<_ACEOF
5293 /* confdefs.h. */
5294 _ACEOF
5295 cat confdefs.h >>conftest.$ac_ext
5296 cat >>conftest.$ac_ext <<_ACEOF
5297 /* end confdefs.h. */
5298 #include <string.h>
5300 _ACEOF
5301 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5302 $EGREP "memchr" >/dev/null 2>&1; then
5304 else
5305 ac_cv_header_stdc=no
5307 rm -f conftest*
5311 if test $ac_cv_header_stdc = yes; then
5312 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5313 cat >conftest.$ac_ext <<_ACEOF
5314 /* confdefs.h. */
5315 _ACEOF
5316 cat confdefs.h >>conftest.$ac_ext
5317 cat >>conftest.$ac_ext <<_ACEOF
5318 /* end confdefs.h. */
5319 #include <stdlib.h>
5321 _ACEOF
5322 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5323 $EGREP "free" >/dev/null 2>&1; then
5325 else
5326 ac_cv_header_stdc=no
5328 rm -f conftest*
5332 if test $ac_cv_header_stdc = yes; then
5333 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5334 if test "$cross_compiling" = yes; then
5336 else
5337 cat >conftest.$ac_ext <<_ACEOF
5338 /* confdefs.h. */
5339 _ACEOF
5340 cat confdefs.h >>conftest.$ac_ext
5341 cat >>conftest.$ac_ext <<_ACEOF
5342 /* end confdefs.h. */
5343 #include <ctype.h>
5344 #include <stdlib.h>
5345 #if ((' ' & 0x0FF) == 0x020)
5346 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5347 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5348 #else
5349 # define ISLOWER(c) \
5350 (('a' <= (c) && (c) <= 'i') \
5351 || ('j' <= (c) && (c) <= 'r') \
5352 || ('s' <= (c) && (c) <= 'z'))
5353 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5354 #endif
5356 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5358 main ()
5360 int i;
5361 for (i = 0; i < 256; i++)
5362 if (XOR (islower (i), ISLOWER (i))
5363 || toupper (i) != TOUPPER (i))
5364 return 2;
5365 return 0;
5367 _ACEOF
5368 rm -f conftest$ac_exeext
5369 if { (ac_try="$ac_link"
5370 case "(($ac_try" in
5371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5372 *) ac_try_echo=$ac_try;;
5373 esac
5374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5375 (eval "$ac_link") 2>&5
5376 ac_status=$?
5377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5378 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5379 { (case "(($ac_try" in
5380 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5381 *) ac_try_echo=$ac_try;;
5382 esac
5383 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5384 (eval "$ac_try") 2>&5
5385 ac_status=$?
5386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5387 (exit $ac_status); }; }; then
5389 else
5390 echo "$as_me: program exited with status $ac_status" >&5
5391 echo "$as_me: failed program was:" >&5
5392 sed 's/^/| /' conftest.$ac_ext >&5
5394 ( exit $ac_status )
5395 ac_cv_header_stdc=no
5397 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5403 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5404 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5405 if test $ac_cv_header_stdc = yes; then
5407 cat >>confdefs.h <<\_ACEOF
5408 #define STDC_HEADERS 1
5409 _ACEOF
5413 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5423 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5424 inttypes.h stdint.h unistd.h
5426 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5427 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5428 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5429 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 cat >conftest.$ac_ext <<_ACEOF
5433 /* confdefs.h. */
5434 _ACEOF
5435 cat confdefs.h >>conftest.$ac_ext
5436 cat >>conftest.$ac_ext <<_ACEOF
5437 /* end confdefs.h. */
5438 $ac_includes_default
5440 #include <$ac_header>
5441 _ACEOF
5442 rm -f conftest.$ac_objext
5443 if { (ac_try="$ac_compile"
5444 case "(($ac_try" in
5445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5446 *) ac_try_echo=$ac_try;;
5447 esac
5448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5449 (eval "$ac_compile") 2>conftest.er1
5450 ac_status=$?
5451 grep -v '^ *+' conftest.er1 >conftest.err
5452 rm -f conftest.er1
5453 cat conftest.err >&5
5454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5455 (exit $ac_status); } && {
5456 test -z "$ac_c_werror_flag" ||
5457 test ! -s conftest.err
5458 } && test -s conftest.$ac_objext; then
5459 eval "$as_ac_Header=yes"
5460 else
5461 echo "$as_me: failed program was:" >&5
5462 sed 's/^/| /' conftest.$ac_ext >&5
5464 eval "$as_ac_Header=no"
5467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5469 ac_res=`eval echo '${'$as_ac_Header'}'`
5470 { echo "$as_me:$LINENO: result: $ac_res" >&5
5471 echo "${ECHO_T}$ac_res" >&6; }
5472 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5473 cat >>confdefs.h <<_ACEOF
5474 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5475 _ACEOF
5479 done
5608 for ac_header in \
5609 AudioUnit/AudioUnit.h \
5610 Carbon/Carbon.h \
5611 CoreAudio/CoreAudio.h \
5612 DiskArbitration/DiskArbitration.h \
5613 IOKit/IOKitLib.h \
5614 IOKit/hid/IOHIDLib.h \
5615 alias.h \
5616 alsa/asoundlib.h \
5617 arpa/inet.h \
5618 arpa/nameser.h \
5619 asm/types.h \
5620 capi20.h \
5621 curses.h \
5622 direct.h \
5623 dirent.h \
5624 dlfcn.h \
5625 elf.h \
5626 float.h \
5627 fnmatch.h \
5628 fontconfig/fontconfig.h \
5629 getopt.h \
5630 grp.h \
5631 gsm.h \
5632 gsm/gsm.h \
5633 ieeefp.h \
5634 inet/mib2.h \
5635 io.h \
5636 jack/jack.h \
5637 jpeglib.h \
5638 kstat.h \
5639 lber.h \
5640 lcms.h \
5641 lcms/lcms.h \
5642 ldap.h \
5643 libaudioio.h \
5644 link.h \
5645 linux/cdrom.h \
5646 linux/compiler.h \
5647 linux/hdreg.h \
5648 linux/input.h \
5649 linux/ioctl.h \
5650 linux/joystick.h \
5651 linux/major.h \
5652 linux/param.h \
5653 linux/serial.h \
5654 linux/types.h \
5655 linux/ucdrom.h \
5656 mach-o/nlist.h \
5657 mach/mach.h \
5658 mach/machine.h \
5659 machine/cpu.h \
5660 machine/limits.h \
5661 machine/soundcard.h \
5662 mntent.h \
5663 ncurses.h \
5664 netdb.h \
5665 netinet/in.h \
5666 netinet/in_systm.h \
5667 netinet/tcp.h \
5668 netinet/tcp_fsm.h \
5669 openssl/err.h \
5670 openssl/ssl.h \
5671 png.h \
5672 poll.h \
5673 process.h \
5674 pthread.h \
5675 pwd.h \
5676 regex.h \
5677 sched.h \
5678 scsi/scsi.h \
5679 scsi/scsi_ioctl.h \
5680 scsi/sg.h \
5681 soundcard.h \
5682 stdbool.h \
5683 stdint.h \
5684 strings.h \
5685 stropts.h \
5686 sys/asoundlib.h \
5687 sys/cdio.h \
5688 sys/elf32.h \
5689 sys/epoll.h \
5690 sys/errno.h \
5691 sys/event.h \
5692 sys/exec_elf.h \
5693 sys/filio.h \
5694 sys/inotify.h \
5695 sys/ioctl.h \
5696 sys/ipc.h \
5697 sys/limits.h \
5698 sys/link.h \
5699 sys/mman.h \
5700 sys/modem.h \
5701 sys/msg.h \
5702 sys/mtio.h \
5703 sys/param.h \
5704 sys/poll.h \
5705 sys/prctl.h \
5706 sys/protosw.h \
5707 sys/ptrace.h \
5708 sys/resource.h \
5709 sys/scsiio.h \
5710 sys/shm.h \
5711 sys/signal.h \
5712 sys/socket.h \
5713 sys/socketvar.h \
5714 sys/sockio.h \
5715 sys/soundcard.h \
5716 sys/statvfs.h \
5717 sys/strtio.h \
5718 sys/syscall.h \
5719 sys/tihdr.h \
5720 sys/time.h \
5721 sys/timeout.h \
5722 sys/times.h \
5723 sys/uio.h \
5724 sys/un.h \
5725 sys/utsname.h \
5726 sys/vm86.h \
5727 sys/wait.h \
5728 syscall.h \
5729 termios.h \
5730 unistd.h \
5731 utime.h \
5732 valgrind/memcheck.h \
5733 valgrind/valgrind.h \
5734 zlib.h
5737 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5738 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5739 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5740 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5741 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5744 ac_res=`eval echo '${'$as_ac_Header'}'`
5745 { echo "$as_me:$LINENO: result: $ac_res" >&5
5746 echo "${ECHO_T}$ac_res" >&6; }
5747 else
5748 # Is the header compilable?
5749 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
5750 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
5751 cat >conftest.$ac_ext <<_ACEOF
5752 /* confdefs.h. */
5753 _ACEOF
5754 cat confdefs.h >>conftest.$ac_ext
5755 cat >>conftest.$ac_ext <<_ACEOF
5756 /* end confdefs.h. */
5757 $ac_includes_default
5758 #include <$ac_header>
5759 _ACEOF
5760 rm -f conftest.$ac_objext
5761 if { (ac_try="$ac_compile"
5762 case "(($ac_try" in
5763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5764 *) ac_try_echo=$ac_try;;
5765 esac
5766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5767 (eval "$ac_compile") 2>conftest.er1
5768 ac_status=$?
5769 grep -v '^ *+' conftest.er1 >conftest.err
5770 rm -f conftest.er1
5771 cat conftest.err >&5
5772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5773 (exit $ac_status); } && {
5774 test -z "$ac_c_werror_flag" ||
5775 test ! -s conftest.err
5776 } && test -s conftest.$ac_objext; then
5777 ac_header_compiler=yes
5778 else
5779 echo "$as_me: failed program was:" >&5
5780 sed 's/^/| /' conftest.$ac_ext >&5
5782 ac_header_compiler=no
5785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5786 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
5787 echo "${ECHO_T}$ac_header_compiler" >&6; }
5789 # Is the header present?
5790 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
5791 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
5792 cat >conftest.$ac_ext <<_ACEOF
5793 /* confdefs.h. */
5794 _ACEOF
5795 cat confdefs.h >>conftest.$ac_ext
5796 cat >>conftest.$ac_ext <<_ACEOF
5797 /* end confdefs.h. */
5798 #include <$ac_header>
5799 _ACEOF
5800 if { (ac_try="$ac_cpp conftest.$ac_ext"
5801 case "(($ac_try" in
5802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5803 *) ac_try_echo=$ac_try;;
5804 esac
5805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5806 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5807 ac_status=$?
5808 grep -v '^ *+' conftest.er1 >conftest.err
5809 rm -f conftest.er1
5810 cat conftest.err >&5
5811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5812 (exit $ac_status); } >/dev/null && {
5813 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5814 test ! -s conftest.err
5815 }; then
5816 ac_header_preproc=yes
5817 else
5818 echo "$as_me: failed program was:" >&5
5819 sed 's/^/| /' conftest.$ac_ext >&5
5821 ac_header_preproc=no
5824 rm -f conftest.err conftest.$ac_ext
5825 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
5826 echo "${ECHO_T}$ac_header_preproc" >&6; }
5828 # So? What about this header?
5829 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
5830 yes:no: )
5831 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
5832 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
5833 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
5834 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
5835 ac_header_preproc=yes
5837 no:yes:* )
5838 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
5839 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
5840 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
5841 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
5842 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
5843 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
5844 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
5845 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
5846 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
5847 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
5848 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
5849 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
5850 ( cat <<\_ASBOX
5851 ## ------------------------------------ ##
5852 ## Report this to wine-devel@winehq.org ##
5853 ## ------------------------------------ ##
5854 _ASBOX
5855 ) | sed "s/^/$as_me: WARNING: /" >&2
5857 esac
5858 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5859 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5860 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5861 echo $ECHO_N "(cached) $ECHO_C" >&6
5862 else
5863 eval "$as_ac_Header=\$ac_header_preproc"
5865 ac_res=`eval echo '${'$as_ac_Header'}'`
5866 { echo "$as_me:$LINENO: result: $ac_res" >&5
5867 echo "${ECHO_T}$ac_res" >&6; }
5870 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5871 cat >>confdefs.h <<_ACEOF
5872 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5873 _ACEOF
5877 done
5879 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
5880 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
5881 if test "${ac_cv_header_stat_broken+set}" = set; then
5882 echo $ECHO_N "(cached) $ECHO_C" >&6
5883 else
5884 cat >conftest.$ac_ext <<_ACEOF
5885 /* confdefs.h. */
5886 _ACEOF
5887 cat confdefs.h >>conftest.$ac_ext
5888 cat >>conftest.$ac_ext <<_ACEOF
5889 /* end confdefs.h. */
5890 #include <sys/types.h>
5891 #include <sys/stat.h>
5893 #if defined S_ISBLK && defined S_IFDIR
5894 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
5895 #endif
5897 #if defined S_ISBLK && defined S_IFCHR
5898 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
5899 #endif
5901 #if defined S_ISLNK && defined S_IFREG
5902 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
5903 #endif
5905 #if defined S_ISSOCK && defined S_IFREG
5906 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
5907 #endif
5909 _ACEOF
5910 rm -f conftest.$ac_objext
5911 if { (ac_try="$ac_compile"
5912 case "(($ac_try" in
5913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5914 *) ac_try_echo=$ac_try;;
5915 esac
5916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5917 (eval "$ac_compile") 2>conftest.er1
5918 ac_status=$?
5919 grep -v '^ *+' conftest.er1 >conftest.err
5920 rm -f conftest.er1
5921 cat conftest.err >&5
5922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5923 (exit $ac_status); } && {
5924 test -z "$ac_c_werror_flag" ||
5925 test ! -s conftest.err
5926 } && test -s conftest.$ac_objext; then
5927 ac_cv_header_stat_broken=no
5928 else
5929 echo "$as_me: failed program was:" >&5
5930 sed 's/^/| /' conftest.$ac_ext >&5
5932 ac_cv_header_stat_broken=yes
5935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5937 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
5938 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
5939 if test $ac_cv_header_stat_broken = yes; then
5941 cat >>confdefs.h <<\_ACEOF
5942 #define STAT_MACROS_BROKEN 1
5943 _ACEOF
5954 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
5956 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5957 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5958 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5959 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5960 echo $ECHO_N "(cached) $ECHO_C" >&6
5961 else
5962 cat >conftest.$ac_ext <<_ACEOF
5963 /* confdefs.h. */
5964 _ACEOF
5965 cat confdefs.h >>conftest.$ac_ext
5966 cat >>conftest.$ac_ext <<_ACEOF
5967 /* end confdefs.h. */
5968 #include <sys/types.h>
5969 #ifdef HAVE_SYS_PARAM_H
5970 # include <sys/param.h>
5971 #endif
5973 #include <$ac_header>
5974 _ACEOF
5975 rm -f conftest.$ac_objext
5976 if { (ac_try="$ac_compile"
5977 case "(($ac_try" in
5978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5979 *) ac_try_echo=$ac_try;;
5980 esac
5981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5982 (eval "$ac_compile") 2>conftest.er1
5983 ac_status=$?
5984 grep -v '^ *+' conftest.er1 >conftest.err
5985 rm -f conftest.er1
5986 cat conftest.err >&5
5987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5988 (exit $ac_status); } && {
5989 test -z "$ac_c_werror_flag" ||
5990 test ! -s conftest.err
5991 } && test -s conftest.$ac_objext; then
5992 eval "$as_ac_Header=yes"
5993 else
5994 echo "$as_me: failed program was:" >&5
5995 sed 's/^/| /' conftest.$ac_ext >&5
5997 eval "$as_ac_Header=no"
6000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6002 ac_res=`eval echo '${'$as_ac_Header'}'`
6003 { echo "$as_me:$LINENO: result: $ac_res" >&5
6004 echo "${ECHO_T}$ac_res" >&6; }
6005 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6006 cat >>confdefs.h <<_ACEOF
6007 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6008 _ACEOF
6012 done
6028 for ac_header in \
6029 netinet/ip.h \
6030 net/if.h \
6031 net/if_arp.h \
6032 net/if_dl.h \
6033 net/if_types.h \
6034 net/route.h \
6035 netinet/if_ether.h \
6036 netinet/if_inarp.h \
6037 netinet/in_pcb.h \
6038 netinet/ip_icmp.h \
6039 netinet/ip_var.h \
6040 netinet/udp.h \
6041 netipx/ipx.h \
6044 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6045 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6046 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6047 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6048 echo $ECHO_N "(cached) $ECHO_C" >&6
6049 else
6050 cat >conftest.$ac_ext <<_ACEOF
6051 /* confdefs.h. */
6052 _ACEOF
6053 cat confdefs.h >>conftest.$ac_ext
6054 cat >>conftest.$ac_ext <<_ACEOF
6055 /* end confdefs.h. */
6056 #include <sys/types.h>
6057 #ifdef HAVE_SYS_SOCKET_H
6058 # include <sys/socket.h>
6059 #endif
6060 #ifdef HAVE_SYS_SOCKETVAR_H
6061 # include <sys/socketvar.h>
6062 #endif
6063 #ifdef HAVE_NET_ROUTE_H
6064 # include <net/route.h>
6065 #endif
6066 #ifdef HAVE_NETINET_IN_H
6067 # include <netinet/in.h>
6068 #endif
6069 #ifdef HAVE_NETINET_IN_SYSTM_H
6070 # include <netinet/in_systm.h>
6071 #endif
6072 #ifdef HAVE_NET_IF_H
6073 # include <net/if.h>
6074 #endif
6075 #ifdef HAVE_NETINET_IP_H
6076 # include <netinet/ip.h>
6077 #endif
6079 #include <$ac_header>
6080 _ACEOF
6081 rm -f conftest.$ac_objext
6082 if { (ac_try="$ac_compile"
6083 case "(($ac_try" in
6084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6085 *) ac_try_echo=$ac_try;;
6086 esac
6087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6088 (eval "$ac_compile") 2>conftest.er1
6089 ac_status=$?
6090 grep -v '^ *+' conftest.er1 >conftest.err
6091 rm -f conftest.er1
6092 cat conftest.err >&5
6093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6094 (exit $ac_status); } && {
6095 test -z "$ac_c_werror_flag" ||
6096 test ! -s conftest.err
6097 } && test -s conftest.$ac_objext; then
6098 eval "$as_ac_Header=yes"
6099 else
6100 echo "$as_me: failed program was:" >&5
6101 sed 's/^/| /' conftest.$ac_ext >&5
6103 eval "$as_ac_Header=no"
6106 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6108 ac_res=`eval echo '${'$as_ac_Header'}'`
6109 { echo "$as_me:$LINENO: result: $ac_res" >&5
6110 echo "${ECHO_T}$ac_res" >&6; }
6111 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6112 cat >>confdefs.h <<_ACEOF
6113 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6114 _ACEOF
6118 done
6125 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6127 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6128 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6129 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6131 echo $ECHO_N "(cached) $ECHO_C" >&6
6132 else
6133 cat >conftest.$ac_ext <<_ACEOF
6134 /* confdefs.h. */
6135 _ACEOF
6136 cat confdefs.h >>conftest.$ac_ext
6137 cat >>conftest.$ac_ext <<_ACEOF
6138 /* end confdefs.h. */
6139 #include <sys/types.h>
6140 #ifdef HAVE_ALIAS_H
6141 # include <alias.h>
6142 #endif
6143 #ifdef HAVE_SYS_SOCKET_H
6144 # include <sys/socket.h>
6145 #endif
6146 #ifdef HAVE_SYS_SOCKETVAR_H
6147 # include <sys/socketvar.h>
6148 #endif
6149 #ifdef HAVE_SYS_TIMEOUT_H
6150 # include <sys/timeout.h>
6151 #endif
6152 #ifdef HAVE_NETINET_IN_H
6153 # include <netinet/in.h>
6154 #endif
6155 #ifdef HAVE_NETINET_IN_SYSTM_H
6156 # include <netinet/in_systm.h>
6157 #endif
6158 #ifdef HAVE_NETINET_IP_H
6159 # include <netinet/ip.h>
6160 #endif
6161 #ifdef HAVE_NETINET_IP_VAR_H
6162 # include <netinet/ip_var.h>
6163 #endif
6164 #ifdef HAVE_NETINET_IP_ICMP_H
6165 # include <netinet/ip_icmp.h>
6166 #endif
6167 #ifdef HAVE_NETINET_UDP_H
6168 # include <netinet/udp.h>
6169 #endif
6170 #ifdef HAVE_NETINET_TCP_H
6171 # include <netinet/tcp.h>
6172 #endif
6173 #ifdef HAVE_NETINET_TCP_TIMER_H
6174 #include <netinet/tcp_timer.h>
6175 #endif
6177 #include <$ac_header>
6178 _ACEOF
6179 rm -f conftest.$ac_objext
6180 if { (ac_try="$ac_compile"
6181 case "(($ac_try" in
6182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6183 *) ac_try_echo=$ac_try;;
6184 esac
6185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6186 (eval "$ac_compile") 2>conftest.er1
6187 ac_status=$?
6188 grep -v '^ *+' conftest.er1 >conftest.err
6189 rm -f conftest.er1
6190 cat conftest.err >&5
6191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6192 (exit $ac_status); } && {
6193 test -z "$ac_c_werror_flag" ||
6194 test ! -s conftest.err
6195 } && test -s conftest.$ac_objext; then
6196 eval "$as_ac_Header=yes"
6197 else
6198 echo "$as_me: failed program was:" >&5
6199 sed 's/^/| /' conftest.$ac_ext >&5
6201 eval "$as_ac_Header=no"
6204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6206 ac_res=`eval echo '${'$as_ac_Header'}'`
6207 { echo "$as_me:$LINENO: result: $ac_res" >&5
6208 echo "${ECHO_T}$ac_res" >&6; }
6209 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6210 cat >>confdefs.h <<_ACEOF
6211 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6212 _ACEOF
6216 done
6220 for ac_header in linux/ipx.h
6222 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6223 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6224 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6225 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6226 echo $ECHO_N "(cached) $ECHO_C" >&6
6227 else
6228 cat >conftest.$ac_ext <<_ACEOF
6229 /* confdefs.h. */
6230 _ACEOF
6231 cat confdefs.h >>conftest.$ac_ext
6232 cat >>conftest.$ac_ext <<_ACEOF
6233 /* end confdefs.h. */
6234 #include <sys/types.h>
6235 #ifdef HAVE_ASM_TYPES_H
6236 # include <asm/types.h>
6237 #endif
6238 #ifdef HAVE_SYS_SOCKET_H
6239 # include <sys/socket.h>
6240 #endif
6241 #ifdef HAVE_LINUX_TYPES_H
6242 # include <linux/types.h>
6243 #endif
6245 #include <$ac_header>
6246 _ACEOF
6247 rm -f conftest.$ac_objext
6248 if { (ac_try="$ac_compile"
6249 case "(($ac_try" in
6250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6251 *) ac_try_echo=$ac_try;;
6252 esac
6253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6254 (eval "$ac_compile") 2>conftest.er1
6255 ac_status=$?
6256 grep -v '^ *+' conftest.er1 >conftest.err
6257 rm -f conftest.er1
6258 cat conftest.err >&5
6259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6260 (exit $ac_status); } && {
6261 test -z "$ac_c_werror_flag" ||
6262 test ! -s conftest.err
6263 } && test -s conftest.$ac_objext; then
6264 eval "$as_ac_Header=yes"
6265 else
6266 echo "$as_me: failed program was:" >&5
6267 sed 's/^/| /' conftest.$ac_ext >&5
6269 eval "$as_ac_Header=no"
6272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6274 ac_res=`eval echo '${'$as_ac_Header'}'`
6275 { echo "$as_me:$LINENO: result: $ac_res" >&5
6276 echo "${ECHO_T}$ac_res" >&6; }
6277 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6278 cat >>confdefs.h <<_ACEOF
6279 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6280 _ACEOF
6284 done
6288 for ac_header in mach-o/dyld_images.h
6290 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6291 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6292 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6293 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6294 echo $ECHO_N "(cached) $ECHO_C" >&6
6295 else
6296 cat >conftest.$ac_ext <<_ACEOF
6297 /* confdefs.h. */
6298 _ACEOF
6299 cat confdefs.h >>conftest.$ac_ext
6300 cat >>conftest.$ac_ext <<_ACEOF
6301 /* end confdefs.h. */
6302 #ifdef HAVE_STDBOOL_H
6303 # include <stdbool.h>
6304 #endif
6305 #ifdef HAVE_STDINT_H
6306 # include <stdint.h>
6307 #endif
6309 #include <$ac_header>
6310 _ACEOF
6311 rm -f conftest.$ac_objext
6312 if { (ac_try="$ac_compile"
6313 case "(($ac_try" in
6314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6315 *) ac_try_echo=$ac_try;;
6316 esac
6317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6318 (eval "$ac_compile") 2>conftest.er1
6319 ac_status=$?
6320 grep -v '^ *+' conftest.er1 >conftest.err
6321 rm -f conftest.er1
6322 cat conftest.err >&5
6323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6324 (exit $ac_status); } && {
6325 test -z "$ac_c_werror_flag" ||
6326 test ! -s conftest.err
6327 } && test -s conftest.$ac_objext; then
6328 eval "$as_ac_Header=yes"
6329 else
6330 echo "$as_me: failed program was:" >&5
6331 sed 's/^/| /' conftest.$ac_ext >&5
6333 eval "$as_ac_Header=no"
6336 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6338 ac_res=`eval echo '${'$as_ac_Header'}'`
6339 { echo "$as_me:$LINENO: result: $ac_res" >&5
6340 echo "${ECHO_T}$ac_res" >&6; }
6341 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6342 cat >>confdefs.h <<_ACEOF
6343 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6344 _ACEOF
6348 done
6352 for ac_header in resolv.h
6354 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6355 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6356 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6357 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6358 echo $ECHO_N "(cached) $ECHO_C" >&6
6359 else
6360 cat >conftest.$ac_ext <<_ACEOF
6361 /* confdefs.h. */
6362 _ACEOF
6363 cat confdefs.h >>conftest.$ac_ext
6364 cat >>conftest.$ac_ext <<_ACEOF
6365 /* end confdefs.h. */
6366 #include <sys/types.h>
6367 #ifdef HAVE_SYS_SOCKET_H
6368 # include <sys/socket.h>
6369 #endif
6370 #ifdef HAVE_NETINET_IN_H
6371 # include <netinet/in.h>
6372 #endif
6373 #ifdef HAVE_ARPA_NAMESER_H
6374 # include <arpa/nameser.h>
6375 #endif
6377 #include <$ac_header>
6378 _ACEOF
6379 rm -f conftest.$ac_objext
6380 if { (ac_try="$ac_compile"
6381 case "(($ac_try" in
6382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6383 *) ac_try_echo=$ac_try;;
6384 esac
6385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6386 (eval "$ac_compile") 2>conftest.er1
6387 ac_status=$?
6388 grep -v '^ *+' conftest.er1 >conftest.err
6389 rm -f conftest.er1
6390 cat conftest.err >&5
6391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6392 (exit $ac_status); } && {
6393 test -z "$ac_c_werror_flag" ||
6394 test ! -s conftest.err
6395 } && test -s conftest.$ac_objext; then
6396 eval "$as_ac_Header=yes"
6397 else
6398 echo "$as_me: failed program was:" >&5
6399 sed 's/^/| /' conftest.$ac_ext >&5
6401 eval "$as_ac_Header=no"
6404 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6406 ac_res=`eval echo '${'$as_ac_Header'}'`
6407 { echo "$as_me:$LINENO: result: $ac_res" >&5
6408 echo "${ECHO_T}$ac_res" >&6; }
6409 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6410 cat >>confdefs.h <<_ACEOF
6411 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6412 _ACEOF
6416 done
6420 for ac_header in ucontext.h
6422 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6423 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6424 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6426 echo $ECHO_N "(cached) $ECHO_C" >&6
6427 else
6428 cat >conftest.$ac_ext <<_ACEOF
6429 /* confdefs.h. */
6430 _ACEOF
6431 cat confdefs.h >>conftest.$ac_ext
6432 cat >>conftest.$ac_ext <<_ACEOF
6433 /* end confdefs.h. */
6434 #include <signal.h>
6436 #include <$ac_header>
6437 _ACEOF
6438 rm -f conftest.$ac_objext
6439 if { (ac_try="$ac_compile"
6440 case "(($ac_try" in
6441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6442 *) ac_try_echo=$ac_try;;
6443 esac
6444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6445 (eval "$ac_compile") 2>conftest.er1
6446 ac_status=$?
6447 grep -v '^ *+' conftest.er1 >conftest.err
6448 rm -f conftest.er1
6449 cat conftest.err >&5
6450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6451 (exit $ac_status); } && {
6452 test -z "$ac_c_werror_flag" ||
6453 test ! -s conftest.err
6454 } && test -s conftest.$ac_objext; then
6455 eval "$as_ac_Header=yes"
6456 else
6457 echo "$as_me: failed program was:" >&5
6458 sed 's/^/| /' conftest.$ac_ext >&5
6460 eval "$as_ac_Header=no"
6463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6465 ac_res=`eval echo '${'$as_ac_Header'}'`
6466 { echo "$as_me:$LINENO: result: $ac_res" >&5
6467 echo "${ECHO_T}$ac_res" >&6; }
6468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6469 cat >>confdefs.h <<_ACEOF
6470 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6471 _ACEOF
6475 done
6479 for ac_header in sys/thr.h
6481 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6482 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6483 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6484 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6485 echo $ECHO_N "(cached) $ECHO_C" >&6
6486 else
6487 cat >conftest.$ac_ext <<_ACEOF
6488 /* confdefs.h. */
6489 _ACEOF
6490 cat confdefs.h >>conftest.$ac_ext
6491 cat >>conftest.$ac_ext <<_ACEOF
6492 /* end confdefs.h. */
6493 #include <sys/types.h>
6494 #ifdef HAVE_UCONTEXT_H
6495 #include <ucontext.h>
6496 #endif
6498 #include <$ac_header>
6499 _ACEOF
6500 rm -f conftest.$ac_objext
6501 if { (ac_try="$ac_compile"
6502 case "(($ac_try" in
6503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6504 *) ac_try_echo=$ac_try;;
6505 esac
6506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6507 (eval "$ac_compile") 2>conftest.er1
6508 ac_status=$?
6509 grep -v '^ *+' conftest.er1 >conftest.err
6510 rm -f conftest.er1
6511 cat conftest.err >&5
6512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6513 (exit $ac_status); } && {
6514 test -z "$ac_c_werror_flag" ||
6515 test ! -s conftest.err
6516 } && test -s conftest.$ac_objext; then
6517 eval "$as_ac_Header=yes"
6518 else
6519 echo "$as_me: failed program was:" >&5
6520 sed 's/^/| /' conftest.$ac_ext >&5
6522 eval "$as_ac_Header=no"
6525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6527 ac_res=`eval echo '${'$as_ac_Header'}'`
6528 { echo "$as_me:$LINENO: result: $ac_res" >&5
6529 echo "${ECHO_T}$ac_res" >&6; }
6530 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6531 cat >>confdefs.h <<_ACEOF
6532 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6533 _ACEOF
6537 done
6541 for ac_header in pthread_np.h
6543 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6547 echo $ECHO_N "(cached) $ECHO_C" >&6
6548 else
6549 cat >conftest.$ac_ext <<_ACEOF
6550 /* confdefs.h. */
6551 _ACEOF
6552 cat confdefs.h >>conftest.$ac_ext
6553 cat >>conftest.$ac_ext <<_ACEOF
6554 /* end confdefs.h. */
6555 #ifdef HAVE_PTHREAD_H
6556 #include <pthread.h>
6557 #endif
6559 #include <$ac_header>
6560 _ACEOF
6561 rm -f conftest.$ac_objext
6562 if { (ac_try="$ac_compile"
6563 case "(($ac_try" in
6564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6565 *) ac_try_echo=$ac_try;;
6566 esac
6567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6568 (eval "$ac_compile") 2>conftest.er1
6569 ac_status=$?
6570 grep -v '^ *+' conftest.er1 >conftest.err
6571 rm -f conftest.er1
6572 cat conftest.err >&5
6573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6574 (exit $ac_status); } && {
6575 test -z "$ac_c_werror_flag" ||
6576 test ! -s conftest.err
6577 } && test -s conftest.$ac_objext; then
6578 eval "$as_ac_Header=yes"
6579 else
6580 echo "$as_me: failed program was:" >&5
6581 sed 's/^/| /' conftest.$ac_ext >&5
6583 eval "$as_ac_Header=no"
6586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6588 ac_res=`eval echo '${'$as_ac_Header'}'`
6589 { echo "$as_me:$LINENO: result: $ac_res" >&5
6590 echo "${ECHO_T}$ac_res" >&6; }
6591 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6592 cat >>confdefs.h <<_ACEOF
6593 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6594 _ACEOF
6598 done
6602 for ac_header in linux/videodev.h
6604 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6605 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6606 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6608 echo $ECHO_N "(cached) $ECHO_C" >&6
6609 else
6610 cat >conftest.$ac_ext <<_ACEOF
6611 /* confdefs.h. */
6612 _ACEOF
6613 cat confdefs.h >>conftest.$ac_ext
6614 cat >>conftest.$ac_ext <<_ACEOF
6615 /* end confdefs.h. */
6616 #ifdef HAVE_SYS_TIME_H
6617 #include <sys/time.h>
6618 #endif
6619 #include <sys/types.h>
6620 #ifdef HAVE_ASM_TYPES_H
6621 #include <asm/types.h>
6622 #endif
6624 #include <$ac_header>
6625 _ACEOF
6626 rm -f conftest.$ac_objext
6627 if { (ac_try="$ac_compile"
6628 case "(($ac_try" in
6629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6630 *) ac_try_echo=$ac_try;;
6631 esac
6632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6633 (eval "$ac_compile") 2>conftest.er1
6634 ac_status=$?
6635 grep -v '^ *+' conftest.er1 >conftest.err
6636 rm -f conftest.er1
6637 cat conftest.err >&5
6638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6639 (exit $ac_status); } && {
6640 test -z "$ac_c_werror_flag" ||
6641 test ! -s conftest.err
6642 } && test -s conftest.$ac_objext; then
6643 eval "$as_ac_Header=yes"
6644 else
6645 echo "$as_me: failed program was:" >&5
6646 sed 's/^/| /' conftest.$ac_ext >&5
6648 eval "$as_ac_Header=no"
6651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6653 ac_res=`eval echo '${'$as_ac_Header'}'`
6654 { echo "$as_me:$LINENO: result: $ac_res" >&5
6655 echo "${ECHO_T}$ac_res" >&6; }
6656 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6657 cat >>confdefs.h <<_ACEOF
6658 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6659 _ACEOF
6663 done
6667 for ac_header in linux/capi.h
6669 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6670 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6671 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6672 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6673 echo $ECHO_N "(cached) $ECHO_C" >&6
6674 else
6675 cat >conftest.$ac_ext <<_ACEOF
6676 /* confdefs.h. */
6677 _ACEOF
6678 cat confdefs.h >>conftest.$ac_ext
6679 cat >>conftest.$ac_ext <<_ACEOF
6680 /* end confdefs.h. */
6681 #define __user
6683 #include <$ac_header>
6684 _ACEOF
6685 rm -f conftest.$ac_objext
6686 if { (ac_try="$ac_compile"
6687 case "(($ac_try" in
6688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6689 *) ac_try_echo=$ac_try;;
6690 esac
6691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6692 (eval "$ac_compile") 2>conftest.er1
6693 ac_status=$?
6694 grep -v '^ *+' conftest.er1 >conftest.err
6695 rm -f conftest.er1
6696 cat conftest.err >&5
6697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6698 (exit $ac_status); } && {
6699 test -z "$ac_c_werror_flag" ||
6700 test ! -s conftest.err
6701 } && test -s conftest.$ac_objext; then
6702 eval "$as_ac_Header=yes"
6703 else
6704 echo "$as_me: failed program was:" >&5
6705 sed 's/^/| /' conftest.$ac_ext >&5
6707 eval "$as_ac_Header=no"
6710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6712 ac_res=`eval echo '${'$as_ac_Header'}'`
6713 { echo "$as_me:$LINENO: result: $ac_res" >&5
6714 echo "${ECHO_T}$ac_res" >&6; }
6715 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6716 cat >>confdefs.h <<_ACEOF
6717 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6718 _ACEOF
6722 done
6726 DLLEXT=""
6728 DLLFLAGS="-D_REENTRANT"
6730 LDSHARED=""
6732 LDDLLFLAGS=""
6734 LIBEXT="so"
6736 IMPLIBEXT="def"
6738 LDRPATH_INSTALL=""
6740 LDRPATH_LOCAL=""
6742 # Extract the first word of "ldd", so it can be a program name with args.
6743 set dummy ldd; ac_word=$2
6744 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6745 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6746 if test "${ac_cv_path_LDD+set}" = set; then
6747 echo $ECHO_N "(cached) $ECHO_C" >&6
6748 else
6749 case $LDD in
6750 [\\/]* | ?:[\\/]*)
6751 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
6754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6755 as_dummy="/sbin:/usr/sbin:$PATH"
6756 for as_dir in $as_dummy
6758 IFS=$as_save_IFS
6759 test -z "$as_dir" && as_dir=.
6760 for ac_exec_ext in '' $ac_executable_extensions; do
6761 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6762 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
6763 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6764 break 2
6766 done
6767 done
6768 IFS=$as_save_IFS
6770 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
6772 esac
6774 LDD=$ac_cv_path_LDD
6775 if test -n "$LDD"; then
6776 { echo "$as_me:$LINENO: result: $LDD" >&5
6777 echo "${ECHO_T}$LDD" >&6; }
6778 else
6779 { echo "$as_me:$LINENO: result: no" >&5
6780 echo "${ECHO_T}no" >&6; }
6785 case $host_os in
6786 cygwin*|mingw32*)
6787 if test -n "$ac_tool_prefix"; then
6788 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
6789 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
6790 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6791 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6792 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
6793 echo $ECHO_N "(cached) $ECHO_C" >&6
6794 else
6795 if test -n "$DLLTOOL"; then
6796 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
6797 else
6798 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6799 for as_dir in $PATH
6801 IFS=$as_save_IFS
6802 test -z "$as_dir" && as_dir=.
6803 for ac_exec_ext in '' $ac_executable_extensions; do
6804 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6805 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
6806 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6807 break 2
6809 done
6810 done
6811 IFS=$as_save_IFS
6815 DLLTOOL=$ac_cv_prog_DLLTOOL
6816 if test -n "$DLLTOOL"; then
6817 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
6818 echo "${ECHO_T}$DLLTOOL" >&6; }
6819 else
6820 { echo "$as_me:$LINENO: result: no" >&5
6821 echo "${ECHO_T}no" >&6; }
6826 if test -z "$ac_cv_prog_DLLTOOL"; then
6827 ac_ct_DLLTOOL=$DLLTOOL
6828 # Extract the first word of "dlltool", so it can be a program name with args.
6829 set dummy dlltool; ac_word=$2
6830 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6831 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6832 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
6833 echo $ECHO_N "(cached) $ECHO_C" >&6
6834 else
6835 if test -n "$ac_ct_DLLTOOL"; then
6836 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
6837 else
6838 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6839 for as_dir in $PATH
6841 IFS=$as_save_IFS
6842 test -z "$as_dir" && as_dir=.
6843 for ac_exec_ext in '' $ac_executable_extensions; do
6844 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6845 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
6846 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6847 break 2
6849 done
6850 done
6851 IFS=$as_save_IFS
6855 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
6856 if test -n "$ac_ct_DLLTOOL"; then
6857 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
6858 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
6859 else
6860 { echo "$as_me:$LINENO: result: no" >&5
6861 echo "${ECHO_T}no" >&6; }
6864 if test "x$ac_ct_DLLTOOL" = x; then
6865 DLLTOOL="false"
6866 else
6867 case $cross_compiling:$ac_tool_warned in
6868 yes:)
6869 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6870 whose name does not start with the host triplet. If you think this
6871 configuration is useful to you, please write to autoconf@gnu.org." >&5
6872 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6873 whose name does not start with the host triplet. If you think this
6874 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6875 ac_tool_warned=yes ;;
6876 esac
6877 DLLTOOL=$ac_ct_DLLTOOL
6879 else
6880 DLLTOOL="$ac_cv_prog_DLLTOOL"
6883 if test -n "$ac_tool_prefix"; then
6884 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
6885 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
6886 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6887 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6888 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
6889 echo $ECHO_N "(cached) $ECHO_C" >&6
6890 else
6891 if test -n "$DLLWRAP"; then
6892 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
6893 else
6894 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6895 for as_dir in $PATH
6897 IFS=$as_save_IFS
6898 test -z "$as_dir" && as_dir=.
6899 for ac_exec_ext in '' $ac_executable_extensions; do
6900 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6901 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
6902 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6903 break 2
6905 done
6906 done
6907 IFS=$as_save_IFS
6911 DLLWRAP=$ac_cv_prog_DLLWRAP
6912 if test -n "$DLLWRAP"; then
6913 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
6914 echo "${ECHO_T}$DLLWRAP" >&6; }
6915 else
6916 { echo "$as_me:$LINENO: result: no" >&5
6917 echo "${ECHO_T}no" >&6; }
6922 if test -z "$ac_cv_prog_DLLWRAP"; then
6923 ac_ct_DLLWRAP=$DLLWRAP
6924 # Extract the first word of "dllwrap", so it can be a program name with args.
6925 set dummy dllwrap; ac_word=$2
6926 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6927 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6928 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
6929 echo $ECHO_N "(cached) $ECHO_C" >&6
6930 else
6931 if test -n "$ac_ct_DLLWRAP"; then
6932 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
6933 else
6934 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6935 for as_dir in $PATH
6937 IFS=$as_save_IFS
6938 test -z "$as_dir" && as_dir=.
6939 for ac_exec_ext in '' $ac_executable_extensions; do
6940 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6941 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
6942 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6943 break 2
6945 done
6946 done
6947 IFS=$as_save_IFS
6951 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
6952 if test -n "$ac_ct_DLLWRAP"; then
6953 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
6954 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
6955 else
6956 { echo "$as_me:$LINENO: result: no" >&5
6957 echo "${ECHO_T}no" >&6; }
6960 if test "x$ac_ct_DLLWRAP" = x; then
6961 DLLWRAP="false"
6962 else
6963 case $cross_compiling:$ac_tool_warned in
6964 yes:)
6965 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6966 whose name does not start with the host triplet. If you think this
6967 configuration is useful to you, please write to autoconf@gnu.org." >&5
6968 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6969 whose name does not start with the host triplet. If you think this
6970 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6971 ac_tool_warned=yes ;;
6972 esac
6973 DLLWRAP=$ac_ct_DLLWRAP
6975 else
6976 DLLWRAP="$ac_cv_prog_DLLWRAP"
6979 if test -n "$ac_tool_prefix"; then
6980 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
6981 set dummy ${ac_tool_prefix}ar; ac_word=$2
6982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6984 if test "${ac_cv_prog_MINGWAR+set}" = set; then
6985 echo $ECHO_N "(cached) $ECHO_C" >&6
6986 else
6987 if test -n "$MINGWAR"; then
6988 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
6989 else
6990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6991 for as_dir in $PATH
6993 IFS=$as_save_IFS
6994 test -z "$as_dir" && as_dir=.
6995 for ac_exec_ext in '' $ac_executable_extensions; do
6996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6997 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
6998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6999 break 2
7001 done
7002 done
7003 IFS=$as_save_IFS
7007 MINGWAR=$ac_cv_prog_MINGWAR
7008 if test -n "$MINGWAR"; then
7009 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7010 echo "${ECHO_T}$MINGWAR" >&6; }
7011 else
7012 { echo "$as_me:$LINENO: result: no" >&5
7013 echo "${ECHO_T}no" >&6; }
7018 if test -z "$ac_cv_prog_MINGWAR"; then
7019 ac_ct_MINGWAR=$MINGWAR
7020 # Extract the first word of "ar", so it can be a program name with args.
7021 set dummy ar; ac_word=$2
7022 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7023 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7024 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7025 echo $ECHO_N "(cached) $ECHO_C" >&6
7026 else
7027 if test -n "$ac_ct_MINGWAR"; then
7028 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7029 else
7030 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7031 for as_dir in $PATH
7033 IFS=$as_save_IFS
7034 test -z "$as_dir" && as_dir=.
7035 for ac_exec_ext in '' $ac_executable_extensions; do
7036 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7037 ac_cv_prog_ac_ct_MINGWAR="ar"
7038 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7039 break 2
7041 done
7042 done
7043 IFS=$as_save_IFS
7047 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7048 if test -n "$ac_ct_MINGWAR"; then
7049 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7050 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7051 else
7052 { echo "$as_me:$LINENO: result: no" >&5
7053 echo "${ECHO_T}no" >&6; }
7056 if test "x$ac_ct_MINGWAR" = x; then
7057 MINGWAR="false"
7058 else
7059 case $cross_compiling:$ac_tool_warned in
7060 yes:)
7061 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7062 whose name does not start with the host triplet. If you think this
7063 configuration is useful to you, please write to autoconf@gnu.org." >&5
7064 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7065 whose name does not start with the host triplet. If you think this
7066 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7067 ac_tool_warned=yes ;;
7068 esac
7069 MINGWAR=$ac_ct_MINGWAR
7071 else
7072 MINGWAR="$ac_cv_prog_MINGWAR"
7075 if test "$DLLWRAP" = "false"; then
7076 LIBEXT="a"
7077 else
7078 LIBEXT="dll"
7080 IMPLIBEXT="a"
7081 enable_iphlpapi=${enable_iphlpapi:-no}
7082 enable_kernel32=${enable_kernel32:-no}
7083 enable_msvcrt=${enable_msvcrt:-no}
7084 enable_ntdll=${enable_ntdll:-no}
7085 enable_ws2_32=${enable_ws2_32:-no}
7086 enable_loader=${enable_loader:-no}
7087 enable_server=${enable_server:-no}
7088 with_x=${with_x:-no}
7089 with_pthread=${with_pthread:-no}
7091 darwin*|macosx*)
7092 DLLEXT=".so"
7093 LIBEXT="dylib"
7094 DLLFLAGS="$DLLFLAGS -fPIC"
7095 LDDLLFLAGS="-bundle -multiply_defined suppress"
7096 LIBWINE_LDFLAGS="-multiply_defined suppress"
7097 LDSHARED="\$(CC) -dynamiclib"
7098 STRIP="$STRIP -x"
7099 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7100 SECURITYLIB="-framework Security -framework CoreFoundation"
7102 COREFOUNDATIONLIB="-framework CoreFoundation"
7104 IOKITLIB="-framework IOKit -framework CoreFoundation"
7106 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7108 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7109 then
7110 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7113 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7114 then
7115 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7118 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7119 then
7120 ac_save_LIBS="$LIBS"
7121 LIBS="$LIBS $IOKITLIB"
7123 for ac_func in IOHIDManagerCreate
7125 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7126 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7127 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7128 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7129 echo $ECHO_N "(cached) $ECHO_C" >&6
7130 else
7131 cat >conftest.$ac_ext <<_ACEOF
7132 /* confdefs.h. */
7133 _ACEOF
7134 cat confdefs.h >>conftest.$ac_ext
7135 cat >>conftest.$ac_ext <<_ACEOF
7136 /* end confdefs.h. */
7137 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7138 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7139 #define $ac_func innocuous_$ac_func
7141 /* System header to define __stub macros and hopefully few prototypes,
7142 which can conflict with char $ac_func (); below.
7143 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7144 <limits.h> exists even on freestanding compilers. */
7146 #ifdef __STDC__
7147 # include <limits.h>
7148 #else
7149 # include <assert.h>
7150 #endif
7152 #undef $ac_func
7154 /* Override any GCC internal prototype to avoid an error.
7155 Use char because int might match the return type of a GCC
7156 builtin and then its argument prototype would still apply. */
7157 #ifdef __cplusplus
7158 extern "C"
7159 #endif
7160 char $ac_func ();
7161 /* The GNU C library defines this for functions which it implements
7162 to always fail with ENOSYS. Some functions are actually named
7163 something starting with __ and the normal name is an alias. */
7164 #if defined __stub_$ac_func || defined __stub___$ac_func
7165 choke me
7166 #endif
7169 main ()
7171 return $ac_func ();
7173 return 0;
7175 _ACEOF
7176 rm -f conftest.$ac_objext conftest$ac_exeext
7177 if { (ac_try="$ac_link"
7178 case "(($ac_try" in
7179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7180 *) ac_try_echo=$ac_try;;
7181 esac
7182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7183 (eval "$ac_link") 2>conftest.er1
7184 ac_status=$?
7185 grep -v '^ *+' conftest.er1 >conftest.err
7186 rm -f conftest.er1
7187 cat conftest.err >&5
7188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7189 (exit $ac_status); } && {
7190 test -z "$ac_c_werror_flag" ||
7191 test ! -s conftest.err
7192 } && test -s conftest$ac_exeext &&
7193 $as_test_x conftest$ac_exeext; then
7194 eval "$as_ac_var=yes"
7195 else
7196 echo "$as_me: failed program was:" >&5
7197 sed 's/^/| /' conftest.$ac_ext >&5
7199 eval "$as_ac_var=no"
7202 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7203 conftest$ac_exeext conftest.$ac_ext
7205 ac_res=`eval echo '${'$as_ac_var'}'`
7206 { echo "$as_me:$LINENO: result: $ac_res" >&5
7207 echo "${ECHO_T}$ac_res" >&6; }
7208 if test `eval echo '${'$as_ac_var'}'` = yes; then
7209 cat >>confdefs.h <<_ACEOF
7210 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7211 _ACEOF
7214 done
7216 LIBS="$ac_save_LIBS"
7218 case $host_cpu in
7219 *powerpc*)
7220 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7221 esac
7222 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7223 then
7224 CARBONLIB="-framework Carbon"
7226 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7228 if test "x$enable_win16" = "xyes"
7229 then
7230 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7231 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7232 if test "$cross_compiling" = yes; then
7233 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7234 echo "${ECHO_T}cross-compiling, assuming yes" >&6; }
7235 else
7236 cat >conftest.$ac_ext <<_ACEOF
7237 /* confdefs.h. */
7238 _ACEOF
7239 cat confdefs.h >>conftest.$ac_ext
7240 cat >>conftest.$ac_ext <<_ACEOF
7241 /* end confdefs.h. */
7242 asm(".text\n"
7243 "bad:\tnop;nop\n"
7244 "good:\tnop;nop\n\t"
7245 ".globl _testfunc\n"
7246 "_testfunc:\tcallw good");
7247 extern void testfunc();
7249 main ()
7251 unsigned short *p = (unsigned short *)testfunc;
7252 return p[0] != 0xe866 || p[1] != 0xfffa
7254 return 0;
7256 _ACEOF
7257 rm -f conftest$ac_exeext
7258 if { (ac_try="$ac_link"
7259 case "(($ac_try" in
7260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7261 *) ac_try_echo=$ac_try;;
7262 esac
7263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7264 (eval "$ac_link") 2>&5
7265 ac_status=$?
7266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7267 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7268 { (case "(($ac_try" in
7269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7270 *) ac_try_echo=$ac_try;;
7271 esac
7272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7273 (eval "$ac_try") 2>&5
7274 ac_status=$?
7275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7276 (exit $ac_status); }; }; then
7277 { echo "$as_me:$LINENO: result: yes" >&5
7278 echo "${ECHO_T}yes" >&6; }
7279 else
7280 echo "$as_me: program exited with status $ac_status" >&5
7281 echo "$as_me: failed program was:" >&5
7282 sed 's/^/| /' conftest.$ac_ext >&5
7284 ( exit $ac_status )
7285 { echo "$as_me:$LINENO: result: no" >&5
7286 echo "${ECHO_T}no" >&6; }
7287 { { echo "$as_me:$LINENO: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&5
7288 echo "$as_me: error: Xcode 3.x cannot build 16-bit code correctly. Use --disable-win16 if you don't need 16-bit support." >&2;}
7289 { (exit 1); exit 1; }; }
7291 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7298 DLLFLAGS="$DLLFLAGS -fPIC"
7299 DLLEXT=".so"
7300 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7301 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7302 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7303 echo $ECHO_N "(cached) $ECHO_C" >&6
7304 else
7305 ac_wine_try_cflags_saved=$CFLAGS
7306 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7307 cat >conftest.$ac_ext <<_ACEOF
7308 void myfunc() {}
7309 _ACEOF
7310 rm -f conftest.$ac_objext conftest$ac_exeext
7311 if { (ac_try="$ac_link"
7312 case "(($ac_try" in
7313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7314 *) ac_try_echo=$ac_try;;
7315 esac
7316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7317 (eval "$ac_link") 2>conftest.er1
7318 ac_status=$?
7319 grep -v '^ *+' conftest.er1 >conftest.err
7320 rm -f conftest.er1
7321 cat conftest.err >&5
7322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7323 (exit $ac_status); } && {
7324 test -z "$ac_c_werror_flag" ||
7325 test ! -s conftest.err
7326 } && test -s conftest$ac_exeext &&
7327 $as_test_x conftest$ac_exeext; then
7328 ac_cv_c_dll_gnuelf="yes"
7329 else
7330 echo "$as_me: failed program was:" >&5
7331 sed 's/^/| /' conftest.$ac_ext >&5
7333 ac_cv_c_dll_gnuelf="no"
7336 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7337 conftest$ac_exeext conftest.$ac_ext
7338 CFLAGS=$ac_wine_try_cflags_saved
7340 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7341 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7342 if test "$ac_cv_c_dll_gnuelf" = "yes"
7343 then
7344 LDSHARED="\$(CC) -shared"
7345 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7346 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7347 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7348 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7349 echo $ECHO_N "(cached) $ECHO_C" >&6
7350 else
7351 ac_wine_try_cflags_saved=$CFLAGS
7352 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7353 cat >conftest.$ac_ext <<_ACEOF
7354 /* confdefs.h. */
7355 _ACEOF
7356 cat confdefs.h >>conftest.$ac_ext
7357 cat >>conftest.$ac_ext <<_ACEOF
7358 /* end confdefs.h. */
7361 main ()
7365 return 0;
7367 _ACEOF
7368 rm -f conftest.$ac_objext conftest$ac_exeext
7369 if { (ac_try="$ac_link"
7370 case "(($ac_try" in
7371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7372 *) ac_try_echo=$ac_try;;
7373 esac
7374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7375 (eval "$ac_link") 2>conftest.er1
7376 ac_status=$?
7377 grep -v '^ *+' conftest.er1 >conftest.err
7378 rm -f conftest.er1
7379 cat conftest.err >&5
7380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7381 (exit $ac_status); } && {
7382 test -z "$ac_c_werror_flag" ||
7383 test ! -s conftest.err
7384 } && test -s conftest$ac_exeext &&
7385 $as_test_x conftest$ac_exeext; then
7386 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7387 else
7388 echo "$as_me: failed program was:" >&5
7389 sed 's/^/| /' conftest.$ac_ext >&5
7391 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7395 conftest$ac_exeext conftest.$ac_ext
7396 CFLAGS=$ac_wine_try_cflags_saved
7398 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7399 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7400 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7401 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7402 else
7403 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7404 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7405 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7406 echo $ECHO_N "(cached) $ECHO_C" >&6
7407 else
7408 ac_wine_try_cflags_saved=$CFLAGS
7409 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7410 cat >conftest.$ac_ext <<_ACEOF
7411 /* confdefs.h. */
7412 _ACEOF
7413 cat confdefs.h >>conftest.$ac_ext
7414 cat >>conftest.$ac_ext <<_ACEOF
7415 /* end confdefs.h. */
7418 main ()
7422 return 0;
7424 _ACEOF
7425 rm -f conftest.$ac_objext conftest$ac_exeext
7426 if { (ac_try="$ac_link"
7427 case "(($ac_try" in
7428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7429 *) ac_try_echo=$ac_try;;
7430 esac
7431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7432 (eval "$ac_link") 2>conftest.er1
7433 ac_status=$?
7434 grep -v '^ *+' conftest.er1 >conftest.err
7435 rm -f conftest.er1
7436 cat conftest.err >&5
7437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7438 (exit $ac_status); } && {
7439 test -z "$ac_c_werror_flag" ||
7440 test ! -s conftest.err
7441 } && test -s conftest$ac_exeext &&
7442 $as_test_x conftest$ac_exeext; then
7443 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7444 else
7445 echo "$as_me: failed program was:" >&5
7446 sed 's/^/| /' conftest.$ac_ext >&5
7448 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7452 conftest$ac_exeext conftest.$ac_ext
7453 CFLAGS=$ac_wine_try_cflags_saved
7455 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7456 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7457 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7458 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7464 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7465 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7466 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7467 echo $ECHO_N "(cached) $ECHO_C" >&6
7468 else
7469 ac_wine_try_cflags_saved=$CFLAGS
7470 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7471 cat >conftest.$ac_ext <<_ACEOF
7472 /* confdefs.h. */
7473 _ACEOF
7474 cat confdefs.h >>conftest.$ac_ext
7475 cat >>conftest.$ac_ext <<_ACEOF
7476 /* end confdefs.h. */
7479 main ()
7483 return 0;
7485 _ACEOF
7486 rm -f conftest.$ac_objext conftest$ac_exeext
7487 if { (ac_try="$ac_link"
7488 case "(($ac_try" in
7489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7490 *) ac_try_echo=$ac_try;;
7491 esac
7492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7493 (eval "$ac_link") 2>conftest.er1
7494 ac_status=$?
7495 grep -v '^ *+' conftest.er1 >conftest.err
7496 rm -f conftest.er1
7497 cat conftest.err >&5
7498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7499 (exit $ac_status); } && {
7500 test -z "$ac_c_werror_flag" ||
7501 test ! -s conftest.err
7502 } && test -s conftest$ac_exeext &&
7503 $as_test_x conftest$ac_exeext; then
7504 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7505 else
7506 echo "$as_me: failed program was:" >&5
7507 sed 's/^/| /' conftest.$ac_ext >&5
7509 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7513 conftest$ac_exeext conftest.$ac_ext
7514 CFLAGS=$ac_wine_try_cflags_saved
7516 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7517 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7518 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7519 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7523 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7524 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7525 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7526 echo $ECHO_N "(cached) $ECHO_C" >&6
7527 else
7528 ac_wine_try_cflags_saved=$CFLAGS
7529 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7530 cat >conftest.$ac_ext <<_ACEOF
7531 /* confdefs.h. */
7532 _ACEOF
7533 cat confdefs.h >>conftest.$ac_ext
7534 cat >>conftest.$ac_ext <<_ACEOF
7535 /* end confdefs.h. */
7538 main ()
7542 return 0;
7544 _ACEOF
7545 rm -f conftest.$ac_objext conftest$ac_exeext
7546 if { (ac_try="$ac_link"
7547 case "(($ac_try" in
7548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7549 *) ac_try_echo=$ac_try;;
7550 esac
7551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7552 (eval "$ac_link") 2>conftest.er1
7553 ac_status=$?
7554 grep -v '^ *+' conftest.er1 >conftest.err
7555 rm -f conftest.er1
7556 cat conftest.err >&5
7557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7558 (exit $ac_status); } && {
7559 test -z "$ac_c_werror_flag" ||
7560 test ! -s conftest.err
7561 } && test -s conftest$ac_exeext &&
7562 $as_test_x conftest$ac_exeext; then
7563 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7564 else
7565 echo "$as_me: failed program was:" >&5
7566 sed 's/^/| /' conftest.$ac_ext >&5
7568 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7571 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7572 conftest$ac_exeext conftest.$ac_ext
7573 CFLAGS=$ac_wine_try_cflags_saved
7575 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7576 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7577 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7578 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7582 echo '{ global: *; };' >conftest.map
7583 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7584 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7585 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7586 echo $ECHO_N "(cached) $ECHO_C" >&6
7587 else
7588 ac_wine_try_cflags_saved=$CFLAGS
7589 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7590 cat >conftest.$ac_ext <<_ACEOF
7591 /* confdefs.h. */
7592 _ACEOF
7593 cat confdefs.h >>conftest.$ac_ext
7594 cat >>conftest.$ac_ext <<_ACEOF
7595 /* end confdefs.h. */
7598 main ()
7602 return 0;
7604 _ACEOF
7605 rm -f conftest.$ac_objext conftest$ac_exeext
7606 if { (ac_try="$ac_link"
7607 case "(($ac_try" in
7608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7609 *) ac_try_echo=$ac_try;;
7610 esac
7611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7612 (eval "$ac_link") 2>conftest.er1
7613 ac_status=$?
7614 grep -v '^ *+' conftest.er1 >conftest.err
7615 rm -f conftest.er1
7616 cat conftest.err >&5
7617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7618 (exit $ac_status); } && {
7619 test -z "$ac_c_werror_flag" ||
7620 test ! -s conftest.err
7621 } && test -s conftest$ac_exeext &&
7622 $as_test_x conftest$ac_exeext; then
7623 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7624 else
7625 echo "$as_me: failed program was:" >&5
7626 sed 's/^/| /' conftest.$ac_ext >&5
7628 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7631 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7632 conftest$ac_exeext conftest.$ac_ext
7633 CFLAGS=$ac_wine_try_cflags_saved
7635 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7636 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7637 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7638 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7641 rm -f conftest.map
7643 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7644 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7645 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7646 echo $ECHO_N "(cached) $ECHO_C" >&6
7647 else
7648 ac_wine_try_cflags_saved=$CFLAGS
7649 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7650 cat >conftest.$ac_ext <<_ACEOF
7651 /* confdefs.h. */
7652 _ACEOF
7653 cat confdefs.h >>conftest.$ac_ext
7654 cat >>conftest.$ac_ext <<_ACEOF
7655 /* end confdefs.h. */
7658 main ()
7662 return 0;
7664 _ACEOF
7665 rm -f conftest.$ac_objext conftest$ac_exeext
7666 if { (ac_try="$ac_link"
7667 case "(($ac_try" in
7668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7669 *) ac_try_echo=$ac_try;;
7670 esac
7671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7672 (eval "$ac_link") 2>conftest.er1
7673 ac_status=$?
7674 grep -v '^ *+' conftest.er1 >conftest.err
7675 rm -f conftest.er1
7676 cat conftest.err >&5
7677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7678 (exit $ac_status); } && {
7679 test -z "$ac_c_werror_flag" ||
7680 test ! -s conftest.err
7681 } && test -s conftest$ac_exeext &&
7682 $as_test_x conftest$ac_exeext; then
7683 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
7684 else
7685 echo "$as_me: failed program was:" >&5
7686 sed 's/^/| /' conftest.$ac_ext >&5
7688 ac_cv_cflags__fPIC__Wl___export_dynamic=no
7691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7692 conftest$ac_exeext conftest.$ac_ext
7693 CFLAGS=$ac_wine_try_cflags_saved
7695 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
7696 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7697 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7698 LDEXECFLAGS="-Wl,--export-dynamic"
7703 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7704 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
7705 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
7706 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7707 echo $ECHO_N "(cached) $ECHO_C" >&6
7708 else
7709 ac_wine_try_cflags_saved=$CFLAGS
7710 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
7711 cat >conftest.$ac_ext <<_ACEOF
7712 /* confdefs.h. */
7713 _ACEOF
7714 cat confdefs.h >>conftest.$ac_ext
7715 cat >>conftest.$ac_ext <<_ACEOF
7716 /* end confdefs.h. */
7719 main ()
7723 return 0;
7725 _ACEOF
7726 rm -f conftest.$ac_objext conftest$ac_exeext
7727 if { (ac_try="$ac_link"
7728 case "(($ac_try" in
7729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7730 *) ac_try_echo=$ac_try;;
7731 esac
7732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7733 (eval "$ac_link") 2>conftest.er1
7734 ac_status=$?
7735 grep -v '^ *+' conftest.er1 >conftest.err
7736 rm -f conftest.er1
7737 cat conftest.err >&5
7738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7739 (exit $ac_status); } && {
7740 test -z "$ac_c_werror_flag" ||
7741 test ! -s conftest.err
7742 } && test -s conftest$ac_exeext &&
7743 $as_test_x conftest$ac_exeext; then
7744 eval "$as_ac_var=yes"
7745 else
7746 echo "$as_me: failed program was:" >&5
7747 sed 's/^/| /' conftest.$ac_ext >&5
7749 eval "$as_ac_var=no"
7752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7753 conftest$ac_exeext conftest.$ac_ext
7754 CFLAGS=$ac_wine_try_cflags_saved
7756 ac_res=`eval echo '${'$as_ac_var'}'`
7757 { echo "$as_me:$LINENO: result: $ac_res" >&5
7758 echo "${ECHO_T}$ac_res" >&6; }
7759 if test `eval echo '${'$as_ac_var'}'` = yes; then
7760 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7761 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7762 else
7763 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
7764 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
7765 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
7766 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7767 echo $ECHO_N "(cached) $ECHO_C" >&6
7768 else
7769 ac_wine_try_cflags_saved=$CFLAGS
7770 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
7771 cat >conftest.$ac_ext <<_ACEOF
7772 /* confdefs.h. */
7773 _ACEOF
7774 cat confdefs.h >>conftest.$ac_ext
7775 cat >>conftest.$ac_ext <<_ACEOF
7776 /* end confdefs.h. */
7779 main ()
7783 return 0;
7785 _ACEOF
7786 rm -f conftest.$ac_objext conftest$ac_exeext
7787 if { (ac_try="$ac_link"
7788 case "(($ac_try" in
7789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7790 *) ac_try_echo=$ac_try;;
7791 esac
7792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7793 (eval "$ac_link") 2>conftest.er1
7794 ac_status=$?
7795 grep -v '^ *+' conftest.er1 >conftest.err
7796 rm -f conftest.er1
7797 cat conftest.err >&5
7798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7799 (exit $ac_status); } && {
7800 test -z "$ac_c_werror_flag" ||
7801 test ! -s conftest.err
7802 } && test -s conftest$ac_exeext &&
7803 $as_test_x conftest$ac_exeext; then
7804 eval "$as_ac_var=yes"
7805 else
7806 echo "$as_me: failed program was:" >&5
7807 sed 's/^/| /' conftest.$ac_ext >&5
7809 eval "$as_ac_var=no"
7812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7813 conftest$ac_exeext conftest.$ac_ext
7814 CFLAGS=$ac_wine_try_cflags_saved
7816 ac_res=`eval echo '${'$as_ac_var'}'`
7817 { echo "$as_me:$LINENO: result: $ac_res" >&5
7818 echo "${ECHO_T}$ac_res" >&6; }
7819 if test `eval echo '${'$as_ac_var'}'` = yes; then
7820 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
7821 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
7827 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
7828 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
7829 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
7830 echo $ECHO_N "(cached) $ECHO_C" >&6
7831 else
7832 ac_wine_try_cflags_saved=$CFLAGS
7833 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
7834 cat >conftest.$ac_ext <<_ACEOF
7835 /* confdefs.h. */
7836 _ACEOF
7837 cat confdefs.h >>conftest.$ac_ext
7838 cat >>conftest.$ac_ext <<_ACEOF
7839 /* end confdefs.h. */
7842 main ()
7846 return 0;
7848 _ACEOF
7849 rm -f conftest.$ac_objext conftest$ac_exeext
7850 if { (ac_try="$ac_link"
7851 case "(($ac_try" in
7852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7853 *) ac_try_echo=$ac_try;;
7854 esac
7855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7856 (eval "$ac_link") 2>conftest.er1
7857 ac_status=$?
7858 grep -v '^ *+' conftest.er1 >conftest.err
7859 rm -f conftest.er1
7860 cat conftest.err >&5
7861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7862 (exit $ac_status); } && {
7863 test -z "$ac_c_werror_flag" ||
7864 test ! -s conftest.err
7865 } && test -s conftest$ac_exeext &&
7866 $as_test_x conftest$ac_exeext; then
7867 ac_cv_cflags__Wl___enable_new_dtags=yes
7868 else
7869 echo "$as_me: failed program was:" >&5
7870 sed 's/^/| /' conftest.$ac_ext >&5
7872 ac_cv_cflags__Wl___enable_new_dtags=no
7875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7876 conftest$ac_exeext conftest.$ac_ext
7877 CFLAGS=$ac_wine_try_cflags_saved
7879 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
7880 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
7881 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
7882 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
7886 case $host_cpu in
7887 *i[3456789]86* | x86_64)
7888 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
7889 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
7890 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
7891 echo $ECHO_N "(cached) $ECHO_C" >&6
7892 else
7893 ac_wine_try_cflags_saved=$CFLAGS
7894 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
7895 cat >conftest.$ac_ext <<_ACEOF
7896 /* confdefs.h. */
7897 _ACEOF
7898 cat confdefs.h >>conftest.$ac_ext
7899 cat >>conftest.$ac_ext <<_ACEOF
7900 /* end confdefs.h. */
7903 main ()
7907 return 0;
7909 _ACEOF
7910 rm -f conftest.$ac_objext conftest$ac_exeext
7911 if { (ac_try="$ac_link"
7912 case "(($ac_try" in
7913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7914 *) ac_try_echo=$ac_try;;
7915 esac
7916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7917 (eval "$ac_link") 2>conftest.er1
7918 ac_status=$?
7919 grep -v '^ *+' conftest.er1 >conftest.err
7920 rm -f conftest.er1
7921 cat conftest.err >&5
7922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7923 (exit $ac_status); } && {
7924 test -z "$ac_c_werror_flag" ||
7925 test ! -s conftest.err
7926 } && test -s conftest$ac_exeext &&
7927 $as_test_x conftest$ac_exeext; then
7928 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
7929 else
7930 echo "$as_me: failed program was:" >&5
7931 sed 's/^/| /' conftest.$ac_ext >&5
7933 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
7936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7937 conftest$ac_exeext conftest.$ac_ext
7938 CFLAGS=$ac_wine_try_cflags_saved
7940 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
7941 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
7942 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
7943 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
7947 esac
7949 else
7950 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
7951 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
7952 if test "${ac_cv_c_dll_unixware+set}" = set; then
7953 echo $ECHO_N "(cached) $ECHO_C" >&6
7954 else
7955 ac_wine_try_cflags_saved=$CFLAGS
7956 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
7957 cat >conftest.$ac_ext <<_ACEOF
7958 void myfunc() {}
7959 _ACEOF
7960 rm -f conftest.$ac_objext conftest$ac_exeext
7961 if { (ac_try="$ac_link"
7962 case "(($ac_try" in
7963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7964 *) ac_try_echo=$ac_try;;
7965 esac
7966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7967 (eval "$ac_link") 2>conftest.er1
7968 ac_status=$?
7969 grep -v '^ *+' conftest.er1 >conftest.err
7970 rm -f conftest.er1
7971 cat conftest.err >&5
7972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7973 (exit $ac_status); } && {
7974 test -z "$ac_c_werror_flag" ||
7975 test ! -s conftest.err
7976 } && test -s conftest$ac_exeext &&
7977 $as_test_x conftest$ac_exeext; then
7978 ac_cv_c_dll_unixware="yes"
7979 else
7980 echo "$as_me: failed program was:" >&5
7981 sed 's/^/| /' conftest.$ac_ext >&5
7983 ac_cv_c_dll_unixware="no"
7986 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7987 conftest$ac_exeext conftest.$ac_ext
7988 CFLAGS=$ac_wine_try_cflags_saved
7990 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
7991 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
7992 if test "$ac_cv_c_dll_unixware" = "yes"
7993 then
7994 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
7995 LDDLLFLAGS="-Wl,-G,-B,symbolic"
7997 else
7998 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
7999 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8000 if test "${ac_cv_c_dll_hpux+set}" = set; then
8001 echo $ECHO_N "(cached) $ECHO_C" >&6
8002 else
8003 ac_wine_try_cflags_saved=$CFLAGS
8004 CFLAGS="$CFLAGS -shared"
8005 cat >conftest.$ac_ext <<_ACEOF
8006 void myfunc() {}
8007 _ACEOF
8008 rm -f conftest.$ac_objext conftest$ac_exeext
8009 if { (ac_try="$ac_link"
8010 case "(($ac_try" in
8011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8012 *) ac_try_echo=$ac_try;;
8013 esac
8014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8015 (eval "$ac_link") 2>conftest.er1
8016 ac_status=$?
8017 grep -v '^ *+' conftest.er1 >conftest.err
8018 rm -f conftest.er1
8019 cat conftest.err >&5
8020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8021 (exit $ac_status); } && {
8022 test -z "$ac_c_werror_flag" ||
8023 test ! -s conftest.err
8024 } && test -s conftest$ac_exeext &&
8025 $as_test_x conftest$ac_exeext; then
8026 ac_cv_c_dll_hpux="yes"
8027 else
8028 echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8031 ac_cv_c_dll_hpux="no"
8034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8035 conftest$ac_exeext conftest.$ac_ext
8036 CFLAGS=$ac_wine_try_cflags_saved
8038 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8039 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8040 if test "$ac_cv_c_dll_hpux" = "yes"
8041 then
8042 LIBEXT="sl"
8043 DLLEXT=".sl"
8044 LDDLLFLAGS="-shared -fPIC"
8045 LDSHARED="\$(CC) -shared"
8050 esac
8052 enable_winequartz_drv=${enable_winequartz_drv:-no}
8054 if test "$LIBEXT" = "a"; then
8055 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8056 It is currently not possible to build Wine without shared library
8057 (.so) support to allow transparent switch between .so and .dll files.
8058 If you are using Linux, you will need a newer binutils.
8059 " >&5
8060 echo "$as_me: error: could not find a way to build shared libraries.
8061 It is currently not possible to build Wine without shared library
8062 (.so) support to allow transparent switch between .so and .dll files.
8063 If you are using Linux, you will need a newer binutils.
8064 " >&2;}
8065 { (exit 1); exit 1; }; }
8068 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8069 then
8070 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8072 # Extract the first word of "$ac_prog", so it can be a program name with args.
8073 set dummy $ac_prog; ac_word=$2
8074 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8075 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8076 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8077 echo $ECHO_N "(cached) $ECHO_C" >&6
8078 else
8079 if test -n "$CROSSCC"; then
8080 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8081 else
8082 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8083 for as_dir in $PATH
8085 IFS=$as_save_IFS
8086 test -z "$as_dir" && as_dir=.
8087 for ac_exec_ext in '' $ac_executable_extensions; do
8088 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8089 ac_cv_prog_CROSSCC="$ac_prog"
8090 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8091 break 2
8093 done
8094 done
8095 IFS=$as_save_IFS
8099 CROSSCC=$ac_cv_prog_CROSSCC
8100 if test -n "$CROSSCC"; then
8101 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8102 echo "${ECHO_T}$CROSSCC" >&6; }
8103 else
8104 { echo "$as_me:$LINENO: result: no" >&5
8105 echo "${ECHO_T}no" >&6; }
8109 test -n "$CROSSCC" && break
8110 done
8111 test -n "$CROSSCC" || CROSSCC="false"
8113 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8115 # Extract the first word of "$ac_prog", so it can be a program name with args.
8116 set dummy $ac_prog; ac_word=$2
8117 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8118 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8119 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8120 echo $ECHO_N "(cached) $ECHO_C" >&6
8121 else
8122 if test -n "$DLLTOOL"; then
8123 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8124 else
8125 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8126 for as_dir in $PATH
8128 IFS=$as_save_IFS
8129 test -z "$as_dir" && as_dir=.
8130 for ac_exec_ext in '' $ac_executable_extensions; do
8131 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8132 ac_cv_prog_DLLTOOL="$ac_prog"
8133 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8134 break 2
8136 done
8137 done
8138 IFS=$as_save_IFS
8142 DLLTOOL=$ac_cv_prog_DLLTOOL
8143 if test -n "$DLLTOOL"; then
8144 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8145 echo "${ECHO_T}$DLLTOOL" >&6; }
8146 else
8147 { echo "$as_me:$LINENO: result: no" >&5
8148 echo "${ECHO_T}no" >&6; }
8152 test -n "$DLLTOOL" && break
8153 done
8154 test -n "$DLLTOOL" || DLLTOOL="false"
8156 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8158 # Extract the first word of "$ac_prog", so it can be a program name with args.
8159 set dummy $ac_prog; ac_word=$2
8160 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8161 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8162 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8163 echo $ECHO_N "(cached) $ECHO_C" >&6
8164 else
8165 if test -n "$MINGWAR"; then
8166 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8167 else
8168 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8169 for as_dir in $PATH
8171 IFS=$as_save_IFS
8172 test -z "$as_dir" && as_dir=.
8173 for ac_exec_ext in '' $ac_executable_extensions; do
8174 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8175 ac_cv_prog_MINGWAR="$ac_prog"
8176 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8177 break 2
8179 done
8180 done
8181 IFS=$as_save_IFS
8185 MINGWAR=$ac_cv_prog_MINGWAR
8186 if test -n "$MINGWAR"; then
8187 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8188 echo "${ECHO_T}$MINGWAR" >&6; }
8189 else
8190 { echo "$as_me:$LINENO: result: no" >&5
8191 echo "${ECHO_T}no" >&6; }
8195 test -n "$MINGWAR" && break
8196 done
8197 test -n "$MINGWAR" || MINGWAR="false"
8199 if test "$CROSSCC" != "false"
8200 then
8201 CROSSTEST="\$(CROSSTEST)"
8203 set x $CROSSCC
8204 shift
8205 target=""
8206 while test $# -ge 1
8208 case "$1" in
8209 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8210 esac
8211 shift
8212 done
8213 if test -n "$target"
8214 then
8215 CROSSTARGETFLAGS="-b $target"
8222 if test "$ac_cv_header_pthread_h" = "yes"
8223 then
8224 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8225 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8226 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8227 echo $ECHO_N "(cached) $ECHO_C" >&6
8228 else
8229 ac_check_lib_save_LIBS=$LIBS
8230 LIBS="-lpthread $LIBS"
8231 cat >conftest.$ac_ext <<_ACEOF
8232 /* confdefs.h. */
8233 _ACEOF
8234 cat confdefs.h >>conftest.$ac_ext
8235 cat >>conftest.$ac_ext <<_ACEOF
8236 /* end confdefs.h. */
8238 /* Override any GCC internal prototype to avoid an error.
8239 Use char because int might match the return type of a GCC
8240 builtin and then its argument prototype would still apply. */
8241 #ifdef __cplusplus
8242 extern "C"
8243 #endif
8244 char pthread_create ();
8246 main ()
8248 return pthread_create ();
8250 return 0;
8252 _ACEOF
8253 rm -f conftest.$ac_objext conftest$ac_exeext
8254 if { (ac_try="$ac_link"
8255 case "(($ac_try" in
8256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8257 *) ac_try_echo=$ac_try;;
8258 esac
8259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8260 (eval "$ac_link") 2>conftest.er1
8261 ac_status=$?
8262 grep -v '^ *+' conftest.er1 >conftest.err
8263 rm -f conftest.er1
8264 cat conftest.err >&5
8265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8266 (exit $ac_status); } && {
8267 test -z "$ac_c_werror_flag" ||
8268 test ! -s conftest.err
8269 } && test -s conftest$ac_exeext &&
8270 $as_test_x conftest$ac_exeext; then
8271 ac_cv_lib_pthread_pthread_create=yes
8272 else
8273 echo "$as_me: failed program was:" >&5
8274 sed 's/^/| /' conftest.$ac_ext >&5
8276 ac_cv_lib_pthread_pthread_create=no
8279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8280 conftest$ac_exeext conftest.$ac_ext
8281 LIBS=$ac_check_lib_save_LIBS
8283 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8284 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8285 if test $ac_cv_lib_pthread_pthread_create = yes; then
8286 LIBPTHREAD="-lpthread"
8291 if test "x$LIBPTHREAD" = "x"; then
8292 case "x$with_pthread" in
8293 xno) ;;
8294 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8295 Wine cannot support threads without libpthread.
8296 Use the --without-pthread option if you really want this." >&5
8297 echo "$as_me: error: pthread ${notice_platform}development files not found.
8298 Wine cannot support threads without libpthread.
8299 Use the --without-pthread option if you really want this." >&2;}
8300 { (exit 1); exit 1; }; } ;;
8301 esac
8306 { echo "$as_me:$LINENO: checking for X" >&5
8307 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8310 # Check whether --with-x was given.
8311 if test "${with_x+set}" = set; then
8312 withval=$with_x;
8315 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8316 if test "x$with_x" = xno; then
8317 # The user explicitly disabled X.
8318 have_x=disabled
8319 else
8320 case $x_includes,$x_libraries in #(
8321 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8322 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8323 { (exit 1); exit 1; }; };; #(
8324 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8325 echo $ECHO_N "(cached) $ECHO_C" >&6
8326 else
8327 # One or both of the vars are not set, and there is no cached value.
8328 ac_x_includes=no ac_x_libraries=no
8329 rm -f -r conftest.dir
8330 if mkdir conftest.dir; then
8331 cd conftest.dir
8332 cat >Imakefile <<'_ACEOF'
8333 incroot:
8334 @echo incroot='${INCROOT}'
8335 usrlibdir:
8336 @echo usrlibdir='${USRLIBDIR}'
8337 libdir:
8338 @echo libdir='${LIBDIR}'
8339 _ACEOF
8340 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8341 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8342 for ac_var in incroot usrlibdir libdir; do
8343 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8344 done
8345 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8346 for ac_extension in a so sl; do
8347 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8348 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8349 ac_im_usrlibdir=$ac_im_libdir; break
8351 done
8352 # Screen out bogus values from the imake configuration. They are
8353 # bogus both because they are the default anyway, and because
8354 # using them would break gcc on systems where it needs fixed includes.
8355 case $ac_im_incroot in
8356 /usr/include) ac_x_includes= ;;
8357 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8358 esac
8359 case $ac_im_usrlibdir in
8360 /usr/lib | /lib) ;;
8361 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8362 esac
8364 cd ..
8365 rm -f -r conftest.dir
8368 # Standard set of common directories for X headers.
8369 # Check X11 before X11Rn because it is often a symlink to the current release.
8370 ac_x_header_dirs='
8371 /usr/X11/include
8372 /usr/X11R6/include
8373 /usr/X11R5/include
8374 /usr/X11R4/include
8376 /usr/include/X11
8377 /usr/include/X11R6
8378 /usr/include/X11R5
8379 /usr/include/X11R4
8381 /usr/local/X11/include
8382 /usr/local/X11R6/include
8383 /usr/local/X11R5/include
8384 /usr/local/X11R4/include
8386 /usr/local/include/X11
8387 /usr/local/include/X11R6
8388 /usr/local/include/X11R5
8389 /usr/local/include/X11R4
8391 /usr/X386/include
8392 /usr/x386/include
8393 /usr/XFree86/include/X11
8395 /usr/include
8396 /usr/local/include
8397 /usr/unsupported/include
8398 /usr/athena/include
8399 /usr/local/x11r5/include
8400 /usr/lpp/Xamples/include
8402 /usr/openwin/include
8403 /usr/openwin/share/include'
8405 if test "$ac_x_includes" = no; then
8406 # Guess where to find include files, by looking for Xlib.h.
8407 # First, try using that file with no special directory specified.
8408 cat >conftest.$ac_ext <<_ACEOF
8409 /* confdefs.h. */
8410 _ACEOF
8411 cat confdefs.h >>conftest.$ac_ext
8412 cat >>conftest.$ac_ext <<_ACEOF
8413 /* end confdefs.h. */
8414 #include <X11/Xlib.h>
8415 _ACEOF
8416 if { (ac_try="$ac_cpp conftest.$ac_ext"
8417 case "(($ac_try" in
8418 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8419 *) ac_try_echo=$ac_try;;
8420 esac
8421 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8422 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8423 ac_status=$?
8424 grep -v '^ *+' conftest.er1 >conftest.err
8425 rm -f conftest.er1
8426 cat conftest.err >&5
8427 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8428 (exit $ac_status); } >/dev/null && {
8429 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8430 test ! -s conftest.err
8431 }; then
8432 # We can compile using X headers with no special include directory.
8433 ac_x_includes=
8434 else
8435 echo "$as_me: failed program was:" >&5
8436 sed 's/^/| /' conftest.$ac_ext >&5
8438 for ac_dir in $ac_x_header_dirs; do
8439 if test -r "$ac_dir/X11/Xlib.h"; then
8440 ac_x_includes=$ac_dir
8441 break
8443 done
8446 rm -f conftest.err conftest.$ac_ext
8447 fi # $ac_x_includes = no
8449 if test "$ac_x_libraries" = no; then
8450 # Check for the libraries.
8451 # See if we find them without any special options.
8452 # Don't add to $LIBS permanently.
8453 ac_save_LIBS=$LIBS
8454 LIBS="-lX11 $LIBS"
8455 cat >conftest.$ac_ext <<_ACEOF
8456 /* confdefs.h. */
8457 _ACEOF
8458 cat confdefs.h >>conftest.$ac_ext
8459 cat >>conftest.$ac_ext <<_ACEOF
8460 /* end confdefs.h. */
8461 #include <X11/Xlib.h>
8463 main ()
8465 XrmInitialize ()
8467 return 0;
8469 _ACEOF
8470 rm -f conftest.$ac_objext conftest$ac_exeext
8471 if { (ac_try="$ac_link"
8472 case "(($ac_try" in
8473 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8474 *) ac_try_echo=$ac_try;;
8475 esac
8476 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8477 (eval "$ac_link") 2>conftest.er1
8478 ac_status=$?
8479 grep -v '^ *+' conftest.er1 >conftest.err
8480 rm -f conftest.er1
8481 cat conftest.err >&5
8482 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8483 (exit $ac_status); } && {
8484 test -z "$ac_c_werror_flag" ||
8485 test ! -s conftest.err
8486 } && test -s conftest$ac_exeext &&
8487 $as_test_x conftest$ac_exeext; then
8488 LIBS=$ac_save_LIBS
8489 # We can link X programs with no special library path.
8490 ac_x_libraries=
8491 else
8492 echo "$as_me: failed program was:" >&5
8493 sed 's/^/| /' conftest.$ac_ext >&5
8495 LIBS=$ac_save_LIBS
8496 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8498 # Don't even attempt the hair of trying to link an X program!
8499 for ac_extension in a so sl; do
8500 if test -r "$ac_dir/libX11.$ac_extension"; then
8501 ac_x_libraries=$ac_dir
8502 break 2
8504 done
8505 done
8508 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8509 conftest$ac_exeext conftest.$ac_ext
8510 fi # $ac_x_libraries = no
8512 case $ac_x_includes,$ac_x_libraries in #(
8513 no,* | *,no | *\'*)
8514 # Didn't find X, or a directory has "'" in its name.
8515 ac_cv_have_x="have_x=no";; #(
8517 # Record where we found X for the cache.
8518 ac_cv_have_x="have_x=yes\
8519 ac_x_includes='$ac_x_includes'\
8520 ac_x_libraries='$ac_x_libraries'"
8521 esac
8523 ;; #(
8524 *) have_x=yes;;
8525 esac
8526 eval "$ac_cv_have_x"
8527 fi # $with_x != no
8529 if test "$have_x" != yes; then
8530 { echo "$as_me:$LINENO: result: $have_x" >&5
8531 echo "${ECHO_T}$have_x" >&6; }
8532 no_x=yes
8533 else
8534 # If each of the values was on the command line, it overrides each guess.
8535 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8536 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8537 # Update the cache value to reflect the command line values.
8538 ac_cv_have_x="have_x=yes\
8539 ac_x_includes='$x_includes'\
8540 ac_x_libraries='$x_libraries'"
8541 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8542 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8545 if test "$no_x" = yes; then
8546 # Not all programs may use this symbol, but it does not hurt to define it.
8548 cat >>confdefs.h <<\_ACEOF
8549 #define X_DISPLAY_MISSING 1
8550 _ACEOF
8552 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8553 else
8554 if test -n "$x_includes"; then
8555 X_CFLAGS="$X_CFLAGS -I$x_includes"
8558 # It would also be nice to do this for all -L options, not just this one.
8559 if test -n "$x_libraries"; then
8560 X_LIBS="$X_LIBS -L$x_libraries"
8561 # For Solaris; some versions of Sun CC require a space after -R and
8562 # others require no space. Words are not sufficient . . . .
8563 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8564 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8565 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8566 ac_xsave_c_werror_flag=$ac_c_werror_flag
8567 ac_c_werror_flag=yes
8568 cat >conftest.$ac_ext <<_ACEOF
8569 /* confdefs.h. */
8570 _ACEOF
8571 cat confdefs.h >>conftest.$ac_ext
8572 cat >>conftest.$ac_ext <<_ACEOF
8573 /* end confdefs.h. */
8576 main ()
8580 return 0;
8582 _ACEOF
8583 rm -f conftest.$ac_objext conftest$ac_exeext
8584 if { (ac_try="$ac_link"
8585 case "(($ac_try" in
8586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8587 *) ac_try_echo=$ac_try;;
8588 esac
8589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8590 (eval "$ac_link") 2>conftest.er1
8591 ac_status=$?
8592 grep -v '^ *+' conftest.er1 >conftest.err
8593 rm -f conftest.er1
8594 cat conftest.err >&5
8595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8596 (exit $ac_status); } && {
8597 test -z "$ac_c_werror_flag" ||
8598 test ! -s conftest.err
8599 } && test -s conftest$ac_exeext &&
8600 $as_test_x conftest$ac_exeext; then
8601 { echo "$as_me:$LINENO: result: no" >&5
8602 echo "${ECHO_T}no" >&6; }
8603 X_LIBS="$X_LIBS -R$x_libraries"
8604 else
8605 echo "$as_me: failed program was:" >&5
8606 sed 's/^/| /' conftest.$ac_ext >&5
8608 LIBS="$ac_xsave_LIBS -R $x_libraries"
8609 cat >conftest.$ac_ext <<_ACEOF
8610 /* confdefs.h. */
8611 _ACEOF
8612 cat confdefs.h >>conftest.$ac_ext
8613 cat >>conftest.$ac_ext <<_ACEOF
8614 /* end confdefs.h. */
8617 main ()
8621 return 0;
8623 _ACEOF
8624 rm -f conftest.$ac_objext conftest$ac_exeext
8625 if { (ac_try="$ac_link"
8626 case "(($ac_try" in
8627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8628 *) ac_try_echo=$ac_try;;
8629 esac
8630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8631 (eval "$ac_link") 2>conftest.er1
8632 ac_status=$?
8633 grep -v '^ *+' conftest.er1 >conftest.err
8634 rm -f conftest.er1
8635 cat conftest.err >&5
8636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8637 (exit $ac_status); } && {
8638 test -z "$ac_c_werror_flag" ||
8639 test ! -s conftest.err
8640 } && test -s conftest$ac_exeext &&
8641 $as_test_x conftest$ac_exeext; then
8642 { echo "$as_me:$LINENO: result: yes" >&5
8643 echo "${ECHO_T}yes" >&6; }
8644 X_LIBS="$X_LIBS -R $x_libraries"
8645 else
8646 echo "$as_me: failed program was:" >&5
8647 sed 's/^/| /' conftest.$ac_ext >&5
8649 { echo "$as_me:$LINENO: result: neither works" >&5
8650 echo "${ECHO_T}neither works" >&6; }
8653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8654 conftest$ac_exeext conftest.$ac_ext
8657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8658 conftest$ac_exeext conftest.$ac_ext
8659 ac_c_werror_flag=$ac_xsave_c_werror_flag
8660 LIBS=$ac_xsave_LIBS
8663 # Check for system-dependent libraries X programs must link with.
8664 # Do this before checking for the system-independent R6 libraries
8665 # (-lICE), since we may need -lsocket or whatever for X linking.
8667 if test "$ISC" = yes; then
8668 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8669 else
8670 # Martyn Johnson says this is needed for Ultrix, if the X
8671 # libraries were built with DECnet support. And Karl Berry says
8672 # the Alpha needs dnet_stub (dnet does not exist).
8673 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8674 cat >conftest.$ac_ext <<_ACEOF
8675 /* confdefs.h. */
8676 _ACEOF
8677 cat confdefs.h >>conftest.$ac_ext
8678 cat >>conftest.$ac_ext <<_ACEOF
8679 /* end confdefs.h. */
8681 /* Override any GCC internal prototype to avoid an error.
8682 Use char because int might match the return type of a GCC
8683 builtin and then its argument prototype would still apply. */
8684 #ifdef __cplusplus
8685 extern "C"
8686 #endif
8687 char XOpenDisplay ();
8689 main ()
8691 return XOpenDisplay ();
8693 return 0;
8695 _ACEOF
8696 rm -f conftest.$ac_objext conftest$ac_exeext
8697 if { (ac_try="$ac_link"
8698 case "(($ac_try" in
8699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8700 *) ac_try_echo=$ac_try;;
8701 esac
8702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8703 (eval "$ac_link") 2>conftest.er1
8704 ac_status=$?
8705 grep -v '^ *+' conftest.er1 >conftest.err
8706 rm -f conftest.er1
8707 cat conftest.err >&5
8708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8709 (exit $ac_status); } && {
8710 test -z "$ac_c_werror_flag" ||
8711 test ! -s conftest.err
8712 } && test -s conftest$ac_exeext &&
8713 $as_test_x conftest$ac_exeext; then
8715 else
8716 echo "$as_me: failed program was:" >&5
8717 sed 's/^/| /' conftest.$ac_ext >&5
8719 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8720 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8721 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8722 echo $ECHO_N "(cached) $ECHO_C" >&6
8723 else
8724 ac_check_lib_save_LIBS=$LIBS
8725 LIBS="-ldnet $LIBS"
8726 cat >conftest.$ac_ext <<_ACEOF
8727 /* confdefs.h. */
8728 _ACEOF
8729 cat confdefs.h >>conftest.$ac_ext
8730 cat >>conftest.$ac_ext <<_ACEOF
8731 /* end confdefs.h. */
8733 /* Override any GCC internal prototype to avoid an error.
8734 Use char because int might match the return type of a GCC
8735 builtin and then its argument prototype would still apply. */
8736 #ifdef __cplusplus
8737 extern "C"
8738 #endif
8739 char dnet_ntoa ();
8741 main ()
8743 return dnet_ntoa ();
8745 return 0;
8747 _ACEOF
8748 rm -f conftest.$ac_objext conftest$ac_exeext
8749 if { (ac_try="$ac_link"
8750 case "(($ac_try" in
8751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8752 *) ac_try_echo=$ac_try;;
8753 esac
8754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8755 (eval "$ac_link") 2>conftest.er1
8756 ac_status=$?
8757 grep -v '^ *+' conftest.er1 >conftest.err
8758 rm -f conftest.er1
8759 cat conftest.err >&5
8760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8761 (exit $ac_status); } && {
8762 test -z "$ac_c_werror_flag" ||
8763 test ! -s conftest.err
8764 } && test -s conftest$ac_exeext &&
8765 $as_test_x conftest$ac_exeext; then
8766 ac_cv_lib_dnet_dnet_ntoa=yes
8767 else
8768 echo "$as_me: failed program was:" >&5
8769 sed 's/^/| /' conftest.$ac_ext >&5
8771 ac_cv_lib_dnet_dnet_ntoa=no
8774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8775 conftest$ac_exeext conftest.$ac_ext
8776 LIBS=$ac_check_lib_save_LIBS
8778 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8779 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8780 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8781 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8784 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8785 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8786 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8787 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8788 echo $ECHO_N "(cached) $ECHO_C" >&6
8789 else
8790 ac_check_lib_save_LIBS=$LIBS
8791 LIBS="-ldnet_stub $LIBS"
8792 cat >conftest.$ac_ext <<_ACEOF
8793 /* confdefs.h. */
8794 _ACEOF
8795 cat confdefs.h >>conftest.$ac_ext
8796 cat >>conftest.$ac_ext <<_ACEOF
8797 /* end confdefs.h. */
8799 /* Override any GCC internal prototype to avoid an error.
8800 Use char because int might match the return type of a GCC
8801 builtin and then its argument prototype would still apply. */
8802 #ifdef __cplusplus
8803 extern "C"
8804 #endif
8805 char dnet_ntoa ();
8807 main ()
8809 return dnet_ntoa ();
8811 return 0;
8813 _ACEOF
8814 rm -f conftest.$ac_objext conftest$ac_exeext
8815 if { (ac_try="$ac_link"
8816 case "(($ac_try" in
8817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8818 *) ac_try_echo=$ac_try;;
8819 esac
8820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8821 (eval "$ac_link") 2>conftest.er1
8822 ac_status=$?
8823 grep -v '^ *+' conftest.er1 >conftest.err
8824 rm -f conftest.er1
8825 cat conftest.err >&5
8826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8827 (exit $ac_status); } && {
8828 test -z "$ac_c_werror_flag" ||
8829 test ! -s conftest.err
8830 } && test -s conftest$ac_exeext &&
8831 $as_test_x conftest$ac_exeext; then
8832 ac_cv_lib_dnet_stub_dnet_ntoa=yes
8833 else
8834 echo "$as_me: failed program was:" >&5
8835 sed 's/^/| /' conftest.$ac_ext >&5
8837 ac_cv_lib_dnet_stub_dnet_ntoa=no
8840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8841 conftest$ac_exeext conftest.$ac_ext
8842 LIBS=$ac_check_lib_save_LIBS
8844 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
8845 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
8846 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
8847 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
8853 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8854 conftest$ac_exeext conftest.$ac_ext
8855 LIBS="$ac_xsave_LIBS"
8857 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
8858 # to get the SysV transport functions.
8859 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
8860 # needs -lnsl.
8861 # The nsl library prevents programs from opening the X display
8862 # on Irix 5.2, according to T.E. Dickey.
8863 # The functions gethostbyname, getservbyname, and inet_addr are
8864 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
8865 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
8866 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
8867 if test "${ac_cv_func_gethostbyname+set}" = set; then
8868 echo $ECHO_N "(cached) $ECHO_C" >&6
8869 else
8870 cat >conftest.$ac_ext <<_ACEOF
8871 /* confdefs.h. */
8872 _ACEOF
8873 cat confdefs.h >>conftest.$ac_ext
8874 cat >>conftest.$ac_ext <<_ACEOF
8875 /* end confdefs.h. */
8876 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
8877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
8878 #define gethostbyname innocuous_gethostbyname
8880 /* System header to define __stub macros and hopefully few prototypes,
8881 which can conflict with char gethostbyname (); below.
8882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
8883 <limits.h> exists even on freestanding compilers. */
8885 #ifdef __STDC__
8886 # include <limits.h>
8887 #else
8888 # include <assert.h>
8889 #endif
8891 #undef gethostbyname
8893 /* Override any GCC internal prototype to avoid an error.
8894 Use char because int might match the return type of a GCC
8895 builtin and then its argument prototype would still apply. */
8896 #ifdef __cplusplus
8897 extern "C"
8898 #endif
8899 char gethostbyname ();
8900 /* The GNU C library defines this for functions which it implements
8901 to always fail with ENOSYS. Some functions are actually named
8902 something starting with __ and the normal name is an alias. */
8903 #if defined __stub_gethostbyname || defined __stub___gethostbyname
8904 choke me
8905 #endif
8908 main ()
8910 return gethostbyname ();
8912 return 0;
8914 _ACEOF
8915 rm -f conftest.$ac_objext conftest$ac_exeext
8916 if { (ac_try="$ac_link"
8917 case "(($ac_try" in
8918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8919 *) ac_try_echo=$ac_try;;
8920 esac
8921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8922 (eval "$ac_link") 2>conftest.er1
8923 ac_status=$?
8924 grep -v '^ *+' conftest.er1 >conftest.err
8925 rm -f conftest.er1
8926 cat conftest.err >&5
8927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8928 (exit $ac_status); } && {
8929 test -z "$ac_c_werror_flag" ||
8930 test ! -s conftest.err
8931 } && test -s conftest$ac_exeext &&
8932 $as_test_x conftest$ac_exeext; then
8933 ac_cv_func_gethostbyname=yes
8934 else
8935 echo "$as_me: failed program was:" >&5
8936 sed 's/^/| /' conftest.$ac_ext >&5
8938 ac_cv_func_gethostbyname=no
8941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8942 conftest$ac_exeext conftest.$ac_ext
8944 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
8945 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
8947 if test $ac_cv_func_gethostbyname = no; then
8948 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
8949 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
8950 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
8951 echo $ECHO_N "(cached) $ECHO_C" >&6
8952 else
8953 ac_check_lib_save_LIBS=$LIBS
8954 LIBS="-lnsl $LIBS"
8955 cat >conftest.$ac_ext <<_ACEOF
8956 /* confdefs.h. */
8957 _ACEOF
8958 cat confdefs.h >>conftest.$ac_ext
8959 cat >>conftest.$ac_ext <<_ACEOF
8960 /* end confdefs.h. */
8962 /* Override any GCC internal prototype to avoid an error.
8963 Use char because int might match the return type of a GCC
8964 builtin and then its argument prototype would still apply. */
8965 #ifdef __cplusplus
8966 extern "C"
8967 #endif
8968 char gethostbyname ();
8970 main ()
8972 return gethostbyname ();
8974 return 0;
8976 _ACEOF
8977 rm -f conftest.$ac_objext conftest$ac_exeext
8978 if { (ac_try="$ac_link"
8979 case "(($ac_try" in
8980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8981 *) ac_try_echo=$ac_try;;
8982 esac
8983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8984 (eval "$ac_link") 2>conftest.er1
8985 ac_status=$?
8986 grep -v '^ *+' conftest.er1 >conftest.err
8987 rm -f conftest.er1
8988 cat conftest.err >&5
8989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8990 (exit $ac_status); } && {
8991 test -z "$ac_c_werror_flag" ||
8992 test ! -s conftest.err
8993 } && test -s conftest$ac_exeext &&
8994 $as_test_x conftest$ac_exeext; then
8995 ac_cv_lib_nsl_gethostbyname=yes
8996 else
8997 echo "$as_me: failed program was:" >&5
8998 sed 's/^/| /' conftest.$ac_ext >&5
9000 ac_cv_lib_nsl_gethostbyname=no
9003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9004 conftest$ac_exeext conftest.$ac_ext
9005 LIBS=$ac_check_lib_save_LIBS
9007 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9008 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9009 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9010 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9013 if test $ac_cv_lib_nsl_gethostbyname = no; then
9014 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9015 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9016 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9017 echo $ECHO_N "(cached) $ECHO_C" >&6
9018 else
9019 ac_check_lib_save_LIBS=$LIBS
9020 LIBS="-lbsd $LIBS"
9021 cat >conftest.$ac_ext <<_ACEOF
9022 /* confdefs.h. */
9023 _ACEOF
9024 cat confdefs.h >>conftest.$ac_ext
9025 cat >>conftest.$ac_ext <<_ACEOF
9026 /* end confdefs.h. */
9028 /* Override any GCC internal prototype to avoid an error.
9029 Use char because int might match the return type of a GCC
9030 builtin and then its argument prototype would still apply. */
9031 #ifdef __cplusplus
9032 extern "C"
9033 #endif
9034 char gethostbyname ();
9036 main ()
9038 return gethostbyname ();
9040 return 0;
9042 _ACEOF
9043 rm -f conftest.$ac_objext conftest$ac_exeext
9044 if { (ac_try="$ac_link"
9045 case "(($ac_try" in
9046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9047 *) ac_try_echo=$ac_try;;
9048 esac
9049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9050 (eval "$ac_link") 2>conftest.er1
9051 ac_status=$?
9052 grep -v '^ *+' conftest.er1 >conftest.err
9053 rm -f conftest.er1
9054 cat conftest.err >&5
9055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9056 (exit $ac_status); } && {
9057 test -z "$ac_c_werror_flag" ||
9058 test ! -s conftest.err
9059 } && test -s conftest$ac_exeext &&
9060 $as_test_x conftest$ac_exeext; then
9061 ac_cv_lib_bsd_gethostbyname=yes
9062 else
9063 echo "$as_me: failed program was:" >&5
9064 sed 's/^/| /' conftest.$ac_ext >&5
9066 ac_cv_lib_bsd_gethostbyname=no
9069 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9070 conftest$ac_exeext conftest.$ac_ext
9071 LIBS=$ac_check_lib_save_LIBS
9073 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9074 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9075 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9076 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9082 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9083 # socket/setsockopt and other routines are undefined under SCO ODT
9084 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9085 # on later versions), says Simon Leinen: it contains gethostby*
9086 # variants that don't use the name server (or something). -lsocket
9087 # must be given before -lnsl if both are needed. We assume that
9088 # if connect needs -lnsl, so does gethostbyname.
9089 { echo "$as_me:$LINENO: checking for connect" >&5
9090 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9091 if test "${ac_cv_func_connect+set}" = set; then
9092 echo $ECHO_N "(cached) $ECHO_C" >&6
9093 else
9094 cat >conftest.$ac_ext <<_ACEOF
9095 /* confdefs.h. */
9096 _ACEOF
9097 cat confdefs.h >>conftest.$ac_ext
9098 cat >>conftest.$ac_ext <<_ACEOF
9099 /* end confdefs.h. */
9100 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9101 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9102 #define connect innocuous_connect
9104 /* System header to define __stub macros and hopefully few prototypes,
9105 which can conflict with char connect (); below.
9106 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9107 <limits.h> exists even on freestanding compilers. */
9109 #ifdef __STDC__
9110 # include <limits.h>
9111 #else
9112 # include <assert.h>
9113 #endif
9115 #undef connect
9117 /* Override any GCC internal prototype to avoid an error.
9118 Use char because int might match the return type of a GCC
9119 builtin and then its argument prototype would still apply. */
9120 #ifdef __cplusplus
9121 extern "C"
9122 #endif
9123 char connect ();
9124 /* The GNU C library defines this for functions which it implements
9125 to always fail with ENOSYS. Some functions are actually named
9126 something starting with __ and the normal name is an alias. */
9127 #if defined __stub_connect || defined __stub___connect
9128 choke me
9129 #endif
9132 main ()
9134 return connect ();
9136 return 0;
9138 _ACEOF
9139 rm -f conftest.$ac_objext conftest$ac_exeext
9140 if { (ac_try="$ac_link"
9141 case "(($ac_try" in
9142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9143 *) ac_try_echo=$ac_try;;
9144 esac
9145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9146 (eval "$ac_link") 2>conftest.er1
9147 ac_status=$?
9148 grep -v '^ *+' conftest.er1 >conftest.err
9149 rm -f conftest.er1
9150 cat conftest.err >&5
9151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9152 (exit $ac_status); } && {
9153 test -z "$ac_c_werror_flag" ||
9154 test ! -s conftest.err
9155 } && test -s conftest$ac_exeext &&
9156 $as_test_x conftest$ac_exeext; then
9157 ac_cv_func_connect=yes
9158 else
9159 echo "$as_me: failed program was:" >&5
9160 sed 's/^/| /' conftest.$ac_ext >&5
9162 ac_cv_func_connect=no
9165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9166 conftest$ac_exeext conftest.$ac_ext
9168 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9169 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9171 if test $ac_cv_func_connect = no; then
9172 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9173 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9174 if test "${ac_cv_lib_socket_connect+set}" = set; then
9175 echo $ECHO_N "(cached) $ECHO_C" >&6
9176 else
9177 ac_check_lib_save_LIBS=$LIBS
9178 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9179 cat >conftest.$ac_ext <<_ACEOF
9180 /* confdefs.h. */
9181 _ACEOF
9182 cat confdefs.h >>conftest.$ac_ext
9183 cat >>conftest.$ac_ext <<_ACEOF
9184 /* end confdefs.h. */
9186 /* Override any GCC internal prototype to avoid an error.
9187 Use char because int might match the return type of a GCC
9188 builtin and then its argument prototype would still apply. */
9189 #ifdef __cplusplus
9190 extern "C"
9191 #endif
9192 char connect ();
9194 main ()
9196 return connect ();
9198 return 0;
9200 _ACEOF
9201 rm -f conftest.$ac_objext conftest$ac_exeext
9202 if { (ac_try="$ac_link"
9203 case "(($ac_try" in
9204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9205 *) ac_try_echo=$ac_try;;
9206 esac
9207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9208 (eval "$ac_link") 2>conftest.er1
9209 ac_status=$?
9210 grep -v '^ *+' conftest.er1 >conftest.err
9211 rm -f conftest.er1
9212 cat conftest.err >&5
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); } && {
9215 test -z "$ac_c_werror_flag" ||
9216 test ! -s conftest.err
9217 } && test -s conftest$ac_exeext &&
9218 $as_test_x conftest$ac_exeext; then
9219 ac_cv_lib_socket_connect=yes
9220 else
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9224 ac_cv_lib_socket_connect=no
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 LIBS=$ac_check_lib_save_LIBS
9231 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9232 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9233 if test $ac_cv_lib_socket_connect = yes; then
9234 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9239 # Guillermo Gomez says -lposix is necessary on A/UX.
9240 { echo "$as_me:$LINENO: checking for remove" >&5
9241 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9242 if test "${ac_cv_func_remove+set}" = set; then
9243 echo $ECHO_N "(cached) $ECHO_C" >&6
9244 else
9245 cat >conftest.$ac_ext <<_ACEOF
9246 /* confdefs.h. */
9247 _ACEOF
9248 cat confdefs.h >>conftest.$ac_ext
9249 cat >>conftest.$ac_ext <<_ACEOF
9250 /* end confdefs.h. */
9251 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9252 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9253 #define remove innocuous_remove
9255 /* System header to define __stub macros and hopefully few prototypes,
9256 which can conflict with char remove (); below.
9257 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9258 <limits.h> exists even on freestanding compilers. */
9260 #ifdef __STDC__
9261 # include <limits.h>
9262 #else
9263 # include <assert.h>
9264 #endif
9266 #undef remove
9268 /* Override any GCC internal prototype to avoid an error.
9269 Use char because int might match the return type of a GCC
9270 builtin and then its argument prototype would still apply. */
9271 #ifdef __cplusplus
9272 extern "C"
9273 #endif
9274 char remove ();
9275 /* The GNU C library defines this for functions which it implements
9276 to always fail with ENOSYS. Some functions are actually named
9277 something starting with __ and the normal name is an alias. */
9278 #if defined __stub_remove || defined __stub___remove
9279 choke me
9280 #endif
9283 main ()
9285 return remove ();
9287 return 0;
9289 _ACEOF
9290 rm -f conftest.$ac_objext conftest$ac_exeext
9291 if { (ac_try="$ac_link"
9292 case "(($ac_try" in
9293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9294 *) ac_try_echo=$ac_try;;
9295 esac
9296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9297 (eval "$ac_link") 2>conftest.er1
9298 ac_status=$?
9299 grep -v '^ *+' conftest.er1 >conftest.err
9300 rm -f conftest.er1
9301 cat conftest.err >&5
9302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9303 (exit $ac_status); } && {
9304 test -z "$ac_c_werror_flag" ||
9305 test ! -s conftest.err
9306 } && test -s conftest$ac_exeext &&
9307 $as_test_x conftest$ac_exeext; then
9308 ac_cv_func_remove=yes
9309 else
9310 echo "$as_me: failed program was:" >&5
9311 sed 's/^/| /' conftest.$ac_ext >&5
9313 ac_cv_func_remove=no
9316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9317 conftest$ac_exeext conftest.$ac_ext
9319 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9320 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9322 if test $ac_cv_func_remove = no; then
9323 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9324 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9325 if test "${ac_cv_lib_posix_remove+set}" = set; then
9326 echo $ECHO_N "(cached) $ECHO_C" >&6
9327 else
9328 ac_check_lib_save_LIBS=$LIBS
9329 LIBS="-lposix $LIBS"
9330 cat >conftest.$ac_ext <<_ACEOF
9331 /* confdefs.h. */
9332 _ACEOF
9333 cat confdefs.h >>conftest.$ac_ext
9334 cat >>conftest.$ac_ext <<_ACEOF
9335 /* end confdefs.h. */
9337 /* Override any GCC internal prototype to avoid an error.
9338 Use char because int might match the return type of a GCC
9339 builtin and then its argument prototype would still apply. */
9340 #ifdef __cplusplus
9341 extern "C"
9342 #endif
9343 char remove ();
9345 main ()
9347 return remove ();
9349 return 0;
9351 _ACEOF
9352 rm -f conftest.$ac_objext conftest$ac_exeext
9353 if { (ac_try="$ac_link"
9354 case "(($ac_try" in
9355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9356 *) ac_try_echo=$ac_try;;
9357 esac
9358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9359 (eval "$ac_link") 2>conftest.er1
9360 ac_status=$?
9361 grep -v '^ *+' conftest.er1 >conftest.err
9362 rm -f conftest.er1
9363 cat conftest.err >&5
9364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9365 (exit $ac_status); } && {
9366 test -z "$ac_c_werror_flag" ||
9367 test ! -s conftest.err
9368 } && test -s conftest$ac_exeext &&
9369 $as_test_x conftest$ac_exeext; then
9370 ac_cv_lib_posix_remove=yes
9371 else
9372 echo "$as_me: failed program was:" >&5
9373 sed 's/^/| /' conftest.$ac_ext >&5
9375 ac_cv_lib_posix_remove=no
9378 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9379 conftest$ac_exeext conftest.$ac_ext
9380 LIBS=$ac_check_lib_save_LIBS
9382 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9383 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9384 if test $ac_cv_lib_posix_remove = yes; then
9385 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9390 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9391 { echo "$as_me:$LINENO: checking for shmat" >&5
9392 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9393 if test "${ac_cv_func_shmat+set}" = set; then
9394 echo $ECHO_N "(cached) $ECHO_C" >&6
9395 else
9396 cat >conftest.$ac_ext <<_ACEOF
9397 /* confdefs.h. */
9398 _ACEOF
9399 cat confdefs.h >>conftest.$ac_ext
9400 cat >>conftest.$ac_ext <<_ACEOF
9401 /* end confdefs.h. */
9402 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9403 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9404 #define shmat innocuous_shmat
9406 /* System header to define __stub macros and hopefully few prototypes,
9407 which can conflict with char shmat (); below.
9408 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9409 <limits.h> exists even on freestanding compilers. */
9411 #ifdef __STDC__
9412 # include <limits.h>
9413 #else
9414 # include <assert.h>
9415 #endif
9417 #undef shmat
9419 /* Override any GCC internal prototype to avoid an error.
9420 Use char because int might match the return type of a GCC
9421 builtin and then its argument prototype would still apply. */
9422 #ifdef __cplusplus
9423 extern "C"
9424 #endif
9425 char shmat ();
9426 /* The GNU C library defines this for functions which it implements
9427 to always fail with ENOSYS. Some functions are actually named
9428 something starting with __ and the normal name is an alias. */
9429 #if defined __stub_shmat || defined __stub___shmat
9430 choke me
9431 #endif
9434 main ()
9436 return shmat ();
9438 return 0;
9440 _ACEOF
9441 rm -f conftest.$ac_objext conftest$ac_exeext
9442 if { (ac_try="$ac_link"
9443 case "(($ac_try" in
9444 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9445 *) ac_try_echo=$ac_try;;
9446 esac
9447 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9448 (eval "$ac_link") 2>conftest.er1
9449 ac_status=$?
9450 grep -v '^ *+' conftest.er1 >conftest.err
9451 rm -f conftest.er1
9452 cat conftest.err >&5
9453 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9454 (exit $ac_status); } && {
9455 test -z "$ac_c_werror_flag" ||
9456 test ! -s conftest.err
9457 } && test -s conftest$ac_exeext &&
9458 $as_test_x conftest$ac_exeext; then
9459 ac_cv_func_shmat=yes
9460 else
9461 echo "$as_me: failed program was:" >&5
9462 sed 's/^/| /' conftest.$ac_ext >&5
9464 ac_cv_func_shmat=no
9467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9468 conftest$ac_exeext conftest.$ac_ext
9470 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9471 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9473 if test $ac_cv_func_shmat = no; then
9474 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9475 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9476 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9477 echo $ECHO_N "(cached) $ECHO_C" >&6
9478 else
9479 ac_check_lib_save_LIBS=$LIBS
9480 LIBS="-lipc $LIBS"
9481 cat >conftest.$ac_ext <<_ACEOF
9482 /* confdefs.h. */
9483 _ACEOF
9484 cat confdefs.h >>conftest.$ac_ext
9485 cat >>conftest.$ac_ext <<_ACEOF
9486 /* end confdefs.h. */
9488 /* Override any GCC internal prototype to avoid an error.
9489 Use char because int might match the return type of a GCC
9490 builtin and then its argument prototype would still apply. */
9491 #ifdef __cplusplus
9492 extern "C"
9493 #endif
9494 char shmat ();
9496 main ()
9498 return shmat ();
9500 return 0;
9502 _ACEOF
9503 rm -f conftest.$ac_objext conftest$ac_exeext
9504 if { (ac_try="$ac_link"
9505 case "(($ac_try" in
9506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9507 *) ac_try_echo=$ac_try;;
9508 esac
9509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9510 (eval "$ac_link") 2>conftest.er1
9511 ac_status=$?
9512 grep -v '^ *+' conftest.er1 >conftest.err
9513 rm -f conftest.er1
9514 cat conftest.err >&5
9515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9516 (exit $ac_status); } && {
9517 test -z "$ac_c_werror_flag" ||
9518 test ! -s conftest.err
9519 } && test -s conftest$ac_exeext &&
9520 $as_test_x conftest$ac_exeext; then
9521 ac_cv_lib_ipc_shmat=yes
9522 else
9523 echo "$as_me: failed program was:" >&5
9524 sed 's/^/| /' conftest.$ac_ext >&5
9526 ac_cv_lib_ipc_shmat=no
9529 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9530 conftest$ac_exeext conftest.$ac_ext
9531 LIBS=$ac_check_lib_save_LIBS
9533 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9534 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9535 if test $ac_cv_lib_ipc_shmat = yes; then
9536 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9542 # Check for libraries that X11R6 Xt/Xaw programs need.
9543 ac_save_LDFLAGS=$LDFLAGS
9544 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9545 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9546 # check for ICE first), but we must link in the order -lSM -lICE or
9547 # we get undefined symbols. So assume we have SM if we have ICE.
9548 # These have to be linked with before -lX11, unlike the other
9549 # libraries we check for below, so use a different variable.
9550 # John Interrante, Karl Berry
9551 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9552 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9553 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9554 echo $ECHO_N "(cached) $ECHO_C" >&6
9555 else
9556 ac_check_lib_save_LIBS=$LIBS
9557 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9558 cat >conftest.$ac_ext <<_ACEOF
9559 /* confdefs.h. */
9560 _ACEOF
9561 cat confdefs.h >>conftest.$ac_ext
9562 cat >>conftest.$ac_ext <<_ACEOF
9563 /* end confdefs.h. */
9565 /* Override any GCC internal prototype to avoid an error.
9566 Use char because int might match the return type of a GCC
9567 builtin and then its argument prototype would still apply. */
9568 #ifdef __cplusplus
9569 extern "C"
9570 #endif
9571 char IceConnectionNumber ();
9573 main ()
9575 return IceConnectionNumber ();
9577 return 0;
9579 _ACEOF
9580 rm -f conftest.$ac_objext conftest$ac_exeext
9581 if { (ac_try="$ac_link"
9582 case "(($ac_try" in
9583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9584 *) ac_try_echo=$ac_try;;
9585 esac
9586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9587 (eval "$ac_link") 2>conftest.er1
9588 ac_status=$?
9589 grep -v '^ *+' conftest.er1 >conftest.err
9590 rm -f conftest.er1
9591 cat conftest.err >&5
9592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9593 (exit $ac_status); } && {
9594 test -z "$ac_c_werror_flag" ||
9595 test ! -s conftest.err
9596 } && test -s conftest$ac_exeext &&
9597 $as_test_x conftest$ac_exeext; then
9598 ac_cv_lib_ICE_IceConnectionNumber=yes
9599 else
9600 echo "$as_me: failed program was:" >&5
9601 sed 's/^/| /' conftest.$ac_ext >&5
9603 ac_cv_lib_ICE_IceConnectionNumber=no
9606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9607 conftest$ac_exeext conftest.$ac_ext
9608 LIBS=$ac_check_lib_save_LIBS
9610 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9611 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9612 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9613 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9616 LDFLAGS=$ac_save_LDFLAGS
9621 if test "$have_x" = "yes"
9622 then
9623 XLIB="-lXext -lX11"
9624 ac_save_CPPFLAGS="$CPPFLAGS"
9625 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9627 { echo "$as_me:$LINENO: checking for -lX11" >&5
9628 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9629 if test "${ac_cv_lib_soname_X11+set}" = set; then
9630 echo $ECHO_N "(cached) $ECHO_C" >&6
9631 else
9632 ac_check_soname_save_LIBS=$LIBS
9633 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9634 cat >conftest.$ac_ext <<_ACEOF
9635 /* confdefs.h. */
9636 _ACEOF
9637 cat confdefs.h >>conftest.$ac_ext
9638 cat >>conftest.$ac_ext <<_ACEOF
9639 /* end confdefs.h. */
9641 /* Override any GCC internal prototype to avoid an error.
9642 Use char because int might match the return type of a GCC
9643 builtin and then its argument prototype would still apply. */
9644 #ifdef __cplusplus
9645 extern "C"
9646 #endif
9647 char XCreateWindow ();
9649 main ()
9651 return XCreateWindow ();
9653 return 0;
9655 _ACEOF
9656 rm -f conftest.$ac_objext conftest$ac_exeext
9657 if { (ac_try="$ac_link"
9658 case "(($ac_try" in
9659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9660 *) ac_try_echo=$ac_try;;
9661 esac
9662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9663 (eval "$ac_link") 2>conftest.er1
9664 ac_status=$?
9665 grep -v '^ *+' conftest.er1 >conftest.err
9666 rm -f conftest.er1
9667 cat conftest.err >&5
9668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9669 (exit $ac_status); } && {
9670 test -z "$ac_c_werror_flag" ||
9671 test ! -s conftest.err
9672 } && test -s conftest$ac_exeext &&
9673 $as_test_x conftest$ac_exeext; then
9674 case "$LIBEXT" in
9675 dll) ;;
9676 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'` ;;
9677 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9678 esac
9679 else
9680 echo "$as_me: failed program was:" >&5
9681 sed 's/^/| /' conftest.$ac_ext >&5
9686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9687 conftest$ac_exeext conftest.$ac_ext
9688 LIBS=$ac_check_soname_save_LIBS
9690 if test "x$ac_cv_lib_soname_X11" = "x"; then
9691 { echo "$as_me:$LINENO: result: not found" >&5
9692 echo "${ECHO_T}not found" >&6; }
9694 else
9695 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9696 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9698 cat >>confdefs.h <<_ACEOF
9699 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9700 _ACEOF
9705 { echo "$as_me:$LINENO: checking for -lXext" >&5
9706 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9707 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9708 echo $ECHO_N "(cached) $ECHO_C" >&6
9709 else
9710 ac_check_soname_save_LIBS=$LIBS
9711 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9712 cat >conftest.$ac_ext <<_ACEOF
9713 /* confdefs.h. */
9714 _ACEOF
9715 cat confdefs.h >>conftest.$ac_ext
9716 cat >>conftest.$ac_ext <<_ACEOF
9717 /* end confdefs.h. */
9719 /* Override any GCC internal prototype to avoid an error.
9720 Use char because int might match the return type of a GCC
9721 builtin and then its argument prototype would still apply. */
9722 #ifdef __cplusplus
9723 extern "C"
9724 #endif
9725 char XextCreateExtension ();
9727 main ()
9729 return XextCreateExtension ();
9731 return 0;
9733 _ACEOF
9734 rm -f conftest.$ac_objext conftest$ac_exeext
9735 if { (ac_try="$ac_link"
9736 case "(($ac_try" in
9737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9738 *) ac_try_echo=$ac_try;;
9739 esac
9740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9741 (eval "$ac_link") 2>conftest.er1
9742 ac_status=$?
9743 grep -v '^ *+' conftest.er1 >conftest.err
9744 rm -f conftest.er1
9745 cat conftest.err >&5
9746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9747 (exit $ac_status); } && {
9748 test -z "$ac_c_werror_flag" ||
9749 test ! -s conftest.err
9750 } && test -s conftest$ac_exeext &&
9751 $as_test_x conftest$ac_exeext; then
9752 case "$LIBEXT" in
9753 dll) ;;
9754 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'` ;;
9755 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9756 esac
9757 else
9758 echo "$as_me: failed program was:" >&5
9759 sed 's/^/| /' conftest.$ac_ext >&5
9764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9765 conftest$ac_exeext conftest.$ac_ext
9766 LIBS=$ac_check_soname_save_LIBS
9768 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9769 { echo "$as_me:$LINENO: result: not found" >&5
9770 echo "${ECHO_T}not found" >&6; }
9772 else
9773 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9774 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9776 cat >>confdefs.h <<_ACEOF
9777 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9778 _ACEOF
9796 for ac_header in X11/Xlib.h \
9797 X11/XKBlib.h \
9798 X11/Xutil.h \
9799 X11/Xcursor/Xcursor.h \
9800 X11/extensions/shape.h \
9801 X11/extensions/XInput.h \
9802 X11/extensions/XShm.h \
9803 X11/extensions/Xcomposite.h \
9804 X11/extensions/Xinerama.h \
9805 X11/extensions/Xrandr.h \
9806 X11/extensions/Xrender.h \
9807 X11/extensions/xf86vmode.h
9809 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9810 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9811 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9812 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9813 echo $ECHO_N "(cached) $ECHO_C" >&6
9814 else
9815 cat >conftest.$ac_ext <<_ACEOF
9816 /* confdefs.h. */
9817 _ACEOF
9818 cat confdefs.h >>conftest.$ac_ext
9819 cat >>conftest.$ac_ext <<_ACEOF
9820 /* end confdefs.h. */
9821 #ifdef HAVE_X11_XLIB_H
9822 # include <X11/Xlib.h>
9823 #endif
9824 #ifdef HAVE_X11_XUTIL_H
9825 # include <X11/Xutil.h>
9826 #endif
9828 #include <$ac_header>
9829 _ACEOF
9830 rm -f conftest.$ac_objext
9831 if { (ac_try="$ac_compile"
9832 case "(($ac_try" in
9833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9834 *) ac_try_echo=$ac_try;;
9835 esac
9836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9837 (eval "$ac_compile") 2>conftest.er1
9838 ac_status=$?
9839 grep -v '^ *+' conftest.er1 >conftest.err
9840 rm -f conftest.er1
9841 cat conftest.err >&5
9842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9843 (exit $ac_status); } && {
9844 test -z "$ac_c_werror_flag" ||
9845 test ! -s conftest.err
9846 } && test -s conftest.$ac_objext; then
9847 eval "$as_ac_Header=yes"
9848 else
9849 echo "$as_me: failed program was:" >&5
9850 sed 's/^/| /' conftest.$ac_ext >&5
9852 eval "$as_ac_Header=no"
9855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9857 ac_res=`eval echo '${'$as_ac_Header'}'`
9858 { echo "$as_me:$LINENO: result: $ac_res" >&5
9859 echo "${ECHO_T}$ac_res" >&6; }
9860 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9861 cat >>confdefs.h <<_ACEOF
9862 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9863 _ACEOF
9867 done
9870 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9871 then
9872 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9873 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9874 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9875 echo $ECHO_N "(cached) $ECHO_C" >&6
9876 else
9877 ac_check_lib_save_LIBS=$LIBS
9878 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9879 cat >conftest.$ac_ext <<_ACEOF
9880 /* confdefs.h. */
9881 _ACEOF
9882 cat confdefs.h >>conftest.$ac_ext
9883 cat >>conftest.$ac_ext <<_ACEOF
9884 /* end confdefs.h. */
9886 /* Override any GCC internal prototype to avoid an error.
9887 Use char because int might match the return type of a GCC
9888 builtin and then its argument prototype would still apply. */
9889 #ifdef __cplusplus
9890 extern "C"
9891 #endif
9892 char XkbQueryExtension ();
9894 main ()
9896 return XkbQueryExtension ();
9898 return 0;
9900 _ACEOF
9901 rm -f conftest.$ac_objext conftest$ac_exeext
9902 if { (ac_try="$ac_link"
9903 case "(($ac_try" in
9904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9905 *) ac_try_echo=$ac_try;;
9906 esac
9907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9908 (eval "$ac_link") 2>conftest.er1
9909 ac_status=$?
9910 grep -v '^ *+' conftest.er1 >conftest.err
9911 rm -f conftest.er1
9912 cat conftest.err >&5
9913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9914 (exit $ac_status); } && {
9915 test -z "$ac_c_werror_flag" ||
9916 test ! -s conftest.err
9917 } && test -s conftest$ac_exeext &&
9918 $as_test_x conftest$ac_exeext; then
9919 ac_cv_lib_X11_XkbQueryExtension=yes
9920 else
9921 echo "$as_me: failed program was:" >&5
9922 sed 's/^/| /' conftest.$ac_ext >&5
9924 ac_cv_lib_X11_XkbQueryExtension=no
9927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9928 conftest$ac_exeext conftest.$ac_ext
9929 LIBS=$ac_check_lib_save_LIBS
9931 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9932 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9933 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9935 cat >>confdefs.h <<\_ACEOF
9936 #define HAVE_XKB 1
9937 _ACEOF
9943 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9944 then
9945 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9946 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9947 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9948 echo $ECHO_N "(cached) $ECHO_C" >&6
9949 else
9950 ac_check_soname_save_LIBS=$LIBS
9951 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9952 cat >conftest.$ac_ext <<_ACEOF
9953 /* confdefs.h. */
9954 _ACEOF
9955 cat confdefs.h >>conftest.$ac_ext
9956 cat >>conftest.$ac_ext <<_ACEOF
9957 /* end confdefs.h. */
9959 /* Override any GCC internal prototype to avoid an error.
9960 Use char because int might match the return type of a GCC
9961 builtin and then its argument prototype would still apply. */
9962 #ifdef __cplusplus
9963 extern "C"
9964 #endif
9965 char XcursorImageLoadCursor ();
9967 main ()
9969 return XcursorImageLoadCursor ();
9971 return 0;
9973 _ACEOF
9974 rm -f conftest.$ac_objext conftest$ac_exeext
9975 if { (ac_try="$ac_link"
9976 case "(($ac_try" in
9977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9978 *) ac_try_echo=$ac_try;;
9979 esac
9980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9981 (eval "$ac_link") 2>conftest.er1
9982 ac_status=$?
9983 grep -v '^ *+' conftest.er1 >conftest.err
9984 rm -f conftest.er1
9985 cat conftest.err >&5
9986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9987 (exit $ac_status); } && {
9988 test -z "$ac_c_werror_flag" ||
9989 test ! -s conftest.err
9990 } && test -s conftest$ac_exeext &&
9991 $as_test_x conftest$ac_exeext; then
9992 case "$LIBEXT" in
9993 dll) ;;
9994 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'` ;;
9995 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9996 esac
9997 else
9998 echo "$as_me: failed program was:" >&5
9999 sed 's/^/| /' conftest.$ac_ext >&5
10004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10005 conftest$ac_exeext conftest.$ac_ext
10006 LIBS=$ac_check_soname_save_LIBS
10008 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10009 { echo "$as_me:$LINENO: result: not found" >&5
10010 echo "${ECHO_T}not found" >&6; }
10012 else
10013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10014 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10016 cat >>confdefs.h <<_ACEOF
10017 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10018 _ACEOF
10024 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10025 case "x$with_xcursor" in
10026 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10027 xno) ;;
10028 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10029 This is an error since --with-xcursor was requested." >&5
10030 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10031 This is an error since --with-xcursor was requested." >&2;}
10032 { (exit 1); exit 1; }; } ;;
10033 esac
10037 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10038 then
10039 { echo "$as_me:$LINENO: checking for -lXi" >&5
10040 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10041 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10042 echo $ECHO_N "(cached) $ECHO_C" >&6
10043 else
10044 ac_check_soname_save_LIBS=$LIBS
10045 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10046 cat >conftest.$ac_ext <<_ACEOF
10047 /* confdefs.h. */
10048 _ACEOF
10049 cat confdefs.h >>conftest.$ac_ext
10050 cat >>conftest.$ac_ext <<_ACEOF
10051 /* end confdefs.h. */
10053 /* Override any GCC internal prototype to avoid an error.
10054 Use char because int might match the return type of a GCC
10055 builtin and then its argument prototype would still apply. */
10056 #ifdef __cplusplus
10057 extern "C"
10058 #endif
10059 char XOpenDevice ();
10061 main ()
10063 return XOpenDevice ();
10065 return 0;
10067 _ACEOF
10068 rm -f conftest.$ac_objext conftest$ac_exeext
10069 if { (ac_try="$ac_link"
10070 case "(($ac_try" in
10071 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10072 *) ac_try_echo=$ac_try;;
10073 esac
10074 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10075 (eval "$ac_link") 2>conftest.er1
10076 ac_status=$?
10077 grep -v '^ *+' conftest.er1 >conftest.err
10078 rm -f conftest.er1
10079 cat conftest.err >&5
10080 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10081 (exit $ac_status); } && {
10082 test -z "$ac_c_werror_flag" ||
10083 test ! -s conftest.err
10084 } && test -s conftest$ac_exeext &&
10085 $as_test_x conftest$ac_exeext; then
10086 case "$LIBEXT" in
10087 dll) ;;
10088 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'` ;;
10089 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10090 esac
10091 else
10092 echo "$as_me: failed program was:" >&5
10093 sed 's/^/| /' conftest.$ac_ext >&5
10098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10099 conftest$ac_exeext conftest.$ac_ext
10100 LIBS=$ac_check_soname_save_LIBS
10102 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10103 { echo "$as_me:$LINENO: result: not found" >&5
10104 echo "${ECHO_T}not found" >&6; }
10106 else
10107 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10108 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10110 cat >>confdefs.h <<_ACEOF
10111 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10112 _ACEOF
10118 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10119 case "x$with_xinput" in
10120 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10121 xno) ;;
10122 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10123 This is an error since --with-xinput was requested." >&5
10124 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10125 This is an error since --with-xinput was requested." >&2;}
10126 { (exit 1); exit 1; }; } ;;
10127 esac
10131 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10132 then
10133 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10134 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10135 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10136 echo $ECHO_N "(cached) $ECHO_C" >&6
10137 else
10138 ac_check_lib_save_LIBS=$LIBS
10139 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10140 cat >conftest.$ac_ext <<_ACEOF
10141 /* confdefs.h. */
10142 _ACEOF
10143 cat confdefs.h >>conftest.$ac_ext
10144 cat >>conftest.$ac_ext <<_ACEOF
10145 /* end confdefs.h. */
10147 /* Override any GCC internal prototype to avoid an error.
10148 Use char because int might match the return type of a GCC
10149 builtin and then its argument prototype would still apply. */
10150 #ifdef __cplusplus
10151 extern "C"
10152 #endif
10153 char XShmQueryExtension ();
10155 main ()
10157 return XShmQueryExtension ();
10159 return 0;
10161 _ACEOF
10162 rm -f conftest.$ac_objext conftest$ac_exeext
10163 if { (ac_try="$ac_link"
10164 case "(($ac_try" in
10165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10166 *) ac_try_echo=$ac_try;;
10167 esac
10168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10169 (eval "$ac_link") 2>conftest.er1
10170 ac_status=$?
10171 grep -v '^ *+' conftest.er1 >conftest.err
10172 rm -f conftest.er1
10173 cat conftest.err >&5
10174 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10175 (exit $ac_status); } && {
10176 test -z "$ac_c_werror_flag" ||
10177 test ! -s conftest.err
10178 } && test -s conftest$ac_exeext &&
10179 $as_test_x conftest$ac_exeext; then
10180 ac_cv_lib_Xext_XShmQueryExtension=yes
10181 else
10182 echo "$as_me: failed program was:" >&5
10183 sed 's/^/| /' conftest.$ac_ext >&5
10185 ac_cv_lib_Xext_XShmQueryExtension=no
10188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10189 conftest$ac_exeext conftest.$ac_ext
10190 LIBS=$ac_check_lib_save_LIBS
10192 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10193 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10194 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10196 cat >>confdefs.h <<\_ACEOF
10197 #define HAVE_LIBXXSHM 1
10198 _ACEOF
10203 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10204 case "x$with_xshm" in
10205 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10206 xno) ;;
10207 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10208 This is an error since --with-xshm was requested." >&5
10209 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10210 This is an error since --with-xshm was requested." >&2;}
10211 { (exit 1); exit 1; }; } ;;
10212 esac
10216 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10217 then
10218 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10219 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10220 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10221 echo $ECHO_N "(cached) $ECHO_C" >&6
10222 else
10223 ac_check_lib_save_LIBS=$LIBS
10224 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10225 cat >conftest.$ac_ext <<_ACEOF
10226 /* confdefs.h. */
10227 _ACEOF
10228 cat confdefs.h >>conftest.$ac_ext
10229 cat >>conftest.$ac_ext <<_ACEOF
10230 /* end confdefs.h. */
10232 /* Override any GCC internal prototype to avoid an error.
10233 Use char because int might match the return type of a GCC
10234 builtin and then its argument prototype would still apply. */
10235 #ifdef __cplusplus
10236 extern "C"
10237 #endif
10238 char XShapeQueryExtension ();
10240 main ()
10242 return XShapeQueryExtension ();
10244 return 0;
10246 _ACEOF
10247 rm -f conftest.$ac_objext conftest$ac_exeext
10248 if { (ac_try="$ac_link"
10249 case "(($ac_try" in
10250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10251 *) ac_try_echo=$ac_try;;
10252 esac
10253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10254 (eval "$ac_link") 2>conftest.er1
10255 ac_status=$?
10256 grep -v '^ *+' conftest.er1 >conftest.err
10257 rm -f conftest.er1
10258 cat conftest.err >&5
10259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10260 (exit $ac_status); } && {
10261 test -z "$ac_c_werror_flag" ||
10262 test ! -s conftest.err
10263 } && test -s conftest$ac_exeext &&
10264 $as_test_x conftest$ac_exeext; then
10265 ac_cv_lib_Xext_XShapeQueryExtension=yes
10266 else
10267 echo "$as_me: failed program was:" >&5
10268 sed 's/^/| /' conftest.$ac_ext >&5
10270 ac_cv_lib_Xext_XShapeQueryExtension=no
10273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10274 conftest$ac_exeext conftest.$ac_ext
10275 LIBS=$ac_check_lib_save_LIBS
10277 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10278 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10279 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10281 cat >>confdefs.h <<\_ACEOF
10282 #define HAVE_LIBXSHAPE 1
10283 _ACEOF
10288 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10289 case "x$with_xshape" in
10290 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10291 xno) ;;
10292 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10293 This is an error since --with-xshape was requested." >&5
10294 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10295 This is an error since --with-xshape was requested." >&2;}
10296 { (exit 1); exit 1; }; } ;;
10297 esac
10301 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10302 then
10303 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10304 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10305 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10306 echo $ECHO_N "(cached) $ECHO_C" >&6
10307 else
10308 ac_check_soname_save_LIBS=$LIBS
10309 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10310 cat >conftest.$ac_ext <<_ACEOF
10311 /* confdefs.h. */
10312 _ACEOF
10313 cat confdefs.h >>conftest.$ac_ext
10314 cat >>conftest.$ac_ext <<_ACEOF
10315 /* end confdefs.h. */
10317 /* Override any GCC internal prototype to avoid an error.
10318 Use char because int might match the return type of a GCC
10319 builtin and then its argument prototype would still apply. */
10320 #ifdef __cplusplus
10321 extern "C"
10322 #endif
10323 char XF86VidModeQueryExtension ();
10325 main ()
10327 return XF86VidModeQueryExtension ();
10329 return 0;
10331 _ACEOF
10332 rm -f conftest.$ac_objext conftest$ac_exeext
10333 if { (ac_try="$ac_link"
10334 case "(($ac_try" in
10335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10336 *) ac_try_echo=$ac_try;;
10337 esac
10338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10339 (eval "$ac_link") 2>conftest.er1
10340 ac_status=$?
10341 grep -v '^ *+' conftest.er1 >conftest.err
10342 rm -f conftest.er1
10343 cat conftest.err >&5
10344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10345 (exit $ac_status); } && {
10346 test -z "$ac_c_werror_flag" ||
10347 test ! -s conftest.err
10348 } && test -s conftest$ac_exeext &&
10349 $as_test_x conftest$ac_exeext; then
10350 case "$LIBEXT" in
10351 dll) ;;
10352 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'` ;;
10353 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10354 esac
10355 else
10356 echo "$as_me: failed program was:" >&5
10357 sed 's/^/| /' conftest.$ac_ext >&5
10362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10363 conftest$ac_exeext conftest.$ac_ext
10364 LIBS=$ac_check_soname_save_LIBS
10366 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10367 { echo "$as_me:$LINENO: result: not found" >&5
10368 echo "${ECHO_T}not found" >&6; }
10370 else
10371 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10372 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10374 cat >>confdefs.h <<_ACEOF
10375 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10376 _ACEOF
10382 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10383 case "x$with_xxf86vm" in
10384 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10385 xno) ;;
10386 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10387 This is an error since --with-xxf86vm was requested." >&5
10388 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10389 This is an error since --with-xxf86vm was requested." >&2;}
10390 { (exit 1); exit 1; }; } ;;
10391 esac
10395 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"
10396 then
10397 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10398 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10399 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10400 echo $ECHO_N "(cached) $ECHO_C" >&6
10401 else
10402 ac_check_soname_save_LIBS=$LIBS
10403 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10404 cat >conftest.$ac_ext <<_ACEOF
10405 /* confdefs.h. */
10406 _ACEOF
10407 cat confdefs.h >>conftest.$ac_ext
10408 cat >>conftest.$ac_ext <<_ACEOF
10409 /* end confdefs.h. */
10411 /* Override any GCC internal prototype to avoid an error.
10412 Use char because int might match the return type of a GCC
10413 builtin and then its argument prototype would still apply. */
10414 #ifdef __cplusplus
10415 extern "C"
10416 #endif
10417 char XRenderQueryExtension ();
10419 main ()
10421 return XRenderQueryExtension ();
10423 return 0;
10425 _ACEOF
10426 rm -f conftest.$ac_objext conftest$ac_exeext
10427 if { (ac_try="$ac_link"
10428 case "(($ac_try" in
10429 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10430 *) ac_try_echo=$ac_try;;
10431 esac
10432 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10433 (eval "$ac_link") 2>conftest.er1
10434 ac_status=$?
10435 grep -v '^ *+' conftest.er1 >conftest.err
10436 rm -f conftest.er1
10437 cat conftest.err >&5
10438 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10439 (exit $ac_status); } && {
10440 test -z "$ac_c_werror_flag" ||
10441 test ! -s conftest.err
10442 } && test -s conftest$ac_exeext &&
10443 $as_test_x conftest$ac_exeext; then
10444 case "$LIBEXT" in
10445 dll) ;;
10446 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'` ;;
10447 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10448 esac
10449 else
10450 echo "$as_me: failed program was:" >&5
10451 sed 's/^/| /' conftest.$ac_ext >&5
10456 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10457 conftest$ac_exeext conftest.$ac_ext
10458 LIBS=$ac_check_soname_save_LIBS
10460 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10461 { echo "$as_me:$LINENO: result: not found" >&5
10462 echo "${ECHO_T}not found" >&6; }
10464 else
10465 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10466 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10468 cat >>confdefs.h <<_ACEOF
10469 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10470 _ACEOF
10472 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10473 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10474 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10475 echo $ECHO_N "(cached) $ECHO_C" >&6
10476 else
10477 ac_check_lib_save_LIBS=$LIBS
10478 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10479 cat >conftest.$ac_ext <<_ACEOF
10480 /* confdefs.h. */
10481 _ACEOF
10482 cat confdefs.h >>conftest.$ac_ext
10483 cat >>conftest.$ac_ext <<_ACEOF
10484 /* end confdefs.h. */
10486 /* Override any GCC internal prototype to avoid an error.
10487 Use char because int might match the return type of a GCC
10488 builtin and then its argument prototype would still apply. */
10489 #ifdef __cplusplus
10490 extern "C"
10491 #endif
10492 char XRenderSetPictureTransform ();
10494 main ()
10496 return XRenderSetPictureTransform ();
10498 return 0;
10500 _ACEOF
10501 rm -f conftest.$ac_objext conftest$ac_exeext
10502 if { (ac_try="$ac_link"
10503 case "(($ac_try" in
10504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10505 *) ac_try_echo=$ac_try;;
10506 esac
10507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10508 (eval "$ac_link") 2>conftest.er1
10509 ac_status=$?
10510 grep -v '^ *+' conftest.er1 >conftest.err
10511 rm -f conftest.er1
10512 cat conftest.err >&5
10513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10514 (exit $ac_status); } && {
10515 test -z "$ac_c_werror_flag" ||
10516 test ! -s conftest.err
10517 } && test -s conftest$ac_exeext &&
10518 $as_test_x conftest$ac_exeext; then
10519 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10520 else
10521 echo "$as_me: failed program was:" >&5
10522 sed 's/^/| /' conftest.$ac_ext >&5
10524 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10527 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10528 conftest$ac_exeext conftest.$ac_ext
10529 LIBS=$ac_check_lib_save_LIBS
10531 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10532 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10533 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10535 cat >>confdefs.h <<\_ACEOF
10536 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10537 _ACEOF
10545 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10546 case "x$with_xrender" in
10547 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10548 xno) ;;
10549 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10550 This is an error since --with-xrender was requested." >&5
10551 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10552 This is an error since --with-xrender was requested." >&2;}
10553 { (exit 1); exit 1; }; } ;;
10554 esac
10558 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10559 then
10560 cat >conftest.$ac_ext <<_ACEOF
10561 /* confdefs.h. */
10562 _ACEOF
10563 cat confdefs.h >>conftest.$ac_ext
10564 cat >>conftest.$ac_ext <<_ACEOF
10565 /* end confdefs.h. */
10566 #include <X11/Xlib.h>
10567 #include <X11/extensions/Xrandr.h>
10569 main ()
10571 static typeof(XRRSetScreenConfigAndRate) * func;
10573 return 0;
10575 _ACEOF
10576 rm -f conftest.$ac_objext
10577 if { (ac_try="$ac_compile"
10578 case "(($ac_try" in
10579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10580 *) ac_try_echo=$ac_try;;
10581 esac
10582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10583 (eval "$ac_compile") 2>conftest.er1
10584 ac_status=$?
10585 grep -v '^ *+' conftest.er1 >conftest.err
10586 rm -f conftest.er1
10587 cat conftest.err >&5
10588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10589 (exit $ac_status); } && {
10590 test -z "$ac_c_werror_flag" ||
10591 test ! -s conftest.err
10592 } && test -s conftest.$ac_objext; then
10593 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10594 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10595 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10596 echo $ECHO_N "(cached) $ECHO_C" >&6
10597 else
10598 ac_check_soname_save_LIBS=$LIBS
10599 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10600 cat >conftest.$ac_ext <<_ACEOF
10601 /* confdefs.h. */
10602 _ACEOF
10603 cat confdefs.h >>conftest.$ac_ext
10604 cat >>conftest.$ac_ext <<_ACEOF
10605 /* end confdefs.h. */
10607 /* Override any GCC internal prototype to avoid an error.
10608 Use char because int might match the return type of a GCC
10609 builtin and then its argument prototype would still apply. */
10610 #ifdef __cplusplus
10611 extern "C"
10612 #endif
10613 char XRRQueryExtension ();
10615 main ()
10617 return XRRQueryExtension ();
10619 return 0;
10621 _ACEOF
10622 rm -f conftest.$ac_objext conftest$ac_exeext
10623 if { (ac_try="$ac_link"
10624 case "(($ac_try" in
10625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10626 *) ac_try_echo=$ac_try;;
10627 esac
10628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10629 (eval "$ac_link") 2>conftest.er1
10630 ac_status=$?
10631 grep -v '^ *+' conftest.er1 >conftest.err
10632 rm -f conftest.er1
10633 cat conftest.err >&5
10634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10635 (exit $ac_status); } && {
10636 test -z "$ac_c_werror_flag" ||
10637 test ! -s conftest.err
10638 } && test -s conftest$ac_exeext &&
10639 $as_test_x conftest$ac_exeext; then
10640 case "$LIBEXT" in
10641 dll) ;;
10642 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'` ;;
10643 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10644 esac
10645 else
10646 echo "$as_me: failed program was:" >&5
10647 sed 's/^/| /' conftest.$ac_ext >&5
10652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10653 conftest$ac_exeext conftest.$ac_ext
10654 LIBS=$ac_check_soname_save_LIBS
10656 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10657 { echo "$as_me:$LINENO: result: not found" >&5
10658 echo "${ECHO_T}not found" >&6; }
10660 else
10661 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10662 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10664 cat >>confdefs.h <<_ACEOF
10665 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10666 _ACEOF
10671 else
10672 echo "$as_me: failed program was:" >&5
10673 sed 's/^/| /' conftest.$ac_ext >&5
10678 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10680 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10681 case "x$with_xrandr" in
10682 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10683 xno) ;;
10684 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10685 This is an error since --with-xrandr was requested." >&5
10686 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10687 This is an error since --with-xrandr was requested." >&2;}
10688 { (exit 1); exit 1; }; } ;;
10689 esac
10693 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10694 then
10695 cat >conftest.$ac_ext <<_ACEOF
10696 /* confdefs.h. */
10697 _ACEOF
10698 cat confdefs.h >>conftest.$ac_ext
10699 cat >>conftest.$ac_ext <<_ACEOF
10700 /* end confdefs.h. */
10701 #include <X11/Xlib.h>
10702 #include <X11/extensions/Xinerama.h>
10704 main ()
10706 static typeof(XineramaQueryScreens) * func;
10708 return 0;
10710 _ACEOF
10711 rm -f conftest.$ac_objext
10712 if { (ac_try="$ac_compile"
10713 case "(($ac_try" in
10714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10715 *) ac_try_echo=$ac_try;;
10716 esac
10717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10718 (eval "$ac_compile") 2>conftest.er1
10719 ac_status=$?
10720 grep -v '^ *+' conftest.er1 >conftest.err
10721 rm -f conftest.er1
10722 cat conftest.err >&5
10723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10724 (exit $ac_status); } && {
10725 test -z "$ac_c_werror_flag" ||
10726 test ! -s conftest.err
10727 } && test -s conftest.$ac_objext; then
10728 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10729 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10730 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10731 echo $ECHO_N "(cached) $ECHO_C" >&6
10732 else
10733 ac_check_soname_save_LIBS=$LIBS
10734 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10735 cat >conftest.$ac_ext <<_ACEOF
10736 /* confdefs.h. */
10737 _ACEOF
10738 cat confdefs.h >>conftest.$ac_ext
10739 cat >>conftest.$ac_ext <<_ACEOF
10740 /* end confdefs.h. */
10742 /* Override any GCC internal prototype to avoid an error.
10743 Use char because int might match the return type of a GCC
10744 builtin and then its argument prototype would still apply. */
10745 #ifdef __cplusplus
10746 extern "C"
10747 #endif
10748 char XineramaQueryScreens ();
10750 main ()
10752 return XineramaQueryScreens ();
10754 return 0;
10756 _ACEOF
10757 rm -f conftest.$ac_objext conftest$ac_exeext
10758 if { (ac_try="$ac_link"
10759 case "(($ac_try" in
10760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10761 *) ac_try_echo=$ac_try;;
10762 esac
10763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10764 (eval "$ac_link") 2>conftest.er1
10765 ac_status=$?
10766 grep -v '^ *+' conftest.er1 >conftest.err
10767 rm -f conftest.er1
10768 cat conftest.err >&5
10769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10770 (exit $ac_status); } && {
10771 test -z "$ac_c_werror_flag" ||
10772 test ! -s conftest.err
10773 } && test -s conftest$ac_exeext &&
10774 $as_test_x conftest$ac_exeext; then
10775 case "$LIBEXT" in
10776 dll) ;;
10777 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'` ;;
10778 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10779 esac
10780 else
10781 echo "$as_me: failed program was:" >&5
10782 sed 's/^/| /' conftest.$ac_ext >&5
10787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10788 conftest$ac_exeext conftest.$ac_ext
10789 LIBS=$ac_check_soname_save_LIBS
10791 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10792 { echo "$as_me:$LINENO: result: not found" >&5
10793 echo "${ECHO_T}not found" >&6; }
10795 else
10796 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10797 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10799 cat >>confdefs.h <<_ACEOF
10800 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10801 _ACEOF
10806 else
10807 echo "$as_me: failed program was:" >&5
10808 sed 's/^/| /' conftest.$ac_ext >&5
10813 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10815 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10816 case "x$with_xinerama" in
10817 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
10818 xno) ;;
10819 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10820 This is an error since --with-xinerama was requested." >&5
10821 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
10822 This is an error since --with-xinerama was requested." >&2;}
10823 { (exit 1); exit 1; }; } ;;
10824 esac
10828 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10829 then
10830 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10831 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10832 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10833 echo $ECHO_N "(cached) $ECHO_C" >&6
10834 else
10835 ac_check_soname_save_LIBS=$LIBS
10836 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10837 cat >conftest.$ac_ext <<_ACEOF
10838 /* confdefs.h. */
10839 _ACEOF
10840 cat confdefs.h >>conftest.$ac_ext
10841 cat >>conftest.$ac_ext <<_ACEOF
10842 /* end confdefs.h. */
10844 /* Override any GCC internal prototype to avoid an error.
10845 Use char because int might match the return type of a GCC
10846 builtin and then its argument prototype would still apply. */
10847 #ifdef __cplusplus
10848 extern "C"
10849 #endif
10850 char XCompositeRedirectWindow ();
10852 main ()
10854 return XCompositeRedirectWindow ();
10856 return 0;
10858 _ACEOF
10859 rm -f conftest.$ac_objext conftest$ac_exeext
10860 if { (ac_try="$ac_link"
10861 case "(($ac_try" in
10862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10863 *) ac_try_echo=$ac_try;;
10864 esac
10865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10866 (eval "$ac_link") 2>conftest.er1
10867 ac_status=$?
10868 grep -v '^ *+' conftest.er1 >conftest.err
10869 rm -f conftest.er1
10870 cat conftest.err >&5
10871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10872 (exit $ac_status); } && {
10873 test -z "$ac_c_werror_flag" ||
10874 test ! -s conftest.err
10875 } && test -s conftest$ac_exeext &&
10876 $as_test_x conftest$ac_exeext; then
10877 case "$LIBEXT" in
10878 dll) ;;
10879 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'` ;;
10880 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10881 esac
10882 else
10883 echo "$as_me: failed program was:" >&5
10884 sed 's/^/| /' conftest.$ac_ext >&5
10889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10890 conftest$ac_exeext conftest.$ac_ext
10891 LIBS=$ac_check_soname_save_LIBS
10893 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10894 { echo "$as_me:$LINENO: result: not found" >&5
10895 echo "${ECHO_T}not found" >&6; }
10897 else
10898 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10899 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10901 cat >>confdefs.h <<_ACEOF
10902 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10903 _ACEOF
10909 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10910 case "x$with_xcomposite" in
10911 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
10912 xno) ;;
10913 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10914 This is an error since --with-xcomposite was requested." >&5
10915 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
10916 This is an error since --with-xcomposite was requested." >&2;}
10917 { (exit 1); exit 1; }; } ;;
10918 esac
10922 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10923 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10924 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10925 echo $ECHO_N "(cached) $ECHO_C" >&6
10926 else
10927 cat >conftest.$ac_ext <<_ACEOF
10928 /* confdefs.h. */
10929 _ACEOF
10930 cat confdefs.h >>conftest.$ac_ext
10931 cat >>conftest.$ac_ext <<_ACEOF
10932 /* end confdefs.h. */
10933 #ifdef HAVE_X11_XLIB_H
10934 #include <X11/Xlib.h>
10935 #endif
10938 main ()
10940 static XICCallback ac_aggr;
10941 if (ac_aggr.callback)
10942 return 0;
10944 return 0;
10946 _ACEOF
10947 rm -f conftest.$ac_objext
10948 if { (ac_try="$ac_compile"
10949 case "(($ac_try" in
10950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10951 *) ac_try_echo=$ac_try;;
10952 esac
10953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10954 (eval "$ac_compile") 2>conftest.er1
10955 ac_status=$?
10956 grep -v '^ *+' conftest.er1 >conftest.err
10957 rm -f conftest.er1
10958 cat conftest.err >&5
10959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10960 (exit $ac_status); } && {
10961 test -z "$ac_c_werror_flag" ||
10962 test ! -s conftest.err
10963 } && test -s conftest.$ac_objext; then
10964 ac_cv_member_XICCallback_callback=yes
10965 else
10966 echo "$as_me: failed program was:" >&5
10967 sed 's/^/| /' conftest.$ac_ext >&5
10969 cat >conftest.$ac_ext <<_ACEOF
10970 /* confdefs.h. */
10971 _ACEOF
10972 cat confdefs.h >>conftest.$ac_ext
10973 cat >>conftest.$ac_ext <<_ACEOF
10974 /* end confdefs.h. */
10975 #ifdef HAVE_X11_XLIB_H
10976 #include <X11/Xlib.h>
10977 #endif
10980 main ()
10982 static XICCallback ac_aggr;
10983 if (sizeof ac_aggr.callback)
10984 return 0;
10986 return 0;
10988 _ACEOF
10989 rm -f conftest.$ac_objext
10990 if { (ac_try="$ac_compile"
10991 case "(($ac_try" in
10992 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10993 *) ac_try_echo=$ac_try;;
10994 esac
10995 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10996 (eval "$ac_compile") 2>conftest.er1
10997 ac_status=$?
10998 grep -v '^ *+' conftest.er1 >conftest.err
10999 rm -f conftest.er1
11000 cat conftest.err >&5
11001 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11002 (exit $ac_status); } && {
11003 test -z "$ac_c_werror_flag" ||
11004 test ! -s conftest.err
11005 } && test -s conftest.$ac_objext; then
11006 ac_cv_member_XICCallback_callback=yes
11007 else
11008 echo "$as_me: failed program was:" >&5
11009 sed 's/^/| /' conftest.$ac_ext >&5
11011 ac_cv_member_XICCallback_callback=no
11014 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11019 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11020 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11021 if test $ac_cv_member_XICCallback_callback = yes; then
11023 cat >>confdefs.h <<_ACEOF
11024 #define HAVE_XICCALLBACK_CALLBACK 1
11025 _ACEOF
11032 opengl_msg=""
11033 if test "x$with_opengl" != "xno"
11034 then
11038 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11040 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11041 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11042 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11043 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11044 echo $ECHO_N "(cached) $ECHO_C" >&6
11045 else
11046 cat >conftest.$ac_ext <<_ACEOF
11047 /* confdefs.h. */
11048 _ACEOF
11049 cat confdefs.h >>conftest.$ac_ext
11050 cat >>conftest.$ac_ext <<_ACEOF
11051 /* end confdefs.h. */
11052 #ifdef HAVE_GL_GLX_H
11053 # include <GL/glx.h>
11054 #endif
11056 #include <$ac_header>
11057 _ACEOF
11058 rm -f conftest.$ac_objext
11059 if { (ac_try="$ac_compile"
11060 case "(($ac_try" in
11061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11062 *) ac_try_echo=$ac_try;;
11063 esac
11064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11065 (eval "$ac_compile") 2>conftest.er1
11066 ac_status=$?
11067 grep -v '^ *+' conftest.er1 >conftest.err
11068 rm -f conftest.er1
11069 cat conftest.err >&5
11070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11071 (exit $ac_status); } && {
11072 test -z "$ac_c_werror_flag" ||
11073 test ! -s conftest.err
11074 } && test -s conftest.$ac_objext; then
11075 eval "$as_ac_Header=yes"
11076 else
11077 echo "$as_me: failed program was:" >&5
11078 sed 's/^/| /' conftest.$ac_ext >&5
11080 eval "$as_ac_Header=no"
11083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11085 ac_res=`eval echo '${'$as_ac_Header'}'`
11086 { echo "$as_me:$LINENO: result: $ac_res" >&5
11087 echo "${ECHO_T}$ac_res" >&6; }
11088 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11089 cat >>confdefs.h <<_ACEOF
11090 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11091 _ACEOF
11095 done
11097 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11098 then
11099 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11100 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11101 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11102 echo $ECHO_N "(cached) $ECHO_C" >&6
11103 else
11104 cat >conftest.$ac_ext <<_ACEOF
11105 /* confdefs.h. */
11106 _ACEOF
11107 cat confdefs.h >>conftest.$ac_ext
11108 cat >>conftest.$ac_ext <<_ACEOF
11109 /* end confdefs.h. */
11110 #include <GL/gl.h>
11112 main ()
11114 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11116 return 0;
11118 _ACEOF
11119 rm -f conftest.$ac_objext
11120 if { (ac_try="$ac_compile"
11121 case "(($ac_try" in
11122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11123 *) ac_try_echo=$ac_try;;
11124 esac
11125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11126 (eval "$ac_compile") 2>conftest.er1
11127 ac_status=$?
11128 grep -v '^ *+' conftest.er1 >conftest.err
11129 rm -f conftest.er1
11130 cat conftest.err >&5
11131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11132 (exit $ac_status); } && {
11133 test -z "$ac_c_werror_flag" ||
11134 test ! -s conftest.err
11135 } && test -s conftest.$ac_objext; then
11136 wine_cv_opengl_header_version_OK="yes"
11137 else
11138 echo "$as_me: failed program was:" >&5
11139 sed 's/^/| /' conftest.$ac_ext >&5
11141 wine_cv_opengl_header_version_OK="no"
11144 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11146 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11147 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11149 if test "$wine_cv_opengl_header_version_OK" = "yes"
11150 then
11151 { echo "$as_me:$LINENO: checking for -lGL" >&5
11152 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11153 if test "${ac_cv_lib_soname_GL+set}" = set; then
11154 echo $ECHO_N "(cached) $ECHO_C" >&6
11155 else
11156 ac_check_soname_save_LIBS=$LIBS
11157 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11158 cat >conftest.$ac_ext <<_ACEOF
11159 /* confdefs.h. */
11160 _ACEOF
11161 cat confdefs.h >>conftest.$ac_ext
11162 cat >>conftest.$ac_ext <<_ACEOF
11163 /* end confdefs.h. */
11165 /* Override any GCC internal prototype to avoid an error.
11166 Use char because int might match the return type of a GCC
11167 builtin and then its argument prototype would still apply. */
11168 #ifdef __cplusplus
11169 extern "C"
11170 #endif
11171 char glXCreateContext ();
11173 main ()
11175 return glXCreateContext ();
11177 return 0;
11179 _ACEOF
11180 rm -f conftest.$ac_objext conftest$ac_exeext
11181 if { (ac_try="$ac_link"
11182 case "(($ac_try" in
11183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11184 *) ac_try_echo=$ac_try;;
11185 esac
11186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11187 (eval "$ac_link") 2>conftest.er1
11188 ac_status=$?
11189 grep -v '^ *+' conftest.er1 >conftest.err
11190 rm -f conftest.er1
11191 cat conftest.err >&5
11192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11193 (exit $ac_status); } && {
11194 test -z "$ac_c_werror_flag" ||
11195 test ! -s conftest.err
11196 } && test -s conftest$ac_exeext &&
11197 $as_test_x conftest$ac_exeext; then
11198 case "$LIBEXT" in
11199 dll) ;;
11200 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'` ;;
11201 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11202 esac
11203 else
11204 echo "$as_me: failed program was:" >&5
11205 sed 's/^/| /' conftest.$ac_ext >&5
11210 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11211 conftest$ac_exeext conftest.$ac_ext
11212 LIBS=$ac_check_soname_save_LIBS
11214 if test "x$ac_cv_lib_soname_GL" = "x"; then
11215 { echo "$as_me:$LINENO: result: not found" >&5
11216 echo "${ECHO_T}not found" >&6; }
11217 { echo "$as_me:$LINENO: checking for -lGL" >&5
11218 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11219 if test "${ac_cv_lib_soname_GL+set}" = set; then
11220 echo $ECHO_N "(cached) $ECHO_C" >&6
11221 else
11222 ac_check_soname_save_LIBS=$LIBS
11223 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"
11224 cat >conftest.$ac_ext <<_ACEOF
11225 /* confdefs.h. */
11226 _ACEOF
11227 cat confdefs.h >>conftest.$ac_ext
11228 cat >>conftest.$ac_ext <<_ACEOF
11229 /* end confdefs.h. */
11231 /* Override any GCC internal prototype to avoid an error.
11232 Use char because int might match the return type of a GCC
11233 builtin and then its argument prototype would still apply. */
11234 #ifdef __cplusplus
11235 extern "C"
11236 #endif
11237 char glXCreateContext ();
11239 main ()
11241 return glXCreateContext ();
11243 return 0;
11245 _ACEOF
11246 rm -f conftest.$ac_objext conftest$ac_exeext
11247 if { (ac_try="$ac_link"
11248 case "(($ac_try" in
11249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11250 *) ac_try_echo=$ac_try;;
11251 esac
11252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11253 (eval "$ac_link") 2>conftest.er1
11254 ac_status=$?
11255 grep -v '^ *+' conftest.er1 >conftest.err
11256 rm -f conftest.er1
11257 cat conftest.err >&5
11258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11259 (exit $ac_status); } && {
11260 test -z "$ac_c_werror_flag" ||
11261 test ! -s conftest.err
11262 } && test -s conftest$ac_exeext &&
11263 $as_test_x conftest$ac_exeext; then
11264 case "$LIBEXT" in
11265 dll) ;;
11266 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'` ;;
11267 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11268 esac
11269 else
11270 echo "$as_me: failed program was:" >&5
11271 sed 's/^/| /' conftest.$ac_ext >&5
11276 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11277 conftest$ac_exeext conftest.$ac_ext
11278 LIBS=$ac_check_soname_save_LIBS
11280 if test "x$ac_cv_lib_soname_GL" = "x"; then
11281 { echo "$as_me:$LINENO: result: not found" >&5
11282 echo "${ECHO_T}not found" >&6; }
11283 if test -f /usr/X11R6/lib/libGL.a
11284 then
11285 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11286 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11287 else
11288 opengl_msg="No OpenGL library found on this system."
11290 else
11291 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11292 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11294 cat >>confdefs.h <<_ACEOF
11295 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11296 _ACEOF
11298 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"
11300 cat >>confdefs.h <<\_ACEOF
11301 #define HAVE_OPENGL 1
11302 _ACEOF
11306 else
11307 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11308 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11310 cat >>confdefs.h <<_ACEOF
11311 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11312 _ACEOF
11314 OPENGL_LIBS="-lGL"
11316 cat >>confdefs.h <<\_ACEOF
11317 #define HAVE_OPENGL 1
11318 _ACEOF
11322 if test "$ac_cv_header_GL_glu_h" = "yes"
11323 then
11324 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11325 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11326 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11327 echo $ECHO_N "(cached) $ECHO_C" >&6
11328 else
11329 ac_check_soname_save_LIBS=$LIBS
11330 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11331 cat >conftest.$ac_ext <<_ACEOF
11332 /* confdefs.h. */
11333 _ACEOF
11334 cat confdefs.h >>conftest.$ac_ext
11335 cat >>conftest.$ac_ext <<_ACEOF
11336 /* end confdefs.h. */
11338 /* Override any GCC internal prototype to avoid an error.
11339 Use char because int might match the return type of a GCC
11340 builtin and then its argument prototype would still apply. */
11341 #ifdef __cplusplus
11342 extern "C"
11343 #endif
11344 char gluLookAt ();
11346 main ()
11348 return gluLookAt ();
11350 return 0;
11352 _ACEOF
11353 rm -f conftest.$ac_objext conftest$ac_exeext
11354 if { (ac_try="$ac_link"
11355 case "(($ac_try" in
11356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11357 *) ac_try_echo=$ac_try;;
11358 esac
11359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11360 (eval "$ac_link") 2>conftest.er1
11361 ac_status=$?
11362 grep -v '^ *+' conftest.er1 >conftest.err
11363 rm -f conftest.er1
11364 cat conftest.err >&5
11365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11366 (exit $ac_status); } && {
11367 test -z "$ac_c_werror_flag" ||
11368 test ! -s conftest.err
11369 } && test -s conftest$ac_exeext &&
11370 $as_test_x conftest$ac_exeext; then
11371 case "$LIBEXT" in
11372 dll) ;;
11373 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'` ;;
11374 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11375 esac
11376 else
11377 echo "$as_me: failed program was:" >&5
11378 sed 's/^/| /' conftest.$ac_ext >&5
11383 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11384 conftest$ac_exeext conftest.$ac_ext
11385 LIBS=$ac_check_soname_save_LIBS
11387 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11388 { echo "$as_me:$LINENO: result: not found" >&5
11389 echo "${ECHO_T}not found" >&6; }
11391 else
11392 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11393 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11395 cat >>confdefs.h <<_ACEOF
11396 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11397 _ACEOF
11403 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11404 case "x$with_glu" in
11405 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11406 xno) ;;
11407 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11408 This is an error since --with-glu was requested." >&5
11409 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11410 This is an error since --with-glu was requested." >&2;}
11411 { (exit 1); exit 1; }; } ;;
11412 esac
11415 else
11416 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11418 else
11419 opengl_msg="OpenGL development headers not found."
11421 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11422 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11423 else
11424 enable_opengl32=${enable_opengl32:-no}
11425 enable_glu32=${enable_glu32:-no}
11427 if test -n "$opengl_msg"; then
11428 case "x$with_opengl" in
11429 x) wine_warnings="$wine_warnings|$opengl_msg
11430 OpenGL and Direct3D won't be supported." ;;
11431 xno) ;;
11432 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11433 OpenGL and Direct3D won't be supported.
11434 This is an error since --with-opengl was requested." >&5
11435 echo "$as_me: error: $opengl_msg
11436 OpenGL and Direct3D won't be supported.
11437 This is an error since --with-opengl was requested." >&2;}
11438 { (exit 1); exit 1; }; } ;;
11439 esac
11443 NASLIBS=""
11446 for ac_header in audio/audiolib.h
11448 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11450 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11451 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11452 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11453 echo $ECHO_N "(cached) $ECHO_C" >&6
11455 ac_res=`eval echo '${'$as_ac_Header'}'`
11456 { echo "$as_me:$LINENO: result: $ac_res" >&5
11457 echo "${ECHO_T}$ac_res" >&6; }
11458 else
11459 # Is the header compilable?
11460 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11461 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11462 cat >conftest.$ac_ext <<_ACEOF
11463 /* confdefs.h. */
11464 _ACEOF
11465 cat confdefs.h >>conftest.$ac_ext
11466 cat >>conftest.$ac_ext <<_ACEOF
11467 /* end confdefs.h. */
11468 $ac_includes_default
11469 #include <$ac_header>
11470 _ACEOF
11471 rm -f conftest.$ac_objext
11472 if { (ac_try="$ac_compile"
11473 case "(($ac_try" in
11474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11475 *) ac_try_echo=$ac_try;;
11476 esac
11477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11478 (eval "$ac_compile") 2>conftest.er1
11479 ac_status=$?
11480 grep -v '^ *+' conftest.er1 >conftest.err
11481 rm -f conftest.er1
11482 cat conftest.err >&5
11483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11484 (exit $ac_status); } && {
11485 test -z "$ac_c_werror_flag" ||
11486 test ! -s conftest.err
11487 } && test -s conftest.$ac_objext; then
11488 ac_header_compiler=yes
11489 else
11490 echo "$as_me: failed program was:" >&5
11491 sed 's/^/| /' conftest.$ac_ext >&5
11493 ac_header_compiler=no
11496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11497 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11498 echo "${ECHO_T}$ac_header_compiler" >&6; }
11500 # Is the header present?
11501 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11502 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11503 cat >conftest.$ac_ext <<_ACEOF
11504 /* confdefs.h. */
11505 _ACEOF
11506 cat confdefs.h >>conftest.$ac_ext
11507 cat >>conftest.$ac_ext <<_ACEOF
11508 /* end confdefs.h. */
11509 #include <$ac_header>
11510 _ACEOF
11511 if { (ac_try="$ac_cpp conftest.$ac_ext"
11512 case "(($ac_try" in
11513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11514 *) ac_try_echo=$ac_try;;
11515 esac
11516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11517 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11518 ac_status=$?
11519 grep -v '^ *+' conftest.er1 >conftest.err
11520 rm -f conftest.er1
11521 cat conftest.err >&5
11522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11523 (exit $ac_status); } >/dev/null && {
11524 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11525 test ! -s conftest.err
11526 }; then
11527 ac_header_preproc=yes
11528 else
11529 echo "$as_me: failed program was:" >&5
11530 sed 's/^/| /' conftest.$ac_ext >&5
11532 ac_header_preproc=no
11535 rm -f conftest.err conftest.$ac_ext
11536 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11537 echo "${ECHO_T}$ac_header_preproc" >&6; }
11539 # So? What about this header?
11540 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11541 yes:no: )
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11543 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11545 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11546 ac_header_preproc=yes
11548 no:yes:* )
11549 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11550 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11551 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11552 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11553 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11554 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11555 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11556 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11557 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11558 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11559 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11560 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11561 ( cat <<\_ASBOX
11562 ## ------------------------------------ ##
11563 ## Report this to wine-devel@winehq.org ##
11564 ## ------------------------------------ ##
11565 _ASBOX
11566 ) | sed "s/^/$as_me: WARNING: /" >&2
11568 esac
11569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11572 echo $ECHO_N "(cached) $ECHO_C" >&6
11573 else
11574 eval "$as_ac_Header=\$ac_header_preproc"
11576 ac_res=`eval echo '${'$as_ac_Header'}'`
11577 { echo "$as_me:$LINENO: result: $ac_res" >&5
11578 echo "${ECHO_T}$ac_res" >&6; }
11581 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11582 cat >>confdefs.h <<_ACEOF
11583 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11584 _ACEOF
11586 for ac_header in audio/soundlib.h
11588 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11589 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11590 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11591 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11592 echo $ECHO_N "(cached) $ECHO_C" >&6
11593 else
11594 cat >conftest.$ac_ext <<_ACEOF
11595 /* confdefs.h. */
11596 _ACEOF
11597 cat confdefs.h >>conftest.$ac_ext
11598 cat >>conftest.$ac_ext <<_ACEOF
11599 /* end confdefs.h. */
11600 #include <audio/audiolib.h>
11602 #include <$ac_header>
11603 _ACEOF
11604 rm -f conftest.$ac_objext
11605 if { (ac_try="$ac_compile"
11606 case "(($ac_try" in
11607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11608 *) ac_try_echo=$ac_try;;
11609 esac
11610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11611 (eval "$ac_compile") 2>conftest.er1
11612 ac_status=$?
11613 grep -v '^ *+' conftest.er1 >conftest.err
11614 rm -f conftest.er1
11615 cat conftest.err >&5
11616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11617 (exit $ac_status); } && {
11618 test -z "$ac_c_werror_flag" ||
11619 test ! -s conftest.err
11620 } && test -s conftest.$ac_objext; then
11621 eval "$as_ac_Header=yes"
11622 else
11623 echo "$as_me: failed program was:" >&5
11624 sed 's/^/| /' conftest.$ac_ext >&5
11626 eval "$as_ac_Header=no"
11629 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11631 ac_res=`eval echo '${'$as_ac_Header'}'`
11632 { echo "$as_me:$LINENO: result: $ac_res" >&5
11633 echo "${ECHO_T}$ac_res" >&6; }
11634 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11635 cat >>confdefs.h <<_ACEOF
11636 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11637 _ACEOF
11641 done
11643 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11644 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11645 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11646 echo $ECHO_N "(cached) $ECHO_C" >&6
11647 else
11648 ac_check_lib_save_LIBS=$LIBS
11649 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11650 cat >conftest.$ac_ext <<_ACEOF
11651 /* confdefs.h. */
11652 _ACEOF
11653 cat confdefs.h >>conftest.$ac_ext
11654 cat >>conftest.$ac_ext <<_ACEOF
11655 /* end confdefs.h. */
11657 /* Override any GCC internal prototype to avoid an error.
11658 Use char because int might match the return type of a GCC
11659 builtin and then its argument prototype would still apply. */
11660 #ifdef __cplusplus
11661 extern "C"
11662 #endif
11663 char AuCreateFlow ();
11665 main ()
11667 return AuCreateFlow ();
11669 return 0;
11671 _ACEOF
11672 rm -f conftest.$ac_objext conftest$ac_exeext
11673 if { (ac_try="$ac_link"
11674 case "(($ac_try" in
11675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11676 *) ac_try_echo=$ac_try;;
11677 esac
11678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11679 (eval "$ac_link") 2>conftest.er1
11680 ac_status=$?
11681 grep -v '^ *+' conftest.er1 >conftest.err
11682 rm -f conftest.er1
11683 cat conftest.err >&5
11684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11685 (exit $ac_status); } && {
11686 test -z "$ac_c_werror_flag" ||
11687 test ! -s conftest.err
11688 } && test -s conftest$ac_exeext &&
11689 $as_test_x conftest$ac_exeext; then
11690 ac_cv_lib_audio_AuCreateFlow=yes
11691 else
11692 echo "$as_me: failed program was:" >&5
11693 sed 's/^/| /' conftest.$ac_ext >&5
11695 ac_cv_lib_audio_AuCreateFlow=no
11698 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11699 conftest$ac_exeext conftest.$ac_ext
11700 LIBS=$ac_check_lib_save_LIBS
11702 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11703 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11704 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11706 cat >>confdefs.h <<\_ACEOF
11707 #define HAVE_NAS 1
11708 _ACEOF
11710 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11711 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11712 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11713 echo $ECHO_N "(cached) $ECHO_C" >&6
11714 else
11715 ac_check_lib_save_LIBS=$LIBS
11716 LIBS="-lXau $X_LIBS $LIBS"
11717 cat >conftest.$ac_ext <<_ACEOF
11718 /* confdefs.h. */
11719 _ACEOF
11720 cat confdefs.h >>conftest.$ac_ext
11721 cat >>conftest.$ac_ext <<_ACEOF
11722 /* end confdefs.h. */
11724 /* Override any GCC internal prototype to avoid an error.
11725 Use char because int might match the return type of a GCC
11726 builtin and then its argument prototype would still apply. */
11727 #ifdef __cplusplus
11728 extern "C"
11729 #endif
11730 char XauGetBestAuthByAddr ();
11732 main ()
11734 return XauGetBestAuthByAddr ();
11736 return 0;
11738 _ACEOF
11739 rm -f conftest.$ac_objext conftest$ac_exeext
11740 if { (ac_try="$ac_link"
11741 case "(($ac_try" in
11742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11743 *) ac_try_echo=$ac_try;;
11744 esac
11745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11746 (eval "$ac_link") 2>conftest.er1
11747 ac_status=$?
11748 grep -v '^ *+' conftest.er1 >conftest.err
11749 rm -f conftest.er1
11750 cat conftest.err >&5
11751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11752 (exit $ac_status); } && {
11753 test -z "$ac_c_werror_flag" ||
11754 test ! -s conftest.err
11755 } && test -s conftest$ac_exeext &&
11756 $as_test_x conftest$ac_exeext; then
11757 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11758 else
11759 echo "$as_me: failed program was:" >&5
11760 sed 's/^/| /' conftest.$ac_ext >&5
11762 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11766 conftest$ac_exeext conftest.$ac_ext
11767 LIBS=$ac_check_lib_save_LIBS
11769 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11770 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11771 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11772 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11773 else
11774 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11782 done
11785 CPPFLAGS="$ac_save_CPPFLAGS"
11786 else
11787 XLIB=""
11788 X_CFLAGS=""
11789 X_LIBS=""
11790 enable_winex11_drv=${enable_winex11_drv:-no}
11791 enable_opengl32=${enable_opengl32:-no}
11792 enable_glu32=${enable_glu32:-no}
11794 if test "x$XLIB" = "x"; then
11795 case "x$with_x" in
11796 xno) ;;
11797 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11798 without X support, which probably isn't what you want. You will need to install
11799 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11800 Use the --without-x option if you really want this." >&5
11801 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11802 without X support, which probably isn't what you want. You will need to install
11803 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11804 Use the --without-x option if you really want this." >&2;}
11805 { (exit 1); exit 1; }; } ;;
11806 esac
11811 XML2LIBS=""
11813 XML2INCL=""
11815 XSLTINCL=""
11817 if test "x$with_xml" != "xno"
11818 then
11819 ac_save_CPPFLAGS="$CPPFLAGS"
11820 if test "$PKG_CONFIG" != "false"
11821 then
11822 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11823 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11824 else
11825 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11826 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11828 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11830 for ac_header in libxml/parser.h
11832 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11833 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11834 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11835 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11836 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11837 echo $ECHO_N "(cached) $ECHO_C" >&6
11839 ac_res=`eval echo '${'$as_ac_Header'}'`
11840 { echo "$as_me:$LINENO: result: $ac_res" >&5
11841 echo "${ECHO_T}$ac_res" >&6; }
11842 else
11843 # Is the header compilable?
11844 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11845 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11846 cat >conftest.$ac_ext <<_ACEOF
11847 /* confdefs.h. */
11848 _ACEOF
11849 cat confdefs.h >>conftest.$ac_ext
11850 cat >>conftest.$ac_ext <<_ACEOF
11851 /* end confdefs.h. */
11852 $ac_includes_default
11853 #include <$ac_header>
11854 _ACEOF
11855 rm -f conftest.$ac_objext
11856 if { (ac_try="$ac_compile"
11857 case "(($ac_try" in
11858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11859 *) ac_try_echo=$ac_try;;
11860 esac
11861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11862 (eval "$ac_compile") 2>conftest.er1
11863 ac_status=$?
11864 grep -v '^ *+' conftest.er1 >conftest.err
11865 rm -f conftest.er1
11866 cat conftest.err >&5
11867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11868 (exit $ac_status); } && {
11869 test -z "$ac_c_werror_flag" ||
11870 test ! -s conftest.err
11871 } && test -s conftest.$ac_objext; then
11872 ac_header_compiler=yes
11873 else
11874 echo "$as_me: failed program was:" >&5
11875 sed 's/^/| /' conftest.$ac_ext >&5
11877 ac_header_compiler=no
11880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11881 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11882 echo "${ECHO_T}$ac_header_compiler" >&6; }
11884 # Is the header present?
11885 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11886 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11887 cat >conftest.$ac_ext <<_ACEOF
11888 /* confdefs.h. */
11889 _ACEOF
11890 cat confdefs.h >>conftest.$ac_ext
11891 cat >>conftest.$ac_ext <<_ACEOF
11892 /* end confdefs.h. */
11893 #include <$ac_header>
11894 _ACEOF
11895 if { (ac_try="$ac_cpp conftest.$ac_ext"
11896 case "(($ac_try" in
11897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11898 *) ac_try_echo=$ac_try;;
11899 esac
11900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11901 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11902 ac_status=$?
11903 grep -v '^ *+' conftest.er1 >conftest.err
11904 rm -f conftest.er1
11905 cat conftest.err >&5
11906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11907 (exit $ac_status); } >/dev/null && {
11908 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11909 test ! -s conftest.err
11910 }; then
11911 ac_header_preproc=yes
11912 else
11913 echo "$as_me: failed program was:" >&5
11914 sed 's/^/| /' conftest.$ac_ext >&5
11916 ac_header_preproc=no
11919 rm -f conftest.err conftest.$ac_ext
11920 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11921 echo "${ECHO_T}$ac_header_preproc" >&6; }
11923 # So? What about this header?
11924 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11925 yes:no: )
11926 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11927 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11929 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11930 ac_header_preproc=yes
11932 no:yes:* )
11933 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11934 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11936 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11937 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11938 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11939 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11940 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11941 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11942 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11943 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11944 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11945 ( cat <<\_ASBOX
11946 ## ------------------------------------ ##
11947 ## Report this to wine-devel@winehq.org ##
11948 ## ------------------------------------ ##
11949 _ASBOX
11950 ) | sed "s/^/$as_me: WARNING: /" >&2
11952 esac
11953 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11954 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11955 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11956 echo $ECHO_N "(cached) $ECHO_C" >&6
11957 else
11958 eval "$as_ac_Header=\$ac_header_preproc"
11960 ac_res=`eval echo '${'$as_ac_Header'}'`
11961 { echo "$as_me:$LINENO: result: $ac_res" >&5
11962 echo "${ECHO_T}$ac_res" >&6; }
11965 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11966 cat >>confdefs.h <<_ACEOF
11967 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11968 _ACEOF
11969 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11970 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11971 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
11973 else
11974 ac_check_lib_save_LIBS=$LIBS
11975 LIBS="-lxml2 $ac_xml_libs $LIBS"
11976 cat >conftest.$ac_ext <<_ACEOF
11977 /* confdefs.h. */
11978 _ACEOF
11979 cat confdefs.h >>conftest.$ac_ext
11980 cat >>conftest.$ac_ext <<_ACEOF
11981 /* end confdefs.h. */
11983 /* Override any GCC internal prototype to avoid an error.
11984 Use char because int might match the return type of a GCC
11985 builtin and then its argument prototype would still apply. */
11986 #ifdef __cplusplus
11987 extern "C"
11988 #endif
11989 char xmlParseMemory ();
11991 main ()
11993 return xmlParseMemory ();
11995 return 0;
11997 _ACEOF
11998 rm -f conftest.$ac_objext conftest$ac_exeext
11999 if { (ac_try="$ac_link"
12000 case "(($ac_try" in
12001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12002 *) ac_try_echo=$ac_try;;
12003 esac
12004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12005 (eval "$ac_link") 2>conftest.er1
12006 ac_status=$?
12007 grep -v '^ *+' conftest.er1 >conftest.err
12008 rm -f conftest.er1
12009 cat conftest.err >&5
12010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12011 (exit $ac_status); } && {
12012 test -z "$ac_c_werror_flag" ||
12013 test ! -s conftest.err
12014 } && test -s conftest$ac_exeext &&
12015 $as_test_x conftest$ac_exeext; then
12016 ac_cv_lib_xml2_xmlParseMemory=yes
12017 else
12018 echo "$as_me: failed program was:" >&5
12019 sed 's/^/| /' conftest.$ac_ext >&5
12021 ac_cv_lib_xml2_xmlParseMemory=no
12024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12025 conftest$ac_exeext conftest.$ac_ext
12026 LIBS=$ac_check_lib_save_LIBS
12028 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12029 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12030 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12032 cat >>confdefs.h <<\_ACEOF
12033 #define HAVE_LIBXML2 1
12034 _ACEOF
12036 XML2LIBS="$ac_xml_libs"
12037 XML2INCL="$ac_xml_cflags"
12040 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12041 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12042 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12043 echo $ECHO_N "(cached) $ECHO_C" >&6
12044 else
12045 ac_check_lib_save_LIBS=$LIBS
12046 LIBS="-lxml2 $ac_xml_libs $LIBS"
12047 cat >conftest.$ac_ext <<_ACEOF
12048 /* confdefs.h. */
12049 _ACEOF
12050 cat confdefs.h >>conftest.$ac_ext
12051 cat >>conftest.$ac_ext <<_ACEOF
12052 /* end confdefs.h. */
12054 /* Override any GCC internal prototype to avoid an error.
12055 Use char because int might match the return type of a GCC
12056 builtin and then its argument prototype would still apply. */
12057 #ifdef __cplusplus
12058 extern "C"
12059 #endif
12060 char xmlReadMemory ();
12062 main ()
12064 return xmlReadMemory ();
12066 return 0;
12068 _ACEOF
12069 rm -f conftest.$ac_objext conftest$ac_exeext
12070 if { (ac_try="$ac_link"
12071 case "(($ac_try" in
12072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12073 *) ac_try_echo=$ac_try;;
12074 esac
12075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12076 (eval "$ac_link") 2>conftest.er1
12077 ac_status=$?
12078 grep -v '^ *+' conftest.er1 >conftest.err
12079 rm -f conftest.er1
12080 cat conftest.err >&5
12081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12082 (exit $ac_status); } && {
12083 test -z "$ac_c_werror_flag" ||
12084 test ! -s conftest.err
12085 } && test -s conftest$ac_exeext &&
12086 $as_test_x conftest$ac_exeext; then
12087 ac_cv_lib_xml2_xmlReadMemory=yes
12088 else
12089 echo "$as_me: failed program was:" >&5
12090 sed 's/^/| /' conftest.$ac_ext >&5
12092 ac_cv_lib_xml2_xmlReadMemory=no
12095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12096 conftest$ac_exeext conftest.$ac_ext
12097 LIBS=$ac_check_lib_save_LIBS
12099 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12100 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12101 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12103 cat >>confdefs.h <<\_ACEOF
12104 #define HAVE_XMLREADMEMORY 1
12105 _ACEOF
12109 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12110 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12111 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12112 echo $ECHO_N "(cached) $ECHO_C" >&6
12113 else
12114 ac_check_lib_save_LIBS=$LIBS
12115 LIBS="-lxml2 $ac_xml_libs $LIBS"
12116 cat >conftest.$ac_ext <<_ACEOF
12117 /* confdefs.h. */
12118 _ACEOF
12119 cat confdefs.h >>conftest.$ac_ext
12120 cat >>conftest.$ac_ext <<_ACEOF
12121 /* end confdefs.h. */
12123 /* Override any GCC internal prototype to avoid an error.
12124 Use char because int might match the return type of a GCC
12125 builtin and then its argument prototype would still apply. */
12126 #ifdef __cplusplus
12127 extern "C"
12128 #endif
12129 char xmlNewDocPI ();
12131 main ()
12133 return xmlNewDocPI ();
12135 return 0;
12137 _ACEOF
12138 rm -f conftest.$ac_objext conftest$ac_exeext
12139 if { (ac_try="$ac_link"
12140 case "(($ac_try" in
12141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12142 *) ac_try_echo=$ac_try;;
12143 esac
12144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12145 (eval "$ac_link") 2>conftest.er1
12146 ac_status=$?
12147 grep -v '^ *+' conftest.er1 >conftest.err
12148 rm -f conftest.er1
12149 cat conftest.err >&5
12150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12151 (exit $ac_status); } && {
12152 test -z "$ac_c_werror_flag" ||
12153 test ! -s conftest.err
12154 } && test -s conftest$ac_exeext &&
12155 $as_test_x conftest$ac_exeext; then
12156 ac_cv_lib_xml2_xmlNewDocPI=yes
12157 else
12158 echo "$as_me: failed program was:" >&5
12159 sed 's/^/| /' conftest.$ac_ext >&5
12161 ac_cv_lib_xml2_xmlNewDocPI=no
12164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12165 conftest$ac_exeext conftest.$ac_ext
12166 LIBS=$ac_check_lib_save_LIBS
12168 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12169 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12170 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12172 cat >>confdefs.h <<\_ACEOF
12173 #define HAVE_XMLNEWDOCPI 1
12174 _ACEOF
12181 done
12183 CPPFLAGS="$ac_save_CPPFLAGS"
12185 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12186 case "x$with_xml" in
12187 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12188 xno) ;;
12189 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12190 This is an error since --with-xml was requested." >&5
12191 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12192 This is an error since --with-xml was requested." >&2;}
12193 { (exit 1); exit 1; }; } ;;
12194 esac
12198 if test "x$with_xslt" != "xno"
12199 then
12200 if test "$PKG_CONFIG" != "false"
12201 then
12202 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12203 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12204 else
12205 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12206 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12208 ac_save_CPPFLAGS="$CPPFLAGS"
12209 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12212 for ac_header in libxslt/pattern.h libxslt/transform.h
12214 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12215 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12216 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12217 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12218 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 else
12220 cat >conftest.$ac_ext <<_ACEOF
12221 /* confdefs.h. */
12222 _ACEOF
12223 cat confdefs.h >>conftest.$ac_ext
12224 cat >>conftest.$ac_ext <<_ACEOF
12225 /* end confdefs.h. */
12226 #ifdef HAVE_LIBXSLT_PATTERN_H
12227 # include <libxslt/pattern.h>
12228 #endif
12230 #include <$ac_header>
12231 _ACEOF
12232 rm -f conftest.$ac_objext
12233 if { (ac_try="$ac_compile"
12234 case "(($ac_try" in
12235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12236 *) ac_try_echo=$ac_try;;
12237 esac
12238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12239 (eval "$ac_compile") 2>conftest.er1
12240 ac_status=$?
12241 grep -v '^ *+' conftest.er1 >conftest.err
12242 rm -f conftest.er1
12243 cat conftest.err >&5
12244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12245 (exit $ac_status); } && {
12246 test -z "$ac_c_werror_flag" ||
12247 test ! -s conftest.err
12248 } && test -s conftest.$ac_objext; then
12249 eval "$as_ac_Header=yes"
12250 else
12251 echo "$as_me: failed program was:" >&5
12252 sed 's/^/| /' conftest.$ac_ext >&5
12254 eval "$as_ac_Header=no"
12257 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12259 ac_res=`eval echo '${'$as_ac_Header'}'`
12260 { echo "$as_me:$LINENO: result: $ac_res" >&5
12261 echo "${ECHO_T}$ac_res" >&6; }
12262 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12263 cat >>confdefs.h <<_ACEOF
12264 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12265 _ACEOF
12269 done
12271 CPPFLAGS="$ac_save_CPPFLAGS"
12272 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12273 then
12274 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12275 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12276 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12277 echo $ECHO_N "(cached) $ECHO_C" >&6
12278 else
12279 ac_check_soname_save_LIBS=$LIBS
12280 LIBS="-lxslt $ac_xslt_libs $LIBS"
12281 cat >conftest.$ac_ext <<_ACEOF
12282 /* confdefs.h. */
12283 _ACEOF
12284 cat confdefs.h >>conftest.$ac_ext
12285 cat >>conftest.$ac_ext <<_ACEOF
12286 /* end confdefs.h. */
12288 /* Override any GCC internal prototype to avoid an error.
12289 Use char because int might match the return type of a GCC
12290 builtin and then its argument prototype would still apply. */
12291 #ifdef __cplusplus
12292 extern "C"
12293 #endif
12294 char xsltCompilePattern ();
12296 main ()
12298 return xsltCompilePattern ();
12300 return 0;
12302 _ACEOF
12303 rm -f conftest.$ac_objext conftest$ac_exeext
12304 if { (ac_try="$ac_link"
12305 case "(($ac_try" in
12306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12307 *) ac_try_echo=$ac_try;;
12308 esac
12309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12310 (eval "$ac_link") 2>conftest.er1
12311 ac_status=$?
12312 grep -v '^ *+' conftest.er1 >conftest.err
12313 rm -f conftest.er1
12314 cat conftest.err >&5
12315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12316 (exit $ac_status); } && {
12317 test -z "$ac_c_werror_flag" ||
12318 test ! -s conftest.err
12319 } && test -s conftest$ac_exeext &&
12320 $as_test_x conftest$ac_exeext; then
12321 case "$LIBEXT" in
12322 dll) ;;
12323 dylib) ac_cv_lib_soname_xslt=`otool -L conftest$ac_exeext | grep "libxslt\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libxslt\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12324 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12325 esac
12326 else
12327 echo "$as_me: failed program was:" >&5
12328 sed 's/^/| /' conftest.$ac_ext >&5
12333 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12334 conftest$ac_exeext conftest.$ac_ext
12335 LIBS=$ac_check_soname_save_LIBS
12337 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12338 { echo "$as_me:$LINENO: result: not found" >&5
12339 echo "${ECHO_T}not found" >&6; }
12341 else
12342 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12343 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12345 cat >>confdefs.h <<_ACEOF
12346 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12347 _ACEOF
12349 XSLTINCL="$ac_xslt_cflags"
12354 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12355 case "x$with_xslt" in
12356 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12357 xno) ;;
12358 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12359 This is an error since --with-xslt was requested." >&5
12360 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12361 This is an error since --with-xslt was requested." >&2;}
12362 { (exit 1); exit 1; }; } ;;
12363 esac
12367 HALINCL=""
12369 if test "x$with_hal" != "xno"
12370 then
12371 ac_save_CPPFLAGS="$CPPFLAGS"
12372 if test "$PKG_CONFIG" != "false"
12373 then
12374 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12375 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12376 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12380 for ac_header in dbus/dbus.h hal/libhal.h
12382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12383 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12384 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12385 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12386 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12387 echo $ECHO_N "(cached) $ECHO_C" >&6
12389 ac_res=`eval echo '${'$as_ac_Header'}'`
12390 { echo "$as_me:$LINENO: result: $ac_res" >&5
12391 echo "${ECHO_T}$ac_res" >&6; }
12392 else
12393 # Is the header compilable?
12394 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12395 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12396 cat >conftest.$ac_ext <<_ACEOF
12397 /* confdefs.h. */
12398 _ACEOF
12399 cat confdefs.h >>conftest.$ac_ext
12400 cat >>conftest.$ac_ext <<_ACEOF
12401 /* end confdefs.h. */
12402 $ac_includes_default
12403 #include <$ac_header>
12404 _ACEOF
12405 rm -f conftest.$ac_objext
12406 if { (ac_try="$ac_compile"
12407 case "(($ac_try" in
12408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12409 *) ac_try_echo=$ac_try;;
12410 esac
12411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12412 (eval "$ac_compile") 2>conftest.er1
12413 ac_status=$?
12414 grep -v '^ *+' conftest.er1 >conftest.err
12415 rm -f conftest.er1
12416 cat conftest.err >&5
12417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12418 (exit $ac_status); } && {
12419 test -z "$ac_c_werror_flag" ||
12420 test ! -s conftest.err
12421 } && test -s conftest.$ac_objext; then
12422 ac_header_compiler=yes
12423 else
12424 echo "$as_me: failed program was:" >&5
12425 sed 's/^/| /' conftest.$ac_ext >&5
12427 ac_header_compiler=no
12430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12431 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12432 echo "${ECHO_T}$ac_header_compiler" >&6; }
12434 # Is the header present?
12435 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12436 echo $ECHO_N "checking $ac_header presence... $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 #include <$ac_header>
12444 _ACEOF
12445 if { (ac_try="$ac_cpp conftest.$ac_ext"
12446 case "(($ac_try" in
12447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12448 *) ac_try_echo=$ac_try;;
12449 esac
12450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12451 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12452 ac_status=$?
12453 grep -v '^ *+' conftest.er1 >conftest.err
12454 rm -f conftest.er1
12455 cat conftest.err >&5
12456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12457 (exit $ac_status); } >/dev/null && {
12458 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12459 test ! -s conftest.err
12460 }; then
12461 ac_header_preproc=yes
12462 else
12463 echo "$as_me: failed program was:" >&5
12464 sed 's/^/| /' conftest.$ac_ext >&5
12466 ac_header_preproc=no
12469 rm -f conftest.err conftest.$ac_ext
12470 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12471 echo "${ECHO_T}$ac_header_preproc" >&6; }
12473 # So? What about this header?
12474 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12475 yes:no: )
12476 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12477 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12478 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12479 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12480 ac_header_preproc=yes
12482 no:yes:* )
12483 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12484 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12485 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12486 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12487 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12488 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12489 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12490 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12491 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12492 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12493 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12494 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12495 ( cat <<\_ASBOX
12496 ## ------------------------------------ ##
12497 ## Report this to wine-devel@winehq.org ##
12498 ## ------------------------------------ ##
12499 _ASBOX
12500 ) | sed "s/^/$as_me: WARNING: /" >&2
12502 esac
12503 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12504 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12505 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12506 echo $ECHO_N "(cached) $ECHO_C" >&6
12507 else
12508 eval "$as_ac_Header=\$ac_header_preproc"
12510 ac_res=`eval echo '${'$as_ac_Header'}'`
12511 { echo "$as_me:$LINENO: result: $ac_res" >&5
12512 echo "${ECHO_T}$ac_res" >&6; }
12515 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12516 cat >>confdefs.h <<_ACEOF
12517 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12518 _ACEOF
12522 done
12524 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12525 then
12526 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12527 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12528 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12529 echo $ECHO_N "(cached) $ECHO_C" >&6
12530 else
12531 ac_check_lib_save_LIBS=$LIBS
12532 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12533 cat >conftest.$ac_ext <<_ACEOF
12534 /* confdefs.h. */
12535 _ACEOF
12536 cat confdefs.h >>conftest.$ac_ext
12537 cat >>conftest.$ac_ext <<_ACEOF
12538 /* end confdefs.h. */
12540 /* Override any GCC internal prototype to avoid an error.
12541 Use char because int might match the return type of a GCC
12542 builtin and then its argument prototype would still apply. */
12543 #ifdef __cplusplus
12544 extern "C"
12545 #endif
12546 char dbus_connection_close ();
12548 main ()
12550 return dbus_connection_close ();
12552 return 0;
12554 _ACEOF
12555 rm -f conftest.$ac_objext conftest$ac_exeext
12556 if { (ac_try="$ac_link"
12557 case "(($ac_try" in
12558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12559 *) ac_try_echo=$ac_try;;
12560 esac
12561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12562 (eval "$ac_link") 2>conftest.er1
12563 ac_status=$?
12564 grep -v '^ *+' conftest.er1 >conftest.err
12565 rm -f conftest.er1
12566 cat conftest.err >&5
12567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12568 (exit $ac_status); } && {
12569 test -z "$ac_c_werror_flag" ||
12570 test ! -s conftest.err
12571 } && test -s conftest$ac_exeext &&
12572 $as_test_x conftest$ac_exeext; then
12573 ac_cv_lib_dbus_1_dbus_connection_close=yes
12574 else
12575 echo "$as_me: failed program was:" >&5
12576 sed 's/^/| /' conftest.$ac_ext >&5
12578 ac_cv_lib_dbus_1_dbus_connection_close=no
12581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12582 conftest$ac_exeext conftest.$ac_ext
12583 LIBS=$ac_check_lib_save_LIBS
12585 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12586 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12587 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12588 { echo "$as_me:$LINENO: checking for -lhal" >&5
12589 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_soname_hal+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593 ac_check_soname_save_LIBS=$LIBS
12594 LIBS="-lhal $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char libhal_ctx_new ();
12610 main ()
12612 return libhal_ctx_new ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12625 ac_status=$?
12626 grep -v '^ *+' conftest.er1 >conftest.err
12627 rm -f conftest.er1
12628 cat conftest.err >&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest$ac_exeext &&
12634 $as_test_x conftest$ac_exeext; then
12635 case "$LIBEXT" in
12636 dll) ;;
12637 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'` ;;
12638 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12639 esac
12640 else
12641 echo "$as_me: failed program was:" >&5
12642 sed 's/^/| /' conftest.$ac_ext >&5
12647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12648 conftest$ac_exeext conftest.$ac_ext
12649 LIBS=$ac_check_soname_save_LIBS
12651 if test "x$ac_cv_lib_soname_hal" = "x"; then
12652 { echo "$as_me:$LINENO: result: not found" >&5
12653 echo "${ECHO_T}not found" >&6; }
12655 else
12656 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12657 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12659 cat >>confdefs.h <<_ACEOF
12660 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12661 _ACEOF
12663 HALINCL="$ac_hal_cflags"
12669 CPPFLAGS="$ac_save_CPPFLAGS"
12671 if test "x$ac_cv_lib_soname_hal" = "x"; then
12672 case "x$with_hal" in
12673 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
12674 xno) ;;
12675 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12676 This is an error since --with-hal was requested." >&5
12677 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12678 This is an error since --with-hal was requested." >&2;}
12679 { (exit 1); exit 1; }; } ;;
12680 esac
12684 if test "x$with_gnutls" != "xno"
12685 then
12686 ac_save_CPPFLAGS="$CPPFLAGS"
12687 if test "$PKG_CONFIG" != "false"
12688 then
12689 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12690 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12691 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12693 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12694 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12695 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12696 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12697 echo $ECHO_N "(cached) $ECHO_C" >&6
12699 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12700 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12701 else
12702 # Is the header compilable?
12703 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12704 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12705 cat >conftest.$ac_ext <<_ACEOF
12706 /* confdefs.h. */
12707 _ACEOF
12708 cat confdefs.h >>conftest.$ac_ext
12709 cat >>conftest.$ac_ext <<_ACEOF
12710 /* end confdefs.h. */
12711 $ac_includes_default
12712 #include <gnutls/gnutls.h>
12713 _ACEOF
12714 rm -f conftest.$ac_objext
12715 if { (ac_try="$ac_compile"
12716 case "(($ac_try" in
12717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12718 *) ac_try_echo=$ac_try;;
12719 esac
12720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12721 (eval "$ac_compile") 2>conftest.er1
12722 ac_status=$?
12723 grep -v '^ *+' conftest.er1 >conftest.err
12724 rm -f conftest.er1
12725 cat conftest.err >&5
12726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12727 (exit $ac_status); } && {
12728 test -z "$ac_c_werror_flag" ||
12729 test ! -s conftest.err
12730 } && test -s conftest.$ac_objext; then
12731 ac_header_compiler=yes
12732 else
12733 echo "$as_me: failed program was:" >&5
12734 sed 's/^/| /' conftest.$ac_ext >&5
12736 ac_header_compiler=no
12739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12740 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12741 echo "${ECHO_T}$ac_header_compiler" >&6; }
12743 # Is the header present?
12744 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12745 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12746 cat >conftest.$ac_ext <<_ACEOF
12747 /* confdefs.h. */
12748 _ACEOF
12749 cat confdefs.h >>conftest.$ac_ext
12750 cat >>conftest.$ac_ext <<_ACEOF
12751 /* end confdefs.h. */
12752 #include <gnutls/gnutls.h>
12753 _ACEOF
12754 if { (ac_try="$ac_cpp conftest.$ac_ext"
12755 case "(($ac_try" in
12756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12757 *) ac_try_echo=$ac_try;;
12758 esac
12759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12760 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12761 ac_status=$?
12762 grep -v '^ *+' conftest.er1 >conftest.err
12763 rm -f conftest.er1
12764 cat conftest.err >&5
12765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12766 (exit $ac_status); } >/dev/null && {
12767 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12768 test ! -s conftest.err
12769 }; then
12770 ac_header_preproc=yes
12771 else
12772 echo "$as_me: failed program was:" >&5
12773 sed 's/^/| /' conftest.$ac_ext >&5
12775 ac_header_preproc=no
12778 rm -f conftest.err conftest.$ac_ext
12779 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12780 echo "${ECHO_T}$ac_header_preproc" >&6; }
12782 # So? What about this header?
12783 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12784 yes:no: )
12785 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12786 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12787 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12788 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12789 ac_header_preproc=yes
12791 no:yes:* )
12792 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12793 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12794 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12795 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12796 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12797 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12798 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12799 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12800 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12801 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12802 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12803 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12804 ( cat <<\_ASBOX
12805 ## ------------------------------------ ##
12806 ## Report this to wine-devel@winehq.org ##
12807 ## ------------------------------------ ##
12808 _ASBOX
12809 ) | sed "s/^/$as_me: WARNING: /" >&2
12811 esac
12812 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12813 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12814 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12815 echo $ECHO_N "(cached) $ECHO_C" >&6
12816 else
12817 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12819 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12820 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12823 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12824 cat >conftest.$ac_ext <<_ACEOF
12825 /* confdefs.h. */
12826 _ACEOF
12827 cat confdefs.h >>conftest.$ac_ext
12828 cat >>conftest.$ac_ext <<_ACEOF
12829 /* end confdefs.h. */
12830 #include <gnutls/gnutls.h>
12832 main ()
12834 typeof(gnutls_mac_get_key_size) *pfunc;
12836 return 0;
12838 _ACEOF
12839 rm -f conftest.$ac_objext
12840 if { (ac_try="$ac_compile"
12841 case "(($ac_try" in
12842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12843 *) ac_try_echo=$ac_try;;
12844 esac
12845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12846 (eval "$ac_compile") 2>conftest.er1
12847 ac_status=$?
12848 grep -v '^ *+' conftest.er1 >conftest.err
12849 rm -f conftest.er1
12850 cat conftest.err >&5
12851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12852 (exit $ac_status); } && {
12853 test -z "$ac_c_werror_flag" ||
12854 test ! -s conftest.err
12855 } && test -s conftest.$ac_objext; then
12856 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12857 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12858 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12859 echo $ECHO_N "(cached) $ECHO_C" >&6
12860 else
12861 ac_check_soname_save_LIBS=$LIBS
12862 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12863 cat >conftest.$ac_ext <<_ACEOF
12864 /* confdefs.h. */
12865 _ACEOF
12866 cat confdefs.h >>conftest.$ac_ext
12867 cat >>conftest.$ac_ext <<_ACEOF
12868 /* end confdefs.h. */
12870 /* Override any GCC internal prototype to avoid an error.
12871 Use char because int might match the return type of a GCC
12872 builtin and then its argument prototype would still apply. */
12873 #ifdef __cplusplus
12874 extern "C"
12875 #endif
12876 char gnutls_global_init ();
12878 main ()
12880 return gnutls_global_init ();
12882 return 0;
12884 _ACEOF
12885 rm -f conftest.$ac_objext conftest$ac_exeext
12886 if { (ac_try="$ac_link"
12887 case "(($ac_try" in
12888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12889 *) ac_try_echo=$ac_try;;
12890 esac
12891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12892 (eval "$ac_link") 2>conftest.er1
12893 ac_status=$?
12894 grep -v '^ *+' conftest.er1 >conftest.err
12895 rm -f conftest.er1
12896 cat conftest.err >&5
12897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12898 (exit $ac_status); } && {
12899 test -z "$ac_c_werror_flag" ||
12900 test ! -s conftest.err
12901 } && test -s conftest$ac_exeext &&
12902 $as_test_x conftest$ac_exeext; then
12903 case "$LIBEXT" in
12904 dll) ;;
12905 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12906 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12907 esac
12908 else
12909 echo "$as_me: failed program was:" >&5
12910 sed 's/^/| /' conftest.$ac_ext >&5
12915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12916 conftest$ac_exeext conftest.$ac_ext
12917 LIBS=$ac_check_soname_save_LIBS
12919 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12920 { echo "$as_me:$LINENO: result: not found" >&5
12921 echo "${ECHO_T}not found" >&6; }
12923 else
12924 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12925 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12927 cat >>confdefs.h <<_ACEOF
12928 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12929 _ACEOF
12931 GNUTLSINCL="$ac_gnutls_cflags"
12935 else
12936 echo "$as_me: failed program was:" >&5
12937 sed 's/^/| /' conftest.$ac_ext >&5
12942 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12946 CPPFLAGS="$ac_save_CPPFLAGS"
12948 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12949 case "x$with_gnutls" in
12950 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
12951 xno) ;;
12952 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
12953 This is an error since --with-gnutls was requested." >&5
12954 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
12955 This is an error since --with-gnutls was requested." >&2;}
12956 { (exit 1); exit 1; }; } ;;
12957 esac
12961 CURSESLIBS=""
12962 if test "$ac_cv_header_ncurses_h" = "yes"
12963 then
12964 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12965 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12966 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12967 echo $ECHO_N "(cached) $ECHO_C" >&6
12968 else
12969 ac_check_soname_save_LIBS=$LIBS
12970 LIBS="-lncurses $LIBS"
12971 cat >conftest.$ac_ext <<_ACEOF
12972 /* confdefs.h. */
12973 _ACEOF
12974 cat confdefs.h >>conftest.$ac_ext
12975 cat >>conftest.$ac_ext <<_ACEOF
12976 /* end confdefs.h. */
12978 /* Override any GCC internal prototype to avoid an error.
12979 Use char because int might match the return type of a GCC
12980 builtin and then its argument prototype would still apply. */
12981 #ifdef __cplusplus
12982 extern "C"
12983 #endif
12984 char waddch ();
12986 main ()
12988 return waddch ();
12990 return 0;
12992 _ACEOF
12993 rm -f conftest.$ac_objext conftest$ac_exeext
12994 if { (ac_try="$ac_link"
12995 case "(($ac_try" in
12996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12997 *) ac_try_echo=$ac_try;;
12998 esac
12999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13000 (eval "$ac_link") 2>conftest.er1
13001 ac_status=$?
13002 grep -v '^ *+' conftest.er1 >conftest.err
13003 rm -f conftest.er1
13004 cat conftest.err >&5
13005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13006 (exit $ac_status); } && {
13007 test -z "$ac_c_werror_flag" ||
13008 test ! -s conftest.err
13009 } && test -s conftest$ac_exeext &&
13010 $as_test_x conftest$ac_exeext; then
13011 case "$LIBEXT" in
13012 dll) ;;
13013 dylib) ac_cv_lib_soname_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'` ;;
13014 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13015 esac
13016 else
13017 echo "$as_me: failed program was:" >&5
13018 sed 's/^/| /' conftest.$ac_ext >&5
13023 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13024 conftest$ac_exeext conftest.$ac_ext
13025 LIBS=$ac_check_soname_save_LIBS
13027 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13028 { echo "$as_me:$LINENO: result: not found" >&5
13029 echo "${ECHO_T}not found" >&6; }
13031 else
13032 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13033 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13035 cat >>confdefs.h <<_ACEOF
13036 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13037 _ACEOF
13039 CURSESLIBS="-lncurses"
13042 elif test "$ac_cv_header_curses_h" = "yes"
13043 then
13044 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13045 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13046 if test "${ac_cv_lib_soname_curses+set}" = set; then
13047 echo $ECHO_N "(cached) $ECHO_C" >&6
13048 else
13049 ac_check_soname_save_LIBS=$LIBS
13050 LIBS="-lcurses $LIBS"
13051 cat >conftest.$ac_ext <<_ACEOF
13052 /* confdefs.h. */
13053 _ACEOF
13054 cat confdefs.h >>conftest.$ac_ext
13055 cat >>conftest.$ac_ext <<_ACEOF
13056 /* end confdefs.h. */
13058 /* Override any GCC internal prototype to avoid an error.
13059 Use char because int might match the return type of a GCC
13060 builtin and then its argument prototype would still apply. */
13061 #ifdef __cplusplus
13062 extern "C"
13063 #endif
13064 char waddch ();
13066 main ()
13068 return waddch ();
13070 return 0;
13072 _ACEOF
13073 rm -f conftest.$ac_objext conftest$ac_exeext
13074 if { (ac_try="$ac_link"
13075 case "(($ac_try" in
13076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13077 *) ac_try_echo=$ac_try;;
13078 esac
13079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13080 (eval "$ac_link") 2>conftest.er1
13081 ac_status=$?
13082 grep -v '^ *+' conftest.er1 >conftest.err
13083 rm -f conftest.er1
13084 cat conftest.err >&5
13085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13086 (exit $ac_status); } && {
13087 test -z "$ac_c_werror_flag" ||
13088 test ! -s conftest.err
13089 } && test -s conftest$ac_exeext &&
13090 $as_test_x conftest$ac_exeext; then
13091 case "$LIBEXT" in
13092 dll) ;;
13093 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'` ;;
13094 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13095 esac
13096 else
13097 echo "$as_me: failed program was:" >&5
13098 sed 's/^/| /' conftest.$ac_ext >&5
13103 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13104 conftest$ac_exeext conftest.$ac_ext
13105 LIBS=$ac_check_soname_save_LIBS
13107 if test "x$ac_cv_lib_soname_curses" = "x"; then
13108 { echo "$as_me:$LINENO: result: not found" >&5
13109 echo "${ECHO_T}not found" >&6; }
13111 else
13112 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13113 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13115 cat >>confdefs.h <<_ACEOF
13116 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13117 _ACEOF
13119 CURSESLIBS="-lcurses"
13123 ac_save_LIBS="$LIBS"
13124 LIBS="$LIBS $CURSESLIBS"
13126 for ac_func in mousemask
13128 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13129 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13130 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13131 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13132 echo $ECHO_N "(cached) $ECHO_C" >&6
13133 else
13134 cat >conftest.$ac_ext <<_ACEOF
13135 /* confdefs.h. */
13136 _ACEOF
13137 cat confdefs.h >>conftest.$ac_ext
13138 cat >>conftest.$ac_ext <<_ACEOF
13139 /* end confdefs.h. */
13140 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13141 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13142 #define $ac_func innocuous_$ac_func
13144 /* System header to define __stub macros and hopefully few prototypes,
13145 which can conflict with char $ac_func (); below.
13146 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13147 <limits.h> exists even on freestanding compilers. */
13149 #ifdef __STDC__
13150 # include <limits.h>
13151 #else
13152 # include <assert.h>
13153 #endif
13155 #undef $ac_func
13157 /* Override any GCC internal prototype to avoid an error.
13158 Use char because int might match the return type of a GCC
13159 builtin and then its argument prototype would still apply. */
13160 #ifdef __cplusplus
13161 extern "C"
13162 #endif
13163 char $ac_func ();
13164 /* The GNU C library defines this for functions which it implements
13165 to always fail with ENOSYS. Some functions are actually named
13166 something starting with __ and the normal name is an alias. */
13167 #if defined __stub_$ac_func || defined __stub___$ac_func
13168 choke me
13169 #endif
13172 main ()
13174 return $ac_func ();
13176 return 0;
13178 _ACEOF
13179 rm -f conftest.$ac_objext conftest$ac_exeext
13180 if { (ac_try="$ac_link"
13181 case "(($ac_try" in
13182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13183 *) ac_try_echo=$ac_try;;
13184 esac
13185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13186 (eval "$ac_link") 2>conftest.er1
13187 ac_status=$?
13188 grep -v '^ *+' conftest.er1 >conftest.err
13189 rm -f conftest.er1
13190 cat conftest.err >&5
13191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13192 (exit $ac_status); } && {
13193 test -z "$ac_c_werror_flag" ||
13194 test ! -s conftest.err
13195 } && test -s conftest$ac_exeext &&
13196 $as_test_x conftest$ac_exeext; then
13197 eval "$as_ac_var=yes"
13198 else
13199 echo "$as_me: failed program was:" >&5
13200 sed 's/^/| /' conftest.$ac_ext >&5
13202 eval "$as_ac_var=no"
13205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13206 conftest$ac_exeext conftest.$ac_ext
13208 ac_res=`eval echo '${'$as_ac_var'}'`
13209 { echo "$as_me:$LINENO: result: $ac_res" >&5
13210 echo "${ECHO_T}$ac_res" >&6; }
13211 if test `eval echo '${'$as_ac_var'}'` = yes; then
13212 cat >>confdefs.h <<_ACEOF
13213 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13214 _ACEOF
13217 done
13219 LIBS="$ac_save_LIBS"
13220 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13221 case "x$with_curses" in
13222 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13223 xno) ;;
13224 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13225 This is an error since --with-curses was requested." >&5
13226 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13227 This is an error since --with-curses was requested." >&2;}
13228 { (exit 1); exit 1; }; } ;;
13229 esac
13233 if test "x$with_sane" != "xno"
13234 then
13235 ac_save_CPPFLAGS="$CPPFLAGS"
13236 # Extract the first word of "sane-config", so it can be a program name with args.
13237 set dummy sane-config; ac_word=$2
13238 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13239 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13240 if test "${ac_cv_prog_sane_devel+set}" = set; then
13241 echo $ECHO_N "(cached) $ECHO_C" >&6
13242 else
13243 if test -n "$sane_devel"; then
13244 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13245 else
13246 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13247 for as_dir in $PATH
13249 IFS=$as_save_IFS
13250 test -z "$as_dir" && as_dir=.
13251 for ac_exec_ext in '' $ac_executable_extensions; do
13252 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13253 ac_cv_prog_sane_devel="sane-config"
13254 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13255 break 2
13257 done
13258 done
13259 IFS=$as_save_IFS
13261 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13264 sane_devel=$ac_cv_prog_sane_devel
13265 if test -n "$sane_devel"; then
13266 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13267 echo "${ECHO_T}$sane_devel" >&6; }
13268 else
13269 { echo "$as_me:$LINENO: result: no" >&5
13270 echo "${ECHO_T}no" >&6; }
13274 if test "$sane_devel" != "no"
13275 then
13276 ac_sane_incl="`$sane_devel --cflags`"
13277 ac_sane_libs="`$sane_devel --ldflags`"
13278 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13280 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13281 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13282 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13283 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13284 echo $ECHO_N "(cached) $ECHO_C" >&6
13286 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13287 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13288 else
13289 # Is the header compilable?
13290 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13291 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13292 cat >conftest.$ac_ext <<_ACEOF
13293 /* confdefs.h. */
13294 _ACEOF
13295 cat confdefs.h >>conftest.$ac_ext
13296 cat >>conftest.$ac_ext <<_ACEOF
13297 /* end confdefs.h. */
13298 $ac_includes_default
13299 #include <sane/sane.h>
13300 _ACEOF
13301 rm -f conftest.$ac_objext
13302 if { (ac_try="$ac_compile"
13303 case "(($ac_try" in
13304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13305 *) ac_try_echo=$ac_try;;
13306 esac
13307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13308 (eval "$ac_compile") 2>conftest.er1
13309 ac_status=$?
13310 grep -v '^ *+' conftest.er1 >conftest.err
13311 rm -f conftest.er1
13312 cat conftest.err >&5
13313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13314 (exit $ac_status); } && {
13315 test -z "$ac_c_werror_flag" ||
13316 test ! -s conftest.err
13317 } && test -s conftest.$ac_objext; then
13318 ac_header_compiler=yes
13319 else
13320 echo "$as_me: failed program was:" >&5
13321 sed 's/^/| /' conftest.$ac_ext >&5
13323 ac_header_compiler=no
13326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13327 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13328 echo "${ECHO_T}$ac_header_compiler" >&6; }
13330 # Is the header present?
13331 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13332 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13333 cat >conftest.$ac_ext <<_ACEOF
13334 /* confdefs.h. */
13335 _ACEOF
13336 cat confdefs.h >>conftest.$ac_ext
13337 cat >>conftest.$ac_ext <<_ACEOF
13338 /* end confdefs.h. */
13339 #include <sane/sane.h>
13340 _ACEOF
13341 if { (ac_try="$ac_cpp conftest.$ac_ext"
13342 case "(($ac_try" in
13343 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13344 *) ac_try_echo=$ac_try;;
13345 esac
13346 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13347 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13348 ac_status=$?
13349 grep -v '^ *+' conftest.er1 >conftest.err
13350 rm -f conftest.er1
13351 cat conftest.err >&5
13352 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13353 (exit $ac_status); } >/dev/null && {
13354 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13355 test ! -s conftest.err
13356 }; then
13357 ac_header_preproc=yes
13358 else
13359 echo "$as_me: failed program was:" >&5
13360 sed 's/^/| /' conftest.$ac_ext >&5
13362 ac_header_preproc=no
13365 rm -f conftest.err conftest.$ac_ext
13366 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13367 echo "${ECHO_T}$ac_header_preproc" >&6; }
13369 # So? What about this header?
13370 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13371 yes:no: )
13372 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13373 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13374 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13375 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13376 ac_header_preproc=yes
13378 no:yes:* )
13379 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13380 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13381 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13382 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13383 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13384 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13385 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13386 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13387 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13388 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13389 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13390 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13391 ( cat <<\_ASBOX
13392 ## ------------------------------------ ##
13393 ## Report this to wine-devel@winehq.org ##
13394 ## ------------------------------------ ##
13395 _ASBOX
13396 ) | sed "s/^/$as_me: WARNING: /" >&2
13398 esac
13399 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13400 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13401 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13402 echo $ECHO_N "(cached) $ECHO_C" >&6
13403 else
13404 ac_cv_header_sane_sane_h=$ac_header_preproc
13406 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13407 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13410 if test $ac_cv_header_sane_sane_h = yes; then
13411 { echo "$as_me:$LINENO: checking for -lsane" >&5
13412 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13413 if test "${ac_cv_lib_soname_sane+set}" = set; then
13414 echo $ECHO_N "(cached) $ECHO_C" >&6
13415 else
13416 ac_check_soname_save_LIBS=$LIBS
13417 LIBS="-lsane $ac_sane_libs $LIBS"
13418 cat >conftest.$ac_ext <<_ACEOF
13419 /* confdefs.h. */
13420 _ACEOF
13421 cat confdefs.h >>conftest.$ac_ext
13422 cat >>conftest.$ac_ext <<_ACEOF
13423 /* end confdefs.h. */
13425 /* Override any GCC internal prototype to avoid an error.
13426 Use char because int might match the return type of a GCC
13427 builtin and then its argument prototype would still apply. */
13428 #ifdef __cplusplus
13429 extern "C"
13430 #endif
13431 char sane_init ();
13433 main ()
13435 return sane_init ();
13437 return 0;
13439 _ACEOF
13440 rm -f conftest.$ac_objext conftest$ac_exeext
13441 if { (ac_try="$ac_link"
13442 case "(($ac_try" in
13443 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13444 *) ac_try_echo=$ac_try;;
13445 esac
13446 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13447 (eval "$ac_link") 2>conftest.er1
13448 ac_status=$?
13449 grep -v '^ *+' conftest.er1 >conftest.err
13450 rm -f conftest.er1
13451 cat conftest.err >&5
13452 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13453 (exit $ac_status); } && {
13454 test -z "$ac_c_werror_flag" ||
13455 test ! -s conftest.err
13456 } && test -s conftest$ac_exeext &&
13457 $as_test_x conftest$ac_exeext; then
13458 case "$LIBEXT" in
13459 dll) ;;
13460 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'` ;;
13461 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13462 esac
13463 else
13464 echo "$as_me: failed program was:" >&5
13465 sed 's/^/| /' conftest.$ac_ext >&5
13470 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13471 conftest$ac_exeext conftest.$ac_ext
13472 LIBS=$ac_check_soname_save_LIBS
13474 if test "x$ac_cv_lib_soname_sane" = "x"; then
13475 { echo "$as_me:$LINENO: result: not found" >&5
13476 echo "${ECHO_T}not found" >&6; }
13478 else
13479 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13480 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13482 cat >>confdefs.h <<_ACEOF
13483 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13484 _ACEOF
13486 SANEINCL="$ac_sane_incl"
13493 CPPFLAGS="$ac_save_CPPFLAGS"
13495 if test "x$ac_cv_lib_soname_sane" = "x"; then
13496 case "x$with_sane" in
13497 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13498 xno) ;;
13499 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13500 This is an error since --with-sane was requested." >&5
13501 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13502 This is an error since --with-sane was requested." >&2;}
13503 { (exit 1); exit 1; }; } ;;
13504 esac
13508 if test "x$with_gphoto" != "xno"
13509 then
13510 ac_save_CPPFLAGS="$CPPFLAGS"
13511 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13512 set dummy gphoto2-config; ac_word=$2
13513 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13514 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13515 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13516 echo $ECHO_N "(cached) $ECHO_C" >&6
13517 else
13518 if test -n "$gphoto2_devel"; then
13519 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13520 else
13521 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13522 for as_dir in $PATH
13524 IFS=$as_save_IFS
13525 test -z "$as_dir" && as_dir=.
13526 for ac_exec_ext in '' $ac_executable_extensions; do
13527 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13528 ac_cv_prog_gphoto2_devel="gphoto2-config"
13529 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13530 break 2
13532 done
13533 done
13534 IFS=$as_save_IFS
13536 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13539 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13540 if test -n "$gphoto2_devel"; then
13541 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13542 echo "${ECHO_T}$gphoto2_devel" >&6; }
13543 else
13544 { echo "$as_me:$LINENO: result: no" >&5
13545 echo "${ECHO_T}no" >&6; }
13549 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13550 set dummy gphoto2-port-config; ac_word=$2
13551 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13552 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13553 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13554 echo $ECHO_N "(cached) $ECHO_C" >&6
13555 else
13556 if test -n "$gphoto2port_devel"; then
13557 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13558 else
13559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13560 for as_dir in $PATH
13562 IFS=$as_save_IFS
13563 test -z "$as_dir" && as_dir=.
13564 for ac_exec_ext in '' $ac_executable_extensions; do
13565 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13566 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13567 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13568 break 2
13570 done
13571 done
13572 IFS=$as_save_IFS
13574 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13577 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13578 if test -n "$gphoto2port_devel"; then
13579 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13580 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13581 else
13582 { echo "$as_me:$LINENO: result: no" >&5
13583 echo "${ECHO_T}no" >&6; }
13587 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13588 then
13589 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13590 ac_gphoto2_libs=""
13591 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13593 case "$i" in
13594 -L/usr/lib|-L/usr/lib64) ;;
13595 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13596 esac
13597 done
13598 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13600 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13601 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13602 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13603 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13604 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13605 echo $ECHO_N "(cached) $ECHO_C" >&6
13607 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13608 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13609 else
13610 # Is the header compilable?
13611 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13612 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13613 cat >conftest.$ac_ext <<_ACEOF
13614 /* confdefs.h. */
13615 _ACEOF
13616 cat confdefs.h >>conftest.$ac_ext
13617 cat >>conftest.$ac_ext <<_ACEOF
13618 /* end confdefs.h. */
13619 $ac_includes_default
13620 #include <gphoto2-camera.h>
13621 _ACEOF
13622 rm -f conftest.$ac_objext
13623 if { (ac_try="$ac_compile"
13624 case "(($ac_try" in
13625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13626 *) ac_try_echo=$ac_try;;
13627 esac
13628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13629 (eval "$ac_compile") 2>conftest.er1
13630 ac_status=$?
13631 grep -v '^ *+' conftest.er1 >conftest.err
13632 rm -f conftest.er1
13633 cat conftest.err >&5
13634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13635 (exit $ac_status); } && {
13636 test -z "$ac_c_werror_flag" ||
13637 test ! -s conftest.err
13638 } && test -s conftest.$ac_objext; then
13639 ac_header_compiler=yes
13640 else
13641 echo "$as_me: failed program was:" >&5
13642 sed 's/^/| /' conftest.$ac_ext >&5
13644 ac_header_compiler=no
13647 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13648 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13649 echo "${ECHO_T}$ac_header_compiler" >&6; }
13651 # Is the header present?
13652 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13653 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13654 cat >conftest.$ac_ext <<_ACEOF
13655 /* confdefs.h. */
13656 _ACEOF
13657 cat confdefs.h >>conftest.$ac_ext
13658 cat >>conftest.$ac_ext <<_ACEOF
13659 /* end confdefs.h. */
13660 #include <gphoto2-camera.h>
13661 _ACEOF
13662 if { (ac_try="$ac_cpp conftest.$ac_ext"
13663 case "(($ac_try" in
13664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13665 *) ac_try_echo=$ac_try;;
13666 esac
13667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13668 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13669 ac_status=$?
13670 grep -v '^ *+' conftest.er1 >conftest.err
13671 rm -f conftest.er1
13672 cat conftest.err >&5
13673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13674 (exit $ac_status); } >/dev/null && {
13675 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13676 test ! -s conftest.err
13677 }; then
13678 ac_header_preproc=yes
13679 else
13680 echo "$as_me: failed program was:" >&5
13681 sed 's/^/| /' conftest.$ac_ext >&5
13683 ac_header_preproc=no
13686 rm -f conftest.err conftest.$ac_ext
13687 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13688 echo "${ECHO_T}$ac_header_preproc" >&6; }
13690 # So? What about this header?
13691 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13692 yes:no: )
13693 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13694 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13695 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13696 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13697 ac_header_preproc=yes
13699 no:yes:* )
13700 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13701 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13702 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13703 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13704 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13705 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13706 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13707 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13708 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13709 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13712 ( cat <<\_ASBOX
13713 ## ------------------------------------ ##
13714 ## Report this to wine-devel@winehq.org ##
13715 ## ------------------------------------ ##
13716 _ASBOX
13717 ) | sed "s/^/$as_me: WARNING: /" >&2
13719 esac
13720 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13721 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13722 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13723 echo $ECHO_N "(cached) $ECHO_C" >&6
13724 else
13725 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13727 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13728 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13731 if test $ac_cv_header_gphoto2_camera_h = yes; then
13732 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13733 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13734 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13736 else
13737 ac_check_lib_save_LIBS=$LIBS
13738 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13739 cat >conftest.$ac_ext <<_ACEOF
13740 /* confdefs.h. */
13741 _ACEOF
13742 cat confdefs.h >>conftest.$ac_ext
13743 cat >>conftest.$ac_ext <<_ACEOF
13744 /* end confdefs.h. */
13746 /* Override any GCC internal prototype to avoid an error.
13747 Use char because int might match the return type of a GCC
13748 builtin and then its argument prototype would still apply. */
13749 #ifdef __cplusplus
13750 extern "C"
13751 #endif
13752 char gp_camera_new ();
13754 main ()
13756 return gp_camera_new ();
13758 return 0;
13760 _ACEOF
13761 rm -f conftest.$ac_objext conftest$ac_exeext
13762 if { (ac_try="$ac_link"
13763 case "(($ac_try" in
13764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13765 *) ac_try_echo=$ac_try;;
13766 esac
13767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13768 (eval "$ac_link") 2>conftest.er1
13769 ac_status=$?
13770 grep -v '^ *+' conftest.er1 >conftest.err
13771 rm -f conftest.er1
13772 cat conftest.err >&5
13773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13774 (exit $ac_status); } && {
13775 test -z "$ac_c_werror_flag" ||
13776 test ! -s conftest.err
13777 } && test -s conftest$ac_exeext &&
13778 $as_test_x conftest$ac_exeext; then
13779 ac_cv_lib_gphoto2_gp_camera_new=yes
13780 else
13781 echo "$as_me: failed program was:" >&5
13782 sed 's/^/| /' conftest.$ac_ext >&5
13784 ac_cv_lib_gphoto2_gp_camera_new=no
13787 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13788 conftest$ac_exeext conftest.$ac_ext
13789 LIBS=$ac_check_lib_save_LIBS
13791 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13792 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13793 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13795 cat >>confdefs.h <<\_ACEOF
13796 #define HAVE_GPHOTO2 1
13797 _ACEOF
13799 GPHOTO2LIBS="$ac_gphoto2_libs"
13801 GPHOTO2INCL="$ac_gphoto2_incl"
13808 CPPFLAGS="$ac_save_CPPFLAGS"
13810 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13811 case "x$with_gphoto" in
13812 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
13813 xno) ;;
13814 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13815 This is an error since --with-gphoto was requested." >&5
13816 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
13817 This is an error since --with-gphoto was requested." >&2;}
13818 { (exit 1); exit 1; }; } ;;
13819 esac
13824 RESOLVLIBS=""
13826 if test "$ac_cv_header_resolv_h" = "yes"
13827 then
13828 ac_save_LIBS="$LIBS"
13829 LIBS="$LIBS -lresolv"
13830 cat >conftest.$ac_ext <<_ACEOF
13831 /* confdefs.h. */
13832 _ACEOF
13833 cat confdefs.h >>conftest.$ac_ext
13834 cat >>conftest.$ac_ext <<_ACEOF
13835 /* end confdefs.h. */
13836 #ifdef HAVE_NETINET_IN_H
13837 #include <netinet/in.h>
13838 #endif
13839 #include <resolv.h>
13841 main ()
13843 res_init();
13845 return 0;
13847 _ACEOF
13848 rm -f conftest.$ac_objext conftest$ac_exeext
13849 if { (ac_try="$ac_link"
13850 case "(($ac_try" in
13851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13852 *) ac_try_echo=$ac_try;;
13853 esac
13854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13855 (eval "$ac_link") 2>conftest.er1
13856 ac_status=$?
13857 grep -v '^ *+' conftest.er1 >conftest.err
13858 rm -f conftest.er1
13859 cat conftest.err >&5
13860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13861 (exit $ac_status); } && {
13862 test -z "$ac_c_werror_flag" ||
13863 test ! -s conftest.err
13864 } && test -s conftest$ac_exeext &&
13865 $as_test_x conftest$ac_exeext; then
13867 cat >>confdefs.h <<\_ACEOF
13868 #define HAVE_RESOLV 1
13869 _ACEOF
13871 RESOLVLIBS="-lresolv"
13872 else
13873 echo "$as_me: failed program was:" >&5
13874 sed 's/^/| /' conftest.$ac_ext >&5
13879 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13880 conftest$ac_exeext conftest.$ac_ext
13881 LIBS="$ac_save_LIBS"
13884 LCMSLIBS=""
13886 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13887 then
13888 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13889 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13890 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13891 echo $ECHO_N "(cached) $ECHO_C" >&6
13892 else
13893 ac_check_lib_save_LIBS=$LIBS
13894 LIBS="-llcms $LIBS"
13895 cat >conftest.$ac_ext <<_ACEOF
13896 /* confdefs.h. */
13897 _ACEOF
13898 cat confdefs.h >>conftest.$ac_ext
13899 cat >>conftest.$ac_ext <<_ACEOF
13900 /* end confdefs.h. */
13902 /* Override any GCC internal prototype to avoid an error.
13903 Use char because int might match the return type of a GCC
13904 builtin and then its argument prototype would still apply. */
13905 #ifdef __cplusplus
13906 extern "C"
13907 #endif
13908 char cmsOpenProfileFromFile ();
13910 main ()
13912 return cmsOpenProfileFromFile ();
13914 return 0;
13916 _ACEOF
13917 rm -f conftest.$ac_objext conftest$ac_exeext
13918 if { (ac_try="$ac_link"
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_link") 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_exeext &&
13934 $as_test_x conftest$ac_exeext; then
13935 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13936 else
13937 echo "$as_me: failed program was:" >&5
13938 sed 's/^/| /' conftest.$ac_ext >&5
13940 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13943 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13944 conftest$ac_exeext conftest.$ac_ext
13945 LIBS=$ac_check_lib_save_LIBS
13947 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13948 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13949 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13951 cat >>confdefs.h <<\_ACEOF
13952 #define HAVE_LCMS 1
13953 _ACEOF
13955 LCMSLIBS="-llcms"
13959 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13960 case "x$with_cms" in
13961 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
13962 xno) ;;
13963 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13964 This is an error since --with-cms was requested." >&5
13965 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
13966 This is an error since --with-cms was requested." >&2;}
13967 { (exit 1); exit 1; }; } ;;
13968 esac
13972 if test "x$with_freetype" != "xno"
13973 then
13974 for ac_prog in freetype-config freetype2-config
13976 # Extract the first word of "$ac_prog", so it can be a program name with args.
13977 set dummy $ac_prog; ac_word=$2
13978 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13979 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13980 if test "${ac_cv_prog_ft_devel+set}" = set; then
13981 echo $ECHO_N "(cached) $ECHO_C" >&6
13982 else
13983 if test -n "$ft_devel"; then
13984 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13985 else
13986 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13987 for as_dir in $PATH
13989 IFS=$as_save_IFS
13990 test -z "$as_dir" && as_dir=.
13991 for ac_exec_ext in '' $ac_executable_extensions; do
13992 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13993 ac_cv_prog_ft_devel="$ac_prog"
13994 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13995 break 2
13997 done
13998 done
13999 IFS=$as_save_IFS
14003 ft_devel=$ac_cv_prog_ft_devel
14004 if test -n "$ft_devel"; then
14005 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14006 echo "${ECHO_T}$ft_devel" >&6; }
14007 else
14008 { echo "$as_me:$LINENO: result: no" >&5
14009 echo "${ECHO_T}no" >&6; }
14013 test -n "$ft_devel" && break
14014 done
14015 test -n "$ft_devel" || ft_devel="no"
14017 if test "$ft_devel" != "no"
14018 then
14019 ac_freetype_incl=`$ft_devel --cflags`
14020 ac_freetype_libs=`$ft_devel --libs`
14022 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14023 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14024 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14025 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14026 echo $ECHO_N "(cached) $ECHO_C" >&6
14027 else
14028 ac_check_soname_save_LIBS=$LIBS
14029 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14030 cat >conftest.$ac_ext <<_ACEOF
14031 /* confdefs.h. */
14032 _ACEOF
14033 cat confdefs.h >>conftest.$ac_ext
14034 cat >>conftest.$ac_ext <<_ACEOF
14035 /* end confdefs.h. */
14037 /* Override any GCC internal prototype to avoid an error.
14038 Use char because int might match the return type of a GCC
14039 builtin and then its argument prototype would still apply. */
14040 #ifdef __cplusplus
14041 extern "C"
14042 #endif
14043 char FT_Init_FreeType ();
14045 main ()
14047 return FT_Init_FreeType ();
14049 return 0;
14051 _ACEOF
14052 rm -f conftest.$ac_objext conftest$ac_exeext
14053 if { (ac_try="$ac_link"
14054 case "(($ac_try" in
14055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14056 *) ac_try_echo=$ac_try;;
14057 esac
14058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14059 (eval "$ac_link") 2>conftest.er1
14060 ac_status=$?
14061 grep -v '^ *+' conftest.er1 >conftest.err
14062 rm -f conftest.er1
14063 cat conftest.err >&5
14064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14065 (exit $ac_status); } && {
14066 test -z "$ac_c_werror_flag" ||
14067 test ! -s conftest.err
14068 } && test -s conftest$ac_exeext &&
14069 $as_test_x conftest$ac_exeext; then
14070 case "$LIBEXT" in
14071 dll) ;;
14072 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'` ;;
14073 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14074 esac
14075 else
14076 echo "$as_me: failed program was:" >&5
14077 sed 's/^/| /' conftest.$ac_ext >&5
14082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14083 conftest$ac_exeext conftest.$ac_ext
14084 LIBS=$ac_check_soname_save_LIBS
14086 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14087 { echo "$as_me:$LINENO: result: not found" >&5
14088 echo "${ECHO_T}not found" >&6; }
14089 ft_lib=no
14090 else
14091 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14092 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14094 cat >>confdefs.h <<_ACEOF
14095 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14096 _ACEOF
14098 ft_lib=yes
14101 if test "$ft_lib" = "yes"
14102 then
14103 ac_save_CPPFLAGS="$CPPFLAGS"
14104 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14117 for ac_header in ft2build.h \
14118 freetype/freetype.h \
14119 freetype/ftglyph.h \
14120 freetype/fttypes.h \
14121 freetype/tttables.h \
14122 freetype/ftsnames.h \
14123 freetype/ttnameid.h \
14124 freetype/ftoutln.h \
14125 freetype/ftwinfnt.h \
14126 freetype/ftmodapi.h \
14127 freetype/ftlcdfil.h \
14128 freetype/internal/sfnt.h
14130 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14131 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14132 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14133 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14134 echo $ECHO_N "(cached) $ECHO_C" >&6
14135 else
14136 cat >conftest.$ac_ext <<_ACEOF
14137 /* confdefs.h. */
14138 _ACEOF
14139 cat confdefs.h >>conftest.$ac_ext
14140 cat >>conftest.$ac_ext <<_ACEOF
14141 /* end confdefs.h. */
14142 #ifdef HAVE_FT2BUILD_H
14143 # include <ft2build.h>
14144 #endif
14146 #include <$ac_header>
14147 _ACEOF
14148 rm -f conftest.$ac_objext
14149 if { (ac_try="$ac_compile"
14150 case "(($ac_try" in
14151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14152 *) ac_try_echo=$ac_try;;
14153 esac
14154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14155 (eval "$ac_compile") 2>conftest.er1
14156 ac_status=$?
14157 grep -v '^ *+' conftest.er1 >conftest.err
14158 rm -f conftest.er1
14159 cat conftest.err >&5
14160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14161 (exit $ac_status); } && {
14162 test -z "$ac_c_werror_flag" ||
14163 test ! -s conftest.err
14164 } && test -s conftest.$ac_objext; then
14165 eval "$as_ac_Header=yes"
14166 else
14167 echo "$as_me: failed program was:" >&5
14168 sed 's/^/| /' conftest.$ac_ext >&5
14170 eval "$as_ac_Header=no"
14173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14175 ac_res=`eval echo '${'$as_ac_Header'}'`
14176 { echo "$as_me:$LINENO: result: $ac_res" >&5
14177 echo "${ECHO_T}$ac_res" >&6; }
14178 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14179 cat >>confdefs.h <<_ACEOF
14180 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14181 _ACEOF
14185 done
14187 cat >conftest.$ac_ext <<_ACEOF
14188 /* confdefs.h. */
14189 _ACEOF
14190 cat confdefs.h >>conftest.$ac_ext
14191 cat >>conftest.$ac_ext <<_ACEOF
14192 /* end confdefs.h. */
14193 #include <ft2build.h>
14194 #include <freetype/fttrigon.h>
14195 _ACEOF
14196 if { (ac_try="$ac_cpp conftest.$ac_ext"
14197 case "(($ac_try" in
14198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14199 *) ac_try_echo=$ac_try;;
14200 esac
14201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14202 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14203 ac_status=$?
14204 grep -v '^ *+' conftest.er1 >conftest.err
14205 rm -f conftest.er1
14206 cat conftest.err >&5
14207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14208 (exit $ac_status); } >/dev/null && {
14209 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14210 test ! -s conftest.err
14211 }; then
14213 cat >>confdefs.h <<\_ACEOF
14214 #define HAVE_FREETYPE_FTTRIGON_H 1
14215 _ACEOF
14217 wine_cv_fttrigon=yes
14218 else
14219 echo "$as_me: failed program was:" >&5
14220 sed 's/^/| /' conftest.$ac_ext >&5
14222 wine_cv_fttrigon=no
14225 rm -f conftest.err conftest.$ac_ext
14226 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14227 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14228 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14229 echo $ECHO_N "(cached) $ECHO_C" >&6
14230 else
14231 cat >conftest.$ac_ext <<_ACEOF
14232 /* confdefs.h. */
14233 _ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 #include <freetype/ftmodapi.h>
14239 typedef FT_TrueTypeEngineType ac__type_new_;
14241 main ()
14243 if ((ac__type_new_ *) 0)
14244 return 0;
14245 if (sizeof (ac__type_new_))
14246 return 0;
14248 return 0;
14250 _ACEOF
14251 rm -f conftest.$ac_objext
14252 if { (ac_try="$ac_compile"
14253 case "(($ac_try" in
14254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14255 *) ac_try_echo=$ac_try;;
14256 esac
14257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14258 (eval "$ac_compile") 2>conftest.er1
14259 ac_status=$?
14260 grep -v '^ *+' conftest.er1 >conftest.err
14261 rm -f conftest.er1
14262 cat conftest.err >&5
14263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14264 (exit $ac_status); } && {
14265 test -z "$ac_c_werror_flag" ||
14266 test ! -s conftest.err
14267 } && test -s conftest.$ac_objext; then
14268 ac_cv_type_FT_TrueTypeEngineType=yes
14269 else
14270 echo "$as_me: failed program was:" >&5
14271 sed 's/^/| /' conftest.$ac_ext >&5
14273 ac_cv_type_FT_TrueTypeEngineType=no
14276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14278 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14279 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14280 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14282 cat >>confdefs.h <<_ACEOF
14283 #define HAVE_FT_TRUETYPEENGINETYPE 1
14284 _ACEOF
14289 ac_save_CFLAGS="$CFLAGS"
14290 CFLAGS="$CFLAGS $ac_freetype_libs"
14292 for ac_func in FT_Load_Sfnt_Table
14294 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14295 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14296 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14297 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14298 echo $ECHO_N "(cached) $ECHO_C" >&6
14299 else
14300 cat >conftest.$ac_ext <<_ACEOF
14301 /* confdefs.h. */
14302 _ACEOF
14303 cat confdefs.h >>conftest.$ac_ext
14304 cat >>conftest.$ac_ext <<_ACEOF
14305 /* end confdefs.h. */
14306 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14307 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14308 #define $ac_func innocuous_$ac_func
14310 /* System header to define __stub macros and hopefully few prototypes,
14311 which can conflict with char $ac_func (); below.
14312 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14313 <limits.h> exists even on freestanding compilers. */
14315 #ifdef __STDC__
14316 # include <limits.h>
14317 #else
14318 # include <assert.h>
14319 #endif
14321 #undef $ac_func
14323 /* Override any GCC internal prototype to avoid an error.
14324 Use char because int might match the return type of a GCC
14325 builtin and then its argument prototype would still apply. */
14326 #ifdef __cplusplus
14327 extern "C"
14328 #endif
14329 char $ac_func ();
14330 /* The GNU C library defines this for functions which it implements
14331 to always fail with ENOSYS. Some functions are actually named
14332 something starting with __ and the normal name is an alias. */
14333 #if defined __stub_$ac_func || defined __stub___$ac_func
14334 choke me
14335 #endif
14338 main ()
14340 return $ac_func ();
14342 return 0;
14344 _ACEOF
14345 rm -f conftest.$ac_objext conftest$ac_exeext
14346 if { (ac_try="$ac_link"
14347 case "(($ac_try" in
14348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14349 *) ac_try_echo=$ac_try;;
14350 esac
14351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14352 (eval "$ac_link") 2>conftest.er1
14353 ac_status=$?
14354 grep -v '^ *+' conftest.er1 >conftest.err
14355 rm -f conftest.er1
14356 cat conftest.err >&5
14357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14358 (exit $ac_status); } && {
14359 test -z "$ac_c_werror_flag" ||
14360 test ! -s conftest.err
14361 } && test -s conftest$ac_exeext &&
14362 $as_test_x conftest$ac_exeext; then
14363 eval "$as_ac_var=yes"
14364 else
14365 echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 eval "$as_ac_var=no"
14371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14372 conftest$ac_exeext conftest.$ac_ext
14374 ac_res=`eval echo '${'$as_ac_var'}'`
14375 { echo "$as_me:$LINENO: result: $ac_res" >&5
14376 echo "${ECHO_T}$ac_res" >&6; }
14377 if test `eval echo '${'$as_ac_var'}'` = yes; then
14378 cat >>confdefs.h <<_ACEOF
14379 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14380 _ACEOF
14383 done
14385 CFLAGS="$ac_save_CFLAGS"
14386 CPPFLAGS="$ac_save_CPPFLAGS"
14387 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14388 then
14390 cat >>confdefs.h <<\_ACEOF
14391 #define HAVE_FREETYPE 1
14392 _ACEOF
14394 FREETYPELIBS="$ac_freetype_libs"
14396 FREETYPEINCL="$ac_freetype_incl"
14401 if test "x$FREETYPELIBS" = "x"; then
14402 case "x$with_freetype" in
14403 xno) ;;
14404 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14405 Use the --without-freetype option if you really want this." >&5
14406 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14407 Use the --without-freetype option if you really want this." >&2;}
14408 { (exit 1); exit 1; }; } ;;
14409 esac
14412 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14414 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14415 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14416 if test "${ac_cv_c_ppdev+set}" = set; then
14417 echo $ECHO_N "(cached) $ECHO_C" >&6
14418 else
14419 cat >conftest.$ac_ext <<_ACEOF
14420 /* confdefs.h. */
14421 _ACEOF
14422 cat confdefs.h >>conftest.$ac_ext
14423 cat >>conftest.$ac_ext <<_ACEOF
14424 /* end confdefs.h. */
14425 #include <linux/ppdev.h>
14427 main ()
14429 ioctl (1,PPCLAIM,0)
14431 return 0;
14433 _ACEOF
14434 rm -f conftest.$ac_objext
14435 if { (ac_try="$ac_compile"
14436 case "(($ac_try" in
14437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14438 *) ac_try_echo=$ac_try;;
14439 esac
14440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14441 (eval "$ac_compile") 2>conftest.er1
14442 ac_status=$?
14443 grep -v '^ *+' conftest.er1 >conftest.err
14444 rm -f conftest.er1
14445 cat conftest.err >&5
14446 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14447 (exit $ac_status); } && {
14448 test -z "$ac_c_werror_flag" ||
14449 test ! -s conftest.err
14450 } && test -s conftest.$ac_objext; then
14451 ac_cv_c_ppdev="yes"
14452 else
14453 echo "$as_me: failed program was:" >&5
14454 sed 's/^/| /' conftest.$ac_ext >&5
14456 ac_cv_c_ppdev="no"
14459 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14461 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14462 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14463 if test "$ac_cv_c_ppdev" = "yes"
14464 then
14466 cat >>confdefs.h <<\_ACEOF
14467 #define HAVE_PPDEV 1
14468 _ACEOF
14472 ac_wine_check_funcs_save_LIBS="$LIBS"
14473 LIBS="$LIBS $LIBPTHREAD"
14478 for ac_func in \
14479 pthread_attr_get_np \
14480 pthread_getattr_np \
14481 pthread_get_stackaddr_np \
14482 pthread_get_stacksize_np
14484 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14485 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14486 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14487 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14488 echo $ECHO_N "(cached) $ECHO_C" >&6
14489 else
14490 cat >conftest.$ac_ext <<_ACEOF
14491 /* confdefs.h. */
14492 _ACEOF
14493 cat confdefs.h >>conftest.$ac_ext
14494 cat >>conftest.$ac_ext <<_ACEOF
14495 /* end confdefs.h. */
14496 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14497 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14498 #define $ac_func innocuous_$ac_func
14500 /* System header to define __stub macros and hopefully few prototypes,
14501 which can conflict with char $ac_func (); below.
14502 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14503 <limits.h> exists even on freestanding compilers. */
14505 #ifdef __STDC__
14506 # include <limits.h>
14507 #else
14508 # include <assert.h>
14509 #endif
14511 #undef $ac_func
14513 /* Override any GCC internal prototype to avoid an error.
14514 Use char because int might match the return type of a GCC
14515 builtin and then its argument prototype would still apply. */
14516 #ifdef __cplusplus
14517 extern "C"
14518 #endif
14519 char $ac_func ();
14520 /* The GNU C library defines this for functions which it implements
14521 to always fail with ENOSYS. Some functions are actually named
14522 something starting with __ and the normal name is an alias. */
14523 #if defined __stub_$ac_func || defined __stub___$ac_func
14524 choke me
14525 #endif
14528 main ()
14530 return $ac_func ();
14532 return 0;
14534 _ACEOF
14535 rm -f conftest.$ac_objext conftest$ac_exeext
14536 if { (ac_try="$ac_link"
14537 case "(($ac_try" in
14538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14539 *) ac_try_echo=$ac_try;;
14540 esac
14541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14542 (eval "$ac_link") 2>conftest.er1
14543 ac_status=$?
14544 grep -v '^ *+' conftest.er1 >conftest.err
14545 rm -f conftest.er1
14546 cat conftest.err >&5
14547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14548 (exit $ac_status); } && {
14549 test -z "$ac_c_werror_flag" ||
14550 test ! -s conftest.err
14551 } && test -s conftest$ac_exeext &&
14552 $as_test_x conftest$ac_exeext; then
14553 eval "$as_ac_var=yes"
14554 else
14555 echo "$as_me: failed program was:" >&5
14556 sed 's/^/| /' conftest.$ac_ext >&5
14558 eval "$as_ac_var=no"
14561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14562 conftest$ac_exeext conftest.$ac_ext
14564 ac_res=`eval echo '${'$as_ac_var'}'`
14565 { echo "$as_me:$LINENO: result: $ac_res" >&5
14566 echo "${ECHO_T}$ac_res" >&6; }
14567 if test `eval echo '${'$as_ac_var'}'` = yes; then
14568 cat >>confdefs.h <<_ACEOF
14569 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14570 _ACEOF
14573 done
14575 LIBS="$ac_wine_check_funcs_save_LIBS"
14577 if test "$ac_cv_header_zlib_h" = "yes"
14578 then
14579 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14580 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14581 if test "${ac_cv_lib_z_inflate+set}" = set; then
14582 echo $ECHO_N "(cached) $ECHO_C" >&6
14583 else
14584 ac_check_lib_save_LIBS=$LIBS
14585 LIBS="-lz $LIBS"
14586 cat >conftest.$ac_ext <<_ACEOF
14587 /* confdefs.h. */
14588 _ACEOF
14589 cat confdefs.h >>conftest.$ac_ext
14590 cat >>conftest.$ac_ext <<_ACEOF
14591 /* end confdefs.h. */
14593 /* Override any GCC internal prototype to avoid an error.
14594 Use char because int might match the return type of a GCC
14595 builtin and then its argument prototype would still apply. */
14596 #ifdef __cplusplus
14597 extern "C"
14598 #endif
14599 char inflate ();
14601 main ()
14603 return inflate ();
14605 return 0;
14607 _ACEOF
14608 rm -f conftest.$ac_objext conftest$ac_exeext
14609 if { (ac_try="$ac_link"
14610 case "(($ac_try" in
14611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14612 *) ac_try_echo=$ac_try;;
14613 esac
14614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14615 (eval "$ac_link") 2>conftest.er1
14616 ac_status=$?
14617 grep -v '^ *+' conftest.er1 >conftest.err
14618 rm -f conftest.er1
14619 cat conftest.err >&5
14620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14621 (exit $ac_status); } && {
14622 test -z "$ac_c_werror_flag" ||
14623 test ! -s conftest.err
14624 } && test -s conftest$ac_exeext &&
14625 $as_test_x conftest$ac_exeext; then
14626 ac_cv_lib_z_inflate=yes
14627 else
14628 echo "$as_me: failed program was:" >&5
14629 sed 's/^/| /' conftest.$ac_ext >&5
14631 ac_cv_lib_z_inflate=no
14634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14635 conftest$ac_exeext conftest.$ac_ext
14636 LIBS=$ac_check_lib_save_LIBS
14638 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14639 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14640 if test $ac_cv_lib_z_inflate = yes; then
14642 cat >>confdefs.h <<\_ACEOF
14643 #define HAVE_ZLIB 1
14644 _ACEOF
14646 ZLIB="-lz"
14652 if test "x$with_esd" != xno
14653 then
14654 save_CFLAGS="$CFLAGS"
14655 # Extract the first word of "esd-config", so it can be a program name with args.
14656 set dummy esd-config; ac_word=$2
14657 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14658 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14659 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14660 echo $ECHO_N "(cached) $ECHO_C" >&6
14661 else
14662 case $ESDCONFIG in
14663 [\\/]* | ?:[\\/]*)
14664 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14667 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14668 for as_dir in $PATH
14670 IFS=$as_save_IFS
14671 test -z "$as_dir" && as_dir=.
14672 for ac_exec_ext in '' $ac_executable_extensions; do
14673 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14674 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14675 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14676 break 2
14678 done
14679 done
14680 IFS=$as_save_IFS
14682 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14684 esac
14686 ESDCONFIG=$ac_cv_path_ESDCONFIG
14687 if test -n "$ESDCONFIG"; then
14688 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14689 echo "${ECHO_T}$ESDCONFIG" >&6; }
14690 else
14691 { echo "$as_me:$LINENO: result: no" >&5
14692 echo "${ECHO_T}no" >&6; }
14696 if test "x$ESDCONFIG" != "xno"
14697 then
14698 ac_esd_incl=""
14699 for i in `$ESDCONFIG --cflags`
14701 case "$i" in
14702 -I*) ac_esd_incl="$ac_esd_incl $i";;
14703 esac
14704 done
14705 ac_esd_libs=`$ESDCONFIG --libs`
14706 CFLAGS="$CFLAGS $ac_esd_incl"
14708 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14709 if test "${ac_cv_header_esd_h+set}" = set; then
14710 { echo "$as_me:$LINENO: checking for esd.h" >&5
14711 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14712 if test "${ac_cv_header_esd_h+set}" = set; then
14713 echo $ECHO_N "(cached) $ECHO_C" >&6
14715 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14716 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14717 else
14718 # Is the header compilable?
14719 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14720 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14721 cat >conftest.$ac_ext <<_ACEOF
14722 /* confdefs.h. */
14723 _ACEOF
14724 cat confdefs.h >>conftest.$ac_ext
14725 cat >>conftest.$ac_ext <<_ACEOF
14726 /* end confdefs.h. */
14727 $ac_includes_default
14728 #include <esd.h>
14729 _ACEOF
14730 rm -f conftest.$ac_objext
14731 if { (ac_try="$ac_compile"
14732 case "(($ac_try" in
14733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14734 *) ac_try_echo=$ac_try;;
14735 esac
14736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14737 (eval "$ac_compile") 2>conftest.er1
14738 ac_status=$?
14739 grep -v '^ *+' conftest.er1 >conftest.err
14740 rm -f conftest.er1
14741 cat conftest.err >&5
14742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14743 (exit $ac_status); } && {
14744 test -z "$ac_c_werror_flag" ||
14745 test ! -s conftest.err
14746 } && test -s conftest.$ac_objext; then
14747 ac_header_compiler=yes
14748 else
14749 echo "$as_me: failed program was:" >&5
14750 sed 's/^/| /' conftest.$ac_ext >&5
14752 ac_header_compiler=no
14755 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14756 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14757 echo "${ECHO_T}$ac_header_compiler" >&6; }
14759 # Is the header present?
14760 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14761 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14762 cat >conftest.$ac_ext <<_ACEOF
14763 /* confdefs.h. */
14764 _ACEOF
14765 cat confdefs.h >>conftest.$ac_ext
14766 cat >>conftest.$ac_ext <<_ACEOF
14767 /* end confdefs.h. */
14768 #include <esd.h>
14769 _ACEOF
14770 if { (ac_try="$ac_cpp conftest.$ac_ext"
14771 case "(($ac_try" in
14772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14773 *) ac_try_echo=$ac_try;;
14774 esac
14775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14776 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14777 ac_status=$?
14778 grep -v '^ *+' conftest.er1 >conftest.err
14779 rm -f conftest.er1
14780 cat conftest.err >&5
14781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14782 (exit $ac_status); } >/dev/null && {
14783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14784 test ! -s conftest.err
14785 }; then
14786 ac_header_preproc=yes
14787 else
14788 echo "$as_me: failed program was:" >&5
14789 sed 's/^/| /' conftest.$ac_ext >&5
14791 ac_header_preproc=no
14794 rm -f conftest.err conftest.$ac_ext
14795 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14796 echo "${ECHO_T}$ac_header_preproc" >&6; }
14798 # So? What about this header?
14799 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14800 yes:no: )
14801 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14802 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14803 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14804 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14805 ac_header_preproc=yes
14807 no:yes:* )
14808 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
14809 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
14810 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
14811 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
14812 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
14813 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
14814 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
14815 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
14816 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
14817 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
14818 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
14819 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
14820 ( cat <<\_ASBOX
14821 ## ------------------------------------ ##
14822 ## Report this to wine-devel@winehq.org ##
14823 ## ------------------------------------ ##
14824 _ASBOX
14825 ) | sed "s/^/$as_me: WARNING: /" >&2
14827 esac
14828 { echo "$as_me:$LINENO: checking for esd.h" >&5
14829 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14830 if test "${ac_cv_header_esd_h+set}" = set; then
14831 echo $ECHO_N "(cached) $ECHO_C" >&6
14832 else
14833 ac_cv_header_esd_h=$ac_header_preproc
14835 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14836 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14839 if test $ac_cv_header_esd_h = yes; then
14840 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14841 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14842 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14843 echo $ECHO_N "(cached) $ECHO_C" >&6
14844 else
14845 ac_check_lib_save_LIBS=$LIBS
14846 LIBS="-lesd $ac_esd_libs $LIBS"
14847 cat >conftest.$ac_ext <<_ACEOF
14848 /* confdefs.h. */
14849 _ACEOF
14850 cat confdefs.h >>conftest.$ac_ext
14851 cat >>conftest.$ac_ext <<_ACEOF
14852 /* end confdefs.h. */
14854 /* Override any GCC internal prototype to avoid an error.
14855 Use char because int might match the return type of a GCC
14856 builtin and then its argument prototype would still apply. */
14857 #ifdef __cplusplus
14858 extern "C"
14859 #endif
14860 char esd_open_sound ();
14862 main ()
14864 return esd_open_sound ();
14866 return 0;
14868 _ACEOF
14869 rm -f conftest.$ac_objext conftest$ac_exeext
14870 if { (ac_try="$ac_link"
14871 case "(($ac_try" in
14872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14873 *) ac_try_echo=$ac_try;;
14874 esac
14875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14876 (eval "$ac_link") 2>conftest.er1
14877 ac_status=$?
14878 grep -v '^ *+' conftest.er1 >conftest.err
14879 rm -f conftest.er1
14880 cat conftest.err >&5
14881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14882 (exit $ac_status); } && {
14883 test -z "$ac_c_werror_flag" ||
14884 test ! -s conftest.err
14885 } && test -s conftest$ac_exeext &&
14886 $as_test_x conftest$ac_exeext; then
14887 ac_cv_lib_esd_esd_open_sound=yes
14888 else
14889 echo "$as_me: failed program was:" >&5
14890 sed 's/^/| /' conftest.$ac_ext >&5
14892 ac_cv_lib_esd_esd_open_sound=no
14895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14896 conftest$ac_exeext conftest.$ac_ext
14897 LIBS=$ac_check_lib_save_LIBS
14899 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14900 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14901 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14902 ESDINCL="$ac_esd_incl"
14904 ESDLIBS="$ac_esd_libs"
14907 cat >>confdefs.h <<\_ACEOF
14908 #define HAVE_ESD 1
14909 _ACEOF
14916 CFLAGS="$save_CFLAGS"
14919 if test "x$with_pulse" != "xno"; then
14920 if test "$PKG_CONFIG" != "false"; then
14921 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.8" >&5
14922 echo $ECHO_N "checking for pulseaudio >= 0.9.8... $ECHO_C" >&6; }
14923 if "$PKG_CONFIG" --atleast-version=0.9.8 libpulse; then
14924 have_pulseaudio="yes"
14925 else
14926 have_pulseaudio="no"
14928 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
14929 echo "${ECHO_T}$have_pulseaudio" >&6; }
14930 if test x"$have_pulseaudio" = xyes; then
14931 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
14933 cat >>confdefs.h <<\_ACEOF
14934 #define HAVE_PULSEAUDIO 1
14935 _ACEOF
14937 PULSELIBS="$ac_pulse_libs"
14943 ALSALIBS=""
14945 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14946 then
14947 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14948 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14949 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14950 echo $ECHO_N "(cached) $ECHO_C" >&6
14951 else
14952 ac_check_lib_save_LIBS=$LIBS
14953 LIBS="-lasound $LIBS"
14954 cat >conftest.$ac_ext <<_ACEOF
14955 /* confdefs.h. */
14956 _ACEOF
14957 cat confdefs.h >>conftest.$ac_ext
14958 cat >>conftest.$ac_ext <<_ACEOF
14959 /* end confdefs.h. */
14961 /* Override any GCC internal prototype to avoid an error.
14962 Use char because int might match the return type of a GCC
14963 builtin and then its argument prototype would still apply. */
14964 #ifdef __cplusplus
14965 extern "C"
14966 #endif
14967 char snd_pcm_hw_params_get_access ();
14969 main ()
14971 return snd_pcm_hw_params_get_access ();
14973 return 0;
14975 _ACEOF
14976 rm -f conftest.$ac_objext conftest$ac_exeext
14977 if { (ac_try="$ac_link"
14978 case "(($ac_try" in
14979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14980 *) ac_try_echo=$ac_try;;
14981 esac
14982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14983 (eval "$ac_link") 2>conftest.er1
14984 ac_status=$?
14985 grep -v '^ *+' conftest.er1 >conftest.err
14986 rm -f conftest.er1
14987 cat conftest.err >&5
14988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14989 (exit $ac_status); } && {
14990 test -z "$ac_c_werror_flag" ||
14991 test ! -s conftest.err
14992 } && test -s conftest$ac_exeext &&
14993 $as_test_x conftest$ac_exeext; then
14994 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14995 else
14996 echo "$as_me: failed program was:" >&5
14997 sed 's/^/| /' conftest.$ac_ext >&5
14999 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15003 conftest$ac_exeext conftest.$ac_ext
15004 LIBS=$ac_check_lib_save_LIBS
15006 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15007 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15008 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15009 cat >conftest.$ac_ext <<_ACEOF
15010 /* confdefs.h. */
15011 _ACEOF
15012 cat confdefs.h >>conftest.$ac_ext
15013 cat >>conftest.$ac_ext <<_ACEOF
15014 /* end confdefs.h. */
15015 #ifdef HAVE_ALSA_ASOUNDLIB_H
15016 #include <alsa/asoundlib.h>
15017 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15018 #include <sys/asoundlib.h>
15019 #endif
15021 main ()
15023 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15025 return 0;
15027 _ACEOF
15028 rm -f conftest.$ac_objext
15029 if { (ac_try="$ac_compile"
15030 case "(($ac_try" in
15031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15032 *) ac_try_echo=$ac_try;;
15033 esac
15034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15035 (eval "$ac_compile") 2>conftest.er1
15036 ac_status=$?
15037 grep -v '^ *+' conftest.er1 >conftest.err
15038 rm -f conftest.er1
15039 cat conftest.err >&5
15040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15041 (exit $ac_status); } && {
15042 test -z "$ac_c_werror_flag" ||
15043 test ! -s conftest.err
15044 } && test -s conftest.$ac_objext; then
15046 cat >>confdefs.h <<\_ACEOF
15047 #define HAVE_ALSA 1
15048 _ACEOF
15050 ALSALIBS="-lasound"
15051 else
15052 echo "$as_me: failed program was:" >&5
15053 sed 's/^/| /' conftest.$ac_ext >&5
15058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15063 AUDIOIOLIBS=""
15065 if test "$ac_cv_header_libaudioio_h" = "yes"
15066 then
15067 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15068 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15069 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15070 echo $ECHO_N "(cached) $ECHO_C" >&6
15071 else
15072 ac_check_lib_save_LIBS=$LIBS
15073 LIBS="-laudioio $LIBS"
15074 cat >conftest.$ac_ext <<_ACEOF
15075 /* confdefs.h. */
15076 _ACEOF
15077 cat confdefs.h >>conftest.$ac_ext
15078 cat >>conftest.$ac_ext <<_ACEOF
15079 /* end confdefs.h. */
15081 /* Override any GCC internal prototype to avoid an error.
15082 Use char because int might match the return type of a GCC
15083 builtin and then its argument prototype would still apply. */
15084 #ifdef __cplusplus
15085 extern "C"
15086 #endif
15087 char AudioIOGetVersion ();
15089 main ()
15091 return AudioIOGetVersion ();
15093 return 0;
15095 _ACEOF
15096 rm -f conftest.$ac_objext conftest$ac_exeext
15097 if { (ac_try="$ac_link"
15098 case "(($ac_try" in
15099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15100 *) ac_try_echo=$ac_try;;
15101 esac
15102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15103 (eval "$ac_link") 2>conftest.er1
15104 ac_status=$?
15105 grep -v '^ *+' conftest.er1 >conftest.err
15106 rm -f conftest.er1
15107 cat conftest.err >&5
15108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15109 (exit $ac_status); } && {
15110 test -z "$ac_c_werror_flag" ||
15111 test ! -s conftest.err
15112 } && test -s conftest$ac_exeext &&
15113 $as_test_x conftest$ac_exeext; then
15114 ac_cv_lib_audioio_AudioIOGetVersion=yes
15115 else
15116 echo "$as_me: failed program was:" >&5
15117 sed 's/^/| /' conftest.$ac_ext >&5
15119 ac_cv_lib_audioio_AudioIOGetVersion=no
15122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15123 conftest$ac_exeext conftest.$ac_ext
15124 LIBS=$ac_check_lib_save_LIBS
15126 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15127 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15128 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15129 AUDIOIOLIBS="-laudioio"
15131 cat >>confdefs.h <<\_ACEOF
15132 #define HAVE_LIBAUDIOIO 1
15133 _ACEOF
15140 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15141 then
15142 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15143 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15144 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15145 echo $ECHO_N "(cached) $ECHO_C" >&6
15146 else
15147 ac_check_soname_save_LIBS=$LIBS
15148 LIBS="-lcapi20 $LIBS"
15149 cat >conftest.$ac_ext <<_ACEOF
15150 /* confdefs.h. */
15151 _ACEOF
15152 cat confdefs.h >>conftest.$ac_ext
15153 cat >>conftest.$ac_ext <<_ACEOF
15154 /* end confdefs.h. */
15156 /* Override any GCC internal prototype to avoid an error.
15157 Use char because int might match the return type of a GCC
15158 builtin and then its argument prototype would still apply. */
15159 #ifdef __cplusplus
15160 extern "C"
15161 #endif
15162 char capi20_register ();
15164 main ()
15166 return capi20_register ();
15168 return 0;
15170 _ACEOF
15171 rm -f conftest.$ac_objext conftest$ac_exeext
15172 if { (ac_try="$ac_link"
15173 case "(($ac_try" in
15174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15175 *) ac_try_echo=$ac_try;;
15176 esac
15177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15178 (eval "$ac_link") 2>conftest.er1
15179 ac_status=$?
15180 grep -v '^ *+' conftest.er1 >conftest.err
15181 rm -f conftest.er1
15182 cat conftest.err >&5
15183 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15184 (exit $ac_status); } && {
15185 test -z "$ac_c_werror_flag" ||
15186 test ! -s conftest.err
15187 } && test -s conftest$ac_exeext &&
15188 $as_test_x conftest$ac_exeext; then
15189 case "$LIBEXT" in
15190 dll) ;;
15191 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'` ;;
15192 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15193 esac
15194 else
15195 echo "$as_me: failed program was:" >&5
15196 sed 's/^/| /' conftest.$ac_ext >&5
15201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15202 conftest$ac_exeext conftest.$ac_ext
15203 LIBS=$ac_check_soname_save_LIBS
15205 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15206 { echo "$as_me:$LINENO: result: not found" >&5
15207 echo "${ECHO_T}not found" >&6; }
15209 else
15210 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15211 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15213 cat >>confdefs.h <<_ACEOF
15214 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15215 _ACEOF
15221 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15222 case "x$with_capi" in
15223 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15224 xno) ;;
15225 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15226 This is an error since --with-capi was requested." >&5
15227 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15228 This is an error since --with-capi was requested." >&2;}
15229 { (exit 1); exit 1; }; } ;;
15230 esac
15234 CUPSINCL=""
15236 if test "x$with_cups" != "xno"
15237 then
15238 ac_save_CPPFLAGS="$CPPFLAGS"
15239 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15240 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15241 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15243 for ac_header in cups/cups.h
15245 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15246 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15247 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15248 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15249 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15250 echo $ECHO_N "(cached) $ECHO_C" >&6
15252 ac_res=`eval echo '${'$as_ac_Header'}'`
15253 { echo "$as_me:$LINENO: result: $ac_res" >&5
15254 echo "${ECHO_T}$ac_res" >&6; }
15255 else
15256 # Is the header compilable?
15257 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15258 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15259 cat >conftest.$ac_ext <<_ACEOF
15260 /* confdefs.h. */
15261 _ACEOF
15262 cat confdefs.h >>conftest.$ac_ext
15263 cat >>conftest.$ac_ext <<_ACEOF
15264 /* end confdefs.h. */
15265 $ac_includes_default
15266 #include <$ac_header>
15267 _ACEOF
15268 rm -f conftest.$ac_objext
15269 if { (ac_try="$ac_compile"
15270 case "(($ac_try" in
15271 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15272 *) ac_try_echo=$ac_try;;
15273 esac
15274 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15275 (eval "$ac_compile") 2>conftest.er1
15276 ac_status=$?
15277 grep -v '^ *+' conftest.er1 >conftest.err
15278 rm -f conftest.er1
15279 cat conftest.err >&5
15280 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15281 (exit $ac_status); } && {
15282 test -z "$ac_c_werror_flag" ||
15283 test ! -s conftest.err
15284 } && test -s conftest.$ac_objext; then
15285 ac_header_compiler=yes
15286 else
15287 echo "$as_me: failed program was:" >&5
15288 sed 's/^/| /' conftest.$ac_ext >&5
15290 ac_header_compiler=no
15293 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15294 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15295 echo "${ECHO_T}$ac_header_compiler" >&6; }
15297 # Is the header present?
15298 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15299 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15300 cat >conftest.$ac_ext <<_ACEOF
15301 /* confdefs.h. */
15302 _ACEOF
15303 cat confdefs.h >>conftest.$ac_ext
15304 cat >>conftest.$ac_ext <<_ACEOF
15305 /* end confdefs.h. */
15306 #include <$ac_header>
15307 _ACEOF
15308 if { (ac_try="$ac_cpp conftest.$ac_ext"
15309 case "(($ac_try" in
15310 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15311 *) ac_try_echo=$ac_try;;
15312 esac
15313 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15314 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15315 ac_status=$?
15316 grep -v '^ *+' conftest.er1 >conftest.err
15317 rm -f conftest.er1
15318 cat conftest.err >&5
15319 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15320 (exit $ac_status); } >/dev/null && {
15321 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15322 test ! -s conftest.err
15323 }; then
15324 ac_header_preproc=yes
15325 else
15326 echo "$as_me: failed program was:" >&5
15327 sed 's/^/| /' conftest.$ac_ext >&5
15329 ac_header_preproc=no
15332 rm -f conftest.err conftest.$ac_ext
15333 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15334 echo "${ECHO_T}$ac_header_preproc" >&6; }
15336 # So? What about this header?
15337 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15338 yes:no: )
15339 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15340 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15341 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15342 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15343 ac_header_preproc=yes
15345 no:yes:* )
15346 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15347 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15348 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15349 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15350 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15351 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15352 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15353 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15354 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15355 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15356 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15357 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15358 ( cat <<\_ASBOX
15359 ## ------------------------------------ ##
15360 ## Report this to wine-devel@winehq.org ##
15361 ## ------------------------------------ ##
15362 _ASBOX
15363 ) | sed "s/^/$as_me: WARNING: /" >&2
15365 esac
15366 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15367 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15368 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15369 echo $ECHO_N "(cached) $ECHO_C" >&6
15370 else
15371 eval "$as_ac_Header=\$ac_header_preproc"
15373 ac_res=`eval echo '${'$as_ac_Header'}'`
15374 { echo "$as_me:$LINENO: result: $ac_res" >&5
15375 echo "${ECHO_T}$ac_res" >&6; }
15378 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15379 cat >>confdefs.h <<_ACEOF
15380 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15381 _ACEOF
15382 { echo "$as_me:$LINENO: checking for -lcups" >&5
15383 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15384 if test "${ac_cv_lib_soname_cups+set}" = set; then
15385 echo $ECHO_N "(cached) $ECHO_C" >&6
15386 else
15387 ac_check_soname_save_LIBS=$LIBS
15388 LIBS="-lcups $ac_cups_libs $LIBS"
15389 cat >conftest.$ac_ext <<_ACEOF
15390 /* confdefs.h. */
15391 _ACEOF
15392 cat confdefs.h >>conftest.$ac_ext
15393 cat >>conftest.$ac_ext <<_ACEOF
15394 /* end confdefs.h. */
15396 /* Override any GCC internal prototype to avoid an error.
15397 Use char because int might match the return type of a GCC
15398 builtin and then its argument prototype would still apply. */
15399 #ifdef __cplusplus
15400 extern "C"
15401 #endif
15402 char cupsGetDefault ();
15404 main ()
15406 return cupsGetDefault ();
15408 return 0;
15410 _ACEOF
15411 rm -f conftest.$ac_objext conftest$ac_exeext
15412 if { (ac_try="$ac_link"
15413 case "(($ac_try" in
15414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15415 *) ac_try_echo=$ac_try;;
15416 esac
15417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15418 (eval "$ac_link") 2>conftest.er1
15419 ac_status=$?
15420 grep -v '^ *+' conftest.er1 >conftest.err
15421 rm -f conftest.er1
15422 cat conftest.err >&5
15423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15424 (exit $ac_status); } && {
15425 test -z "$ac_c_werror_flag" ||
15426 test ! -s conftest.err
15427 } && test -s conftest$ac_exeext &&
15428 $as_test_x conftest$ac_exeext; then
15429 case "$LIBEXT" in
15430 dll) ;;
15431 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'` ;;
15432 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15433 esac
15434 else
15435 echo "$as_me: failed program was:" >&5
15436 sed 's/^/| /' conftest.$ac_ext >&5
15441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15442 conftest$ac_exeext conftest.$ac_ext
15443 LIBS=$ac_check_soname_save_LIBS
15445 if test "x$ac_cv_lib_soname_cups" = "x"; then
15446 { echo "$as_me:$LINENO: result: not found" >&5
15447 echo "${ECHO_T}not found" >&6; }
15449 else
15450 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15451 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15453 cat >>confdefs.h <<_ACEOF
15454 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15455 _ACEOF
15457 CUPSINCL="$ac_cups_cflags"
15462 done
15464 CPPFLAGS="$ac_save_CPPFLAGS"
15466 if test "x$ac_cv_lib_soname_cups" = "x"; then
15467 case "x$with_cups" in
15468 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15469 xno) ;;
15470 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15471 This is an error since --with-cups was requested." >&5
15472 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15473 This is an error since --with-cups was requested." >&2;}
15474 { (exit 1); exit 1; }; } ;;
15475 esac
15479 if test "$ac_cv_header_jack_jack_h" = "yes"
15480 then
15481 { echo "$as_me:$LINENO: checking for -ljack" >&5
15482 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15483 if test "${ac_cv_lib_soname_jack+set}" = set; then
15484 echo $ECHO_N "(cached) $ECHO_C" >&6
15485 else
15486 ac_check_soname_save_LIBS=$LIBS
15487 LIBS="-ljack $LIBS"
15488 cat >conftest.$ac_ext <<_ACEOF
15489 /* confdefs.h. */
15490 _ACEOF
15491 cat confdefs.h >>conftest.$ac_ext
15492 cat >>conftest.$ac_ext <<_ACEOF
15493 /* end confdefs.h. */
15495 /* Override any GCC internal prototype to avoid an error.
15496 Use char because int might match the return type of a GCC
15497 builtin and then its argument prototype would still apply. */
15498 #ifdef __cplusplus
15499 extern "C"
15500 #endif
15501 char jack_client_new ();
15503 main ()
15505 return jack_client_new ();
15507 return 0;
15509 _ACEOF
15510 rm -f conftest.$ac_objext conftest$ac_exeext
15511 if { (ac_try="$ac_link"
15512 case "(($ac_try" in
15513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15514 *) ac_try_echo=$ac_try;;
15515 esac
15516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15517 (eval "$ac_link") 2>conftest.er1
15518 ac_status=$?
15519 grep -v '^ *+' conftest.er1 >conftest.err
15520 rm -f conftest.er1
15521 cat conftest.err >&5
15522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15523 (exit $ac_status); } && {
15524 test -z "$ac_c_werror_flag" ||
15525 test ! -s conftest.err
15526 } && test -s conftest$ac_exeext &&
15527 $as_test_x conftest$ac_exeext; then
15528 case "$LIBEXT" in
15529 dll) ;;
15530 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'` ;;
15531 *) 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'` ;;
15532 esac
15533 else
15534 echo "$as_me: failed program was:" >&5
15535 sed 's/^/| /' conftest.$ac_ext >&5
15540 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15541 conftest$ac_exeext conftest.$ac_ext
15542 LIBS=$ac_check_soname_save_LIBS
15544 if test "x$ac_cv_lib_soname_jack" = "x"; then
15545 { echo "$as_me:$LINENO: result: not found" >&5
15546 echo "${ECHO_T}not found" >&6; }
15548 else
15549 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15550 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15552 cat >>confdefs.h <<_ACEOF
15553 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15554 _ACEOF
15561 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15562 then
15563 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15564 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15565 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15566 echo $ECHO_N "(cached) $ECHO_C" >&6
15567 else
15568 ac_check_soname_save_LIBS=$LIBS
15569 LIBS="-lfontconfig $LIBS"
15570 cat >conftest.$ac_ext <<_ACEOF
15571 /* confdefs.h. */
15572 _ACEOF
15573 cat confdefs.h >>conftest.$ac_ext
15574 cat >>conftest.$ac_ext <<_ACEOF
15575 /* end confdefs.h. */
15577 /* Override any GCC internal prototype to avoid an error.
15578 Use char because int might match the return type of a GCC
15579 builtin and then its argument prototype would still apply. */
15580 #ifdef __cplusplus
15581 extern "C"
15582 #endif
15583 char FcInit ();
15585 main ()
15587 return FcInit ();
15589 return 0;
15591 _ACEOF
15592 rm -f conftest.$ac_objext conftest$ac_exeext
15593 if { (ac_try="$ac_link"
15594 case "(($ac_try" in
15595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15596 *) ac_try_echo=$ac_try;;
15597 esac
15598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15599 (eval "$ac_link") 2>conftest.er1
15600 ac_status=$?
15601 grep -v '^ *+' conftest.er1 >conftest.err
15602 rm -f conftest.er1
15603 cat conftest.err >&5
15604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15605 (exit $ac_status); } && {
15606 test -z "$ac_c_werror_flag" ||
15607 test ! -s conftest.err
15608 } && test -s conftest$ac_exeext &&
15609 $as_test_x conftest$ac_exeext; then
15610 case "$LIBEXT" in
15611 dll) ;;
15612 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'` ;;
15613 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15614 esac
15615 else
15616 echo "$as_me: failed program was:" >&5
15617 sed 's/^/| /' conftest.$ac_ext >&5
15622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15623 conftest$ac_exeext conftest.$ac_ext
15624 LIBS=$ac_check_soname_save_LIBS
15626 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15627 { echo "$as_me:$LINENO: result: not found" >&5
15628 echo "${ECHO_T}not found" >&6; }
15630 else
15631 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15632 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15634 cat >>confdefs.h <<_ACEOF
15635 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15636 _ACEOF
15641 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15642 then
15643 ac_save_CPPFLAGS="$CPPFLAGS"
15644 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15645 $as_unset ac_cv_header_fontconfig_fontconfig_h
15647 for ac_header in fontconfig/fontconfig.h
15649 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15650 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15651 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15652 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15653 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15654 echo $ECHO_N "(cached) $ECHO_C" >&6
15656 ac_res=`eval echo '${'$as_ac_Header'}'`
15657 { echo "$as_me:$LINENO: result: $ac_res" >&5
15658 echo "${ECHO_T}$ac_res" >&6; }
15659 else
15660 # Is the header compilable?
15661 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15662 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15663 cat >conftest.$ac_ext <<_ACEOF
15664 /* confdefs.h. */
15665 _ACEOF
15666 cat confdefs.h >>conftest.$ac_ext
15667 cat >>conftest.$ac_ext <<_ACEOF
15668 /* end confdefs.h. */
15669 $ac_includes_default
15670 #include <$ac_header>
15671 _ACEOF
15672 rm -f conftest.$ac_objext
15673 if { (ac_try="$ac_compile"
15674 case "(($ac_try" in
15675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15676 *) ac_try_echo=$ac_try;;
15677 esac
15678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15679 (eval "$ac_compile") 2>conftest.er1
15680 ac_status=$?
15681 grep -v '^ *+' conftest.er1 >conftest.err
15682 rm -f conftest.er1
15683 cat conftest.err >&5
15684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15685 (exit $ac_status); } && {
15686 test -z "$ac_c_werror_flag" ||
15687 test ! -s conftest.err
15688 } && test -s conftest.$ac_objext; then
15689 ac_header_compiler=yes
15690 else
15691 echo "$as_me: failed program was:" >&5
15692 sed 's/^/| /' conftest.$ac_ext >&5
15694 ac_header_compiler=no
15697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15698 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15699 echo "${ECHO_T}$ac_header_compiler" >&6; }
15701 # Is the header present?
15702 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15703 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15704 cat >conftest.$ac_ext <<_ACEOF
15705 /* confdefs.h. */
15706 _ACEOF
15707 cat confdefs.h >>conftest.$ac_ext
15708 cat >>conftest.$ac_ext <<_ACEOF
15709 /* end confdefs.h. */
15710 #include <$ac_header>
15711 _ACEOF
15712 if { (ac_try="$ac_cpp conftest.$ac_ext"
15713 case "(($ac_try" in
15714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15715 *) ac_try_echo=$ac_try;;
15716 esac
15717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15718 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15719 ac_status=$?
15720 grep -v '^ *+' conftest.er1 >conftest.err
15721 rm -f conftest.er1
15722 cat conftest.err >&5
15723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15724 (exit $ac_status); } >/dev/null && {
15725 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15726 test ! -s conftest.err
15727 }; then
15728 ac_header_preproc=yes
15729 else
15730 echo "$as_me: failed program was:" >&5
15731 sed 's/^/| /' conftest.$ac_ext >&5
15733 ac_header_preproc=no
15736 rm -f conftest.err conftest.$ac_ext
15737 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15738 echo "${ECHO_T}$ac_header_preproc" >&6; }
15740 # So? What about this header?
15741 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15742 yes:no: )
15743 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15744 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15745 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15746 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15747 ac_header_preproc=yes
15749 no:yes:* )
15750 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15751 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15752 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15753 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15754 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15755 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15756 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15757 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15758 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15759 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15760 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15761 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15762 ( cat <<\_ASBOX
15763 ## ------------------------------------ ##
15764 ## Report this to wine-devel@winehq.org ##
15765 ## ------------------------------------ ##
15766 _ASBOX
15767 ) | sed "s/^/$as_me: WARNING: /" >&2
15769 esac
15770 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15771 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15772 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15773 echo $ECHO_N "(cached) $ECHO_C" >&6
15774 else
15775 eval "$as_ac_Header=\$ac_header_preproc"
15777 ac_res=`eval echo '${'$as_ac_Header'}'`
15778 { echo "$as_me:$LINENO: result: $ac_res" >&5
15779 echo "${ECHO_T}$ac_res" >&6; }
15782 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15783 cat >>confdefs.h <<_ACEOF
15784 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15785 _ACEOF
15789 done
15791 CPPFLAGS="$ac_save_CPPFLAGS"
15792 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15793 then
15794 FONTCONFIGINCL="$X_CFLAGS"
15796 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15797 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15798 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15799 echo $ECHO_N "(cached) $ECHO_C" >&6
15800 else
15801 ac_check_soname_save_LIBS=$LIBS
15802 LIBS="-lfontconfig $X_LIBS $LIBS"
15803 cat >conftest.$ac_ext <<_ACEOF
15804 /* confdefs.h. */
15805 _ACEOF
15806 cat confdefs.h >>conftest.$ac_ext
15807 cat >>conftest.$ac_ext <<_ACEOF
15808 /* end confdefs.h. */
15810 /* Override any GCC internal prototype to avoid an error.
15811 Use char because int might match the return type of a GCC
15812 builtin and then its argument prototype would still apply. */
15813 #ifdef __cplusplus
15814 extern "C"
15815 #endif
15816 char FcInit ();
15818 main ()
15820 return FcInit ();
15822 return 0;
15824 _ACEOF
15825 rm -f conftest.$ac_objext conftest$ac_exeext
15826 if { (ac_try="$ac_link"
15827 case "(($ac_try" in
15828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15829 *) ac_try_echo=$ac_try;;
15830 esac
15831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15832 (eval "$ac_link") 2>conftest.er1
15833 ac_status=$?
15834 grep -v '^ *+' conftest.er1 >conftest.err
15835 rm -f conftest.er1
15836 cat conftest.err >&5
15837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15838 (exit $ac_status); } && {
15839 test -z "$ac_c_werror_flag" ||
15840 test ! -s conftest.err
15841 } && test -s conftest$ac_exeext &&
15842 $as_test_x conftest$ac_exeext; then
15843 case "$LIBEXT" in
15844 dll) ;;
15845 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'` ;;
15846 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15847 esac
15848 else
15849 echo "$as_me: failed program was:" >&5
15850 sed 's/^/| /' conftest.$ac_ext >&5
15855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15856 conftest$ac_exeext conftest.$ac_ext
15857 LIBS=$ac_check_soname_save_LIBS
15859 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15860 { echo "$as_me:$LINENO: result: not found" >&5
15861 echo "${ECHO_T}not found" >&6; }
15863 else
15864 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15865 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15867 cat >>confdefs.h <<_ACEOF
15868 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15869 _ACEOF
15876 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15877 case "x$with_fontconfig" in
15878 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
15879 xno) ;;
15880 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15881 This is an error since --with-fontconfig was requested." >&5
15882 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
15883 This is an error since --with-fontconfig was requested." >&2;}
15884 { (exit 1); exit 1; }; } ;;
15885 esac
15889 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15890 then
15891 { echo "$as_me:$LINENO: checking for -lssl" >&5
15892 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15893 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15894 echo $ECHO_N "(cached) $ECHO_C" >&6
15895 else
15896 ac_check_soname_save_LIBS=$LIBS
15897 LIBS="-lssl $LIBS"
15898 cat >conftest.$ac_ext <<_ACEOF
15899 /* confdefs.h. */
15900 _ACEOF
15901 cat confdefs.h >>conftest.$ac_ext
15902 cat >>conftest.$ac_ext <<_ACEOF
15903 /* end confdefs.h. */
15905 /* Override any GCC internal prototype to avoid an error.
15906 Use char because int might match the return type of a GCC
15907 builtin and then its argument prototype would still apply. */
15908 #ifdef __cplusplus
15909 extern "C"
15910 #endif
15911 char SSL_library_init ();
15913 main ()
15915 return SSL_library_init ();
15917 return 0;
15919 _ACEOF
15920 rm -f conftest.$ac_objext conftest$ac_exeext
15921 if { (ac_try="$ac_link"
15922 case "(($ac_try" in
15923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15924 *) ac_try_echo=$ac_try;;
15925 esac
15926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15927 (eval "$ac_link") 2>conftest.er1
15928 ac_status=$?
15929 grep -v '^ *+' conftest.er1 >conftest.err
15930 rm -f conftest.er1
15931 cat conftest.err >&5
15932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15933 (exit $ac_status); } && {
15934 test -z "$ac_c_werror_flag" ||
15935 test ! -s conftest.err
15936 } && test -s conftest$ac_exeext &&
15937 $as_test_x conftest$ac_exeext; then
15938 case "$LIBEXT" in
15939 dll) ;;
15940 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'` ;;
15941 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15942 esac
15943 else
15944 echo "$as_me: failed program was:" >&5
15945 sed 's/^/| /' conftest.$ac_ext >&5
15950 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15951 conftest$ac_exeext conftest.$ac_ext
15952 LIBS=$ac_check_soname_save_LIBS
15954 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15955 { echo "$as_me:$LINENO: result: not found" >&5
15956 echo "${ECHO_T}not found" >&6; }
15958 else
15959 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15960 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15962 cat >>confdefs.h <<_ACEOF
15963 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15964 _ACEOF
15969 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15970 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15971 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15972 echo $ECHO_N "(cached) $ECHO_C" >&6
15973 else
15974 ac_check_soname_save_LIBS=$LIBS
15975 LIBS="-lcrypto $LIBS"
15976 cat >conftest.$ac_ext <<_ACEOF
15977 /* confdefs.h. */
15978 _ACEOF
15979 cat confdefs.h >>conftest.$ac_ext
15980 cat >>conftest.$ac_ext <<_ACEOF
15981 /* end confdefs.h. */
15983 /* Override any GCC internal prototype to avoid an error.
15984 Use char because int might match the return type of a GCC
15985 builtin and then its argument prototype would still apply. */
15986 #ifdef __cplusplus
15987 extern "C"
15988 #endif
15989 char BIO_new_socket ();
15991 main ()
15993 return BIO_new_socket ();
15995 return 0;
15997 _ACEOF
15998 rm -f conftest.$ac_objext conftest$ac_exeext
15999 if { (ac_try="$ac_link"
16000 case "(($ac_try" in
16001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16002 *) ac_try_echo=$ac_try;;
16003 esac
16004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16005 (eval "$ac_link") 2>conftest.er1
16006 ac_status=$?
16007 grep -v '^ *+' conftest.er1 >conftest.err
16008 rm -f conftest.er1
16009 cat conftest.err >&5
16010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16011 (exit $ac_status); } && {
16012 test -z "$ac_c_werror_flag" ||
16013 test ! -s conftest.err
16014 } && test -s conftest$ac_exeext &&
16015 $as_test_x conftest$ac_exeext; then
16016 case "$LIBEXT" in
16017 dll) ;;
16018 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'` ;;
16019 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16020 esac
16021 else
16022 echo "$as_me: failed program was:" >&5
16023 sed 's/^/| /' conftest.$ac_ext >&5
16028 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16029 conftest$ac_exeext conftest.$ac_ext
16030 LIBS=$ac_check_soname_save_LIBS
16032 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16033 { echo "$as_me:$LINENO: result: not found" >&5
16034 echo "${ECHO_T}not found" >&6; }
16036 else
16037 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16038 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16040 cat >>confdefs.h <<_ACEOF
16041 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16042 _ACEOF
16048 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16049 case "x$with_openssl" in
16050 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16051 xno) ;;
16052 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16053 This is an error since --with-openssl was requested." >&5
16054 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16055 This is an error since --with-openssl was requested." >&2;}
16056 { (exit 1); exit 1; }; } ;;
16057 esac
16061 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16062 then
16063 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16064 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16065 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16066 echo $ECHO_N "(cached) $ECHO_C" >&6
16067 else
16068 ac_check_soname_save_LIBS=$LIBS
16069 LIBS="-lgsm $LIBS"
16070 cat >conftest.$ac_ext <<_ACEOF
16071 /* confdefs.h. */
16072 _ACEOF
16073 cat confdefs.h >>conftest.$ac_ext
16074 cat >>conftest.$ac_ext <<_ACEOF
16075 /* end confdefs.h. */
16077 /* Override any GCC internal prototype to avoid an error.
16078 Use char because int might match the return type of a GCC
16079 builtin and then its argument prototype would still apply. */
16080 #ifdef __cplusplus
16081 extern "C"
16082 #endif
16083 char gsm_create ();
16085 main ()
16087 return gsm_create ();
16089 return 0;
16091 _ACEOF
16092 rm -f conftest.$ac_objext conftest$ac_exeext
16093 if { (ac_try="$ac_link"
16094 case "(($ac_try" in
16095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16096 *) ac_try_echo=$ac_try;;
16097 esac
16098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16099 (eval "$ac_link") 2>conftest.er1
16100 ac_status=$?
16101 grep -v '^ *+' conftest.er1 >conftest.err
16102 rm -f conftest.er1
16103 cat conftest.err >&5
16104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16105 (exit $ac_status); } && {
16106 test -z "$ac_c_werror_flag" ||
16107 test ! -s conftest.err
16108 } && test -s conftest$ac_exeext &&
16109 $as_test_x conftest$ac_exeext; then
16110 case "$LIBEXT" in
16111 dll) ;;
16112 dylib) ac_cv_lib_soname_gsm=`otool -L conftest$ac_exeext | grep "libgsm\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgsm\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
16113 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16114 esac
16115 else
16116 echo "$as_me: failed program was:" >&5
16117 sed 's/^/| /' conftest.$ac_ext >&5
16122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16123 conftest$ac_exeext conftest.$ac_ext
16124 LIBS=$ac_check_soname_save_LIBS
16126 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16127 { echo "$as_me:$LINENO: result: not found" >&5
16128 echo "${ECHO_T}not found" >&6; }
16130 else
16131 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16132 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16134 cat >>confdefs.h <<_ACEOF
16135 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16136 _ACEOF
16142 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16143 case "x$with_libgsm" in
16144 x) wine_warnings="$wine_warnings|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16145 xno) ;;
16146 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16147 This is an error since --with-libgsm was requested." >&5
16148 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16149 This is an error since --with-libgsm was requested." >&2;}
16150 { (exit 1); exit 1; }; } ;;
16151 esac
16155 if test "$ac_cv_header_jpeglib_h" = "yes"
16156 then
16157 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16158 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16159 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16160 echo $ECHO_N "(cached) $ECHO_C" >&6
16161 else
16162 ac_check_soname_save_LIBS=$LIBS
16163 LIBS="-ljpeg $LIBS"
16164 cat >conftest.$ac_ext <<_ACEOF
16165 /* confdefs.h. */
16166 _ACEOF
16167 cat confdefs.h >>conftest.$ac_ext
16168 cat >>conftest.$ac_ext <<_ACEOF
16169 /* end confdefs.h. */
16171 /* Override any GCC internal prototype to avoid an error.
16172 Use char because int might match the return type of a GCC
16173 builtin and then its argument prototype would still apply. */
16174 #ifdef __cplusplus
16175 extern "C"
16176 #endif
16177 char jpeg_start_decompress ();
16179 main ()
16181 return jpeg_start_decompress ();
16183 return 0;
16185 _ACEOF
16186 rm -f conftest.$ac_objext conftest$ac_exeext
16187 if { (ac_try="$ac_link"
16188 case "(($ac_try" in
16189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16190 *) ac_try_echo=$ac_try;;
16191 esac
16192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16193 (eval "$ac_link") 2>conftest.er1
16194 ac_status=$?
16195 grep -v '^ *+' conftest.er1 >conftest.err
16196 rm -f conftest.er1
16197 cat conftest.err >&5
16198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199 (exit $ac_status); } && {
16200 test -z "$ac_c_werror_flag" ||
16201 test ! -s conftest.err
16202 } && test -s conftest$ac_exeext &&
16203 $as_test_x conftest$ac_exeext; then
16204 case "$LIBEXT" in
16205 dll) ;;
16206 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'` ;;
16207 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16208 esac
16209 else
16210 echo "$as_me: failed program was:" >&5
16211 sed 's/^/| /' conftest.$ac_ext >&5
16216 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16217 conftest$ac_exeext conftest.$ac_ext
16218 LIBS=$ac_check_soname_save_LIBS
16220 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16221 { echo "$as_me:$LINENO: result: not found" >&5
16222 echo "${ECHO_T}not found" >&6; }
16224 else
16225 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16226 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16228 cat >>confdefs.h <<_ACEOF
16229 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16230 _ACEOF
16236 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16237 case "x$with_jpeg" in
16238 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16239 xno) ;;
16240 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16241 This is an error since --with-jpeg was requested." >&5
16242 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16243 This is an error since --with-jpeg was requested." >&2;}
16244 { (exit 1); exit 1; }; } ;;
16245 esac
16249 if test "$ac_cv_header_png_h" = "yes"
16250 then
16251 { echo "$as_me:$LINENO: checking for -lpng" >&5
16252 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16253 if test "${ac_cv_lib_soname_png+set}" = set; then
16254 echo $ECHO_N "(cached) $ECHO_C" >&6
16255 else
16256 ac_check_soname_save_LIBS=$LIBS
16257 LIBS="-lpng -lm -lz $LIBS"
16258 cat >conftest.$ac_ext <<_ACEOF
16259 /* confdefs.h. */
16260 _ACEOF
16261 cat confdefs.h >>conftest.$ac_ext
16262 cat >>conftest.$ac_ext <<_ACEOF
16263 /* end confdefs.h. */
16265 /* Override any GCC internal prototype to avoid an error.
16266 Use char because int might match the return type of a GCC
16267 builtin and then its argument prototype would still apply. */
16268 #ifdef __cplusplus
16269 extern "C"
16270 #endif
16271 char png_create_read_struct ();
16273 main ()
16275 return png_create_read_struct ();
16277 return 0;
16279 _ACEOF
16280 rm -f conftest.$ac_objext conftest$ac_exeext
16281 if { (ac_try="$ac_link"
16282 case "(($ac_try" in
16283 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16284 *) ac_try_echo=$ac_try;;
16285 esac
16286 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16287 (eval "$ac_link") 2>conftest.er1
16288 ac_status=$?
16289 grep -v '^ *+' conftest.er1 >conftest.err
16290 rm -f conftest.er1
16291 cat conftest.err >&5
16292 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16293 (exit $ac_status); } && {
16294 test -z "$ac_c_werror_flag" ||
16295 test ! -s conftest.err
16296 } && test -s conftest$ac_exeext &&
16297 $as_test_x conftest$ac_exeext; then
16298 case "$LIBEXT" in
16299 dll) ;;
16300 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'` ;;
16301 *) 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'` ;;
16302 esac
16303 else
16304 echo "$as_me: failed program was:" >&5
16305 sed 's/^/| /' conftest.$ac_ext >&5
16310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16311 conftest$ac_exeext conftest.$ac_ext
16312 LIBS=$ac_check_soname_save_LIBS
16314 if test "x$ac_cv_lib_soname_png" = "x"; then
16315 { echo "$as_me:$LINENO: result: not found" >&5
16316 echo "${ECHO_T}not found" >&6; }
16318 else
16319 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16320 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16322 cat >>confdefs.h <<_ACEOF
16323 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16324 _ACEOF
16329 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16330 then
16331 ac_save_CPPFLAGS="$CPPFLAGS"
16332 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16333 $as_unset ac_cv_header_png_h
16335 for ac_header in png.h
16337 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16339 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16340 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16341 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16342 echo $ECHO_N "(cached) $ECHO_C" >&6
16344 ac_res=`eval echo '${'$as_ac_Header'}'`
16345 { echo "$as_me:$LINENO: result: $ac_res" >&5
16346 echo "${ECHO_T}$ac_res" >&6; }
16347 else
16348 # Is the header compilable?
16349 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16350 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16351 cat >conftest.$ac_ext <<_ACEOF
16352 /* confdefs.h. */
16353 _ACEOF
16354 cat confdefs.h >>conftest.$ac_ext
16355 cat >>conftest.$ac_ext <<_ACEOF
16356 /* end confdefs.h. */
16357 $ac_includes_default
16358 #include <$ac_header>
16359 _ACEOF
16360 rm -f conftest.$ac_objext
16361 if { (ac_try="$ac_compile"
16362 case "(($ac_try" in
16363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16364 *) ac_try_echo=$ac_try;;
16365 esac
16366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16367 (eval "$ac_compile") 2>conftest.er1
16368 ac_status=$?
16369 grep -v '^ *+' conftest.er1 >conftest.err
16370 rm -f conftest.er1
16371 cat conftest.err >&5
16372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16373 (exit $ac_status); } && {
16374 test -z "$ac_c_werror_flag" ||
16375 test ! -s conftest.err
16376 } && test -s conftest.$ac_objext; then
16377 ac_header_compiler=yes
16378 else
16379 echo "$as_me: failed program was:" >&5
16380 sed 's/^/| /' conftest.$ac_ext >&5
16382 ac_header_compiler=no
16385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16386 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16387 echo "${ECHO_T}$ac_header_compiler" >&6; }
16389 # Is the header present?
16390 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16391 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16392 cat >conftest.$ac_ext <<_ACEOF
16393 /* confdefs.h. */
16394 _ACEOF
16395 cat confdefs.h >>conftest.$ac_ext
16396 cat >>conftest.$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16398 #include <$ac_header>
16399 _ACEOF
16400 if { (ac_try="$ac_cpp conftest.$ac_ext"
16401 case "(($ac_try" in
16402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16403 *) ac_try_echo=$ac_try;;
16404 esac
16405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16406 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16407 ac_status=$?
16408 grep -v '^ *+' conftest.er1 >conftest.err
16409 rm -f conftest.er1
16410 cat conftest.err >&5
16411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16412 (exit $ac_status); } >/dev/null && {
16413 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16414 test ! -s conftest.err
16415 }; then
16416 ac_header_preproc=yes
16417 else
16418 echo "$as_me: failed program was:" >&5
16419 sed 's/^/| /' conftest.$ac_ext >&5
16421 ac_header_preproc=no
16424 rm -f conftest.err conftest.$ac_ext
16425 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16426 echo "${ECHO_T}$ac_header_preproc" >&6; }
16428 # So? What about this header?
16429 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16430 yes:no: )
16431 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16432 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16433 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16434 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16435 ac_header_preproc=yes
16437 no:yes:* )
16438 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16439 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16440 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16441 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16442 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16443 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16444 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16445 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16447 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16448 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16449 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16450 ( cat <<\_ASBOX
16451 ## ------------------------------------ ##
16452 ## Report this to wine-devel@winehq.org ##
16453 ## ------------------------------------ ##
16454 _ASBOX
16455 ) | sed "s/^/$as_me: WARNING: /" >&2
16457 esac
16458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16461 echo $ECHO_N "(cached) $ECHO_C" >&6
16462 else
16463 eval "$as_ac_Header=\$ac_header_preproc"
16465 ac_res=`eval echo '${'$as_ac_Header'}'`
16466 { echo "$as_me:$LINENO: result: $ac_res" >&5
16467 echo "${ECHO_T}$ac_res" >&6; }
16470 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16471 cat >>confdefs.h <<_ACEOF
16472 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16473 _ACEOF
16477 done
16479 CPPFLAGS="$ac_save_CPPFLAGS"
16480 if test "$ac_cv_header_png_h" = "yes"
16481 then
16482 PNGINCL="$X_CFLAGS"
16484 { echo "$as_me:$LINENO: checking for -lpng" >&5
16485 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16486 if test "${ac_cv_lib_soname_png+set}" = set; then
16487 echo $ECHO_N "(cached) $ECHO_C" >&6
16488 else
16489 ac_check_soname_save_LIBS=$LIBS
16490 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16491 cat >conftest.$ac_ext <<_ACEOF
16492 /* confdefs.h. */
16493 _ACEOF
16494 cat confdefs.h >>conftest.$ac_ext
16495 cat >>conftest.$ac_ext <<_ACEOF
16496 /* end confdefs.h. */
16498 /* Override any GCC internal prototype to avoid an error.
16499 Use char because int might match the return type of a GCC
16500 builtin and then its argument prototype would still apply. */
16501 #ifdef __cplusplus
16502 extern "C"
16503 #endif
16504 char png_create_read_struct ();
16506 main ()
16508 return png_create_read_struct ();
16510 return 0;
16512 _ACEOF
16513 rm -f conftest.$ac_objext conftest$ac_exeext
16514 if { (ac_try="$ac_link"
16515 case "(($ac_try" in
16516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16517 *) ac_try_echo=$ac_try;;
16518 esac
16519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16520 (eval "$ac_link") 2>conftest.er1
16521 ac_status=$?
16522 grep -v '^ *+' conftest.er1 >conftest.err
16523 rm -f conftest.er1
16524 cat conftest.err >&5
16525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16526 (exit $ac_status); } && {
16527 test -z "$ac_c_werror_flag" ||
16528 test ! -s conftest.err
16529 } && test -s conftest$ac_exeext &&
16530 $as_test_x conftest$ac_exeext; then
16531 case "$LIBEXT" in
16532 dll) ;;
16533 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'` ;;
16534 *) 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'` ;;
16535 esac
16536 else
16537 echo "$as_me: failed program was:" >&5
16538 sed 's/^/| /' conftest.$ac_ext >&5
16543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16544 conftest$ac_exeext conftest.$ac_ext
16545 LIBS=$ac_check_soname_save_LIBS
16547 if test "x$ac_cv_lib_soname_png" = "x"; then
16548 { echo "$as_me:$LINENO: result: not found" >&5
16549 echo "${ECHO_T}not found" >&6; }
16551 else
16552 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16553 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16555 cat >>confdefs.h <<_ACEOF
16556 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16557 _ACEOF
16564 if test "x$ac_cv_lib_soname_png" = "x"; then
16565 case "x$with_png" in
16566 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16567 xno) ;;
16568 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16569 This is an error since --with-png was requested." >&5
16570 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16571 This is an error since --with-png was requested." >&2;}
16572 { (exit 1); exit 1; }; } ;;
16573 esac
16577 if test "$ac_cv_header_kstat_h" = "yes"
16578 then
16579 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16580 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16581 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16582 echo $ECHO_N "(cached) $ECHO_C" >&6
16583 else
16584 ac_check_lib_save_LIBS=$LIBS
16585 LIBS="-lkstat $LIBS"
16586 cat >conftest.$ac_ext <<_ACEOF
16587 /* confdefs.h. */
16588 _ACEOF
16589 cat confdefs.h >>conftest.$ac_ext
16590 cat >>conftest.$ac_ext <<_ACEOF
16591 /* end confdefs.h. */
16593 /* Override any GCC internal prototype to avoid an error.
16594 Use char because int might match the return type of a GCC
16595 builtin and then its argument prototype would still apply. */
16596 #ifdef __cplusplus
16597 extern "C"
16598 #endif
16599 char kstat_open ();
16601 main ()
16603 return kstat_open ();
16605 return 0;
16607 _ACEOF
16608 rm -f conftest.$ac_objext conftest$ac_exeext
16609 if { (ac_try="$ac_link"
16610 case "(($ac_try" in
16611 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16612 *) ac_try_echo=$ac_try;;
16613 esac
16614 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16615 (eval "$ac_link") 2>conftest.er1
16616 ac_status=$?
16617 grep -v '^ *+' conftest.er1 >conftest.err
16618 rm -f conftest.er1
16619 cat conftest.err >&5
16620 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16621 (exit $ac_status); } && {
16622 test -z "$ac_c_werror_flag" ||
16623 test ! -s conftest.err
16624 } && test -s conftest$ac_exeext &&
16625 $as_test_x conftest$ac_exeext; then
16626 ac_cv_lib_kstat_kstat_open=yes
16627 else
16628 echo "$as_me: failed program was:" >&5
16629 sed 's/^/| /' conftest.$ac_ext >&5
16631 ac_cv_lib_kstat_kstat_open=no
16634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16635 conftest$ac_exeext conftest.$ac_ext
16636 LIBS=$ac_check_lib_save_LIBS
16638 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16639 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16640 if test $ac_cv_lib_kstat_kstat_open = yes; then
16642 cat >>confdefs.h <<\_ACEOF
16643 #define HAVE_LIBKSTAT 1
16644 _ACEOF
16646 LIBKSTAT="-lkstat"
16652 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16653 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16654 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16655 echo $ECHO_N "(cached) $ECHO_C" >&6
16656 else
16657 ac_check_soname_save_LIBS=$LIBS
16658 LIBS="-lodbc $LIBS"
16659 cat >conftest.$ac_ext <<_ACEOF
16660 /* confdefs.h. */
16661 _ACEOF
16662 cat confdefs.h >>conftest.$ac_ext
16663 cat >>conftest.$ac_ext <<_ACEOF
16664 /* end confdefs.h. */
16666 /* Override any GCC internal prototype to avoid an error.
16667 Use char because int might match the return type of a GCC
16668 builtin and then its argument prototype would still apply. */
16669 #ifdef __cplusplus
16670 extern "C"
16671 #endif
16672 char SQLConnect ();
16674 main ()
16676 return SQLConnect ();
16678 return 0;
16680 _ACEOF
16681 rm -f conftest.$ac_objext conftest$ac_exeext
16682 if { (ac_try="$ac_link"
16683 case "(($ac_try" in
16684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16685 *) ac_try_echo=$ac_try;;
16686 esac
16687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16688 (eval "$ac_link") 2>conftest.er1
16689 ac_status=$?
16690 grep -v '^ *+' conftest.er1 >conftest.err
16691 rm -f conftest.er1
16692 cat conftest.err >&5
16693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16694 (exit $ac_status); } && {
16695 test -z "$ac_c_werror_flag" ||
16696 test ! -s conftest.err
16697 } && test -s conftest$ac_exeext &&
16698 $as_test_x conftest$ac_exeext; then
16699 case "$LIBEXT" in
16700 dll) ;;
16701 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'` ;;
16702 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16703 esac
16704 else
16705 echo "$as_me: failed program was:" >&5
16706 sed 's/^/| /' conftest.$ac_ext >&5
16711 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16712 conftest$ac_exeext conftest.$ac_ext
16713 LIBS=$ac_check_soname_save_LIBS
16715 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16716 { echo "$as_me:$LINENO: result: not found" >&5
16717 echo "${ECHO_T}not found" >&6; }
16718 cat >>confdefs.h <<_ACEOF
16719 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16720 _ACEOF
16722 else
16723 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16724 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16726 cat >>confdefs.h <<_ACEOF
16727 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16728 _ACEOF
16734 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16735 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16736 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16737 "$ac_cv_header_soundcard_h" != "yes" -a \
16738 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16739 then
16740 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16744 EXTRACFLAGS=""
16746 if test "x${GCC}" = "xyes"
16747 then
16748 EXTRACFLAGS="-Wall -pipe"
16750 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16751 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16752 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16753 echo $ECHO_N "(cached) $ECHO_C" >&6
16754 else
16755 if test "$cross_compiling" = yes; then
16756 ac_cv_c_gcc_strength_bug="yes"
16757 else
16758 cat >conftest.$ac_ext <<_ACEOF
16759 /* confdefs.h. */
16760 _ACEOF
16761 cat confdefs.h >>conftest.$ac_ext
16762 cat >>conftest.$ac_ext <<_ACEOF
16763 /* end confdefs.h. */
16764 int L[4] = {0,1,2,3};
16766 main ()
16768 static int Array[3];
16769 unsigned int B = 3;
16770 int i;
16771 for(i=0; i<B; i++) Array[i] = i - 3;
16772 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16773 L[i] = 4;
16774 return (Array[1] != -2 || L[2] != 3)
16776 return 0;
16778 _ACEOF
16779 rm -f conftest$ac_exeext
16780 if { (ac_try="$ac_link"
16781 case "(($ac_try" in
16782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16783 *) ac_try_echo=$ac_try;;
16784 esac
16785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16786 (eval "$ac_link") 2>&5
16787 ac_status=$?
16788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16789 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16790 { (case "(($ac_try" in
16791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16792 *) ac_try_echo=$ac_try;;
16793 esac
16794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16795 (eval "$ac_try") 2>&5
16796 ac_status=$?
16797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16798 (exit $ac_status); }; }; then
16799 ac_cv_c_gcc_strength_bug="no"
16800 else
16801 echo "$as_me: program exited with status $ac_status" >&5
16802 echo "$as_me: failed program was:" >&5
16803 sed 's/^/| /' conftest.$ac_ext >&5
16805 ( exit $ac_status )
16806 ac_cv_c_gcc_strength_bug="yes"
16808 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16813 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16814 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16815 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16816 then
16817 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16820 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16821 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16822 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16823 echo $ECHO_N "(cached) $ECHO_C" >&6
16824 else
16825 ac_wine_try_cflags_saved=$CFLAGS
16826 CFLAGS="$CFLAGS -fno-builtin"
16827 cat >conftest.$ac_ext <<_ACEOF
16828 /* confdefs.h. */
16829 _ACEOF
16830 cat confdefs.h >>conftest.$ac_ext
16831 cat >>conftest.$ac_ext <<_ACEOF
16832 /* end confdefs.h. */
16835 main ()
16839 return 0;
16841 _ACEOF
16842 rm -f conftest.$ac_objext conftest$ac_exeext
16843 if { (ac_try="$ac_link"
16844 case "(($ac_try" in
16845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16846 *) ac_try_echo=$ac_try;;
16847 esac
16848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16849 (eval "$ac_link") 2>conftest.er1
16850 ac_status=$?
16851 grep -v '^ *+' conftest.er1 >conftest.err
16852 rm -f conftest.er1
16853 cat conftest.err >&5
16854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16855 (exit $ac_status); } && {
16856 test -z "$ac_c_werror_flag" ||
16857 test ! -s conftest.err
16858 } && test -s conftest$ac_exeext &&
16859 $as_test_x conftest$ac_exeext; then
16860 ac_cv_cflags__fno_builtin=yes
16861 else
16862 echo "$as_me: failed program was:" >&5
16863 sed 's/^/| /' conftest.$ac_ext >&5
16865 ac_cv_cflags__fno_builtin=no
16868 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16869 conftest$ac_exeext conftest.$ac_ext
16870 CFLAGS=$ac_wine_try_cflags_saved
16872 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16873 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16874 if test $ac_cv_cflags__fno_builtin = yes; then
16875 BUILTINFLAG="-fno-builtin"
16879 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16880 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16881 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16882 echo $ECHO_N "(cached) $ECHO_C" >&6
16883 else
16884 ac_wine_try_cflags_saved=$CFLAGS
16885 CFLAGS="$CFLAGS -fno-strict-aliasing"
16886 cat >conftest.$ac_ext <<_ACEOF
16887 /* confdefs.h. */
16888 _ACEOF
16889 cat confdefs.h >>conftest.$ac_ext
16890 cat >>conftest.$ac_ext <<_ACEOF
16891 /* end confdefs.h. */
16894 main ()
16898 return 0;
16900 _ACEOF
16901 rm -f conftest.$ac_objext conftest$ac_exeext
16902 if { (ac_try="$ac_link"
16903 case "(($ac_try" in
16904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16905 *) ac_try_echo=$ac_try;;
16906 esac
16907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16908 (eval "$ac_link") 2>conftest.er1
16909 ac_status=$?
16910 grep -v '^ *+' conftest.er1 >conftest.err
16911 rm -f conftest.er1
16912 cat conftest.err >&5
16913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16914 (exit $ac_status); } && {
16915 test -z "$ac_c_werror_flag" ||
16916 test ! -s conftest.err
16917 } && test -s conftest$ac_exeext &&
16918 $as_test_x conftest$ac_exeext; then
16919 ac_cv_cflags__fno_strict_aliasing=yes
16920 else
16921 echo "$as_me: failed program was:" >&5
16922 sed 's/^/| /' conftest.$ac_ext >&5
16924 ac_cv_cflags__fno_strict_aliasing=no
16927 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16928 conftest$ac_exeext conftest.$ac_ext
16929 CFLAGS=$ac_wine_try_cflags_saved
16931 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16932 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16933 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16934 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16937 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16938 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16939 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16940 echo $ECHO_N "(cached) $ECHO_C" >&6
16941 else
16942 ac_wine_try_cflags_saved=$CFLAGS
16943 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16944 cat >conftest.$ac_ext <<_ACEOF
16945 /* confdefs.h. */
16946 _ACEOF
16947 cat confdefs.h >>conftest.$ac_ext
16948 cat >>conftest.$ac_ext <<_ACEOF
16949 /* end confdefs.h. */
16952 main ()
16956 return 0;
16958 _ACEOF
16959 rm -f conftest.$ac_objext conftest$ac_exeext
16960 if { (ac_try="$ac_link"
16961 case "(($ac_try" in
16962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16963 *) ac_try_echo=$ac_try;;
16964 esac
16965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16966 (eval "$ac_link") 2>conftest.er1
16967 ac_status=$?
16968 grep -v '^ *+' conftest.er1 >conftest.err
16969 rm -f conftest.er1
16970 cat conftest.err >&5
16971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16972 (exit $ac_status); } && {
16973 test -z "$ac_c_werror_flag" ||
16974 test ! -s conftest.err
16975 } && test -s conftest$ac_exeext &&
16976 $as_test_x conftest$ac_exeext; then
16977 ac_cv_cflags__Wdeclaration_after_statement=yes
16978 else
16979 echo "$as_me: failed program was:" >&5
16980 sed 's/^/| /' conftest.$ac_ext >&5
16982 ac_cv_cflags__Wdeclaration_after_statement=no
16985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16986 conftest$ac_exeext conftest.$ac_ext
16987 CFLAGS=$ac_wine_try_cflags_saved
16989 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16990 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16991 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16992 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16995 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16996 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16997 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16998 echo $ECHO_N "(cached) $ECHO_C" >&6
16999 else
17000 ac_wine_try_cflags_saved=$CFLAGS
17001 CFLAGS="$CFLAGS -Wwrite-strings"
17002 cat >conftest.$ac_ext <<_ACEOF
17003 /* confdefs.h. */
17004 _ACEOF
17005 cat confdefs.h >>conftest.$ac_ext
17006 cat >>conftest.$ac_ext <<_ACEOF
17007 /* end confdefs.h. */
17010 main ()
17014 return 0;
17016 _ACEOF
17017 rm -f conftest.$ac_objext conftest$ac_exeext
17018 if { (ac_try="$ac_link"
17019 case "(($ac_try" in
17020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17021 *) ac_try_echo=$ac_try;;
17022 esac
17023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17024 (eval "$ac_link") 2>conftest.er1
17025 ac_status=$?
17026 grep -v '^ *+' conftest.er1 >conftest.err
17027 rm -f conftest.er1
17028 cat conftest.err >&5
17029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17030 (exit $ac_status); } && {
17031 test -z "$ac_c_werror_flag" ||
17032 test ! -s conftest.err
17033 } && test -s conftest$ac_exeext &&
17034 $as_test_x conftest$ac_exeext; then
17035 ac_cv_cflags__Wwrite_strings=yes
17036 else
17037 echo "$as_me: failed program was:" >&5
17038 sed 's/^/| /' conftest.$ac_ext >&5
17040 ac_cv_cflags__Wwrite_strings=no
17043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17044 conftest$ac_exeext conftest.$ac_ext
17045 CFLAGS=$ac_wine_try_cflags_saved
17047 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17048 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17049 if test $ac_cv_cflags__Wwrite_strings = yes; then
17050 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17053 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17054 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17055 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17056 echo $ECHO_N "(cached) $ECHO_C" >&6
17057 else
17058 ac_wine_try_cflags_saved=$CFLAGS
17059 CFLAGS="$CFLAGS -Wtype-limits"
17060 cat >conftest.$ac_ext <<_ACEOF
17061 /* confdefs.h. */
17062 _ACEOF
17063 cat confdefs.h >>conftest.$ac_ext
17064 cat >>conftest.$ac_ext <<_ACEOF
17065 /* end confdefs.h. */
17068 main ()
17072 return 0;
17074 _ACEOF
17075 rm -f conftest.$ac_objext conftest$ac_exeext
17076 if { (ac_try="$ac_link"
17077 case "(($ac_try" in
17078 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17079 *) ac_try_echo=$ac_try;;
17080 esac
17081 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17082 (eval "$ac_link") 2>conftest.er1
17083 ac_status=$?
17084 grep -v '^ *+' conftest.er1 >conftest.err
17085 rm -f conftest.er1
17086 cat conftest.err >&5
17087 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17088 (exit $ac_status); } && {
17089 test -z "$ac_c_werror_flag" ||
17090 test ! -s conftest.err
17091 } && test -s conftest$ac_exeext &&
17092 $as_test_x conftest$ac_exeext; then
17093 ac_cv_cflags__Wtype_limits=yes
17094 else
17095 echo "$as_me: failed program was:" >&5
17096 sed 's/^/| /' conftest.$ac_ext >&5
17098 ac_cv_cflags__Wtype_limits=no
17101 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17102 conftest$ac_exeext conftest.$ac_ext
17103 CFLAGS=$ac_wine_try_cflags_saved
17105 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17106 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17107 if test $ac_cv_cflags__Wtype_limits = yes; then
17108 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17112 saved_CFLAGS="$CFLAGS"
17113 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17114 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17115 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17116 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17117 echo $ECHO_N "(cached) $ECHO_C" >&6
17118 else
17119 cat >conftest.$ac_ext <<_ACEOF
17120 /* confdefs.h. */
17121 _ACEOF
17122 cat confdefs.h >>conftest.$ac_ext
17123 cat >>conftest.$ac_ext <<_ACEOF
17124 /* end confdefs.h. */
17125 #include <string.h>
17127 main ()
17131 return 0;
17133 _ACEOF
17134 rm -f conftest.$ac_objext
17135 if { (ac_try="$ac_compile"
17136 case "(($ac_try" in
17137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17138 *) ac_try_echo=$ac_try;;
17139 esac
17140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17141 (eval "$ac_compile") 2>conftest.er1
17142 ac_status=$?
17143 grep -v '^ *+' conftest.er1 >conftest.err
17144 rm -f conftest.er1
17145 cat conftest.err >&5
17146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17147 (exit $ac_status); } && {
17148 test -z "$ac_c_werror_flag" ||
17149 test ! -s conftest.err
17150 } && test -s conftest.$ac_objext; then
17151 ac_cv_c_string_h_warnings=no
17152 else
17153 echo "$as_me: failed program was:" >&5
17154 sed 's/^/| /' conftest.$ac_ext >&5
17156 ac_cv_c_string_h_warnings=yes
17159 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17161 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17162 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17163 CFLAGS="$saved_CFLAGS"
17164 if test "$ac_cv_c_string_h_warnings" = "no"
17165 then
17166 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17171 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17172 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17173 if test "${ac_cv_c_extern_prefix+set}" = set; then
17174 echo $ECHO_N "(cached) $ECHO_C" >&6
17175 else
17176 cat >conftest.$ac_ext <<_ACEOF
17177 /* confdefs.h. */
17178 _ACEOF
17179 cat confdefs.h >>conftest.$ac_ext
17180 cat >>conftest.$ac_ext <<_ACEOF
17181 /* end confdefs.h. */
17182 extern int ac_test;
17184 main ()
17186 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17188 return 0;
17190 _ACEOF
17191 rm -f conftest.$ac_objext conftest$ac_exeext
17192 if { (ac_try="$ac_link"
17193 case "(($ac_try" in
17194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17195 *) ac_try_echo=$ac_try;;
17196 esac
17197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17198 (eval "$ac_link") 2>conftest.er1
17199 ac_status=$?
17200 grep -v '^ *+' conftest.er1 >conftest.err
17201 rm -f conftest.er1
17202 cat conftest.err >&5
17203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17204 (exit $ac_status); } && {
17205 test -z "$ac_c_werror_flag" ||
17206 test ! -s conftest.err
17207 } && test -s conftest$ac_exeext &&
17208 $as_test_x conftest$ac_exeext; then
17209 ac_cv_c_extern_prefix="yes"
17210 else
17211 echo "$as_me: failed program was:" >&5
17212 sed 's/^/| /' conftest.$ac_ext >&5
17214 ac_cv_c_extern_prefix="no"
17217 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17218 conftest$ac_exeext conftest.$ac_ext
17220 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17221 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17223 case $host_cpu in
17224 *i[3456789]86*)
17225 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17226 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17227 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17228 echo $ECHO_N "(cached) $ECHO_C" >&6
17229 else
17230 cat >conftest.$ac_ext <<_ACEOF
17231 /* confdefs.h. */
17232 _ACEOF
17233 cat confdefs.h >>conftest.$ac_ext
17234 cat >>conftest.$ac_ext <<_ACEOF
17235 /* end confdefs.h. */
17236 #ifndef _MSC_VER
17237 #define __stdcall __attribute__((__stdcall__))
17238 #endif
17239 int __stdcall ac_test(int i) { return i; }
17241 main ()
17243 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17245 return 0;
17247 _ACEOF
17248 rm -f conftest.$ac_objext conftest$ac_exeext
17249 if { (ac_try="$ac_link"
17250 case "(($ac_try" in
17251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17252 *) ac_try_echo=$ac_try;;
17253 esac
17254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17255 (eval "$ac_link") 2>conftest.er1
17256 ac_status=$?
17257 grep -v '^ *+' conftest.er1 >conftest.err
17258 rm -f conftest.er1
17259 cat conftest.err >&5
17260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17261 (exit $ac_status); } && {
17262 test -z "$ac_c_werror_flag" ||
17263 test ! -s conftest.err
17264 } && test -s conftest$ac_exeext &&
17265 $as_test_x conftest$ac_exeext; then
17266 ac_cv_c_stdcall_suffix="yes"
17267 else
17268 echo "$as_me: failed program was:" >&5
17269 sed 's/^/| /' conftest.$ac_ext >&5
17271 ac_cv_c_stdcall_suffix="no"
17274 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17275 conftest$ac_exeext conftest.$ac_ext
17277 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17278 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17279 *) ac_cv_c_stdcall_suffix="no" ;;
17280 esac
17284 if test "$ac_cv_c_extern_prefix" = "yes"
17285 then
17286 cat >>confdefs.h <<\_ACEOF
17287 #define __ASM_NAME(name) "_" name
17288 _ACEOF
17290 asm_name_prefix="_"
17291 else
17292 cat >>confdefs.h <<\_ACEOF
17293 #define __ASM_NAME(name) name
17294 _ACEOF
17296 asm_name_prefix=""
17301 if test "$ac_cv_c_stdcall_suffix" = "yes"
17302 then
17303 cat >>confdefs.h <<\_ACEOF
17304 #define __ASM_STDCALL(args) "@" #args
17305 _ACEOF
17307 else
17308 cat >>confdefs.h <<\_ACEOF
17309 #define __ASM_STDCALL(args) ""
17310 _ACEOF
17315 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17316 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17317 if test "${ac_cv_asm_func_def+set}" = set; then
17318 echo $ECHO_N "(cached) $ECHO_C" >&6
17319 else
17320 cat >conftest.$ac_ext <<_ACEOF
17321 /* confdefs.h. */
17322 _ACEOF
17323 cat confdefs.h >>conftest.$ac_ext
17324 cat >>conftest.$ac_ext <<_ACEOF
17325 /* end confdefs.h. */
17328 main ()
17330 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17332 return 0;
17334 _ACEOF
17335 rm -f conftest.$ac_objext conftest$ac_exeext
17336 if { (ac_try="$ac_link"
17337 case "(($ac_try" in
17338 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17339 *) ac_try_echo=$ac_try;;
17340 esac
17341 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17342 (eval "$ac_link") 2>conftest.er1
17343 ac_status=$?
17344 grep -v '^ *+' conftest.er1 >conftest.err
17345 rm -f conftest.er1
17346 cat conftest.err >&5
17347 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17348 (exit $ac_status); } && {
17349 test -z "$ac_c_werror_flag" ||
17350 test ! -s conftest.err
17351 } && test -s conftest$ac_exeext &&
17352 $as_test_x conftest$ac_exeext; then
17353 ac_cv_asm_func_def=".def"
17354 else
17355 echo "$as_me: failed program was:" >&5
17356 sed 's/^/| /' conftest.$ac_ext >&5
17358 cat >conftest.$ac_ext <<_ACEOF
17359 /* confdefs.h. */
17360 _ACEOF
17361 cat confdefs.h >>conftest.$ac_ext
17362 cat >>conftest.$ac_ext <<_ACEOF
17363 /* end confdefs.h. */
17366 main ()
17368 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17370 return 0;
17372 _ACEOF
17373 rm -f conftest.$ac_objext conftest$ac_exeext
17374 if { (ac_try="$ac_link"
17375 case "(($ac_try" in
17376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17377 *) ac_try_echo=$ac_try;;
17378 esac
17379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17380 (eval "$ac_link") 2>conftest.er1
17381 ac_status=$?
17382 grep -v '^ *+' conftest.er1 >conftest.err
17383 rm -f conftest.er1
17384 cat conftest.err >&5
17385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17386 (exit $ac_status); } && {
17387 test -z "$ac_c_werror_flag" ||
17388 test ! -s conftest.err
17389 } && test -s conftest$ac_exeext &&
17390 $as_test_x conftest$ac_exeext; then
17391 ac_cv_asm_func_def=".type @function"
17392 else
17393 echo "$as_me: failed program was:" >&5
17394 sed 's/^/| /' conftest.$ac_ext >&5
17396 cat >conftest.$ac_ext <<_ACEOF
17397 /* confdefs.h. */
17398 _ACEOF
17399 cat confdefs.h >>conftest.$ac_ext
17400 cat >>conftest.$ac_ext <<_ACEOF
17401 /* end confdefs.h. */
17404 main ()
17406 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17408 return 0;
17410 _ACEOF
17411 rm -f conftest.$ac_objext conftest$ac_exeext
17412 if { (ac_try="$ac_link"
17413 case "(($ac_try" in
17414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415 *) ac_try_echo=$ac_try;;
17416 esac
17417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17418 (eval "$ac_link") 2>conftest.er1
17419 ac_status=$?
17420 grep -v '^ *+' conftest.er1 >conftest.err
17421 rm -f conftest.er1
17422 cat conftest.err >&5
17423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424 (exit $ac_status); } && {
17425 test -z "$ac_c_werror_flag" ||
17426 test ! -s conftest.err
17427 } && test -s conftest$ac_exeext &&
17428 $as_test_x conftest$ac_exeext; then
17429 ac_cv_asm_func_def=".type 2"
17430 else
17431 echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.$ac_ext >&5
17434 ac_cv_asm_func_def="unknown"
17437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17438 conftest$ac_exeext conftest.$ac_ext
17441 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17442 conftest$ac_exeext conftest.$ac_ext
17445 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17446 conftest$ac_exeext conftest.$ac_ext
17448 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17449 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17453 case "$ac_cv_asm_func_def" in
17454 ".def")
17455 cat >>confdefs.h <<\_ACEOF
17456 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17457 _ACEOF
17459 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17460 ".type @function")
17461 cat >>confdefs.h <<\_ACEOF
17462 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17463 _ACEOF
17465 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17466 ".type 2")
17467 cat >>confdefs.h <<\_ACEOF
17468 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17469 _ACEOF
17471 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17473 cat >>confdefs.h <<\_ACEOF
17474 #define __ASM_FUNC(name) ""
17475 _ACEOF
17477 asm_func_header="" ;;
17478 esac
17480 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17481 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17482 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17483 echo $ECHO_N "(cached) $ECHO_C" >&6
17484 else
17485 cat >conftest.$ac_ext <<_ACEOF
17486 /* confdefs.h. */
17487 _ACEOF
17488 cat confdefs.h >>conftest.$ac_ext
17489 cat >>conftest.$ac_ext <<_ACEOF
17490 /* end confdefs.h. */
17491 asm(".text\n\t.long 0");
17493 main ()
17497 return 0;
17499 _ACEOF
17500 rm -f conftest.$ac_objext
17501 if { (ac_try="$ac_compile"
17502 case "(($ac_try" in
17503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17504 *) ac_try_echo=$ac_try;;
17505 esac
17506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17507 (eval "$ac_compile") 2>conftest.er1
17508 ac_status=$?
17509 grep -v '^ *+' conftest.er1 >conftest.err
17510 rm -f conftest.er1
17511 cat conftest.err >&5
17512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17513 (exit $ac_status); } && {
17514 test -z "$ac_c_werror_flag" ||
17515 test ! -s conftest.err
17516 } && test -s conftest.$ac_objext; then
17517 ac_cv_c_asm_outside_funcs="yes"
17518 else
17519 echo "$as_me: failed program was:" >&5
17520 sed 's/^/| /' conftest.$ac_ext >&5
17522 ac_cv_c_asm_outside_funcs="no"
17525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17527 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
17528 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
17530 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
17531 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
17532 if test "${ac_cv_c_dot_previous+set}" = set; then
17533 echo $ECHO_N "(cached) $ECHO_C" >&6
17534 else
17535 cat >conftest.$ac_ext <<_ACEOF
17536 /* confdefs.h. */
17537 _ACEOF
17538 cat confdefs.h >>conftest.$ac_ext
17539 cat >>conftest.$ac_ext <<_ACEOF
17540 /* end confdefs.h. */
17543 main ()
17545 asm(".text\nac_test:\t.long 0\n\t.previous");
17547 return 0;
17549 _ACEOF
17550 rm -f conftest.$ac_objext conftest$ac_exeext
17551 if { (ac_try="$ac_link"
17552 case "(($ac_try" in
17553 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17554 *) ac_try_echo=$ac_try;;
17555 esac
17556 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17557 (eval "$ac_link") 2>conftest.er1
17558 ac_status=$?
17559 grep -v '^ *+' conftest.er1 >conftest.err
17560 rm -f conftest.er1
17561 cat conftest.err >&5
17562 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17563 (exit $ac_status); } && {
17564 test -z "$ac_c_werror_flag" ||
17565 test ! -s conftest.err
17566 } && test -s conftest$ac_exeext &&
17567 $as_test_x conftest$ac_exeext; then
17568 ac_cv_c_dot_previous="yes"
17569 else
17570 echo "$as_me: failed program was:" >&5
17571 sed 's/^/| /' conftest.$ac_ext >&5
17573 ac_cv_c_dot_previous="no"
17576 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17577 conftest$ac_exeext conftest.$ac_ext
17579 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
17580 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
17582 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
17583 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
17584 if test "${ac_cv_c_cfi_support+set}" = set; then
17585 echo $ECHO_N "(cached) $ECHO_C" >&6
17586 else
17587 cat >conftest.$ac_ext <<_ACEOF
17588 /* confdefs.h. */
17589 _ACEOF
17590 cat confdefs.h >>conftest.$ac_ext
17591 cat >>conftest.$ac_ext <<_ACEOF
17592 /* end confdefs.h. */
17593 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
17595 main ()
17599 return 0;
17601 _ACEOF
17602 rm -f conftest.$ac_objext
17603 if { (ac_try="$ac_compile"
17604 case "(($ac_try" in
17605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17606 *) ac_try_echo=$ac_try;;
17607 esac
17608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17609 (eval "$ac_compile") 2>conftest.er1
17610 ac_status=$?
17611 grep -v '^ *+' conftest.er1 >conftest.err
17612 rm -f conftest.er1
17613 cat conftest.err >&5
17614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17615 (exit $ac_status); } && {
17616 test -z "$ac_c_werror_flag" ||
17617 test ! -s conftest.err
17618 } && test -s conftest.$ac_objext; then
17619 ac_cv_c_cfi_support="yes"
17620 else
17621 echo "$as_me: failed program was:" >&5
17622 sed 's/^/| /' conftest.$ac_ext >&5
17624 ac_cv_c_cfi_support="no"
17627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17629 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
17630 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
17632 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
17633 asm_func_trailer=""
17634 if test "$ac_cv_c_dot_previous" = "yes"
17635 then
17636 asm_func_trailer="\\n\\t.previous"
17638 if test "$ac_cv_c_cfi_support" = "yes"
17639 then
17640 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
17641 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
17643 cat >>confdefs.h <<\_ACEOF
17644 #define __ASM_CFI(str) str
17645 _ACEOF
17647 else
17648 cat >>confdefs.h <<\_ACEOF
17649 #define __ASM_CFI(str) ""
17650 _ACEOF
17654 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
17658 if test "$ac_cv_c_asm_outside_funcs" = "yes"
17659 then
17660 cat >>confdefs.h <<_ACEOF
17661 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
17662 _ACEOF
17664 else
17665 cat >>confdefs.h <<_ACEOF
17666 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
17667 _ACEOF
17671 cat >>confdefs.h <<\_ACEOF
17672 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
17673 _ACEOF
17676 cat >>confdefs.h <<\_ACEOF
17677 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
17678 _ACEOF
17682 LDPATH=""
17684 case $build_os in
17685 cygwin*|mingw32*)
17686 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17688 darwin*|macosx*)
17691 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17693 esac
17695 case $host_os in
17696 mingw32*)
17697 CRTLIBS="-lmsvcrt"
17699 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
17702 esac
17704 case $host_cpu in
17705 *i[3456789]86*)
17706 case $host_os in
17707 linux* | k*bsd*-gnu)
17708 EXTRA_BINARIES="wine-preloader"
17710 esac
17712 esac
17715 ac_save_CFLAGS="$CFLAGS"
17716 CFLAGS="$CFLAGS $BUILTINFLAG"
17787 for ac_func in \
17788 _pclose \
17789 _popen \
17790 _snprintf \
17791 _spawnvp \
17792 _strdup \
17793 _stricmp \
17794 _strnicmp \
17795 _strtoi64 \
17796 _strtoui64 \
17797 _vsnprintf \
17798 asctime_r \
17799 chsize \
17800 dlopen \
17801 epoll_create \
17802 ffs \
17803 finite \
17804 fnmatch \
17805 fork \
17806 fpclass \
17807 fstatfs \
17808 fstatvfs \
17809 ftruncate \
17810 futimes \
17811 futimesat \
17812 getdirentries \
17813 getopt_long \
17814 getpagesize \
17815 getpwuid \
17816 gettid \
17817 gettimeofday \
17818 getuid \
17819 kqueue \
17820 lstat \
17821 memmove \
17822 mmap \
17823 pclose \
17824 pipe2 \
17825 poll \
17826 popen \
17827 prctl \
17828 pread \
17829 pwrite \
17830 readdir \
17831 readlink \
17832 sched_yield \
17833 select \
17834 setproctitle \
17835 setrlimit \
17836 settimeofday \
17837 sigaltstack \
17838 sigprocmask \
17839 snprintf \
17840 spawnvp \
17841 statfs \
17842 statvfs \
17843 strcasecmp \
17844 strdup \
17845 strerror \
17846 strncasecmp \
17847 strtold \
17848 strtoll \
17849 strtoull \
17850 symlink \
17851 tcgetattr \
17852 thr_kill2 \
17853 timegm \
17854 usleep \
17855 vsnprintf \
17856 wait4 \
17857 waitpid \
17860 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17861 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17862 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17863 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17864 echo $ECHO_N "(cached) $ECHO_C" >&6
17865 else
17866 cat >conftest.$ac_ext <<_ACEOF
17867 /* confdefs.h. */
17868 _ACEOF
17869 cat confdefs.h >>conftest.$ac_ext
17870 cat >>conftest.$ac_ext <<_ACEOF
17871 /* end confdefs.h. */
17872 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17873 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17874 #define $ac_func innocuous_$ac_func
17876 /* System header to define __stub macros and hopefully few prototypes,
17877 which can conflict with char $ac_func (); below.
17878 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17879 <limits.h> exists even on freestanding compilers. */
17881 #ifdef __STDC__
17882 # include <limits.h>
17883 #else
17884 # include <assert.h>
17885 #endif
17887 #undef $ac_func
17889 /* Override any GCC internal prototype to avoid an error.
17890 Use char because int might match the return type of a GCC
17891 builtin and then its argument prototype would still apply. */
17892 #ifdef __cplusplus
17893 extern "C"
17894 #endif
17895 char $ac_func ();
17896 /* The GNU C library defines this for functions which it implements
17897 to always fail with ENOSYS. Some functions are actually named
17898 something starting with __ and the normal name is an alias. */
17899 #if defined __stub_$ac_func || defined __stub___$ac_func
17900 choke me
17901 #endif
17904 main ()
17906 return $ac_func ();
17908 return 0;
17910 _ACEOF
17911 rm -f conftest.$ac_objext conftest$ac_exeext
17912 if { (ac_try="$ac_link"
17913 case "(($ac_try" in
17914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17915 *) ac_try_echo=$ac_try;;
17916 esac
17917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17918 (eval "$ac_link") 2>conftest.er1
17919 ac_status=$?
17920 grep -v '^ *+' conftest.er1 >conftest.err
17921 rm -f conftest.er1
17922 cat conftest.err >&5
17923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17924 (exit $ac_status); } && {
17925 test -z "$ac_c_werror_flag" ||
17926 test ! -s conftest.err
17927 } && test -s conftest$ac_exeext &&
17928 $as_test_x conftest$ac_exeext; then
17929 eval "$as_ac_var=yes"
17930 else
17931 echo "$as_me: failed program was:" >&5
17932 sed 's/^/| /' conftest.$ac_ext >&5
17934 eval "$as_ac_var=no"
17937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17938 conftest$ac_exeext conftest.$ac_ext
17940 ac_res=`eval echo '${'$as_ac_var'}'`
17941 { echo "$as_me:$LINENO: result: $ac_res" >&5
17942 echo "${ECHO_T}$ac_res" >&6; }
17943 if test `eval echo '${'$as_ac_var'}'` = yes; then
17944 cat >>confdefs.h <<_ACEOF
17945 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17946 _ACEOF
17949 done
17951 CFLAGS="$ac_save_CFLAGS"
17953 if test "$ac_cv_func_dlopen" = no
17954 then
17955 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17956 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17957 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17958 echo $ECHO_N "(cached) $ECHO_C" >&6
17959 else
17960 ac_check_lib_save_LIBS=$LIBS
17961 LIBS="-ldl $LIBS"
17962 cat >conftest.$ac_ext <<_ACEOF
17963 /* confdefs.h. */
17964 _ACEOF
17965 cat confdefs.h >>conftest.$ac_ext
17966 cat >>conftest.$ac_ext <<_ACEOF
17967 /* end confdefs.h. */
17969 /* Override any GCC internal prototype to avoid an error.
17970 Use char because int might match the return type of a GCC
17971 builtin and then its argument prototype would still apply. */
17972 #ifdef __cplusplus
17973 extern "C"
17974 #endif
17975 char dlopen ();
17977 main ()
17979 return dlopen ();
17981 return 0;
17983 _ACEOF
17984 rm -f conftest.$ac_objext conftest$ac_exeext
17985 if { (ac_try="$ac_link"
17986 case "(($ac_try" in
17987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17988 *) ac_try_echo=$ac_try;;
17989 esac
17990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17991 (eval "$ac_link") 2>conftest.er1
17992 ac_status=$?
17993 grep -v '^ *+' conftest.er1 >conftest.err
17994 rm -f conftest.er1
17995 cat conftest.err >&5
17996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17997 (exit $ac_status); } && {
17998 test -z "$ac_c_werror_flag" ||
17999 test ! -s conftest.err
18000 } && test -s conftest$ac_exeext &&
18001 $as_test_x conftest$ac_exeext; then
18002 ac_cv_lib_dl_dlopen=yes
18003 else
18004 echo "$as_me: failed program was:" >&5
18005 sed 's/^/| /' conftest.$ac_ext >&5
18007 ac_cv_lib_dl_dlopen=no
18010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18011 conftest$ac_exeext conftest.$ac_ext
18012 LIBS=$ac_check_lib_save_LIBS
18014 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18015 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18016 if test $ac_cv_lib_dl_dlopen = yes; then
18017 cat >>confdefs.h <<\_ACEOF
18018 #define HAVE_DLOPEN 1
18019 _ACEOF
18020 LIBDL="-ldl"
18025 ac_wine_check_funcs_save_LIBS="$LIBS"
18026 LIBS="$LIBS $LIBDL"
18028 for ac_func in dladdr
18030 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18031 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18032 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18033 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18034 echo $ECHO_N "(cached) $ECHO_C" >&6
18035 else
18036 cat >conftest.$ac_ext <<_ACEOF
18037 /* confdefs.h. */
18038 _ACEOF
18039 cat confdefs.h >>conftest.$ac_ext
18040 cat >>conftest.$ac_ext <<_ACEOF
18041 /* end confdefs.h. */
18042 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18043 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18044 #define $ac_func innocuous_$ac_func
18046 /* System header to define __stub macros and hopefully few prototypes,
18047 which can conflict with char $ac_func (); below.
18048 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18049 <limits.h> exists even on freestanding compilers. */
18051 #ifdef __STDC__
18052 # include <limits.h>
18053 #else
18054 # include <assert.h>
18055 #endif
18057 #undef $ac_func
18059 /* Override any GCC internal prototype to avoid an error.
18060 Use char because int might match the return type of a GCC
18061 builtin and then its argument prototype would still apply. */
18062 #ifdef __cplusplus
18063 extern "C"
18064 #endif
18065 char $ac_func ();
18066 /* The GNU C library defines this for functions which it implements
18067 to always fail with ENOSYS. Some functions are actually named
18068 something starting with __ and the normal name is an alias. */
18069 #if defined __stub_$ac_func || defined __stub___$ac_func
18070 choke me
18071 #endif
18074 main ()
18076 return $ac_func ();
18078 return 0;
18080 _ACEOF
18081 rm -f conftest.$ac_objext conftest$ac_exeext
18082 if { (ac_try="$ac_link"
18083 case "(($ac_try" in
18084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18085 *) ac_try_echo=$ac_try;;
18086 esac
18087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18088 (eval "$ac_link") 2>conftest.er1
18089 ac_status=$?
18090 grep -v '^ *+' conftest.er1 >conftest.err
18091 rm -f conftest.er1
18092 cat conftest.err >&5
18093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18094 (exit $ac_status); } && {
18095 test -z "$ac_c_werror_flag" ||
18096 test ! -s conftest.err
18097 } && test -s conftest$ac_exeext &&
18098 $as_test_x conftest$ac_exeext; then
18099 eval "$as_ac_var=yes"
18100 else
18101 echo "$as_me: failed program was:" >&5
18102 sed 's/^/| /' conftest.$ac_ext >&5
18104 eval "$as_ac_var=no"
18107 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18108 conftest$ac_exeext conftest.$ac_ext
18110 ac_res=`eval echo '${'$as_ac_var'}'`
18111 { echo "$as_me:$LINENO: result: $ac_res" >&5
18112 echo "${ECHO_T}$ac_res" >&6; }
18113 if test `eval echo '${'$as_ac_var'}'` = yes; then
18114 cat >>confdefs.h <<_ACEOF
18115 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18116 _ACEOF
18119 done
18121 LIBS="$ac_wine_check_funcs_save_LIBS"
18123 if test "$ac_cv_func_poll" = no
18124 then
18125 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18126 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18127 if test "${ac_cv_lib_poll_poll+set}" = set; then
18128 echo $ECHO_N "(cached) $ECHO_C" >&6
18129 else
18130 ac_check_lib_save_LIBS=$LIBS
18131 LIBS="-lpoll $LIBS"
18132 cat >conftest.$ac_ext <<_ACEOF
18133 /* confdefs.h. */
18134 _ACEOF
18135 cat confdefs.h >>conftest.$ac_ext
18136 cat >>conftest.$ac_ext <<_ACEOF
18137 /* end confdefs.h. */
18139 /* Override any GCC internal prototype to avoid an error.
18140 Use char because int might match the return type of a GCC
18141 builtin and then its argument prototype would still apply. */
18142 #ifdef __cplusplus
18143 extern "C"
18144 #endif
18145 char poll ();
18147 main ()
18149 return poll ();
18151 return 0;
18153 _ACEOF
18154 rm -f conftest.$ac_objext conftest$ac_exeext
18155 if { (ac_try="$ac_link"
18156 case "(($ac_try" in
18157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18158 *) ac_try_echo=$ac_try;;
18159 esac
18160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18161 (eval "$ac_link") 2>conftest.er1
18162 ac_status=$?
18163 grep -v '^ *+' conftest.er1 >conftest.err
18164 rm -f conftest.er1
18165 cat conftest.err >&5
18166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18167 (exit $ac_status); } && {
18168 test -z "$ac_c_werror_flag" ||
18169 test ! -s conftest.err
18170 } && test -s conftest$ac_exeext &&
18171 $as_test_x conftest$ac_exeext; then
18172 ac_cv_lib_poll_poll=yes
18173 else
18174 echo "$as_me: failed program was:" >&5
18175 sed 's/^/| /' conftest.$ac_ext >&5
18177 ac_cv_lib_poll_poll=no
18180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18181 conftest$ac_exeext conftest.$ac_ext
18182 LIBS=$ac_check_lib_save_LIBS
18184 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18185 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18186 if test $ac_cv_lib_poll_poll = yes; then
18187 cat >>confdefs.h <<\_ACEOF
18188 #define HAVE_POLL 1
18189 _ACEOF
18190 LIBPOLL="-lpoll"
18196 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18197 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18198 if test "${ac_cv_search_gethostbyname+set}" = set; then
18199 echo $ECHO_N "(cached) $ECHO_C" >&6
18200 else
18201 ac_func_search_save_LIBS=$LIBS
18202 cat >conftest.$ac_ext <<_ACEOF
18203 /* confdefs.h. */
18204 _ACEOF
18205 cat confdefs.h >>conftest.$ac_ext
18206 cat >>conftest.$ac_ext <<_ACEOF
18207 /* end confdefs.h. */
18209 /* Override any GCC internal prototype to avoid an error.
18210 Use char because int might match the return type of a GCC
18211 builtin and then its argument prototype would still apply. */
18212 #ifdef __cplusplus
18213 extern "C"
18214 #endif
18215 char gethostbyname ();
18217 main ()
18219 return gethostbyname ();
18221 return 0;
18223 _ACEOF
18224 for ac_lib in '' nsl; do
18225 if test -z "$ac_lib"; then
18226 ac_res="none required"
18227 else
18228 ac_res=-l$ac_lib
18229 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18231 rm -f conftest.$ac_objext conftest$ac_exeext
18232 if { (ac_try="$ac_link"
18233 case "(($ac_try" in
18234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18235 *) ac_try_echo=$ac_try;;
18236 esac
18237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18238 (eval "$ac_link") 2>conftest.er1
18239 ac_status=$?
18240 grep -v '^ *+' conftest.er1 >conftest.err
18241 rm -f conftest.er1
18242 cat conftest.err >&5
18243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18244 (exit $ac_status); } && {
18245 test -z "$ac_c_werror_flag" ||
18246 test ! -s conftest.err
18247 } && test -s conftest$ac_exeext &&
18248 $as_test_x conftest$ac_exeext; then
18249 ac_cv_search_gethostbyname=$ac_res
18250 else
18251 echo "$as_me: failed program was:" >&5
18252 sed 's/^/| /' conftest.$ac_ext >&5
18257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18258 conftest$ac_exeext
18259 if test "${ac_cv_search_gethostbyname+set}" = set; then
18260 break
18262 done
18263 if test "${ac_cv_search_gethostbyname+set}" = set; then
18265 else
18266 ac_cv_search_gethostbyname=no
18268 rm conftest.$ac_ext
18269 LIBS=$ac_func_search_save_LIBS
18271 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18272 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18273 ac_res=$ac_cv_search_gethostbyname
18274 if test "$ac_res" != no; then
18275 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18280 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18281 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18282 if test "${ac_cv_search_connect+set}" = set; then
18283 echo $ECHO_N "(cached) $ECHO_C" >&6
18284 else
18285 ac_func_search_save_LIBS=$LIBS
18286 cat >conftest.$ac_ext <<_ACEOF
18287 /* confdefs.h. */
18288 _ACEOF
18289 cat confdefs.h >>conftest.$ac_ext
18290 cat >>conftest.$ac_ext <<_ACEOF
18291 /* end confdefs.h. */
18293 /* Override any GCC internal prototype to avoid an error.
18294 Use char because int might match the return type of a GCC
18295 builtin and then its argument prototype would still apply. */
18296 #ifdef __cplusplus
18297 extern "C"
18298 #endif
18299 char connect ();
18301 main ()
18303 return connect ();
18305 return 0;
18307 _ACEOF
18308 for ac_lib in '' socket; do
18309 if test -z "$ac_lib"; then
18310 ac_res="none required"
18311 else
18312 ac_res=-l$ac_lib
18313 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18315 rm -f conftest.$ac_objext conftest$ac_exeext
18316 if { (ac_try="$ac_link"
18317 case "(($ac_try" in
18318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18319 *) ac_try_echo=$ac_try;;
18320 esac
18321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18322 (eval "$ac_link") 2>conftest.er1
18323 ac_status=$?
18324 grep -v '^ *+' conftest.er1 >conftest.err
18325 rm -f conftest.er1
18326 cat conftest.err >&5
18327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18328 (exit $ac_status); } && {
18329 test -z "$ac_c_werror_flag" ||
18330 test ! -s conftest.err
18331 } && test -s conftest$ac_exeext &&
18332 $as_test_x conftest$ac_exeext; then
18333 ac_cv_search_connect=$ac_res
18334 else
18335 echo "$as_me: failed program was:" >&5
18336 sed 's/^/| /' conftest.$ac_ext >&5
18341 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18342 conftest$ac_exeext
18343 if test "${ac_cv_search_connect+set}" = set; then
18344 break
18346 done
18347 if test "${ac_cv_search_connect+set}" = set; then
18349 else
18350 ac_cv_search_connect=no
18352 rm conftest.$ac_ext
18353 LIBS=$ac_func_search_save_LIBS
18355 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18356 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18357 ac_res=$ac_cv_search_connect
18358 if test "$ac_res" != no; then
18359 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18364 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18365 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18366 if test "${ac_cv_search_inet_aton+set}" = set; then
18367 echo $ECHO_N "(cached) $ECHO_C" >&6
18368 else
18369 ac_func_search_save_LIBS=$LIBS
18370 cat >conftest.$ac_ext <<_ACEOF
18371 /* confdefs.h. */
18372 _ACEOF
18373 cat confdefs.h >>conftest.$ac_ext
18374 cat >>conftest.$ac_ext <<_ACEOF
18375 /* end confdefs.h. */
18377 /* Override any GCC internal prototype to avoid an error.
18378 Use char because int might match the return type of a GCC
18379 builtin and then its argument prototype would still apply. */
18380 #ifdef __cplusplus
18381 extern "C"
18382 #endif
18383 char inet_aton ();
18385 main ()
18387 return inet_aton ();
18389 return 0;
18391 _ACEOF
18392 for ac_lib in '' resolv; do
18393 if test -z "$ac_lib"; then
18394 ac_res="none required"
18395 else
18396 ac_res=-l$ac_lib
18397 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18399 rm -f conftest.$ac_objext conftest$ac_exeext
18400 if { (ac_try="$ac_link"
18401 case "(($ac_try" in
18402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18403 *) ac_try_echo=$ac_try;;
18404 esac
18405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18406 (eval "$ac_link") 2>conftest.er1
18407 ac_status=$?
18408 grep -v '^ *+' conftest.er1 >conftest.err
18409 rm -f conftest.er1
18410 cat conftest.err >&5
18411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18412 (exit $ac_status); } && {
18413 test -z "$ac_c_werror_flag" ||
18414 test ! -s conftest.err
18415 } && test -s conftest$ac_exeext &&
18416 $as_test_x conftest$ac_exeext; then
18417 ac_cv_search_inet_aton=$ac_res
18418 else
18419 echo "$as_me: failed program was:" >&5
18420 sed 's/^/| /' conftest.$ac_ext >&5
18425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18426 conftest$ac_exeext
18427 if test "${ac_cv_search_inet_aton+set}" = set; then
18428 break
18430 done
18431 if test "${ac_cv_search_inet_aton+set}" = set; then
18433 else
18434 ac_cv_search_inet_aton=no
18436 rm conftest.$ac_ext
18437 LIBS=$ac_func_search_save_LIBS
18439 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18440 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18441 ac_res=$ac_cv_search_inet_aton
18442 if test "$ac_res" != no; then
18443 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18459 for ac_func in \
18460 getaddrinfo \
18461 getnameinfo \
18462 getnetbyname \
18463 getprotobyname \
18464 getprotobynumber \
18465 getservbyport \
18466 inet_network \
18467 inet_ntop \
18468 inet_pton \
18469 sendmsg \
18470 socketpair \
18473 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18474 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18475 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18476 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18477 echo $ECHO_N "(cached) $ECHO_C" >&6
18478 else
18479 cat >conftest.$ac_ext <<_ACEOF
18480 /* confdefs.h. */
18481 _ACEOF
18482 cat confdefs.h >>conftest.$ac_ext
18483 cat >>conftest.$ac_ext <<_ACEOF
18484 /* end confdefs.h. */
18485 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18486 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18487 #define $ac_func innocuous_$ac_func
18489 /* System header to define __stub macros and hopefully few prototypes,
18490 which can conflict with char $ac_func (); below.
18491 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18492 <limits.h> exists even on freestanding compilers. */
18494 #ifdef __STDC__
18495 # include <limits.h>
18496 #else
18497 # include <assert.h>
18498 #endif
18500 #undef $ac_func
18502 /* Override any GCC internal prototype to avoid an error.
18503 Use char because int might match the return type of a GCC
18504 builtin and then its argument prototype would still apply. */
18505 #ifdef __cplusplus
18506 extern "C"
18507 #endif
18508 char $ac_func ();
18509 /* The GNU C library defines this for functions which it implements
18510 to always fail with ENOSYS. Some functions are actually named
18511 something starting with __ and the normal name is an alias. */
18512 #if defined __stub_$ac_func || defined __stub___$ac_func
18513 choke me
18514 #endif
18517 main ()
18519 return $ac_func ();
18521 return 0;
18523 _ACEOF
18524 rm -f conftest.$ac_objext conftest$ac_exeext
18525 if { (ac_try="$ac_link"
18526 case "(($ac_try" in
18527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18528 *) ac_try_echo=$ac_try;;
18529 esac
18530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18531 (eval "$ac_link") 2>conftest.er1
18532 ac_status=$?
18533 grep -v '^ *+' conftest.er1 >conftest.err
18534 rm -f conftest.er1
18535 cat conftest.err >&5
18536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18537 (exit $ac_status); } && {
18538 test -z "$ac_c_werror_flag" ||
18539 test ! -s conftest.err
18540 } && test -s conftest$ac_exeext &&
18541 $as_test_x conftest$ac_exeext; then
18542 eval "$as_ac_var=yes"
18543 else
18544 echo "$as_me: failed program was:" >&5
18545 sed 's/^/| /' conftest.$ac_ext >&5
18547 eval "$as_ac_var=no"
18550 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18551 conftest$ac_exeext conftest.$ac_ext
18553 ac_res=`eval echo '${'$as_ac_var'}'`
18554 { echo "$as_me:$LINENO: result: $ac_res" >&5
18555 echo "${ECHO_T}$ac_res" >&6; }
18556 if test `eval echo '${'$as_ac_var'}'` = yes; then
18557 cat >>confdefs.h <<_ACEOF
18558 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18559 _ACEOF
18562 done
18565 LDAPLIBS=""
18567 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18568 then
18569 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18570 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18571 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18572 echo $ECHO_N "(cached) $ECHO_C" >&6
18573 else
18574 cat >conftest.$ac_ext <<_ACEOF
18575 /* confdefs.h. */
18576 _ACEOF
18577 cat confdefs.h >>conftest.$ac_ext
18578 cat >>conftest.$ac_ext <<_ACEOF
18579 /* end confdefs.h. */
18580 #include <ldap.h>
18582 typedef LDAPSortKey ac__type_new_;
18584 main ()
18586 if ((ac__type_new_ *) 0)
18587 return 0;
18588 if (sizeof (ac__type_new_))
18589 return 0;
18591 return 0;
18593 _ACEOF
18594 rm -f conftest.$ac_objext
18595 if { (ac_try="$ac_compile"
18596 case "(($ac_try" in
18597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18598 *) ac_try_echo=$ac_try;;
18599 esac
18600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18601 (eval "$ac_compile") 2>conftest.er1
18602 ac_status=$?
18603 grep -v '^ *+' conftest.er1 >conftest.err
18604 rm -f conftest.er1
18605 cat conftest.err >&5
18606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18607 (exit $ac_status); } && {
18608 test -z "$ac_c_werror_flag" ||
18609 test ! -s conftest.err
18610 } && test -s conftest.$ac_objext; then
18611 ac_cv_type_LDAPSortKey=yes
18612 else
18613 echo "$as_me: failed program was:" >&5
18614 sed 's/^/| /' conftest.$ac_ext >&5
18616 ac_cv_type_LDAPSortKey=no
18619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18621 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18622 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18623 if test $ac_cv_type_LDAPSortKey = yes; then
18624 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18625 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18626 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18627 echo $ECHO_N "(cached) $ECHO_C" >&6
18628 else
18629 ac_check_lib_save_LIBS=$LIBS
18630 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18631 cat >conftest.$ac_ext <<_ACEOF
18632 /* confdefs.h. */
18633 _ACEOF
18634 cat confdefs.h >>conftest.$ac_ext
18635 cat >>conftest.$ac_ext <<_ACEOF
18636 /* end confdefs.h. */
18638 /* Override any GCC internal prototype to avoid an error.
18639 Use char because int might match the return type of a GCC
18640 builtin and then its argument prototype would still apply. */
18641 #ifdef __cplusplus
18642 extern "C"
18643 #endif
18644 char ldap_initialize ();
18646 main ()
18648 return ldap_initialize ();
18650 return 0;
18652 _ACEOF
18653 rm -f conftest.$ac_objext conftest$ac_exeext
18654 if { (ac_try="$ac_link"
18655 case "(($ac_try" in
18656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18657 *) ac_try_echo=$ac_try;;
18658 esac
18659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18660 (eval "$ac_link") 2>conftest.er1
18661 ac_status=$?
18662 grep -v '^ *+' conftest.er1 >conftest.err
18663 rm -f conftest.er1
18664 cat conftest.err >&5
18665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18666 (exit $ac_status); } && {
18667 test -z "$ac_c_werror_flag" ||
18668 test ! -s conftest.err
18669 } && test -s conftest$ac_exeext &&
18670 $as_test_x conftest$ac_exeext; then
18671 ac_cv_lib_ldap_r_ldap_initialize=yes
18672 else
18673 echo "$as_me: failed program was:" >&5
18674 sed 's/^/| /' conftest.$ac_ext >&5
18676 ac_cv_lib_ldap_r_ldap_initialize=no
18679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18680 conftest$ac_exeext conftest.$ac_ext
18681 LIBS=$ac_check_lib_save_LIBS
18683 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18684 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18685 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18686 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18687 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18688 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18689 echo $ECHO_N "(cached) $ECHO_C" >&6
18690 else
18691 ac_check_lib_save_LIBS=$LIBS
18692 LIBS="-llber $LIBPTHREAD $LIBS"
18693 cat >conftest.$ac_ext <<_ACEOF
18694 /* confdefs.h. */
18695 _ACEOF
18696 cat confdefs.h >>conftest.$ac_ext
18697 cat >>conftest.$ac_ext <<_ACEOF
18698 /* end confdefs.h. */
18700 /* Override any GCC internal prototype to avoid an error.
18701 Use char because int might match the return type of a GCC
18702 builtin and then its argument prototype would still apply. */
18703 #ifdef __cplusplus
18704 extern "C"
18705 #endif
18706 char ber_init ();
18708 main ()
18710 return ber_init ();
18712 return 0;
18714 _ACEOF
18715 rm -f conftest.$ac_objext conftest$ac_exeext
18716 if { (ac_try="$ac_link"
18717 case "(($ac_try" in
18718 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18719 *) ac_try_echo=$ac_try;;
18720 esac
18721 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18722 (eval "$ac_link") 2>conftest.er1
18723 ac_status=$?
18724 grep -v '^ *+' conftest.er1 >conftest.err
18725 rm -f conftest.er1
18726 cat conftest.err >&5
18727 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18728 (exit $ac_status); } && {
18729 test -z "$ac_c_werror_flag" ||
18730 test ! -s conftest.err
18731 } && test -s conftest$ac_exeext &&
18732 $as_test_x conftest$ac_exeext; then
18733 ac_cv_lib_lber_ber_init=yes
18734 else
18735 echo "$as_me: failed program was:" >&5
18736 sed 's/^/| /' conftest.$ac_ext >&5
18738 ac_cv_lib_lber_ber_init=no
18741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18742 conftest$ac_exeext conftest.$ac_ext
18743 LIBS=$ac_check_lib_save_LIBS
18745 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18746 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18747 if test $ac_cv_lib_lber_ber_init = yes; then
18749 cat >>confdefs.h <<\_ACEOF
18750 #define HAVE_LDAP 1
18751 _ACEOF
18753 LDAPLIBS="-lldap_r -llber"
18760 ac_wine_check_funcs_save_LIBS="$LIBS"
18761 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18770 for ac_func in \
18771 ldap_count_references \
18772 ldap_first_reference \
18773 ldap_next_reference \
18774 ldap_parse_reference \
18775 ldap_parse_sort_control \
18776 ldap_parse_sortresponse_control \
18777 ldap_parse_vlv_control \
18778 ldap_parse_vlvresponse_control
18780 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18781 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18782 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18783 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18784 echo $ECHO_N "(cached) $ECHO_C" >&6
18785 else
18786 cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h. */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18792 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18793 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18794 #define $ac_func innocuous_$ac_func
18796 /* System header to define __stub macros and hopefully few prototypes,
18797 which can conflict with char $ac_func (); below.
18798 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18799 <limits.h> exists even on freestanding compilers. */
18801 #ifdef __STDC__
18802 # include <limits.h>
18803 #else
18804 # include <assert.h>
18805 #endif
18807 #undef $ac_func
18809 /* Override any GCC internal prototype to avoid an error.
18810 Use char because int might match the return type of a GCC
18811 builtin and then its argument prototype would still apply. */
18812 #ifdef __cplusplus
18813 extern "C"
18814 #endif
18815 char $ac_func ();
18816 /* The GNU C library defines this for functions which it implements
18817 to always fail with ENOSYS. Some functions are actually named
18818 something starting with __ and the normal name is an alias. */
18819 #if defined __stub_$ac_func || defined __stub___$ac_func
18820 choke me
18821 #endif
18824 main ()
18826 return $ac_func ();
18828 return 0;
18830 _ACEOF
18831 rm -f conftest.$ac_objext conftest$ac_exeext
18832 if { (ac_try="$ac_link"
18833 case "(($ac_try" in
18834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18835 *) ac_try_echo=$ac_try;;
18836 esac
18837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18838 (eval "$ac_link") 2>conftest.er1
18839 ac_status=$?
18840 grep -v '^ *+' conftest.er1 >conftest.err
18841 rm -f conftest.er1
18842 cat conftest.err >&5
18843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18844 (exit $ac_status); } && {
18845 test -z "$ac_c_werror_flag" ||
18846 test ! -s conftest.err
18847 } && test -s conftest$ac_exeext &&
18848 $as_test_x conftest$ac_exeext; then
18849 eval "$as_ac_var=yes"
18850 else
18851 echo "$as_me: failed program was:" >&5
18852 sed 's/^/| /' conftest.$ac_ext >&5
18854 eval "$as_ac_var=no"
18857 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18858 conftest$ac_exeext conftest.$ac_ext
18860 ac_res=`eval echo '${'$as_ac_var'}'`
18861 { echo "$as_me:$LINENO: result: $ac_res" >&5
18862 echo "${ECHO_T}$ac_res" >&6; }
18863 if test `eval echo '${'$as_ac_var'}'` = yes; then
18864 cat >>confdefs.h <<_ACEOF
18865 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18866 _ACEOF
18869 done
18871 LIBS="$ac_wine_check_funcs_save_LIBS"
18873 if test "x$LDAPLIBS" = "x"; then
18874 case "x$with_ldap" in
18875 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
18876 xno) ;;
18877 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18878 This is an error since --with-ldap was requested." >&5
18879 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
18880 This is an error since --with-ldap was requested." >&2;}
18881 { (exit 1); exit 1; }; } ;;
18882 esac
18886 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
18887 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
18888 if test "${wine_cv_one_arg_mkdir+set}" = set; then
18889 echo $ECHO_N "(cached) $ECHO_C" >&6
18890 else
18891 cat >conftest.$ac_ext <<_ACEOF
18892 /* confdefs.h. */
18893 _ACEOF
18894 cat confdefs.h >>conftest.$ac_ext
18895 cat >>conftest.$ac_ext <<_ACEOF
18896 /* end confdefs.h. */
18897 #include <sys/stat.h>
18899 main ()
18901 mkdir("foo");
18903 return 0;
18905 _ACEOF
18906 rm -f conftest.$ac_objext
18907 if { (ac_try="$ac_compile"
18908 case "(($ac_try" in
18909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18910 *) ac_try_echo=$ac_try;;
18911 esac
18912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18913 (eval "$ac_compile") 2>conftest.er1
18914 ac_status=$?
18915 grep -v '^ *+' conftest.er1 >conftest.err
18916 rm -f conftest.er1
18917 cat conftest.err >&5
18918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18919 (exit $ac_status); } && {
18920 test -z "$ac_c_werror_flag" ||
18921 test ! -s conftest.err
18922 } && test -s conftest.$ac_objext; then
18923 wine_cv_one_arg_mkdir=yes
18924 else
18925 echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5
18928 wine_cv_one_arg_mkdir=no
18931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18933 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
18934 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
18935 if test "$wine_cv_one_arg_mkdir" = "yes"
18936 then
18938 cat >>confdefs.h <<\_ACEOF
18939 #define HAVE_ONE_ARG_MKDIR 1
18940 _ACEOF
18945 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18946 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18947 if test "${ac_cv_c_const+set}" = set; then
18948 echo $ECHO_N "(cached) $ECHO_C" >&6
18949 else
18950 cat >conftest.$ac_ext <<_ACEOF
18951 /* confdefs.h. */
18952 _ACEOF
18953 cat confdefs.h >>conftest.$ac_ext
18954 cat >>conftest.$ac_ext <<_ACEOF
18955 /* end confdefs.h. */
18958 main ()
18960 /* FIXME: Include the comments suggested by Paul. */
18961 #ifndef __cplusplus
18962 /* Ultrix mips cc rejects this. */
18963 typedef int charset[2];
18964 const charset cs;
18965 /* SunOS 4.1.1 cc rejects this. */
18966 char const *const *pcpcc;
18967 char **ppc;
18968 /* NEC SVR4.0.2 mips cc rejects this. */
18969 struct point {int x, y;};
18970 static struct point const zero = {0,0};
18971 /* AIX XL C 1.02.0.0 rejects this.
18972 It does not let you subtract one const X* pointer from another in
18973 an arm of an if-expression whose if-part is not a constant
18974 expression */
18975 const char *g = "string";
18976 pcpcc = &g + (g ? g-g : 0);
18977 /* HPUX 7.0 cc rejects these. */
18978 ++pcpcc;
18979 ppc = (char**) pcpcc;
18980 pcpcc = (char const *const *) ppc;
18981 { /* SCO 3.2v4 cc rejects this. */
18982 char *t;
18983 char const *s = 0 ? (char *) 0 : (char const *) 0;
18985 *t++ = 0;
18986 if (s) return 0;
18988 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18989 int x[] = {25, 17};
18990 const int *foo = &x[0];
18991 ++foo;
18993 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18994 typedef const int *iptr;
18995 iptr p = 0;
18996 ++p;
18998 { /* AIX XL C 1.02.0.0 rejects this saying
18999 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19000 struct s { int j; const int *ap[3]; };
19001 struct s *b; b->j = 5;
19003 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19004 const int foo = 10;
19005 if (!foo) return 0;
19007 return !cs[0] && !zero.x;
19008 #endif
19011 return 0;
19013 _ACEOF
19014 rm -f conftest.$ac_objext
19015 if { (ac_try="$ac_compile"
19016 case "(($ac_try" in
19017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19018 *) ac_try_echo=$ac_try;;
19019 esac
19020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19021 (eval "$ac_compile") 2>conftest.er1
19022 ac_status=$?
19023 grep -v '^ *+' conftest.er1 >conftest.err
19024 rm -f conftest.er1
19025 cat conftest.err >&5
19026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19027 (exit $ac_status); } && {
19028 test -z "$ac_c_werror_flag" ||
19029 test ! -s conftest.err
19030 } && test -s conftest.$ac_objext; then
19031 ac_cv_c_const=yes
19032 else
19033 echo "$as_me: failed program was:" >&5
19034 sed 's/^/| /' conftest.$ac_ext >&5
19036 ac_cv_c_const=no
19039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19041 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19042 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19043 if test $ac_cv_c_const = no; then
19045 cat >>confdefs.h <<\_ACEOF
19046 #define const
19047 _ACEOF
19051 { echo "$as_me:$LINENO: checking for inline" >&5
19052 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19053 if test "${ac_cv_c_inline+set}" = set; then
19054 echo $ECHO_N "(cached) $ECHO_C" >&6
19055 else
19056 ac_cv_c_inline=no
19057 for ac_kw in inline __inline__ __inline; do
19058 cat >conftest.$ac_ext <<_ACEOF
19059 /* confdefs.h. */
19060 _ACEOF
19061 cat confdefs.h >>conftest.$ac_ext
19062 cat >>conftest.$ac_ext <<_ACEOF
19063 /* end confdefs.h. */
19064 #ifndef __cplusplus
19065 typedef int foo_t;
19066 static $ac_kw foo_t static_foo () {return 0; }
19067 $ac_kw foo_t foo () {return 0; }
19068 #endif
19070 _ACEOF
19071 rm -f conftest.$ac_objext
19072 if { (ac_try="$ac_compile"
19073 case "(($ac_try" in
19074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19075 *) ac_try_echo=$ac_try;;
19076 esac
19077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19078 (eval "$ac_compile") 2>conftest.er1
19079 ac_status=$?
19080 grep -v '^ *+' conftest.er1 >conftest.err
19081 rm -f conftest.er1
19082 cat conftest.err >&5
19083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19084 (exit $ac_status); } && {
19085 test -z "$ac_c_werror_flag" ||
19086 test ! -s conftest.err
19087 } && test -s conftest.$ac_objext; then
19088 ac_cv_c_inline=$ac_kw
19089 else
19090 echo "$as_me: failed program was:" >&5
19091 sed 's/^/| /' conftest.$ac_ext >&5
19096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19097 test "$ac_cv_c_inline" != no && break
19098 done
19101 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19102 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19105 case $ac_cv_c_inline in
19106 inline | yes) ;;
19108 case $ac_cv_c_inline in
19109 no) ac_val=;;
19110 *) ac_val=$ac_cv_c_inline;;
19111 esac
19112 cat >>confdefs.h <<_ACEOF
19113 #ifndef __cplusplus
19114 #define inline $ac_val
19115 #endif
19116 _ACEOF
19118 esac
19120 { echo "$as_me:$LINENO: checking for mode_t" >&5
19121 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19122 if test "${ac_cv_type_mode_t+set}" = set; then
19123 echo $ECHO_N "(cached) $ECHO_C" >&6
19124 else
19125 cat >conftest.$ac_ext <<_ACEOF
19126 /* confdefs.h. */
19127 _ACEOF
19128 cat confdefs.h >>conftest.$ac_ext
19129 cat >>conftest.$ac_ext <<_ACEOF
19130 /* end confdefs.h. */
19131 $ac_includes_default
19132 typedef mode_t ac__type_new_;
19134 main ()
19136 if ((ac__type_new_ *) 0)
19137 return 0;
19138 if (sizeof (ac__type_new_))
19139 return 0;
19141 return 0;
19143 _ACEOF
19144 rm -f conftest.$ac_objext
19145 if { (ac_try="$ac_compile"
19146 case "(($ac_try" in
19147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19148 *) ac_try_echo=$ac_try;;
19149 esac
19150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19151 (eval "$ac_compile") 2>conftest.er1
19152 ac_status=$?
19153 grep -v '^ *+' conftest.er1 >conftest.err
19154 rm -f conftest.er1
19155 cat conftest.err >&5
19156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19157 (exit $ac_status); } && {
19158 test -z "$ac_c_werror_flag" ||
19159 test ! -s conftest.err
19160 } && test -s conftest.$ac_objext; then
19161 ac_cv_type_mode_t=yes
19162 else
19163 echo "$as_me: failed program was:" >&5
19164 sed 's/^/| /' conftest.$ac_ext >&5
19166 ac_cv_type_mode_t=no
19169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19171 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19172 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19173 if test $ac_cv_type_mode_t = yes; then
19175 cat >>confdefs.h <<_ACEOF
19176 #define HAVE_MODE_T 1
19177 _ACEOF
19181 { echo "$as_me:$LINENO: checking for off_t" >&5
19182 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19183 if test "${ac_cv_type_off_t+set}" = set; then
19184 echo $ECHO_N "(cached) $ECHO_C" >&6
19185 else
19186 cat >conftest.$ac_ext <<_ACEOF
19187 /* confdefs.h. */
19188 _ACEOF
19189 cat confdefs.h >>conftest.$ac_ext
19190 cat >>conftest.$ac_ext <<_ACEOF
19191 /* end confdefs.h. */
19192 $ac_includes_default
19193 typedef off_t ac__type_new_;
19195 main ()
19197 if ((ac__type_new_ *) 0)
19198 return 0;
19199 if (sizeof (ac__type_new_))
19200 return 0;
19202 return 0;
19204 _ACEOF
19205 rm -f conftest.$ac_objext
19206 if { (ac_try="$ac_compile"
19207 case "(($ac_try" in
19208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19209 *) ac_try_echo=$ac_try;;
19210 esac
19211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19212 (eval "$ac_compile") 2>conftest.er1
19213 ac_status=$?
19214 grep -v '^ *+' conftest.er1 >conftest.err
19215 rm -f conftest.er1
19216 cat conftest.err >&5
19217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19218 (exit $ac_status); } && {
19219 test -z "$ac_c_werror_flag" ||
19220 test ! -s conftest.err
19221 } && test -s conftest.$ac_objext; then
19222 ac_cv_type_off_t=yes
19223 else
19224 echo "$as_me: failed program was:" >&5
19225 sed 's/^/| /' conftest.$ac_ext >&5
19227 ac_cv_type_off_t=no
19230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19232 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19233 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19234 if test $ac_cv_type_off_t = yes; then
19236 cat >>confdefs.h <<_ACEOF
19237 #define HAVE_OFF_T 1
19238 _ACEOF
19242 { echo "$as_me:$LINENO: checking for pid_t" >&5
19243 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19244 if test "${ac_cv_type_pid_t+set}" = set; then
19245 echo $ECHO_N "(cached) $ECHO_C" >&6
19246 else
19247 cat >conftest.$ac_ext <<_ACEOF
19248 /* confdefs.h. */
19249 _ACEOF
19250 cat confdefs.h >>conftest.$ac_ext
19251 cat >>conftest.$ac_ext <<_ACEOF
19252 /* end confdefs.h. */
19253 $ac_includes_default
19254 typedef pid_t ac__type_new_;
19256 main ()
19258 if ((ac__type_new_ *) 0)
19259 return 0;
19260 if (sizeof (ac__type_new_))
19261 return 0;
19263 return 0;
19265 _ACEOF
19266 rm -f conftest.$ac_objext
19267 if { (ac_try="$ac_compile"
19268 case "(($ac_try" in
19269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19270 *) ac_try_echo=$ac_try;;
19271 esac
19272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19273 (eval "$ac_compile") 2>conftest.er1
19274 ac_status=$?
19275 grep -v '^ *+' conftest.er1 >conftest.err
19276 rm -f conftest.er1
19277 cat conftest.err >&5
19278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19279 (exit $ac_status); } && {
19280 test -z "$ac_c_werror_flag" ||
19281 test ! -s conftest.err
19282 } && test -s conftest.$ac_objext; then
19283 ac_cv_type_pid_t=yes
19284 else
19285 echo "$as_me: failed program was:" >&5
19286 sed 's/^/| /' conftest.$ac_ext >&5
19288 ac_cv_type_pid_t=no
19291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19293 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19294 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19295 if test $ac_cv_type_pid_t = yes; then
19297 cat >>confdefs.h <<_ACEOF
19298 #define HAVE_PID_T 1
19299 _ACEOF
19303 { echo "$as_me:$LINENO: checking for size_t" >&5
19304 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19305 if test "${ac_cv_type_size_t+set}" = set; then
19306 echo $ECHO_N "(cached) $ECHO_C" >&6
19307 else
19308 cat >conftest.$ac_ext <<_ACEOF
19309 /* confdefs.h. */
19310 _ACEOF
19311 cat confdefs.h >>conftest.$ac_ext
19312 cat >>conftest.$ac_ext <<_ACEOF
19313 /* end confdefs.h. */
19314 $ac_includes_default
19315 typedef size_t ac__type_new_;
19317 main ()
19319 if ((ac__type_new_ *) 0)
19320 return 0;
19321 if (sizeof (ac__type_new_))
19322 return 0;
19324 return 0;
19326 _ACEOF
19327 rm -f conftest.$ac_objext
19328 if { (ac_try="$ac_compile"
19329 case "(($ac_try" in
19330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19331 *) ac_try_echo=$ac_try;;
19332 esac
19333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19334 (eval "$ac_compile") 2>conftest.er1
19335 ac_status=$?
19336 grep -v '^ *+' conftest.er1 >conftest.err
19337 rm -f conftest.er1
19338 cat conftest.err >&5
19339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19340 (exit $ac_status); } && {
19341 test -z "$ac_c_werror_flag" ||
19342 test ! -s conftest.err
19343 } && test -s conftest.$ac_objext; then
19344 ac_cv_type_size_t=yes
19345 else
19346 echo "$as_me: failed program was:" >&5
19347 sed 's/^/| /' conftest.$ac_ext >&5
19349 ac_cv_type_size_t=no
19352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19354 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19355 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19356 if test $ac_cv_type_size_t = yes; then
19358 cat >>confdefs.h <<_ACEOF
19359 #define HAVE_SIZE_T 1
19360 _ACEOF
19364 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19365 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19366 if test "${ac_cv_type_ssize_t+set}" = set; then
19367 echo $ECHO_N "(cached) $ECHO_C" >&6
19368 else
19369 cat >conftest.$ac_ext <<_ACEOF
19370 /* confdefs.h. */
19371 _ACEOF
19372 cat confdefs.h >>conftest.$ac_ext
19373 cat >>conftest.$ac_ext <<_ACEOF
19374 /* end confdefs.h. */
19375 $ac_includes_default
19376 typedef ssize_t ac__type_new_;
19378 main ()
19380 if ((ac__type_new_ *) 0)
19381 return 0;
19382 if (sizeof (ac__type_new_))
19383 return 0;
19385 return 0;
19387 _ACEOF
19388 rm -f conftest.$ac_objext
19389 if { (ac_try="$ac_compile"
19390 case "(($ac_try" in
19391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19392 *) ac_try_echo=$ac_try;;
19393 esac
19394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19395 (eval "$ac_compile") 2>conftest.er1
19396 ac_status=$?
19397 grep -v '^ *+' conftest.er1 >conftest.err
19398 rm -f conftest.er1
19399 cat conftest.err >&5
19400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19401 (exit $ac_status); } && {
19402 test -z "$ac_c_werror_flag" ||
19403 test ! -s conftest.err
19404 } && test -s conftest.$ac_objext; then
19405 ac_cv_type_ssize_t=yes
19406 else
19407 echo "$as_me: failed program was:" >&5
19408 sed 's/^/| /' conftest.$ac_ext >&5
19410 ac_cv_type_ssize_t=no
19413 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19415 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19416 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19417 if test $ac_cv_type_ssize_t = yes; then
19419 cat >>confdefs.h <<_ACEOF
19420 #define HAVE_SSIZE_T 1
19421 _ACEOF
19425 { echo "$as_me:$LINENO: checking for long long" >&5
19426 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19427 if test "${ac_cv_type_long_long+set}" = set; then
19428 echo $ECHO_N "(cached) $ECHO_C" >&6
19429 else
19430 cat >conftest.$ac_ext <<_ACEOF
19431 /* confdefs.h. */
19432 _ACEOF
19433 cat confdefs.h >>conftest.$ac_ext
19434 cat >>conftest.$ac_ext <<_ACEOF
19435 /* end confdefs.h. */
19436 $ac_includes_default
19437 typedef long long ac__type_new_;
19439 main ()
19441 if ((ac__type_new_ *) 0)
19442 return 0;
19443 if (sizeof (ac__type_new_))
19444 return 0;
19446 return 0;
19448 _ACEOF
19449 rm -f conftest.$ac_objext
19450 if { (ac_try="$ac_compile"
19451 case "(($ac_try" in
19452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19453 *) ac_try_echo=$ac_try;;
19454 esac
19455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19456 (eval "$ac_compile") 2>conftest.er1
19457 ac_status=$?
19458 grep -v '^ *+' conftest.er1 >conftest.err
19459 rm -f conftest.er1
19460 cat conftest.err >&5
19461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19462 (exit $ac_status); } && {
19463 test -z "$ac_c_werror_flag" ||
19464 test ! -s conftest.err
19465 } && test -s conftest.$ac_objext; then
19466 ac_cv_type_long_long=yes
19467 else
19468 echo "$as_me: failed program was:" >&5
19469 sed 's/^/| /' conftest.$ac_ext >&5
19471 ac_cv_type_long_long=no
19474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19476 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19477 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19478 if test $ac_cv_type_long_long = yes; then
19480 cat >>confdefs.h <<_ACEOF
19481 #define HAVE_LONG_LONG 1
19482 _ACEOF
19486 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19487 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19488 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
19489 echo $ECHO_N "(cached) $ECHO_C" >&6
19490 else
19491 cat >conftest.$ac_ext <<_ACEOF
19492 /* confdefs.h. */
19493 _ACEOF
19494 cat confdefs.h >>conftest.$ac_ext
19495 cat >>conftest.$ac_ext <<_ACEOF
19496 /* end confdefs.h. */
19497 $ac_includes_default
19498 typedef fsblkcnt_t ac__type_new_;
19500 main ()
19502 if ((ac__type_new_ *) 0)
19503 return 0;
19504 if (sizeof (ac__type_new_))
19505 return 0;
19507 return 0;
19509 _ACEOF
19510 rm -f conftest.$ac_objext
19511 if { (ac_try="$ac_compile"
19512 case "(($ac_try" in
19513 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19514 *) ac_try_echo=$ac_try;;
19515 esac
19516 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19517 (eval "$ac_compile") 2>conftest.er1
19518 ac_status=$?
19519 grep -v '^ *+' conftest.er1 >conftest.err
19520 rm -f conftest.er1
19521 cat conftest.err >&5
19522 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19523 (exit $ac_status); } && {
19524 test -z "$ac_c_werror_flag" ||
19525 test ! -s conftest.err
19526 } && test -s conftest.$ac_objext; then
19527 ac_cv_type_fsblkcnt_t=yes
19528 else
19529 echo "$as_me: failed program was:" >&5
19530 sed 's/^/| /' conftest.$ac_ext >&5
19532 ac_cv_type_fsblkcnt_t=no
19535 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19537 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
19538 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
19539 if test $ac_cv_type_fsblkcnt_t = yes; then
19541 cat >>confdefs.h <<_ACEOF
19542 #define HAVE_FSBLKCNT_T 1
19543 _ACEOF
19547 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
19548 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
19549 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
19550 echo $ECHO_N "(cached) $ECHO_C" >&6
19551 else
19552 cat >conftest.$ac_ext <<_ACEOF
19553 /* confdefs.h. */
19554 _ACEOF
19555 cat confdefs.h >>conftest.$ac_ext
19556 cat >>conftest.$ac_ext <<_ACEOF
19557 /* end confdefs.h. */
19558 $ac_includes_default
19559 typedef fsfilcnt_t ac__type_new_;
19561 main ()
19563 if ((ac__type_new_ *) 0)
19564 return 0;
19565 if (sizeof (ac__type_new_))
19566 return 0;
19568 return 0;
19570 _ACEOF
19571 rm -f conftest.$ac_objext
19572 if { (ac_try="$ac_compile"
19573 case "(($ac_try" in
19574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19575 *) ac_try_echo=$ac_try;;
19576 esac
19577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19578 (eval "$ac_compile") 2>conftest.er1
19579 ac_status=$?
19580 grep -v '^ *+' conftest.er1 >conftest.err
19581 rm -f conftest.er1
19582 cat conftest.err >&5
19583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19584 (exit $ac_status); } && {
19585 test -z "$ac_c_werror_flag" ||
19586 test ! -s conftest.err
19587 } && test -s conftest.$ac_objext; then
19588 ac_cv_type_fsfilcnt_t=yes
19589 else
19590 echo "$as_me: failed program was:" >&5
19591 sed 's/^/| /' conftest.$ac_ext >&5
19593 ac_cv_type_fsfilcnt_t=no
19596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19598 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19599 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19600 if test $ac_cv_type_fsfilcnt_t = yes; then
19602 cat >>confdefs.h <<_ACEOF
19603 #define HAVE_FSFILCNT_T 1
19604 _ACEOF
19609 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19610 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19611 if test "${ac_cv_type_sigset_t+set}" = set; then
19612 echo $ECHO_N "(cached) $ECHO_C" >&6
19613 else
19614 cat >conftest.$ac_ext <<_ACEOF
19615 /* confdefs.h. */
19616 _ACEOF
19617 cat confdefs.h >>conftest.$ac_ext
19618 cat >>conftest.$ac_ext <<_ACEOF
19619 /* end confdefs.h. */
19620 #include <sys/types.h>
19621 #include <signal.h>
19623 typedef sigset_t ac__type_new_;
19625 main ()
19627 if ((ac__type_new_ *) 0)
19628 return 0;
19629 if (sizeof (ac__type_new_))
19630 return 0;
19632 return 0;
19634 _ACEOF
19635 rm -f conftest.$ac_objext
19636 if { (ac_try="$ac_compile"
19637 case "(($ac_try" in
19638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19639 *) ac_try_echo=$ac_try;;
19640 esac
19641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19642 (eval "$ac_compile") 2>conftest.er1
19643 ac_status=$?
19644 grep -v '^ *+' conftest.er1 >conftest.err
19645 rm -f conftest.er1
19646 cat conftest.err >&5
19647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19648 (exit $ac_status); } && {
19649 test -z "$ac_c_werror_flag" ||
19650 test ! -s conftest.err
19651 } && test -s conftest.$ac_objext; then
19652 ac_cv_type_sigset_t=yes
19653 else
19654 echo "$as_me: failed program was:" >&5
19655 sed 's/^/| /' conftest.$ac_ext >&5
19657 ac_cv_type_sigset_t=no
19660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19662 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19663 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19664 if test $ac_cv_type_sigset_t = yes; then
19666 cat >>confdefs.h <<_ACEOF
19667 #define HAVE_SIGSET_T 1
19668 _ACEOF
19673 { echo "$as_me:$LINENO: checking for request_sense" >&5
19674 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19675 if test "${ac_cv_type_request_sense+set}" = set; then
19676 echo $ECHO_N "(cached) $ECHO_C" >&6
19677 else
19678 cat >conftest.$ac_ext <<_ACEOF
19679 /* confdefs.h. */
19680 _ACEOF
19681 cat confdefs.h >>conftest.$ac_ext
19682 cat >>conftest.$ac_ext <<_ACEOF
19683 /* end confdefs.h. */
19684 #include <linux/cdrom.h>
19686 typedef request_sense ac__type_new_;
19688 main ()
19690 if ((ac__type_new_ *) 0)
19691 return 0;
19692 if (sizeof (ac__type_new_))
19693 return 0;
19695 return 0;
19697 _ACEOF
19698 rm -f conftest.$ac_objext
19699 if { (ac_try="$ac_compile"
19700 case "(($ac_try" in
19701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19702 *) ac_try_echo=$ac_try;;
19703 esac
19704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19705 (eval "$ac_compile") 2>conftest.er1
19706 ac_status=$?
19707 grep -v '^ *+' conftest.er1 >conftest.err
19708 rm -f conftest.er1
19709 cat conftest.err >&5
19710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19711 (exit $ac_status); } && {
19712 test -z "$ac_c_werror_flag" ||
19713 test ! -s conftest.err
19714 } && test -s conftest.$ac_objext; then
19715 ac_cv_type_request_sense=yes
19716 else
19717 echo "$as_me: failed program was:" >&5
19718 sed 's/^/| /' conftest.$ac_ext >&5
19720 ac_cv_type_request_sense=no
19723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19725 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19726 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19727 if test $ac_cv_type_request_sense = yes; then
19729 cat >>confdefs.h <<_ACEOF
19730 #define HAVE_REQUEST_SENSE 1
19731 _ACEOF
19737 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
19738 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
19739 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
19740 echo $ECHO_N "(cached) $ECHO_C" >&6
19741 else
19742 cat >conftest.$ac_ext <<_ACEOF
19743 /* confdefs.h. */
19744 _ACEOF
19745 cat confdefs.h >>conftest.$ac_ext
19746 cat >>conftest.$ac_ext <<_ACEOF
19747 /* end confdefs.h. */
19748 #include <sys/types.h>
19749 #ifdef HAVE_SYS_SOCKET_H
19750 #include <sys/socket.h>
19751 #endif
19752 #ifdef HAVE_SYS_SOCKETVAR_H
19753 #include <sys/socketvar.h>
19754 #endif
19755 #ifdef HAVE_NET_ROUTE_H
19756 #include <net/route.h>
19757 #endif
19758 #ifdef HAVE_NETINET_IN_H
19759 #include <netinet/in.h>
19760 #endif
19761 #ifdef HAVE_NETINET_IN_SYSTM_H
19762 #include <netinet/in_systm.h>
19763 #endif
19764 #ifdef HAVE_NETINET_IP_H
19765 #include <netinet/ip.h>
19766 #endif
19767 #ifdef HAVE_NETINET_IN_PCB_H
19768 #include <netinet/in_pcb.h>
19769 #endif
19771 typedef struct xinpgen ac__type_new_;
19773 main ()
19775 if ((ac__type_new_ *) 0)
19776 return 0;
19777 if (sizeof (ac__type_new_))
19778 return 0;
19780 return 0;
19782 _ACEOF
19783 rm -f conftest.$ac_objext
19784 if { (ac_try="$ac_compile"
19785 case "(($ac_try" in
19786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19787 *) ac_try_echo=$ac_try;;
19788 esac
19789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19790 (eval "$ac_compile") 2>conftest.er1
19791 ac_status=$?
19792 grep -v '^ *+' conftest.er1 >conftest.err
19793 rm -f conftest.er1
19794 cat conftest.err >&5
19795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19796 (exit $ac_status); } && {
19797 test -z "$ac_c_werror_flag" ||
19798 test ! -s conftest.err
19799 } && test -s conftest.$ac_objext; then
19800 ac_cv_type_struct_xinpgen=yes
19801 else
19802 echo "$as_me: failed program was:" >&5
19803 sed 's/^/| /' conftest.$ac_ext >&5
19805 ac_cv_type_struct_xinpgen=no
19808 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19810 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
19811 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
19812 if test $ac_cv_type_struct_xinpgen = yes; then
19814 cat >>confdefs.h <<_ACEOF
19815 #define HAVE_STRUCT_XINPGEN 1
19816 _ACEOF
19822 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19823 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19824 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19825 echo $ECHO_N "(cached) $ECHO_C" >&6
19826 else
19827 cat >conftest.$ac_ext <<_ACEOF
19828 /* confdefs.h. */
19829 _ACEOF
19830 cat confdefs.h >>conftest.$ac_ext
19831 cat >>conftest.$ac_ext <<_ACEOF
19832 /* end confdefs.h. */
19833 #ifdef HAVE_LINUX_INPUT_H
19834 #include <linux/input.h>
19835 #endif
19838 main ()
19840 static struct ff_effect ac_aggr;
19841 if (ac_aggr.direction)
19842 return 0;
19844 return 0;
19846 _ACEOF
19847 rm -f conftest.$ac_objext
19848 if { (ac_try="$ac_compile"
19849 case "(($ac_try" in
19850 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19851 *) ac_try_echo=$ac_try;;
19852 esac
19853 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19854 (eval "$ac_compile") 2>conftest.er1
19855 ac_status=$?
19856 grep -v '^ *+' conftest.er1 >conftest.err
19857 rm -f conftest.er1
19858 cat conftest.err >&5
19859 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19860 (exit $ac_status); } && {
19861 test -z "$ac_c_werror_flag" ||
19862 test ! -s conftest.err
19863 } && test -s conftest.$ac_objext; then
19864 ac_cv_member_struct_ff_effect_direction=yes
19865 else
19866 echo "$as_me: failed program was:" >&5
19867 sed 's/^/| /' conftest.$ac_ext >&5
19869 cat >conftest.$ac_ext <<_ACEOF
19870 /* confdefs.h. */
19871 _ACEOF
19872 cat confdefs.h >>conftest.$ac_ext
19873 cat >>conftest.$ac_ext <<_ACEOF
19874 /* end confdefs.h. */
19875 #ifdef HAVE_LINUX_INPUT_H
19876 #include <linux/input.h>
19877 #endif
19880 main ()
19882 static struct ff_effect ac_aggr;
19883 if (sizeof ac_aggr.direction)
19884 return 0;
19886 return 0;
19888 _ACEOF
19889 rm -f conftest.$ac_objext
19890 if { (ac_try="$ac_compile"
19891 case "(($ac_try" in
19892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19893 *) ac_try_echo=$ac_try;;
19894 esac
19895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19896 (eval "$ac_compile") 2>conftest.er1
19897 ac_status=$?
19898 grep -v '^ *+' conftest.er1 >conftest.err
19899 rm -f conftest.er1
19900 cat conftest.err >&5
19901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19902 (exit $ac_status); } && {
19903 test -z "$ac_c_werror_flag" ||
19904 test ! -s conftest.err
19905 } && test -s conftest.$ac_objext; then
19906 ac_cv_member_struct_ff_effect_direction=yes
19907 else
19908 echo "$as_me: failed program was:" >&5
19909 sed 's/^/| /' conftest.$ac_ext >&5
19911 ac_cv_member_struct_ff_effect_direction=no
19914 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19917 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19919 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19920 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19921 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19923 cat >>confdefs.h <<_ACEOF
19924 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19925 _ACEOF
19931 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19932 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19933 if test "${wine_cv_have_sigaddset+set}" = set; then
19934 echo $ECHO_N "(cached) $ECHO_C" >&6
19935 else
19936 cat >conftest.$ac_ext <<_ACEOF
19937 /* confdefs.h. */
19938 _ACEOF
19939 cat confdefs.h >>conftest.$ac_ext
19940 cat >>conftest.$ac_ext <<_ACEOF
19941 /* end confdefs.h. */
19942 #include <signal.h>
19944 main ()
19946 sigset_t set; sigaddset(&set,SIGTERM);
19948 return 0;
19950 _ACEOF
19951 rm -f conftest.$ac_objext conftest$ac_exeext
19952 if { (ac_try="$ac_link"
19953 case "(($ac_try" in
19954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19955 *) ac_try_echo=$ac_try;;
19956 esac
19957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19958 (eval "$ac_link") 2>conftest.er1
19959 ac_status=$?
19960 grep -v '^ *+' conftest.er1 >conftest.err
19961 rm -f conftest.er1
19962 cat conftest.err >&5
19963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19964 (exit $ac_status); } && {
19965 test -z "$ac_c_werror_flag" ||
19966 test ! -s conftest.err
19967 } && test -s conftest$ac_exeext &&
19968 $as_test_x conftest$ac_exeext; then
19969 wine_cv_have_sigaddset=yes
19970 else
19971 echo "$as_me: failed program was:" >&5
19972 sed 's/^/| /' conftest.$ac_ext >&5
19974 wine_cv_have_sigaddset=no
19977 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19978 conftest$ac_exeext conftest.$ac_ext
19980 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19981 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19982 if test "$wine_cv_have_sigaddset" = "yes"
19983 then
19985 cat >>confdefs.h <<\_ACEOF
19986 #define HAVE_SIGADDSET 1
19987 _ACEOF
19992 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19993 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19994 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19995 echo $ECHO_N "(cached) $ECHO_C" >&6
19996 else
19997 cat >conftest.$ac_ext <<_ACEOF
19998 /* confdefs.h. */
19999 _ACEOF
20000 cat confdefs.h >>conftest.$ac_ext
20001 cat >>conftest.$ac_ext <<_ACEOF
20002 /* end confdefs.h. */
20003 #include <netdb.h>
20005 main ()
20008 char *name=0;
20009 struct hostent he;
20010 struct hostent *result;
20011 char *buf=0;
20012 int bufsize=0;
20013 int res,errnr;
20014 char *addr=0;
20015 int addrlen=0;
20016 int addrtype=0;
20017 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20018 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20021 return 0;
20023 _ACEOF
20024 rm -f conftest.$ac_objext conftest$ac_exeext
20025 if { (ac_try="$ac_link"
20026 case "(($ac_try" in
20027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20028 *) ac_try_echo=$ac_try;;
20029 esac
20030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20031 (eval "$ac_link") 2>conftest.er1
20032 ac_status=$?
20033 grep -v '^ *+' conftest.er1 >conftest.err
20034 rm -f conftest.er1
20035 cat conftest.err >&5
20036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20037 (exit $ac_status); } && {
20038 test -z "$ac_c_werror_flag" ||
20039 test ! -s conftest.err
20040 } && test -s conftest$ac_exeext &&
20041 $as_test_x conftest$ac_exeext; then
20042 wine_cv_linux_gethostbyname_r_6=yes
20043 else
20044 echo "$as_me: failed program was:" >&5
20045 sed 's/^/| /' conftest.$ac_ext >&5
20047 wine_cv_linux_gethostbyname_r_6=no
20051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20052 conftest$ac_exeext conftest.$ac_ext
20055 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20056 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20057 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20058 then
20060 cat >>confdefs.h <<\_ACEOF
20061 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20062 _ACEOF
20066 if test "$ac_cv_header_linux_joystick_h" = "yes"
20067 then
20068 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20069 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20070 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20071 echo $ECHO_N "(cached) $ECHO_C" >&6
20072 else
20073 cat >conftest.$ac_ext <<_ACEOF
20074 /* confdefs.h. */
20075 _ACEOF
20076 cat confdefs.h >>conftest.$ac_ext
20077 cat >>conftest.$ac_ext <<_ACEOF
20078 /* end confdefs.h. */
20080 #include <sys/ioctl.h>
20081 #include <sys/types.h>
20082 #include <linux/joystick.h>
20084 struct js_event blub;
20085 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20086 #error "no 2.2 header"
20087 #endif
20090 main ()
20092 /*empty*/
20094 return 0;
20096 _ACEOF
20097 rm -f conftest.$ac_objext
20098 if { (ac_try="$ac_compile"
20099 case "(($ac_try" in
20100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20101 *) ac_try_echo=$ac_try;;
20102 esac
20103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20104 (eval "$ac_compile") 2>conftest.er1
20105 ac_status=$?
20106 grep -v '^ *+' conftest.er1 >conftest.err
20107 rm -f conftest.er1
20108 cat conftest.err >&5
20109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20110 (exit $ac_status); } && {
20111 test -z "$ac_c_werror_flag" ||
20112 test ! -s conftest.err
20113 } && test -s conftest.$ac_objext; then
20114 wine_cv_linux_joystick_22_api=yes
20115 else
20116 echo "$as_me: failed program was:" >&5
20117 sed 's/^/| /' conftest.$ac_ext >&5
20119 wine_cv_linux_joystick_22_api=no
20122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20125 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20126 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20127 if test "$wine_cv_linux_joystick_22_api" = "yes"
20128 then
20130 cat >>confdefs.h <<\_ACEOF
20131 #define HAVE_LINUX_22_JOYSTICK_API 1
20132 _ACEOF
20138 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20139 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20140 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20141 echo $ECHO_N "(cached) $ECHO_C" >&6
20142 else
20143 cat >conftest.$ac_ext <<_ACEOF
20144 /* confdefs.h. */
20145 _ACEOF
20146 cat confdefs.h >>conftest.$ac_ext
20147 cat >>conftest.$ac_ext <<_ACEOF
20148 /* end confdefs.h. */
20149 #include <sys/types.h>
20150 #ifdef HAVE_SYS_PARAM_H
20151 # include <sys/param.h>
20152 #endif
20153 #ifdef HAVE_SYS_MOUNT_H
20154 # include <sys/mount.h>
20155 #endif
20156 #ifdef HAVE_SYS_VFS_H
20157 # include <sys/vfs.h>
20158 #endif
20159 #ifdef HAVE_SYS_STATFS_H
20160 # include <sys/statfs.h>
20161 #endif
20164 main ()
20166 static struct statfs ac_aggr;
20167 if (ac_aggr.f_bfree)
20168 return 0;
20170 return 0;
20172 _ACEOF
20173 rm -f conftest.$ac_objext
20174 if { (ac_try="$ac_compile"
20175 case "(($ac_try" in
20176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20177 *) ac_try_echo=$ac_try;;
20178 esac
20179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20180 (eval "$ac_compile") 2>conftest.er1
20181 ac_status=$?
20182 grep -v '^ *+' conftest.er1 >conftest.err
20183 rm -f conftest.er1
20184 cat conftest.err >&5
20185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20186 (exit $ac_status); } && {
20187 test -z "$ac_c_werror_flag" ||
20188 test ! -s conftest.err
20189 } && test -s conftest.$ac_objext; then
20190 ac_cv_member_struct_statfs_f_bfree=yes
20191 else
20192 echo "$as_me: failed program was:" >&5
20193 sed 's/^/| /' conftest.$ac_ext >&5
20195 cat >conftest.$ac_ext <<_ACEOF
20196 /* confdefs.h. */
20197 _ACEOF
20198 cat confdefs.h >>conftest.$ac_ext
20199 cat >>conftest.$ac_ext <<_ACEOF
20200 /* end confdefs.h. */
20201 #include <sys/types.h>
20202 #ifdef HAVE_SYS_PARAM_H
20203 # include <sys/param.h>
20204 #endif
20205 #ifdef HAVE_SYS_MOUNT_H
20206 # include <sys/mount.h>
20207 #endif
20208 #ifdef HAVE_SYS_VFS_H
20209 # include <sys/vfs.h>
20210 #endif
20211 #ifdef HAVE_SYS_STATFS_H
20212 # include <sys/statfs.h>
20213 #endif
20216 main ()
20218 static struct statfs ac_aggr;
20219 if (sizeof ac_aggr.f_bfree)
20220 return 0;
20222 return 0;
20224 _ACEOF
20225 rm -f conftest.$ac_objext
20226 if { (ac_try="$ac_compile"
20227 case "(($ac_try" in
20228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20229 *) ac_try_echo=$ac_try;;
20230 esac
20231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20232 (eval "$ac_compile") 2>conftest.er1
20233 ac_status=$?
20234 grep -v '^ *+' conftest.er1 >conftest.err
20235 rm -f conftest.er1
20236 cat conftest.err >&5
20237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20238 (exit $ac_status); } && {
20239 test -z "$ac_c_werror_flag" ||
20240 test ! -s conftest.err
20241 } && test -s conftest.$ac_objext; then
20242 ac_cv_member_struct_statfs_f_bfree=yes
20243 else
20244 echo "$as_me: failed program was:" >&5
20245 sed 's/^/| /' conftest.$ac_ext >&5
20247 ac_cv_member_struct_statfs_f_bfree=no
20250 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20253 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20255 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20256 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20257 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20259 cat >>confdefs.h <<_ACEOF
20260 #define HAVE_STRUCT_STATFS_F_BFREE 1
20261 _ACEOF
20265 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20266 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20267 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20268 echo $ECHO_N "(cached) $ECHO_C" >&6
20269 else
20270 cat >conftest.$ac_ext <<_ACEOF
20271 /* confdefs.h. */
20272 _ACEOF
20273 cat confdefs.h >>conftest.$ac_ext
20274 cat >>conftest.$ac_ext <<_ACEOF
20275 /* end confdefs.h. */
20276 #include <sys/types.h>
20277 #ifdef HAVE_SYS_PARAM_H
20278 # include <sys/param.h>
20279 #endif
20280 #ifdef HAVE_SYS_MOUNT_H
20281 # include <sys/mount.h>
20282 #endif
20283 #ifdef HAVE_SYS_VFS_H
20284 # include <sys/vfs.h>
20285 #endif
20286 #ifdef HAVE_SYS_STATFS_H
20287 # include <sys/statfs.h>
20288 #endif
20291 main ()
20293 static struct statfs ac_aggr;
20294 if (ac_aggr.f_bavail)
20295 return 0;
20297 return 0;
20299 _ACEOF
20300 rm -f conftest.$ac_objext
20301 if { (ac_try="$ac_compile"
20302 case "(($ac_try" in
20303 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20304 *) ac_try_echo=$ac_try;;
20305 esac
20306 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20307 (eval "$ac_compile") 2>conftest.er1
20308 ac_status=$?
20309 grep -v '^ *+' conftest.er1 >conftest.err
20310 rm -f conftest.er1
20311 cat conftest.err >&5
20312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20313 (exit $ac_status); } && {
20314 test -z "$ac_c_werror_flag" ||
20315 test ! -s conftest.err
20316 } && test -s conftest.$ac_objext; then
20317 ac_cv_member_struct_statfs_f_bavail=yes
20318 else
20319 echo "$as_me: failed program was:" >&5
20320 sed 's/^/| /' conftest.$ac_ext >&5
20322 cat >conftest.$ac_ext <<_ACEOF
20323 /* confdefs.h. */
20324 _ACEOF
20325 cat confdefs.h >>conftest.$ac_ext
20326 cat >>conftest.$ac_ext <<_ACEOF
20327 /* end confdefs.h. */
20328 #include <sys/types.h>
20329 #ifdef HAVE_SYS_PARAM_H
20330 # include <sys/param.h>
20331 #endif
20332 #ifdef HAVE_SYS_MOUNT_H
20333 # include <sys/mount.h>
20334 #endif
20335 #ifdef HAVE_SYS_VFS_H
20336 # include <sys/vfs.h>
20337 #endif
20338 #ifdef HAVE_SYS_STATFS_H
20339 # include <sys/statfs.h>
20340 #endif
20343 main ()
20345 static struct statfs ac_aggr;
20346 if (sizeof ac_aggr.f_bavail)
20347 return 0;
20349 return 0;
20351 _ACEOF
20352 rm -f conftest.$ac_objext
20353 if { (ac_try="$ac_compile"
20354 case "(($ac_try" in
20355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20356 *) ac_try_echo=$ac_try;;
20357 esac
20358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20359 (eval "$ac_compile") 2>conftest.er1
20360 ac_status=$?
20361 grep -v '^ *+' conftest.er1 >conftest.err
20362 rm -f conftest.er1
20363 cat conftest.err >&5
20364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20365 (exit $ac_status); } && {
20366 test -z "$ac_c_werror_flag" ||
20367 test ! -s conftest.err
20368 } && test -s conftest.$ac_objext; then
20369 ac_cv_member_struct_statfs_f_bavail=yes
20370 else
20371 echo "$as_me: failed program was:" >&5
20372 sed 's/^/| /' conftest.$ac_ext >&5
20374 ac_cv_member_struct_statfs_f_bavail=no
20377 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20380 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20382 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20383 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20384 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20386 cat >>confdefs.h <<_ACEOF
20387 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20388 _ACEOF
20392 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20393 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20394 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20395 echo $ECHO_N "(cached) $ECHO_C" >&6
20396 else
20397 cat >conftest.$ac_ext <<_ACEOF
20398 /* confdefs.h. */
20399 _ACEOF
20400 cat confdefs.h >>conftest.$ac_ext
20401 cat >>conftest.$ac_ext <<_ACEOF
20402 /* end confdefs.h. */
20403 #include <sys/types.h>
20404 #ifdef HAVE_SYS_PARAM_H
20405 # include <sys/param.h>
20406 #endif
20407 #ifdef HAVE_SYS_MOUNT_H
20408 # include <sys/mount.h>
20409 #endif
20410 #ifdef HAVE_SYS_VFS_H
20411 # include <sys/vfs.h>
20412 #endif
20413 #ifdef HAVE_SYS_STATFS_H
20414 # include <sys/statfs.h>
20415 #endif
20418 main ()
20420 static struct statfs ac_aggr;
20421 if (ac_aggr.f_frsize)
20422 return 0;
20424 return 0;
20426 _ACEOF
20427 rm -f conftest.$ac_objext
20428 if { (ac_try="$ac_compile"
20429 case "(($ac_try" in
20430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20431 *) ac_try_echo=$ac_try;;
20432 esac
20433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20434 (eval "$ac_compile") 2>conftest.er1
20435 ac_status=$?
20436 grep -v '^ *+' conftest.er1 >conftest.err
20437 rm -f conftest.er1
20438 cat conftest.err >&5
20439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20440 (exit $ac_status); } && {
20441 test -z "$ac_c_werror_flag" ||
20442 test ! -s conftest.err
20443 } && test -s conftest.$ac_objext; then
20444 ac_cv_member_struct_statfs_f_frsize=yes
20445 else
20446 echo "$as_me: failed program was:" >&5
20447 sed 's/^/| /' conftest.$ac_ext >&5
20449 cat >conftest.$ac_ext <<_ACEOF
20450 /* confdefs.h. */
20451 _ACEOF
20452 cat confdefs.h >>conftest.$ac_ext
20453 cat >>conftest.$ac_ext <<_ACEOF
20454 /* end confdefs.h. */
20455 #include <sys/types.h>
20456 #ifdef HAVE_SYS_PARAM_H
20457 # include <sys/param.h>
20458 #endif
20459 #ifdef HAVE_SYS_MOUNT_H
20460 # include <sys/mount.h>
20461 #endif
20462 #ifdef HAVE_SYS_VFS_H
20463 # include <sys/vfs.h>
20464 #endif
20465 #ifdef HAVE_SYS_STATFS_H
20466 # include <sys/statfs.h>
20467 #endif
20470 main ()
20472 static struct statfs ac_aggr;
20473 if (sizeof ac_aggr.f_frsize)
20474 return 0;
20476 return 0;
20478 _ACEOF
20479 rm -f conftest.$ac_objext
20480 if { (ac_try="$ac_compile"
20481 case "(($ac_try" in
20482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20483 *) ac_try_echo=$ac_try;;
20484 esac
20485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20486 (eval "$ac_compile") 2>conftest.er1
20487 ac_status=$?
20488 grep -v '^ *+' conftest.er1 >conftest.err
20489 rm -f conftest.er1
20490 cat conftest.err >&5
20491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20492 (exit $ac_status); } && {
20493 test -z "$ac_c_werror_flag" ||
20494 test ! -s conftest.err
20495 } && test -s conftest.$ac_objext; then
20496 ac_cv_member_struct_statfs_f_frsize=yes
20497 else
20498 echo "$as_me: failed program was:" >&5
20499 sed 's/^/| /' conftest.$ac_ext >&5
20501 ac_cv_member_struct_statfs_f_frsize=no
20504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20507 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20509 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
20510 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
20511 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
20513 cat >>confdefs.h <<_ACEOF
20514 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
20515 _ACEOF
20519 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
20520 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
20521 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
20522 echo $ECHO_N "(cached) $ECHO_C" >&6
20523 else
20524 cat >conftest.$ac_ext <<_ACEOF
20525 /* confdefs.h. */
20526 _ACEOF
20527 cat confdefs.h >>conftest.$ac_ext
20528 cat >>conftest.$ac_ext <<_ACEOF
20529 /* end confdefs.h. */
20530 #include <sys/types.h>
20531 #ifdef HAVE_SYS_PARAM_H
20532 # include <sys/param.h>
20533 #endif
20534 #ifdef HAVE_SYS_MOUNT_H
20535 # include <sys/mount.h>
20536 #endif
20537 #ifdef HAVE_SYS_VFS_H
20538 # include <sys/vfs.h>
20539 #endif
20540 #ifdef HAVE_SYS_STATFS_H
20541 # include <sys/statfs.h>
20542 #endif
20545 main ()
20547 static struct statfs ac_aggr;
20548 if (ac_aggr.f_ffree)
20549 return 0;
20551 return 0;
20553 _ACEOF
20554 rm -f conftest.$ac_objext
20555 if { (ac_try="$ac_compile"
20556 case "(($ac_try" in
20557 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20558 *) ac_try_echo=$ac_try;;
20559 esac
20560 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20561 (eval "$ac_compile") 2>conftest.er1
20562 ac_status=$?
20563 grep -v '^ *+' conftest.er1 >conftest.err
20564 rm -f conftest.er1
20565 cat conftest.err >&5
20566 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20567 (exit $ac_status); } && {
20568 test -z "$ac_c_werror_flag" ||
20569 test ! -s conftest.err
20570 } && test -s conftest.$ac_objext; then
20571 ac_cv_member_struct_statfs_f_ffree=yes
20572 else
20573 echo "$as_me: failed program was:" >&5
20574 sed 's/^/| /' conftest.$ac_ext >&5
20576 cat >conftest.$ac_ext <<_ACEOF
20577 /* confdefs.h. */
20578 _ACEOF
20579 cat confdefs.h >>conftest.$ac_ext
20580 cat >>conftest.$ac_ext <<_ACEOF
20581 /* end confdefs.h. */
20582 #include <sys/types.h>
20583 #ifdef HAVE_SYS_PARAM_H
20584 # include <sys/param.h>
20585 #endif
20586 #ifdef HAVE_SYS_MOUNT_H
20587 # include <sys/mount.h>
20588 #endif
20589 #ifdef HAVE_SYS_VFS_H
20590 # include <sys/vfs.h>
20591 #endif
20592 #ifdef HAVE_SYS_STATFS_H
20593 # include <sys/statfs.h>
20594 #endif
20597 main ()
20599 static struct statfs ac_aggr;
20600 if (sizeof ac_aggr.f_ffree)
20601 return 0;
20603 return 0;
20605 _ACEOF
20606 rm -f conftest.$ac_objext
20607 if { (ac_try="$ac_compile"
20608 case "(($ac_try" in
20609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20610 *) ac_try_echo=$ac_try;;
20611 esac
20612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20613 (eval "$ac_compile") 2>conftest.er1
20614 ac_status=$?
20615 grep -v '^ *+' conftest.er1 >conftest.err
20616 rm -f conftest.er1
20617 cat conftest.err >&5
20618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20619 (exit $ac_status); } && {
20620 test -z "$ac_c_werror_flag" ||
20621 test ! -s conftest.err
20622 } && test -s conftest.$ac_objext; then
20623 ac_cv_member_struct_statfs_f_ffree=yes
20624 else
20625 echo "$as_me: failed program was:" >&5
20626 sed 's/^/| /' conftest.$ac_ext >&5
20628 ac_cv_member_struct_statfs_f_ffree=no
20631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20636 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
20637 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
20638 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
20640 cat >>confdefs.h <<_ACEOF
20641 #define HAVE_STRUCT_STATFS_F_FFREE 1
20642 _ACEOF
20646 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
20647 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
20648 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
20649 echo $ECHO_N "(cached) $ECHO_C" >&6
20650 else
20651 cat >conftest.$ac_ext <<_ACEOF
20652 /* confdefs.h. */
20653 _ACEOF
20654 cat confdefs.h >>conftest.$ac_ext
20655 cat >>conftest.$ac_ext <<_ACEOF
20656 /* end confdefs.h. */
20657 #include <sys/types.h>
20658 #ifdef HAVE_SYS_PARAM_H
20659 # include <sys/param.h>
20660 #endif
20661 #ifdef HAVE_SYS_MOUNT_H
20662 # include <sys/mount.h>
20663 #endif
20664 #ifdef HAVE_SYS_VFS_H
20665 # include <sys/vfs.h>
20666 #endif
20667 #ifdef HAVE_SYS_STATFS_H
20668 # include <sys/statfs.h>
20669 #endif
20672 main ()
20674 static struct statfs ac_aggr;
20675 if (ac_aggr.f_favail)
20676 return 0;
20678 return 0;
20680 _ACEOF
20681 rm -f conftest.$ac_objext
20682 if { (ac_try="$ac_compile"
20683 case "(($ac_try" in
20684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20685 *) ac_try_echo=$ac_try;;
20686 esac
20687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20688 (eval "$ac_compile") 2>conftest.er1
20689 ac_status=$?
20690 grep -v '^ *+' conftest.er1 >conftest.err
20691 rm -f conftest.er1
20692 cat conftest.err >&5
20693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20694 (exit $ac_status); } && {
20695 test -z "$ac_c_werror_flag" ||
20696 test ! -s conftest.err
20697 } && test -s conftest.$ac_objext; then
20698 ac_cv_member_struct_statfs_f_favail=yes
20699 else
20700 echo "$as_me: failed program was:" >&5
20701 sed 's/^/| /' conftest.$ac_ext >&5
20703 cat >conftest.$ac_ext <<_ACEOF
20704 /* confdefs.h. */
20705 _ACEOF
20706 cat confdefs.h >>conftest.$ac_ext
20707 cat >>conftest.$ac_ext <<_ACEOF
20708 /* end confdefs.h. */
20709 #include <sys/types.h>
20710 #ifdef HAVE_SYS_PARAM_H
20711 # include <sys/param.h>
20712 #endif
20713 #ifdef HAVE_SYS_MOUNT_H
20714 # include <sys/mount.h>
20715 #endif
20716 #ifdef HAVE_SYS_VFS_H
20717 # include <sys/vfs.h>
20718 #endif
20719 #ifdef HAVE_SYS_STATFS_H
20720 # include <sys/statfs.h>
20721 #endif
20724 main ()
20726 static struct statfs ac_aggr;
20727 if (sizeof ac_aggr.f_favail)
20728 return 0;
20730 return 0;
20732 _ACEOF
20733 rm -f conftest.$ac_objext
20734 if { (ac_try="$ac_compile"
20735 case "(($ac_try" in
20736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20737 *) ac_try_echo=$ac_try;;
20738 esac
20739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20740 (eval "$ac_compile") 2>conftest.er1
20741 ac_status=$?
20742 grep -v '^ *+' conftest.er1 >conftest.err
20743 rm -f conftest.er1
20744 cat conftest.err >&5
20745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20746 (exit $ac_status); } && {
20747 test -z "$ac_c_werror_flag" ||
20748 test ! -s conftest.err
20749 } && test -s conftest.$ac_objext; then
20750 ac_cv_member_struct_statfs_f_favail=yes
20751 else
20752 echo "$as_me: failed program was:" >&5
20753 sed 's/^/| /' conftest.$ac_ext >&5
20755 ac_cv_member_struct_statfs_f_favail=no
20758 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20761 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20763 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20764 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20765 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20767 cat >>confdefs.h <<_ACEOF
20768 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20769 _ACEOF
20773 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20774 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20775 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20776 echo $ECHO_N "(cached) $ECHO_C" >&6
20777 else
20778 cat >conftest.$ac_ext <<_ACEOF
20779 /* confdefs.h. */
20780 _ACEOF
20781 cat confdefs.h >>conftest.$ac_ext
20782 cat >>conftest.$ac_ext <<_ACEOF
20783 /* end confdefs.h. */
20784 #include <sys/types.h>
20785 #ifdef HAVE_SYS_PARAM_H
20786 # include <sys/param.h>
20787 #endif
20788 #ifdef HAVE_SYS_MOUNT_H
20789 # include <sys/mount.h>
20790 #endif
20791 #ifdef HAVE_SYS_VFS_H
20792 # include <sys/vfs.h>
20793 #endif
20794 #ifdef HAVE_SYS_STATFS_H
20795 # include <sys/statfs.h>
20796 #endif
20799 main ()
20801 static struct statfs ac_aggr;
20802 if (ac_aggr.f_namelen)
20803 return 0;
20805 return 0;
20807 _ACEOF
20808 rm -f conftest.$ac_objext
20809 if { (ac_try="$ac_compile"
20810 case "(($ac_try" in
20811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20812 *) ac_try_echo=$ac_try;;
20813 esac
20814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20815 (eval "$ac_compile") 2>conftest.er1
20816 ac_status=$?
20817 grep -v '^ *+' conftest.er1 >conftest.err
20818 rm -f conftest.er1
20819 cat conftest.err >&5
20820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20821 (exit $ac_status); } && {
20822 test -z "$ac_c_werror_flag" ||
20823 test ! -s conftest.err
20824 } && test -s conftest.$ac_objext; then
20825 ac_cv_member_struct_statfs_f_namelen=yes
20826 else
20827 echo "$as_me: failed program was:" >&5
20828 sed 's/^/| /' conftest.$ac_ext >&5
20830 cat >conftest.$ac_ext <<_ACEOF
20831 /* confdefs.h. */
20832 _ACEOF
20833 cat confdefs.h >>conftest.$ac_ext
20834 cat >>conftest.$ac_ext <<_ACEOF
20835 /* end confdefs.h. */
20836 #include <sys/types.h>
20837 #ifdef HAVE_SYS_PARAM_H
20838 # include <sys/param.h>
20839 #endif
20840 #ifdef HAVE_SYS_MOUNT_H
20841 # include <sys/mount.h>
20842 #endif
20843 #ifdef HAVE_SYS_VFS_H
20844 # include <sys/vfs.h>
20845 #endif
20846 #ifdef HAVE_SYS_STATFS_H
20847 # include <sys/statfs.h>
20848 #endif
20851 main ()
20853 static struct statfs ac_aggr;
20854 if (sizeof ac_aggr.f_namelen)
20855 return 0;
20857 return 0;
20859 _ACEOF
20860 rm -f conftest.$ac_objext
20861 if { (ac_try="$ac_compile"
20862 case "(($ac_try" in
20863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20864 *) ac_try_echo=$ac_try;;
20865 esac
20866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20867 (eval "$ac_compile") 2>conftest.er1
20868 ac_status=$?
20869 grep -v '^ *+' conftest.er1 >conftest.err
20870 rm -f conftest.er1
20871 cat conftest.err >&5
20872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20873 (exit $ac_status); } && {
20874 test -z "$ac_c_werror_flag" ||
20875 test ! -s conftest.err
20876 } && test -s conftest.$ac_objext; then
20877 ac_cv_member_struct_statfs_f_namelen=yes
20878 else
20879 echo "$as_me: failed program was:" >&5
20880 sed 's/^/| /' conftest.$ac_ext >&5
20882 ac_cv_member_struct_statfs_f_namelen=no
20885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20888 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20890 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20891 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20892 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20894 cat >>confdefs.h <<_ACEOF
20895 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20896 _ACEOF
20902 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20903 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20904 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20905 echo $ECHO_N "(cached) $ECHO_C" >&6
20906 else
20907 cat >conftest.$ac_ext <<_ACEOF
20908 /* confdefs.h. */
20909 _ACEOF
20910 cat confdefs.h >>conftest.$ac_ext
20911 cat >>conftest.$ac_ext <<_ACEOF
20912 /* end confdefs.h. */
20913 #ifdef HAVE_SYS_STATVFS_H
20914 #include <sys/statvfs.h>
20915 #endif
20918 main ()
20920 static struct statvfs ac_aggr;
20921 if (ac_aggr.f_blocks)
20922 return 0;
20924 return 0;
20926 _ACEOF
20927 rm -f conftest.$ac_objext
20928 if { (ac_try="$ac_compile"
20929 case "(($ac_try" in
20930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20931 *) ac_try_echo=$ac_try;;
20932 esac
20933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20934 (eval "$ac_compile") 2>conftest.er1
20935 ac_status=$?
20936 grep -v '^ *+' conftest.er1 >conftest.err
20937 rm -f conftest.er1
20938 cat conftest.err >&5
20939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20940 (exit $ac_status); } && {
20941 test -z "$ac_c_werror_flag" ||
20942 test ! -s conftest.err
20943 } && test -s conftest.$ac_objext; then
20944 ac_cv_member_struct_statvfs_f_blocks=yes
20945 else
20946 echo "$as_me: failed program was:" >&5
20947 sed 's/^/| /' conftest.$ac_ext >&5
20949 cat >conftest.$ac_ext <<_ACEOF
20950 /* confdefs.h. */
20951 _ACEOF
20952 cat confdefs.h >>conftest.$ac_ext
20953 cat >>conftest.$ac_ext <<_ACEOF
20954 /* end confdefs.h. */
20955 #ifdef HAVE_SYS_STATVFS_H
20956 #include <sys/statvfs.h>
20957 #endif
20960 main ()
20962 static struct statvfs ac_aggr;
20963 if (sizeof ac_aggr.f_blocks)
20964 return 0;
20966 return 0;
20968 _ACEOF
20969 rm -f conftest.$ac_objext
20970 if { (ac_try="$ac_compile"
20971 case "(($ac_try" in
20972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20973 *) ac_try_echo=$ac_try;;
20974 esac
20975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20976 (eval "$ac_compile") 2>conftest.er1
20977 ac_status=$?
20978 grep -v '^ *+' conftest.er1 >conftest.err
20979 rm -f conftest.er1
20980 cat conftest.err >&5
20981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20982 (exit $ac_status); } && {
20983 test -z "$ac_c_werror_flag" ||
20984 test ! -s conftest.err
20985 } && test -s conftest.$ac_objext; then
20986 ac_cv_member_struct_statvfs_f_blocks=yes
20987 else
20988 echo "$as_me: failed program was:" >&5
20989 sed 's/^/| /' conftest.$ac_ext >&5
20991 ac_cv_member_struct_statvfs_f_blocks=no
20994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20997 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20999 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21000 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21001 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21003 cat >>confdefs.h <<_ACEOF
21004 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21005 _ACEOF
21011 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21012 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21013 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21014 echo $ECHO_N "(cached) $ECHO_C" >&6
21015 else
21016 cat >conftest.$ac_ext <<_ACEOF
21017 /* confdefs.h. */
21018 _ACEOF
21019 cat confdefs.h >>conftest.$ac_ext
21020 cat >>conftest.$ac_ext <<_ACEOF
21021 /* end confdefs.h. */
21022 #include <sys/types.h>
21023 #ifdef HAVE_SYS_SOCKET_H
21024 # include <sys/socket.h>
21025 #endif
21026 #ifdef HAVE_SYS_UN_H
21027 # include <sys/un.h>
21028 #endif
21031 main ()
21033 static struct msghdr ac_aggr;
21034 if (ac_aggr.msg_accrights)
21035 return 0;
21037 return 0;
21039 _ACEOF
21040 rm -f conftest.$ac_objext
21041 if { (ac_try="$ac_compile"
21042 case "(($ac_try" in
21043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21044 *) ac_try_echo=$ac_try;;
21045 esac
21046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21047 (eval "$ac_compile") 2>conftest.er1
21048 ac_status=$?
21049 grep -v '^ *+' conftest.er1 >conftest.err
21050 rm -f conftest.er1
21051 cat conftest.err >&5
21052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21053 (exit $ac_status); } && {
21054 test -z "$ac_c_werror_flag" ||
21055 test ! -s conftest.err
21056 } && test -s conftest.$ac_objext; then
21057 ac_cv_member_struct_msghdr_msg_accrights=yes
21058 else
21059 echo "$as_me: failed program was:" >&5
21060 sed 's/^/| /' conftest.$ac_ext >&5
21062 cat >conftest.$ac_ext <<_ACEOF
21063 /* confdefs.h. */
21064 _ACEOF
21065 cat confdefs.h >>conftest.$ac_ext
21066 cat >>conftest.$ac_ext <<_ACEOF
21067 /* end confdefs.h. */
21068 #include <sys/types.h>
21069 #ifdef HAVE_SYS_SOCKET_H
21070 # include <sys/socket.h>
21071 #endif
21072 #ifdef HAVE_SYS_UN_H
21073 # include <sys/un.h>
21074 #endif
21077 main ()
21079 static struct msghdr ac_aggr;
21080 if (sizeof ac_aggr.msg_accrights)
21081 return 0;
21083 return 0;
21085 _ACEOF
21086 rm -f conftest.$ac_objext
21087 if { (ac_try="$ac_compile"
21088 case "(($ac_try" in
21089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21090 *) ac_try_echo=$ac_try;;
21091 esac
21092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21093 (eval "$ac_compile") 2>conftest.er1
21094 ac_status=$?
21095 grep -v '^ *+' conftest.er1 >conftest.err
21096 rm -f conftest.er1
21097 cat conftest.err >&5
21098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21099 (exit $ac_status); } && {
21100 test -z "$ac_c_werror_flag" ||
21101 test ! -s conftest.err
21102 } && test -s conftest.$ac_objext; then
21103 ac_cv_member_struct_msghdr_msg_accrights=yes
21104 else
21105 echo "$as_me: failed program was:" >&5
21106 sed 's/^/| /' conftest.$ac_ext >&5
21108 ac_cv_member_struct_msghdr_msg_accrights=no
21111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21114 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21116 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21117 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21118 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21120 cat >>confdefs.h <<_ACEOF
21121 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21122 _ACEOF
21126 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21127 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21128 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21129 echo $ECHO_N "(cached) $ECHO_C" >&6
21130 else
21131 cat >conftest.$ac_ext <<_ACEOF
21132 /* confdefs.h. */
21133 _ACEOF
21134 cat confdefs.h >>conftest.$ac_ext
21135 cat >>conftest.$ac_ext <<_ACEOF
21136 /* end confdefs.h. */
21137 #include <sys/types.h>
21138 #ifdef HAVE_SYS_SOCKET_H
21139 # include <sys/socket.h>
21140 #endif
21141 #ifdef HAVE_SYS_UN_H
21142 # include <sys/un.h>
21143 #endif
21146 main ()
21148 static struct sockaddr ac_aggr;
21149 if (ac_aggr.sa_len)
21150 return 0;
21152 return 0;
21154 _ACEOF
21155 rm -f conftest.$ac_objext
21156 if { (ac_try="$ac_compile"
21157 case "(($ac_try" in
21158 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21159 *) ac_try_echo=$ac_try;;
21160 esac
21161 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21162 (eval "$ac_compile") 2>conftest.er1
21163 ac_status=$?
21164 grep -v '^ *+' conftest.er1 >conftest.err
21165 rm -f conftest.er1
21166 cat conftest.err >&5
21167 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21168 (exit $ac_status); } && {
21169 test -z "$ac_c_werror_flag" ||
21170 test ! -s conftest.err
21171 } && test -s conftest.$ac_objext; then
21172 ac_cv_member_struct_sockaddr_sa_len=yes
21173 else
21174 echo "$as_me: failed program was:" >&5
21175 sed 's/^/| /' conftest.$ac_ext >&5
21177 cat >conftest.$ac_ext <<_ACEOF
21178 /* confdefs.h. */
21179 _ACEOF
21180 cat confdefs.h >>conftest.$ac_ext
21181 cat >>conftest.$ac_ext <<_ACEOF
21182 /* end confdefs.h. */
21183 #include <sys/types.h>
21184 #ifdef HAVE_SYS_SOCKET_H
21185 # include <sys/socket.h>
21186 #endif
21187 #ifdef HAVE_SYS_UN_H
21188 # include <sys/un.h>
21189 #endif
21192 main ()
21194 static struct sockaddr ac_aggr;
21195 if (sizeof ac_aggr.sa_len)
21196 return 0;
21198 return 0;
21200 _ACEOF
21201 rm -f conftest.$ac_objext
21202 if { (ac_try="$ac_compile"
21203 case "(($ac_try" in
21204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21205 *) ac_try_echo=$ac_try;;
21206 esac
21207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21208 (eval "$ac_compile") 2>conftest.er1
21209 ac_status=$?
21210 grep -v '^ *+' conftest.er1 >conftest.err
21211 rm -f conftest.er1
21212 cat conftest.err >&5
21213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21214 (exit $ac_status); } && {
21215 test -z "$ac_c_werror_flag" ||
21216 test ! -s conftest.err
21217 } && test -s conftest.$ac_objext; then
21218 ac_cv_member_struct_sockaddr_sa_len=yes
21219 else
21220 echo "$as_me: failed program was:" >&5
21221 sed 's/^/| /' conftest.$ac_ext >&5
21223 ac_cv_member_struct_sockaddr_sa_len=no
21226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21231 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21232 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21233 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21235 cat >>confdefs.h <<_ACEOF
21236 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21237 _ACEOF
21241 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21242 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21243 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21244 echo $ECHO_N "(cached) $ECHO_C" >&6
21245 else
21246 cat >conftest.$ac_ext <<_ACEOF
21247 /* confdefs.h. */
21248 _ACEOF
21249 cat confdefs.h >>conftest.$ac_ext
21250 cat >>conftest.$ac_ext <<_ACEOF
21251 /* end confdefs.h. */
21252 #include <sys/types.h>
21253 #ifdef HAVE_SYS_SOCKET_H
21254 # include <sys/socket.h>
21255 #endif
21256 #ifdef HAVE_SYS_UN_H
21257 # include <sys/un.h>
21258 #endif
21261 main ()
21263 static struct sockaddr_un ac_aggr;
21264 if (ac_aggr.sun_len)
21265 return 0;
21267 return 0;
21269 _ACEOF
21270 rm -f conftest.$ac_objext
21271 if { (ac_try="$ac_compile"
21272 case "(($ac_try" in
21273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21274 *) ac_try_echo=$ac_try;;
21275 esac
21276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21277 (eval "$ac_compile") 2>conftest.er1
21278 ac_status=$?
21279 grep -v '^ *+' conftest.er1 >conftest.err
21280 rm -f conftest.er1
21281 cat conftest.err >&5
21282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21283 (exit $ac_status); } && {
21284 test -z "$ac_c_werror_flag" ||
21285 test ! -s conftest.err
21286 } && test -s conftest.$ac_objext; then
21287 ac_cv_member_struct_sockaddr_un_sun_len=yes
21288 else
21289 echo "$as_me: failed program was:" >&5
21290 sed 's/^/| /' conftest.$ac_ext >&5
21292 cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h. */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 #include <sys/types.h>
21299 #ifdef HAVE_SYS_SOCKET_H
21300 # include <sys/socket.h>
21301 #endif
21302 #ifdef HAVE_SYS_UN_H
21303 # include <sys/un.h>
21304 #endif
21307 main ()
21309 static struct sockaddr_un ac_aggr;
21310 if (sizeof ac_aggr.sun_len)
21311 return 0;
21313 return 0;
21315 _ACEOF
21316 rm -f conftest.$ac_objext
21317 if { (ac_try="$ac_compile"
21318 case "(($ac_try" in
21319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21320 *) ac_try_echo=$ac_try;;
21321 esac
21322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21323 (eval "$ac_compile") 2>conftest.er1
21324 ac_status=$?
21325 grep -v '^ *+' conftest.er1 >conftest.err
21326 rm -f conftest.er1
21327 cat conftest.err >&5
21328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21329 (exit $ac_status); } && {
21330 test -z "$ac_c_werror_flag" ||
21331 test ! -s conftest.err
21332 } && test -s conftest.$ac_objext; then
21333 ac_cv_member_struct_sockaddr_un_sun_len=yes
21334 else
21335 echo "$as_me: failed program was:" >&5
21336 sed 's/^/| /' conftest.$ac_ext >&5
21338 ac_cv_member_struct_sockaddr_un_sun_len=no
21341 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21344 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21346 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21347 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21348 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21350 cat >>confdefs.h <<_ACEOF
21351 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21352 _ACEOF
21358 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21359 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21360 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21361 echo $ECHO_N "(cached) $ECHO_C" >&6
21362 else
21363 cat >conftest.$ac_ext <<_ACEOF
21364 /* confdefs.h. */
21365 _ACEOF
21366 cat confdefs.h >>conftest.$ac_ext
21367 cat >>conftest.$ac_ext <<_ACEOF
21368 /* end confdefs.h. */
21369 #include <sys/types.h>
21370 #ifdef HAVE_SCSI_SG_H
21371 #include <scsi/sg.h>
21372 #endif
21375 main ()
21377 static scsireq_t ac_aggr;
21378 if (ac_aggr.cmd)
21379 return 0;
21381 return 0;
21383 _ACEOF
21384 rm -f conftest.$ac_objext
21385 if { (ac_try="$ac_compile"
21386 case "(($ac_try" in
21387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21388 *) ac_try_echo=$ac_try;;
21389 esac
21390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21391 (eval "$ac_compile") 2>conftest.er1
21392 ac_status=$?
21393 grep -v '^ *+' conftest.er1 >conftest.err
21394 rm -f conftest.er1
21395 cat conftest.err >&5
21396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21397 (exit $ac_status); } && {
21398 test -z "$ac_c_werror_flag" ||
21399 test ! -s conftest.err
21400 } && test -s conftest.$ac_objext; then
21401 ac_cv_member_scsireq_t_cmd=yes
21402 else
21403 echo "$as_me: failed program was:" >&5
21404 sed 's/^/| /' conftest.$ac_ext >&5
21406 cat >conftest.$ac_ext <<_ACEOF
21407 /* confdefs.h. */
21408 _ACEOF
21409 cat confdefs.h >>conftest.$ac_ext
21410 cat >>conftest.$ac_ext <<_ACEOF
21411 /* end confdefs.h. */
21412 #include <sys/types.h>
21413 #ifdef HAVE_SCSI_SG_H
21414 #include <scsi/sg.h>
21415 #endif
21418 main ()
21420 static scsireq_t ac_aggr;
21421 if (sizeof ac_aggr.cmd)
21422 return 0;
21424 return 0;
21426 _ACEOF
21427 rm -f conftest.$ac_objext
21428 if { (ac_try="$ac_compile"
21429 case "(($ac_try" in
21430 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21431 *) ac_try_echo=$ac_try;;
21432 esac
21433 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21434 (eval "$ac_compile") 2>conftest.er1
21435 ac_status=$?
21436 grep -v '^ *+' conftest.er1 >conftest.err
21437 rm -f conftest.er1
21438 cat conftest.err >&5
21439 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21440 (exit $ac_status); } && {
21441 test -z "$ac_c_werror_flag" ||
21442 test ! -s conftest.err
21443 } && test -s conftest.$ac_objext; then
21444 ac_cv_member_scsireq_t_cmd=yes
21445 else
21446 echo "$as_me: failed program was:" >&5
21447 sed 's/^/| /' conftest.$ac_ext >&5
21449 ac_cv_member_scsireq_t_cmd=no
21452 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21455 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21457 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21458 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21459 if test $ac_cv_member_scsireq_t_cmd = yes; then
21461 cat >>confdefs.h <<_ACEOF
21462 #define HAVE_SCSIREQ_T_CMD 1
21463 _ACEOF
21467 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21468 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21469 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21470 echo $ECHO_N "(cached) $ECHO_C" >&6
21471 else
21472 cat >conftest.$ac_ext <<_ACEOF
21473 /* confdefs.h. */
21474 _ACEOF
21475 cat confdefs.h >>conftest.$ac_ext
21476 cat >>conftest.$ac_ext <<_ACEOF
21477 /* end confdefs.h. */
21478 #include <sys/types.h>
21479 #ifdef HAVE_SCSI_SG_H
21480 #include <scsi/sg.h>
21481 #endif
21484 main ()
21486 static sg_io_hdr_t ac_aggr;
21487 if (ac_aggr.interface_id)
21488 return 0;
21490 return 0;
21492 _ACEOF
21493 rm -f conftest.$ac_objext
21494 if { (ac_try="$ac_compile"
21495 case "(($ac_try" in
21496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21497 *) ac_try_echo=$ac_try;;
21498 esac
21499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21500 (eval "$ac_compile") 2>conftest.er1
21501 ac_status=$?
21502 grep -v '^ *+' conftest.er1 >conftest.err
21503 rm -f conftest.er1
21504 cat conftest.err >&5
21505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21506 (exit $ac_status); } && {
21507 test -z "$ac_c_werror_flag" ||
21508 test ! -s conftest.err
21509 } && test -s conftest.$ac_objext; then
21510 ac_cv_member_sg_io_hdr_t_interface_id=yes
21511 else
21512 echo "$as_me: failed program was:" >&5
21513 sed 's/^/| /' conftest.$ac_ext >&5
21515 cat >conftest.$ac_ext <<_ACEOF
21516 /* confdefs.h. */
21517 _ACEOF
21518 cat confdefs.h >>conftest.$ac_ext
21519 cat >>conftest.$ac_ext <<_ACEOF
21520 /* end confdefs.h. */
21521 #include <sys/types.h>
21522 #ifdef HAVE_SCSI_SG_H
21523 #include <scsi/sg.h>
21524 #endif
21527 main ()
21529 static sg_io_hdr_t ac_aggr;
21530 if (sizeof ac_aggr.interface_id)
21531 return 0;
21533 return 0;
21535 _ACEOF
21536 rm -f conftest.$ac_objext
21537 if { (ac_try="$ac_compile"
21538 case "(($ac_try" in
21539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21540 *) ac_try_echo=$ac_try;;
21541 esac
21542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21543 (eval "$ac_compile") 2>conftest.er1
21544 ac_status=$?
21545 grep -v '^ *+' conftest.er1 >conftest.err
21546 rm -f conftest.er1
21547 cat conftest.err >&5
21548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21549 (exit $ac_status); } && {
21550 test -z "$ac_c_werror_flag" ||
21551 test ! -s conftest.err
21552 } && test -s conftest.$ac_objext; then
21553 ac_cv_member_sg_io_hdr_t_interface_id=yes
21554 else
21555 echo "$as_me: failed program was:" >&5
21556 sed 's/^/| /' conftest.$ac_ext >&5
21558 ac_cv_member_sg_io_hdr_t_interface_id=no
21561 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21566 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
21567 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
21568 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
21570 cat >>confdefs.h <<_ACEOF
21571 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
21572 _ACEOF
21578 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
21579 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
21580 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
21581 echo $ECHO_N "(cached) $ECHO_C" >&6
21582 else
21583 cat >conftest.$ac_ext <<_ACEOF
21584 /* confdefs.h. */
21585 _ACEOF
21586 cat confdefs.h >>conftest.$ac_ext
21587 cat >>conftest.$ac_ext <<_ACEOF
21588 /* end confdefs.h. */
21589 #include <signal.h>
21592 main ()
21594 static siginfo_t ac_aggr;
21595 if (ac_aggr.si_fd)
21596 return 0;
21598 return 0;
21600 _ACEOF
21601 rm -f conftest.$ac_objext
21602 if { (ac_try="$ac_compile"
21603 case "(($ac_try" in
21604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21605 *) ac_try_echo=$ac_try;;
21606 esac
21607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21608 (eval "$ac_compile") 2>conftest.er1
21609 ac_status=$?
21610 grep -v '^ *+' conftest.er1 >conftest.err
21611 rm -f conftest.er1
21612 cat conftest.err >&5
21613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21614 (exit $ac_status); } && {
21615 test -z "$ac_c_werror_flag" ||
21616 test ! -s conftest.err
21617 } && test -s conftest.$ac_objext; then
21618 ac_cv_member_siginfo_t_si_fd=yes
21619 else
21620 echo "$as_me: failed program was:" >&5
21621 sed 's/^/| /' conftest.$ac_ext >&5
21623 cat >conftest.$ac_ext <<_ACEOF
21624 /* confdefs.h. */
21625 _ACEOF
21626 cat confdefs.h >>conftest.$ac_ext
21627 cat >>conftest.$ac_ext <<_ACEOF
21628 /* end confdefs.h. */
21629 #include <signal.h>
21632 main ()
21634 static siginfo_t ac_aggr;
21635 if (sizeof ac_aggr.si_fd)
21636 return 0;
21638 return 0;
21640 _ACEOF
21641 rm -f conftest.$ac_objext
21642 if { (ac_try="$ac_compile"
21643 case "(($ac_try" in
21644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21645 *) ac_try_echo=$ac_try;;
21646 esac
21647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_siginfo_t_si_fd=yes
21659 else
21660 echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 ac_cv_member_siginfo_t_si_fd=no
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
21672 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
21673 if test $ac_cv_member_siginfo_t_si_fd = yes; then
21675 cat >>confdefs.h <<_ACEOF
21676 #define HAVE_SIGINFO_T_SI_FD 1
21677 _ACEOF
21683 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21684 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21685 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21686 echo $ECHO_N "(cached) $ECHO_C" >&6
21687 else
21688 cat >conftest.$ac_ext <<_ACEOF
21689 /* confdefs.h. */
21690 _ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h. */
21694 #include <sys/types.h>
21695 #ifdef HAVE_SYS_MTIO_H
21696 #include <sys/mtio.h>
21697 #endif
21700 main ()
21702 static struct mtget ac_aggr;
21703 if (ac_aggr.mt_blksiz)
21704 return 0;
21706 return 0;
21708 _ACEOF
21709 rm -f conftest.$ac_objext
21710 if { (ac_try="$ac_compile"
21711 case "(($ac_try" in
21712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21713 *) ac_try_echo=$ac_try;;
21714 esac
21715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21716 (eval "$ac_compile") 2>conftest.er1
21717 ac_status=$?
21718 grep -v '^ *+' conftest.er1 >conftest.err
21719 rm -f conftest.er1
21720 cat conftest.err >&5
21721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21722 (exit $ac_status); } && {
21723 test -z "$ac_c_werror_flag" ||
21724 test ! -s conftest.err
21725 } && test -s conftest.$ac_objext; then
21726 ac_cv_member_struct_mtget_mt_blksiz=yes
21727 else
21728 echo "$as_me: failed program was:" >&5
21729 sed 's/^/| /' conftest.$ac_ext >&5
21731 cat >conftest.$ac_ext <<_ACEOF
21732 /* confdefs.h. */
21733 _ACEOF
21734 cat confdefs.h >>conftest.$ac_ext
21735 cat >>conftest.$ac_ext <<_ACEOF
21736 /* end confdefs.h. */
21737 #include <sys/types.h>
21738 #ifdef HAVE_SYS_MTIO_H
21739 #include <sys/mtio.h>
21740 #endif
21743 main ()
21745 static struct mtget ac_aggr;
21746 if (sizeof ac_aggr.mt_blksiz)
21747 return 0;
21749 return 0;
21751 _ACEOF
21752 rm -f conftest.$ac_objext
21753 if { (ac_try="$ac_compile"
21754 case "(($ac_try" in
21755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21756 *) ac_try_echo=$ac_try;;
21757 esac
21758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21759 (eval "$ac_compile") 2>conftest.er1
21760 ac_status=$?
21761 grep -v '^ *+' conftest.er1 >conftest.err
21762 rm -f conftest.er1
21763 cat conftest.err >&5
21764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21765 (exit $ac_status); } && {
21766 test -z "$ac_c_werror_flag" ||
21767 test ! -s conftest.err
21768 } && test -s conftest.$ac_objext; then
21769 ac_cv_member_struct_mtget_mt_blksiz=yes
21770 else
21771 echo "$as_me: failed program was:" >&5
21772 sed 's/^/| /' conftest.$ac_ext >&5
21774 ac_cv_member_struct_mtget_mt_blksiz=no
21777 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21782 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21783 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21784 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21786 cat >>confdefs.h <<_ACEOF
21787 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21788 _ACEOF
21792 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21793 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21794 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21795 echo $ECHO_N "(cached) $ECHO_C" >&6
21796 else
21797 cat >conftest.$ac_ext <<_ACEOF
21798 /* confdefs.h. */
21799 _ACEOF
21800 cat confdefs.h >>conftest.$ac_ext
21801 cat >>conftest.$ac_ext <<_ACEOF
21802 /* end confdefs.h. */
21803 #include <sys/types.h>
21804 #ifdef HAVE_SYS_MTIO_H
21805 #include <sys/mtio.h>
21806 #endif
21809 main ()
21811 static struct mtget ac_aggr;
21812 if (ac_aggr.mt_gstat)
21813 return 0;
21815 return 0;
21817 _ACEOF
21818 rm -f conftest.$ac_objext
21819 if { (ac_try="$ac_compile"
21820 case "(($ac_try" in
21821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21822 *) ac_try_echo=$ac_try;;
21823 esac
21824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21825 (eval "$ac_compile") 2>conftest.er1
21826 ac_status=$?
21827 grep -v '^ *+' conftest.er1 >conftest.err
21828 rm -f conftest.er1
21829 cat conftest.err >&5
21830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21831 (exit $ac_status); } && {
21832 test -z "$ac_c_werror_flag" ||
21833 test ! -s conftest.err
21834 } && test -s conftest.$ac_objext; then
21835 ac_cv_member_struct_mtget_mt_gstat=yes
21836 else
21837 echo "$as_me: failed program was:" >&5
21838 sed 's/^/| /' conftest.$ac_ext >&5
21840 cat >conftest.$ac_ext <<_ACEOF
21841 /* confdefs.h. */
21842 _ACEOF
21843 cat confdefs.h >>conftest.$ac_ext
21844 cat >>conftest.$ac_ext <<_ACEOF
21845 /* end confdefs.h. */
21846 #include <sys/types.h>
21847 #ifdef HAVE_SYS_MTIO_H
21848 #include <sys/mtio.h>
21849 #endif
21852 main ()
21854 static struct mtget ac_aggr;
21855 if (sizeof ac_aggr.mt_gstat)
21856 return 0;
21858 return 0;
21860 _ACEOF
21861 rm -f conftest.$ac_objext
21862 if { (ac_try="$ac_compile"
21863 case "(($ac_try" in
21864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21865 *) ac_try_echo=$ac_try;;
21866 esac
21867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21868 (eval "$ac_compile") 2>conftest.er1
21869 ac_status=$?
21870 grep -v '^ *+' conftest.er1 >conftest.err
21871 rm -f conftest.er1
21872 cat conftest.err >&5
21873 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21874 (exit $ac_status); } && {
21875 test -z "$ac_c_werror_flag" ||
21876 test ! -s conftest.err
21877 } && test -s conftest.$ac_objext; then
21878 ac_cv_member_struct_mtget_mt_gstat=yes
21879 else
21880 echo "$as_me: failed program was:" >&5
21881 sed 's/^/| /' conftest.$ac_ext >&5
21883 ac_cv_member_struct_mtget_mt_gstat=no
21886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21889 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21891 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21892 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21893 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21895 cat >>confdefs.h <<_ACEOF
21896 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21897 _ACEOF
21901 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21902 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21903 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21904 echo $ECHO_N "(cached) $ECHO_C" >&6
21905 else
21906 cat >conftest.$ac_ext <<_ACEOF
21907 /* confdefs.h. */
21908 _ACEOF
21909 cat confdefs.h >>conftest.$ac_ext
21910 cat >>conftest.$ac_ext <<_ACEOF
21911 /* end confdefs.h. */
21912 #include <sys/types.h>
21913 #ifdef HAVE_SYS_MTIO_H
21914 #include <sys/mtio.h>
21915 #endif
21918 main ()
21920 static struct mtget ac_aggr;
21921 if (ac_aggr.mt_blkno)
21922 return 0;
21924 return 0;
21926 _ACEOF
21927 rm -f conftest.$ac_objext
21928 if { (ac_try="$ac_compile"
21929 case "(($ac_try" in
21930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21931 *) ac_try_echo=$ac_try;;
21932 esac
21933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21934 (eval "$ac_compile") 2>conftest.er1
21935 ac_status=$?
21936 grep -v '^ *+' conftest.er1 >conftest.err
21937 rm -f conftest.er1
21938 cat conftest.err >&5
21939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21940 (exit $ac_status); } && {
21941 test -z "$ac_c_werror_flag" ||
21942 test ! -s conftest.err
21943 } && test -s conftest.$ac_objext; then
21944 ac_cv_member_struct_mtget_mt_blkno=yes
21945 else
21946 echo "$as_me: failed program was:" >&5
21947 sed 's/^/| /' conftest.$ac_ext >&5
21949 cat >conftest.$ac_ext <<_ACEOF
21950 /* confdefs.h. */
21951 _ACEOF
21952 cat confdefs.h >>conftest.$ac_ext
21953 cat >>conftest.$ac_ext <<_ACEOF
21954 /* end confdefs.h. */
21955 #include <sys/types.h>
21956 #ifdef HAVE_SYS_MTIO_H
21957 #include <sys/mtio.h>
21958 #endif
21961 main ()
21963 static struct mtget ac_aggr;
21964 if (sizeof ac_aggr.mt_blkno)
21965 return 0;
21967 return 0;
21969 _ACEOF
21970 rm -f conftest.$ac_objext
21971 if { (ac_try="$ac_compile"
21972 case "(($ac_try" in
21973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21974 *) ac_try_echo=$ac_try;;
21975 esac
21976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21977 (eval "$ac_compile") 2>conftest.er1
21978 ac_status=$?
21979 grep -v '^ *+' conftest.er1 >conftest.err
21980 rm -f conftest.er1
21981 cat conftest.err >&5
21982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21983 (exit $ac_status); } && {
21984 test -z "$ac_c_werror_flag" ||
21985 test ! -s conftest.err
21986 } && test -s conftest.$ac_objext; then
21987 ac_cv_member_struct_mtget_mt_blkno=yes
21988 else
21989 echo "$as_me: failed program was:" >&5
21990 sed 's/^/| /' conftest.$ac_ext >&5
21992 ac_cv_member_struct_mtget_mt_blkno=no
21995 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22000 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22001 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22002 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22004 cat >>confdefs.h <<_ACEOF
22005 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22006 _ACEOF
22012 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22013 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22014 if test "${ac_cv_member_struct_option_name+set}" = set; then
22015 echo $ECHO_N "(cached) $ECHO_C" >&6
22016 else
22017 cat >conftest.$ac_ext <<_ACEOF
22018 /* confdefs.h. */
22019 _ACEOF
22020 cat confdefs.h >>conftest.$ac_ext
22021 cat >>conftest.$ac_ext <<_ACEOF
22022 /* end confdefs.h. */
22023 #ifdef HAVE_GETOPT_H
22024 #include <getopt.h>
22025 #endif
22028 main ()
22030 static struct option ac_aggr;
22031 if (ac_aggr.name)
22032 return 0;
22034 return 0;
22036 _ACEOF
22037 rm -f conftest.$ac_objext
22038 if { (ac_try="$ac_compile"
22039 case "(($ac_try" in
22040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22041 *) ac_try_echo=$ac_try;;
22042 esac
22043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22044 (eval "$ac_compile") 2>conftest.er1
22045 ac_status=$?
22046 grep -v '^ *+' conftest.er1 >conftest.err
22047 rm -f conftest.er1
22048 cat conftest.err >&5
22049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22050 (exit $ac_status); } && {
22051 test -z "$ac_c_werror_flag" ||
22052 test ! -s conftest.err
22053 } && test -s conftest.$ac_objext; then
22054 ac_cv_member_struct_option_name=yes
22055 else
22056 echo "$as_me: failed program was:" >&5
22057 sed 's/^/| /' conftest.$ac_ext >&5
22059 cat >conftest.$ac_ext <<_ACEOF
22060 /* confdefs.h. */
22061 _ACEOF
22062 cat confdefs.h >>conftest.$ac_ext
22063 cat >>conftest.$ac_ext <<_ACEOF
22064 /* end confdefs.h. */
22065 #ifdef HAVE_GETOPT_H
22066 #include <getopt.h>
22067 #endif
22070 main ()
22072 static struct option ac_aggr;
22073 if (sizeof ac_aggr.name)
22074 return 0;
22076 return 0;
22078 _ACEOF
22079 rm -f conftest.$ac_objext
22080 if { (ac_try="$ac_compile"
22081 case "(($ac_try" in
22082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22083 *) ac_try_echo=$ac_try;;
22084 esac
22085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22086 (eval "$ac_compile") 2>conftest.er1
22087 ac_status=$?
22088 grep -v '^ *+' conftest.er1 >conftest.err
22089 rm -f conftest.er1
22090 cat conftest.err >&5
22091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092 (exit $ac_status); } && {
22093 test -z "$ac_c_werror_flag" ||
22094 test ! -s conftest.err
22095 } && test -s conftest.$ac_objext; then
22096 ac_cv_member_struct_option_name=yes
22097 else
22098 echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22101 ac_cv_member_struct_option_name=no
22104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22109 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22110 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22111 if test $ac_cv_member_struct_option_name = yes; then
22113 cat >>confdefs.h <<_ACEOF
22114 #define HAVE_STRUCT_OPTION_NAME 1
22115 _ACEOF
22121 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22122 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22123 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22124 echo $ECHO_N "(cached) $ECHO_C" >&6
22125 else
22126 cat >conftest.$ac_ext <<_ACEOF
22127 /* confdefs.h. */
22128 _ACEOF
22129 cat confdefs.h >>conftest.$ac_ext
22130 cat >>conftest.$ac_ext <<_ACEOF
22131 /* end confdefs.h. */
22132 $ac_includes_default
22134 main ()
22136 static struct stat ac_aggr;
22137 if (ac_aggr.st_blocks)
22138 return 0;
22140 return 0;
22142 _ACEOF
22143 rm -f conftest.$ac_objext
22144 if { (ac_try="$ac_compile"
22145 case "(($ac_try" in
22146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22147 *) ac_try_echo=$ac_try;;
22148 esac
22149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22150 (eval "$ac_compile") 2>conftest.er1
22151 ac_status=$?
22152 grep -v '^ *+' conftest.er1 >conftest.err
22153 rm -f conftest.er1
22154 cat conftest.err >&5
22155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22156 (exit $ac_status); } && {
22157 test -z "$ac_c_werror_flag" ||
22158 test ! -s conftest.err
22159 } && test -s conftest.$ac_objext; then
22160 ac_cv_member_struct_stat_st_blocks=yes
22161 else
22162 echo "$as_me: failed program was:" >&5
22163 sed 's/^/| /' conftest.$ac_ext >&5
22165 cat >conftest.$ac_ext <<_ACEOF
22166 /* confdefs.h. */
22167 _ACEOF
22168 cat confdefs.h >>conftest.$ac_ext
22169 cat >>conftest.$ac_ext <<_ACEOF
22170 /* end confdefs.h. */
22171 $ac_includes_default
22173 main ()
22175 static struct stat ac_aggr;
22176 if (sizeof ac_aggr.st_blocks)
22177 return 0;
22179 return 0;
22181 _ACEOF
22182 rm -f conftest.$ac_objext
22183 if { (ac_try="$ac_compile"
22184 case "(($ac_try" in
22185 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22186 *) ac_try_echo=$ac_try;;
22187 esac
22188 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22189 (eval "$ac_compile") 2>conftest.er1
22190 ac_status=$?
22191 grep -v '^ *+' conftest.er1 >conftest.err
22192 rm -f conftest.er1
22193 cat conftest.err >&5
22194 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22195 (exit $ac_status); } && {
22196 test -z "$ac_c_werror_flag" ||
22197 test ! -s conftest.err
22198 } && test -s conftest.$ac_objext; then
22199 ac_cv_member_struct_stat_st_blocks=yes
22200 else
22201 echo "$as_me: failed program was:" >&5
22202 sed 's/^/| /' conftest.$ac_ext >&5
22204 ac_cv_member_struct_stat_st_blocks=no
22207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22212 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22213 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22214 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22216 cat >>confdefs.h <<_ACEOF
22217 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22218 _ACEOF
22222 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22223 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22224 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22225 echo $ECHO_N "(cached) $ECHO_C" >&6
22226 else
22227 cat >conftest.$ac_ext <<_ACEOF
22228 /* confdefs.h. */
22229 _ACEOF
22230 cat confdefs.h >>conftest.$ac_ext
22231 cat >>conftest.$ac_ext <<_ACEOF
22232 /* end confdefs.h. */
22233 $ac_includes_default
22235 main ()
22237 static struct stat ac_aggr;
22238 if (ac_aggr.st_mtim)
22239 return 0;
22241 return 0;
22243 _ACEOF
22244 rm -f conftest.$ac_objext
22245 if { (ac_try="$ac_compile"
22246 case "(($ac_try" in
22247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22248 *) ac_try_echo=$ac_try;;
22249 esac
22250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22251 (eval "$ac_compile") 2>conftest.er1
22252 ac_status=$?
22253 grep -v '^ *+' conftest.er1 >conftest.err
22254 rm -f conftest.er1
22255 cat conftest.err >&5
22256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22257 (exit $ac_status); } && {
22258 test -z "$ac_c_werror_flag" ||
22259 test ! -s conftest.err
22260 } && test -s conftest.$ac_objext; then
22261 ac_cv_member_struct_stat_st_mtim=yes
22262 else
22263 echo "$as_me: failed program was:" >&5
22264 sed 's/^/| /' conftest.$ac_ext >&5
22266 cat >conftest.$ac_ext <<_ACEOF
22267 /* confdefs.h. */
22268 _ACEOF
22269 cat confdefs.h >>conftest.$ac_ext
22270 cat >>conftest.$ac_ext <<_ACEOF
22271 /* end confdefs.h. */
22272 $ac_includes_default
22274 main ()
22276 static struct stat ac_aggr;
22277 if (sizeof ac_aggr.st_mtim)
22278 return 0;
22280 return 0;
22282 _ACEOF
22283 rm -f conftest.$ac_objext
22284 if { (ac_try="$ac_compile"
22285 case "(($ac_try" in
22286 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22287 *) ac_try_echo=$ac_try;;
22288 esac
22289 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22290 (eval "$ac_compile") 2>conftest.er1
22291 ac_status=$?
22292 grep -v '^ *+' conftest.er1 >conftest.err
22293 rm -f conftest.er1
22294 cat conftest.err >&5
22295 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22296 (exit $ac_status); } && {
22297 test -z "$ac_c_werror_flag" ||
22298 test ! -s conftest.err
22299 } && test -s conftest.$ac_objext; then
22300 ac_cv_member_struct_stat_st_mtim=yes
22301 else
22302 echo "$as_me: failed program was:" >&5
22303 sed 's/^/| /' conftest.$ac_ext >&5
22305 ac_cv_member_struct_stat_st_mtim=no
22308 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22311 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22313 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22314 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22315 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22317 cat >>confdefs.h <<_ACEOF
22318 #define HAVE_STRUCT_STAT_ST_MTIM 1
22319 _ACEOF
22323 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22324 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22325 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22326 echo $ECHO_N "(cached) $ECHO_C" >&6
22327 else
22328 cat >conftest.$ac_ext <<_ACEOF
22329 /* confdefs.h. */
22330 _ACEOF
22331 cat confdefs.h >>conftest.$ac_ext
22332 cat >>conftest.$ac_ext <<_ACEOF
22333 /* end confdefs.h. */
22334 $ac_includes_default
22336 main ()
22338 static struct stat ac_aggr;
22339 if (ac_aggr.st_ctim)
22340 return 0;
22342 return 0;
22344 _ACEOF
22345 rm -f conftest.$ac_objext
22346 if { (ac_try="$ac_compile"
22347 case "(($ac_try" in
22348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22349 *) ac_try_echo=$ac_try;;
22350 esac
22351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22352 (eval "$ac_compile") 2>conftest.er1
22353 ac_status=$?
22354 grep -v '^ *+' conftest.er1 >conftest.err
22355 rm -f conftest.er1
22356 cat conftest.err >&5
22357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22358 (exit $ac_status); } && {
22359 test -z "$ac_c_werror_flag" ||
22360 test ! -s conftest.err
22361 } && test -s conftest.$ac_objext; then
22362 ac_cv_member_struct_stat_st_ctim=yes
22363 else
22364 echo "$as_me: failed program was:" >&5
22365 sed 's/^/| /' conftest.$ac_ext >&5
22367 cat >conftest.$ac_ext <<_ACEOF
22368 /* confdefs.h. */
22369 _ACEOF
22370 cat confdefs.h >>conftest.$ac_ext
22371 cat >>conftest.$ac_ext <<_ACEOF
22372 /* end confdefs.h. */
22373 $ac_includes_default
22375 main ()
22377 static struct stat ac_aggr;
22378 if (sizeof ac_aggr.st_ctim)
22379 return 0;
22381 return 0;
22383 _ACEOF
22384 rm -f conftest.$ac_objext
22385 if { (ac_try="$ac_compile"
22386 case "(($ac_try" in
22387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22388 *) ac_try_echo=$ac_try;;
22389 esac
22390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22391 (eval "$ac_compile") 2>conftest.er1
22392 ac_status=$?
22393 grep -v '^ *+' conftest.er1 >conftest.err
22394 rm -f conftest.er1
22395 cat conftest.err >&5
22396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22397 (exit $ac_status); } && {
22398 test -z "$ac_c_werror_flag" ||
22399 test ! -s conftest.err
22400 } && test -s conftest.$ac_objext; then
22401 ac_cv_member_struct_stat_st_ctim=yes
22402 else
22403 echo "$as_me: failed program was:" >&5
22404 sed 's/^/| /' conftest.$ac_ext >&5
22406 ac_cv_member_struct_stat_st_ctim=no
22409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22412 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22414 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
22415 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22416 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22418 cat >>confdefs.h <<_ACEOF
22419 #define HAVE_STRUCT_STAT_ST_CTIM 1
22420 _ACEOF
22424 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22425 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22426 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22427 echo $ECHO_N "(cached) $ECHO_C" >&6
22428 else
22429 cat >conftest.$ac_ext <<_ACEOF
22430 /* confdefs.h. */
22431 _ACEOF
22432 cat confdefs.h >>conftest.$ac_ext
22433 cat >>conftest.$ac_ext <<_ACEOF
22434 /* end confdefs.h. */
22435 $ac_includes_default
22437 main ()
22439 static struct stat ac_aggr;
22440 if (ac_aggr.st_atim)
22441 return 0;
22443 return 0;
22445 _ACEOF
22446 rm -f conftest.$ac_objext
22447 if { (ac_try="$ac_compile"
22448 case "(($ac_try" in
22449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22450 *) ac_try_echo=$ac_try;;
22451 esac
22452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22453 (eval "$ac_compile") 2>conftest.er1
22454 ac_status=$?
22455 grep -v '^ *+' conftest.er1 >conftest.err
22456 rm -f conftest.er1
22457 cat conftest.err >&5
22458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22459 (exit $ac_status); } && {
22460 test -z "$ac_c_werror_flag" ||
22461 test ! -s conftest.err
22462 } && test -s conftest.$ac_objext; then
22463 ac_cv_member_struct_stat_st_atim=yes
22464 else
22465 echo "$as_me: failed program was:" >&5
22466 sed 's/^/| /' conftest.$ac_ext >&5
22468 cat >conftest.$ac_ext <<_ACEOF
22469 /* confdefs.h. */
22470 _ACEOF
22471 cat confdefs.h >>conftest.$ac_ext
22472 cat >>conftest.$ac_ext <<_ACEOF
22473 /* end confdefs.h. */
22474 $ac_includes_default
22476 main ()
22478 static struct stat ac_aggr;
22479 if (sizeof ac_aggr.st_atim)
22480 return 0;
22482 return 0;
22484 _ACEOF
22485 rm -f conftest.$ac_objext
22486 if { (ac_try="$ac_compile"
22487 case "(($ac_try" in
22488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22489 *) ac_try_echo=$ac_try;;
22490 esac
22491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22492 (eval "$ac_compile") 2>conftest.er1
22493 ac_status=$?
22494 grep -v '^ *+' conftest.er1 >conftest.err
22495 rm -f conftest.er1
22496 cat conftest.err >&5
22497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22498 (exit $ac_status); } && {
22499 test -z "$ac_c_werror_flag" ||
22500 test ! -s conftest.err
22501 } && test -s conftest.$ac_objext; then
22502 ac_cv_member_struct_stat_st_atim=yes
22503 else
22504 echo "$as_me: failed program was:" >&5
22505 sed 's/^/| /' conftest.$ac_ext >&5
22507 ac_cv_member_struct_stat_st_atim=no
22510 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22515 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
22516 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
22517 if test $ac_cv_member_struct_stat_st_atim = yes; then
22519 cat >>confdefs.h <<_ACEOF
22520 #define HAVE_STRUCT_STAT_ST_ATIM 1
22521 _ACEOF
22527 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
22528 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
22529 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
22530 echo $ECHO_N "(cached) $ECHO_C" >&6
22531 else
22532 cat >conftest.$ac_ext <<_ACEOF
22533 /* confdefs.h. */
22534 _ACEOF
22535 cat confdefs.h >>conftest.$ac_ext
22536 cat >>conftest.$ac_ext <<_ACEOF
22537 /* end confdefs.h. */
22538 #ifdef HAVE_SYS_TYPES_H
22539 #include <sys/types.h>
22540 #endif
22541 #ifdef HAVE_NETINET_IN_H
22542 #include <netinet/in.h>
22543 #endif
22546 main ()
22548 static struct sockaddr_in6 ac_aggr;
22549 if (ac_aggr.sin6_scope_id)
22550 return 0;
22552 return 0;
22554 _ACEOF
22555 rm -f conftest.$ac_objext
22556 if { (ac_try="$ac_compile"
22557 case "(($ac_try" in
22558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22559 *) ac_try_echo=$ac_try;;
22560 esac
22561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22562 (eval "$ac_compile") 2>conftest.er1
22563 ac_status=$?
22564 grep -v '^ *+' conftest.er1 >conftest.err
22565 rm -f conftest.er1
22566 cat conftest.err >&5
22567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22568 (exit $ac_status); } && {
22569 test -z "$ac_c_werror_flag" ||
22570 test ! -s conftest.err
22571 } && test -s conftest.$ac_objext; then
22572 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22573 else
22574 echo "$as_me: failed program was:" >&5
22575 sed 's/^/| /' conftest.$ac_ext >&5
22577 cat >conftest.$ac_ext <<_ACEOF
22578 /* confdefs.h. */
22579 _ACEOF
22580 cat confdefs.h >>conftest.$ac_ext
22581 cat >>conftest.$ac_ext <<_ACEOF
22582 /* end confdefs.h. */
22583 #ifdef HAVE_SYS_TYPES_H
22584 #include <sys/types.h>
22585 #endif
22586 #ifdef HAVE_NETINET_IN_H
22587 #include <netinet/in.h>
22588 #endif
22591 main ()
22593 static struct sockaddr_in6 ac_aggr;
22594 if (sizeof ac_aggr.sin6_scope_id)
22595 return 0;
22597 return 0;
22599 _ACEOF
22600 rm -f conftest.$ac_objext
22601 if { (ac_try="$ac_compile"
22602 case "(($ac_try" in
22603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22604 *) ac_try_echo=$ac_try;;
22605 esac
22606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22607 (eval "$ac_compile") 2>conftest.er1
22608 ac_status=$?
22609 grep -v '^ *+' conftest.er1 >conftest.err
22610 rm -f conftest.er1
22611 cat conftest.err >&5
22612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22613 (exit $ac_status); } && {
22614 test -z "$ac_c_werror_flag" ||
22615 test ! -s conftest.err
22616 } && test -s conftest.$ac_objext; then
22617 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
22618 else
22619 echo "$as_me: failed program was:" >&5
22620 sed 's/^/| /' conftest.$ac_ext >&5
22622 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
22625 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22630 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
22631 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
22632 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
22634 cat >>confdefs.h <<_ACEOF
22635 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
22636 _ACEOF
22642 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
22643 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
22644 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
22645 echo $ECHO_N "(cached) $ECHO_C" >&6
22646 else
22647 cat >conftest.$ac_ext <<_ACEOF
22648 /* confdefs.h. */
22649 _ACEOF
22650 cat confdefs.h >>conftest.$ac_ext
22651 cat >>conftest.$ac_ext <<_ACEOF
22652 /* end confdefs.h. */
22653 #ifdef HAVE_SYS_TYPES_H
22654 #include <sys/types.h>
22655 #endif
22656 #ifdef HAVE_NETINET_IN_H
22657 # include <netinet/in.h>
22658 #endif
22659 #ifdef HAVE_ARPA_NAMESER_H
22660 # include <arpa/nameser.h>
22661 #endif
22664 main ()
22666 static ns_msg ac_aggr;
22667 if (ac_aggr._msg_ptr)
22668 return 0;
22670 return 0;
22672 _ACEOF
22673 rm -f conftest.$ac_objext
22674 if { (ac_try="$ac_compile"
22675 case "(($ac_try" in
22676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22677 *) ac_try_echo=$ac_try;;
22678 esac
22679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22680 (eval "$ac_compile") 2>conftest.er1
22681 ac_status=$?
22682 grep -v '^ *+' conftest.er1 >conftest.err
22683 rm -f conftest.er1
22684 cat conftest.err >&5
22685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22686 (exit $ac_status); } && {
22687 test -z "$ac_c_werror_flag" ||
22688 test ! -s conftest.err
22689 } && test -s conftest.$ac_objext; then
22690 ac_cv_member_ns_msg__msg_ptr=yes
22691 else
22692 echo "$as_me: failed program was:" >&5
22693 sed 's/^/| /' conftest.$ac_ext >&5
22695 cat >conftest.$ac_ext <<_ACEOF
22696 /* confdefs.h. */
22697 _ACEOF
22698 cat confdefs.h >>conftest.$ac_ext
22699 cat >>conftest.$ac_ext <<_ACEOF
22700 /* end confdefs.h. */
22701 #ifdef HAVE_SYS_TYPES_H
22702 #include <sys/types.h>
22703 #endif
22704 #ifdef HAVE_NETINET_IN_H
22705 # include <netinet/in.h>
22706 #endif
22707 #ifdef HAVE_ARPA_NAMESER_H
22708 # include <arpa/nameser.h>
22709 #endif
22712 main ()
22714 static ns_msg ac_aggr;
22715 if (sizeof ac_aggr._msg_ptr)
22716 return 0;
22718 return 0;
22720 _ACEOF
22721 rm -f conftest.$ac_objext
22722 if { (ac_try="$ac_compile"
22723 case "(($ac_try" in
22724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22725 *) ac_try_echo=$ac_try;;
22726 esac
22727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22728 (eval "$ac_compile") 2>conftest.er1
22729 ac_status=$?
22730 grep -v '^ *+' conftest.er1 >conftest.err
22731 rm -f conftest.er1
22732 cat conftest.err >&5
22733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22734 (exit $ac_status); } && {
22735 test -z "$ac_c_werror_flag" ||
22736 test ! -s conftest.err
22737 } && test -s conftest.$ac_objext; then
22738 ac_cv_member_ns_msg__msg_ptr=yes
22739 else
22740 echo "$as_me: failed program was:" >&5
22741 sed 's/^/| /' conftest.$ac_ext >&5
22743 ac_cv_member_ns_msg__msg_ptr=no
22746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22749 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22751 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22752 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22753 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22755 cat >>confdefs.h <<_ACEOF
22756 #define HAVE_NS_MSG__MSG_PTR 1
22757 _ACEOF
22763 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
22764 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
22765 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
22766 echo $ECHO_N "(cached) $ECHO_C" >&6
22767 else
22768 cat >conftest.$ac_ext <<_ACEOF
22769 /* confdefs.h. */
22770 _ACEOF
22771 cat confdefs.h >>conftest.$ac_ext
22772 cat >>conftest.$ac_ext <<_ACEOF
22773 /* end confdefs.h. */
22774 #ifdef HAVE_SYS_TYPES_H
22775 #include <sys/types.h>
22776 #endif
22777 #ifdef HAVE_ALIAS_H
22778 #include <alias.h>
22779 #endif
22780 #ifdef HAVE_SYS_SOCKET_H
22781 #include <sys/socket.h>
22782 #endif
22783 #ifdef HAVE_SYS_SOCKETVAR_H
22784 #include <sys/socketvar.h>
22785 #endif
22786 #ifdef HAVE_SYS_TIMEOUT_H
22787 #include <sys/timeout.h>
22788 #endif
22789 #ifdef HAVE_NETINET_IN_H
22790 #include <netinet/in.h>
22791 #endif
22792 #ifdef HAVE_NETINET_IN_SYSTM_H
22793 #include <netinet/in_systm.h>
22794 #endif
22795 #ifdef HAVE_NETINET_IP_H
22796 #include <netinet/ip.h>
22797 #endif
22798 #ifdef HAVE_NETINET_IP_VAR_H
22799 #include <netinet/ip_var.h>
22800 #endif
22801 #ifdef HAVE_NETINET_IP_ICMP_H
22802 #include <netinet/ip_icmp.h>
22803 #endif
22804 #ifdef HAVE_NETINET_ICMP_VAR
22805 #include <netinet/icmp_var.h>
22806 #endif
22809 main ()
22811 static struct icmpstat ac_aggr;
22812 if (ac_aggr.icps_outhist)
22813 return 0;
22815 return 0;
22817 _ACEOF
22818 rm -f conftest.$ac_objext
22819 if { (ac_try="$ac_compile"
22820 case "(($ac_try" in
22821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22822 *) ac_try_echo=$ac_try;;
22823 esac
22824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22825 (eval "$ac_compile") 2>conftest.er1
22826 ac_status=$?
22827 grep -v '^ *+' conftest.er1 >conftest.err
22828 rm -f conftest.er1
22829 cat conftest.err >&5
22830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22831 (exit $ac_status); } && {
22832 test -z "$ac_c_werror_flag" ||
22833 test ! -s conftest.err
22834 } && test -s conftest.$ac_objext; then
22835 ac_cv_member_struct_icmpstat_icps_outhist=yes
22836 else
22837 echo "$as_me: failed program was:" >&5
22838 sed 's/^/| /' conftest.$ac_ext >&5
22840 cat >conftest.$ac_ext <<_ACEOF
22841 /* confdefs.h. */
22842 _ACEOF
22843 cat confdefs.h >>conftest.$ac_ext
22844 cat >>conftest.$ac_ext <<_ACEOF
22845 /* end confdefs.h. */
22846 #ifdef HAVE_SYS_TYPES_H
22847 #include <sys/types.h>
22848 #endif
22849 #ifdef HAVE_ALIAS_H
22850 #include <alias.h>
22851 #endif
22852 #ifdef HAVE_SYS_SOCKET_H
22853 #include <sys/socket.h>
22854 #endif
22855 #ifdef HAVE_SYS_SOCKETVAR_H
22856 #include <sys/socketvar.h>
22857 #endif
22858 #ifdef HAVE_SYS_TIMEOUT_H
22859 #include <sys/timeout.h>
22860 #endif
22861 #ifdef HAVE_NETINET_IN_H
22862 #include <netinet/in.h>
22863 #endif
22864 #ifdef HAVE_NETINET_IN_SYSTM_H
22865 #include <netinet/in_systm.h>
22866 #endif
22867 #ifdef HAVE_NETINET_IP_H
22868 #include <netinet/ip.h>
22869 #endif
22870 #ifdef HAVE_NETINET_IP_VAR_H
22871 #include <netinet/ip_var.h>
22872 #endif
22873 #ifdef HAVE_NETINET_IP_ICMP_H
22874 #include <netinet/ip_icmp.h>
22875 #endif
22876 #ifdef HAVE_NETINET_ICMP_VAR
22877 #include <netinet/icmp_var.h>
22878 #endif
22881 main ()
22883 static struct icmpstat ac_aggr;
22884 if (sizeof ac_aggr.icps_outhist)
22885 return 0;
22887 return 0;
22889 _ACEOF
22890 rm -f conftest.$ac_objext
22891 if { (ac_try="$ac_compile"
22892 case "(($ac_try" in
22893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22894 *) ac_try_echo=$ac_try;;
22895 esac
22896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22897 (eval "$ac_compile") 2>conftest.er1
22898 ac_status=$?
22899 grep -v '^ *+' conftest.er1 >conftest.err
22900 rm -f conftest.er1
22901 cat conftest.err >&5
22902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22903 (exit $ac_status); } && {
22904 test -z "$ac_c_werror_flag" ||
22905 test ! -s conftest.err
22906 } && test -s conftest.$ac_objext; then
22907 ac_cv_member_struct_icmpstat_icps_outhist=yes
22908 else
22909 echo "$as_me: failed program was:" >&5
22910 sed 's/^/| /' conftest.$ac_ext >&5
22912 ac_cv_member_struct_icmpstat_icps_outhist=no
22915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22920 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
22921 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
22922 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
22924 cat >>confdefs.h <<_ACEOF
22925 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
22926 _ACEOF
22932 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22933 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22934 if test "${ac_cv_have_timezone+set}" = set; then
22935 echo $ECHO_N "(cached) $ECHO_C" >&6
22936 else
22937 cat >conftest.$ac_ext <<_ACEOF
22938 /* confdefs.h. */
22939 _ACEOF
22940 cat confdefs.h >>conftest.$ac_ext
22941 cat >>conftest.$ac_ext <<_ACEOF
22942 /* end confdefs.h. */
22943 #include <time.h>
22945 main ()
22947 timezone = 1
22949 return 0;
22951 _ACEOF
22952 rm -f conftest.$ac_objext conftest$ac_exeext
22953 if { (ac_try="$ac_link"
22954 case "(($ac_try" in
22955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22956 *) ac_try_echo=$ac_try;;
22957 esac
22958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22959 (eval "$ac_link") 2>conftest.er1
22960 ac_status=$?
22961 grep -v '^ *+' conftest.er1 >conftest.err
22962 rm -f conftest.er1
22963 cat conftest.err >&5
22964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22965 (exit $ac_status); } && {
22966 test -z "$ac_c_werror_flag" ||
22967 test ! -s conftest.err
22968 } && test -s conftest$ac_exeext &&
22969 $as_test_x conftest$ac_exeext; then
22970 ac_cv_have_timezone="yes"
22971 else
22972 echo "$as_me: failed program was:" >&5
22973 sed 's/^/| /' conftest.$ac_ext >&5
22975 ac_cv_have_timezone="no"
22978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22979 conftest$ac_exeext conftest.$ac_ext
22981 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22982 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22983 if test "$ac_cv_have_timezone" = "yes"
22984 then
22986 cat >>confdefs.h <<\_ACEOF
22987 #define HAVE_TIMEZONE 1
22988 _ACEOF
22991 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22992 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22993 if test "${ac_cv_have_daylight+set}" = set; then
22994 echo $ECHO_N "(cached) $ECHO_C" >&6
22995 else
22996 cat >conftest.$ac_ext <<_ACEOF
22997 /* confdefs.h. */
22998 _ACEOF
22999 cat confdefs.h >>conftest.$ac_ext
23000 cat >>conftest.$ac_ext <<_ACEOF
23001 /* end confdefs.h. */
23002 #include <time.h>
23004 main ()
23006 daylight = 1
23008 return 0;
23010 _ACEOF
23011 rm -f conftest.$ac_objext conftest$ac_exeext
23012 if { (ac_try="$ac_link"
23013 case "(($ac_try" in
23014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23015 *) ac_try_echo=$ac_try;;
23016 esac
23017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23018 (eval "$ac_link") 2>conftest.er1
23019 ac_status=$?
23020 grep -v '^ *+' conftest.er1 >conftest.err
23021 rm -f conftest.er1
23022 cat conftest.err >&5
23023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23024 (exit $ac_status); } && {
23025 test -z "$ac_c_werror_flag" ||
23026 test ! -s conftest.err
23027 } && test -s conftest$ac_exeext &&
23028 $as_test_x conftest$ac_exeext; then
23029 ac_cv_have_daylight="yes"
23030 else
23031 echo "$as_me: failed program was:" >&5
23032 sed 's/^/| /' conftest.$ac_ext >&5
23034 ac_cv_have_daylight="no"
23037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23038 conftest$ac_exeext conftest.$ac_ext
23040 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23041 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23042 if test "$ac_cv_have_daylight" = "yes"
23043 then
23045 cat >>confdefs.h <<\_ACEOF
23046 #define HAVE_DAYLIGHT 1
23047 _ACEOF
23051 { echo "$as_me:$LINENO: checking for isinf" >&5
23052 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23053 if test "${ac_cv_have_isinf+set}" = set; then
23054 echo $ECHO_N "(cached) $ECHO_C" >&6
23055 else
23056 cat >conftest.$ac_ext <<_ACEOF
23057 /* confdefs.h. */
23058 _ACEOF
23059 cat confdefs.h >>conftest.$ac_ext
23060 cat >>conftest.$ac_ext <<_ACEOF
23061 /* end confdefs.h. */
23062 #include <math.h>
23064 main ()
23066 float f = 0.0; int i=isinf(f)
23068 return 0;
23070 _ACEOF
23071 rm -f conftest.$ac_objext conftest$ac_exeext
23072 if { (ac_try="$ac_link"
23073 case "(($ac_try" in
23074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23075 *) ac_try_echo=$ac_try;;
23076 esac
23077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23078 (eval "$ac_link") 2>conftest.er1
23079 ac_status=$?
23080 grep -v '^ *+' conftest.er1 >conftest.err
23081 rm -f conftest.er1
23082 cat conftest.err >&5
23083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23084 (exit $ac_status); } && {
23085 test -z "$ac_c_werror_flag" ||
23086 test ! -s conftest.err
23087 } && test -s conftest$ac_exeext &&
23088 $as_test_x conftest$ac_exeext; then
23089 ac_cv_have_isinf="yes"
23090 else
23091 echo "$as_me: failed program was:" >&5
23092 sed 's/^/| /' conftest.$ac_ext >&5
23094 ac_cv_have_isinf="no"
23097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23098 conftest$ac_exeext conftest.$ac_ext
23100 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23101 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23102 if test "$ac_cv_have_isinf" = "yes"
23103 then
23105 cat >>confdefs.h <<\_ACEOF
23106 #define HAVE_ISINF 1
23107 _ACEOF
23111 { echo "$as_me:$LINENO: checking for isnan" >&5
23112 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23113 if test "${ac_cv_have_isnan+set}" = set; then
23114 echo $ECHO_N "(cached) $ECHO_C" >&6
23115 else
23116 cat >conftest.$ac_ext <<_ACEOF
23117 /* confdefs.h. */
23118 _ACEOF
23119 cat confdefs.h >>conftest.$ac_ext
23120 cat >>conftest.$ac_ext <<_ACEOF
23121 /* end confdefs.h. */
23122 #include <math.h>
23124 main ()
23126 float f = 0.0; int i=isnan(f)
23128 return 0;
23130 _ACEOF
23131 rm -f conftest.$ac_objext conftest$ac_exeext
23132 if { (ac_try="$ac_link"
23133 case "(($ac_try" in
23134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23135 *) ac_try_echo=$ac_try;;
23136 esac
23137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23138 (eval "$ac_link") 2>conftest.er1
23139 ac_status=$?
23140 grep -v '^ *+' conftest.er1 >conftest.err
23141 rm -f conftest.er1
23142 cat conftest.err >&5
23143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23144 (exit $ac_status); } && {
23145 test -z "$ac_c_werror_flag" ||
23146 test ! -s conftest.err
23147 } && test -s conftest$ac_exeext &&
23148 $as_test_x conftest$ac_exeext; then
23149 ac_cv_have_isnan="yes"
23150 else
23151 echo "$as_me: failed program was:" >&5
23152 sed 's/^/| /' conftest.$ac_ext >&5
23154 ac_cv_have_isnan="no"
23157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23158 conftest$ac_exeext conftest.$ac_ext
23160 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23161 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23162 if test "$ac_cv_have_isnan" = "yes"
23163 then
23165 cat >>confdefs.h <<\_ACEOF
23166 #define HAVE_ISNAN 1
23167 _ACEOF
23172 case $host_cpu in
23173 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23174 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23175 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23176 echo $ECHO_N "(cached) $ECHO_C" >&6
23177 else
23178 cat >conftest.$ac_ext <<_ACEOF
23179 /* confdefs.h. */
23180 _ACEOF
23181 cat confdefs.h >>conftest.$ac_ext
23182 cat >>conftest.$ac_ext <<_ACEOF
23183 /* end confdefs.h. */
23184 #ifndef __i386__
23186 #endif
23187 _ACEOF
23188 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23189 $EGREP "yes" >/dev/null 2>&1; then
23190 ac_cv_cpp_def___i386__=yes
23191 else
23192 ac_cv_cpp_def___i386__=no
23194 rm -f conftest*
23197 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23198 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23199 if test $ac_cv_cpp_def___i386__ = yes; then
23200 CFLAGS="$CFLAGS -D__i386__"
23201 LINTFLAGS="$LINTFLAGS -D__i386__"
23204 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23205 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23206 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23207 echo $ECHO_N "(cached) $ECHO_C" >&6
23208 else
23209 cat >conftest.$ac_ext <<_ACEOF
23210 /* confdefs.h. */
23211 _ACEOF
23212 cat confdefs.h >>conftest.$ac_ext
23213 cat >>conftest.$ac_ext <<_ACEOF
23214 /* end confdefs.h. */
23215 #ifndef __x86_64__
23217 #endif
23218 _ACEOF
23219 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23220 $EGREP "yes" >/dev/null 2>&1; then
23221 ac_cv_cpp_def___x86_64__=yes
23222 else
23223 ac_cv_cpp_def___x86_64__=no
23225 rm -f conftest*
23228 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23229 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23230 if test $ac_cv_cpp_def___x86_64__ = yes; then
23231 CFLAGS="$CFLAGS -D__x86_64__"
23232 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23235 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23236 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23237 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23238 echo $ECHO_N "(cached) $ECHO_C" >&6
23239 else
23240 cat >conftest.$ac_ext <<_ACEOF
23241 /* confdefs.h. */
23242 _ACEOF
23243 cat confdefs.h >>conftest.$ac_ext
23244 cat >>conftest.$ac_ext <<_ACEOF
23245 /* end confdefs.h. */
23246 #ifndef __ALPHA__
23248 #endif
23249 _ACEOF
23250 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23251 $EGREP "yes" >/dev/null 2>&1; then
23252 ac_cv_cpp_def___ALPHA__=yes
23253 else
23254 ac_cv_cpp_def___ALPHA__=no
23256 rm -f conftest*
23259 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23260 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23261 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23262 CFLAGS="$CFLAGS -D__ALPHA__"
23263 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23266 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23267 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23268 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23269 echo $ECHO_N "(cached) $ECHO_C" >&6
23270 else
23271 cat >conftest.$ac_ext <<_ACEOF
23272 /* confdefs.h. */
23273 _ACEOF
23274 cat confdefs.h >>conftest.$ac_ext
23275 cat >>conftest.$ac_ext <<_ACEOF
23276 /* end confdefs.h. */
23277 #ifndef __sparc__
23279 #endif
23280 _ACEOF
23281 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23282 $EGREP "yes" >/dev/null 2>&1; then
23283 ac_cv_cpp_def___sparc__=yes
23284 else
23285 ac_cv_cpp_def___sparc__=no
23287 rm -f conftest*
23290 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23291 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23292 if test $ac_cv_cpp_def___sparc__ = yes; then
23293 CFLAGS="$CFLAGS -D__sparc__"
23294 LINTFLAGS="$LINTFLAGS -D__sparc__"
23297 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23298 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23299 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23300 echo $ECHO_N "(cached) $ECHO_C" >&6
23301 else
23302 cat >conftest.$ac_ext <<_ACEOF
23303 /* confdefs.h. */
23304 _ACEOF
23305 cat confdefs.h >>conftest.$ac_ext
23306 cat >>conftest.$ac_ext <<_ACEOF
23307 /* end confdefs.h. */
23308 #ifndef __powerpc__
23310 #endif
23311 _ACEOF
23312 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23313 $EGREP "yes" >/dev/null 2>&1; then
23314 ac_cv_cpp_def___powerpc__=yes
23315 else
23316 ac_cv_cpp_def___powerpc__=no
23318 rm -f conftest*
23321 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23322 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23323 if test $ac_cv_cpp_def___powerpc__ = yes; then
23324 CFLAGS="$CFLAGS -D__powerpc__"
23325 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23328 esac
23330 case $host_vendor in
23331 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23332 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23333 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23334 echo $ECHO_N "(cached) $ECHO_C" >&6
23335 else
23336 cat >conftest.$ac_ext <<_ACEOF
23337 /* confdefs.h. */
23338 _ACEOF
23339 cat confdefs.h >>conftest.$ac_ext
23340 cat >>conftest.$ac_ext <<_ACEOF
23341 /* end confdefs.h. */
23342 #ifndef __sun__
23344 #endif
23345 _ACEOF
23346 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23347 $EGREP "yes" >/dev/null 2>&1; then
23348 ac_cv_cpp_def___sun__=yes
23349 else
23350 ac_cv_cpp_def___sun__=no
23352 rm -f conftest*
23355 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23356 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23357 if test $ac_cv_cpp_def___sun__ = yes; then
23358 CFLAGS="$CFLAGS -D__sun__"
23359 LINTFLAGS="$LINTFLAGS -D__sun__"
23362 esac
23365 DEPENDENCIES="### Dependencies:
23367 .INIT: Makefile
23368 .BEGIN: Makefile
23369 .MAKEFILEDEPS:
23370 Makefile: dummy
23371 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23373 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23374 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23375 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23376 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23377 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23380 ALL_MAKERULES=""
23382 ALL_MAKEFILES=""
23384 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23387 ALL_TOP_DIRS=""
23389 ALL_DLL_DIRS=""
23391 ALL_IMPLIB_DIRS=""
23393 ALL_TEST_DIRS=""
23395 ALL_PROGRAM_DIRS=""
23397 ALL_PROGRAM_INSTALL_DIRS=""
23399 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23405 ac_config_commands="$ac_config_commands include/stamp-h"
23408 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23410 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23412 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23414 ac_config_commands="$ac_config_commands dlls/user32/resources"
23416 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23418 ac_config_commands="$ac_config_commands include/wine"
23421 ALL_MAKERULES="$ALL_MAKERULES \\
23422 Make.rules"
23423 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23424 Make.rules: Make.rules.in"
23425 MAKE_RULES=Make.rules
23426 ac_config_files="$ac_config_files Make.rules"
23428 ALL_MAKERULES="$ALL_MAKERULES \\
23429 dlls/Makedll.rules"
23430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23431 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23432 MAKE_DLL_RULES=dlls/Makedll.rules
23433 ac_config_files="$ac_config_files dlls/Makedll.rules"
23435 ALL_MAKERULES="$ALL_MAKERULES \\
23436 dlls/Makeimplib.rules"
23437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23438 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23439 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23440 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23442 ALL_MAKERULES="$ALL_MAKERULES \\
23443 dlls/Maketest.rules"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23446 MAKE_TEST_RULES=dlls/Maketest.rules
23447 ac_config_files="$ac_config_files dlls/Maketest.rules"
23449 ALL_MAKERULES="$ALL_MAKERULES \\
23450 programs/Makeprog.rules"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23453 MAKE_PROG_RULES=programs/Makeprog.rules
23454 ac_config_files="$ac_config_files programs/Makeprog.rules"
23459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23460 Makefile: Makefile.in Make.rules"
23461 ac_config_files="$ac_config_files Makefile"
23463 ALL_MAKEFILES="$ALL_MAKEFILES \\
23464 dlls/Makefile"
23465 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23466 dlls"
23467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23468 dlls/Makefile: dlls/Makefile.in Make.rules"
23469 ac_config_files="$ac_config_files dlls/Makefile"
23471 ALL_MAKEFILES="$ALL_MAKEFILES \\
23472 dlls/acledit/Makefile"
23473 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23474 acledit"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23477 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/aclui/Makefile"
23481 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23482 aclui"
23483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23484 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23485 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23487 ALL_MAKEFILES="$ALL_MAKEFILES \\
23488 dlls/activeds/Makefile"
23489 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23490 activeds"
23491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23492 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23493 ac_config_files="$ac_config_files dlls/activeds/Makefile"
23495 ALL_MAKEFILES="$ALL_MAKEFILES \\
23496 dlls/actxprxy/Makefile"
23497 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23498 actxprxy"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
23501 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/adsiid/Makefile"
23505 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23506 adsiid"
23507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23508 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
23509 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
23511 ALL_MAKEFILES="$ALL_MAKEFILES \\
23512 dlls/advapi32/Makefile"
23513 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 advapi32"
23515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23516 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
23517 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
23519 ALL_MAKEFILES="$ALL_MAKEFILES \\
23520 dlls/advapi32/tests/Makefile"
23521 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23522 advapi32/tests"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
23525 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/advpack/Makefile"
23529 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23530 advpack"
23531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23532 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
23533 ac_config_files="$ac_config_files dlls/advpack/Makefile"
23535 ALL_MAKEFILES="$ALL_MAKEFILES \\
23536 dlls/advpack/tests/Makefile"
23537 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23538 advpack/tests"
23539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23540 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
23541 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
23543 ALL_MAKEFILES="$ALL_MAKEFILES \\
23544 dlls/amstream/Makefile"
23545 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23546 amstream"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
23549 ac_config_files="$ac_config_files dlls/amstream/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/amstream/tests/Makefile"
23553 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23554 amstream/tests"
23555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23556 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
23557 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
23559 ALL_MAKEFILES="$ALL_MAKEFILES \\
23560 dlls/appwiz.cpl/Makefile"
23561 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23562 appwiz.cpl"
23563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23564 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
23565 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
23567 ALL_MAKEFILES="$ALL_MAKEFILES \\
23568 dlls/atl/Makefile"
23569 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 atl"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/atl/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/authz/Makefile"
23577 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23578 authz"
23579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23580 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
23581 ac_config_files="$ac_config_files dlls/authz/Makefile"
23583 ALL_MAKEFILES="$ALL_MAKEFILES \\
23584 dlls/avicap32/Makefile"
23585 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23586 avicap32"
23587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23588 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
23589 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
23591 ALL_MAKEFILES="$ALL_MAKEFILES \\
23592 dlls/avifil32/Makefile"
23593 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23594 avifil32"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
23597 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/avifile.dll16/Makefile"
23601 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23602 avifile.dll16"
23603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23604 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
23605 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
23607 ALL_MAKEFILES="$ALL_MAKEFILES \\
23608 dlls/bcrypt/Makefile"
23609 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 bcrypt"
23611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23612 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
23613 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
23615 ALL_MAKEFILES="$ALL_MAKEFILES \\
23616 dlls/browseui/Makefile"
23617 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23618 browseui"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
23621 ac_config_files="$ac_config_files dlls/browseui/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/browseui/tests/Makefile"
23625 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23626 browseui/tests"
23627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23628 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
23629 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
23631 ALL_MAKEFILES="$ALL_MAKEFILES \\
23632 dlls/cabinet/Makefile"
23633 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23634 cabinet"
23635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23636 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
23637 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
23639 ALL_MAKEFILES="$ALL_MAKEFILES \\
23640 dlls/cabinet/tests/Makefile"
23641 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23642 cabinet/tests"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
23645 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/capi2032/Makefile"
23649 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 capi2032"
23651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23652 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
23653 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
23655 ALL_MAKEFILES="$ALL_MAKEFILES \\
23656 dlls/cards/Makefile"
23657 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23658 cards"
23659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23660 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
23661 ac_config_files="$ac_config_files dlls/cards/Makefile"
23663 ALL_MAKEFILES="$ALL_MAKEFILES \\
23664 dlls/cfgmgr32/Makefile"
23665 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23666 cfgmgr32"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
23669 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/clusapi/Makefile"
23673 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23674 clusapi"
23675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23676 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
23677 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
23679 ALL_MAKEFILES="$ALL_MAKEFILES \\
23680 dlls/comcat/Makefile"
23681 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23682 comcat"
23683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23684 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
23685 ac_config_files="$ac_config_files dlls/comcat/Makefile"
23687 ALL_MAKEFILES="$ALL_MAKEFILES \\
23688 dlls/comcat/tests/Makefile"
23689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23690 comcat/tests"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
23693 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/comctl32/Makefile"
23697 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23698 comctl32"
23699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23700 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
23701 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
23703 ALL_MAKEFILES="$ALL_MAKEFILES \\
23704 dlls/comctl32/tests/Makefile"
23705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23706 comctl32/tests"
23707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23708 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
23709 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
23711 ALL_MAKEFILES="$ALL_MAKEFILES \\
23712 dlls/comdlg32/Makefile"
23713 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23714 comdlg32"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
23717 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/comdlg32/tests/Makefile"
23721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23722 comdlg32/tests"
23723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23724 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
23725 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
23727 ALL_MAKEFILES="$ALL_MAKEFILES \\
23728 dlls/comm.drv16/Makefile"
23729 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23730 comm.drv16"
23731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23732 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
23733 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
23735 ALL_MAKEFILES="$ALL_MAKEFILES \\
23736 dlls/compobj.dll16/Makefile"
23737 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23738 compobj.dll16"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
23741 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/compstui/Makefile"
23745 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23746 compstui"
23747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23748 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
23749 ac_config_files="$ac_config_files dlls/compstui/Makefile"
23751 ALL_MAKEFILES="$ALL_MAKEFILES \\
23752 dlls/credui/Makefile"
23753 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 credui"
23755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23756 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
23757 ac_config_files="$ac_config_files dlls/credui/Makefile"
23759 ALL_MAKEFILES="$ALL_MAKEFILES \\
23760 dlls/credui/tests/Makefile"
23761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23762 credui/tests"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
23765 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/crtdll/Makefile"
23769 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23770 crtdll"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
23773 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
23775 ALL_MAKEFILES="$ALL_MAKEFILES \\
23776 dlls/crypt32/Makefile"
23777 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23778 crypt32"
23779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23780 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
23781 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
23783 ALL_MAKEFILES="$ALL_MAKEFILES \\
23784 dlls/crypt32/tests/Makefile"
23785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23786 crypt32/tests"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
23789 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/cryptdlg/Makefile"
23793 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23794 cryptdlg"
23795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23796 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
23797 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
23799 ALL_MAKEFILES="$ALL_MAKEFILES \\
23800 dlls/cryptdll/Makefile"
23801 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23802 cryptdll"
23803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23804 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
23805 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
23807 ALL_MAKEFILES="$ALL_MAKEFILES \\
23808 dlls/cryptnet/Makefile"
23809 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23810 cryptnet"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
23813 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/cryptnet/tests/Makefile"
23817 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23818 cryptnet/tests"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
23821 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
23823 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 dlls/cryptui/Makefile"
23825 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23826 cryptui"
23827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23828 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
23829 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
23831 ALL_MAKEFILES="$ALL_MAKEFILES \\
23832 dlls/cryptui/tests/Makefile"
23833 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23834 cryptui/tests"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
23837 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/ctapi32/Makefile"
23841 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23842 ctapi32"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
23845 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/ctl3d.dll16/Makefile"
23849 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23850 ctl3d.dll16"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
23853 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/ctl3d32/Makefile"
23857 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 ctl3d32"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/ctl3dv2.dll16/Makefile"
23865 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23866 ctl3dv2.dll16"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
23869 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/d3d10/Makefile"
23873 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23874 d3d10"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
23877 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/d3d10/tests/Makefile"
23881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23882 d3d10/tests"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
23885 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/d3d10core/Makefile"
23889 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 d3d10core"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/d3d10core/tests/Makefile"
23897 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23898 d3d10core/tests"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
23901 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/d3d8/Makefile"
23905 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 d3d8"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/d3d8/tests/Makefile"
23913 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23914 d3d8/tests"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
23917 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/d3d9/Makefile"
23921 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23922 d3d9"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
23925 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/d3d9/tests/Makefile"
23929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23930 d3d9/tests"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
23933 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/d3dim/Makefile"
23937 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23938 d3dim"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
23941 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/d3drm/Makefile"
23945 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 d3drm"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/d3drm/tests/Makefile"
23953 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23954 d3drm/tests"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
23957 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/d3dx9_24/Makefile"
23961 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23962 d3dx9_24"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
23965 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/d3dx9_25/Makefile"
23969 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970 d3dx9_25"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
23973 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/d3dx9_26/Makefile"
23977 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23978 d3dx9_26"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23981 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/d3dx9_27/Makefile"
23985 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 d3dx9_27"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23989 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/d3dx9_28/Makefile"
23993 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23994 d3dx9_28"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23997 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/d3dx9_29/Makefile"
24001 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24002 d3dx9_29"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24005 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/d3dx9_30/Makefile"
24009 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24010 d3dx9_30"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24013 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/d3dx9_31/Makefile"
24017 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 d3dx9_31"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/d3dx9_32/Makefile"
24025 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 d3dx9_32"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/d3dx9_33/Makefile"
24033 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24034 d3dx9_33"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24037 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/d3dx9_34/Makefile"
24041 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 d3dx9_34"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/d3dx9_35/Makefile"
24049 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 d3dx9_35"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24053 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/d3dx9_36/Makefile"
24057 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058 d3dx9_36"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24061 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/d3dx9_36/tests/Makefile"
24065 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24066 d3dx9_36/tests"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24069 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/d3dx9_37/Makefile"
24073 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 d3dx9_37"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/d3dx9_38/Makefile"
24081 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 d3dx9_38"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/d3dx9_39/Makefile"
24089 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24090 d3dx9_39"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24093 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/d3dx9_40/Makefile"
24097 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098 d3dx9_40"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/d3dx9_41/Makefile"
24105 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24106 d3dx9_41"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24109 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/d3dxof/Makefile"
24113 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114 d3dxof"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24117 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/d3dxof/tests/Makefile"
24121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24122 d3dxof/tests"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24125 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/dbghelp/Makefile"
24129 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 dbghelp"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24133 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/dciman32/Makefile"
24137 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 dciman32"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/ddeml.dll16/Makefile"
24145 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24146 ddeml.dll16"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24149 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/ddraw/Makefile"
24153 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 ddraw"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/ddraw/tests/Makefile"
24161 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24162 ddraw/tests"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24165 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/ddrawex/Makefile"
24169 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 ddrawex"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/ddrawex/tests/Makefile"
24177 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24178 ddrawex/tests"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24181 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/devenum/Makefile"
24185 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186 devenum"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/dinput/Makefile"
24193 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24194 dinput"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24197 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/dinput/tests/Makefile"
24201 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24202 dinput/tests"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24205 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/dinput8/Makefile"
24209 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 dinput8"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/dispdib.dll16/Makefile"
24217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24218 dispdib.dll16"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24221 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/display.drv16/Makefile"
24225 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24226 display.drv16"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24229 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/dmband/Makefile"
24233 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 dmband"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/dmcompos/Makefile"
24241 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24242 dmcompos"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24245 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/dmime/Makefile"
24249 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250 dmime"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24253 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/dmloader/Makefile"
24257 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 dmloader"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/dmscript/Makefile"
24265 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24266 dmscript"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24269 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/dmstyle/Makefile"
24273 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 dmstyle"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/dmsynth/Makefile"
24281 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24282 dmsynth"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24285 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/dmusic/Makefile"
24289 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 dmusic"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/dmusic32/Makefile"
24297 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24298 dmusic32"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24301 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/dnsapi/Makefile"
24305 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 dnsapi"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/dnsapi/tests/Makefile"
24313 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24314 dnsapi/tests"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24317 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/dplay/Makefile"
24321 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24322 dplay"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24325 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/dplayx/Makefile"
24329 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 dplayx"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/dplayx/tests/Makefile"
24337 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24338 dplayx/tests"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24341 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/dpnaddr/Makefile"
24345 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 dpnaddr"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/dpnet/Makefile"
24353 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24354 dpnet"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24357 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/dpnhpast/Makefile"
24361 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 dpnhpast"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/dpnlobby/Makefile"
24369 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24370 dpnlobby"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24373 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/dpwsockx/Makefile"
24377 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378 dpwsockx"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/drmclien/Makefile"
24385 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 drmclien"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/dsound/Makefile"
24393 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 dsound"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/dsound/tests/Makefile"
24401 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24402 dsound/tests"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24405 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/dssenh/Makefile"
24409 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410 dssenh"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/dswave/Makefile"
24417 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24418 dswave"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24421 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/dwmapi/Makefile"
24425 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 dwmapi"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/dxdiagn/Makefile"
24433 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 dxdiagn"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/dxerr8/Makefile"
24441 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24442 dxerr8"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24445 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/dxerr9/Makefile"
24449 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24450 dxerr9"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24453 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/dxgi/Makefile"
24457 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24458 dxgi"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
24461 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/dxgi/tests/Makefile"
24465 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24466 dxgi/tests"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
24469 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/dxguid/Makefile"
24473 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24474 dxguid"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
24477 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/faultrep/Makefile"
24481 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 faultrep"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/fusion/Makefile"
24489 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 fusion"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/fusion/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/fusion/tests/Makefile"
24497 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498 fusion/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/gdi32/Makefile"
24505 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506 gdi32"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/gdi32/tests/Makefile"
24513 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24514 gdi32/tests"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
24517 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/gdiplus/Makefile"
24521 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 gdiplus"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/gdiplus/tests/Makefile"
24529 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24530 gdiplus/tests"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
24533 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/glu32/Makefile"
24537 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 glu32"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/glu32/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/gphoto2.ds/Makefile"
24545 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 gphoto2.ds"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/gpkcsp/Makefile"
24553 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24554 gpkcsp"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
24557 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/hal/Makefile"
24561 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 hal"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/hal/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/hhctrl.ocx/Makefile"
24569 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 hhctrl.ocx"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/hid/Makefile"
24577 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 hid"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/hid/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/hlink/Makefile"
24585 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24586 hlink"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
24589 ac_config_files="$ac_config_files dlls/hlink/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/hlink/tests/Makefile"
24593 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24594 hlink/tests"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
24597 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/hnetcfg/Makefile"
24601 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 hnetcfg"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/httpapi/Makefile"
24609 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 httpapi"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/iccvid/Makefile"
24617 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 iccvid"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/icmp/Makefile"
24625 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 icmp"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/icmp/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/ifsmgr.vxd/Makefile"
24633 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634 ifsmgr.vxd"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/imaadp32.acm/Makefile"
24641 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 imaadp32.acm"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/imagehlp/Makefile"
24649 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24650 imagehlp"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
24653 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/imm.dll16/Makefile"
24657 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 imm.dll16"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/imm32/Makefile"
24665 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24666 imm32"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
24669 ac_config_files="$ac_config_files dlls/imm32/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/imm32/tests/Makefile"
24673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24674 imm32/tests"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
24677 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/inetcomm/Makefile"
24681 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24682 inetcomm"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
24685 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/inetcomm/tests/Makefile"
24689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24690 inetcomm/tests"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
24693 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/inetmib1/Makefile"
24697 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24698 inetmib1"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
24701 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/inetmib1/tests/Makefile"
24705 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24706 inetmib1/tests"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
24709 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/infosoft/Makefile"
24713 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 infosoft"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/infosoft/tests/Makefile"
24721 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722 infosoft/tests"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
24725 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/initpki/Makefile"
24729 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 initpki"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/initpki/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/inkobj/Makefile"
24737 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738 inkobj"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/inseng/Makefile"
24745 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 inseng"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/inseng/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/iphlpapi/Makefile"
24753 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24754 iphlpapi"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
24757 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/iphlpapi/tests/Makefile"
24761 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24762 iphlpapi/tests"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
24765 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/itircl/Makefile"
24769 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 itircl"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/itircl/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/itss/Makefile"
24777 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778 itss"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/itss/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/itss/tests/Makefile"
24785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24786 itss/tests"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
24789 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/jscript/Makefile"
24793 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 jscript"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/jscript/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/jscript/tests/Makefile"
24801 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24802 jscript/tests"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
24805 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/kernel32/Makefile"
24809 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 kernel32"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/kernel32/tests/Makefile"
24817 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24818 kernel32/tests"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
24821 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/keyboard.drv16/Makefile"
24825 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 keyboard.drv16"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/loadperf/Makefile"
24833 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24834 loadperf"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
24837 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/localspl/Makefile"
24841 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 localspl"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/localspl/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/localspl/tests/Makefile"
24849 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24850 localspl/tests"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
24853 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/localui/Makefile"
24857 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 localui"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/localui/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/localui/tests/Makefile"
24865 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24866 localui/tests"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
24869 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/lz32/Makefile"
24873 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 lz32"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/lz32/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/lz32/tests/Makefile"
24881 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24882 lz32/tests"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
24885 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/lzexpand.dll16/Makefile"
24889 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 lzexpand.dll16"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/mapi32/Makefile"
24897 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 mapi32"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/mapi32/tests/Makefile"
24905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24906 mapi32/tests"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
24909 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/mciavi32/Makefile"
24913 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914 mciavi32"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/mcicda/Makefile"
24921 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 mcicda"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/mciqtz32/Makefile"
24929 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 mciqtz32"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/mciseq/Makefile"
24937 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 mciseq"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/mciwave/Makefile"
24945 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24946 mciwave"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
24949 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/midimap/Makefile"
24953 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 midimap"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/midimap/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/mlang/Makefile"
24961 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24962 mlang"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
24965 ac_config_files="$ac_config_files dlls/mlang/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/mlang/tests/Makefile"
24969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24970 mlang/tests"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
24973 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/mmdevldr.vxd/Makefile"
24977 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24978 mmdevldr.vxd"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
24981 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/monodebg.vxd/Makefile"
24985 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 monodebg.vxd"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/mountmgr.sys/Makefile"
24993 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 mountmgr.sys"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/mouse.drv16/Makefile"
25001 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 mouse.drv16"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/mpr/Makefile"
25009 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25010 mpr"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25013 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/mprapi/Makefile"
25017 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018 mprapi"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/msacm.dll16/Makefile"
25025 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 msacm.dll16"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/msacm32.drv/Makefile"
25033 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25034 msacm32.drv"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25037 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/msacm32/Makefile"
25041 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 msacm32"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/msacm32/tests/Makefile"
25049 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25050 msacm32/tests"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25053 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/msadp32.acm/Makefile"
25057 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 msadp32.acm"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/mscat32/Makefile"
25065 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 mscat32"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/mscms/Makefile"
25073 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 mscms"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/mscms/tests/Makefile"
25081 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25082 mscms/tests"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25085 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/mscoree/Makefile"
25089 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 mscoree"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25093 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/msctf/Makefile"
25097 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 msctf"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 dlls/msctf/tests/Makefile"
25105 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25106 msctf/tests"
25107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25108 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25109 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25111 ALL_MAKEFILES="$ALL_MAKEFILES \\
25112 dlls/msdaps/Makefile"
25113 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25114 msdaps"
25115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25116 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25117 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25119 ALL_MAKEFILES="$ALL_MAKEFILES \\
25120 dlls/msdmo/Makefile"
25121 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25122 msdmo"
25123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25124 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25125 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25127 ALL_MAKEFILES="$ALL_MAKEFILES \\
25128 dlls/msftedit/Makefile"
25129 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25130 msftedit"
25131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25132 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25133 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25135 ALL_MAKEFILES="$ALL_MAKEFILES \\
25136 dlls/msg711.acm/Makefile"
25137 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25138 msg711.acm"
25139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25140 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25141 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25143 ALL_MAKEFILES="$ALL_MAKEFILES \\
25144 dlls/msgsm32.acm/Makefile"
25145 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25146 msgsm32.acm"
25147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25148 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25149 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25151 ALL_MAKEFILES="$ALL_MAKEFILES \\
25152 dlls/mshtml.tlb/Makefile"
25153 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25154 mshtml.tlb"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25157 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 dlls/mshtml/Makefile"
25161 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25162 mshtml"
25163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25164 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25165 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25167 ALL_MAKEFILES="$ALL_MAKEFILES \\
25168 dlls/mshtml/tests/Makefile"
25169 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25170 mshtml/tests"
25171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25172 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25173 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25175 ALL_MAKEFILES="$ALL_MAKEFILES \\
25176 dlls/msi/Makefile"
25177 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25178 msi"
25179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25180 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25181 ac_config_files="$ac_config_files dlls/msi/Makefile"
25183 ALL_MAKEFILES="$ALL_MAKEFILES \\
25184 dlls/msi/tests/Makefile"
25185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25186 msi/tests"
25187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25188 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25189 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25191 ALL_MAKEFILES="$ALL_MAKEFILES \\
25192 dlls/msimg32/Makefile"
25193 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25194 msimg32"
25195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25196 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25197 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25199 ALL_MAKEFILES="$ALL_MAKEFILES \\
25200 dlls/msimtf/Makefile"
25201 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25202 msimtf"
25203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25204 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25205 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25207 ALL_MAKEFILES="$ALL_MAKEFILES \\
25208 dlls/msisip/Makefile"
25209 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25210 msisip"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25213 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 dlls/msisys.ocx/Makefile"
25217 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25218 msisys.ocx"
25219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25220 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25221 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25223 ALL_MAKEFILES="$ALL_MAKEFILES \\
25224 dlls/msnet32/Makefile"
25225 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25226 msnet32"
25227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25228 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25229 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25231 ALL_MAKEFILES="$ALL_MAKEFILES \\
25232 dlls/msrle32/Makefile"
25233 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25234 msrle32"
25235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25236 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25237 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25239 ALL_MAKEFILES="$ALL_MAKEFILES \\
25240 dlls/mssign32/Makefile"
25241 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25242 mssign32"
25243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25244 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25245 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25247 ALL_MAKEFILES="$ALL_MAKEFILES \\
25248 dlls/mssip32/Makefile"
25249 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25250 mssip32"
25251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25252 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25253 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25255 ALL_MAKEFILES="$ALL_MAKEFILES \\
25256 dlls/mstask/Makefile"
25257 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25258 mstask"
25259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25260 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25261 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25263 ALL_MAKEFILES="$ALL_MAKEFILES \\
25264 dlls/mstask/tests/Makefile"
25265 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25266 mstask/tests"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25269 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 dlls/msvcirt/Makefile"
25273 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25274 msvcirt"
25275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25276 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25277 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25279 ALL_MAKEFILES="$ALL_MAKEFILES \\
25280 dlls/msvcr71/Makefile"
25281 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25282 msvcr71"
25283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25284 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25285 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25287 ALL_MAKEFILES="$ALL_MAKEFILES \\
25288 dlls/msvcrt/Makefile"
25289 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25290 msvcrt"
25291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25292 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25293 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25295 ALL_MAKEFILES="$ALL_MAKEFILES \\
25296 dlls/msvcrt/tests/Makefile"
25297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25298 msvcrt/tests"
25299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25300 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25301 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25303 ALL_MAKEFILES="$ALL_MAKEFILES \\
25304 dlls/msvcrt20/Makefile"
25305 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25306 msvcrt20"
25307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25308 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25309 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25311 ALL_MAKEFILES="$ALL_MAKEFILES \\
25312 dlls/msvcrt40/Makefile"
25313 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25314 msvcrt40"
25315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25316 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25317 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25319 ALL_MAKEFILES="$ALL_MAKEFILES \\
25320 dlls/msvcrtd/Makefile"
25321 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25322 msvcrtd"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25325 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 dlls/msvcrtd/tests/Makefile"
25329 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25330 msvcrtd/tests"
25331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25332 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25333 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25335 ALL_MAKEFILES="$ALL_MAKEFILES \\
25336 dlls/msvfw32/Makefile"
25337 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25338 msvfw32"
25339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25340 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25341 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25343 ALL_MAKEFILES="$ALL_MAKEFILES \\
25344 dlls/msvfw32/tests/Makefile"
25345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25346 msvfw32/tests"
25347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25348 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25349 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25351 ALL_MAKEFILES="$ALL_MAKEFILES \\
25352 dlls/msvidc32/Makefile"
25353 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25354 msvidc32"
25355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25356 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25357 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25359 ALL_MAKEFILES="$ALL_MAKEFILES \\
25360 dlls/msvideo.dll16/Makefile"
25361 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25362 msvideo.dll16"
25363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25364 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25365 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25367 ALL_MAKEFILES="$ALL_MAKEFILES \\
25368 dlls/mswsock/Makefile"
25369 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25370 mswsock"
25371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25372 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25373 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25375 ALL_MAKEFILES="$ALL_MAKEFILES \\
25376 dlls/msxml3/Makefile"
25377 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25378 msxml3"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25381 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 dlls/msxml3/tests/Makefile"
25385 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25386 msxml3/tests"
25387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25388 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
25389 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
25391 ALL_MAKEFILES="$ALL_MAKEFILES \\
25392 dlls/nddeapi/Makefile"
25393 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25394 nddeapi"
25395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25396 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
25397 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
25399 ALL_MAKEFILES="$ALL_MAKEFILES \\
25400 dlls/netapi32/Makefile"
25401 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25402 netapi32"
25403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25404 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
25405 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
25407 ALL_MAKEFILES="$ALL_MAKEFILES \\
25408 dlls/netapi32/tests/Makefile"
25409 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25410 netapi32/tests"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
25413 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 dlls/newdev/Makefile"
25417 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25418 newdev"
25419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25420 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
25421 ac_config_files="$ac_config_files dlls/newdev/Makefile"
25423 ALL_MAKEFILES="$ALL_MAKEFILES \\
25424 dlls/ntdll/Makefile"
25425 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25426 ntdll"
25427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25428 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
25429 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
25431 ALL_MAKEFILES="$ALL_MAKEFILES \\
25432 dlls/ntdll/tests/Makefile"
25433 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25434 ntdll/tests"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
25437 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 dlls/ntdsapi/Makefile"
25441 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25442 ntdsapi"
25443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25444 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
25445 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
25447 ALL_MAKEFILES="$ALL_MAKEFILES \\
25448 dlls/ntdsapi/tests/Makefile"
25449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25450 ntdsapi/tests"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
25453 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 dlls/ntoskrnl.exe/Makefile"
25457 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25458 ntoskrnl.exe"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
25461 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 dlls/ntprint/Makefile"
25465 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25466 ntprint"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
25469 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 dlls/ntprint/tests/Makefile"
25473 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25474 ntprint/tests"
25475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25476 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
25477 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
25479 ALL_MAKEFILES="$ALL_MAKEFILES \\
25480 dlls/objsel/Makefile"
25481 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25482 objsel"
25483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25484 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
25485 ac_config_files="$ac_config_files dlls/objsel/Makefile"
25487 ALL_MAKEFILES="$ALL_MAKEFILES \\
25488 dlls/odbc32/Makefile"
25489 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25490 odbc32"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
25493 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 dlls/odbccp32/Makefile"
25497 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25498 odbccp32"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
25501 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 dlls/odbccp32/tests/Makefile"
25505 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25506 odbccp32/tests"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
25509 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 dlls/ole2.dll16/Makefile"
25513 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25514 ole2.dll16"
25515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25516 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
25517 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
25519 ALL_MAKEFILES="$ALL_MAKEFILES \\
25520 dlls/ole2conv.dll16/Makefile"
25521 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25522 ole2conv.dll16"
25523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25524 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
25525 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
25527 ALL_MAKEFILES="$ALL_MAKEFILES \\
25528 dlls/ole2disp.dll16/Makefile"
25529 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25530 ole2disp.dll16"
25531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25532 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
25533 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
25535 ALL_MAKEFILES="$ALL_MAKEFILES \\
25536 dlls/ole2nls.dll16/Makefile"
25537 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25538 ole2nls.dll16"
25539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25540 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
25541 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
25543 ALL_MAKEFILES="$ALL_MAKEFILES \\
25544 dlls/ole2prox.dll16/Makefile"
25545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25546 ole2prox.dll16"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
25549 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 dlls/ole2thk.dll16/Makefile"
25553 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25554 ole2thk.dll16"
25555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25556 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
25557 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
25559 ALL_MAKEFILES="$ALL_MAKEFILES \\
25560 dlls/ole32/Makefile"
25561 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25562 ole32"
25563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25564 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
25565 ac_config_files="$ac_config_files dlls/ole32/Makefile"
25567 ALL_MAKEFILES="$ALL_MAKEFILES \\
25568 dlls/ole32/tests/Makefile"
25569 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25570 ole32/tests"
25571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25572 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
25573 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
25575 ALL_MAKEFILES="$ALL_MAKEFILES \\
25576 dlls/oleacc/Makefile"
25577 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25578 oleacc"
25579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25580 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
25581 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
25583 ALL_MAKEFILES="$ALL_MAKEFILES \\
25584 dlls/oleacc/tests/Makefile"
25585 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25586 oleacc/tests"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
25589 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 dlls/oleaut32/Makefile"
25593 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25594 oleaut32"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
25597 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 dlls/oleaut32/tests/Makefile"
25601 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25602 oleaut32/tests"
25603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25604 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
25605 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
25607 ALL_MAKEFILES="$ALL_MAKEFILES \\
25608 dlls/olecli.dll16/Makefile"
25609 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25610 olecli.dll16"
25611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25612 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
25613 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
25615 ALL_MAKEFILES="$ALL_MAKEFILES \\
25616 dlls/olecli32/Makefile"
25617 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25618 olecli32"
25619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25620 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
25621 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
25623 ALL_MAKEFILES="$ALL_MAKEFILES \\
25624 dlls/oledlg/Makefile"
25625 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25626 oledlg"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
25629 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 dlls/olepro32/Makefile"
25633 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25634 olepro32"
25635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25636 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
25637 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
25639 ALL_MAKEFILES="$ALL_MAKEFILES \\
25640 dlls/olesvr.dll16/Makefile"
25641 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25642 olesvr.dll16"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
25645 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 dlls/olesvr32/Makefile"
25649 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25650 olesvr32"
25651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25652 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
25653 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
25655 ALL_MAKEFILES="$ALL_MAKEFILES \\
25656 dlls/olethk32/Makefile"
25657 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25658 olethk32"
25659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25660 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
25661 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
25663 ALL_MAKEFILES="$ALL_MAKEFILES \\
25664 dlls/opengl32/Makefile"
25665 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25666 opengl32"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
25669 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 dlls/opengl32/tests/Makefile"
25673 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25674 opengl32/tests"
25675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25676 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
25677 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
25679 ALL_MAKEFILES="$ALL_MAKEFILES \\
25680 dlls/pdh/Makefile"
25681 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25682 pdh"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
25685 ac_config_files="$ac_config_files dlls/pdh/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 dlls/pdh/tests/Makefile"
25689 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25690 pdh/tests"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
25693 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 dlls/pidgen/Makefile"
25697 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25698 pidgen"
25699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25700 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
25701 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
25703 ALL_MAKEFILES="$ALL_MAKEFILES \\
25704 dlls/powrprof/Makefile"
25705 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25706 powrprof"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
25709 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 dlls/printui/Makefile"
25713 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25714 printui"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
25717 ac_config_files="$ac_config_files dlls/printui/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 dlls/propsys/Makefile"
25721 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25722 propsys"
25723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25724 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
25725 ac_config_files="$ac_config_files dlls/propsys/Makefile"
25727 ALL_MAKEFILES="$ALL_MAKEFILES \\
25728 dlls/psapi/Makefile"
25729 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25730 psapi"
25731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25732 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
25733 ac_config_files="$ac_config_files dlls/psapi/Makefile"
25735 ALL_MAKEFILES="$ALL_MAKEFILES \\
25736 dlls/psapi/tests/Makefile"
25737 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25738 psapi/tests"
25739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25740 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
25741 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
25743 ALL_MAKEFILES="$ALL_MAKEFILES \\
25744 dlls/pstorec/Makefile"
25745 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25746 pstorec"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
25749 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 dlls/qcap/Makefile"
25753 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25754 qcap"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
25757 ac_config_files="$ac_config_files dlls/qcap/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 dlls/qedit/Makefile"
25761 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25762 qedit"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
25765 ac_config_files="$ac_config_files dlls/qedit/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 dlls/qedit/tests/Makefile"
25769 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25770 qedit/tests"
25771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25772 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
25773 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
25775 ALL_MAKEFILES="$ALL_MAKEFILES \\
25776 dlls/qmgr/Makefile"
25777 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25778 qmgr"
25779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25780 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
25781 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
25783 ALL_MAKEFILES="$ALL_MAKEFILES \\
25784 dlls/qmgr/tests/Makefile"
25785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25786 qmgr/tests"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
25789 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 dlls/qmgrprxy/Makefile"
25793 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25794 qmgrprxy"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
25797 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 dlls/quartz/Makefile"
25801 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25802 quartz"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
25805 ac_config_files="$ac_config_files dlls/quartz/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 dlls/quartz/tests/Makefile"
25809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25810 quartz/tests"
25811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25812 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
25813 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
25815 ALL_MAKEFILES="$ALL_MAKEFILES \\
25816 dlls/query/Makefile"
25817 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25818 query"
25819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25820 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
25821 ac_config_files="$ac_config_files dlls/query/Makefile"
25823 ALL_MAKEFILES="$ALL_MAKEFILES \\
25824 dlls/rasapi16.dll16/Makefile"
25825 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25826 rasapi16.dll16"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
25829 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 dlls/rasapi32/Makefile"
25833 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25834 rasapi32"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
25837 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 dlls/rasapi32/tests/Makefile"
25841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25842 rasapi32/tests"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
25845 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 dlls/rasdlg/Makefile"
25849 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25850 rasdlg"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
25853 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 dlls/resutils/Makefile"
25857 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25858 resutils"
25859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25860 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
25861 ac_config_files="$ac_config_files dlls/resutils/Makefile"
25863 ALL_MAKEFILES="$ALL_MAKEFILES \\
25864 dlls/riched20/Makefile"
25865 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25866 riched20"
25867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25868 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
25869 ac_config_files="$ac_config_files dlls/riched20/Makefile"
25871 ALL_MAKEFILES="$ALL_MAKEFILES \\
25872 dlls/riched20/tests/Makefile"
25873 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25874 riched20/tests"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
25877 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 dlls/riched32/Makefile"
25881 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25882 riched32"
25883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25884 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
25885 ac_config_files="$ac_config_files dlls/riched32/Makefile"
25887 ALL_MAKEFILES="$ALL_MAKEFILES \\
25888 dlls/riched32/tests/Makefile"
25889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25890 riched32/tests"
25891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25892 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
25893 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
25895 ALL_MAKEFILES="$ALL_MAKEFILES \\
25896 dlls/rpcrt4/Makefile"
25897 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25898 rpcrt4"
25899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25900 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
25901 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
25903 ALL_MAKEFILES="$ALL_MAKEFILES \\
25904 dlls/rpcrt4/tests/Makefile"
25905 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25906 rpcrt4/tests"
25907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25908 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
25909 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
25911 ALL_MAKEFILES="$ALL_MAKEFILES \\
25912 dlls/rsabase/Makefile"
25913 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25914 rsabase"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
25917 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
25919 ALL_MAKEFILES="$ALL_MAKEFILES \\
25920 dlls/rsaenh/Makefile"
25921 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25922 rsaenh"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
25925 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 dlls/rsaenh/tests/Makefile"
25929 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25930 rsaenh/tests"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
25933 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 dlls/rtutils/Makefile"
25937 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25938 rtutils"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
25941 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 dlls/sane.ds/Makefile"
25945 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25946 sane.ds"
25947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25948 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
25949 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
25951 ALL_MAKEFILES="$ALL_MAKEFILES \\
25952 dlls/sccbase/Makefile"
25953 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25954 sccbase"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
25957 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
25959 ALL_MAKEFILES="$ALL_MAKEFILES \\
25960 dlls/schannel/Makefile"
25961 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25962 schannel"
25963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25964 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
25965 ac_config_files="$ac_config_files dlls/schannel/Makefile"
25967 ALL_MAKEFILES="$ALL_MAKEFILES \\
25968 dlls/schannel/tests/Makefile"
25969 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25970 schannel/tests"
25971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25972 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
25973 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
25975 ALL_MAKEFILES="$ALL_MAKEFILES \\
25976 dlls/secur32/Makefile"
25977 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25978 secur32"
25979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25980 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
25981 ac_config_files="$ac_config_files dlls/secur32/Makefile"
25983 ALL_MAKEFILES="$ALL_MAKEFILES \\
25984 dlls/secur32/tests/Makefile"
25985 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25986 secur32/tests"
25987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25988 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
25989 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
25991 ALL_MAKEFILES="$ALL_MAKEFILES \\
25992 dlls/security/Makefile"
25993 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25994 security"
25995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25996 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
25997 ac_config_files="$ac_config_files dlls/security/Makefile"
25999 ALL_MAKEFILES="$ALL_MAKEFILES \\
26000 dlls/sensapi/Makefile"
26001 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26002 sensapi"
26003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26004 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26005 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26007 ALL_MAKEFILES="$ALL_MAKEFILES \\
26008 dlls/serialui/Makefile"
26009 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26010 serialui"
26011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26012 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26013 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26015 ALL_MAKEFILES="$ALL_MAKEFILES \\
26016 dlls/serialui/tests/Makefile"
26017 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26018 serialui/tests"
26019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26020 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26021 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26023 ALL_MAKEFILES="$ALL_MAKEFILES \\
26024 dlls/setupapi/Makefile"
26025 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26026 setupapi"
26027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26028 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26029 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26031 ALL_MAKEFILES="$ALL_MAKEFILES \\
26032 dlls/setupapi/tests/Makefile"
26033 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26034 setupapi/tests"
26035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26036 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26037 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26039 ALL_MAKEFILES="$ALL_MAKEFILES \\
26040 dlls/sfc/Makefile"
26041 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26042 sfc"
26043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26044 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26045 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26047 ALL_MAKEFILES="$ALL_MAKEFILES \\
26048 dlls/sfc_os/Makefile"
26049 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26050 sfc_os"
26051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26052 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26053 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26055 ALL_MAKEFILES="$ALL_MAKEFILES \\
26056 dlls/shdoclc/Makefile"
26057 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26058 shdoclc"
26059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26060 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26061 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26063 ALL_MAKEFILES="$ALL_MAKEFILES \\
26064 dlls/shdocvw/Makefile"
26065 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26066 shdocvw"
26067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26068 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26069 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26071 ALL_MAKEFILES="$ALL_MAKEFILES \\
26072 dlls/shdocvw/tests/Makefile"
26073 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26074 shdocvw/tests"
26075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26076 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26077 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26079 ALL_MAKEFILES="$ALL_MAKEFILES \\
26080 dlls/shell.dll16/Makefile"
26081 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26082 shell.dll16"
26083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26084 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26085 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26087 ALL_MAKEFILES="$ALL_MAKEFILES \\
26088 dlls/shell32/Makefile"
26089 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26090 shell32"
26091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26092 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26093 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26095 ALL_MAKEFILES="$ALL_MAKEFILES \\
26096 dlls/shell32/tests/Makefile"
26097 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26098 shell32/tests"
26099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26100 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26101 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26103 ALL_MAKEFILES="$ALL_MAKEFILES \\
26104 dlls/shfolder/Makefile"
26105 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26106 shfolder"
26107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26108 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26109 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26111 ALL_MAKEFILES="$ALL_MAKEFILES \\
26112 dlls/shlwapi/Makefile"
26113 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26114 shlwapi"
26115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26116 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26117 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26119 ALL_MAKEFILES="$ALL_MAKEFILES \\
26120 dlls/shlwapi/tests/Makefile"
26121 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26122 shlwapi/tests"
26123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26124 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26125 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26127 ALL_MAKEFILES="$ALL_MAKEFILES \\
26128 dlls/slbcsp/Makefile"
26129 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26130 slbcsp"
26131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26132 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26133 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26135 ALL_MAKEFILES="$ALL_MAKEFILES \\
26136 dlls/slc/Makefile"
26137 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26138 slc"
26139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26140 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26141 ac_config_files="$ac_config_files dlls/slc/Makefile"
26143 ALL_MAKEFILES="$ALL_MAKEFILES \\
26144 dlls/snmpapi/Makefile"
26145 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26146 snmpapi"
26147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26148 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26149 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26151 ALL_MAKEFILES="$ALL_MAKEFILES \\
26152 dlls/snmpapi/tests/Makefile"
26153 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26154 snmpapi/tests"
26155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26156 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26157 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26159 ALL_MAKEFILES="$ALL_MAKEFILES \\
26160 dlls/softpub/Makefile"
26161 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26162 softpub"
26163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26164 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26165 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26167 ALL_MAKEFILES="$ALL_MAKEFILES \\
26168 dlls/sound.drv16/Makefile"
26169 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26170 sound.drv16"
26171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26172 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26173 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26175 ALL_MAKEFILES="$ALL_MAKEFILES \\
26176 dlls/spoolss/Makefile"
26177 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26178 spoolss"
26179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26180 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26181 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26183 ALL_MAKEFILES="$ALL_MAKEFILES \\
26184 dlls/spoolss/tests/Makefile"
26185 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26186 spoolss/tests"
26187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26188 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26189 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26191 ALL_MAKEFILES="$ALL_MAKEFILES \\
26192 dlls/stdole2.tlb/Makefile"
26193 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26194 stdole2.tlb"
26195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26196 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26197 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26199 ALL_MAKEFILES="$ALL_MAKEFILES \\
26200 dlls/stdole32.tlb/Makefile"
26201 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26202 stdole32.tlb"
26203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26204 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26205 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26207 ALL_MAKEFILES="$ALL_MAKEFILES \\
26208 dlls/sti/Makefile"
26209 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26210 sti"
26211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26212 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26213 ac_config_files="$ac_config_files dlls/sti/Makefile"
26215 ALL_MAKEFILES="$ALL_MAKEFILES \\
26216 dlls/storage.dll16/Makefile"
26217 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26218 storage.dll16"
26219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26220 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26221 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26223 ALL_MAKEFILES="$ALL_MAKEFILES \\
26224 dlls/stress.dll16/Makefile"
26225 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26226 stress.dll16"
26227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26228 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26229 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26231 ALL_MAKEFILES="$ALL_MAKEFILES \\
26232 dlls/strmiids/Makefile"
26233 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26234 strmiids"
26235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26236 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26237 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26239 ALL_MAKEFILES="$ALL_MAKEFILES \\
26240 dlls/svrapi/Makefile"
26241 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26242 svrapi"
26243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26244 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26245 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26247 ALL_MAKEFILES="$ALL_MAKEFILES \\
26248 dlls/sxs/Makefile"
26249 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26250 sxs"
26251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26252 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26253 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26255 ALL_MAKEFILES="$ALL_MAKEFILES \\
26256 dlls/t2embed/Makefile"
26257 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26258 t2embed"
26259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26260 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26261 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26263 ALL_MAKEFILES="$ALL_MAKEFILES \\
26264 dlls/tapi32/Makefile"
26265 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26266 tapi32"
26267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26268 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26269 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26271 ALL_MAKEFILES="$ALL_MAKEFILES \\
26272 dlls/traffic/Makefile"
26273 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26274 traffic"
26275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26276 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26277 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26279 ALL_MAKEFILES="$ALL_MAKEFILES \\
26280 dlls/twain.dll16/Makefile"
26281 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26282 twain.dll16"
26283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26284 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26285 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26287 ALL_MAKEFILES="$ALL_MAKEFILES \\
26288 dlls/twain_32/Makefile"
26289 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26290 twain_32"
26291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26292 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26293 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26295 ALL_MAKEFILES="$ALL_MAKEFILES \\
26296 dlls/twain_32/tests/Makefile"
26297 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26298 twain_32/tests"
26299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26300 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26301 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26303 ALL_MAKEFILES="$ALL_MAKEFILES \\
26304 dlls/typelib.dll16/Makefile"
26305 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26306 typelib.dll16"
26307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26308 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26309 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26311 ALL_MAKEFILES="$ALL_MAKEFILES \\
26312 dlls/unicows/Makefile"
26313 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26314 unicows"
26315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26316 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26317 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26319 ALL_MAKEFILES="$ALL_MAKEFILES \\
26320 dlls/updspapi/Makefile"
26321 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26322 updspapi"
26323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26324 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26325 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
26327 ALL_MAKEFILES="$ALL_MAKEFILES \\
26328 dlls/url/Makefile"
26329 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26330 url"
26331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26332 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
26333 ac_config_files="$ac_config_files dlls/url/Makefile"
26335 ALL_MAKEFILES="$ALL_MAKEFILES \\
26336 dlls/urlmon/Makefile"
26337 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26338 urlmon"
26339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26340 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
26341 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
26343 ALL_MAKEFILES="$ALL_MAKEFILES \\
26344 dlls/urlmon/tests/Makefile"
26345 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26346 urlmon/tests"
26347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26348 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
26349 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
26351 ALL_MAKEFILES="$ALL_MAKEFILES \\
26352 dlls/user32/Makefile"
26353 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26354 user32"
26355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26356 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
26357 ac_config_files="$ac_config_files dlls/user32/Makefile"
26359 ALL_MAKEFILES="$ALL_MAKEFILES \\
26360 dlls/user32/tests/Makefile"
26361 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26362 user32/tests"
26363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26364 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
26365 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
26367 ALL_MAKEFILES="$ALL_MAKEFILES \\
26368 dlls/userenv/Makefile"
26369 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26370 userenv"
26371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26372 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
26373 ac_config_files="$ac_config_files dlls/userenv/Makefile"
26375 ALL_MAKEFILES="$ALL_MAKEFILES \\
26376 dlls/userenv/tests/Makefile"
26377 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26378 userenv/tests"
26379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26380 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
26381 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
26383 ALL_MAKEFILES="$ALL_MAKEFILES \\
26384 dlls/usp10/Makefile"
26385 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26386 usp10"
26387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26388 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
26389 ac_config_files="$ac_config_files dlls/usp10/Makefile"
26391 ALL_MAKEFILES="$ALL_MAKEFILES \\
26392 dlls/usp10/tests/Makefile"
26393 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26394 usp10/tests"
26395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26396 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
26397 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
26399 ALL_MAKEFILES="$ALL_MAKEFILES \\
26400 dlls/uuid/Makefile"
26401 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26402 uuid"
26403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26404 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
26405 ac_config_files="$ac_config_files dlls/uuid/Makefile"
26407 ALL_MAKEFILES="$ALL_MAKEFILES \\
26408 dlls/uxtheme/Makefile"
26409 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26410 uxtheme"
26411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26412 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
26413 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
26415 ALL_MAKEFILES="$ALL_MAKEFILES \\
26416 dlls/uxtheme/tests/Makefile"
26417 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26418 uxtheme/tests"
26419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26420 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
26421 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
26423 ALL_MAKEFILES="$ALL_MAKEFILES \\
26424 dlls/vdhcp.vxd/Makefile"
26425 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26426 vdhcp.vxd"
26427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26428 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
26429 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
26431 ALL_MAKEFILES="$ALL_MAKEFILES \\
26432 dlls/vdmdbg/Makefile"
26433 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26434 vdmdbg"
26435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26436 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
26437 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
26439 ALL_MAKEFILES="$ALL_MAKEFILES \\
26440 dlls/version/Makefile"
26441 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26442 version"
26443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26444 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
26445 ac_config_files="$ac_config_files dlls/version/Makefile"
26447 ALL_MAKEFILES="$ALL_MAKEFILES \\
26448 dlls/version/tests/Makefile"
26449 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26450 version/tests"
26451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26452 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
26453 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
26455 ALL_MAKEFILES="$ALL_MAKEFILES \\
26456 dlls/vmm.vxd/Makefile"
26457 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26458 vmm.vxd"
26459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26460 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
26461 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
26463 ALL_MAKEFILES="$ALL_MAKEFILES \\
26464 dlls/vnbt.vxd/Makefile"
26465 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26466 vnbt.vxd"
26467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26468 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
26469 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
26471 ALL_MAKEFILES="$ALL_MAKEFILES \\
26472 dlls/vnetbios.vxd/Makefile"
26473 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26474 vnetbios.vxd"
26475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26476 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
26477 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
26479 ALL_MAKEFILES="$ALL_MAKEFILES \\
26480 dlls/vtdapi.vxd/Makefile"
26481 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26482 vtdapi.vxd"
26483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26484 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
26485 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
26487 ALL_MAKEFILES="$ALL_MAKEFILES \\
26488 dlls/vwin32.vxd/Makefile"
26489 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26490 vwin32.vxd"
26491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26492 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
26493 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
26495 ALL_MAKEFILES="$ALL_MAKEFILES \\
26496 dlls/w32skrnl/Makefile"
26497 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26498 w32skrnl"
26499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26500 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
26501 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
26503 ALL_MAKEFILES="$ALL_MAKEFILES \\
26504 dlls/w32sys.dll16/Makefile"
26505 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26506 w32sys.dll16"
26507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26508 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
26509 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
26511 ALL_MAKEFILES="$ALL_MAKEFILES \\
26512 dlls/wbemprox/Makefile"
26513 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26514 wbemprox"
26515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26516 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
26517 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
26519 ALL_MAKEFILES="$ALL_MAKEFILES \\
26520 dlls/win32s16.dll16/Makefile"
26521 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26522 win32s16.dll16"
26523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26524 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
26525 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
26527 ALL_MAKEFILES="$ALL_MAKEFILES \\
26528 dlls/win87em.dll16/Makefile"
26529 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26530 win87em.dll16"
26531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26532 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
26533 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
26535 ALL_MAKEFILES="$ALL_MAKEFILES \\
26536 dlls/winaspi.dll16/Makefile"
26537 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26538 winaspi.dll16"
26539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26540 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
26541 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
26543 ALL_MAKEFILES="$ALL_MAKEFILES \\
26544 dlls/windebug.dll16/Makefile"
26545 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26546 windebug.dll16"
26547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26548 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
26549 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
26551 ALL_MAKEFILES="$ALL_MAKEFILES \\
26552 dlls/windowscodecs/Makefile"
26553 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26554 windowscodecs"
26555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26556 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
26557 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
26559 ALL_MAKEFILES="$ALL_MAKEFILES \\
26560 dlls/windowscodecs/tests/Makefile"
26561 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26562 windowscodecs/tests"
26563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26564 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
26565 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
26567 ALL_MAKEFILES="$ALL_MAKEFILES \\
26568 dlls/winealsa.drv/Makefile"
26569 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26570 winealsa.drv"
26571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26572 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
26573 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
26575 ALL_MAKEFILES="$ALL_MAKEFILES \\
26576 dlls/wineaudioio.drv/Makefile"
26577 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26578 wineaudioio.drv"
26579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26580 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
26581 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
26583 ALL_MAKEFILES="$ALL_MAKEFILES \\
26584 dlls/winecoreaudio.drv/Makefile"
26585 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26586 winecoreaudio.drv"
26587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26588 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
26589 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
26591 ALL_MAKEFILES="$ALL_MAKEFILES \\
26592 dlls/winecrt0/Makefile"
26593 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26594 winecrt0"
26595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26596 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
26597 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
26599 ALL_MAKEFILES="$ALL_MAKEFILES \\
26600 dlls/wined3d/Makefile"
26601 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26602 wined3d"
26603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26604 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
26605 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
26607 ALL_MAKEFILES="$ALL_MAKEFILES \\
26608 dlls/winedos/Makefile"
26609 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26610 winedos"
26611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26612 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
26613 ac_config_files="$ac_config_files dlls/winedos/Makefile"
26615 ALL_MAKEFILES="$ALL_MAKEFILES \\
26616 dlls/wineesd.drv/Makefile"
26617 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26618 wineesd.drv"
26619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26620 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
26621 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
26623 ALL_MAKEFILES="$ALL_MAKEFILES \\
26624 dlls/winejack.drv/Makefile"
26625 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26626 winejack.drv"
26627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26628 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
26629 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
26631 ALL_MAKEFILES="$ALL_MAKEFILES \\
26632 dlls/winejoystick.drv/Makefile"
26633 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26634 winejoystick.drv"
26635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26636 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
26637 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
26639 ALL_MAKEFILES="$ALL_MAKEFILES \\
26640 dlls/winemp3.acm/Makefile"
26641 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26642 winemp3.acm"
26643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26644 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
26645 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
26647 ALL_MAKEFILES="$ALL_MAKEFILES \\
26648 dlls/winenas.drv/Makefile"
26649 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26650 winenas.drv"
26651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26652 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
26653 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
26655 ALL_MAKEFILES="$ALL_MAKEFILES \\
26656 dlls/wineoss.drv/Makefile"
26657 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26658 wineoss.drv"
26659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26660 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
26661 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
26663 ALL_MAKEFILES="$ALL_MAKEFILES \\
26664 dlls/wineps.drv/Makefile"
26665 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26666 wineps.drv"
26667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26668 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
26669 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
26671 ALL_MAKEFILES="$ALL_MAKEFILES \\
26672 dlls/winepulse.drv/Makefile"
26673 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26674 winepulse.drv"
26675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26676 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
26677 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
26679 ALL_MAKEFILES="$ALL_MAKEFILES \\
26680 dlls/winequartz.drv/Makefile"
26681 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26682 winequartz.drv"
26683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26684 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
26685 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
26687 ALL_MAKEFILES="$ALL_MAKEFILES \\
26688 dlls/winex11.drv/Makefile"
26689 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26690 winex11.drv"
26691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26692 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
26693 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
26695 ALL_MAKEFILES="$ALL_MAKEFILES \\
26696 dlls/wing32/Makefile"
26697 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26698 wing32"
26699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26700 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
26701 ac_config_files="$ac_config_files dlls/wing32/Makefile"
26703 ALL_MAKEFILES="$ALL_MAKEFILES \\
26704 dlls/winhttp/Makefile"
26705 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26706 winhttp"
26707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26708 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
26709 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
26711 ALL_MAKEFILES="$ALL_MAKEFILES \\
26712 dlls/winhttp/tests/Makefile"
26713 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26714 winhttp/tests"
26715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26716 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
26717 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
26719 ALL_MAKEFILES="$ALL_MAKEFILES \\
26720 dlls/wininet/Makefile"
26721 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26722 wininet"
26723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26724 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
26725 ac_config_files="$ac_config_files dlls/wininet/Makefile"
26727 ALL_MAKEFILES="$ALL_MAKEFILES \\
26728 dlls/wininet/tests/Makefile"
26729 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26730 wininet/tests"
26731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26732 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
26733 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
26735 ALL_MAKEFILES="$ALL_MAKEFILES \\
26736 dlls/winmm/Makefile"
26737 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26738 winmm"
26739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26740 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
26741 ac_config_files="$ac_config_files dlls/winmm/Makefile"
26743 ALL_MAKEFILES="$ALL_MAKEFILES \\
26744 dlls/winmm/tests/Makefile"
26745 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26746 winmm/tests"
26747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26748 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
26749 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
26751 ALL_MAKEFILES="$ALL_MAKEFILES \\
26752 dlls/winnls.dll16/Makefile"
26753 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26754 winnls.dll16"
26755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26756 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
26757 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
26759 ALL_MAKEFILES="$ALL_MAKEFILES \\
26760 dlls/winnls32/Makefile"
26761 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26762 winnls32"
26763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26764 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
26765 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
26767 ALL_MAKEFILES="$ALL_MAKEFILES \\
26768 dlls/winscard/Makefile"
26769 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26770 winscard"
26771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26772 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
26773 ac_config_files="$ac_config_files dlls/winscard/Makefile"
26775 ALL_MAKEFILES="$ALL_MAKEFILES \\
26776 dlls/winspool.drv/Makefile"
26777 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26778 winspool.drv"
26779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26780 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
26781 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
26783 ALL_MAKEFILES="$ALL_MAKEFILES \\
26784 dlls/winspool.drv/tests/Makefile"
26785 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26786 winspool.drv/tests"
26787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26788 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
26789 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
26791 ALL_MAKEFILES="$ALL_MAKEFILES \\
26792 dlls/wintab.dll16/Makefile"
26793 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26794 wintab.dll16"
26795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26796 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
26797 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
26799 ALL_MAKEFILES="$ALL_MAKEFILES \\
26800 dlls/wintab32/Makefile"
26801 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26802 wintab32"
26803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26804 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
26805 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
26807 ALL_MAKEFILES="$ALL_MAKEFILES \\
26808 dlls/wintab32/tests/Makefile"
26809 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26810 wintab32/tests"
26811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26812 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
26813 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
26815 ALL_MAKEFILES="$ALL_MAKEFILES \\
26816 dlls/wintrust/Makefile"
26817 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26818 wintrust"
26819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26820 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
26821 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
26823 ALL_MAKEFILES="$ALL_MAKEFILES \\
26824 dlls/wintrust/tests/Makefile"
26825 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26826 wintrust/tests"
26827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26828 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
26829 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
26831 ALL_MAKEFILES="$ALL_MAKEFILES \\
26832 dlls/wldap32/Makefile"
26833 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26834 wldap32"
26835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26836 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
26837 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
26839 ALL_MAKEFILES="$ALL_MAKEFILES \\
26840 dlls/wldap32/tests/Makefile"
26841 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26842 wldap32/tests"
26843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26844 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
26845 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
26847 ALL_MAKEFILES="$ALL_MAKEFILES \\
26848 dlls/wmi/Makefile"
26849 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26850 wmi"
26851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26852 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
26853 ac_config_files="$ac_config_files dlls/wmi/Makefile"
26855 ALL_MAKEFILES="$ALL_MAKEFILES \\
26856 dlls/wmiutils/Makefile"
26857 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26858 wmiutils"
26859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26860 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
26861 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
26863 ALL_MAKEFILES="$ALL_MAKEFILES \\
26864 dlls/wnaspi32/Makefile"
26865 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26866 wnaspi32"
26867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26868 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
26869 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
26871 ALL_MAKEFILES="$ALL_MAKEFILES \\
26872 dlls/wow32/Makefile"
26873 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26874 wow32"
26875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26876 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
26877 ac_config_files="$ac_config_files dlls/wow32/Makefile"
26879 ALL_MAKEFILES="$ALL_MAKEFILES \\
26880 dlls/ws2_32/Makefile"
26881 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26882 ws2_32"
26883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26884 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
26885 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
26887 ALL_MAKEFILES="$ALL_MAKEFILES \\
26888 dlls/ws2_32/tests/Makefile"
26889 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26890 ws2_32/tests"
26891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26892 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
26893 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
26895 ALL_MAKEFILES="$ALL_MAKEFILES \\
26896 dlls/wsock32/Makefile"
26897 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26898 wsock32"
26899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26900 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
26901 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
26903 ALL_MAKEFILES="$ALL_MAKEFILES \\
26904 dlls/wtsapi32/Makefile"
26905 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26906 wtsapi32"
26907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26908 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
26909 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
26911 ALL_MAKEFILES="$ALL_MAKEFILES \\
26912 dlls/wuapi/Makefile"
26913 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26914 wuapi"
26915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26916 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
26917 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
26919 ALL_MAKEFILES="$ALL_MAKEFILES \\
26920 dlls/xinput1_1/Makefile"
26921 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26922 xinput1_1"
26923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26924 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
26925 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
26927 ALL_MAKEFILES="$ALL_MAKEFILES \\
26928 dlls/xinput1_2/Makefile"
26929 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26930 xinput1_2"
26931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26932 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
26933 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
26935 ALL_MAKEFILES="$ALL_MAKEFILES \\
26936 dlls/xinput1_3/Makefile"
26937 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26938 xinput1_3"
26939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26940 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
26941 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
26943 ALL_MAKEFILES="$ALL_MAKEFILES \\
26944 dlls/xinput1_3/tests/Makefile"
26945 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26946 xinput1_3/tests"
26947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26948 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
26949 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
26951 ALL_MAKEFILES="$ALL_MAKEFILES \\
26952 dlls/xinput9_1_0/Makefile"
26953 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26954 xinput9_1_0"
26955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26956 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
26957 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
26959 ALL_MAKEFILES="$ALL_MAKEFILES \\
26960 dlls/xmllite/Makefile"
26961 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26962 xmllite"
26963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26964 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
26965 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
26967 ALL_MAKEFILES="$ALL_MAKEFILES \\
26968 documentation/Makefile"
26969 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26970 documentation"
26971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26972 documentation/Makefile: documentation/Makefile.in Make.rules"
26973 ac_config_files="$ac_config_files documentation/Makefile"
26975 ALL_MAKEFILES="$ALL_MAKEFILES \\
26976 fonts/Makefile"
26977 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26978 fonts"
26979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26980 fonts/Makefile: fonts/Makefile.in Make.rules"
26981 ac_config_files="$ac_config_files fonts/Makefile"
26983 ALL_MAKEFILES="$ALL_MAKEFILES \\
26984 include/Makefile"
26985 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26986 include"
26987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26988 include/Makefile: include/Makefile.in Make.rules"
26989 ac_config_files="$ac_config_files include/Makefile"
26991 ALL_MAKEFILES="$ALL_MAKEFILES \\
26992 libs/Makefile"
26993 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
26994 libs"
26995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26996 libs/Makefile: libs/Makefile.in Make.rules"
26997 ac_config_files="$ac_config_files libs/Makefile"
26999 ALL_MAKEFILES="$ALL_MAKEFILES \\
27000 libs/port/Makefile"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27004 ac_config_files="$ac_config_files libs/port/Makefile"
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007 libs/wine/Makefile"
27009 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27010 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27011 ac_config_files="$ac_config_files libs/wine/Makefile"
27013 ALL_MAKEFILES="$ALL_MAKEFILES \\
27014 libs/wpp/Makefile"
27016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27017 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27018 ac_config_files="$ac_config_files libs/wpp/Makefile"
27020 ALL_MAKEFILES="$ALL_MAKEFILES \\
27021 loader/Makefile"
27022 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27023 loader"
27024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27025 loader/Makefile: loader/Makefile.in Make.rules"
27026 ac_config_files="$ac_config_files loader/Makefile"
27028 ALL_MAKEFILES="$ALL_MAKEFILES \\
27029 programs/Makefile"
27030 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27031 programs"
27032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27033 programs/Makefile: programs/Makefile.in Make.rules"
27034 ac_config_files="$ac_config_files programs/Makefile"
27036 ALL_MAKEFILES="$ALL_MAKEFILES \\
27037 programs/cacls/Makefile"
27038 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27039 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27040 cacls"
27041 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27042 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27043 ac_config_files="$ac_config_files programs/cacls/Makefile"
27045 ALL_MAKEFILES="$ALL_MAKEFILES \\
27046 programs/clock/Makefile"
27047 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27048 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27049 clock"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27052 ac_config_files="$ac_config_files programs/clock/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 programs/cmd/Makefile"
27056 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27057 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27058 cmd"
27059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27060 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27061 ac_config_files="$ac_config_files programs/cmd/Makefile"
27063 ALL_MAKEFILES="$ALL_MAKEFILES \\
27064 programs/cmdlgtst/Makefile"
27065 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27066 cmdlgtst"
27067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27068 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27069 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27071 ALL_MAKEFILES="$ALL_MAKEFILES \\
27072 programs/control/Makefile"
27073 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27074 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27075 control"
27076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27077 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27078 ac_config_files="$ac_config_files programs/control/Makefile"
27080 ALL_MAKEFILES="$ALL_MAKEFILES \\
27081 programs/eject/Makefile"
27082 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27083 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27084 eject"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27087 ac_config_files="$ac_config_files programs/eject/Makefile"
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090 programs/expand/Makefile"
27091 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27092 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27093 expand"
27094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27095 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27096 ac_config_files="$ac_config_files programs/expand/Makefile"
27098 ALL_MAKEFILES="$ALL_MAKEFILES \\
27099 programs/explorer/Makefile"
27100 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27101 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27102 explorer"
27103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27104 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27105 ac_config_files="$ac_config_files programs/explorer/Makefile"
27107 ALL_MAKEFILES="$ALL_MAKEFILES \\
27108 programs/hh/Makefile"
27109 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27110 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27113 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27114 ac_config_files="$ac_config_files programs/hh/Makefile"
27116 ALL_MAKEFILES="$ALL_MAKEFILES \\
27117 programs/icinfo/Makefile"
27118 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27119 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27120 icinfo"
27121 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27122 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27123 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27125 ALL_MAKEFILES="$ALL_MAKEFILES \\
27126 programs/iexplore/Makefile"
27127 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27128 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27129 iexplore"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27132 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 programs/lodctr/Makefile"
27136 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27137 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27138 lodctr"
27139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27140 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27141 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27143 ALL_MAKEFILES="$ALL_MAKEFILES \\
27144 programs/msiexec/Makefile"
27145 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27146 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27147 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27148 msiexec"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27151 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 programs/net/Makefile"
27155 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27156 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27157 net"
27158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27159 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27160 ac_config_files="$ac_config_files programs/net/Makefile"
27162 ALL_MAKEFILES="$ALL_MAKEFILES \\
27163 programs/notepad/Makefile"
27164 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27165 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27166 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27167 notepad"
27168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27169 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27170 ac_config_files="$ac_config_files programs/notepad/Makefile"
27172 ALL_MAKEFILES="$ALL_MAKEFILES \\
27173 programs/oleview/Makefile"
27174 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27175 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27176 oleview"
27177 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27178 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27179 ac_config_files="$ac_config_files programs/oleview/Makefile"
27181 ALL_MAKEFILES="$ALL_MAKEFILES \\
27182 programs/progman/Makefile"
27183 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27184 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27185 progman"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27188 ac_config_files="$ac_config_files programs/progman/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 programs/reg/Makefile"
27192 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27193 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27194 reg"
27195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27196 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27197 ac_config_files="$ac_config_files programs/reg/Makefile"
27199 ALL_MAKEFILES="$ALL_MAKEFILES \\
27200 programs/regedit/Makefile"
27201 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27202 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27203 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27204 regedit"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27207 ac_config_files="$ac_config_files programs/regedit/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 programs/regsvr32/Makefile"
27211 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27212 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27213 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27214 regsvr32"
27215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27216 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27217 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27219 ALL_MAKEFILES="$ALL_MAKEFILES \\
27220 programs/rpcss/Makefile"
27221 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27222 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27223 rpcss"
27224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27225 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27226 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27228 ALL_MAKEFILES="$ALL_MAKEFILES \\
27229 programs/rundll32/Makefile"
27230 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27231 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27232 rundll32"
27233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27234 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27235 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27237 ALL_MAKEFILES="$ALL_MAKEFILES \\
27238 programs/secedit/Makefile"
27239 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27240 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27241 secedit"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
27244 ac_config_files="$ac_config_files programs/secedit/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 programs/services/Makefile"
27248 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27249 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27250 services"
27251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27252 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
27253 ac_config_files="$ac_config_files programs/services/Makefile"
27255 ALL_MAKEFILES="$ALL_MAKEFILES \\
27256 programs/spoolsv/Makefile"
27257 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27258 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27259 spoolsv"
27260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27261 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
27262 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
27264 ALL_MAKEFILES="$ALL_MAKEFILES \\
27265 programs/start/Makefile"
27266 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27267 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27268 start"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
27271 ac_config_files="$ac_config_files programs/start/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 programs/svchost/Makefile"
27275 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27276 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27277 svchost"
27278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27279 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
27280 ac_config_files="$ac_config_files programs/svchost/Makefile"
27282 ALL_MAKEFILES="$ALL_MAKEFILES \\
27283 programs/taskmgr/Makefile"
27284 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27285 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27286 taskmgr"
27287 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27288 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
27289 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
27291 ALL_MAKEFILES="$ALL_MAKEFILES \\
27292 programs/termsv/Makefile"
27293 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27294 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27295 termsv"
27296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27297 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
27298 ac_config_files="$ac_config_files programs/termsv/Makefile"
27300 ALL_MAKEFILES="$ALL_MAKEFILES \\
27301 programs/uninstaller/Makefile"
27302 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27303 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27304 uninstaller"
27305 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27306 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
27307 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
27309 ALL_MAKEFILES="$ALL_MAKEFILES \\
27310 programs/unlodctr/Makefile"
27311 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27312 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27313 unlodctr"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
27316 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319 programs/view/Makefile"
27320 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27321 view"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
27324 ac_config_files="$ac_config_files programs/view/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 programs/wineboot/Makefile"
27328 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27329 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27330 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27331 wineboot"
27332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27333 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
27334 ac_config_files="$ac_config_files programs/wineboot/Makefile"
27336 ALL_MAKEFILES="$ALL_MAKEFILES \\
27337 programs/winebrowser/Makefile"
27338 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27339 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27340 winebrowser"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
27343 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346 programs/winecfg/Makefile"
27347 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27348 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27349 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27350 winecfg"
27351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27352 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
27353 ac_config_files="$ac_config_files programs/winecfg/Makefile"
27355 ALL_MAKEFILES="$ALL_MAKEFILES \\
27356 programs/wineconsole/Makefile"
27357 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27358 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27359 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27360 wineconsole"
27361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27362 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
27363 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
27365 ALL_MAKEFILES="$ALL_MAKEFILES \\
27366 programs/winedbg/Makefile"
27367 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27368 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27369 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27370 winedbg"
27371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27372 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
27373 ac_config_files="$ac_config_files programs/winedbg/Makefile"
27375 ALL_MAKEFILES="$ALL_MAKEFILES \\
27376 programs/winedevice/Makefile"
27377 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27378 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27379 winedevice"
27380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27381 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
27382 ac_config_files="$ac_config_files programs/winedevice/Makefile"
27384 ALL_MAKEFILES="$ALL_MAKEFILES \\
27385 programs/winefile/Makefile"
27386 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27387 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27388 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27389 winefile"
27390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27391 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
27392 ac_config_files="$ac_config_files programs/winefile/Makefile"
27394 ALL_MAKEFILES="$ALL_MAKEFILES \\
27395 programs/winemenubuilder/Makefile"
27396 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27397 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27398 winemenubuilder"
27399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27400 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
27401 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
27403 ALL_MAKEFILES="$ALL_MAKEFILES \\
27404 programs/winemine/Makefile"
27405 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27406 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27407 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27408 winemine"
27409 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27410 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
27411 ac_config_files="$ac_config_files programs/winemine/Makefile"
27413 ALL_MAKEFILES="$ALL_MAKEFILES \\
27414 programs/winepath/Makefile"
27415 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27416 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27417 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27418 winepath"
27419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27420 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
27421 ac_config_files="$ac_config_files programs/winepath/Makefile"
27423 ALL_MAKEFILES="$ALL_MAKEFILES \\
27424 programs/winetest/Makefile"
27425 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27426 winetest"
27427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27428 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
27429 ac_config_files="$ac_config_files programs/winetest/Makefile"
27431 ALL_MAKEFILES="$ALL_MAKEFILES \\
27432 programs/winevdm/Makefile"
27433 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27434 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27435 winevdm"
27436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27437 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
27438 ac_config_files="$ac_config_files programs/winevdm/Makefile"
27440 ALL_MAKEFILES="$ALL_MAKEFILES \\
27441 programs/winhelp.exe16/Makefile"
27442 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27443 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27444 winhelp.exe16"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
27447 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450 programs/winhlp32/Makefile"
27451 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27452 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27453 winhlp32"
27454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27455 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
27456 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
27458 ALL_MAKEFILES="$ALL_MAKEFILES \\
27459 programs/winoldap.mod16/Makefile"
27460 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27461 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27462 winoldap.mod16"
27463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27464 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
27465 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
27467 ALL_MAKEFILES="$ALL_MAKEFILES \\
27468 programs/winver/Makefile"
27469 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27470 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27471 winver"
27472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27473 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
27474 ac_config_files="$ac_config_files programs/winver/Makefile"
27476 ALL_MAKEFILES="$ALL_MAKEFILES \\
27477 programs/wordpad/Makefile"
27478 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27479 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27480 wordpad"
27481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27482 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
27483 ac_config_files="$ac_config_files programs/wordpad/Makefile"
27485 ALL_MAKEFILES="$ALL_MAKEFILES \\
27486 programs/write/Makefile"
27487 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27488 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27489 write"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
27492 ac_config_files="$ac_config_files programs/write/Makefile"
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495 programs/xcopy/Makefile"
27496 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27497 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27498 xcopy"
27499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27500 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
27501 ac_config_files="$ac_config_files programs/xcopy/Makefile"
27503 ALL_MAKEFILES="$ALL_MAKEFILES \\
27504 server/Makefile"
27505 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27506 server"
27507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27508 server/Makefile: server/Makefile.in Make.rules"
27509 ac_config_files="$ac_config_files server/Makefile"
27511 ALL_MAKEFILES="$ALL_MAKEFILES \\
27512 tools/Makefile"
27513 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27514 tools"
27515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27516 tools/Makefile: tools/Makefile.in Make.rules"
27517 ac_config_files="$ac_config_files tools/Makefile"
27519 ALL_MAKEFILES="$ALL_MAKEFILES \\
27520 tools/widl/Makefile"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
27524 ac_config_files="$ac_config_files tools/widl/Makefile"
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527 tools/winebuild/Makefile"
27529 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27530 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
27531 ac_config_files="$ac_config_files tools/winebuild/Makefile"
27533 ALL_MAKEFILES="$ALL_MAKEFILES \\
27534 tools/winedump/Makefile"
27536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27537 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
27538 ac_config_files="$ac_config_files tools/winedump/Makefile"
27540 ALL_MAKEFILES="$ALL_MAKEFILES \\
27541 tools/winegcc/Makefile"
27543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27544 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
27545 ac_config_files="$ac_config_files tools/winegcc/Makefile"
27547 ALL_MAKEFILES="$ALL_MAKEFILES \\
27548 tools/wmc/Makefile"
27550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27551 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
27552 ac_config_files="$ac_config_files tools/wmc/Makefile"
27554 ALL_MAKEFILES="$ALL_MAKEFILES \\
27555 tools/wrc/Makefile"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
27559 ac_config_files="$ac_config_files tools/wrc/Makefile"
27563 ALL_WINETEST_DEPENDS="# Test binaries"
27565 for dir in $ALL_TEST_DIRS
27567 if test "$dir" != "\\"
27568 then
27569 testname=`expr $dir : '\(.*\)/tests'`_test
27570 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
27572 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
27573 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
27574 $testname.rc:
27575 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
27576 $testname.res: $testname.rc $testname.exe"
27578 done
27580 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
27582 cat >confcache <<\_ACEOF
27583 # This file is a shell script that caches the results of configure
27584 # tests run on this system so they can be shared between configure
27585 # scripts and configure runs, see configure's option --config-cache.
27586 # It is not useful on other systems. If it contains results you don't
27587 # want to keep, you may remove or edit it.
27589 # config.status only pays attention to the cache file if you give it
27590 # the --recheck option to rerun configure.
27592 # `ac_cv_env_foo' variables (set or unset) will be overridden when
27593 # loading this file, other *unset* `ac_cv_foo' will be assigned the
27594 # following values.
27596 _ACEOF
27598 # The following way of writing the cache mishandles newlines in values,
27599 # but we know of no workaround that is simple, portable, and efficient.
27600 # So, we kill variables containing newlines.
27601 # Ultrix sh set writes to stderr and can't be redirected directly,
27602 # and sets the high bit in the cache file unless we assign to the vars.
27604 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
27605 eval ac_val=\$$ac_var
27606 case $ac_val in #(
27607 *${as_nl}*)
27608 case $ac_var in #(
27609 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
27610 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
27611 esac
27612 case $ac_var in #(
27613 _ | IFS | as_nl) ;; #(
27614 *) $as_unset $ac_var ;;
27615 esac ;;
27616 esac
27617 done
27619 (set) 2>&1 |
27620 case $as_nl`(ac_space=' '; set) 2>&1` in #(
27621 *${as_nl}ac_space=\ *)
27622 # `set' does not quote correctly, so add quotes (double-quote
27623 # substitution turns \\\\ into \\, and sed turns \\ into \).
27624 sed -n \
27625 "s/'/'\\\\''/g;
27626 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
27627 ;; #(
27629 # `set' quotes correctly as required by POSIX, so do not add quotes.
27630 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
27632 esac |
27633 sort
27635 sed '
27636 /^ac_cv_env_/b end
27637 t clear
27638 :clear
27639 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
27640 t end
27641 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
27642 :end' >>confcache
27643 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
27644 if test -w "$cache_file"; then
27645 test "x$cache_file" != "x/dev/null" &&
27646 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
27647 echo "$as_me: updating cache $cache_file" >&6;}
27648 cat confcache >$cache_file
27649 else
27650 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
27651 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
27654 rm -f confcache
27656 test "x$prefix" = xNONE && prefix=$ac_default_prefix
27657 # Let make expand exec_prefix.
27658 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
27660 DEFS=-DHAVE_CONFIG_H
27662 ac_libobjs=
27663 ac_ltlibobjs=
27664 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
27665 # 1. Remove the extension, and $U if already installed.
27666 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
27667 ac_i=`echo "$ac_i" | sed "$ac_script"`
27668 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
27669 # will be set to the directory where LIBOBJS objects are built.
27670 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
27671 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
27672 done
27673 LIBOBJS=$ac_libobjs
27675 LTLIBOBJS=$ac_ltlibobjs
27679 : ${CONFIG_STATUS=./config.status}
27680 ac_clean_files_save=$ac_clean_files
27681 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
27682 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
27683 echo "$as_me: creating $CONFIG_STATUS" >&6;}
27684 cat >$CONFIG_STATUS <<_ACEOF
27685 #! $SHELL
27686 # Generated by $as_me.
27687 # Run this file to recreate the current configuration.
27688 # Compiler output produced by configure, useful for debugging
27689 # configure, is in config.log if it exists.
27691 debug=false
27692 ac_cs_recheck=false
27693 ac_cs_silent=false
27694 SHELL=\${CONFIG_SHELL-$SHELL}
27695 _ACEOF
27697 cat >>$CONFIG_STATUS <<\_ACEOF
27698 ## --------------------- ##
27699 ## M4sh Initialization. ##
27700 ## --------------------- ##
27702 # Be more Bourne compatible
27703 DUALCASE=1; export DUALCASE # for MKS sh
27704 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
27705 emulate sh
27706 NULLCMD=:
27707 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
27708 # is contrary to our usage. Disable this feature.
27709 alias -g '${1+"$@"}'='"$@"'
27710 setopt NO_GLOB_SUBST
27711 else
27712 case `(set -o) 2>/dev/null` in
27713 *posix*) set -o posix ;;
27714 esac
27721 # PATH needs CR
27722 # Avoid depending upon Character Ranges.
27723 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
27724 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
27725 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
27726 as_cr_digits='0123456789'
27727 as_cr_alnum=$as_cr_Letters$as_cr_digits
27729 # The user is always right.
27730 if test "${PATH_SEPARATOR+set}" != set; then
27731 echo "#! /bin/sh" >conf$$.sh
27732 echo "exit 0" >>conf$$.sh
27733 chmod +x conf$$.sh
27734 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
27735 PATH_SEPARATOR=';'
27736 else
27737 PATH_SEPARATOR=:
27739 rm -f conf$$.sh
27742 # Support unset when possible.
27743 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
27744 as_unset=unset
27745 else
27746 as_unset=false
27750 # IFS
27751 # We need space, tab and new line, in precisely that order. Quoting is
27752 # there to prevent editors from complaining about space-tab.
27753 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
27754 # splitting by setting IFS to empty value.)
27755 as_nl='
27757 IFS=" "" $as_nl"
27759 # Find who we are. Look in the path if we contain no directory separator.
27760 case $0 in
27761 *[\\/]* ) as_myself=$0 ;;
27762 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
27763 for as_dir in $PATH
27765 IFS=$as_save_IFS
27766 test -z "$as_dir" && as_dir=.
27767 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
27768 done
27769 IFS=$as_save_IFS
27772 esac
27773 # We did not find ourselves, most probably we were run as `sh COMMAND'
27774 # in which case we are not to be found in the path.
27775 if test "x$as_myself" = x; then
27776 as_myself=$0
27778 if test ! -f "$as_myself"; then
27779 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
27780 { (exit 1); exit 1; }
27783 # Work around bugs in pre-3.0 UWIN ksh.
27784 for as_var in ENV MAIL MAILPATH
27785 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27786 done
27787 PS1='$ '
27788 PS2='> '
27789 PS4='+ '
27791 # NLS nuisances.
27792 for as_var in \
27793 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
27794 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
27795 LC_TELEPHONE LC_TIME
27797 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
27798 eval $as_var=C; export $as_var
27799 else
27800 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
27802 done
27804 # Required to use basename.
27805 if expr a : '\(a\)' >/dev/null 2>&1 &&
27806 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27807 as_expr=expr
27808 else
27809 as_expr=false
27812 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
27813 as_basename=basename
27814 else
27815 as_basename=false
27819 # Name of the executable.
27820 as_me=`$as_basename -- "$0" ||
27821 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
27822 X"$0" : 'X\(//\)$' \| \
27823 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
27824 echo X/"$0" |
27825 sed '/^.*\/\([^/][^/]*\)\/*$/{
27826 s//\1/
27829 /^X\/\(\/\/\)$/{
27830 s//\1/
27833 /^X\/\(\/\).*/{
27834 s//\1/
27837 s/.*/./; q'`
27839 # CDPATH.
27840 $as_unset CDPATH
27844 as_lineno_1=$LINENO
27845 as_lineno_2=$LINENO
27846 test "x$as_lineno_1" != "x$as_lineno_2" &&
27847 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
27849 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
27850 # uniformly replaced by the line number. The first 'sed' inserts a
27851 # line-number line after each line using $LINENO; the second 'sed'
27852 # does the real work. The second script uses 'N' to pair each
27853 # line-number line with the line containing $LINENO, and appends
27854 # trailing '-' during substitution so that $LINENO is not a special
27855 # case at line end.
27856 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
27857 # scripts with optimization help from Paolo Bonzini. Blame Lee
27858 # E. McMahon (1931-1989) for sed's syntax. :-)
27859 sed -n '
27861 /[$]LINENO/=
27862 ' <$as_myself |
27863 sed '
27864 s/[$]LINENO.*/&-/
27865 t lineno
27867 :lineno
27869 :loop
27870 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
27871 t loop
27872 s/-\n.*//
27873 ' >$as_me.lineno &&
27874 chmod +x "$as_me.lineno" ||
27875 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
27876 { (exit 1); exit 1; }; }
27878 # Don't try to exec as it changes $[0], causing all sort of problems
27879 # (the dirname of $[0] is not the place where we might find the
27880 # original and so on. Autoconf is especially sensitive to this).
27881 . "./$as_me.lineno"
27882 # Exit status is that of the last command.
27883 exit
27887 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
27888 as_dirname=dirname
27889 else
27890 as_dirname=false
27893 ECHO_C= ECHO_N= ECHO_T=
27894 case `echo -n x` in
27895 -n*)
27896 case `echo 'x\c'` in
27897 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
27898 *) ECHO_C='\c';;
27899 esac;;
27901 ECHO_N='-n';;
27902 esac
27904 if expr a : '\(a\)' >/dev/null 2>&1 &&
27905 test "X`expr 00001 : '.*\(...\)'`" = X001; then
27906 as_expr=expr
27907 else
27908 as_expr=false
27911 rm -f conf$$ conf$$.exe conf$$.file
27912 if test -d conf$$.dir; then
27913 rm -f conf$$.dir/conf$$.file
27914 else
27915 rm -f conf$$.dir
27916 mkdir conf$$.dir
27918 echo >conf$$.file
27919 if ln -s conf$$.file conf$$ 2>/dev/null; then
27920 as_ln_s='ln -s'
27921 # ... but there are two gotchas:
27922 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
27923 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
27924 # In both cases, we have to default to `cp -p'.
27925 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
27926 as_ln_s='cp -p'
27927 elif ln conf$$.file conf$$ 2>/dev/null; then
27928 as_ln_s=ln
27929 else
27930 as_ln_s='cp -p'
27932 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
27933 rmdir conf$$.dir 2>/dev/null
27935 if mkdir -p . 2>/dev/null; then
27936 as_mkdir_p=:
27937 else
27938 test -d ./-p && rmdir ./-p
27939 as_mkdir_p=false
27942 if test -x / >/dev/null 2>&1; then
27943 as_test_x='test -x'
27944 else
27945 if ls -dL / >/dev/null 2>&1; then
27946 as_ls_L_option=L
27947 else
27948 as_ls_L_option=
27950 as_test_x='
27951 eval sh -c '\''
27952 if test -d "$1"; then
27953 test -d "$1/.";
27954 else
27955 case $1 in
27956 -*)set "./$1";;
27957 esac;
27958 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
27959 ???[sx]*):;;*)false;;esac;fi
27960 '\'' sh
27963 as_executable_p=$as_test_x
27965 # Sed expression to map a string onto a valid CPP name.
27966 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
27968 # Sed expression to map a string onto a valid variable name.
27969 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
27972 exec 6>&1
27974 # Save the log message, to keep $[0] and so on meaningful, and to
27975 # report actual input values of CONFIG_FILES etc. instead of their
27976 # values after options handling.
27977 ac_log="
27978 This file was extended by Wine $as_me 1.1.27, which was
27979 generated by GNU Autoconf 2.61. Invocation command line was
27981 CONFIG_FILES = $CONFIG_FILES
27982 CONFIG_HEADERS = $CONFIG_HEADERS
27983 CONFIG_LINKS = $CONFIG_LINKS
27984 CONFIG_COMMANDS = $CONFIG_COMMANDS
27985 $ $0 $@
27987 on `(hostname || uname -n) 2>/dev/null | sed 1q`
27990 _ACEOF
27992 cat >>$CONFIG_STATUS <<_ACEOF
27993 # Files that config.status was made for.
27994 config_files="$ac_config_files"
27995 config_headers="$ac_config_headers"
27996 config_commands="$ac_config_commands"
27998 _ACEOF
28000 cat >>$CONFIG_STATUS <<\_ACEOF
28001 ac_cs_usage="\
28002 \`$as_me' instantiates files from templates according to the
28003 current configuration.
28005 Usage: $0 [OPTIONS] [FILE]...
28007 -h, --help print this help, then exit
28008 -V, --version print version number and configuration settings, then exit
28009 -q, --quiet do not print progress messages
28010 -d, --debug don't remove temporary files
28011 --recheck update $as_me by reconfiguring in the same conditions
28012 --file=FILE[:TEMPLATE]
28013 instantiate the configuration file FILE
28014 --header=FILE[:TEMPLATE]
28015 instantiate the configuration header FILE
28017 Configuration files:
28018 $config_files
28020 Configuration headers:
28021 $config_headers
28023 Configuration commands:
28024 $config_commands
28026 Report bugs to <bug-autoconf@gnu.org>."
28028 _ACEOF
28029 cat >>$CONFIG_STATUS <<_ACEOF
28030 ac_cs_version="\\
28031 Wine config.status 1.1.27
28032 configured by $0, generated by GNU Autoconf 2.61,
28033 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28035 Copyright (C) 2006 Free Software Foundation, Inc.
28036 This config.status script is free software; the Free Software Foundation
28037 gives unlimited permission to copy, distribute and modify it."
28039 ac_pwd='$ac_pwd'
28040 srcdir='$srcdir'
28041 INSTALL='$INSTALL'
28042 _ACEOF
28044 cat >>$CONFIG_STATUS <<\_ACEOF
28045 # If no file are specified by the user, then we need to provide default
28046 # value. By we need to know if files were specified by the user.
28047 ac_need_defaults=:
28048 while test $# != 0
28050 case $1 in
28051 --*=*)
28052 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28053 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28054 ac_shift=:
28057 ac_option=$1
28058 ac_optarg=$2
28059 ac_shift=shift
28061 esac
28063 case $ac_option in
28064 # Handling of the options.
28065 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28066 ac_cs_recheck=: ;;
28067 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28068 echo "$ac_cs_version"; exit ;;
28069 --debug | --debu | --deb | --de | --d | -d )
28070 debug=: ;;
28071 --file | --fil | --fi | --f )
28072 $ac_shift
28073 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28074 ac_need_defaults=false;;
28075 --header | --heade | --head | --hea )
28076 $ac_shift
28077 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28078 ac_need_defaults=false;;
28079 --he | --h)
28080 # Conflict between --help and --header
28081 { echo "$as_me: error: ambiguous option: $1
28082 Try \`$0 --help' for more information." >&2
28083 { (exit 1); exit 1; }; };;
28084 --help | --hel | -h )
28085 echo "$ac_cs_usage"; exit ;;
28086 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28087 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28088 ac_cs_silent=: ;;
28090 # This is an error.
28091 -*) { echo "$as_me: error: unrecognized option: $1
28092 Try \`$0 --help' for more information." >&2
28093 { (exit 1); exit 1; }; } ;;
28095 *) ac_config_targets="$ac_config_targets $1"
28096 ac_need_defaults=false ;;
28098 esac
28099 shift
28100 done
28102 ac_configure_extra_args=
28104 if $ac_cs_silent; then
28105 exec 6>/dev/null
28106 ac_configure_extra_args="$ac_configure_extra_args --silent"
28109 _ACEOF
28110 cat >>$CONFIG_STATUS <<_ACEOF
28111 if \$ac_cs_recheck; then
28112 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28113 CONFIG_SHELL=$SHELL
28114 export CONFIG_SHELL
28115 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28118 _ACEOF
28119 cat >>$CONFIG_STATUS <<\_ACEOF
28120 exec 5>>config.log
28122 echo
28123 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28124 ## Running $as_me. ##
28125 _ASBOX
28126 echo "$ac_log"
28127 } >&5
28129 _ACEOF
28130 cat >>$CONFIG_STATUS <<_ACEOF
28131 _ACEOF
28133 cat >>$CONFIG_STATUS <<\_ACEOF
28135 # Handling of arguments.
28136 for ac_config_target in $ac_config_targets
28138 case $ac_config_target in
28139 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28140 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28141 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28142 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28143 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28144 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28145 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28146 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28147 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28148 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28149 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28150 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28151 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28152 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28153 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28154 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28155 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28156 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28157 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28158 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28159 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28160 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28161 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28162 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28163 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28164 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28165 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28166 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28167 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28168 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28169 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28170 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28171 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28172 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28173 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28174 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28175 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28176 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28177 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28178 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28179 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28180 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28181 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28182 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28183 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28184 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28185 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28186 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28187 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28188 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28189 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28190 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28191 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28192 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28193 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28194 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28195 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28196 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28197 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28198 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28199 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28200 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28201 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28202 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28203 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28204 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28205 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28206 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28207 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28208 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28209 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28210 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28211 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28212 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28213 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28214 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28215 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28216 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28217 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28218 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28219 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28220 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28221 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28222 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28223 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28224 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28225 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28226 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28227 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28228 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28229 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28230 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28231 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28232 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28233 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28234 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28235 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28236 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28237 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28238 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28239 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
28240 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
28241 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
28242 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
28243 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
28244 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
28245 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
28246 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
28247 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
28248 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
28249 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
28250 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
28251 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
28252 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
28253 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
28254 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
28255 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
28256 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
28257 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
28258 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
28259 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
28260 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
28261 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
28262 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
28263 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
28264 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
28265 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
28266 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
28267 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
28268 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
28269 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
28270 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
28271 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
28272 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
28273 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
28274 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
28275 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
28276 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
28277 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
28278 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
28279 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
28280 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
28281 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
28282 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
28283 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
28284 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
28285 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
28286 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
28287 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
28288 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
28289 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
28290 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
28291 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
28292 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
28293 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
28294 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
28295 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
28296 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
28297 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
28298 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
28299 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
28300 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
28301 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
28302 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
28303 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
28304 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
28305 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
28306 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
28307 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
28308 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
28309 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
28310 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
28311 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
28312 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
28313 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
28314 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
28315 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
28316 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
28317 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
28318 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
28319 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
28320 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
28321 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
28322 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
28323 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
28324 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
28325 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
28326 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
28327 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
28328 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
28329 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
28330 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
28331 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
28332 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
28333 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
28334 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
28335 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
28336 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
28337 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
28338 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
28339 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
28340 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
28341 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
28342 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
28343 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
28344 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
28345 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
28346 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
28347 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
28348 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
28349 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
28350 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
28351 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
28352 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
28353 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
28354 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
28355 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
28356 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
28357 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
28358 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
28359 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
28360 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
28361 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
28362 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
28363 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
28364 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
28365 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
28366 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
28367 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
28368 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
28369 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
28370 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
28371 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
28372 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
28373 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
28374 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
28375 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
28376 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
28377 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
28378 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
28379 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
28380 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
28381 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
28382 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
28383 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
28384 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
28385 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
28386 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
28387 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
28388 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
28389 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
28390 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
28391 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
28392 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
28393 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
28394 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
28395 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
28396 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
28397 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
28398 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
28399 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
28400 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
28401 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
28402 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
28403 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
28404 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
28405 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
28406 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
28407 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
28408 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
28409 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
28410 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
28411 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
28412 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
28413 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
28414 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
28415 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
28416 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
28417 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
28418 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
28419 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
28420 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
28421 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
28422 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
28423 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
28424 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
28425 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
28426 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
28427 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
28428 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
28429 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
28430 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
28431 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
28432 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
28433 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
28434 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
28435 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
28436 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
28437 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
28438 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
28439 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
28440 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
28441 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
28442 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
28443 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
28444 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
28445 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
28446 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
28447 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
28448 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
28449 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
28450 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
28451 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
28452 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
28453 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
28454 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
28455 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
28456 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
28457 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
28458 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
28459 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
28460 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
28461 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
28462 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
28463 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
28464 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
28465 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
28466 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
28467 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
28468 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
28469 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
28470 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
28471 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
28472 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
28473 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
28474 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
28475 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
28476 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
28477 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
28478 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
28479 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
28480 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
28481 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
28482 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
28483 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
28484 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
28485 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
28486 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
28487 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
28488 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
28489 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
28490 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
28491 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
28492 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
28493 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
28494 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
28495 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
28496 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
28497 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
28498 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
28499 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
28500 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
28501 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
28502 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
28503 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
28504 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
28505 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
28506 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
28507 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
28508 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
28509 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
28510 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
28511 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
28512 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
28513 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
28514 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
28515 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
28516 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
28517 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
28518 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
28519 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
28520 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
28521 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
28522 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
28523 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
28524 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
28525 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
28526 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
28527 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
28528 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
28529 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
28530 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
28531 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
28532 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
28533 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
28534 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
28535 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
28536 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
28537 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
28538 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
28539 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
28540 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
28541 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
28542 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
28543 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
28544 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
28545 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
28546 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
28547 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
28548 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
28549 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
28550 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
28551 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
28552 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
28553 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
28554 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
28555 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
28556 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
28557 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
28558 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
28559 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
28560 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
28561 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
28562 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
28563 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
28564 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
28565 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
28566 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
28567 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
28568 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
28569 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
28570 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
28571 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
28572 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
28573 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
28574 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
28575 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
28576 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
28577 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
28578 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
28579 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
28580 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
28581 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
28582 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
28583 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
28584 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
28585 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
28586 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
28587 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
28588 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
28589 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
28590 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
28591 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
28592 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
28593 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
28594 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
28595 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
28596 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
28597 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
28598 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
28599 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
28600 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
28601 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
28602 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
28603 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
28604 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
28605 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
28606 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
28607 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
28608 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
28609 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
28610 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
28611 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
28612 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
28613 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
28614 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
28615 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
28616 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
28617 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
28618 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
28619 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
28620 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
28621 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
28622 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
28623 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
28624 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
28625 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
28626 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
28627 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
28628 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
28629 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
28630 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
28631 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
28632 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
28633 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
28634 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
28635 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
28636 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
28637 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
28638 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
28639 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
28640 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
28641 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
28642 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
28643 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
28644 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
28645 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
28646 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
28647 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
28648 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
28649 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
28650 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
28651 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
28652 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
28653 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
28654 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
28655 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
28656 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
28657 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
28658 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
28660 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
28661 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
28662 { (exit 1); exit 1; }; };;
28663 esac
28664 done
28667 # If the user did not use the arguments to specify the items to instantiate,
28668 # then the envvar interface is used. Set only those that are not.
28669 # We use the long form for the default assignment because of an extremely
28670 # bizarre bug on SunOS 4.1.3.
28671 if $ac_need_defaults; then
28672 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
28673 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
28674 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
28677 # Have a temporary directory for convenience. Make it in the build tree
28678 # simply because there is no reason against having it here, and in addition,
28679 # creating and moving files from /tmp can sometimes cause problems.
28680 # Hook for its removal unless debugging.
28681 # Note that there is a small window in which the directory will not be cleaned:
28682 # after its creation but before its name has been assigned to `$tmp'.
28683 $debug ||
28685 tmp=
28686 trap 'exit_status=$?
28687 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
28689 trap '{ (exit 1); exit 1; }' 1 2 13 15
28691 # Create a (secure) tmp directory for tmp files.
28694 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
28695 test -n "$tmp" && test -d "$tmp"
28696 } ||
28698 tmp=./conf$$-$RANDOM
28699 (umask 077 && mkdir "$tmp")
28700 } ||
28702 echo "$me: cannot create a temporary directory in ." >&2
28703 { (exit 1); exit 1; }
28707 # Set up the sed scripts for CONFIG_FILES section.
28710 # No need to generate the scripts if there are no CONFIG_FILES.
28711 # This happens for instance when ./config.status config.h
28712 if test -n "$CONFIG_FILES"; then
28714 _ACEOF
28716 # Create sed commands to just substitute file output variables.
28718 # Remaining file output variables are in a fragment that also has non-file
28719 # output varibles.
28723 ac_delim='%!_!# '
28724 for ac_last_try in false false false false false :; do
28725 cat >conf$$subs.sed <<_ACEOF
28726 SHELL!$SHELL$ac_delim
28727 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
28728 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
28729 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
28730 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
28731 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
28732 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
28733 exec_prefix!$exec_prefix$ac_delim
28734 prefix!$prefix$ac_delim
28735 program_transform_name!$program_transform_name$ac_delim
28736 bindir!$bindir$ac_delim
28737 sbindir!$sbindir$ac_delim
28738 libexecdir!$libexecdir$ac_delim
28739 datarootdir!$datarootdir$ac_delim
28740 datadir!$datadir$ac_delim
28741 sysconfdir!$sysconfdir$ac_delim
28742 sharedstatedir!$sharedstatedir$ac_delim
28743 localstatedir!$localstatedir$ac_delim
28744 includedir!$includedir$ac_delim
28745 oldincludedir!$oldincludedir$ac_delim
28746 docdir!$docdir$ac_delim
28747 infodir!$infodir$ac_delim
28748 htmldir!$htmldir$ac_delim
28749 dvidir!$dvidir$ac_delim
28750 pdfdir!$pdfdir$ac_delim
28751 psdir!$psdir$ac_delim
28752 libdir!$libdir$ac_delim
28753 localedir!$localedir$ac_delim
28754 mandir!$mandir$ac_delim
28755 DEFS!$DEFS$ac_delim
28756 ECHO_C!$ECHO_C$ac_delim
28757 ECHO_N!$ECHO_N$ac_delim
28758 ECHO_T!$ECHO_T$ac_delim
28759 LIBS!$LIBS$ac_delim
28760 build_alias!$build_alias$ac_delim
28761 host_alias!$host_alias$ac_delim
28762 target_alias!$target_alias$ac_delim
28763 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
28764 build!$build$ac_delim
28765 build_cpu!$build_cpu$ac_delim
28766 build_vendor!$build_vendor$ac_delim
28767 build_os!$build_os$ac_delim
28768 host!$host$ac_delim
28769 host_cpu!$host_cpu$ac_delim
28770 host_vendor!$host_vendor$ac_delim
28771 host_os!$host_os$ac_delim
28772 SET_MAKE!$SET_MAKE$ac_delim
28773 CC!$CC$ac_delim
28774 CFLAGS!$CFLAGS$ac_delim
28775 LDFLAGS!$LDFLAGS$ac_delim
28776 CPPFLAGS!$CPPFLAGS$ac_delim
28777 ac_ct_CC!$ac_ct_CC$ac_delim
28778 EXEEXT!$EXEEXT$ac_delim
28779 OBJEXT!$OBJEXT$ac_delim
28780 CXX!$CXX$ac_delim
28781 CXXFLAGS!$CXXFLAGS$ac_delim
28782 ac_ct_CXX!$ac_ct_CXX$ac_delim
28783 CPPBIN!$CPPBIN$ac_delim
28784 TARGETFLAGS!$TARGETFLAGS$ac_delim
28785 WIN16_FILES!$WIN16_FILES$ac_delim
28786 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
28787 TOOLSDIR!$TOOLSDIR$ac_delim
28788 FLEX!$FLEX$ac_delim
28789 BISON!$BISON$ac_delim
28790 AR!$AR$ac_delim
28791 ac_ct_AR!$ac_ct_AR$ac_delim
28792 ARFLAGS!$ARFLAGS$ac_delim
28793 RANLIB!$RANLIB$ac_delim
28794 STRIP!$STRIP$ac_delim
28795 LN_S!$LN_S$ac_delim
28796 LN!$LN$ac_delim
28797 GREP!$GREP$ac_delim
28798 EGREP!$EGREP$ac_delim
28799 LDCONFIG!$LDCONFIG$ac_delim
28800 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
28801 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
28802 INSTALL_DATA!$INSTALL_DATA$ac_delim
28803 LINT!$LINT$ac_delim
28804 LINTFLAGS!$LINTFLAGS$ac_delim
28805 FONTFORGE!$FONTFORGE$ac_delim
28806 PKG_CONFIG!$PKG_CONFIG$ac_delim
28807 RSVG!$RSVG$ac_delim
28808 _ACEOF
28810 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
28811 break
28812 elif $ac_last_try; then
28813 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28814 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28815 { (exit 1); exit 1; }; }
28816 else
28817 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28819 done
28821 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28822 if test -n "$ac_eof"; then
28823 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28824 ac_eof=`expr $ac_eof + 1`
28827 cat >>$CONFIG_STATUS <<_ACEOF
28828 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
28829 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
28830 /^[ ]*@MAKE_RULES@[ ]*$/{
28831 r $MAKE_RULES
28834 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
28835 r $MAKE_DLL_RULES
28838 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
28839 r $MAKE_IMPLIB_RULES
28842 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
28843 r $MAKE_TEST_RULES
28846 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
28847 r $MAKE_PROG_RULES
28850 _ACEOF
28851 sed '
28852 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28853 s/^/s,@/; s/!/@,|#_!!_#|/
28856 s/'"$ac_delim"'$/,g/; t
28857 s/$/\\/; p
28858 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28859 ' >>$CONFIG_STATUS <conf$$subs.sed
28860 rm -f conf$$subs.sed
28861 cat >>$CONFIG_STATUS <<_ACEOF
28862 CEOF$ac_eof
28863 _ACEOF
28866 ac_delim='%!_!# '
28867 for ac_last_try in false false false false false :; do
28868 cat >conf$$subs.sed <<_ACEOF
28869 ICOTOOL!$ICOTOOL$ac_delim
28870 PRELINK!$PRELINK$ac_delim
28871 XLIB!$XLIB$ac_delim
28872 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
28873 CPP!$CPP$ac_delim
28874 DLLEXT!$DLLEXT$ac_delim
28875 DLLFLAGS!$DLLFLAGS$ac_delim
28876 LDSHARED!$LDSHARED$ac_delim
28877 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
28878 LIBEXT!$LIBEXT$ac_delim
28879 IMPLIBEXT!$IMPLIBEXT$ac_delim
28880 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
28881 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
28882 LDD!$LDD$ac_delim
28883 DLLTOOL!$DLLTOOL$ac_delim
28884 DLLWRAP!$DLLWRAP$ac_delim
28885 MINGWAR!$MINGWAR$ac_delim
28886 SECURITYLIB!$SECURITYLIB$ac_delim
28887 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
28888 IOKITLIB!$IOKITLIB$ac_delim
28889 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
28890 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
28891 COREAUDIO!$COREAUDIO$ac_delim
28892 CARBONLIB!$CARBONLIB$ac_delim
28893 CROSSCC!$CROSSCC$ac_delim
28894 CROSSTEST!$CROSSTEST$ac_delim
28895 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
28896 LIBPTHREAD!$LIBPTHREAD$ac_delim
28897 XMKMF!$XMKMF$ac_delim
28898 X_CFLAGS!$X_CFLAGS$ac_delim
28899 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
28900 X_LIBS!$X_LIBS$ac_delim
28901 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
28902 NASLIBS!$NASLIBS$ac_delim
28903 XML2LIBS!$XML2LIBS$ac_delim
28904 XML2INCL!$XML2INCL$ac_delim
28905 XSLTINCL!$XSLTINCL$ac_delim
28906 HALINCL!$HALINCL$ac_delim
28907 GNUTLSINCL!$GNUTLSINCL$ac_delim
28908 sane_devel!$sane_devel$ac_delim
28909 SANEINCL!$SANEINCL$ac_delim
28910 gphoto2_devel!$gphoto2_devel$ac_delim
28911 gphoto2port_devel!$gphoto2port_devel$ac_delim
28912 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
28913 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
28914 RESOLVLIBS!$RESOLVLIBS$ac_delim
28915 LCMSLIBS!$LCMSLIBS$ac_delim
28916 ft_devel!$ft_devel$ac_delim
28917 FREETYPELIBS!$FREETYPELIBS$ac_delim
28918 FREETYPEINCL!$FREETYPEINCL$ac_delim
28919 ZLIB!$ZLIB$ac_delim
28920 ESDCONFIG!$ESDCONFIG$ac_delim
28921 ESDINCL!$ESDINCL$ac_delim
28922 ESDLIBS!$ESDLIBS$ac_delim
28923 PULSELIBS!$PULSELIBS$ac_delim
28924 ALSALIBS!$ALSALIBS$ac_delim
28925 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
28926 CUPSINCL!$CUPSINCL$ac_delim
28927 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
28928 PNGINCL!$PNGINCL$ac_delim
28929 LIBKSTAT!$LIBKSTAT$ac_delim
28930 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
28931 BUILTINFLAG!$BUILTINFLAG$ac_delim
28932 LDPATH!$LDPATH$ac_delim
28933 CRTLIBS!$CRTLIBS$ac_delim
28934 SOCKETLIBS!$SOCKETLIBS$ac_delim
28935 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
28936 LIBDL!$LIBDL$ac_delim
28937 LIBPOLL!$LIBPOLL$ac_delim
28938 LDAPLIBS!$LDAPLIBS$ac_delim
28939 DEPENDENCIES!$DEPENDENCIES$ac_delim
28940 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
28941 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
28942 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
28943 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
28944 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
28945 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
28946 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
28947 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
28948 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
28949 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
28950 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
28951 LIBOBJS!$LIBOBJS$ac_delim
28952 LTLIBOBJS!$LTLIBOBJS$ac_delim
28953 _ACEOF
28955 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 84; then
28956 break
28957 elif $ac_last_try; then
28958 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
28959 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
28960 { (exit 1); exit 1; }; }
28961 else
28962 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
28964 done
28966 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
28967 if test -n "$ac_eof"; then
28968 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
28969 ac_eof=`expr $ac_eof + 1`
28972 cat >>$CONFIG_STATUS <<_ACEOF
28973 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
28974 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
28975 _ACEOF
28976 sed '
28977 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
28978 s/^/s,@/; s/!/@,|#_!!_#|/
28981 s/'"$ac_delim"'$/,g/; t
28982 s/$/\\/; p
28983 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
28984 ' >>$CONFIG_STATUS <conf$$subs.sed
28985 rm -f conf$$subs.sed
28986 cat >>$CONFIG_STATUS <<_ACEOF
28987 :end
28988 s/|#_!!_#|//g
28989 CEOF$ac_eof
28990 _ACEOF
28993 # VPATH may cause trouble with some makes, so we remove $(srcdir),
28994 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
28995 # trailing colons and then remove the whole line if VPATH becomes empty
28996 # (actually we leave an empty line to preserve line numbers).
28997 if test "x$srcdir" = x.; then
28998 ac_vpsub='/^[ ]*VPATH[ ]*=/{
28999 s/:*\$(srcdir):*/:/
29000 s/:*\${srcdir}:*/:/
29001 s/:*@srcdir@:*/:/
29002 s/^\([^=]*=[ ]*\):*/\1/
29003 s/:*$//
29004 s/^[^=]*=[ ]*$//
29008 cat >>$CONFIG_STATUS <<\_ACEOF
29009 fi # test -n "$CONFIG_FILES"
29012 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29014 case $ac_tag in
29015 :[FHLC]) ac_mode=$ac_tag; continue;;
29016 esac
29017 case $ac_mode$ac_tag in
29018 :[FHL]*:*);;
29019 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29020 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29021 { (exit 1); exit 1; }; };;
29022 :[FH]-) ac_tag=-:-;;
29023 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29024 esac
29025 ac_save_IFS=$IFS
29026 IFS=:
29027 set x $ac_tag
29028 IFS=$ac_save_IFS
29029 shift
29030 ac_file=$1
29031 shift
29033 case $ac_mode in
29034 :L) ac_source=$1;;
29035 :[FH])
29036 ac_file_inputs=
29037 for ac_f
29039 case $ac_f in
29040 -) ac_f="$tmp/stdin";;
29041 *) # Look for the file first in the build tree, then in the source tree
29042 # (if the path is not absolute). The absolute path cannot be DOS-style,
29043 # because $ac_f cannot contain `:'.
29044 test -f "$ac_f" ||
29045 case $ac_f in
29046 [\\/$]*) false;;
29047 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29048 esac ||
29049 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29050 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29051 { (exit 1); exit 1; }; };;
29052 esac
29053 ac_file_inputs="$ac_file_inputs $ac_f"
29054 done
29056 # Let's still pretend it is `configure' which instantiates (i.e., don't
29057 # use $as_me), people would be surprised to read:
29058 # /* config.h. Generated by config.status. */
29059 configure_input="Generated from "`IFS=:
29060 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29061 if test x"$ac_file" != x-; then
29062 configure_input="$ac_file. $configure_input"
29063 { echo "$as_me:$LINENO: creating $ac_file" >&5
29064 echo "$as_me: creating $ac_file" >&6;}
29067 case $ac_tag in
29068 *:-:* | *:-) cat >"$tmp/stdin";;
29069 esac
29071 esac
29073 ac_dir=`$as_dirname -- "$ac_file" ||
29074 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29075 X"$ac_file" : 'X\(//\)[^/]' \| \
29076 X"$ac_file" : 'X\(//\)$' \| \
29077 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29078 echo X"$ac_file" |
29079 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29080 s//\1/
29083 /^X\(\/\/\)[^/].*/{
29084 s//\1/
29087 /^X\(\/\/\)$/{
29088 s//\1/
29091 /^X\(\/\).*/{
29092 s//\1/
29095 s/.*/./; q'`
29096 { as_dir="$ac_dir"
29097 case $as_dir in #(
29098 -*) as_dir=./$as_dir;;
29099 esac
29100 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29101 as_dirs=
29102 while :; do
29103 case $as_dir in #(
29104 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29105 *) as_qdir=$as_dir;;
29106 esac
29107 as_dirs="'$as_qdir' $as_dirs"
29108 as_dir=`$as_dirname -- "$as_dir" ||
29109 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29110 X"$as_dir" : 'X\(//\)[^/]' \| \
29111 X"$as_dir" : 'X\(//\)$' \| \
29112 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29113 echo X"$as_dir" |
29114 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29115 s//\1/
29118 /^X\(\/\/\)[^/].*/{
29119 s//\1/
29122 /^X\(\/\/\)$/{
29123 s//\1/
29126 /^X\(\/\).*/{
29127 s//\1/
29130 s/.*/./; q'`
29131 test -d "$as_dir" && break
29132 done
29133 test -z "$as_dirs" || eval "mkdir $as_dirs"
29134 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29135 echo "$as_me: error: cannot create directory $as_dir" >&2;}
29136 { (exit 1); exit 1; }; }; }
29137 ac_builddir=.
29139 case "$ac_dir" in
29140 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29142 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29143 # A ".." for each directory in $ac_dir_suffix.
29144 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
29145 case $ac_top_builddir_sub in
29146 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29147 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29148 esac ;;
29149 esac
29150 ac_abs_top_builddir=$ac_pwd
29151 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29152 # for backward compatibility:
29153 ac_top_builddir=$ac_top_build_prefix
29155 case $srcdir in
29156 .) # We are building in place.
29157 ac_srcdir=.
29158 ac_top_srcdir=$ac_top_builddir_sub
29159 ac_abs_top_srcdir=$ac_pwd ;;
29160 [\\/]* | ?:[\\/]* ) # Absolute name.
29161 ac_srcdir=$srcdir$ac_dir_suffix;
29162 ac_top_srcdir=$srcdir
29163 ac_abs_top_srcdir=$srcdir ;;
29164 *) # Relative name.
29165 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29166 ac_top_srcdir=$ac_top_build_prefix$srcdir
29167 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29168 esac
29169 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29172 case $ac_mode in
29175 # CONFIG_FILE
29178 case $INSTALL in
29179 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29180 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29181 esac
29182 _ACEOF
29184 cat >>$CONFIG_STATUS <<\_ACEOF
29185 # If the template does not know about datarootdir, expand it.
29186 # FIXME: This hack should be removed a few years after 2.60.
29187 ac_datarootdir_hack=; ac_datarootdir_seen=
29189 case `sed -n '/datarootdir/ {
29193 /@datadir@/p
29194 /@docdir@/p
29195 /@infodir@/p
29196 /@localedir@/p
29197 /@mandir@/p
29198 ' $ac_file_inputs` in
29199 *datarootdir*) ac_datarootdir_seen=yes;;
29200 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29201 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29202 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29203 _ACEOF
29204 cat >>$CONFIG_STATUS <<_ACEOF
29205 ac_datarootdir_hack='
29206 s&@datadir@&$datadir&g
29207 s&@docdir@&$docdir&g
29208 s&@infodir@&$infodir&g
29209 s&@localedir@&$localedir&g
29210 s&@mandir@&$mandir&g
29211 s&\\\${datarootdir}&$datarootdir&g' ;;
29212 esac
29213 _ACEOF
29215 # Neutralize VPATH when `$srcdir' = `.'.
29216 # Shell code in configure.ac might set extrasub.
29217 # FIXME: do we really want to maintain this feature?
29218 cat >>$CONFIG_STATUS <<_ACEOF
29219 sed "$ac_vpsub
29220 $extrasub
29221 _ACEOF
29222 cat >>$CONFIG_STATUS <<\_ACEOF
29224 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29225 s&@configure_input@&$configure_input&;t t
29226 s&@top_builddir@&$ac_top_builddir_sub&;t t
29227 s&@srcdir@&$ac_srcdir&;t t
29228 s&@abs_srcdir@&$ac_abs_srcdir&;t t
29229 s&@top_srcdir@&$ac_top_srcdir&;t t
29230 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
29231 s&@builddir@&$ac_builddir&;t t
29232 s&@abs_builddir@&$ac_abs_builddir&;t t
29233 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
29234 s&@INSTALL@&$ac_INSTALL&;t t
29235 $ac_datarootdir_hack
29236 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
29238 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
29239 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
29240 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
29241 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29242 which seems to be undefined. Please make sure it is defined." >&5
29243 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
29244 which seems to be undefined. Please make sure it is defined." >&2;}
29246 rm -f "$tmp/stdin"
29247 case $ac_file in
29248 -) cat "$tmp/out"; rm -f "$tmp/out";;
29249 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
29250 esac
29254 # CONFIG_HEADER
29256 _ACEOF
29258 # Transform confdefs.h into a sed script `conftest.defines', that
29259 # substitutes the proper values into config.h.in to produce config.h.
29260 rm -f conftest.defines conftest.tail
29261 # First, append a space to every undef/define line, to ease matching.
29262 echo 's/$/ /' >conftest.defines
29263 # Then, protect against being on the right side of a sed subst, or in
29264 # an unquoted here document, in config.status. If some macros were
29265 # called several times there might be several #defines for the same
29266 # symbol, which is useless. But do not sort them, since the last
29267 # AC_DEFINE must be honored.
29268 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
29269 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
29270 # NAME is the cpp macro being defined, VALUE is the value it is being given.
29271 # PARAMS is the parameter list in the macro definition--in most cases, it's
29272 # just an empty string.
29273 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
29274 ac_dB='\\)[ (].*,\\1define\\2'
29275 ac_dC=' '
29276 ac_dD=' ,'
29278 uniq confdefs.h |
29279 sed -n '
29280 t rset
29281 :rset
29282 s/^[ ]*#[ ]*define[ ][ ]*//
29283 t ok
29286 s/[\\&,]/\\&/g
29287 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
29288 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
29289 ' >>conftest.defines
29291 # Remove the space that was appended to ease matching.
29292 # Then replace #undef with comments. This is necessary, for
29293 # example, in the case of _POSIX_SOURCE, which is predefined and required
29294 # on some systems where configure will not decide to define it.
29295 # (The regexp can be short, since the line contains either #define or #undef.)
29296 echo 's/ $//
29297 s,^[ #]*u.*,/* & */,' >>conftest.defines
29299 # Break up conftest.defines:
29300 ac_max_sed_lines=50
29302 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
29303 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
29304 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
29305 # et cetera.
29306 ac_in='$ac_file_inputs'
29307 ac_out='"$tmp/out1"'
29308 ac_nxt='"$tmp/out2"'
29310 while :
29312 # Write a here document:
29313 cat >>$CONFIG_STATUS <<_ACEOF
29314 # First, check the format of the line:
29315 cat >"\$tmp/defines.sed" <<\\CEOF
29316 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
29317 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
29319 :def
29320 _ACEOF
29321 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
29322 echo 'CEOF
29323 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
29324 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
29325 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
29326 grep . conftest.tail >/dev/null || break
29327 rm -f conftest.defines
29328 mv conftest.tail conftest.defines
29329 done
29330 rm -f conftest.defines conftest.tail
29332 echo "ac_result=$ac_in" >>$CONFIG_STATUS
29333 cat >>$CONFIG_STATUS <<\_ACEOF
29334 if test x"$ac_file" != x-; then
29335 echo "/* $configure_input */" >"$tmp/config.h"
29336 cat "$ac_result" >>"$tmp/config.h"
29337 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
29338 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
29339 echo "$as_me: $ac_file is unchanged" >&6;}
29340 else
29341 rm -f $ac_file
29342 mv "$tmp/config.h" $ac_file
29344 else
29345 echo "/* $configure_input */"
29346 cat "$ac_result"
29348 rm -f "$tmp/out12"
29351 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
29352 echo "$as_me: executing $ac_file commands" >&6;}
29354 esac
29357 case $ac_file$ac_mode in
29358 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
29359 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
29360 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
29361 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
29362 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
29363 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
29364 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
29365 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
29366 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
29367 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
29368 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
29369 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
29370 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
29372 esac
29373 done # for ac_tag
29376 { (exit 0); exit 0; }
29377 _ACEOF
29378 chmod +x $CONFIG_STATUS
29379 ac_clean_files=$ac_clean_files_save
29382 # configure is writing to config.log, and then calls config.status.
29383 # config.status does its own redirection, appending to config.log.
29384 # Unfortunately, on DOS this fails, as config.log is still kept open
29385 # by configure, so config.status won't be able to write to it; its
29386 # output is simply discarded. So we exec the FD to /dev/null,
29387 # effectively closing config.log, so it can be properly (re)opened and
29388 # appended to by config.status. When coming back to configure, we
29389 # need to make the FD available again.
29390 if test "$no_create" != yes; then
29391 ac_cs_success=:
29392 ac_config_status_args=
29393 test "$silent" = yes &&
29394 ac_config_status_args="$ac_config_status_args --quiet"
29395 exec 5>/dev/null
29396 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
29397 exec 5>>config.log
29398 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
29399 # would make configure fail if this is the last instruction.
29400 $ac_cs_success || { (exit 1); exit 1; }
29404 if test "$no_create" = "yes"
29405 then
29406 exit 0
29409 ac_save_IFS="$IFS"
29410 if test "x$wine_notices != "x; then
29411 echo >&6
29412 IFS="|"
29413 for msg in $wine_notices; do
29414 IFS="$ac_save_IFS"
29415 if test -n "$msg"; then
29416 { echo "$as_me:$LINENO: $msg" >&5
29417 echo "$as_me: $msg" >&6;}
29419 done
29421 IFS="|"
29422 for msg in $wine_warnings; do
29423 IFS="$ac_save_IFS"
29424 if test -n "$msg"; then
29425 echo >&2
29426 { echo "$as_me:$LINENO: WARNING: $msg" >&5
29427 echo "$as_me: WARNING: $msg" >&2;}
29429 done
29430 IFS="$ac_save_IFS"
29432 echo "
29433 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
29434 " >&6