push 0a4ef4c8802fa61eba589064e60bc90a80182312
[wine/hacks.git] / configure
blob397a1d8b74ae0fb61bba486245be0787e7a80122
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.36.
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.36'
578 PACKAGE_STRING='Wine 1.1.36'
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 WOW64_DISABLE
678 TOOLSDIR
679 FLEX
680 BISON
682 ac_ct_AR
683 ARFLAGS
684 RANLIB
685 STRIP
686 LN_S
688 GREP
689 EGREP
690 LDCONFIG
691 INSTALL_PROGRAM
692 INSTALL_SCRIPT
693 INSTALL_DATA
694 LINT
695 LINTFLAGS
696 FONTFORGE
697 PKG_CONFIG
698 RSVG
699 ICOTOOL
700 PRELINK
701 XLIB
702 OPENGL_LIBS
704 DLLEXT
705 DLLFLAGS
706 LDSHARED
707 LDDLLFLAGS
708 LIBEXT
709 IMPLIBEXT
710 LDRPATH_INSTALL
711 LDRPATH_LOCAL
713 DLLTOOL
714 DLLWRAP
715 SECURITYLIB
716 COREFOUNDATIONLIB
717 IOKITLIB
718 LDEXECFLAGS
719 DISKARBITRATIONLIB
720 COREAUDIO
721 LIBOPENAL
722 CARBONLIB
723 CROSSCC
724 CROSSTEST
725 CROSSTARGETFLAGS
726 LIBPTHREAD
727 XMKMF
728 X_CFLAGS
729 X_PRE_LIBS
730 X_LIBS
731 X_EXTRA_LIBS
732 NASLIBS
733 XML2LIBS
734 XML2INCL
735 XSLTINCL
736 HALINCL
737 GNUTLSINCL
738 sane_devel
739 SANEINCL
740 gphoto2_devel
741 gphoto2port_devel
742 GPHOTO2LIBS
743 GPHOTO2INCL
744 RESOLVLIBS
745 LCMSLIBS
746 ft_devel
747 FREETYPELIBS
748 FREETYPEINCL
749 ZLIB
750 ESDCONFIG
751 ESDINCL
752 ESDLIBS
753 PULSELIBS
754 ALSALIBS
755 AUDIOIOLIBS
756 CUPSINCL
757 FONTCONFIGINCL
758 PNGINCL
759 LIBMPG123
760 LIBKSTAT
761 EXTRACFLAGS
762 BUILTINFLAG
763 LDPATH
764 TOOLSEXT
765 CRTLIBS
766 SOCKETLIBS
767 MAIN_BINARY
768 EXTRA_BINARIES
769 LIBDL
770 LIBPOLL
771 LDAPLIBS
772 DEPENDENCIES
773 ALL_MAKERULES
774 ALL_MAKEFILES
775 ALL_MAKEFILE_DEPENDS
776 ALL_TOP_DIRS
777 ALL_DLL_DIRS
778 ALL_IMPLIB_DIRS
779 ALL_TEST_DIRS
780 ALL_PROGRAM_DIRS
781 ALL_PROGRAM_INSTALL_DIRS
782 ALL_PROGRAM_BIN_INSTALL_DIRS
783 ALL_WINETEST_DEPENDS
784 LIBOBJS
785 LTLIBOBJS'
786 ac_subst_files='MAKE_RULES
787 MAKE_DLL_RULES
788 MAKE_IMPLIB_RULES
789 MAKE_TEST_RULES
790 MAKE_PROG_RULES'
791 ac_precious_vars='build_alias
792 host_alias
793 target_alias
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
800 CXXFLAGS
803 XMKMF'
806 # Initialize some variables set by options.
807 ac_init_help=
808 ac_init_version=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
811 cache_file=/dev/null
812 exec_prefix=NONE
813 no_create=
814 no_recursion=
815 prefix=NONE
816 program_prefix=NONE
817 program_suffix=NONE
818 program_transform_name=s,x,x,
819 silent=
820 site=
821 srcdir=
822 verbose=
823 x_includes=NONE
824 x_libraries=NONE
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir='${exec_prefix}/bin'
833 sbindir='${exec_prefix}/sbin'
834 libexecdir='${exec_prefix}/libexec'
835 datarootdir='${prefix}/share'
836 datadir='${datarootdir}'
837 sysconfdir='${prefix}/etc'
838 sharedstatedir='${prefix}/com'
839 localstatedir='${prefix}/var'
840 includedir='${prefix}/include'
841 oldincludedir='/usr/include'
842 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir='${datarootdir}/info'
844 htmldir='${docdir}'
845 dvidir='${docdir}'
846 pdfdir='${docdir}'
847 psdir='${docdir}'
848 libdir='${exec_prefix}/lib'
849 localedir='${datarootdir}/locale'
850 mandir='${datarootdir}/man'
852 ac_prev=
853 ac_dashdash=
854 for ac_option
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\$ac_option
859 ac_prev=
860 continue
863 case $ac_option in
864 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
865 *) ac_optarg=yes ;;
866 esac
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
872 ac_dashdash=yes ;;
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
891 --config-cache | -C)
892 cache_file=config.cache ;;
894 -datadir | --datadir | --datadi | --datad)
895 ac_prev=datadir ;;
896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
897 datadir=$ac_optarg ;;
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
906 -disable-* | --disable-*)
907 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_$ac_feature=no ;;
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
925 -enable-* | --enable-*)
926 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_$ac_feature=\$ac_optarg ;;
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
994 -localstatedir | --localstatedir | --localstatedi | --localstated \
995 | --localstate | --localstat | --localsta | --localst | --locals)
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
999 localstatedir=$ac_optarg ;;
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1122 -with-* | --with-*)
1123 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_$ac_package=\$ac_optarg ;;
1131 -without-* | --without-*)
1132 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_$ac_package=no ;;
1140 --x)
1141 # Obsolete; use --with-x.
1142 with_x=yes ;;
1144 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1145 | --x-incl | --x-inc | --x-in | --x-i)
1146 ac_prev=x_includes ;;
1147 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1148 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1149 x_includes=$ac_optarg ;;
1151 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1152 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1153 ac_prev=x_libraries ;;
1154 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1155 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1156 x_libraries=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180 esac
1181 done
1183 if test -n "$ac_prev"; then
1184 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val=\$$ac_var
1196 case $ac_val in
1197 [\\/$]* | ?:[\\/]* ) continue;;
1198 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1199 esac
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1202 done
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1222 ac_tool_prefix=
1223 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1225 test "$silent" = yes && exec 6>/dev/null
1228 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di=`ls -di .` &&
1230 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1247 echo X"$0" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1256 /^X\(\/\/\)$/{
1257 s//\1/
1260 /^X\(\/\).*/{
1261 s//\1/
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1269 else
1270 ac_srcdir_defaulted=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278 ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1281 pwd)`
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1284 srcdir=.
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1289 case $srcdir in
1290 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1291 esac
1292 for ac_var in $ac_precious_vars; do
1293 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_${ac_var}_value=\$${ac_var}
1295 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1297 done
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1305 cat <<_ACEOF
1306 \`configure' configures Wine 1.1.36 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1315 Configuration:
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1330 [PREFIX]
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1359 _ACEOF
1361 cat <<\_ACEOF
1363 X features:
1364 --x-includes=DIR X include files are in DIR
1365 --x-libraries=DIR X library files are in DIR
1367 System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 _ACEOF
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive ) echo "Configuration of Wine 1.1.36:";;
1376 esac
1377 cat <<\_ACEOF
1379 Optional Features:
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1384 binaries)
1385 --disable-tests do not build the regression tests
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1388 --disable-largefile omit support for large files
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-gsm do not use libgsm (GSM 06.10 codec support)
1407 --without-hal do not use HAL (dynamic device support)
1408 --without-jack do not use the Jack sound support
1409 --without-jpeg do not use JPEG
1410 --without-ldap do not use LDAP
1411 --without-mpg123 do not use the mpg123 library
1412 --without-nas do not use the NAS sound support
1413 --without-openal do not use OpenAL
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pthread do not use the pthread library
1419 --without-pulse do not use PulseAudio sound support
1420 --without-sane do not use SANE (scanner support)
1421 --without-xcomposite do not use the Xcomposite extension
1422 --without-xcursor do not use the Xcursor extension
1423 --without-xinerama do not use Xinerama (multi-monitor support)
1424 --without-xinput do not use the Xinput extension
1425 --without-xml do not use XML
1426 --without-xrandr do not use Xrandr (resolution changes)
1427 --without-xrender do not use the Xrender extension
1428 --without-xshape do not use the Xshape extension
1429 --without-xshm do not use XShm (shared memory extension)
1430 --without-xslt do not use XSLT
1431 --without-xxf86vm do not use XFree video mode extension
1432 --with-wine-tools=DIR use Wine tools from directory DIR
1433 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1434 --with-x use the X Window System
1436 Some influential environment variables:
1437 CC C compiler command
1438 CFLAGS C compiler flags
1439 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1440 nonstandard directory <lib dir>
1441 LIBS libraries to pass to the linker, e.g. -l<library>
1442 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1443 you have headers in a nonstandard directory <include dir>
1444 CXX C++ compiler command
1445 CXXFLAGS C++ compiler flags
1446 CPP C preprocessor
1447 XMKMF Path to xmkmf, Makefile generator for X Window System
1449 Use these variables to override the choices made by `configure' or to help
1450 it to find libraries and programs with nonstandard names/locations.
1452 Report bugs to <wine-devel@winehq.org>.
1453 _ACEOF
1454 ac_status=$?
1457 if test "$ac_init_help" = "recursive"; then
1458 # If there are subdirs, report their specific --help.
1459 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1460 test -d "$ac_dir" || continue
1461 ac_builddir=.
1463 case "$ac_dir" in
1464 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1466 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1467 # A ".." for each directory in $ac_dir_suffix.
1468 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1469 case $ac_top_builddir_sub in
1470 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1471 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1472 esac ;;
1473 esac
1474 ac_abs_top_builddir=$ac_pwd
1475 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1476 # for backward compatibility:
1477 ac_top_builddir=$ac_top_build_prefix
1479 case $srcdir in
1480 .) # We are building in place.
1481 ac_srcdir=.
1482 ac_top_srcdir=$ac_top_builddir_sub
1483 ac_abs_top_srcdir=$ac_pwd ;;
1484 [\\/]* | ?:[\\/]* ) # Absolute name.
1485 ac_srcdir=$srcdir$ac_dir_suffix;
1486 ac_top_srcdir=$srcdir
1487 ac_abs_top_srcdir=$srcdir ;;
1488 *) # Relative name.
1489 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1490 ac_top_srcdir=$ac_top_build_prefix$srcdir
1491 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1492 esac
1493 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1495 cd "$ac_dir" || { ac_status=$?; continue; }
1496 # Check for guested configure.
1497 if test -f "$ac_srcdir/configure.gnu"; then
1498 echo &&
1499 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1500 elif test -f "$ac_srcdir/configure"; then
1501 echo &&
1502 $SHELL "$ac_srcdir/configure" --help=recursive
1503 else
1504 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1505 fi || ac_status=$?
1506 cd "$ac_pwd" || { ac_status=$?; break; }
1507 done
1510 test -n "$ac_init_help" && exit $ac_status
1511 if $ac_init_version; then
1512 cat <<\_ACEOF
1513 Wine configure 1.1.36
1514 generated by GNU Autoconf 2.61
1516 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1517 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1518 This configure script is free software; the Free Software Foundation
1519 gives unlimited permission to copy, distribute and modify it.
1520 _ACEOF
1521 exit
1523 cat >config.log <<_ACEOF
1524 This file contains any messages produced by compilers while
1525 running configure, to aid debugging if configure makes a mistake.
1527 It was created by Wine $as_me 1.1.36, which was
1528 generated by GNU Autoconf 2.61. Invocation command line was
1530 $ $0 $@
1532 _ACEOF
1533 exec 5>>config.log
1535 cat <<_ASUNAME
1536 ## --------- ##
1537 ## Platform. ##
1538 ## --------- ##
1540 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1541 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1542 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1543 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1544 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1546 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1547 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1549 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1550 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1551 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1552 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1553 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1554 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1555 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1557 _ASUNAME
1559 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1560 for as_dir in $PATH
1562 IFS=$as_save_IFS
1563 test -z "$as_dir" && as_dir=.
1564 echo "PATH: $as_dir"
1565 done
1566 IFS=$as_save_IFS
1568 } >&5
1570 cat >&5 <<_ACEOF
1573 ## ----------- ##
1574 ## Core tests. ##
1575 ## ----------- ##
1577 _ACEOF
1580 # Keep a trace of the command line.
1581 # Strip out --no-create and --no-recursion so they do not pile up.
1582 # Strip out --silent because we don't want to record it for future runs.
1583 # Also quote any args containing shell meta-characters.
1584 # Make two passes to allow for proper duplicate-argument suppression.
1585 ac_configure_args=
1586 ac_configure_args0=
1587 ac_configure_args1=
1588 ac_must_keep_next=false
1589 for ac_pass in 1 2
1591 for ac_arg
1593 case $ac_arg in
1594 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1595 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1596 | -silent | --silent | --silen | --sile | --sil)
1597 continue ;;
1598 *\'*)
1599 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1600 esac
1601 case $ac_pass in
1602 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1604 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1605 if test $ac_must_keep_next = true; then
1606 ac_must_keep_next=false # Got value, back to normal.
1607 else
1608 case $ac_arg in
1609 *=* | --config-cache | -C | -disable-* | --disable-* \
1610 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1611 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1612 | -with-* | --with-* | -without-* | --without-* | --x)
1613 case "$ac_configure_args0 " in
1614 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1615 esac
1617 -* ) ac_must_keep_next=true ;;
1618 esac
1620 ac_configure_args="$ac_configure_args '$ac_arg'"
1622 esac
1623 done
1624 done
1625 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1626 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1628 # When interrupted or exit'd, cleanup temporary files, and complete
1629 # config.log. We remove comments because anyway the quotes in there
1630 # would cause problems or look ugly.
1631 # WARNING: Use '\'' to represent an apostrophe within the trap.
1632 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1633 trap 'exit_status=$?
1634 # Save into config.log some information that might help in debugging.
1636 echo
1638 cat <<\_ASBOX
1639 ## ---------------- ##
1640 ## Cache variables. ##
1641 ## ---------------- ##
1642 _ASBOX
1643 echo
1644 # The following way of writing the cache mishandles newlines in values,
1646 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1647 eval ac_val=\$$ac_var
1648 case $ac_val in #(
1649 *${as_nl}*)
1650 case $ac_var in #(
1651 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1652 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1653 esac
1654 case $ac_var in #(
1655 _ | IFS | as_nl) ;; #(
1656 *) $as_unset $ac_var ;;
1657 esac ;;
1658 esac
1659 done
1660 (set) 2>&1 |
1661 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1662 *${as_nl}ac_space=\ *)
1663 sed -n \
1664 "s/'\''/'\''\\\\'\'''\''/g;
1665 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1666 ;; #(
1668 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1670 esac |
1671 sort
1673 echo
1675 cat <<\_ASBOX
1676 ## ----------------- ##
1677 ## Output variables. ##
1678 ## ----------------- ##
1679 _ASBOX
1680 echo
1681 for ac_var in $ac_subst_vars
1683 eval ac_val=\$$ac_var
1684 case $ac_val in
1685 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1686 esac
1687 echo "$ac_var='\''$ac_val'\''"
1688 done | sort
1689 echo
1691 if test -n "$ac_subst_files"; then
1692 cat <<\_ASBOX
1693 ## ------------------- ##
1694 ## File substitutions. ##
1695 ## ------------------- ##
1696 _ASBOX
1697 echo
1698 for ac_var in $ac_subst_files
1700 eval ac_val=\$$ac_var
1701 case $ac_val in
1702 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1703 esac
1704 echo "$ac_var='\''$ac_val'\''"
1705 done | sort
1706 echo
1709 if test -s confdefs.h; then
1710 cat <<\_ASBOX
1711 ## ----------- ##
1712 ## confdefs.h. ##
1713 ## ----------- ##
1714 _ASBOX
1715 echo
1716 cat confdefs.h
1717 echo
1719 test "$ac_signal" != 0 &&
1720 echo "$as_me: caught signal $ac_signal"
1721 echo "$as_me: exit $exit_status"
1722 } >&5
1723 rm -f core *.core core.conftest.* &&
1724 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1725 exit $exit_status
1727 for ac_signal in 1 2 13 15; do
1728 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1729 done
1730 ac_signal=0
1732 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1733 rm -f -r conftest* confdefs.h
1735 # Predefined preprocessor variables.
1737 cat >>confdefs.h <<_ACEOF
1738 #define PACKAGE_NAME "$PACKAGE_NAME"
1739 _ACEOF
1742 cat >>confdefs.h <<_ACEOF
1743 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1744 _ACEOF
1747 cat >>confdefs.h <<_ACEOF
1748 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1749 _ACEOF
1752 cat >>confdefs.h <<_ACEOF
1753 #define PACKAGE_STRING "$PACKAGE_STRING"
1754 _ACEOF
1757 cat >>confdefs.h <<_ACEOF
1758 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1759 _ACEOF
1762 # Let the site file select an alternate cache file if it wants to.
1763 # Prefer explicitly selected file to automatically selected ones.
1764 if test -n "$CONFIG_SITE"; then
1765 set x "$CONFIG_SITE"
1766 elif test "x$prefix" != xNONE; then
1767 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1768 else
1769 set x "$ac_default_prefix/share/config.site" \
1770 "$ac_default_prefix/etc/config.site"
1772 shift
1773 for ac_site_file
1775 if test -r "$ac_site_file"; then
1776 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1777 echo "$as_me: loading site script $ac_site_file" >&6;}
1778 sed 's/^/| /' "$ac_site_file" >&5
1779 . "$ac_site_file"
1781 done
1783 if test -r "$cache_file"; then
1784 # Some versions of bash will fail to source /dev/null (special
1785 # files actually), so we avoid doing that.
1786 if test -f "$cache_file"; then
1787 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1788 echo "$as_me: loading cache $cache_file" >&6;}
1789 case $cache_file in
1790 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1791 *) . "./$cache_file";;
1792 esac
1794 else
1795 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1796 echo "$as_me: creating cache $cache_file" >&6;}
1797 >$cache_file
1800 # Check that the precious variables saved in the cache have kept the same
1801 # value.
1802 ac_cache_corrupted=false
1803 for ac_var in $ac_precious_vars; do
1804 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1805 eval ac_new_set=\$ac_env_${ac_var}_set
1806 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1807 eval ac_new_val=\$ac_env_${ac_var}_value
1808 case $ac_old_set,$ac_new_set in
1809 set,)
1810 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1811 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1812 ac_cache_corrupted=: ;;
1813 ,set)
1814 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1815 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1816 ac_cache_corrupted=: ;;
1817 ,);;
1819 if test "x$ac_old_val" != "x$ac_new_val"; then
1820 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1821 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1822 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1823 echo "$as_me: former value: $ac_old_val" >&2;}
1824 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1825 echo "$as_me: current value: $ac_new_val" >&2;}
1826 ac_cache_corrupted=:
1827 fi;;
1828 esac
1829 # Pass precious variables to config.status.
1830 if test "$ac_new_set" = set; then
1831 case $ac_new_val in
1832 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1833 *) ac_arg=$ac_var=$ac_new_val ;;
1834 esac
1835 case " $ac_configure_args " in
1836 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1837 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1838 esac
1840 done
1841 if $ac_cache_corrupted; then
1842 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1843 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1844 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1845 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1846 { (exit 1); exit 1; }; }
1873 ac_ext=c
1874 ac_cpp='$CPP $CPPFLAGS'
1875 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1876 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1877 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1881 ac_config_headers="$ac_config_headers include/config.h"
1883 ac_aux_dir=
1884 for ac_dir in tools "$srcdir"/tools; do
1885 if test -f "$ac_dir/install-sh"; then
1886 ac_aux_dir=$ac_dir
1887 ac_install_sh="$ac_aux_dir/install-sh -c"
1888 break
1889 elif test -f "$ac_dir/install.sh"; then
1890 ac_aux_dir=$ac_dir
1891 ac_install_sh="$ac_aux_dir/install.sh -c"
1892 break
1893 elif test -f "$ac_dir/shtool"; then
1894 ac_aux_dir=$ac_dir
1895 ac_install_sh="$ac_aux_dir/shtool install -c"
1896 break
1898 done
1899 if test -z "$ac_aux_dir"; then
1900 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1901 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1902 { (exit 1); exit 1; }; }
1905 # These three variables are undocumented and unsupported,
1906 # and are intended to be withdrawn in a future Autoconf release.
1907 # They can cause serious problems if a builder's source tree is in a directory
1908 # whose full name contains unusual characters.
1909 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1910 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1911 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1916 # Check whether --enable-win16 was given.
1917 if test "${enable_win16+set}" = set; then
1918 enableval=$enable_win16;
1921 # Check whether --enable-win64 was given.
1922 if test "${enable_win64+set}" = set; then
1923 enableval=$enable_win64;
1926 # Check whether --enable-tests was given.
1927 if test "${enable_tests+set}" = set; then
1928 enableval=$enable_tests;
1931 # Check whether --enable-maintainer-mode was given.
1932 if test "${enable_maintainer_mode+set}" = set; then
1933 enableval=$enable_maintainer_mode;
1934 else
1935 MAINTAINER_MODE=\#
1941 # Check whether --with-alsa was given.
1942 if test "${with_alsa+set}" = set; then
1943 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1947 # Check whether --with-audioio was given.
1948 if test "${with_audioio+set}" = set; then
1949 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1953 # Check whether --with-capi was given.
1954 if test "${with_capi+set}" = set; then
1955 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1959 # Check whether --with-cms was given.
1960 if test "${with_cms+set}" = set; then
1961 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1965 # Check whether --with-coreaudio was given.
1966 if test "${with_coreaudio+set}" = set; then
1967 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1971 # Check whether --with-cups was given.
1972 if test "${with_cups+set}" = set; then
1973 withval=$with_cups;
1977 # Check whether --with-curses was given.
1978 if test "${with_curses+set}" = set; then
1979 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1983 # Check whether --with-esd was given.
1984 if test "${with_esd+set}" = set; then
1985 withval=$with_esd;
1989 # Check whether --with-fontconfig was given.
1990 if test "${with_fontconfig+set}" = set; then
1991 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1995 # Check whether --with-freetype was given.
1996 if test "${with_freetype+set}" = set; then
1997 withval=$with_freetype;
2001 # Check whether --with-gphoto was given.
2002 if test "${with_gphoto+set}" = set; then
2003 withval=$with_gphoto;
2007 # Check whether --with-glu was given.
2008 if test "${with_glu+set}" = set; then
2009 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2013 # Check whether --with-gnutls was given.
2014 if test "${with_gnutls+set}" = set; then
2015 withval=$with_gnutls;
2019 # Check whether --with-gsm was given.
2020 if test "${with_gsm+set}" = set; then
2021 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2025 # Check whether --with-hal was given.
2026 if test "${with_hal+set}" = set; then
2027 withval=$with_hal;
2031 # Check whether --with-jack was given.
2032 if test "${with_jack+set}" = set; then
2033 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2037 # Check whether --with-jpeg was given.
2038 if test "${with_jpeg+set}" = set; then
2039 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2043 # Check whether --with-ldap was given.
2044 if test "${with_ldap+set}" = set; then
2045 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2049 # Check whether --with-mpg123 was given.
2050 if test "${with_mpg123+set}" = set; then
2051 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2055 # Check whether --with-nas was given.
2056 if test "${with_nas+set}" = set; then
2057 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2061 # Check whether --with-openal was given.
2062 if test "${with_openal+set}" = set; then
2063 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2067 # Check whether --with-opengl was given.
2068 if test "${with_opengl+set}" = set; then
2069 withval=$with_opengl;
2073 # Check whether --with-openssl was given.
2074 if test "${with_openssl+set}" = set; then
2075 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2079 # Check whether --with-oss was given.
2080 if test "${with_oss+set}" = set; then
2081 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
2085 # Check whether --with-png was given.
2086 if test "${with_png+set}" = set; then
2087 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2091 # Check whether --with-pthread was given.
2092 if test "${with_pthread+set}" = set; then
2093 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2097 # Check whether --with-pulse was given.
2098 if test "${with_pulse+set}" = set; then
2099 withval=$with_pulse;
2103 # Check whether --with-sane was given.
2104 if test "${with_sane+set}" = set; then
2105 withval=$with_sane;
2109 # Check whether --with-xcomposite was given.
2110 if test "${with_xcomposite+set}" = set; then
2111 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2115 # Check whether --with-xcursor was given.
2116 if test "${with_xcursor+set}" = set; then
2117 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2121 # Check whether --with-xinerama was given.
2122 if test "${with_xinerama+set}" = set; then
2123 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2127 # Check whether --with-xinput was given.
2128 if test "${with_xinput+set}" = set; then
2129 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2133 # Check whether --with-xml was given.
2134 if test "${with_xml+set}" = set; then
2135 withval=$with_xml;
2139 # Check whether --with-xrandr was given.
2140 if test "${with_xrandr+set}" = set; then
2141 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2145 # Check whether --with-xrender was given.
2146 if test "${with_xrender+set}" = set; then
2147 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2151 # Check whether --with-xshape was given.
2152 if test "${with_xshape+set}" = set; then
2153 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2157 # Check whether --with-xshm was given.
2158 if test "${with_xshm+set}" = set; then
2159 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2163 # Check whether --with-xslt was given.
2164 if test "${with_xslt+set}" = set; then
2165 withval=$with_xslt;
2169 # Check whether --with-xxf86vm was given.
2170 if test "${with_xxf86vm+set}" = set; then
2171 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; ac_cv_header_X11_extensions_xf86vmproto_h=no; fi
2176 # Check whether --with-wine-tools was given.
2177 if test "${with_wine_tools+set}" = set; then
2178 withval=$with_wine_tools;
2182 # Check whether --with-wine64 was given.
2183 if test "${with_wine64+set}" = set; then
2184 withval=$with_wine64;
2188 # Make sure we can run config.sub.
2189 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2190 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2191 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2192 { (exit 1); exit 1; }; }
2194 { echo "$as_me:$LINENO: checking build system type" >&5
2195 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2196 if test "${ac_cv_build+set}" = set; then
2197 echo $ECHO_N "(cached) $ECHO_C" >&6
2198 else
2199 ac_build_alias=$build_alias
2200 test "x$ac_build_alias" = x &&
2201 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2202 test "x$ac_build_alias" = x &&
2203 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2204 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2205 { (exit 1); exit 1; }; }
2206 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2207 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2208 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2209 { (exit 1); exit 1; }; }
2212 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2213 echo "${ECHO_T}$ac_cv_build" >&6; }
2214 case $ac_cv_build in
2215 *-*-*) ;;
2216 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2217 echo "$as_me: error: invalid value of canonical build" >&2;}
2218 { (exit 1); exit 1; }; };;
2219 esac
2220 build=$ac_cv_build
2221 ac_save_IFS=$IFS; IFS='-'
2222 set x $ac_cv_build
2223 shift
2224 build_cpu=$1
2225 build_vendor=$2
2226 shift; shift
2227 # Remember, the first character of IFS is used to create $*,
2228 # except with old shells:
2229 build_os=$*
2230 IFS=$ac_save_IFS
2231 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2234 { echo "$as_me:$LINENO: checking host system type" >&5
2235 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2236 if test "${ac_cv_host+set}" = set; then
2237 echo $ECHO_N "(cached) $ECHO_C" >&6
2238 else
2239 if test "x$host_alias" = x; then
2240 ac_cv_host=$ac_cv_build
2241 else
2242 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2243 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2244 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2245 { (exit 1); exit 1; }; }
2249 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2250 echo "${ECHO_T}$ac_cv_host" >&6; }
2251 case $ac_cv_host in
2252 *-*-*) ;;
2253 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2254 echo "$as_me: error: invalid value of canonical host" >&2;}
2255 { (exit 1); exit 1; }; };;
2256 esac
2257 host=$ac_cv_host
2258 ac_save_IFS=$IFS; IFS='-'
2259 set x $ac_cv_host
2260 shift
2261 host_cpu=$1
2262 host_vendor=$2
2263 shift; shift
2264 # Remember, the first character of IFS is used to create $*,
2265 # except with old shells:
2266 host_os=$*
2267 IFS=$ac_save_IFS
2268 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2272 case "$srcdir" in
2273 .) ;;
2274 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2275 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2276 You need to run 'make distclean' in the source tree first." >&5
2277 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2278 You need to run 'make distclean' in the source tree first." >&2;}
2279 { (exit 1); exit 1; }; }
2280 fi ;;
2281 esac
2284 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2285 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2286 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2287 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2288 echo $ECHO_N "(cached) $ECHO_C" >&6
2289 else
2290 cat >conftest.make <<\_ACEOF
2291 SHELL = /bin/sh
2292 all:
2293 @echo '@@@%%%=$(MAKE)=@@@%%%'
2294 _ACEOF
2295 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2296 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2297 *@@@%%%=?*=@@@%%%*)
2298 eval ac_cv_prog_make_${ac_make}_set=yes;;
2300 eval ac_cv_prog_make_${ac_make}_set=no;;
2301 esac
2302 rm -f conftest.make
2304 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2305 { echo "$as_me:$LINENO: result: yes" >&5
2306 echo "${ECHO_T}yes" >&6; }
2307 SET_MAKE=
2308 else
2309 { echo "$as_me:$LINENO: result: no" >&5
2310 echo "${ECHO_T}no" >&6; }
2311 SET_MAKE="MAKE=${MAKE-make}"
2314 ac_ext=c
2315 ac_cpp='$CPP $CPPFLAGS'
2316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2319 if test -n "$ac_tool_prefix"; then
2320 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2321 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2322 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2324 if test "${ac_cv_prog_CC+set}" = set; then
2325 echo $ECHO_N "(cached) $ECHO_C" >&6
2326 else
2327 if test -n "$CC"; then
2328 ac_cv_prog_CC="$CC" # Let the user override the test.
2329 else
2330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2331 for as_dir in $PATH
2333 IFS=$as_save_IFS
2334 test -z "$as_dir" && as_dir=.
2335 for ac_exec_ext in '' $ac_executable_extensions; do
2336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2337 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2339 break 2
2341 done
2342 done
2343 IFS=$as_save_IFS
2347 CC=$ac_cv_prog_CC
2348 if test -n "$CC"; then
2349 { echo "$as_me:$LINENO: result: $CC" >&5
2350 echo "${ECHO_T}$CC" >&6; }
2351 else
2352 { echo "$as_me:$LINENO: result: no" >&5
2353 echo "${ECHO_T}no" >&6; }
2358 if test -z "$ac_cv_prog_CC"; then
2359 ac_ct_CC=$CC
2360 # Extract the first word of "gcc", so it can be a program name with args.
2361 set dummy gcc; ac_word=$2
2362 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2363 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2364 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2365 echo $ECHO_N "(cached) $ECHO_C" >&6
2366 else
2367 if test -n "$ac_ct_CC"; then
2368 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2369 else
2370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371 for as_dir in $PATH
2373 IFS=$as_save_IFS
2374 test -z "$as_dir" && as_dir=.
2375 for ac_exec_ext in '' $ac_executable_extensions; do
2376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2377 ac_cv_prog_ac_ct_CC="gcc"
2378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2379 break 2
2381 done
2382 done
2383 IFS=$as_save_IFS
2387 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2388 if test -n "$ac_ct_CC"; then
2389 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2390 echo "${ECHO_T}$ac_ct_CC" >&6; }
2391 else
2392 { echo "$as_me:$LINENO: result: no" >&5
2393 echo "${ECHO_T}no" >&6; }
2396 if test "x$ac_ct_CC" = x; then
2397 CC=""
2398 else
2399 case $cross_compiling:$ac_tool_warned in
2400 yes:)
2401 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2402 whose name does not start with the host triplet. If you think this
2403 configuration is useful to you, please write to autoconf@gnu.org." >&5
2404 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2405 whose name does not start with the host triplet. If you think this
2406 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2407 ac_tool_warned=yes ;;
2408 esac
2409 CC=$ac_ct_CC
2411 else
2412 CC="$ac_cv_prog_CC"
2415 if test -z "$CC"; then
2416 if test -n "$ac_tool_prefix"; then
2417 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2418 set dummy ${ac_tool_prefix}cc; ac_word=$2
2419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2421 if test "${ac_cv_prog_CC+set}" = set; then
2422 echo $ECHO_N "(cached) $ECHO_C" >&6
2423 else
2424 if test -n "$CC"; then
2425 ac_cv_prog_CC="$CC" # Let the user override the test.
2426 else
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428 for as_dir in $PATH
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
2433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2434 ac_cv_prog_CC="${ac_tool_prefix}cc"
2435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 break 2
2438 done
2439 done
2440 IFS=$as_save_IFS
2444 CC=$ac_cv_prog_CC
2445 if test -n "$CC"; then
2446 { echo "$as_me:$LINENO: result: $CC" >&5
2447 echo "${ECHO_T}$CC" >&6; }
2448 else
2449 { echo "$as_me:$LINENO: result: no" >&5
2450 echo "${ECHO_T}no" >&6; }
2456 if test -z "$CC"; then
2457 # Extract the first word of "cc", so it can be a program name with args.
2458 set dummy cc; ac_word=$2
2459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2461 if test "${ac_cv_prog_CC+set}" = set; then
2462 echo $ECHO_N "(cached) $ECHO_C" >&6
2463 else
2464 if test -n "$CC"; then
2465 ac_cv_prog_CC="$CC" # Let the user override the test.
2466 else
2467 ac_prog_rejected=no
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469 for as_dir in $PATH
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2475 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2476 ac_prog_rejected=yes
2477 continue
2479 ac_cv_prog_CC="cc"
2480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2481 break 2
2483 done
2484 done
2485 IFS=$as_save_IFS
2487 if test $ac_prog_rejected = yes; then
2488 # We found a bogon in the path, so make sure we never use it.
2489 set dummy $ac_cv_prog_CC
2490 shift
2491 if test $# != 0; then
2492 # We chose a different compiler from the bogus one.
2493 # However, it has the same basename, so the bogon will be chosen
2494 # first if we set CC to just the basename; use the full file name.
2495 shift
2496 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2501 CC=$ac_cv_prog_CC
2502 if test -n "$CC"; then
2503 { echo "$as_me:$LINENO: result: $CC" >&5
2504 echo "${ECHO_T}$CC" >&6; }
2505 else
2506 { echo "$as_me:$LINENO: result: no" >&5
2507 echo "${ECHO_T}no" >&6; }
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 for ac_prog in cl.exe
2516 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2517 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2520 if test "${ac_cv_prog_CC+set}" = set; then
2521 echo $ECHO_N "(cached) $ECHO_C" >&6
2522 else
2523 if test -n "$CC"; then
2524 ac_cv_prog_CC="$CC" # Let the user override the test.
2525 else
2526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2527 for as_dir in $PATH
2529 IFS=$as_save_IFS
2530 test -z "$as_dir" && as_dir=.
2531 for ac_exec_ext in '' $ac_executable_extensions; do
2532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2533 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2535 break 2
2537 done
2538 done
2539 IFS=$as_save_IFS
2543 CC=$ac_cv_prog_CC
2544 if test -n "$CC"; then
2545 { echo "$as_me:$LINENO: result: $CC" >&5
2546 echo "${ECHO_T}$CC" >&6; }
2547 else
2548 { echo "$as_me:$LINENO: result: no" >&5
2549 echo "${ECHO_T}no" >&6; }
2553 test -n "$CC" && break
2554 done
2556 if test -z "$CC"; then
2557 ac_ct_CC=$CC
2558 for ac_prog in cl.exe
2560 # Extract the first word of "$ac_prog", so it can be a program name with args.
2561 set dummy $ac_prog; ac_word=$2
2562 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2564 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2565 echo $ECHO_N "(cached) $ECHO_C" >&6
2566 else
2567 if test -n "$ac_ct_CC"; then
2568 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2569 else
2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571 for as_dir in $PATH
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
2575 for ac_exec_ext in '' $ac_executable_extensions; do
2576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2577 ac_cv_prog_ac_ct_CC="$ac_prog"
2578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2581 done
2582 done
2583 IFS=$as_save_IFS
2587 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2588 if test -n "$ac_ct_CC"; then
2589 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2590 echo "${ECHO_T}$ac_ct_CC" >&6; }
2591 else
2592 { echo "$as_me:$LINENO: result: no" >&5
2593 echo "${ECHO_T}no" >&6; }
2597 test -n "$ac_ct_CC" && break
2598 done
2600 if test "x$ac_ct_CC" = x; then
2601 CC=""
2602 else
2603 case $cross_compiling:$ac_tool_warned in
2604 yes:)
2605 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2606 whose name does not start with the host triplet. If you think this
2607 configuration is useful to you, please write to autoconf@gnu.org." >&5
2608 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2609 whose name does not start with the host triplet. If you think this
2610 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2611 ac_tool_warned=yes ;;
2612 esac
2613 CC=$ac_ct_CC
2620 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2621 See \`config.log' for more details." >&5
2622 echo "$as_me: error: no acceptable C compiler found in \$PATH
2623 See \`config.log' for more details." >&2;}
2624 { (exit 1); exit 1; }; }
2626 # Provide some information about the compiler.
2627 echo "$as_me:$LINENO: checking for C compiler version" >&5
2628 ac_compiler=`set X $ac_compile; echo $2`
2629 { (ac_try="$ac_compiler --version >&5"
2630 case "(($ac_try" in
2631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2632 *) ac_try_echo=$ac_try;;
2633 esac
2634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2635 (eval "$ac_compiler --version >&5") 2>&5
2636 ac_status=$?
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); }
2639 { (ac_try="$ac_compiler -v >&5"
2640 case "(($ac_try" in
2641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2642 *) ac_try_echo=$ac_try;;
2643 esac
2644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2645 (eval "$ac_compiler -v >&5") 2>&5
2646 ac_status=$?
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); }
2649 { (ac_try="$ac_compiler -V >&5"
2650 case "(($ac_try" in
2651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2652 *) ac_try_echo=$ac_try;;
2653 esac
2654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2655 (eval "$ac_compiler -V >&5") 2>&5
2656 ac_status=$?
2657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2658 (exit $ac_status); }
2660 cat >conftest.$ac_ext <<_ACEOF
2661 /* confdefs.h. */
2662 _ACEOF
2663 cat confdefs.h >>conftest.$ac_ext
2664 cat >>conftest.$ac_ext <<_ACEOF
2665 /* end confdefs.h. */
2668 main ()
2672 return 0;
2674 _ACEOF
2675 ac_clean_files_save=$ac_clean_files
2676 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2677 # Try to create an executable without -o first, disregard a.out.
2678 # It will help us diagnose broken compilers, and finding out an intuition
2679 # of exeext.
2680 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2681 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2682 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2684 # List of possible output files, starting from the most likely.
2685 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2686 # only as a last resort. b.out is created by i960 compilers.
2687 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2689 # The IRIX 6 linker writes into existing files which may not be
2690 # executable, retaining their permissions. Remove them first so a
2691 # subsequent execution test works.
2692 ac_rmfiles=
2693 for ac_file in $ac_files
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2697 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2698 esac
2699 done
2700 rm -f $ac_rmfiles
2702 if { (ac_try="$ac_link_default"
2703 case "(($ac_try" in
2704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2705 *) ac_try_echo=$ac_try;;
2706 esac
2707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2708 (eval "$ac_link_default") 2>&5
2709 ac_status=$?
2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2711 (exit $ac_status); }; then
2712 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2713 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2714 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2715 # so that the user can short-circuit this test for compilers unknown to
2716 # Autoconf.
2717 for ac_file in $ac_files ''
2719 test -f "$ac_file" || continue
2720 case $ac_file in
2721 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2723 [ab].out )
2724 # We found the default executable, but exeext='' is most
2725 # certainly right.
2726 break;;
2727 *.* )
2728 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2729 then :; else
2730 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2732 # We set ac_cv_exeext here because the later test for it is not
2733 # safe: cross compilers may not add the suffix if given an `-o'
2734 # argument, so we may need to know it at that point already.
2735 # Even if this section looks crufty: it has the advantage of
2736 # actually working.
2737 break;;
2739 break;;
2740 esac
2741 done
2742 test "$ac_cv_exeext" = no && ac_cv_exeext=
2744 else
2745 ac_file=''
2748 { echo "$as_me:$LINENO: result: $ac_file" >&5
2749 echo "${ECHO_T}$ac_file" >&6; }
2750 if test -z "$ac_file"; then
2751 echo "$as_me: failed program was:" >&5
2752 sed 's/^/| /' conftest.$ac_ext >&5
2754 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2755 See \`config.log' for more details." >&5
2756 echo "$as_me: error: C compiler cannot create executables
2757 See \`config.log' for more details." >&2;}
2758 { (exit 77); exit 77; }; }
2761 ac_exeext=$ac_cv_exeext
2763 # Check that the compiler produces executables we can run. If not, either
2764 # the compiler is broken, or we cross compile.
2765 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2766 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2767 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2768 # If not cross compiling, check that we can run a simple program.
2769 if test "$cross_compiling" != yes; then
2770 if { ac_try='./$ac_file'
2771 { (case "(($ac_try" in
2772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2773 *) ac_try_echo=$ac_try;;
2774 esac
2775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2776 (eval "$ac_try") 2>&5
2777 ac_status=$?
2778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2779 (exit $ac_status); }; }; then
2780 cross_compiling=no
2781 else
2782 if test "$cross_compiling" = maybe; then
2783 cross_compiling=yes
2784 else
2785 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2786 If you meant to cross compile, use \`--host'.
2787 See \`config.log' for more details." >&5
2788 echo "$as_me: error: cannot run C compiled programs.
2789 If you meant to cross compile, use \`--host'.
2790 See \`config.log' for more details." >&2;}
2791 { (exit 1); exit 1; }; }
2795 { echo "$as_me:$LINENO: result: yes" >&5
2796 echo "${ECHO_T}yes" >&6; }
2798 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2799 ac_clean_files=$ac_clean_files_save
2800 # Check that the compiler produces executables we can run. If not, either
2801 # the compiler is broken, or we cross compile.
2802 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2803 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2804 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2805 echo "${ECHO_T}$cross_compiling" >&6; }
2807 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2808 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2809 if { (ac_try="$ac_link"
2810 case "(($ac_try" in
2811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2812 *) ac_try_echo=$ac_try;;
2813 esac
2814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2815 (eval "$ac_link") 2>&5
2816 ac_status=$?
2817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2818 (exit $ac_status); }; then
2819 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2820 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2821 # work properly (i.e., refer to `conftest.exe'), while it won't with
2822 # `rm'.
2823 for ac_file in conftest.exe conftest conftest.*; do
2824 test -f "$ac_file" || continue
2825 case $ac_file in
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2827 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2828 break;;
2829 * ) break;;
2830 esac
2831 done
2832 else
2833 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2834 See \`config.log' for more details." >&5
2835 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2836 See \`config.log' for more details." >&2;}
2837 { (exit 1); exit 1; }; }
2840 rm -f conftest$ac_cv_exeext
2841 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2842 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2844 rm -f conftest.$ac_ext
2845 EXEEXT=$ac_cv_exeext
2846 ac_exeext=$EXEEXT
2847 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2848 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2849 if test "${ac_cv_objext+set}" = set; then
2850 echo $ECHO_N "(cached) $ECHO_C" >&6
2851 else
2852 cat >conftest.$ac_ext <<_ACEOF
2853 /* confdefs.h. */
2854 _ACEOF
2855 cat confdefs.h >>conftest.$ac_ext
2856 cat >>conftest.$ac_ext <<_ACEOF
2857 /* end confdefs.h. */
2860 main ()
2864 return 0;
2866 _ACEOF
2867 rm -f conftest.o conftest.obj
2868 if { (ac_try="$ac_compile"
2869 case "(($ac_try" in
2870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2871 *) ac_try_echo=$ac_try;;
2872 esac
2873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2874 (eval "$ac_compile") 2>&5
2875 ac_status=$?
2876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; then
2878 for ac_file in conftest.o conftest.obj conftest.*; do
2879 test -f "$ac_file" || continue;
2880 case $ac_file in
2881 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2882 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2883 break;;
2884 esac
2885 done
2886 else
2887 echo "$as_me: failed program was:" >&5
2888 sed 's/^/| /' conftest.$ac_ext >&5
2890 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2891 See \`config.log' for more details." >&5
2892 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2893 See \`config.log' for more details." >&2;}
2894 { (exit 1); exit 1; }; }
2897 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2899 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2900 echo "${ECHO_T}$ac_cv_objext" >&6; }
2901 OBJEXT=$ac_cv_objext
2902 ac_objext=$OBJEXT
2903 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2904 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2905 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2906 echo $ECHO_N "(cached) $ECHO_C" >&6
2907 else
2908 cat >conftest.$ac_ext <<_ACEOF
2909 /* confdefs.h. */
2910 _ACEOF
2911 cat confdefs.h >>conftest.$ac_ext
2912 cat >>conftest.$ac_ext <<_ACEOF
2913 /* end confdefs.h. */
2916 main ()
2918 #ifndef __GNUC__
2919 choke me
2920 #endif
2923 return 0;
2925 _ACEOF
2926 rm -f conftest.$ac_objext
2927 if { (ac_try="$ac_compile"
2928 case "(($ac_try" in
2929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2930 *) ac_try_echo=$ac_try;;
2931 esac
2932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2933 (eval "$ac_compile") 2>conftest.er1
2934 ac_status=$?
2935 grep -v '^ *+' conftest.er1 >conftest.err
2936 rm -f conftest.er1
2937 cat conftest.err >&5
2938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2939 (exit $ac_status); } && {
2940 test -z "$ac_c_werror_flag" ||
2941 test ! -s conftest.err
2942 } && test -s conftest.$ac_objext; then
2943 ac_compiler_gnu=yes
2944 else
2945 echo "$as_me: failed program was:" >&5
2946 sed 's/^/| /' conftest.$ac_ext >&5
2948 ac_compiler_gnu=no
2951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2952 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2955 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2956 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2957 GCC=`test $ac_compiler_gnu = yes && echo yes`
2958 ac_test_CFLAGS=${CFLAGS+set}
2959 ac_save_CFLAGS=$CFLAGS
2960 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2961 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2962 if test "${ac_cv_prog_cc_g+set}" = set; then
2963 echo $ECHO_N "(cached) $ECHO_C" >&6
2964 else
2965 ac_save_c_werror_flag=$ac_c_werror_flag
2966 ac_c_werror_flag=yes
2967 ac_cv_prog_cc_g=no
2968 CFLAGS="-g"
2969 cat >conftest.$ac_ext <<_ACEOF
2970 /* confdefs.h. */
2971 _ACEOF
2972 cat confdefs.h >>conftest.$ac_ext
2973 cat >>conftest.$ac_ext <<_ACEOF
2974 /* end confdefs.h. */
2977 main ()
2981 return 0;
2983 _ACEOF
2984 rm -f conftest.$ac_objext
2985 if { (ac_try="$ac_compile"
2986 case "(($ac_try" in
2987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2988 *) ac_try_echo=$ac_try;;
2989 esac
2990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2991 (eval "$ac_compile") 2>conftest.er1
2992 ac_status=$?
2993 grep -v '^ *+' conftest.er1 >conftest.err
2994 rm -f conftest.er1
2995 cat conftest.err >&5
2996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997 (exit $ac_status); } && {
2998 test -z "$ac_c_werror_flag" ||
2999 test ! -s conftest.err
3000 } && test -s conftest.$ac_objext; then
3001 ac_cv_prog_cc_g=yes
3002 else
3003 echo "$as_me: failed program was:" >&5
3004 sed 's/^/| /' conftest.$ac_ext >&5
3006 CFLAGS=""
3007 cat >conftest.$ac_ext <<_ACEOF
3008 /* confdefs.h. */
3009 _ACEOF
3010 cat confdefs.h >>conftest.$ac_ext
3011 cat >>conftest.$ac_ext <<_ACEOF
3012 /* end confdefs.h. */
3015 main ()
3019 return 0;
3021 _ACEOF
3022 rm -f conftest.$ac_objext
3023 if { (ac_try="$ac_compile"
3024 case "(($ac_try" in
3025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3026 *) ac_try_echo=$ac_try;;
3027 esac
3028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3029 (eval "$ac_compile") 2>conftest.er1
3030 ac_status=$?
3031 grep -v '^ *+' conftest.er1 >conftest.err
3032 rm -f conftest.er1
3033 cat conftest.err >&5
3034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3035 (exit $ac_status); } && {
3036 test -z "$ac_c_werror_flag" ||
3037 test ! -s conftest.err
3038 } && test -s conftest.$ac_objext; then
3040 else
3041 echo "$as_me: failed program was:" >&5
3042 sed 's/^/| /' conftest.$ac_ext >&5
3044 ac_c_werror_flag=$ac_save_c_werror_flag
3045 CFLAGS="-g"
3046 cat >conftest.$ac_ext <<_ACEOF
3047 /* confdefs.h. */
3048 _ACEOF
3049 cat confdefs.h >>conftest.$ac_ext
3050 cat >>conftest.$ac_ext <<_ACEOF
3051 /* end confdefs.h. */
3054 main ()
3058 return 0;
3060 _ACEOF
3061 rm -f conftest.$ac_objext
3062 if { (ac_try="$ac_compile"
3063 case "(($ac_try" in
3064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3065 *) ac_try_echo=$ac_try;;
3066 esac
3067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3068 (eval "$ac_compile") 2>conftest.er1
3069 ac_status=$?
3070 grep -v '^ *+' conftest.er1 >conftest.err
3071 rm -f conftest.er1
3072 cat conftest.err >&5
3073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3074 (exit $ac_status); } && {
3075 test -z "$ac_c_werror_flag" ||
3076 test ! -s conftest.err
3077 } && test -s conftest.$ac_objext; then
3078 ac_cv_prog_cc_g=yes
3079 else
3080 echo "$as_me: failed program was:" >&5
3081 sed 's/^/| /' conftest.$ac_ext >&5
3086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3093 ac_c_werror_flag=$ac_save_c_werror_flag
3095 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3096 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3097 if test "$ac_test_CFLAGS" = set; then
3098 CFLAGS=$ac_save_CFLAGS
3099 elif test $ac_cv_prog_cc_g = yes; then
3100 if test "$GCC" = yes; then
3101 CFLAGS="-g -O2"
3102 else
3103 CFLAGS="-g"
3105 else
3106 if test "$GCC" = yes; then
3107 CFLAGS="-O2"
3108 else
3109 CFLAGS=
3112 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3113 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3114 if test "${ac_cv_prog_cc_c89+set}" = set; then
3115 echo $ECHO_N "(cached) $ECHO_C" >&6
3116 else
3117 ac_cv_prog_cc_c89=no
3118 ac_save_CC=$CC
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3125 #include <stdarg.h>
3126 #include <stdio.h>
3127 #include <sys/types.h>
3128 #include <sys/stat.h>
3129 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3130 struct buf { int x; };
3131 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3132 static char *e (p, i)
3133 char **p;
3134 int i;
3136 return p[i];
3138 static char *f (char * (*g) (char **, int), char **p, ...)
3140 char *s;
3141 va_list v;
3142 va_start (v,p);
3143 s = g (p, va_arg (v,int));
3144 va_end (v);
3145 return s;
3148 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3149 function prototypes and stuff, but not '\xHH' hex character constants.
3150 These don't provoke an error unfortunately, instead are silently treated
3151 as 'x'. The following induces an error, until -std is added to get
3152 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3153 array size at least. It's necessary to write '\x00'==0 to get something
3154 that's true only with -std. */
3155 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3157 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3158 inside strings and character constants. */
3159 #define FOO(x) 'x'
3160 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3162 int test (int i, double x);
3163 struct s1 {int (*f) (int a);};
3164 struct s2 {int (*f) (double a);};
3165 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3166 int argc;
3167 char **argv;
3169 main ()
3171 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3173 return 0;
3175 _ACEOF
3176 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3177 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3179 CC="$ac_save_CC $ac_arg"
3180 rm -f conftest.$ac_objext
3181 if { (ac_try="$ac_compile"
3182 case "(($ac_try" in
3183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 *) ac_try_echo=$ac_try;;
3185 esac
3186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3187 (eval "$ac_compile") 2>conftest.er1
3188 ac_status=$?
3189 grep -v '^ *+' conftest.er1 >conftest.err
3190 rm -f conftest.er1
3191 cat conftest.err >&5
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); } && {
3194 test -z "$ac_c_werror_flag" ||
3195 test ! -s conftest.err
3196 } && test -s conftest.$ac_objext; then
3197 ac_cv_prog_cc_c89=$ac_arg
3198 else
3199 echo "$as_me: failed program was:" >&5
3200 sed 's/^/| /' conftest.$ac_ext >&5
3205 rm -f core conftest.err conftest.$ac_objext
3206 test "x$ac_cv_prog_cc_c89" != "xno" && break
3207 done
3208 rm -f conftest.$ac_ext
3209 CC=$ac_save_CC
3212 # AC_CACHE_VAL
3213 case "x$ac_cv_prog_cc_c89" in
3215 { echo "$as_me:$LINENO: result: none needed" >&5
3216 echo "${ECHO_T}none needed" >&6; } ;;
3217 xno)
3218 { echo "$as_me:$LINENO: result: unsupported" >&5
3219 echo "${ECHO_T}unsupported" >&6; } ;;
3221 CC="$CC $ac_cv_prog_cc_c89"
3222 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3223 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3224 esac
3227 ac_ext=c
3228 ac_cpp='$CPP $CPPFLAGS'
3229 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3230 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3231 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3233 ac_ext=cpp
3234 ac_cpp='$CXXCPP $CPPFLAGS'
3235 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3236 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3237 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3238 if test -z "$CXX"; then
3239 if test -n "$CCC"; then
3240 CXX=$CCC
3241 else
3242 if test -n "$ac_tool_prefix"; then
3243 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3245 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3246 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3247 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3249 if test "${ac_cv_prog_CXX+set}" = set; then
3250 echo $ECHO_N "(cached) $ECHO_C" >&6
3251 else
3252 if test -n "$CXX"; then
3253 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3254 else
3255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3256 for as_dir in $PATH
3258 IFS=$as_save_IFS
3259 test -z "$as_dir" && as_dir=.
3260 for ac_exec_ext in '' $ac_executable_extensions; do
3261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3262 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3264 break 2
3266 done
3267 done
3268 IFS=$as_save_IFS
3272 CXX=$ac_cv_prog_CXX
3273 if test -n "$CXX"; then
3274 { echo "$as_me:$LINENO: result: $CXX" >&5
3275 echo "${ECHO_T}$CXX" >&6; }
3276 else
3277 { echo "$as_me:$LINENO: result: no" >&5
3278 echo "${ECHO_T}no" >&6; }
3282 test -n "$CXX" && break
3283 done
3285 if test -z "$CXX"; then
3286 ac_ct_CXX=$CXX
3287 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3289 # Extract the first word of "$ac_prog", so it can be a program name with args.
3290 set dummy $ac_prog; ac_word=$2
3291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3293 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3294 echo $ECHO_N "(cached) $ECHO_C" >&6
3295 else
3296 if test -n "$ac_ct_CXX"; then
3297 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3298 else
3299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3300 for as_dir in $PATH
3302 IFS=$as_save_IFS
3303 test -z "$as_dir" && as_dir=.
3304 for ac_exec_ext in '' $ac_executable_extensions; do
3305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3306 ac_cv_prog_ac_ct_CXX="$ac_prog"
3307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3308 break 2
3310 done
3311 done
3312 IFS=$as_save_IFS
3316 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3317 if test -n "$ac_ct_CXX"; then
3318 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3319 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3320 else
3321 { echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6; }
3326 test -n "$ac_ct_CXX" && break
3327 done
3329 if test "x$ac_ct_CXX" = x; then
3330 CXX="g++"
3331 else
3332 case $cross_compiling:$ac_tool_warned in
3333 yes:)
3334 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3335 whose name does not start with the host triplet. If you think this
3336 configuration is useful to you, please write to autoconf@gnu.org." >&5
3337 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3338 whose name does not start with the host triplet. If you think this
3339 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3340 ac_tool_warned=yes ;;
3341 esac
3342 CXX=$ac_ct_CXX
3348 # Provide some information about the compiler.
3349 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3350 ac_compiler=`set X $ac_compile; echo $2`
3351 { (ac_try="$ac_compiler --version >&5"
3352 case "(($ac_try" in
3353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3354 *) ac_try_echo=$ac_try;;
3355 esac
3356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3357 (eval "$ac_compiler --version >&5") 2>&5
3358 ac_status=$?
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); }
3361 { (ac_try="$ac_compiler -v >&5"
3362 case "(($ac_try" in
3363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364 *) ac_try_echo=$ac_try;;
3365 esac
3366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3367 (eval "$ac_compiler -v >&5") 2>&5
3368 ac_status=$?
3369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3370 (exit $ac_status); }
3371 { (ac_try="$ac_compiler -V >&5"
3372 case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375 esac
3376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3377 (eval "$ac_compiler -V >&5") 2>&5
3378 ac_status=$?
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3380 (exit $ac_status); }
3382 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3383 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3384 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3385 echo $ECHO_N "(cached) $ECHO_C" >&6
3386 else
3387 cat >conftest.$ac_ext <<_ACEOF
3388 /* confdefs.h. */
3389 _ACEOF
3390 cat confdefs.h >>conftest.$ac_ext
3391 cat >>conftest.$ac_ext <<_ACEOF
3392 /* end confdefs.h. */
3395 main ()
3397 #ifndef __GNUC__
3398 choke me
3399 #endif
3402 return 0;
3404 _ACEOF
3405 rm -f conftest.$ac_objext
3406 if { (ac_try="$ac_compile"
3407 case "(($ac_try" in
3408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3409 *) ac_try_echo=$ac_try;;
3410 esac
3411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3412 (eval "$ac_compile") 2>conftest.er1
3413 ac_status=$?
3414 grep -v '^ *+' conftest.er1 >conftest.err
3415 rm -f conftest.er1
3416 cat conftest.err >&5
3417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418 (exit $ac_status); } && {
3419 test -z "$ac_cxx_werror_flag" ||
3420 test ! -s conftest.err
3421 } && test -s conftest.$ac_objext; then
3422 ac_compiler_gnu=yes
3423 else
3424 echo "$as_me: failed program was:" >&5
3425 sed 's/^/| /' conftest.$ac_ext >&5
3427 ac_compiler_gnu=no
3430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3431 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3434 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3435 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3436 GXX=`test $ac_compiler_gnu = yes && echo yes`
3437 ac_test_CXXFLAGS=${CXXFLAGS+set}
3438 ac_save_CXXFLAGS=$CXXFLAGS
3439 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3440 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3441 if test "${ac_cv_prog_cxx_g+set}" = set; then
3442 echo $ECHO_N "(cached) $ECHO_C" >&6
3443 else
3444 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3445 ac_cxx_werror_flag=yes
3446 ac_cv_prog_cxx_g=no
3447 CXXFLAGS="-g"
3448 cat >conftest.$ac_ext <<_ACEOF
3449 /* confdefs.h. */
3450 _ACEOF
3451 cat confdefs.h >>conftest.$ac_ext
3452 cat >>conftest.$ac_ext <<_ACEOF
3453 /* end confdefs.h. */
3456 main ()
3460 return 0;
3462 _ACEOF
3463 rm -f conftest.$ac_objext
3464 if { (ac_try="$ac_compile"
3465 case "(($ac_try" in
3466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3467 *) ac_try_echo=$ac_try;;
3468 esac
3469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3470 (eval "$ac_compile") 2>conftest.er1
3471 ac_status=$?
3472 grep -v '^ *+' conftest.er1 >conftest.err
3473 rm -f conftest.er1
3474 cat conftest.err >&5
3475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); } && {
3477 test -z "$ac_cxx_werror_flag" ||
3478 test ! -s conftest.err
3479 } && test -s conftest.$ac_objext; then
3480 ac_cv_prog_cxx_g=yes
3481 else
3482 echo "$as_me: failed program was:" >&5
3483 sed 's/^/| /' conftest.$ac_ext >&5
3485 CXXFLAGS=""
3486 cat >conftest.$ac_ext <<_ACEOF
3487 /* confdefs.h. */
3488 _ACEOF
3489 cat confdefs.h >>conftest.$ac_ext
3490 cat >>conftest.$ac_ext <<_ACEOF
3491 /* end confdefs.h. */
3494 main ()
3498 return 0;
3500 _ACEOF
3501 rm -f conftest.$ac_objext
3502 if { (ac_try="$ac_compile"
3503 case "(($ac_try" in
3504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3505 *) ac_try_echo=$ac_try;;
3506 esac
3507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3508 (eval "$ac_compile") 2>conftest.er1
3509 ac_status=$?
3510 grep -v '^ *+' conftest.er1 >conftest.err
3511 rm -f conftest.er1
3512 cat conftest.err >&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } && {
3515 test -z "$ac_cxx_werror_flag" ||
3516 test ! -s conftest.err
3517 } && test -s conftest.$ac_objext; then
3519 else
3520 echo "$as_me: failed program was:" >&5
3521 sed 's/^/| /' conftest.$ac_ext >&5
3523 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3524 CXXFLAGS="-g"
3525 cat >conftest.$ac_ext <<_ACEOF
3526 /* confdefs.h. */
3527 _ACEOF
3528 cat confdefs.h >>conftest.$ac_ext
3529 cat >>conftest.$ac_ext <<_ACEOF
3530 /* end confdefs.h. */
3533 main ()
3537 return 0;
3539 _ACEOF
3540 rm -f conftest.$ac_objext
3541 if { (ac_try="$ac_compile"
3542 case "(($ac_try" in
3543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3544 *) ac_try_echo=$ac_try;;
3545 esac
3546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3547 (eval "$ac_compile") 2>conftest.er1
3548 ac_status=$?
3549 grep -v '^ *+' conftest.er1 >conftest.err
3550 rm -f conftest.er1
3551 cat conftest.err >&5
3552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3553 (exit $ac_status); } && {
3554 test -z "$ac_cxx_werror_flag" ||
3555 test ! -s conftest.err
3556 } && test -s conftest.$ac_objext; then
3557 ac_cv_prog_cxx_g=yes
3558 else
3559 echo "$as_me: failed program was:" >&5
3560 sed 's/^/| /' conftest.$ac_ext >&5
3565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3572 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3574 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3575 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3576 if test "$ac_test_CXXFLAGS" = set; then
3577 CXXFLAGS=$ac_save_CXXFLAGS
3578 elif test $ac_cv_prog_cxx_g = yes; then
3579 if test "$GXX" = yes; then
3580 CXXFLAGS="-g -O2"
3581 else
3582 CXXFLAGS="-g"
3584 else
3585 if test "$GXX" = yes; then
3586 CXXFLAGS="-O2"
3587 else
3588 CXXFLAGS=
3591 ac_ext=c
3592 ac_cpp='$CPP $CPPFLAGS'
3593 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3597 if test -n "$ac_tool_prefix"; then
3598 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3599 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3602 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3603 echo $ECHO_N "(cached) $ECHO_C" >&6
3604 else
3605 if test -n "$CPPBIN"; then
3606 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3607 else
3608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3609 for as_dir in $PATH
3611 IFS=$as_save_IFS
3612 test -z "$as_dir" && as_dir=.
3613 for ac_exec_ext in '' $ac_executable_extensions; do
3614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3615 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3617 break 2
3619 done
3620 done
3621 IFS=$as_save_IFS
3625 CPPBIN=$ac_cv_prog_CPPBIN
3626 if test -n "$CPPBIN"; then
3627 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3628 echo "${ECHO_T}$CPPBIN" >&6; }
3629 else
3630 { echo "$as_me:$LINENO: result: no" >&5
3631 echo "${ECHO_T}no" >&6; }
3636 if test -z "$ac_cv_prog_CPPBIN"; then
3637 ac_ct_CPPBIN=$CPPBIN
3638 # Extract the first word of "cpp", so it can be a program name with args.
3639 set dummy cpp; ac_word=$2
3640 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3642 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3643 echo $ECHO_N "(cached) $ECHO_C" >&6
3644 else
3645 if test -n "$ac_ct_CPPBIN"; then
3646 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3647 else
3648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3649 for as_dir in $PATH
3651 IFS=$as_save_IFS
3652 test -z "$as_dir" && as_dir=.
3653 for ac_exec_ext in '' $ac_executable_extensions; do
3654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3655 ac_cv_prog_ac_ct_CPPBIN="cpp"
3656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3657 break 2
3659 done
3660 done
3661 IFS=$as_save_IFS
3665 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3666 if test -n "$ac_ct_CPPBIN"; then
3667 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3668 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3669 else
3670 { echo "$as_me:$LINENO: result: no" >&5
3671 echo "${ECHO_T}no" >&6; }
3674 if test "x$ac_ct_CPPBIN" = x; then
3675 CPPBIN="cpp"
3676 else
3677 case $cross_compiling:$ac_tool_warned in
3678 yes:)
3679 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3680 whose name does not start with the host triplet. If you think this
3681 configuration is useful to you, please write to autoconf@gnu.org." >&5
3682 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3683 whose name does not start with the host triplet. If you think this
3684 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3685 ac_tool_warned=yes ;;
3686 esac
3687 CPPBIN=$ac_ct_CPPBIN
3689 else
3690 CPPBIN="$ac_cv_prog_CPPBIN"
3694 cat >>confdefs.h <<_ACEOF
3695 #define EXEEXT "$ac_exeext"
3696 _ACEOF
3699 case $host in
3700 *-darwin*)
3701 if test "x$enable_win64" = "xyes"
3702 then
3703 CC="$CC -m64"
3704 CXX="$CXX -m64"
3705 LD="${LD:-ld} -arch x86_64"
3706 AS="${AS:-as} -arch x86_64"
3707 host_cpu="x86_64"
3708 notice_platform="64-bit "
3709 TARGETFLAGS="-m64"
3711 else
3712 CC="$CC -m32"
3713 CXX="$CXX -m32"
3714 LD="${LD:-ld} -arch i386"
3715 AS="${AS:-as} -arch i386"
3716 host_cpu="i386"
3717 notice_platform="32-bit "
3718 TARGETFLAGS="-m32"
3720 enable_win16=${enable_win16:-yes}
3723 x86_64*)
3724 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3725 then
3726 CC="$CC -m32"
3727 CXX="$CXX -m32"
3728 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3729 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3731 cat >conftest.$ac_ext <<_ACEOF
3732 /* confdefs.h. */
3733 _ACEOF
3734 cat confdefs.h >>conftest.$ac_ext
3735 cat >>conftest.$ac_ext <<_ACEOF
3736 /* end confdefs.h. */
3739 main ()
3743 return 0;
3745 _ACEOF
3746 rm -f conftest.$ac_objext conftest$ac_exeext
3747 if { (ac_try="$ac_link"
3748 case "(($ac_try" in
3749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3750 *) ac_try_echo=$ac_try;;
3751 esac
3752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3753 (eval "$ac_link") 2>conftest.er1
3754 ac_status=$?
3755 grep -v '^ *+' conftest.er1 >conftest.err
3756 rm -f conftest.er1
3757 cat conftest.err >&5
3758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3759 (exit $ac_status); } && {
3760 test -z "$ac_c_werror_flag" ||
3761 test ! -s conftest.err
3762 } && test -s conftest$ac_exeext &&
3763 $as_test_x conftest$ac_exeext; then
3764 { echo "$as_me:$LINENO: result: yes" >&5
3765 echo "${ECHO_T}yes" >&6; }
3766 else
3767 echo "$as_me: failed program was:" >&5
3768 sed 's/^/| /' conftest.$ac_ext >&5
3770 { echo "$as_me:$LINENO: result: no" >&5
3771 echo "${ECHO_T}no" >&6; }
3772 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3773 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3774 { (exit 1); exit 1; }; }
3777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3778 conftest$ac_exeext conftest.$ac_ext
3779 LD="${LD:-ld} -m elf_i386"
3780 AS="${AS:-as} --32"
3781 host_cpu="i386"
3782 notice_platform="32-bit "
3783 TARGETFLAGS="-m32"
3785 enable_win16=${enable_win16:-yes}
3786 else
3787 if test "x${GCC}" = "xyes"
3788 then
3789 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3790 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3791 cat >conftest.$ac_ext <<_ACEOF
3792 /* confdefs.h. */
3793 _ACEOF
3794 cat confdefs.h >>conftest.$ac_ext
3795 cat >>conftest.$ac_ext <<_ACEOF
3796 /* end confdefs.h. */
3797 #include <stdarg.h>
3799 main ()
3801 void func(__builtin_ms_va_list *args);
3803 return 0;
3805 _ACEOF
3806 rm -f conftest.$ac_objext
3807 if { (ac_try="$ac_compile"
3808 case "(($ac_try" in
3809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3810 *) ac_try_echo=$ac_try;;
3811 esac
3812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3813 (eval "$ac_compile") 2>conftest.er1
3814 ac_status=$?
3815 grep -v '^ *+' conftest.er1 >conftest.err
3816 rm -f conftest.er1
3817 cat conftest.err >&5
3818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3819 (exit $ac_status); } && {
3820 test -z "$ac_c_werror_flag" ||
3821 test ! -s conftest.err
3822 } && test -s conftest.$ac_objext; then
3823 { echo "$as_me:$LINENO: result: yes" >&5
3824 echo "${ECHO_T}yes" >&6; }
3825 else
3826 echo "$as_me: failed program was:" >&5
3827 sed 's/^/| /' conftest.$ac_ext >&5
3829 { echo "$as_me:$LINENO: result: no" >&5
3830 echo "${ECHO_T}no" >&6; }
3831 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3832 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3833 { (exit 1); exit 1; }; }
3836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3838 TARGETFLAGS="-m64"
3842 *-mingw32*|*-cygwin*)
3843 enable_win16=${enable_win16:-no}
3845 i[3456789]86*)
3846 enable_win16=${enable_win16:-yes}
3848 esac
3850 enable_win16=${enable_win16:-no}
3852 if test "x$enable_win16" != "xyes"
3853 then
3854 enable_w32skrnl=${enable_w32skrnl:-no}
3855 enable_winevdm=${enable_winevdm:-no}
3856 enable_wow32=${enable_wow32:-no}
3859 if test -n "$with_wine64"
3860 then
3861 if test "x$enable_win64" = "xyes"
3862 then
3863 { { echo "$as_me:$LINENO: error: --enable-win64 and --with-wine64 are mutually exclusive.
3864 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&5
3865 echo "$as_me: error: --enable-win64 and --with-wine64 are mutually exclusive.
3866 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&2;}
3867 { (exit 1); exit 1; }; }
3869 WOW64_DISABLE=\#
3871 enable_fonts=${enable_fonts:-no}
3872 enable_include=${enable_include:-no}
3873 enable_server=${enable_server:-no}
3874 enable_tools=${enable_tools:-no}
3875 enable_wineboot=${enable_wineboot:-no}
3876 enable_winedbg=${enable_winedbg:-no}
3877 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
3880 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3881 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3882 if test "${wine_cv_toolsdir+set}" = set; then
3883 echo $ECHO_N "(cached) $ECHO_C" >&6
3884 else
3885 wine_cv_toolsdir="$with_wine_tools"
3886 if test -z "$with_wine_tools"; then
3887 if test "$cross_compiling" = "yes"; then
3888 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3889 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3890 { (exit 1); exit 1; }; }
3891 elif test -n "$with_wine64"; then
3892 wine_cv_toolsdir="$with_wine64"
3895 if test -z "$wine_cv_toolsdir"; then
3896 wine_cv_toolsdir="\$(TOPOBJDIR)"
3897 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
3898 case "$wine_cv_toolsdir" in
3899 /*) ;;
3900 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
3901 esac
3902 else
3903 { { echo "$as_me:$LINENO: error: could not find Wine tools in $wine_cv_toolsdir" >&5
3904 echo "$as_me: error: could not find Wine tools in $wine_cv_toolsdir" >&2;}
3905 { (exit 1); exit 1; }; }
3908 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3909 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3910 TOOLSDIR=$wine_cv_toolsdir
3912 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3913 then
3914 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3918 for ac_prog in flex
3920 # Extract the first word of "$ac_prog", so it can be a program name with args.
3921 set dummy $ac_prog; ac_word=$2
3922 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3923 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3924 if test "${ac_cv_prog_FLEX+set}" = set; then
3925 echo $ECHO_N "(cached) $ECHO_C" >&6
3926 else
3927 if test -n "$FLEX"; then
3928 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3929 else
3930 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3931 for as_dir in $PATH
3933 IFS=$as_save_IFS
3934 test -z "$as_dir" && as_dir=.
3935 for ac_exec_ext in '' $ac_executable_extensions; do
3936 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3937 ac_cv_prog_FLEX="$ac_prog"
3938 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3939 break 2
3941 done
3942 done
3943 IFS=$as_save_IFS
3947 FLEX=$ac_cv_prog_FLEX
3948 if test -n "$FLEX"; then
3949 { echo "$as_me:$LINENO: result: $FLEX" >&5
3950 echo "${ECHO_T}$FLEX" >&6; }
3951 else
3952 { echo "$as_me:$LINENO: result: no" >&5
3953 echo "${ECHO_T}no" >&6; }
3957 test -n "$FLEX" && break
3958 done
3959 test -n "$FLEX" || FLEX="none"
3961 if test "$FLEX" = "none"
3962 then
3963 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3964 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3965 { (exit 1); exit 1; }; }
3967 { echo "$as_me:$LINENO: checking whether flex is recent enough" >&5
3968 echo $ECHO_N "checking whether flex is recent enough... $ECHO_C" >&6; }
3969 cat >conftest.l <<EOF
3970 %top{
3971 #include "prediluvian.h"
3975 if $FLEX -t conftest.l >/dev/null 2>&1
3976 then
3977 { echo "$as_me:$LINENO: result: yes" >&5
3978 echo "${ECHO_T}yes" >&6; }
3979 else
3980 { echo "$as_me:$LINENO: result: no" >&5
3981 echo "${ECHO_T}no" >&6; }
3982 { { echo "$as_me:$LINENO: error: Your flex version is too old. Please install flex version 2.5.33 or newer." >&5
3983 echo "$as_me: error: Your flex version is too old. Please install flex version 2.5.33 or newer." >&2;}
3984 { (exit 1); exit 1; }; }
3987 for ac_prog in bison
3989 # Extract the first word of "$ac_prog", so it can be a program name with args.
3990 set dummy $ac_prog; ac_word=$2
3991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3993 if test "${ac_cv_prog_BISON+set}" = set; then
3994 echo $ECHO_N "(cached) $ECHO_C" >&6
3995 else
3996 if test -n "$BISON"; then
3997 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3998 else
3999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4000 for as_dir in $PATH
4002 IFS=$as_save_IFS
4003 test -z "$as_dir" && as_dir=.
4004 for ac_exec_ext in '' $ac_executable_extensions; do
4005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4006 ac_cv_prog_BISON="$ac_prog"
4007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4008 break 2
4010 done
4011 done
4012 IFS=$as_save_IFS
4016 BISON=$ac_cv_prog_BISON
4017 if test -n "$BISON"; then
4018 { echo "$as_me:$LINENO: result: $BISON" >&5
4019 echo "${ECHO_T}$BISON" >&6; }
4020 else
4021 { echo "$as_me:$LINENO: result: no" >&5
4022 echo "${ECHO_T}no" >&6; }
4026 test -n "$BISON" && break
4027 done
4028 test -n "$BISON" || BISON="none"
4030 if test "$BISON" = "none"
4031 then
4032 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4033 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4034 { (exit 1); exit 1; }; }
4037 if test -n "$ac_tool_prefix"; then
4038 for ac_prog in ar gar
4040 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4041 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4042 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4043 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4044 if test "${ac_cv_prog_AR+set}" = set; then
4045 echo $ECHO_N "(cached) $ECHO_C" >&6
4046 else
4047 if test -n "$AR"; then
4048 ac_cv_prog_AR="$AR" # Let the user override the test.
4049 else
4050 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4051 for as_dir in $PATH
4053 IFS=$as_save_IFS
4054 test -z "$as_dir" && as_dir=.
4055 for ac_exec_ext in '' $ac_executable_extensions; do
4056 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4057 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4058 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4059 break 2
4061 done
4062 done
4063 IFS=$as_save_IFS
4067 AR=$ac_cv_prog_AR
4068 if test -n "$AR"; then
4069 { echo "$as_me:$LINENO: result: $AR" >&5
4070 echo "${ECHO_T}$AR" >&6; }
4071 else
4072 { echo "$as_me:$LINENO: result: no" >&5
4073 echo "${ECHO_T}no" >&6; }
4077 test -n "$AR" && break
4078 done
4080 if test -z "$AR"; then
4081 ac_ct_AR=$AR
4082 for ac_prog in ar gar
4084 # Extract the first word of "$ac_prog", so it can be a program name with args.
4085 set dummy $ac_prog; ac_word=$2
4086 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4087 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4088 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4089 echo $ECHO_N "(cached) $ECHO_C" >&6
4090 else
4091 if test -n "$ac_ct_AR"; then
4092 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4093 else
4094 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4095 for as_dir in $PATH
4097 IFS=$as_save_IFS
4098 test -z "$as_dir" && as_dir=.
4099 for ac_exec_ext in '' $ac_executable_extensions; do
4100 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4101 ac_cv_prog_ac_ct_AR="$ac_prog"
4102 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4103 break 2
4105 done
4106 done
4107 IFS=$as_save_IFS
4111 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4112 if test -n "$ac_ct_AR"; then
4113 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4114 echo "${ECHO_T}$ac_ct_AR" >&6; }
4115 else
4116 { echo "$as_me:$LINENO: result: no" >&5
4117 echo "${ECHO_T}no" >&6; }
4121 test -n "$ac_ct_AR" && break
4122 done
4124 if test "x$ac_ct_AR" = x; then
4125 AR="ar"
4126 else
4127 case $cross_compiling:$ac_tool_warned in
4128 yes:)
4129 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4130 whose name does not start with the host triplet. If you think this
4131 configuration is useful to you, please write to autoconf@gnu.org." >&5
4132 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4133 whose name does not start with the host triplet. If you think this
4134 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4135 ac_tool_warned=yes ;;
4136 esac
4137 AR=$ac_ct_AR
4141 ARFLAGS=rc
4143 if test -n "$ac_tool_prefix"; then
4144 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4145 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4146 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4147 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4148 if test "${ac_cv_prog_RANLIB+set}" = set; then
4149 echo $ECHO_N "(cached) $ECHO_C" >&6
4150 else
4151 if test -n "$RANLIB"; then
4152 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4153 else
4154 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4155 for as_dir in $PATH
4157 IFS=$as_save_IFS
4158 test -z "$as_dir" && as_dir=.
4159 for ac_exec_ext in '' $ac_executable_extensions; do
4160 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4161 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4162 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4163 break 2
4165 done
4166 done
4167 IFS=$as_save_IFS
4171 RANLIB=$ac_cv_prog_RANLIB
4172 if test -n "$RANLIB"; then
4173 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4174 echo "${ECHO_T}$RANLIB" >&6; }
4175 else
4176 { echo "$as_me:$LINENO: result: no" >&5
4177 echo "${ECHO_T}no" >&6; }
4182 if test -z "$ac_cv_prog_RANLIB"; then
4183 ac_ct_RANLIB=$RANLIB
4184 # Extract the first word of "ranlib", so it can be a program name with args.
4185 set dummy ranlib; ac_word=$2
4186 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4187 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4188 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4189 echo $ECHO_N "(cached) $ECHO_C" >&6
4190 else
4191 if test -n "$ac_ct_RANLIB"; then
4192 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4193 else
4194 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4195 for as_dir in $PATH
4197 IFS=$as_save_IFS
4198 test -z "$as_dir" && as_dir=.
4199 for ac_exec_ext in '' $ac_executable_extensions; do
4200 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4201 ac_cv_prog_ac_ct_RANLIB="ranlib"
4202 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4203 break 2
4205 done
4206 done
4207 IFS=$as_save_IFS
4211 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4212 if test -n "$ac_ct_RANLIB"; then
4213 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4214 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4215 else
4216 { echo "$as_me:$LINENO: result: no" >&5
4217 echo "${ECHO_T}no" >&6; }
4220 if test "x$ac_ct_RANLIB" = x; then
4221 RANLIB=":"
4222 else
4223 case $cross_compiling:$ac_tool_warned in
4224 yes:)
4225 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4226 whose name does not start with the host triplet. If you think this
4227 configuration is useful to you, please write to autoconf@gnu.org." >&5
4228 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4229 whose name does not start with the host triplet. If you think this
4230 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4231 ac_tool_warned=yes ;;
4232 esac
4233 RANLIB=$ac_ct_RANLIB
4235 else
4236 RANLIB="$ac_cv_prog_RANLIB"
4239 if test -n "$ac_tool_prefix"; then
4240 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4241 set dummy ${ac_tool_prefix}strip; ac_word=$2
4242 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4243 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4244 if test "${ac_cv_prog_STRIP+set}" = set; then
4245 echo $ECHO_N "(cached) $ECHO_C" >&6
4246 else
4247 if test -n "$STRIP"; then
4248 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4249 else
4250 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4251 for as_dir in $PATH
4253 IFS=$as_save_IFS
4254 test -z "$as_dir" && as_dir=.
4255 for ac_exec_ext in '' $ac_executable_extensions; do
4256 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4257 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4258 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4259 break 2
4261 done
4262 done
4263 IFS=$as_save_IFS
4267 STRIP=$ac_cv_prog_STRIP
4268 if test -n "$STRIP"; then
4269 { echo "$as_me:$LINENO: result: $STRIP" >&5
4270 echo "${ECHO_T}$STRIP" >&6; }
4271 else
4272 { echo "$as_me:$LINENO: result: no" >&5
4273 echo "${ECHO_T}no" >&6; }
4278 if test -z "$ac_cv_prog_STRIP"; then
4279 ac_ct_STRIP=$STRIP
4280 # Extract the first word of "strip", so it can be a program name with args.
4281 set dummy strip; ac_word=$2
4282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4284 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4285 echo $ECHO_N "(cached) $ECHO_C" >&6
4286 else
4287 if test -n "$ac_ct_STRIP"; then
4288 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4289 else
4290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4291 for as_dir in $PATH
4293 IFS=$as_save_IFS
4294 test -z "$as_dir" && as_dir=.
4295 for ac_exec_ext in '' $ac_executable_extensions; do
4296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4297 ac_cv_prog_ac_ct_STRIP="strip"
4298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4299 break 2
4301 done
4302 done
4303 IFS=$as_save_IFS
4307 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4308 if test -n "$ac_ct_STRIP"; then
4309 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4310 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4311 else
4312 { echo "$as_me:$LINENO: result: no" >&5
4313 echo "${ECHO_T}no" >&6; }
4316 if test "x$ac_ct_STRIP" = x; then
4317 STRIP="strip"
4318 else
4319 case $cross_compiling:$ac_tool_warned in
4320 yes:)
4321 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4322 whose name does not start with the host triplet. If you think this
4323 configuration is useful to you, please write to autoconf@gnu.org." >&5
4324 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4325 whose name does not start with the host triplet. If you think this
4326 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4327 ac_tool_warned=yes ;;
4328 esac
4329 STRIP=$ac_ct_STRIP
4331 else
4332 STRIP="$ac_cv_prog_STRIP"
4335 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4336 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4337 LN_S=$as_ln_s
4338 if test "$LN_S" = "ln -s"; then
4339 { echo "$as_me:$LINENO: result: yes" >&5
4340 echo "${ECHO_T}yes" >&6; }
4341 else
4342 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4343 echo "${ECHO_T}no, using $LN_S" >&6; }
4346 { echo "$as_me:$LINENO: checking whether ln works" >&5
4347 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4348 rm -f conf$$ conf$$.file
4349 echo >conf$$.file
4350 if ln conf$$.file conf$$ 2>/dev/null; then
4351 LN=ln
4353 { echo "$as_me:$LINENO: result: yes" >&5
4354 echo "${ECHO_T}yes" >&6; }
4355 else
4356 LN="cp -p"
4358 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4359 echo "${ECHO_T}no, using $LN" >&6; }
4361 rm -f conf$$ conf$$.file
4362 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4363 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4364 if test "${ac_cv_path_GREP+set}" = set; then
4365 echo $ECHO_N "(cached) $ECHO_C" >&6
4366 else
4367 # Extract the first word of "grep ggrep" to use in msg output
4368 if test -z "$GREP"; then
4369 set dummy grep ggrep; ac_prog_name=$2
4370 if test "${ac_cv_path_GREP+set}" = set; then
4371 echo $ECHO_N "(cached) $ECHO_C" >&6
4372 else
4373 ac_path_GREP_found=false
4374 # Loop through the user's path and test for each of PROGNAME-LIST
4375 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4376 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4378 IFS=$as_save_IFS
4379 test -z "$as_dir" && as_dir=.
4380 for ac_prog in grep ggrep; do
4381 for ac_exec_ext in '' $ac_executable_extensions; do
4382 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4383 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4384 # Check for GNU ac_path_GREP and select it if it is found.
4385 # Check for GNU $ac_path_GREP
4386 case `"$ac_path_GREP" --version 2>&1` in
4387 *GNU*)
4388 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4390 ac_count=0
4391 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4392 while :
4394 cat "conftest.in" "conftest.in" >"conftest.tmp"
4395 mv "conftest.tmp" "conftest.in"
4396 cp "conftest.in" "conftest.nl"
4397 echo 'GREP' >> "conftest.nl"
4398 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4399 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4400 ac_count=`expr $ac_count + 1`
4401 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4402 # Best one so far, save it but keep looking for a better one
4403 ac_cv_path_GREP="$ac_path_GREP"
4404 ac_path_GREP_max=$ac_count
4406 # 10*(2^10) chars as input seems more than enough
4407 test $ac_count -gt 10 && break
4408 done
4409 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4410 esac
4413 $ac_path_GREP_found && break 3
4414 done
4415 done
4417 done
4418 IFS=$as_save_IFS
4423 GREP="$ac_cv_path_GREP"
4424 if test -z "$GREP"; then
4425 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4426 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4427 { (exit 1); exit 1; }; }
4430 else
4431 ac_cv_path_GREP=$GREP
4436 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4437 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4438 GREP="$ac_cv_path_GREP"
4441 { echo "$as_me:$LINENO: checking for egrep" >&5
4442 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4443 if test "${ac_cv_path_EGREP+set}" = set; then
4444 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 else
4446 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4447 then ac_cv_path_EGREP="$GREP -E"
4448 else
4449 # Extract the first word of "egrep" to use in msg output
4450 if test -z "$EGREP"; then
4451 set dummy egrep; ac_prog_name=$2
4452 if test "${ac_cv_path_EGREP+set}" = set; then
4453 echo $ECHO_N "(cached) $ECHO_C" >&6
4454 else
4455 ac_path_EGREP_found=false
4456 # Loop through the user's path and test for each of PROGNAME-LIST
4457 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4458 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4460 IFS=$as_save_IFS
4461 test -z "$as_dir" && as_dir=.
4462 for ac_prog in egrep; do
4463 for ac_exec_ext in '' $ac_executable_extensions; do
4464 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4465 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4466 # Check for GNU ac_path_EGREP and select it if it is found.
4467 # Check for GNU $ac_path_EGREP
4468 case `"$ac_path_EGREP" --version 2>&1` in
4469 *GNU*)
4470 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4472 ac_count=0
4473 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4474 while :
4476 cat "conftest.in" "conftest.in" >"conftest.tmp"
4477 mv "conftest.tmp" "conftest.in"
4478 cp "conftest.in" "conftest.nl"
4479 echo 'EGREP' >> "conftest.nl"
4480 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4481 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4482 ac_count=`expr $ac_count + 1`
4483 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4484 # Best one so far, save it but keep looking for a better one
4485 ac_cv_path_EGREP="$ac_path_EGREP"
4486 ac_path_EGREP_max=$ac_count
4488 # 10*(2^10) chars as input seems more than enough
4489 test $ac_count -gt 10 && break
4490 done
4491 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4492 esac
4495 $ac_path_EGREP_found && break 3
4496 done
4497 done
4499 done
4500 IFS=$as_save_IFS
4505 EGREP="$ac_cv_path_EGREP"
4506 if test -z "$EGREP"; then
4507 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4508 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4509 { (exit 1); exit 1; }; }
4512 else
4513 ac_cv_path_EGREP=$EGREP
4519 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4520 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4521 EGREP="$ac_cv_path_EGREP"
4524 # Extract the first word of "ldconfig", so it can be a program name with args.
4525 set dummy ldconfig; ac_word=$2
4526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4528 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4529 echo $ECHO_N "(cached) $ECHO_C" >&6
4530 else
4531 case $LDCONFIG in
4532 [\\/]* | ?:[\\/]*)
4533 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4536 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4537 for as_dir in /sbin /usr/sbin $PATH
4539 IFS=$as_save_IFS
4540 test -z "$as_dir" && as_dir=.
4541 for ac_exec_ext in '' $ac_executable_extensions; do
4542 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4543 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4544 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4545 break 2
4547 done
4548 done
4549 IFS=$as_save_IFS
4551 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4553 esac
4555 LDCONFIG=$ac_cv_path_LDCONFIG
4556 if test -n "$LDCONFIG"; then
4557 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4558 echo "${ECHO_T}$LDCONFIG" >&6; }
4559 else
4560 { echo "$as_me:$LINENO: result: no" >&5
4561 echo "${ECHO_T}no" >&6; }
4565 # Find a good install program. We prefer a C program (faster),
4566 # so one script is as good as another. But avoid the broken or
4567 # incompatible versions:
4568 # SysV /etc/install, /usr/sbin/install
4569 # SunOS /usr/etc/install
4570 # IRIX /sbin/install
4571 # AIX /bin/install
4572 # AmigaOS /C/install, which installs bootblocks on floppy discs
4573 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4574 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4575 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4576 # OS/2's system install, which has a completely different semantic
4577 # ./install, which can be erroneously created by make from ./install.sh.
4578 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4579 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4580 if test -z "$INSTALL"; then
4581 if test "${ac_cv_path_install+set}" = set; then
4582 echo $ECHO_N "(cached) $ECHO_C" >&6
4583 else
4584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4585 for as_dir in $PATH
4587 IFS=$as_save_IFS
4588 test -z "$as_dir" && as_dir=.
4589 # Account for people who put trailing slashes in PATH elements.
4590 case $as_dir/ in
4591 ./ | .// | /cC/* | \
4592 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4593 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4594 /usr/ucb/* ) ;;
4596 # OSF1 and SCO ODT 3.0 have their own names for install.
4597 # Don't use installbsd from OSF since it installs stuff as root
4598 # by default.
4599 for ac_prog in ginstall scoinst install; do
4600 for ac_exec_ext in '' $ac_executable_extensions; do
4601 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4602 if test $ac_prog = install &&
4603 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4604 # AIX install. It has an incompatible calling convention.
4606 elif test $ac_prog = install &&
4607 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4608 # program-specific install script used by HP pwplus--don't use.
4610 else
4611 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4612 break 3
4615 done
4616 done
4618 esac
4619 done
4620 IFS=$as_save_IFS
4624 if test "${ac_cv_path_install+set}" = set; then
4625 INSTALL=$ac_cv_path_install
4626 else
4627 # As a last resort, use the slow shell script. Don't cache a
4628 # value for INSTALL within a source directory, because that will
4629 # break other packages using the cache if that directory is
4630 # removed, or if the value is a relative name.
4631 INSTALL=$ac_install_sh
4634 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4635 echo "${ECHO_T}$INSTALL" >&6; }
4637 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4638 # It thinks the first close brace ends the variable substitution.
4639 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4641 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4643 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4645 case "$INSTALL" in
4646 [\\/$]* | ?:[\\/]* ) ;;
4647 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4648 esac
4650 for ac_prog in lclint lint
4652 # Extract the first word of "$ac_prog", so it can be a program name with args.
4653 set dummy $ac_prog; ac_word=$2
4654 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4655 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4656 if test "${ac_cv_prog_LINT+set}" = set; then
4657 echo $ECHO_N "(cached) $ECHO_C" >&6
4658 else
4659 if test -n "$LINT"; then
4660 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4661 else
4662 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4663 for as_dir in $PATH
4665 IFS=$as_save_IFS
4666 test -z "$as_dir" && as_dir=.
4667 for ac_exec_ext in '' $ac_executable_extensions; do
4668 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4669 ac_cv_prog_LINT="$ac_prog"
4670 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4671 break 2
4673 done
4674 done
4675 IFS=$as_save_IFS
4679 LINT=$ac_cv_prog_LINT
4680 if test -n "$LINT"; then
4681 { echo "$as_me:$LINENO: result: $LINT" >&5
4682 echo "${ECHO_T}$LINT" >&6; }
4683 else
4684 { echo "$as_me:$LINENO: result: no" >&5
4685 echo "${ECHO_T}no" >&6; }
4689 test -n "$LINT" && break
4690 done
4692 if test "$LINT" = "lint"
4693 then
4694 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4699 for ac_prog in fontforge
4701 # Extract the first word of "$ac_prog", so it can be a program name with args.
4702 set dummy $ac_prog; ac_word=$2
4703 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4704 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4705 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4706 echo $ECHO_N "(cached) $ECHO_C" >&6
4707 else
4708 if test -n "$FONTFORGE"; then
4709 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4710 else
4711 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4712 for as_dir in $PATH
4714 IFS=$as_save_IFS
4715 test -z "$as_dir" && as_dir=.
4716 for ac_exec_ext in '' $ac_executable_extensions; do
4717 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4718 ac_cv_prog_FONTFORGE="$ac_prog"
4719 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4720 break 2
4722 done
4723 done
4724 IFS=$as_save_IFS
4728 FONTFORGE=$ac_cv_prog_FONTFORGE
4729 if test -n "$FONTFORGE"; then
4730 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4731 echo "${ECHO_T}$FONTFORGE" >&6; }
4732 else
4733 { echo "$as_me:$LINENO: result: no" >&5
4734 echo "${ECHO_T}no" >&6; }
4738 test -n "$FONTFORGE" && break
4739 done
4740 test -n "$FONTFORGE" || FONTFORGE="false"
4742 for ac_prog in pkg-config
4744 # Extract the first word of "$ac_prog", so it can be a program name with args.
4745 set dummy $ac_prog; ac_word=$2
4746 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4747 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4748 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4750 else
4751 if test -n "$PKG_CONFIG"; then
4752 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4753 else
4754 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4755 for as_dir in $PATH
4757 IFS=$as_save_IFS
4758 test -z "$as_dir" && as_dir=.
4759 for ac_exec_ext in '' $ac_executable_extensions; do
4760 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4761 ac_cv_prog_PKG_CONFIG="$ac_prog"
4762 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4763 break 2
4765 done
4766 done
4767 IFS=$as_save_IFS
4771 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4772 if test -n "$PKG_CONFIG"; then
4773 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4774 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4775 else
4776 { echo "$as_me:$LINENO: result: no" >&5
4777 echo "${ECHO_T}no" >&6; }
4781 test -n "$PKG_CONFIG" && break
4782 done
4783 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4785 for ac_prog in rsvg
4787 # Extract the first word of "$ac_prog", so it can be a program name with args.
4788 set dummy $ac_prog; ac_word=$2
4789 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4790 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4791 if test "${ac_cv_prog_RSVG+set}" = set; then
4792 echo $ECHO_N "(cached) $ECHO_C" >&6
4793 else
4794 if test -n "$RSVG"; then
4795 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4796 else
4797 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4798 for as_dir in $PATH
4800 IFS=$as_save_IFS
4801 test -z "$as_dir" && as_dir=.
4802 for ac_exec_ext in '' $ac_executable_extensions; do
4803 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4804 ac_cv_prog_RSVG="$ac_prog"
4805 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4806 break 2
4808 done
4809 done
4810 IFS=$as_save_IFS
4814 RSVG=$ac_cv_prog_RSVG
4815 if test -n "$RSVG"; then
4816 { echo "$as_me:$LINENO: result: $RSVG" >&5
4817 echo "${ECHO_T}$RSVG" >&6; }
4818 else
4819 { echo "$as_me:$LINENO: result: no" >&5
4820 echo "${ECHO_T}no" >&6; }
4824 test -n "$RSVG" && break
4825 done
4826 test -n "$RSVG" || RSVG="false"
4828 for ac_prog in icotool
4830 # Extract the first word of "$ac_prog", so it can be a program name with args.
4831 set dummy $ac_prog; ac_word=$2
4832 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4833 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4834 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4835 echo $ECHO_N "(cached) $ECHO_C" >&6
4836 else
4837 if test -n "$ICOTOOL"; then
4838 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4839 else
4840 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4841 for as_dir in $PATH
4843 IFS=$as_save_IFS
4844 test -z "$as_dir" && as_dir=.
4845 for ac_exec_ext in '' $ac_executable_extensions; do
4846 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4847 ac_cv_prog_ICOTOOL="$ac_prog"
4848 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4849 break 2
4851 done
4852 done
4853 IFS=$as_save_IFS
4857 ICOTOOL=$ac_cv_prog_ICOTOOL
4858 if test -n "$ICOTOOL"; then
4859 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4860 echo "${ECHO_T}$ICOTOOL" >&6; }
4861 else
4862 { echo "$as_me:$LINENO: result: no" >&5
4863 echo "${ECHO_T}no" >&6; }
4867 test -n "$ICOTOOL" && break
4868 done
4869 test -n "$ICOTOOL" || ICOTOOL="false"
4872 if test "${enable_maintainer_mode+set}" = set
4873 then
4874 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4875 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4876 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4879 case $host_cpu in
4880 *i[3456789]86*)
4881 # Extract the first word of "prelink", so it can be a program name with args.
4882 set dummy prelink; ac_word=$2
4883 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4884 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4885 if test "${ac_cv_path_PRELINK+set}" = set; then
4886 echo $ECHO_N "(cached) $ECHO_C" >&6
4887 else
4888 case $PRELINK in
4889 [\\/]* | ?:[\\/]*)
4890 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4893 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4894 for as_dir in /sbin /usr/sbin $PATH
4896 IFS=$as_save_IFS
4897 test -z "$as_dir" && as_dir=.
4898 for ac_exec_ext in '' $ac_executable_extensions; do
4899 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4900 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4901 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4902 break 2
4904 done
4905 done
4906 IFS=$as_save_IFS
4908 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4910 esac
4912 PRELINK=$ac_cv_path_PRELINK
4913 if test -n "$PRELINK"; then
4914 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4915 echo "${ECHO_T}$PRELINK" >&6; }
4916 else
4917 { echo "$as_me:$LINENO: result: no" >&5
4918 echo "${ECHO_T}no" >&6; }
4923 esac
4927 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4928 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4929 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4930 echo $ECHO_N "(cached) $ECHO_C" >&6
4931 else
4932 ac_check_lib_save_LIBS=$LIBS
4933 LIBS="-li386 $LIBS"
4934 cat >conftest.$ac_ext <<_ACEOF
4935 /* confdefs.h. */
4936 _ACEOF
4937 cat confdefs.h >>conftest.$ac_ext
4938 cat >>conftest.$ac_ext <<_ACEOF
4939 /* end confdefs.h. */
4941 /* Override any GCC internal prototype to avoid an error.
4942 Use char because int might match the return type of a GCC
4943 builtin and then its argument prototype would still apply. */
4944 #ifdef __cplusplus
4945 extern "C"
4946 #endif
4947 char i386_set_ldt ();
4949 main ()
4951 return i386_set_ldt ();
4953 return 0;
4955 _ACEOF
4956 rm -f conftest.$ac_objext conftest$ac_exeext
4957 if { (ac_try="$ac_link"
4958 case "(($ac_try" in
4959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4960 *) ac_try_echo=$ac_try;;
4961 esac
4962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4963 (eval "$ac_link") 2>conftest.er1
4964 ac_status=$?
4965 grep -v '^ *+' conftest.er1 >conftest.err
4966 rm -f conftest.er1
4967 cat conftest.err >&5
4968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4969 (exit $ac_status); } && {
4970 test -z "$ac_c_werror_flag" ||
4971 test ! -s conftest.err
4972 } && test -s conftest$ac_exeext &&
4973 $as_test_x conftest$ac_exeext; then
4974 ac_cv_lib_i386_i386_set_ldt=yes
4975 else
4976 echo "$as_me: failed program was:" >&5
4977 sed 's/^/| /' conftest.$ac_ext >&5
4979 ac_cv_lib_i386_i386_set_ldt=no
4982 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4983 conftest$ac_exeext conftest.$ac_ext
4984 LIBS=$ac_check_lib_save_LIBS
4986 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4987 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4988 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4989 cat >>confdefs.h <<_ACEOF
4990 #define HAVE_LIBI386 1
4991 _ACEOF
4993 LIBS="-li386 $LIBS"
4998 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4999 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
5000 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
5001 echo $ECHO_N "(cached) $ECHO_C" >&6
5002 else
5003 ac_check_lib_save_LIBS=$LIBS
5004 LIBS="-lossaudio $LIBS"
5005 cat >conftest.$ac_ext <<_ACEOF
5006 /* confdefs.h. */
5007 _ACEOF
5008 cat confdefs.h >>conftest.$ac_ext
5009 cat >>conftest.$ac_ext <<_ACEOF
5010 /* end confdefs.h. */
5012 /* Override any GCC internal prototype to avoid an error.
5013 Use char because int might match the return type of a GCC
5014 builtin and then its argument prototype would still apply. */
5015 #ifdef __cplusplus
5016 extern "C"
5017 #endif
5018 char _oss_ioctl ();
5020 main ()
5022 return _oss_ioctl ();
5024 return 0;
5026 _ACEOF
5027 rm -f conftest.$ac_objext conftest$ac_exeext
5028 if { (ac_try="$ac_link"
5029 case "(($ac_try" in
5030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5031 *) ac_try_echo=$ac_try;;
5032 esac
5033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5034 (eval "$ac_link") 2>conftest.er1
5035 ac_status=$?
5036 grep -v '^ *+' conftest.er1 >conftest.err
5037 rm -f conftest.er1
5038 cat conftest.err >&5
5039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5040 (exit $ac_status); } && {
5041 test -z "$ac_c_werror_flag" ||
5042 test ! -s conftest.err
5043 } && test -s conftest$ac_exeext &&
5044 $as_test_x conftest$ac_exeext; then
5045 ac_cv_lib_ossaudio__oss_ioctl=yes
5046 else
5047 echo "$as_me: failed program was:" >&5
5048 sed 's/^/| /' conftest.$ac_ext >&5
5050 ac_cv_lib_ossaudio__oss_ioctl=no
5053 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5054 conftest$ac_exeext conftest.$ac_ext
5055 LIBS=$ac_check_lib_save_LIBS
5057 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5058 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5059 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5060 cat >>confdefs.h <<_ACEOF
5061 #define HAVE_LIBOSSAUDIO 1
5062 _ACEOF
5064 LIBS="-lossaudio $LIBS"
5069 XLIB=""
5071 OPENGL_LIBS=""
5075 # Check whether --enable-largefile was given.
5076 if test "${enable_largefile+set}" = set; then
5077 enableval=$enable_largefile;
5080 if test "$enable_largefile" != no; then
5082 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5083 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5084 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5085 echo $ECHO_N "(cached) $ECHO_C" >&6
5086 else
5087 ac_cv_sys_largefile_CC=no
5088 if test "$GCC" != yes; then
5089 ac_save_CC=$CC
5090 while :; do
5091 # IRIX 6.2 and later do not support large files by default,
5092 # so use the C compiler's -n32 option if that helps.
5093 cat >conftest.$ac_ext <<_ACEOF
5094 /* confdefs.h. */
5095 _ACEOF
5096 cat confdefs.h >>conftest.$ac_ext
5097 cat >>conftest.$ac_ext <<_ACEOF
5098 /* end confdefs.h. */
5099 #include <sys/types.h>
5100 /* Check that off_t can represent 2**63 - 1 correctly.
5101 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5102 since some C++ compilers masquerading as C compilers
5103 incorrectly reject 9223372036854775807. */
5104 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5105 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5106 && LARGE_OFF_T % 2147483647 == 1)
5107 ? 1 : -1];
5109 main ()
5113 return 0;
5115 _ACEOF
5116 rm -f conftest.$ac_objext
5117 if { (ac_try="$ac_compile"
5118 case "(($ac_try" in
5119 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5120 *) ac_try_echo=$ac_try;;
5121 esac
5122 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5123 (eval "$ac_compile") 2>conftest.er1
5124 ac_status=$?
5125 grep -v '^ *+' conftest.er1 >conftest.err
5126 rm -f conftest.er1
5127 cat conftest.err >&5
5128 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5129 (exit $ac_status); } && {
5130 test -z "$ac_c_werror_flag" ||
5131 test ! -s conftest.err
5132 } && test -s conftest.$ac_objext; then
5133 break
5134 else
5135 echo "$as_me: failed program was:" >&5
5136 sed 's/^/| /' conftest.$ac_ext >&5
5141 rm -f core conftest.err conftest.$ac_objext
5142 CC="$CC -n32"
5143 rm -f conftest.$ac_objext
5144 if { (ac_try="$ac_compile"
5145 case "(($ac_try" in
5146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5147 *) ac_try_echo=$ac_try;;
5148 esac
5149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5150 (eval "$ac_compile") 2>conftest.er1
5151 ac_status=$?
5152 grep -v '^ *+' conftest.er1 >conftest.err
5153 rm -f conftest.er1
5154 cat conftest.err >&5
5155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5156 (exit $ac_status); } && {
5157 test -z "$ac_c_werror_flag" ||
5158 test ! -s conftest.err
5159 } && test -s conftest.$ac_objext; then
5160 ac_cv_sys_largefile_CC=' -n32'; break
5161 else
5162 echo "$as_me: failed program was:" >&5
5163 sed 's/^/| /' conftest.$ac_ext >&5
5168 rm -f core conftest.err conftest.$ac_objext
5169 break
5170 done
5171 CC=$ac_save_CC
5172 rm -f conftest.$ac_ext
5175 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5176 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5177 if test "$ac_cv_sys_largefile_CC" != no; then
5178 CC=$CC$ac_cv_sys_largefile_CC
5181 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5182 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5183 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5184 echo $ECHO_N "(cached) $ECHO_C" >&6
5185 else
5186 while :; do
5187 cat >conftest.$ac_ext <<_ACEOF
5188 /* confdefs.h. */
5189 _ACEOF
5190 cat confdefs.h >>conftest.$ac_ext
5191 cat >>conftest.$ac_ext <<_ACEOF
5192 /* end confdefs.h. */
5193 #include <sys/types.h>
5194 /* Check that off_t can represent 2**63 - 1 correctly.
5195 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5196 since some C++ compilers masquerading as C compilers
5197 incorrectly reject 9223372036854775807. */
5198 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5199 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5200 && LARGE_OFF_T % 2147483647 == 1)
5201 ? 1 : -1];
5203 main ()
5207 return 0;
5209 _ACEOF
5210 rm -f conftest.$ac_objext
5211 if { (ac_try="$ac_compile"
5212 case "(($ac_try" in
5213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5214 *) ac_try_echo=$ac_try;;
5215 esac
5216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5217 (eval "$ac_compile") 2>conftest.er1
5218 ac_status=$?
5219 grep -v '^ *+' conftest.er1 >conftest.err
5220 rm -f conftest.er1
5221 cat conftest.err >&5
5222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5223 (exit $ac_status); } && {
5224 test -z "$ac_c_werror_flag" ||
5225 test ! -s conftest.err
5226 } && test -s conftest.$ac_objext; then
5227 ac_cv_sys_file_offset_bits=no; break
5228 else
5229 echo "$as_me: failed program was:" >&5
5230 sed 's/^/| /' conftest.$ac_ext >&5
5235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5236 cat >conftest.$ac_ext <<_ACEOF
5237 /* confdefs.h. */
5238 _ACEOF
5239 cat confdefs.h >>conftest.$ac_ext
5240 cat >>conftest.$ac_ext <<_ACEOF
5241 /* end confdefs.h. */
5242 #define _FILE_OFFSET_BITS 64
5243 #include <sys/types.h>
5244 /* Check that off_t can represent 2**63 - 1 correctly.
5245 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5246 since some C++ compilers masquerading as C compilers
5247 incorrectly reject 9223372036854775807. */
5248 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5249 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5250 && LARGE_OFF_T % 2147483647 == 1)
5251 ? 1 : -1];
5253 main ()
5257 return 0;
5259 _ACEOF
5260 rm -f conftest.$ac_objext
5261 if { (ac_try="$ac_compile"
5262 case "(($ac_try" in
5263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5264 *) ac_try_echo=$ac_try;;
5265 esac
5266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5267 (eval "$ac_compile") 2>conftest.er1
5268 ac_status=$?
5269 grep -v '^ *+' conftest.er1 >conftest.err
5270 rm -f conftest.er1
5271 cat conftest.err >&5
5272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5273 (exit $ac_status); } && {
5274 test -z "$ac_c_werror_flag" ||
5275 test ! -s conftest.err
5276 } && test -s conftest.$ac_objext; then
5277 ac_cv_sys_file_offset_bits=64; break
5278 else
5279 echo "$as_me: failed program was:" >&5
5280 sed 's/^/| /' conftest.$ac_ext >&5
5285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5286 ac_cv_sys_file_offset_bits=unknown
5287 break
5288 done
5290 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5291 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5292 case $ac_cv_sys_file_offset_bits in #(
5293 no | unknown) ;;
5295 cat >>confdefs.h <<_ACEOF
5296 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5297 _ACEOF
5299 esac
5300 rm -f conftest*
5301 if test $ac_cv_sys_file_offset_bits = unknown; then
5302 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5303 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5304 if test "${ac_cv_sys_large_files+set}" = set; then
5305 echo $ECHO_N "(cached) $ECHO_C" >&6
5306 else
5307 while :; do
5308 cat >conftest.$ac_ext <<_ACEOF
5309 /* confdefs.h. */
5310 _ACEOF
5311 cat confdefs.h >>conftest.$ac_ext
5312 cat >>conftest.$ac_ext <<_ACEOF
5313 /* end confdefs.h. */
5314 #include <sys/types.h>
5315 /* Check that off_t can represent 2**63 - 1 correctly.
5316 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5317 since some C++ compilers masquerading as C compilers
5318 incorrectly reject 9223372036854775807. */
5319 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5320 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5321 && LARGE_OFF_T % 2147483647 == 1)
5322 ? 1 : -1];
5324 main ()
5328 return 0;
5330 _ACEOF
5331 rm -f conftest.$ac_objext
5332 if { (ac_try="$ac_compile"
5333 case "(($ac_try" in
5334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5335 *) ac_try_echo=$ac_try;;
5336 esac
5337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5338 (eval "$ac_compile") 2>conftest.er1
5339 ac_status=$?
5340 grep -v '^ *+' conftest.er1 >conftest.err
5341 rm -f conftest.er1
5342 cat conftest.err >&5
5343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5344 (exit $ac_status); } && {
5345 test -z "$ac_c_werror_flag" ||
5346 test ! -s conftest.err
5347 } && test -s conftest.$ac_objext; then
5348 ac_cv_sys_large_files=no; break
5349 else
5350 echo "$as_me: failed program was:" >&5
5351 sed 's/^/| /' conftest.$ac_ext >&5
5356 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5357 cat >conftest.$ac_ext <<_ACEOF
5358 /* confdefs.h. */
5359 _ACEOF
5360 cat confdefs.h >>conftest.$ac_ext
5361 cat >>conftest.$ac_ext <<_ACEOF
5362 /* end confdefs.h. */
5363 #define _LARGE_FILES 1
5364 #include <sys/types.h>
5365 /* Check that off_t can represent 2**63 - 1 correctly.
5366 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5367 since some C++ compilers masquerading as C compilers
5368 incorrectly reject 9223372036854775807. */
5369 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5370 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5371 && LARGE_OFF_T % 2147483647 == 1)
5372 ? 1 : -1];
5374 main ()
5378 return 0;
5380 _ACEOF
5381 rm -f conftest.$ac_objext
5382 if { (ac_try="$ac_compile"
5383 case "(($ac_try" in
5384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5385 *) ac_try_echo=$ac_try;;
5386 esac
5387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5388 (eval "$ac_compile") 2>conftest.er1
5389 ac_status=$?
5390 grep -v '^ *+' conftest.er1 >conftest.err
5391 rm -f conftest.er1
5392 cat conftest.err >&5
5393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5394 (exit $ac_status); } && {
5395 test -z "$ac_c_werror_flag" ||
5396 test ! -s conftest.err
5397 } && test -s conftest.$ac_objext; then
5398 ac_cv_sys_large_files=1; break
5399 else
5400 echo "$as_me: failed program was:" >&5
5401 sed 's/^/| /' conftest.$ac_ext >&5
5406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5407 ac_cv_sys_large_files=unknown
5408 break
5409 done
5411 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5412 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5413 case $ac_cv_sys_large_files in #(
5414 no | unknown) ;;
5416 cat >>confdefs.h <<_ACEOF
5417 #define _LARGE_FILES $ac_cv_sys_large_files
5418 _ACEOF
5420 esac
5421 rm -f conftest*
5426 ac_ext=c
5427 ac_cpp='$CPP $CPPFLAGS'
5428 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5429 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5430 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5431 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5432 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5433 # On Suns, sometimes $CPP names a directory.
5434 if test -n "$CPP" && test -d "$CPP"; then
5435 CPP=
5437 if test -z "$CPP"; then
5438 if test "${ac_cv_prog_CPP+set}" = set; then
5439 echo $ECHO_N "(cached) $ECHO_C" >&6
5440 else
5441 # Double quotes because CPP needs to be expanded
5442 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5444 ac_preproc_ok=false
5445 for ac_c_preproc_warn_flag in '' yes
5447 # Use a header file that comes with gcc, so configuring glibc
5448 # with a fresh cross-compiler works.
5449 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5450 # <limits.h> exists even on freestanding compilers.
5451 # On the NeXT, cc -E runs the code through the compiler's parser,
5452 # not just through cpp. "Syntax error" is here to catch this case.
5453 cat >conftest.$ac_ext <<_ACEOF
5454 /* confdefs.h. */
5455 _ACEOF
5456 cat confdefs.h >>conftest.$ac_ext
5457 cat >>conftest.$ac_ext <<_ACEOF
5458 /* end confdefs.h. */
5459 #ifdef __STDC__
5460 # include <limits.h>
5461 #else
5462 # include <assert.h>
5463 #endif
5464 Syntax error
5465 _ACEOF
5466 if { (ac_try="$ac_cpp conftest.$ac_ext"
5467 case "(($ac_try" in
5468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5469 *) ac_try_echo=$ac_try;;
5470 esac
5471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5472 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5473 ac_status=$?
5474 grep -v '^ *+' conftest.er1 >conftest.err
5475 rm -f conftest.er1
5476 cat conftest.err >&5
5477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5478 (exit $ac_status); } >/dev/null && {
5479 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5480 test ! -s conftest.err
5481 }; then
5483 else
5484 echo "$as_me: failed program was:" >&5
5485 sed 's/^/| /' conftest.$ac_ext >&5
5487 # Broken: fails on valid input.
5488 continue
5491 rm -f conftest.err conftest.$ac_ext
5493 # OK, works on sane cases. Now check whether nonexistent headers
5494 # can be detected and how.
5495 cat >conftest.$ac_ext <<_ACEOF
5496 /* confdefs.h. */
5497 _ACEOF
5498 cat confdefs.h >>conftest.$ac_ext
5499 cat >>conftest.$ac_ext <<_ACEOF
5500 /* end confdefs.h. */
5501 #include <ac_nonexistent.h>
5502 _ACEOF
5503 if { (ac_try="$ac_cpp conftest.$ac_ext"
5504 case "(($ac_try" in
5505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5506 *) ac_try_echo=$ac_try;;
5507 esac
5508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5509 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5510 ac_status=$?
5511 grep -v '^ *+' conftest.er1 >conftest.err
5512 rm -f conftest.er1
5513 cat conftest.err >&5
5514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5515 (exit $ac_status); } >/dev/null && {
5516 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5517 test ! -s conftest.err
5518 }; then
5519 # Broken: success on invalid input.
5520 continue
5521 else
5522 echo "$as_me: failed program was:" >&5
5523 sed 's/^/| /' conftest.$ac_ext >&5
5525 # Passes both tests.
5526 ac_preproc_ok=:
5527 break
5530 rm -f conftest.err conftest.$ac_ext
5532 done
5533 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5534 rm -f conftest.err conftest.$ac_ext
5535 if $ac_preproc_ok; then
5536 break
5539 done
5540 ac_cv_prog_CPP=$CPP
5543 CPP=$ac_cv_prog_CPP
5544 else
5545 ac_cv_prog_CPP=$CPP
5547 { echo "$as_me:$LINENO: result: $CPP" >&5
5548 echo "${ECHO_T}$CPP" >&6; }
5549 ac_preproc_ok=false
5550 for ac_c_preproc_warn_flag in '' yes
5552 # Use a header file that comes with gcc, so configuring glibc
5553 # with a fresh cross-compiler works.
5554 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5555 # <limits.h> exists even on freestanding compilers.
5556 # On the NeXT, cc -E runs the code through the compiler's parser,
5557 # not just through cpp. "Syntax error" is here to catch this case.
5558 cat >conftest.$ac_ext <<_ACEOF
5559 /* confdefs.h. */
5560 _ACEOF
5561 cat confdefs.h >>conftest.$ac_ext
5562 cat >>conftest.$ac_ext <<_ACEOF
5563 /* end confdefs.h. */
5564 #ifdef __STDC__
5565 # include <limits.h>
5566 #else
5567 # include <assert.h>
5568 #endif
5569 Syntax error
5570 _ACEOF
5571 if { (ac_try="$ac_cpp conftest.$ac_ext"
5572 case "(($ac_try" in
5573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5574 *) ac_try_echo=$ac_try;;
5575 esac
5576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5577 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5578 ac_status=$?
5579 grep -v '^ *+' conftest.er1 >conftest.err
5580 rm -f conftest.er1
5581 cat conftest.err >&5
5582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5583 (exit $ac_status); } >/dev/null && {
5584 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5585 test ! -s conftest.err
5586 }; then
5588 else
5589 echo "$as_me: failed program was:" >&5
5590 sed 's/^/| /' conftest.$ac_ext >&5
5592 # Broken: fails on valid input.
5593 continue
5596 rm -f conftest.err conftest.$ac_ext
5598 # OK, works on sane cases. Now check whether nonexistent headers
5599 # can be detected and how.
5600 cat >conftest.$ac_ext <<_ACEOF
5601 /* confdefs.h. */
5602 _ACEOF
5603 cat confdefs.h >>conftest.$ac_ext
5604 cat >>conftest.$ac_ext <<_ACEOF
5605 /* end confdefs.h. */
5606 #include <ac_nonexistent.h>
5607 _ACEOF
5608 if { (ac_try="$ac_cpp conftest.$ac_ext"
5609 case "(($ac_try" in
5610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5611 *) ac_try_echo=$ac_try;;
5612 esac
5613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5614 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5615 ac_status=$?
5616 grep -v '^ *+' conftest.er1 >conftest.err
5617 rm -f conftest.er1
5618 cat conftest.err >&5
5619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5620 (exit $ac_status); } >/dev/null && {
5621 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5622 test ! -s conftest.err
5623 }; then
5624 # Broken: success on invalid input.
5625 continue
5626 else
5627 echo "$as_me: failed program was:" >&5
5628 sed 's/^/| /' conftest.$ac_ext >&5
5630 # Passes both tests.
5631 ac_preproc_ok=:
5632 break
5635 rm -f conftest.err conftest.$ac_ext
5637 done
5638 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5639 rm -f conftest.err conftest.$ac_ext
5640 if $ac_preproc_ok; then
5642 else
5643 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5644 See \`config.log' for more details." >&5
5645 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5646 See \`config.log' for more details." >&2;}
5647 { (exit 1); exit 1; }; }
5650 ac_ext=c
5651 ac_cpp='$CPP $CPPFLAGS'
5652 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5653 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5654 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5657 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5658 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5659 if test "${ac_cv_header_stdc+set}" = set; then
5660 echo $ECHO_N "(cached) $ECHO_C" >&6
5661 else
5662 cat >conftest.$ac_ext <<_ACEOF
5663 /* confdefs.h. */
5664 _ACEOF
5665 cat confdefs.h >>conftest.$ac_ext
5666 cat >>conftest.$ac_ext <<_ACEOF
5667 /* end confdefs.h. */
5668 #include <stdlib.h>
5669 #include <stdarg.h>
5670 #include <string.h>
5671 #include <float.h>
5674 main ()
5678 return 0;
5680 _ACEOF
5681 rm -f conftest.$ac_objext
5682 if { (ac_try="$ac_compile"
5683 case "(($ac_try" in
5684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5685 *) ac_try_echo=$ac_try;;
5686 esac
5687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5688 (eval "$ac_compile") 2>conftest.er1
5689 ac_status=$?
5690 grep -v '^ *+' conftest.er1 >conftest.err
5691 rm -f conftest.er1
5692 cat conftest.err >&5
5693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5694 (exit $ac_status); } && {
5695 test -z "$ac_c_werror_flag" ||
5696 test ! -s conftest.err
5697 } && test -s conftest.$ac_objext; then
5698 ac_cv_header_stdc=yes
5699 else
5700 echo "$as_me: failed program was:" >&5
5701 sed 's/^/| /' conftest.$ac_ext >&5
5703 ac_cv_header_stdc=no
5706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5708 if test $ac_cv_header_stdc = yes; then
5709 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5710 cat >conftest.$ac_ext <<_ACEOF
5711 /* confdefs.h. */
5712 _ACEOF
5713 cat confdefs.h >>conftest.$ac_ext
5714 cat >>conftest.$ac_ext <<_ACEOF
5715 /* end confdefs.h. */
5716 #include <string.h>
5718 _ACEOF
5719 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5720 $EGREP "memchr" >/dev/null 2>&1; then
5722 else
5723 ac_cv_header_stdc=no
5725 rm -f conftest*
5729 if test $ac_cv_header_stdc = yes; then
5730 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5731 cat >conftest.$ac_ext <<_ACEOF
5732 /* confdefs.h. */
5733 _ACEOF
5734 cat confdefs.h >>conftest.$ac_ext
5735 cat >>conftest.$ac_ext <<_ACEOF
5736 /* end confdefs.h. */
5737 #include <stdlib.h>
5739 _ACEOF
5740 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5741 $EGREP "free" >/dev/null 2>&1; then
5743 else
5744 ac_cv_header_stdc=no
5746 rm -f conftest*
5750 if test $ac_cv_header_stdc = yes; then
5751 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5752 if test "$cross_compiling" = yes; then
5754 else
5755 cat >conftest.$ac_ext <<_ACEOF
5756 /* confdefs.h. */
5757 _ACEOF
5758 cat confdefs.h >>conftest.$ac_ext
5759 cat >>conftest.$ac_ext <<_ACEOF
5760 /* end confdefs.h. */
5761 #include <ctype.h>
5762 #include <stdlib.h>
5763 #if ((' ' & 0x0FF) == 0x020)
5764 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5765 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5766 #else
5767 # define ISLOWER(c) \
5768 (('a' <= (c) && (c) <= 'i') \
5769 || ('j' <= (c) && (c) <= 'r') \
5770 || ('s' <= (c) && (c) <= 'z'))
5771 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5772 #endif
5774 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5776 main ()
5778 int i;
5779 for (i = 0; i < 256; i++)
5780 if (XOR (islower (i), ISLOWER (i))
5781 || toupper (i) != TOUPPER (i))
5782 return 2;
5783 return 0;
5785 _ACEOF
5786 rm -f conftest$ac_exeext
5787 if { (ac_try="$ac_link"
5788 case "(($ac_try" in
5789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5790 *) ac_try_echo=$ac_try;;
5791 esac
5792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5793 (eval "$ac_link") 2>&5
5794 ac_status=$?
5795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5796 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
5797 { (case "(($ac_try" in
5798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5799 *) ac_try_echo=$ac_try;;
5800 esac
5801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5802 (eval "$ac_try") 2>&5
5803 ac_status=$?
5804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5805 (exit $ac_status); }; }; then
5807 else
5808 echo "$as_me: program exited with status $ac_status" >&5
5809 echo "$as_me: failed program was:" >&5
5810 sed 's/^/| /' conftest.$ac_ext >&5
5812 ( exit $ac_status )
5813 ac_cv_header_stdc=no
5815 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5821 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5822 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5823 if test $ac_cv_header_stdc = yes; then
5825 cat >>confdefs.h <<\_ACEOF
5826 #define STDC_HEADERS 1
5827 _ACEOF
5831 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5841 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5842 inttypes.h stdint.h unistd.h
5844 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5845 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5846 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5847 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5848 echo $ECHO_N "(cached) $ECHO_C" >&6
5849 else
5850 cat >conftest.$ac_ext <<_ACEOF
5851 /* confdefs.h. */
5852 _ACEOF
5853 cat confdefs.h >>conftest.$ac_ext
5854 cat >>conftest.$ac_ext <<_ACEOF
5855 /* end confdefs.h. */
5856 $ac_includes_default
5858 #include <$ac_header>
5859 _ACEOF
5860 rm -f conftest.$ac_objext
5861 if { (ac_try="$ac_compile"
5862 case "(($ac_try" in
5863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5864 *) ac_try_echo=$ac_try;;
5865 esac
5866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5867 (eval "$ac_compile") 2>conftest.er1
5868 ac_status=$?
5869 grep -v '^ *+' conftest.er1 >conftest.err
5870 rm -f conftest.er1
5871 cat conftest.err >&5
5872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5873 (exit $ac_status); } && {
5874 test -z "$ac_c_werror_flag" ||
5875 test ! -s conftest.err
5876 } && test -s conftest.$ac_objext; then
5877 eval "$as_ac_Header=yes"
5878 else
5879 echo "$as_me: failed program was:" >&5
5880 sed 's/^/| /' conftest.$ac_ext >&5
5882 eval "$as_ac_Header=no"
5885 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5887 ac_res=`eval echo '${'$as_ac_Header'}'`
5888 { echo "$as_me:$LINENO: result: $ac_res" >&5
5889 echo "${ECHO_T}$ac_res" >&6; }
5890 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5891 cat >>confdefs.h <<_ACEOF
5892 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5893 _ACEOF
5897 done
6030 for ac_header in \
6031 AL/al.h \
6032 AudioUnit/AudioUnit.h \
6033 Carbon/Carbon.h \
6034 CoreAudio/CoreAudio.h \
6035 DiskArbitration/DiskArbitration.h \
6036 IOKit/IOKitLib.h \
6037 IOKit/hid/IOHIDLib.h \
6038 OpenAL/al.h \
6039 alias.h \
6040 alsa/asoundlib.h \
6041 arpa/inet.h \
6042 arpa/nameser.h \
6043 asm/types.h \
6044 capi20.h \
6045 curses.h \
6046 direct.h \
6047 dirent.h \
6048 dlfcn.h \
6049 elf.h \
6050 float.h \
6051 fnmatch.h \
6052 fontconfig/fontconfig.h \
6053 getopt.h \
6054 grp.h \
6055 gsm.h \
6056 gsm/gsm.h \
6057 ieeefp.h \
6058 inet/mib2.h \
6059 io.h \
6060 jack/jack.h \
6061 jpeglib.h \
6062 kstat.h \
6063 lber.h \
6064 lcms.h \
6065 lcms/lcms.h \
6066 ldap.h \
6067 libaudioio.h \
6068 link.h \
6069 linux/cdrom.h \
6070 linux/compiler.h \
6071 linux/hdreg.h \
6072 linux/input.h \
6073 linux/ioctl.h \
6074 linux/joystick.h \
6075 linux/major.h \
6076 linux/param.h \
6077 linux/serial.h \
6078 linux/types.h \
6079 linux/ucdrom.h \
6080 mach-o/nlist.h \
6081 mach/mach.h \
6082 mach/machine.h \
6083 machine/cpu.h \
6084 machine/limits.h \
6085 machine/soundcard.h \
6086 mntent.h \
6087 mpg123.h \
6088 ncurses.h \
6089 netdb.h \
6090 netinet/in.h \
6091 netinet/in_systm.h \
6092 netinet/tcp.h \
6093 netinet/tcp_fsm.h \
6094 openssl/err.h \
6095 openssl/ssl.h \
6096 png.h \
6097 poll.h \
6098 port.h \
6099 process.h \
6100 pthread.h \
6101 pwd.h \
6102 regex.h \
6103 sched.h \
6104 scsi/scsi.h \
6105 scsi/scsi_ioctl.h \
6106 scsi/sg.h \
6107 soundcard.h \
6108 stdbool.h \
6109 stdint.h \
6110 strings.h \
6111 stropts.h \
6112 sys/asoundlib.h \
6113 sys/cdio.h \
6114 sys/elf32.h \
6115 sys/epoll.h \
6116 sys/errno.h \
6117 sys/event.h \
6118 sys/exec_elf.h \
6119 sys/filio.h \
6120 sys/inotify.h \
6121 sys/ioctl.h \
6122 sys/ipc.h \
6123 sys/limits.h \
6124 sys/link.h \
6125 sys/mman.h \
6126 sys/modem.h \
6127 sys/msg.h \
6128 sys/mtio.h \
6129 sys/param.h \
6130 sys/poll.h \
6131 sys/prctl.h \
6132 sys/protosw.h \
6133 sys/ptrace.h \
6134 sys/resource.h \
6135 sys/scsiio.h \
6136 sys/shm.h \
6137 sys/signal.h \
6138 sys/socket.h \
6139 sys/socketvar.h \
6140 sys/sockio.h \
6141 sys/soundcard.h \
6142 sys/statvfs.h \
6143 sys/strtio.h \
6144 sys/syscall.h \
6145 sys/tihdr.h \
6146 sys/time.h \
6147 sys/timeout.h \
6148 sys/times.h \
6149 sys/uio.h \
6150 sys/un.h \
6151 sys/utsname.h \
6152 sys/vm86.h \
6153 sys/wait.h \
6154 syscall.h \
6155 termios.h \
6156 unistd.h \
6157 utime.h \
6158 valgrind/memcheck.h \
6159 valgrind/valgrind.h \
6160 zlib.h
6163 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6164 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6165 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6166 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6167 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6168 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 ac_res=`eval echo '${'$as_ac_Header'}'`
6171 { echo "$as_me:$LINENO: result: $ac_res" >&5
6172 echo "${ECHO_T}$ac_res" >&6; }
6173 else
6174 # Is the header compilable?
6175 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6176 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6177 cat >conftest.$ac_ext <<_ACEOF
6178 /* confdefs.h. */
6179 _ACEOF
6180 cat confdefs.h >>conftest.$ac_ext
6181 cat >>conftest.$ac_ext <<_ACEOF
6182 /* end confdefs.h. */
6183 $ac_includes_default
6184 #include <$ac_header>
6185 _ACEOF
6186 rm -f conftest.$ac_objext
6187 if { (ac_try="$ac_compile"
6188 case "(($ac_try" in
6189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6190 *) ac_try_echo=$ac_try;;
6191 esac
6192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6193 (eval "$ac_compile") 2>conftest.er1
6194 ac_status=$?
6195 grep -v '^ *+' conftest.er1 >conftest.err
6196 rm -f conftest.er1
6197 cat conftest.err >&5
6198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6199 (exit $ac_status); } && {
6200 test -z "$ac_c_werror_flag" ||
6201 test ! -s conftest.err
6202 } && test -s conftest.$ac_objext; then
6203 ac_header_compiler=yes
6204 else
6205 echo "$as_me: failed program was:" >&5
6206 sed 's/^/| /' conftest.$ac_ext >&5
6208 ac_header_compiler=no
6211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6212 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6213 echo "${ECHO_T}$ac_header_compiler" >&6; }
6215 # Is the header present?
6216 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6217 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6218 cat >conftest.$ac_ext <<_ACEOF
6219 /* confdefs.h. */
6220 _ACEOF
6221 cat confdefs.h >>conftest.$ac_ext
6222 cat >>conftest.$ac_ext <<_ACEOF
6223 /* end confdefs.h. */
6224 #include <$ac_header>
6225 _ACEOF
6226 if { (ac_try="$ac_cpp conftest.$ac_ext"
6227 case "(($ac_try" in
6228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6229 *) ac_try_echo=$ac_try;;
6230 esac
6231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6232 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6233 ac_status=$?
6234 grep -v '^ *+' conftest.er1 >conftest.err
6235 rm -f conftest.er1
6236 cat conftest.err >&5
6237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6238 (exit $ac_status); } >/dev/null && {
6239 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6240 test ! -s conftest.err
6241 }; then
6242 ac_header_preproc=yes
6243 else
6244 echo "$as_me: failed program was:" >&5
6245 sed 's/^/| /' conftest.$ac_ext >&5
6247 ac_header_preproc=no
6250 rm -f conftest.err conftest.$ac_ext
6251 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6252 echo "${ECHO_T}$ac_header_preproc" >&6; }
6254 # So? What about this header?
6255 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6256 yes:no: )
6257 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6258 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6259 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6260 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6261 ac_header_preproc=yes
6263 no:yes:* )
6264 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6265 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6266 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6267 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6268 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6269 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6270 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6271 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6272 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6273 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6274 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6275 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6276 ( cat <<\_ASBOX
6277 ## ------------------------------------ ##
6278 ## Report this to wine-devel@winehq.org ##
6279 ## ------------------------------------ ##
6280 _ASBOX
6281 ) | sed "s/^/$as_me: WARNING: /" >&2
6283 esac
6284 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6287 echo $ECHO_N "(cached) $ECHO_C" >&6
6288 else
6289 eval "$as_ac_Header=\$ac_header_preproc"
6291 ac_res=`eval echo '${'$as_ac_Header'}'`
6292 { echo "$as_me:$LINENO: result: $ac_res" >&5
6293 echo "${ECHO_T}$ac_res" >&6; }
6296 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6297 cat >>confdefs.h <<_ACEOF
6298 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6299 _ACEOF
6303 done
6305 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6306 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6307 if test "${ac_cv_header_stat_broken+set}" = set; then
6308 echo $ECHO_N "(cached) $ECHO_C" >&6
6309 else
6310 cat >conftest.$ac_ext <<_ACEOF
6311 /* confdefs.h. */
6312 _ACEOF
6313 cat confdefs.h >>conftest.$ac_ext
6314 cat >>conftest.$ac_ext <<_ACEOF
6315 /* end confdefs.h. */
6316 #include <sys/types.h>
6317 #include <sys/stat.h>
6319 #if defined S_ISBLK && defined S_IFDIR
6320 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6321 #endif
6323 #if defined S_ISBLK && defined S_IFCHR
6324 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6325 #endif
6327 #if defined S_ISLNK && defined S_IFREG
6328 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6329 #endif
6331 #if defined S_ISSOCK && defined S_IFREG
6332 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6333 #endif
6335 _ACEOF
6336 rm -f conftest.$ac_objext
6337 if { (ac_try="$ac_compile"
6338 case "(($ac_try" in
6339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6340 *) ac_try_echo=$ac_try;;
6341 esac
6342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6343 (eval "$ac_compile") 2>conftest.er1
6344 ac_status=$?
6345 grep -v '^ *+' conftest.er1 >conftest.err
6346 rm -f conftest.er1
6347 cat conftest.err >&5
6348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6349 (exit $ac_status); } && {
6350 test -z "$ac_c_werror_flag" ||
6351 test ! -s conftest.err
6352 } && test -s conftest.$ac_objext; then
6353 ac_cv_header_stat_broken=no
6354 else
6355 echo "$as_me: failed program was:" >&5
6356 sed 's/^/| /' conftest.$ac_ext >&5
6358 ac_cv_header_stat_broken=yes
6361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6363 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6364 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6365 if test $ac_cv_header_stat_broken = yes; then
6367 cat >>confdefs.h <<\_ACEOF
6368 #define STAT_MACROS_BROKEN 1
6369 _ACEOF
6380 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6382 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6383 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6384 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6385 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6386 echo $ECHO_N "(cached) $ECHO_C" >&6
6387 else
6388 cat >conftest.$ac_ext <<_ACEOF
6389 /* confdefs.h. */
6390 _ACEOF
6391 cat confdefs.h >>conftest.$ac_ext
6392 cat >>conftest.$ac_ext <<_ACEOF
6393 /* end confdefs.h. */
6394 #include <sys/types.h>
6395 #ifdef HAVE_SYS_PARAM_H
6396 # include <sys/param.h>
6397 #endif
6399 #include <$ac_header>
6400 _ACEOF
6401 rm -f conftest.$ac_objext
6402 if { (ac_try="$ac_compile"
6403 case "(($ac_try" in
6404 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6405 *) ac_try_echo=$ac_try;;
6406 esac
6407 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6408 (eval "$ac_compile") 2>conftest.er1
6409 ac_status=$?
6410 grep -v '^ *+' conftest.er1 >conftest.err
6411 rm -f conftest.er1
6412 cat conftest.err >&5
6413 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6414 (exit $ac_status); } && {
6415 test -z "$ac_c_werror_flag" ||
6416 test ! -s conftest.err
6417 } && test -s conftest.$ac_objext; then
6418 eval "$as_ac_Header=yes"
6419 else
6420 echo "$as_me: failed program was:" >&5
6421 sed 's/^/| /' conftest.$ac_ext >&5
6423 eval "$as_ac_Header=no"
6426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6428 ac_res=`eval echo '${'$as_ac_Header'}'`
6429 { echo "$as_me:$LINENO: result: $ac_res" >&5
6430 echo "${ECHO_T}$ac_res" >&6; }
6431 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6432 cat >>confdefs.h <<_ACEOF
6433 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6434 _ACEOF
6438 done
6454 for ac_header in \
6455 netinet/ip.h \
6456 net/if.h \
6457 net/if_arp.h \
6458 net/if_dl.h \
6459 net/if_types.h \
6460 net/route.h \
6461 netinet/if_ether.h \
6462 netinet/if_inarp.h \
6463 netinet/in_pcb.h \
6464 netinet/ip_icmp.h \
6465 netinet/ip_var.h \
6466 netinet/udp.h \
6467 netipx/ipx.h \
6470 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6471 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476 cat >conftest.$ac_ext <<_ACEOF
6477 /* confdefs.h. */
6478 _ACEOF
6479 cat confdefs.h >>conftest.$ac_ext
6480 cat >>conftest.$ac_ext <<_ACEOF
6481 /* end confdefs.h. */
6482 #include <sys/types.h>
6483 #ifdef HAVE_SYS_SOCKET_H
6484 # include <sys/socket.h>
6485 #endif
6486 #ifdef HAVE_SYS_SOCKETVAR_H
6487 # include <sys/socketvar.h>
6488 #endif
6489 #ifdef HAVE_NET_ROUTE_H
6490 # include <net/route.h>
6491 #endif
6492 #ifdef HAVE_NETINET_IN_H
6493 # include <netinet/in.h>
6494 #endif
6495 #ifdef HAVE_NETINET_IN_SYSTM_H
6496 # include <netinet/in_systm.h>
6497 #endif
6498 #ifdef HAVE_NET_IF_H
6499 # include <net/if.h>
6500 #endif
6501 #ifdef HAVE_NETINET_IP_H
6502 # include <netinet/ip.h>
6503 #endif
6505 #include <$ac_header>
6506 _ACEOF
6507 rm -f conftest.$ac_objext
6508 if { (ac_try="$ac_compile"
6509 case "(($ac_try" in
6510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6511 *) ac_try_echo=$ac_try;;
6512 esac
6513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6514 (eval "$ac_compile") 2>conftest.er1
6515 ac_status=$?
6516 grep -v '^ *+' conftest.er1 >conftest.err
6517 rm -f conftest.er1
6518 cat conftest.err >&5
6519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6520 (exit $ac_status); } && {
6521 test -z "$ac_c_werror_flag" ||
6522 test ! -s conftest.err
6523 } && test -s conftest.$ac_objext; then
6524 eval "$as_ac_Header=yes"
6525 else
6526 echo "$as_me: failed program was:" >&5
6527 sed 's/^/| /' conftest.$ac_ext >&5
6529 eval "$as_ac_Header=no"
6532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6534 ac_res=`eval echo '${'$as_ac_Header'}'`
6535 { echo "$as_me:$LINENO: result: $ac_res" >&5
6536 echo "${ECHO_T}$ac_res" >&6; }
6537 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6538 cat >>confdefs.h <<_ACEOF
6539 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6540 _ACEOF
6544 done
6551 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6553 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6554 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6555 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6557 echo $ECHO_N "(cached) $ECHO_C" >&6
6558 else
6559 cat >conftest.$ac_ext <<_ACEOF
6560 /* confdefs.h. */
6561 _ACEOF
6562 cat confdefs.h >>conftest.$ac_ext
6563 cat >>conftest.$ac_ext <<_ACEOF
6564 /* end confdefs.h. */
6565 #include <sys/types.h>
6566 #ifdef HAVE_ALIAS_H
6567 # include <alias.h>
6568 #endif
6569 #ifdef HAVE_SYS_SOCKET_H
6570 # include <sys/socket.h>
6571 #endif
6572 #ifdef HAVE_SYS_SOCKETVAR_H
6573 # include <sys/socketvar.h>
6574 #endif
6575 #ifdef HAVE_SYS_TIMEOUT_H
6576 # include <sys/timeout.h>
6577 #endif
6578 #ifdef HAVE_NETINET_IN_H
6579 # include <netinet/in.h>
6580 #endif
6581 #ifdef HAVE_NETINET_IN_SYSTM_H
6582 # include <netinet/in_systm.h>
6583 #endif
6584 #ifdef HAVE_NETINET_IP_H
6585 # include <netinet/ip.h>
6586 #endif
6587 #ifdef HAVE_NETINET_IP_VAR_H
6588 # include <netinet/ip_var.h>
6589 #endif
6590 #ifdef HAVE_NETINET_IP_ICMP_H
6591 # include <netinet/ip_icmp.h>
6592 #endif
6593 #ifdef HAVE_NETINET_UDP_H
6594 # include <netinet/udp.h>
6595 #endif
6596 #ifdef HAVE_NETINET_TCP_H
6597 # include <netinet/tcp.h>
6598 #endif
6599 #ifdef HAVE_NETINET_TCP_TIMER_H
6600 #include <netinet/tcp_timer.h>
6601 #endif
6603 #include <$ac_header>
6604 _ACEOF
6605 rm -f conftest.$ac_objext
6606 if { (ac_try="$ac_compile"
6607 case "(($ac_try" in
6608 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6609 *) ac_try_echo=$ac_try;;
6610 esac
6611 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6612 (eval "$ac_compile") 2>conftest.er1
6613 ac_status=$?
6614 grep -v '^ *+' conftest.er1 >conftest.err
6615 rm -f conftest.er1
6616 cat conftest.err >&5
6617 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6618 (exit $ac_status); } && {
6619 test -z "$ac_c_werror_flag" ||
6620 test ! -s conftest.err
6621 } && test -s conftest.$ac_objext; then
6622 eval "$as_ac_Header=yes"
6623 else
6624 echo "$as_me: failed program was:" >&5
6625 sed 's/^/| /' conftest.$ac_ext >&5
6627 eval "$as_ac_Header=no"
6630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6632 ac_res=`eval echo '${'$as_ac_Header'}'`
6633 { echo "$as_me:$LINENO: result: $ac_res" >&5
6634 echo "${ECHO_T}$ac_res" >&6; }
6635 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6636 cat >>confdefs.h <<_ACEOF
6637 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6638 _ACEOF
6642 done
6647 for ac_header in linux/ipx.h linux/irda.h
6649 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6650 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6651 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6652 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6653 echo $ECHO_N "(cached) $ECHO_C" >&6
6654 else
6655 cat >conftest.$ac_ext <<_ACEOF
6656 /* confdefs.h. */
6657 _ACEOF
6658 cat confdefs.h >>conftest.$ac_ext
6659 cat >>conftest.$ac_ext <<_ACEOF
6660 /* end confdefs.h. */
6661 #include <sys/types.h>
6662 #ifdef HAVE_ASM_TYPES_H
6663 # include <asm/types.h>
6664 #endif
6665 #ifdef HAVE_SYS_SOCKET_H
6666 # include <sys/socket.h>
6667 #endif
6668 #ifdef HAVE_LINUX_TYPES_H
6669 # include <linux/types.h>
6670 #endif
6672 #include <$ac_header>
6673 _ACEOF
6674 rm -f conftest.$ac_objext
6675 if { (ac_try="$ac_compile"
6676 case "(($ac_try" in
6677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6678 *) ac_try_echo=$ac_try;;
6679 esac
6680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6681 (eval "$ac_compile") 2>conftest.er1
6682 ac_status=$?
6683 grep -v '^ *+' conftest.er1 >conftest.err
6684 rm -f conftest.er1
6685 cat conftest.err >&5
6686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6687 (exit $ac_status); } && {
6688 test -z "$ac_c_werror_flag" ||
6689 test ! -s conftest.err
6690 } && test -s conftest.$ac_objext; then
6691 eval "$as_ac_Header=yes"
6692 else
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 eval "$as_ac_Header=no"
6699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6701 ac_res=`eval echo '${'$as_ac_Header'}'`
6702 { echo "$as_me:$LINENO: result: $ac_res" >&5
6703 echo "${ECHO_T}$ac_res" >&6; }
6704 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6705 cat >>confdefs.h <<_ACEOF
6706 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6707 _ACEOF
6711 done
6715 for ac_header in mach-o/dyld_images.h
6717 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6718 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6719 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6721 echo $ECHO_N "(cached) $ECHO_C" >&6
6722 else
6723 cat >conftest.$ac_ext <<_ACEOF
6724 /* confdefs.h. */
6725 _ACEOF
6726 cat confdefs.h >>conftest.$ac_ext
6727 cat >>conftest.$ac_ext <<_ACEOF
6728 /* end confdefs.h. */
6729 #ifdef HAVE_STDBOOL_H
6730 # include <stdbool.h>
6731 #endif
6732 #ifdef HAVE_STDINT_H
6733 # include <stdint.h>
6734 #endif
6736 #include <$ac_header>
6737 _ACEOF
6738 rm -f conftest.$ac_objext
6739 if { (ac_try="$ac_compile"
6740 case "(($ac_try" in
6741 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6742 *) ac_try_echo=$ac_try;;
6743 esac
6744 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6745 (eval "$ac_compile") 2>conftest.er1
6746 ac_status=$?
6747 grep -v '^ *+' conftest.er1 >conftest.err
6748 rm -f conftest.er1
6749 cat conftest.err >&5
6750 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6751 (exit $ac_status); } && {
6752 test -z "$ac_c_werror_flag" ||
6753 test ! -s conftest.err
6754 } && test -s conftest.$ac_objext; then
6755 eval "$as_ac_Header=yes"
6756 else
6757 echo "$as_me: failed program was:" >&5
6758 sed 's/^/| /' conftest.$ac_ext >&5
6760 eval "$as_ac_Header=no"
6763 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6765 ac_res=`eval echo '${'$as_ac_Header'}'`
6766 { echo "$as_me:$LINENO: result: $ac_res" >&5
6767 echo "${ECHO_T}$ac_res" >&6; }
6768 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6769 cat >>confdefs.h <<_ACEOF
6770 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6771 _ACEOF
6775 done
6779 for ac_header in resolv.h
6781 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6782 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6785 echo $ECHO_N "(cached) $ECHO_C" >&6
6786 else
6787 cat >conftest.$ac_ext <<_ACEOF
6788 /* confdefs.h. */
6789 _ACEOF
6790 cat confdefs.h >>conftest.$ac_ext
6791 cat >>conftest.$ac_ext <<_ACEOF
6792 /* end confdefs.h. */
6793 #include <sys/types.h>
6794 #ifdef HAVE_SYS_SOCKET_H
6795 # include <sys/socket.h>
6796 #endif
6797 #ifdef HAVE_NETINET_IN_H
6798 # include <netinet/in.h>
6799 #endif
6800 #ifdef HAVE_ARPA_NAMESER_H
6801 # include <arpa/nameser.h>
6802 #endif
6804 #include <$ac_header>
6805 _ACEOF
6806 rm -f conftest.$ac_objext
6807 if { (ac_try="$ac_compile"
6808 case "(($ac_try" in
6809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6810 *) ac_try_echo=$ac_try;;
6811 esac
6812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6813 (eval "$ac_compile") 2>conftest.er1
6814 ac_status=$?
6815 grep -v '^ *+' conftest.er1 >conftest.err
6816 rm -f conftest.er1
6817 cat conftest.err >&5
6818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6819 (exit $ac_status); } && {
6820 test -z "$ac_c_werror_flag" ||
6821 test ! -s conftest.err
6822 } && test -s conftest.$ac_objext; then
6823 eval "$as_ac_Header=yes"
6824 else
6825 echo "$as_me: failed program was:" >&5
6826 sed 's/^/| /' conftest.$ac_ext >&5
6828 eval "$as_ac_Header=no"
6831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6833 ac_res=`eval echo '${'$as_ac_Header'}'`
6834 { echo "$as_me:$LINENO: result: $ac_res" >&5
6835 echo "${ECHO_T}$ac_res" >&6; }
6836 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6837 cat >>confdefs.h <<_ACEOF
6838 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6839 _ACEOF
6843 done
6847 for ac_header in ucontext.h
6849 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6850 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6851 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6852 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6853 echo $ECHO_N "(cached) $ECHO_C" >&6
6854 else
6855 cat >conftest.$ac_ext <<_ACEOF
6856 /* confdefs.h. */
6857 _ACEOF
6858 cat confdefs.h >>conftest.$ac_ext
6859 cat >>conftest.$ac_ext <<_ACEOF
6860 /* end confdefs.h. */
6861 #include <signal.h>
6863 #include <$ac_header>
6864 _ACEOF
6865 rm -f conftest.$ac_objext
6866 if { (ac_try="$ac_compile"
6867 case "(($ac_try" in
6868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6869 *) ac_try_echo=$ac_try;;
6870 esac
6871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6872 (eval "$ac_compile") 2>conftest.er1
6873 ac_status=$?
6874 grep -v '^ *+' conftest.er1 >conftest.err
6875 rm -f conftest.er1
6876 cat conftest.err >&5
6877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6878 (exit $ac_status); } && {
6879 test -z "$ac_c_werror_flag" ||
6880 test ! -s conftest.err
6881 } && test -s conftest.$ac_objext; then
6882 eval "$as_ac_Header=yes"
6883 else
6884 echo "$as_me: failed program was:" >&5
6885 sed 's/^/| /' conftest.$ac_ext >&5
6887 eval "$as_ac_Header=no"
6890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6892 ac_res=`eval echo '${'$as_ac_Header'}'`
6893 { echo "$as_me:$LINENO: result: $ac_res" >&5
6894 echo "${ECHO_T}$ac_res" >&6; }
6895 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6896 cat >>confdefs.h <<_ACEOF
6897 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6898 _ACEOF
6902 done
6906 for ac_header in sys/thr.h
6908 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6909 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6910 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6911 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6912 echo $ECHO_N "(cached) $ECHO_C" >&6
6913 else
6914 cat >conftest.$ac_ext <<_ACEOF
6915 /* confdefs.h. */
6916 _ACEOF
6917 cat confdefs.h >>conftest.$ac_ext
6918 cat >>conftest.$ac_ext <<_ACEOF
6919 /* end confdefs.h. */
6920 #include <sys/types.h>
6921 #ifdef HAVE_UCONTEXT_H
6922 #include <ucontext.h>
6923 #endif
6925 #include <$ac_header>
6926 _ACEOF
6927 rm -f conftest.$ac_objext
6928 if { (ac_try="$ac_compile"
6929 case "(($ac_try" in
6930 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6931 *) ac_try_echo=$ac_try;;
6932 esac
6933 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6934 (eval "$ac_compile") 2>conftest.er1
6935 ac_status=$?
6936 grep -v '^ *+' conftest.er1 >conftest.err
6937 rm -f conftest.er1
6938 cat conftest.err >&5
6939 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6940 (exit $ac_status); } && {
6941 test -z "$ac_c_werror_flag" ||
6942 test ! -s conftest.err
6943 } && test -s conftest.$ac_objext; then
6944 eval "$as_ac_Header=yes"
6945 else
6946 echo "$as_me: failed program was:" >&5
6947 sed 's/^/| /' conftest.$ac_ext >&5
6949 eval "$as_ac_Header=no"
6952 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6954 ac_res=`eval echo '${'$as_ac_Header'}'`
6955 { echo "$as_me:$LINENO: result: $ac_res" >&5
6956 echo "${ECHO_T}$ac_res" >&6; }
6957 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6958 cat >>confdefs.h <<_ACEOF
6959 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6960 _ACEOF
6964 done
6968 for ac_header in pthread_np.h
6970 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6971 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6972 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6973 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6974 echo $ECHO_N "(cached) $ECHO_C" >&6
6975 else
6976 cat >conftest.$ac_ext <<_ACEOF
6977 /* confdefs.h. */
6978 _ACEOF
6979 cat confdefs.h >>conftest.$ac_ext
6980 cat >>conftest.$ac_ext <<_ACEOF
6981 /* end confdefs.h. */
6982 #ifdef HAVE_PTHREAD_H
6983 #include <pthread.h>
6984 #endif
6986 #include <$ac_header>
6987 _ACEOF
6988 rm -f conftest.$ac_objext
6989 if { (ac_try="$ac_compile"
6990 case "(($ac_try" in
6991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6992 *) ac_try_echo=$ac_try;;
6993 esac
6994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6995 (eval "$ac_compile") 2>conftest.er1
6996 ac_status=$?
6997 grep -v '^ *+' conftest.er1 >conftest.err
6998 rm -f conftest.er1
6999 cat conftest.err >&5
7000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7001 (exit $ac_status); } && {
7002 test -z "$ac_c_werror_flag" ||
7003 test ! -s conftest.err
7004 } && test -s conftest.$ac_objext; then
7005 eval "$as_ac_Header=yes"
7006 else
7007 echo "$as_me: failed program was:" >&5
7008 sed 's/^/| /' conftest.$ac_ext >&5
7010 eval "$as_ac_Header=no"
7013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7015 ac_res=`eval echo '${'$as_ac_Header'}'`
7016 { echo "$as_me:$LINENO: result: $ac_res" >&5
7017 echo "${ECHO_T}$ac_res" >&6; }
7018 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7019 cat >>confdefs.h <<_ACEOF
7020 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7021 _ACEOF
7025 done
7029 for ac_header in linux/videodev.h
7031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7032 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7033 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7034 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7035 echo $ECHO_N "(cached) $ECHO_C" >&6
7036 else
7037 cat >conftest.$ac_ext <<_ACEOF
7038 /* confdefs.h. */
7039 _ACEOF
7040 cat confdefs.h >>conftest.$ac_ext
7041 cat >>conftest.$ac_ext <<_ACEOF
7042 /* end confdefs.h. */
7043 #ifdef HAVE_SYS_TIME_H
7044 #include <sys/time.h>
7045 #endif
7046 #include <sys/types.h>
7047 #ifdef HAVE_ASM_TYPES_H
7048 #include <asm/types.h>
7049 #endif
7051 #include <$ac_header>
7052 _ACEOF
7053 rm -f conftest.$ac_objext
7054 if { (ac_try="$ac_compile"
7055 case "(($ac_try" in
7056 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7057 *) ac_try_echo=$ac_try;;
7058 esac
7059 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7060 (eval "$ac_compile") 2>conftest.er1
7061 ac_status=$?
7062 grep -v '^ *+' conftest.er1 >conftest.err
7063 rm -f conftest.er1
7064 cat conftest.err >&5
7065 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7066 (exit $ac_status); } && {
7067 test -z "$ac_c_werror_flag" ||
7068 test ! -s conftest.err
7069 } && test -s conftest.$ac_objext; then
7070 eval "$as_ac_Header=yes"
7071 else
7072 echo "$as_me: failed program was:" >&5
7073 sed 's/^/| /' conftest.$ac_ext >&5
7075 eval "$as_ac_Header=no"
7078 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7080 ac_res=`eval echo '${'$as_ac_Header'}'`
7081 { echo "$as_me:$LINENO: result: $ac_res" >&5
7082 echo "${ECHO_T}$ac_res" >&6; }
7083 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7084 cat >>confdefs.h <<_ACEOF
7085 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7086 _ACEOF
7090 done
7094 for ac_header in linux/capi.h
7096 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7097 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7098 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7099 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7100 echo $ECHO_N "(cached) $ECHO_C" >&6
7101 else
7102 cat >conftest.$ac_ext <<_ACEOF
7103 /* confdefs.h. */
7104 _ACEOF
7105 cat confdefs.h >>conftest.$ac_ext
7106 cat >>conftest.$ac_ext <<_ACEOF
7107 /* end confdefs.h. */
7108 #define __user
7110 #include <$ac_header>
7111 _ACEOF
7112 rm -f conftest.$ac_objext
7113 if { (ac_try="$ac_compile"
7114 case "(($ac_try" in
7115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7116 *) ac_try_echo=$ac_try;;
7117 esac
7118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7119 (eval "$ac_compile") 2>conftest.er1
7120 ac_status=$?
7121 grep -v '^ *+' conftest.er1 >conftest.err
7122 rm -f conftest.er1
7123 cat conftest.err >&5
7124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7125 (exit $ac_status); } && {
7126 test -z "$ac_c_werror_flag" ||
7127 test ! -s conftest.err
7128 } && test -s conftest.$ac_objext; then
7129 eval "$as_ac_Header=yes"
7130 else
7131 echo "$as_me: failed program was:" >&5
7132 sed 's/^/| /' conftest.$ac_ext >&5
7134 eval "$as_ac_Header=no"
7137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7139 ac_res=`eval echo '${'$as_ac_Header'}'`
7140 { echo "$as_me:$LINENO: result: $ac_res" >&5
7141 echo "${ECHO_T}$ac_res" >&6; }
7142 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7143 cat >>confdefs.h <<_ACEOF
7144 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7145 _ACEOF
7149 done
7153 DLLEXT=""
7155 DLLFLAGS="-D_REENTRANT"
7157 LDSHARED=""
7159 LDDLLFLAGS=""
7161 LIBEXT="so"
7163 IMPLIBEXT="def"
7165 LDRPATH_INSTALL=""
7167 LDRPATH_LOCAL=""
7169 # Extract the first word of "ldd", so it can be a program name with args.
7170 set dummy ldd; ac_word=$2
7171 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7172 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7173 if test "${ac_cv_path_LDD+set}" = set; then
7174 echo $ECHO_N "(cached) $ECHO_C" >&6
7175 else
7176 case $LDD in
7177 [\\/]* | ?:[\\/]*)
7178 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7181 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7182 as_dummy="/sbin:/usr/sbin:$PATH"
7183 for as_dir in $as_dummy
7185 IFS=$as_save_IFS
7186 test -z "$as_dir" && as_dir=.
7187 for ac_exec_ext in '' $ac_executable_extensions; do
7188 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7189 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7190 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7191 break 2
7193 done
7194 done
7195 IFS=$as_save_IFS
7197 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7199 esac
7201 LDD=$ac_cv_path_LDD
7202 if test -n "$LDD"; then
7203 { echo "$as_me:$LINENO: result: $LDD" >&5
7204 echo "${ECHO_T}$LDD" >&6; }
7205 else
7206 { echo "$as_me:$LINENO: result: no" >&5
7207 echo "${ECHO_T}no" >&6; }
7212 case $host_os in
7213 cygwin*|mingw32*)
7214 if test -n "$ac_tool_prefix"; then
7215 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7216 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7217 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7218 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7219 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7220 echo $ECHO_N "(cached) $ECHO_C" >&6
7221 else
7222 if test -n "$DLLTOOL"; then
7223 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7224 else
7225 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7226 for as_dir in $PATH
7228 IFS=$as_save_IFS
7229 test -z "$as_dir" && as_dir=.
7230 for ac_exec_ext in '' $ac_executable_extensions; do
7231 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7232 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7233 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7234 break 2
7236 done
7237 done
7238 IFS=$as_save_IFS
7242 DLLTOOL=$ac_cv_prog_DLLTOOL
7243 if test -n "$DLLTOOL"; then
7244 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7245 echo "${ECHO_T}$DLLTOOL" >&6; }
7246 else
7247 { echo "$as_me:$LINENO: result: no" >&5
7248 echo "${ECHO_T}no" >&6; }
7253 if test -z "$ac_cv_prog_DLLTOOL"; then
7254 ac_ct_DLLTOOL=$DLLTOOL
7255 # Extract the first word of "dlltool", so it can be a program name with args.
7256 set dummy dlltool; ac_word=$2
7257 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7258 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7259 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7260 echo $ECHO_N "(cached) $ECHO_C" >&6
7261 else
7262 if test -n "$ac_ct_DLLTOOL"; then
7263 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7264 else
7265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7266 for as_dir in $PATH
7268 IFS=$as_save_IFS
7269 test -z "$as_dir" && as_dir=.
7270 for ac_exec_ext in '' $ac_executable_extensions; do
7271 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7272 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7273 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7274 break 2
7276 done
7277 done
7278 IFS=$as_save_IFS
7282 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7283 if test -n "$ac_ct_DLLTOOL"; then
7284 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7285 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7286 else
7287 { echo "$as_me:$LINENO: result: no" >&5
7288 echo "${ECHO_T}no" >&6; }
7291 if test "x$ac_ct_DLLTOOL" = x; then
7292 DLLTOOL="false"
7293 else
7294 case $cross_compiling:$ac_tool_warned in
7295 yes:)
7296 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7297 whose name does not start with the host triplet. If you think this
7298 configuration is useful to you, please write to autoconf@gnu.org." >&5
7299 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7300 whose name does not start with the host triplet. If you think this
7301 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7302 ac_tool_warned=yes ;;
7303 esac
7304 DLLTOOL=$ac_ct_DLLTOOL
7306 else
7307 DLLTOOL="$ac_cv_prog_DLLTOOL"
7310 if test -n "$ac_tool_prefix"; then
7311 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7312 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7313 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7314 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7315 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7316 echo $ECHO_N "(cached) $ECHO_C" >&6
7317 else
7318 if test -n "$DLLWRAP"; then
7319 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7320 else
7321 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7322 for as_dir in $PATH
7324 IFS=$as_save_IFS
7325 test -z "$as_dir" && as_dir=.
7326 for ac_exec_ext in '' $ac_executable_extensions; do
7327 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7328 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7329 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7330 break 2
7332 done
7333 done
7334 IFS=$as_save_IFS
7338 DLLWRAP=$ac_cv_prog_DLLWRAP
7339 if test -n "$DLLWRAP"; then
7340 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7341 echo "${ECHO_T}$DLLWRAP" >&6; }
7342 else
7343 { echo "$as_me:$LINENO: result: no" >&5
7344 echo "${ECHO_T}no" >&6; }
7349 if test -z "$ac_cv_prog_DLLWRAP"; then
7350 ac_ct_DLLWRAP=$DLLWRAP
7351 # Extract the first word of "dllwrap", so it can be a program name with args.
7352 set dummy dllwrap; ac_word=$2
7353 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7354 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7355 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7356 echo $ECHO_N "(cached) $ECHO_C" >&6
7357 else
7358 if test -n "$ac_ct_DLLWRAP"; then
7359 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7360 else
7361 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7362 for as_dir in $PATH
7364 IFS=$as_save_IFS
7365 test -z "$as_dir" && as_dir=.
7366 for ac_exec_ext in '' $ac_executable_extensions; do
7367 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7368 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7369 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7370 break 2
7372 done
7373 done
7374 IFS=$as_save_IFS
7378 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7379 if test -n "$ac_ct_DLLWRAP"; then
7380 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7381 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7382 else
7383 { echo "$as_me:$LINENO: result: no" >&5
7384 echo "${ECHO_T}no" >&6; }
7387 if test "x$ac_ct_DLLWRAP" = x; then
7388 DLLWRAP="false"
7389 else
7390 case $cross_compiling:$ac_tool_warned in
7391 yes:)
7392 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7393 whose name does not start with the host triplet. If you think this
7394 configuration is useful to you, please write to autoconf@gnu.org." >&5
7395 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7396 whose name does not start with the host triplet. If you think this
7397 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7398 ac_tool_warned=yes ;;
7399 esac
7400 DLLWRAP=$ac_ct_DLLWRAP
7402 else
7403 DLLWRAP="$ac_cv_prog_DLLWRAP"
7406 if test "$DLLWRAP" = "false"; then
7407 LIBEXT="a"
7408 else
7409 LIBEXT="dll"
7411 IMPLIBEXT="a"
7412 enable_iphlpapi=${enable_iphlpapi:-no}
7413 enable_kernel32=${enable_kernel32:-no}
7414 enable_msvcrt=${enable_msvcrt:-no}
7415 enable_ntdll=${enable_ntdll:-no}
7416 enable_ws2_32=${enable_ws2_32:-no}
7417 enable_loader=${enable_loader:-no}
7418 enable_server=${enable_server:-no}
7419 with_x=${with_x:-no}
7420 with_pthread=${with_pthread:-no}
7422 darwin*|macosx*)
7423 DLLEXT=".so"
7424 LIBEXT="dylib"
7425 DLLFLAGS="$DLLFLAGS -fPIC"
7426 LDDLLFLAGS="-bundle -multiply_defined suppress"
7427 LIBWINE_LDFLAGS="-multiply_defined suppress"
7428 LDSHARED="\$(CC) -dynamiclib"
7429 STRIP="$STRIP -x"
7430 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7431 SECURITYLIB="-framework Security -framework CoreFoundation"
7433 COREFOUNDATIONLIB="-framework CoreFoundation"
7435 IOKITLIB="-framework IOKit -framework CoreFoundation"
7437 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7439 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7440 then
7441 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7444 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7445 then
7446 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7449 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7450 then
7451 LIBOPENAL="-framework OpenAL"
7453 ac_cv_lib_openal_alGetSource3i=yes
7455 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7456 then
7457 ac_save_LIBS="$LIBS"
7458 LIBS="$LIBS $IOKITLIB"
7460 for ac_func in IOHIDManagerCreate
7462 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7463 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7464 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7465 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7466 echo $ECHO_N "(cached) $ECHO_C" >&6
7467 else
7468 cat >conftest.$ac_ext <<_ACEOF
7469 /* confdefs.h. */
7470 _ACEOF
7471 cat confdefs.h >>conftest.$ac_ext
7472 cat >>conftest.$ac_ext <<_ACEOF
7473 /* end confdefs.h. */
7474 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7475 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7476 #define $ac_func innocuous_$ac_func
7478 /* System header to define __stub macros and hopefully few prototypes,
7479 which can conflict with char $ac_func (); below.
7480 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7481 <limits.h> exists even on freestanding compilers. */
7483 #ifdef __STDC__
7484 # include <limits.h>
7485 #else
7486 # include <assert.h>
7487 #endif
7489 #undef $ac_func
7491 /* Override any GCC internal prototype to avoid an error.
7492 Use char because int might match the return type of a GCC
7493 builtin and then its argument prototype would still apply. */
7494 #ifdef __cplusplus
7495 extern "C"
7496 #endif
7497 char $ac_func ();
7498 /* The GNU C library defines this for functions which it implements
7499 to always fail with ENOSYS. Some functions are actually named
7500 something starting with __ and the normal name is an alias. */
7501 #if defined __stub_$ac_func || defined __stub___$ac_func
7502 choke me
7503 #endif
7506 main ()
7508 return $ac_func ();
7510 return 0;
7512 _ACEOF
7513 rm -f conftest.$ac_objext conftest$ac_exeext
7514 if { (ac_try="$ac_link"
7515 case "(($ac_try" in
7516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7517 *) ac_try_echo=$ac_try;;
7518 esac
7519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7520 (eval "$ac_link") 2>conftest.er1
7521 ac_status=$?
7522 grep -v '^ *+' conftest.er1 >conftest.err
7523 rm -f conftest.er1
7524 cat conftest.err >&5
7525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7526 (exit $ac_status); } && {
7527 test -z "$ac_c_werror_flag" ||
7528 test ! -s conftest.err
7529 } && test -s conftest$ac_exeext &&
7530 $as_test_x conftest$ac_exeext; then
7531 eval "$as_ac_var=yes"
7532 else
7533 echo "$as_me: failed program was:" >&5
7534 sed 's/^/| /' conftest.$ac_ext >&5
7536 eval "$as_ac_var=no"
7539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7540 conftest$ac_exeext conftest.$ac_ext
7542 ac_res=`eval echo '${'$as_ac_var'}'`
7543 { echo "$as_me:$LINENO: result: $ac_res" >&5
7544 echo "${ECHO_T}$ac_res" >&6; }
7545 if test `eval echo '${'$as_ac_var'}'` = yes; then
7546 cat >>confdefs.h <<_ACEOF
7547 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7548 _ACEOF
7551 done
7553 LIBS="$ac_save_LIBS"
7555 case $host_cpu in
7556 *powerpc*)
7557 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7558 esac
7559 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7560 then
7561 CARBONLIB="-framework Carbon"
7563 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7565 if test "x$enable_win16" = "xyes"
7566 then
7567 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7568 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7569 if test "$cross_compiling" = yes; then
7570 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7571 echo "${ECHO_T}cross-compiling, assuming yes" >&6; }
7572 else
7573 cat >conftest.$ac_ext <<_ACEOF
7574 /* confdefs.h. */
7575 _ACEOF
7576 cat confdefs.h >>conftest.$ac_ext
7577 cat >>conftest.$ac_ext <<_ACEOF
7578 /* end confdefs.h. */
7579 asm(".text\n"
7580 "bad:\tnop;nop\n"
7581 "good:\tnop;nop\n\t"
7582 ".globl _testfunc\n"
7583 "_testfunc:\tcallw good");
7584 extern void testfunc();
7586 main ()
7588 unsigned short *p = (unsigned short *)testfunc;
7589 return p[0] != 0xe866 || p[1] != 0xfffa
7591 return 0;
7593 _ACEOF
7594 rm -f conftest$ac_exeext
7595 if { (ac_try="$ac_link"
7596 case "(($ac_try" in
7597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7598 *) ac_try_echo=$ac_try;;
7599 esac
7600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7601 (eval "$ac_link") 2>&5
7602 ac_status=$?
7603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7604 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7605 { (case "(($ac_try" in
7606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7607 *) ac_try_echo=$ac_try;;
7608 esac
7609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7610 (eval "$ac_try") 2>&5
7611 ac_status=$?
7612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613 (exit $ac_status); }; }; then
7614 { echo "$as_me:$LINENO: result: yes" >&5
7615 echo "${ECHO_T}yes" >&6; }
7616 else
7617 echo "$as_me: program exited with status $ac_status" >&5
7618 echo "$as_me: failed program was:" >&5
7619 sed 's/^/| /' conftest.$ac_ext >&5
7621 ( exit $ac_status )
7622 { echo "$as_me:$LINENO: result: no" >&5
7623 echo "${ECHO_T}no" >&6; }
7624 { { 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
7625 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;}
7626 { (exit 1); exit 1; }; }
7628 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7635 DLLFLAGS="$DLLFLAGS -fPIC"
7636 DLLEXT=".so"
7637 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7638 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7639 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7640 echo $ECHO_N "(cached) $ECHO_C" >&6
7641 else
7642 ac_wine_try_cflags_saved=$CFLAGS
7643 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7644 cat >conftest.$ac_ext <<_ACEOF
7645 void myfunc() {}
7646 _ACEOF
7647 rm -f conftest.$ac_objext conftest$ac_exeext
7648 if { (ac_try="$ac_link"
7649 case "(($ac_try" in
7650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7651 *) ac_try_echo=$ac_try;;
7652 esac
7653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7654 (eval "$ac_link") 2>conftest.er1
7655 ac_status=$?
7656 grep -v '^ *+' conftest.er1 >conftest.err
7657 rm -f conftest.er1
7658 cat conftest.err >&5
7659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7660 (exit $ac_status); } && {
7661 test -z "$ac_c_werror_flag" ||
7662 test ! -s conftest.err
7663 } && test -s conftest$ac_exeext &&
7664 $as_test_x conftest$ac_exeext; then
7665 ac_cv_c_dll_gnuelf="yes"
7666 else
7667 echo "$as_me: failed program was:" >&5
7668 sed 's/^/| /' conftest.$ac_ext >&5
7670 ac_cv_c_dll_gnuelf="no"
7673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7674 conftest$ac_exeext conftest.$ac_ext
7675 CFLAGS=$ac_wine_try_cflags_saved
7677 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7678 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7679 if test "$ac_cv_c_dll_gnuelf" = "yes"
7680 then
7681 LDSHARED="\$(CC) -shared"
7682 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7683 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7684 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7685 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7686 echo $ECHO_N "(cached) $ECHO_C" >&6
7687 else
7688 ac_wine_try_cflags_saved=$CFLAGS
7689 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7690 cat >conftest.$ac_ext <<_ACEOF
7691 /* confdefs.h. */
7692 _ACEOF
7693 cat confdefs.h >>conftest.$ac_ext
7694 cat >>conftest.$ac_ext <<_ACEOF
7695 /* end confdefs.h. */
7696 int main(int argc, char *argv) { return 0; }
7697 _ACEOF
7698 rm -f conftest.$ac_objext conftest$ac_exeext
7699 if { (ac_try="$ac_link"
7700 case "(($ac_try" in
7701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7702 *) ac_try_echo=$ac_try;;
7703 esac
7704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7705 (eval "$ac_link") 2>conftest.er1
7706 ac_status=$?
7707 grep -v '^ *+' conftest.er1 >conftest.err
7708 rm -f conftest.er1
7709 cat conftest.err >&5
7710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7711 (exit $ac_status); } && {
7712 test -z "$ac_c_werror_flag" ||
7713 test ! -s conftest.err
7714 } && test -s conftest$ac_exeext &&
7715 $as_test_x conftest$ac_exeext; then
7716 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7717 else
7718 echo "$as_me: failed program was:" >&5
7719 sed 's/^/| /' conftest.$ac_ext >&5
7721 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7724 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7725 conftest$ac_exeext conftest.$ac_ext
7726 CFLAGS=$ac_wine_try_cflags_saved
7728 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7729 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7730 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7731 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7732 else
7733 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7734 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7735 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7736 echo $ECHO_N "(cached) $ECHO_C" >&6
7737 else
7738 ac_wine_try_cflags_saved=$CFLAGS
7739 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7740 cat >conftest.$ac_ext <<_ACEOF
7741 /* confdefs.h. */
7742 _ACEOF
7743 cat confdefs.h >>conftest.$ac_ext
7744 cat >>conftest.$ac_ext <<_ACEOF
7745 /* end confdefs.h. */
7746 int main(int argc, char *argv) { return 0; }
7747 _ACEOF
7748 rm -f conftest.$ac_objext conftest$ac_exeext
7749 if { (ac_try="$ac_link"
7750 case "(($ac_try" in
7751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7752 *) ac_try_echo=$ac_try;;
7753 esac
7754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7755 (eval "$ac_link") 2>conftest.er1
7756 ac_status=$?
7757 grep -v '^ *+' conftest.er1 >conftest.err
7758 rm -f conftest.er1
7759 cat conftest.err >&5
7760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7761 (exit $ac_status); } && {
7762 test -z "$ac_c_werror_flag" ||
7763 test ! -s conftest.err
7764 } && test -s conftest$ac_exeext &&
7765 $as_test_x conftest$ac_exeext; then
7766 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7767 else
7768 echo "$as_me: failed program was:" >&5
7769 sed 's/^/| /' conftest.$ac_ext >&5
7771 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7774 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7775 conftest$ac_exeext conftest.$ac_ext
7776 CFLAGS=$ac_wine_try_cflags_saved
7778 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7779 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7780 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7781 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7787 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7788 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7789 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7790 echo $ECHO_N "(cached) $ECHO_C" >&6
7791 else
7792 ac_wine_try_cflags_saved=$CFLAGS
7793 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7794 cat >conftest.$ac_ext <<_ACEOF
7795 /* confdefs.h. */
7796 _ACEOF
7797 cat confdefs.h >>conftest.$ac_ext
7798 cat >>conftest.$ac_ext <<_ACEOF
7799 /* end confdefs.h. */
7800 int main(int argc, char *argv) { return 0; }
7801 _ACEOF
7802 rm -f conftest.$ac_objext conftest$ac_exeext
7803 if { (ac_try="$ac_link"
7804 case "(($ac_try" in
7805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7806 *) ac_try_echo=$ac_try;;
7807 esac
7808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7809 (eval "$ac_link") 2>conftest.er1
7810 ac_status=$?
7811 grep -v '^ *+' conftest.er1 >conftest.err
7812 rm -f conftest.er1
7813 cat conftest.err >&5
7814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7815 (exit $ac_status); } && {
7816 test -z "$ac_c_werror_flag" ||
7817 test ! -s conftest.err
7818 } && test -s conftest$ac_exeext &&
7819 $as_test_x conftest$ac_exeext; then
7820 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7821 else
7822 echo "$as_me: failed program was:" >&5
7823 sed 's/^/| /' conftest.$ac_ext >&5
7825 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7829 conftest$ac_exeext conftest.$ac_ext
7830 CFLAGS=$ac_wine_try_cflags_saved
7832 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7833 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7834 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7835 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7839 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7840 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7841 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7842 echo $ECHO_N "(cached) $ECHO_C" >&6
7843 else
7844 ac_wine_try_cflags_saved=$CFLAGS
7845 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7846 cat >conftest.$ac_ext <<_ACEOF
7847 /* confdefs.h. */
7848 _ACEOF
7849 cat confdefs.h >>conftest.$ac_ext
7850 cat >>conftest.$ac_ext <<_ACEOF
7851 /* end confdefs.h. */
7852 int main(int argc, char *argv) { return 0; }
7853 _ACEOF
7854 rm -f conftest.$ac_objext conftest$ac_exeext
7855 if { (ac_try="$ac_link"
7856 case "(($ac_try" in
7857 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7858 *) ac_try_echo=$ac_try;;
7859 esac
7860 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7861 (eval "$ac_link") 2>conftest.er1
7862 ac_status=$?
7863 grep -v '^ *+' conftest.er1 >conftest.err
7864 rm -f conftest.er1
7865 cat conftest.err >&5
7866 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7867 (exit $ac_status); } && {
7868 test -z "$ac_c_werror_flag" ||
7869 test ! -s conftest.err
7870 } && test -s conftest$ac_exeext &&
7871 $as_test_x conftest$ac_exeext; then
7872 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7873 else
7874 echo "$as_me: failed program was:" >&5
7875 sed 's/^/| /' conftest.$ac_ext >&5
7877 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7880 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7881 conftest$ac_exeext conftest.$ac_ext
7882 CFLAGS=$ac_wine_try_cflags_saved
7884 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7885 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7886 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7887 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7891 echo '{ global: *; };' >conftest.map
7892 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7893 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7894 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7895 echo $ECHO_N "(cached) $ECHO_C" >&6
7896 else
7897 ac_wine_try_cflags_saved=$CFLAGS
7898 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7899 cat >conftest.$ac_ext <<_ACEOF
7900 /* confdefs.h. */
7901 _ACEOF
7902 cat confdefs.h >>conftest.$ac_ext
7903 cat >>conftest.$ac_ext <<_ACEOF
7904 /* end confdefs.h. */
7905 int main(int argc, char *argv) { return 0; }
7906 _ACEOF
7907 rm -f conftest.$ac_objext conftest$ac_exeext
7908 if { (ac_try="$ac_link"
7909 case "(($ac_try" in
7910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7911 *) ac_try_echo=$ac_try;;
7912 esac
7913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7914 (eval "$ac_link") 2>conftest.er1
7915 ac_status=$?
7916 grep -v '^ *+' conftest.er1 >conftest.err
7917 rm -f conftest.er1
7918 cat conftest.err >&5
7919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7920 (exit $ac_status); } && {
7921 test -z "$ac_c_werror_flag" ||
7922 test ! -s conftest.err
7923 } && test -s conftest$ac_exeext &&
7924 $as_test_x conftest$ac_exeext; then
7925 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
7926 else
7927 echo "$as_me: failed program was:" >&5
7928 sed 's/^/| /' conftest.$ac_ext >&5
7930 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
7933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7934 conftest$ac_exeext conftest.$ac_ext
7935 CFLAGS=$ac_wine_try_cflags_saved
7937 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
7938 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
7939 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
7940 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
7943 rm -f conftest.map
7945 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
7946 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
7947 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
7948 echo $ECHO_N "(cached) $ECHO_C" >&6
7949 else
7950 ac_wine_try_cflags_saved=$CFLAGS
7951 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
7952 cat >conftest.$ac_ext <<_ACEOF
7953 /* confdefs.h. */
7954 _ACEOF
7955 cat confdefs.h >>conftest.$ac_ext
7956 cat >>conftest.$ac_ext <<_ACEOF
7957 /* end confdefs.h. */
7958 int main(int argc, char *argv) { return 0; }
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_cflags__fPIC__Wl___export_dynamic=yes
7979 else
7980 echo "$as_me: failed program was:" >&5
7981 sed 's/^/| /' conftest.$ac_ext >&5
7983 ac_cv_cflags__fPIC__Wl___export_dynamic=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_cflags__fPIC__Wl___export_dynamic" >&5
7991 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
7992 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
7993 LDEXECFLAGS="-Wl,--export-dynamic"
7998 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
7999 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8000 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8001 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8002 echo $ECHO_N "(cached) $ECHO_C" >&6
8003 else
8004 ac_wine_try_cflags_saved=$CFLAGS
8005 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8006 cat >conftest.$ac_ext <<_ACEOF
8007 /* confdefs.h. */
8008 _ACEOF
8009 cat confdefs.h >>conftest.$ac_ext
8010 cat >>conftest.$ac_ext <<_ACEOF
8011 /* end confdefs.h. */
8012 int main(int argc, char *argv) { return 0; }
8013 _ACEOF
8014 rm -f conftest.$ac_objext conftest$ac_exeext
8015 if { (ac_try="$ac_link"
8016 case "(($ac_try" in
8017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8018 *) ac_try_echo=$ac_try;;
8019 esac
8020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8021 (eval "$ac_link") 2>conftest.er1
8022 ac_status=$?
8023 grep -v '^ *+' conftest.er1 >conftest.err
8024 rm -f conftest.er1
8025 cat conftest.err >&5
8026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8027 (exit $ac_status); } && {
8028 test -z "$ac_c_werror_flag" ||
8029 test ! -s conftest.err
8030 } && test -s conftest$ac_exeext &&
8031 $as_test_x conftest$ac_exeext; then
8032 eval "$as_ac_var=yes"
8033 else
8034 echo "$as_me: failed program was:" >&5
8035 sed 's/^/| /' conftest.$ac_ext >&5
8037 eval "$as_ac_var=no"
8040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8041 conftest$ac_exeext conftest.$ac_ext
8042 CFLAGS=$ac_wine_try_cflags_saved
8044 ac_res=`eval echo '${'$as_ac_var'}'`
8045 { echo "$as_me:$LINENO: result: $ac_res" >&5
8046 echo "${ECHO_T}$ac_res" >&6; }
8047 if test `eval echo '${'$as_ac_var'}'` = yes; then
8048 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8049 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8050 else
8051 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8052 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8053 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8054 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8055 echo $ECHO_N "(cached) $ECHO_C" >&6
8056 else
8057 ac_wine_try_cflags_saved=$CFLAGS
8058 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8059 cat >conftest.$ac_ext <<_ACEOF
8060 /* confdefs.h. */
8061 _ACEOF
8062 cat confdefs.h >>conftest.$ac_ext
8063 cat >>conftest.$ac_ext <<_ACEOF
8064 /* end confdefs.h. */
8065 int main(int argc, char *argv) { return 0; }
8066 _ACEOF
8067 rm -f conftest.$ac_objext conftest$ac_exeext
8068 if { (ac_try="$ac_link"
8069 case "(($ac_try" in
8070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8071 *) ac_try_echo=$ac_try;;
8072 esac
8073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8074 (eval "$ac_link") 2>conftest.er1
8075 ac_status=$?
8076 grep -v '^ *+' conftest.er1 >conftest.err
8077 rm -f conftest.er1
8078 cat conftest.err >&5
8079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8080 (exit $ac_status); } && {
8081 test -z "$ac_c_werror_flag" ||
8082 test ! -s conftest.err
8083 } && test -s conftest$ac_exeext &&
8084 $as_test_x conftest$ac_exeext; then
8085 eval "$as_ac_var=yes"
8086 else
8087 echo "$as_me: failed program was:" >&5
8088 sed 's/^/| /' conftest.$ac_ext >&5
8090 eval "$as_ac_var=no"
8093 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8094 conftest$ac_exeext conftest.$ac_ext
8095 CFLAGS=$ac_wine_try_cflags_saved
8097 ac_res=`eval echo '${'$as_ac_var'}'`
8098 { echo "$as_me:$LINENO: result: $ac_res" >&5
8099 echo "${ECHO_T}$ac_res" >&6; }
8100 if test `eval echo '${'$as_ac_var'}'` = yes; then
8101 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8102 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8108 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8109 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8110 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8111 echo $ECHO_N "(cached) $ECHO_C" >&6
8112 else
8113 ac_wine_try_cflags_saved=$CFLAGS
8114 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8115 cat >conftest.$ac_ext <<_ACEOF
8116 /* confdefs.h. */
8117 _ACEOF
8118 cat confdefs.h >>conftest.$ac_ext
8119 cat >>conftest.$ac_ext <<_ACEOF
8120 /* end confdefs.h. */
8121 int main(int argc, char *argv) { return 0; }
8122 _ACEOF
8123 rm -f conftest.$ac_objext conftest$ac_exeext
8124 if { (ac_try="$ac_link"
8125 case "(($ac_try" in
8126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8127 *) ac_try_echo=$ac_try;;
8128 esac
8129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8130 (eval "$ac_link") 2>conftest.er1
8131 ac_status=$?
8132 grep -v '^ *+' conftest.er1 >conftest.err
8133 rm -f conftest.er1
8134 cat conftest.err >&5
8135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8136 (exit $ac_status); } && {
8137 test -z "$ac_c_werror_flag" ||
8138 test ! -s conftest.err
8139 } && test -s conftest$ac_exeext &&
8140 $as_test_x conftest$ac_exeext; then
8141 ac_cv_cflags__Wl___enable_new_dtags=yes
8142 else
8143 echo "$as_me: failed program was:" >&5
8144 sed 's/^/| /' conftest.$ac_ext >&5
8146 ac_cv_cflags__Wl___enable_new_dtags=no
8149 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8150 conftest$ac_exeext conftest.$ac_ext
8151 CFLAGS=$ac_wine_try_cflags_saved
8153 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8154 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8155 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8156 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8160 case $host_cpu in
8161 *i[3456789]86* | x86_64)
8162 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8163 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8164 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8165 echo $ECHO_N "(cached) $ECHO_C" >&6
8166 else
8167 ac_wine_try_cflags_saved=$CFLAGS
8168 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8169 cat >conftest.$ac_ext <<_ACEOF
8170 /* confdefs.h. */
8171 _ACEOF
8172 cat confdefs.h >>conftest.$ac_ext
8173 cat >>conftest.$ac_ext <<_ACEOF
8174 /* end confdefs.h. */
8175 int main(int argc, char *argv) { return 0; }
8176 _ACEOF
8177 rm -f conftest.$ac_objext conftest$ac_exeext
8178 if { (ac_try="$ac_link"
8179 case "(($ac_try" in
8180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8181 *) ac_try_echo=$ac_try;;
8182 esac
8183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8184 (eval "$ac_link") 2>conftest.er1
8185 ac_status=$?
8186 grep -v '^ *+' conftest.er1 >conftest.err
8187 rm -f conftest.er1
8188 cat conftest.err >&5
8189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8190 (exit $ac_status); } && {
8191 test -z "$ac_c_werror_flag" ||
8192 test ! -s conftest.err
8193 } && test -s conftest$ac_exeext &&
8194 $as_test_x conftest$ac_exeext; then
8195 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8196 else
8197 echo "$as_me: failed program was:" >&5
8198 sed 's/^/| /' conftest.$ac_ext >&5
8200 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8204 conftest$ac_exeext conftest.$ac_ext
8205 CFLAGS=$ac_wine_try_cflags_saved
8207 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8208 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8209 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8210 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8214 esac
8216 else
8217 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8218 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8219 if test "${ac_cv_c_dll_unixware+set}" = set; then
8220 echo $ECHO_N "(cached) $ECHO_C" >&6
8221 else
8222 ac_wine_try_cflags_saved=$CFLAGS
8223 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8224 cat >conftest.$ac_ext <<_ACEOF
8225 void myfunc() {}
8226 _ACEOF
8227 rm -f conftest.$ac_objext conftest$ac_exeext
8228 if { (ac_try="$ac_link"
8229 case "(($ac_try" in
8230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8231 *) ac_try_echo=$ac_try;;
8232 esac
8233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8234 (eval "$ac_link") 2>conftest.er1
8235 ac_status=$?
8236 grep -v '^ *+' conftest.er1 >conftest.err
8237 rm -f conftest.er1
8238 cat conftest.err >&5
8239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8240 (exit $ac_status); } && {
8241 test -z "$ac_c_werror_flag" ||
8242 test ! -s conftest.err
8243 } && test -s conftest$ac_exeext &&
8244 $as_test_x conftest$ac_exeext; then
8245 ac_cv_c_dll_unixware="yes"
8246 else
8247 echo "$as_me: failed program was:" >&5
8248 sed 's/^/| /' conftest.$ac_ext >&5
8250 ac_cv_c_dll_unixware="no"
8253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8254 conftest$ac_exeext conftest.$ac_ext
8255 CFLAGS=$ac_wine_try_cflags_saved
8257 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8258 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8259 if test "$ac_cv_c_dll_unixware" = "yes"
8260 then
8261 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8262 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8264 else
8265 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8266 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8267 if test "${ac_cv_c_dll_hpux+set}" = set; then
8268 echo $ECHO_N "(cached) $ECHO_C" >&6
8269 else
8270 ac_wine_try_cflags_saved=$CFLAGS
8271 CFLAGS="$CFLAGS -shared"
8272 cat >conftest.$ac_ext <<_ACEOF
8273 void myfunc() {}
8274 _ACEOF
8275 rm -f conftest.$ac_objext conftest$ac_exeext
8276 if { (ac_try="$ac_link"
8277 case "(($ac_try" in
8278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8279 *) ac_try_echo=$ac_try;;
8280 esac
8281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8282 (eval "$ac_link") 2>conftest.er1
8283 ac_status=$?
8284 grep -v '^ *+' conftest.er1 >conftest.err
8285 rm -f conftest.er1
8286 cat conftest.err >&5
8287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8288 (exit $ac_status); } && {
8289 test -z "$ac_c_werror_flag" ||
8290 test ! -s conftest.err
8291 } && test -s conftest$ac_exeext &&
8292 $as_test_x conftest$ac_exeext; then
8293 ac_cv_c_dll_hpux="yes"
8294 else
8295 echo "$as_me: failed program was:" >&5
8296 sed 's/^/| /' conftest.$ac_ext >&5
8298 ac_cv_c_dll_hpux="no"
8301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8302 conftest$ac_exeext conftest.$ac_ext
8303 CFLAGS=$ac_wine_try_cflags_saved
8305 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8306 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8307 if test "$ac_cv_c_dll_hpux" = "yes"
8308 then
8309 LIBEXT="sl"
8310 DLLEXT=".sl"
8311 LDDLLFLAGS="-shared -fPIC"
8312 LDSHARED="\$(CC) -shared"
8317 esac
8319 enable_winequartz_drv=${enable_winequartz_drv:-no}
8321 if test "$LIBEXT" = "a"; then
8322 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8323 It is currently not possible to build Wine without shared library
8324 (.so) support to allow transparent switch between .so and .dll files.
8325 If you are using Linux, you will need a newer binutils.
8326 " >&5
8327 echo "$as_me: error: could not find a way to build shared libraries.
8328 It is currently not possible to build Wine without shared library
8329 (.so) support to allow transparent switch between .so and .dll files.
8330 If you are using Linux, you will need a newer binutils.
8331 " >&2;}
8332 { (exit 1); exit 1; }; }
8335 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8336 then
8337 case "$host_cpu" in
8338 i[3456789]86*)
8339 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
8340 x86_64)
8341 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
8343 ac_prefix_list="" ;;
8344 esac
8345 for ac_prog in $ac_prefix_list
8347 # Extract the first word of "$ac_prog", so it can be a program name with args.
8348 set dummy $ac_prog; ac_word=$2
8349 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8350 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8351 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8352 echo $ECHO_N "(cached) $ECHO_C" >&6
8353 else
8354 if test -n "$CROSSCC"; then
8355 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8356 else
8357 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8358 for as_dir in $PATH
8360 IFS=$as_save_IFS
8361 test -z "$as_dir" && as_dir=.
8362 for ac_exec_ext in '' $ac_executable_extensions; do
8363 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8364 ac_cv_prog_CROSSCC="$ac_prog"
8365 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8366 break 2
8368 done
8369 done
8370 IFS=$as_save_IFS
8374 CROSSCC=$ac_cv_prog_CROSSCC
8375 if test -n "$CROSSCC"; then
8376 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8377 echo "${ECHO_T}$CROSSCC" >&6; }
8378 else
8379 { echo "$as_me:$LINENO: result: no" >&5
8380 echo "${ECHO_T}no" >&6; }
8384 test -n "$CROSSCC" && break
8385 done
8386 test -n "$CROSSCC" || CROSSCC="false"
8388 if test "$CROSSCC" != "false"
8389 then
8390 CROSSTEST="\$(CROSSTEST)"
8392 set x $CROSSCC
8393 shift
8394 target=""
8395 while test $# -ge 1
8397 case "$1" in
8398 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8399 esac
8400 shift
8401 done
8402 if test -n "$target"
8403 then
8404 CROSSTARGETFLAGS="-b $target"
8411 if test "$ac_cv_header_pthread_h" = "yes"
8412 then
8413 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8414 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8415 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8416 echo $ECHO_N "(cached) $ECHO_C" >&6
8417 else
8418 ac_check_lib_save_LIBS=$LIBS
8419 LIBS="-lpthread $LIBS"
8420 cat >conftest.$ac_ext <<_ACEOF
8421 /* confdefs.h. */
8422 _ACEOF
8423 cat confdefs.h >>conftest.$ac_ext
8424 cat >>conftest.$ac_ext <<_ACEOF
8425 /* end confdefs.h. */
8427 /* Override any GCC internal prototype to avoid an error.
8428 Use char because int might match the return type of a GCC
8429 builtin and then its argument prototype would still apply. */
8430 #ifdef __cplusplus
8431 extern "C"
8432 #endif
8433 char pthread_create ();
8435 main ()
8437 return pthread_create ();
8439 return 0;
8441 _ACEOF
8442 rm -f conftest.$ac_objext conftest$ac_exeext
8443 if { (ac_try="$ac_link"
8444 case "(($ac_try" in
8445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8446 *) ac_try_echo=$ac_try;;
8447 esac
8448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8449 (eval "$ac_link") 2>conftest.er1
8450 ac_status=$?
8451 grep -v '^ *+' conftest.er1 >conftest.err
8452 rm -f conftest.er1
8453 cat conftest.err >&5
8454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8455 (exit $ac_status); } && {
8456 test -z "$ac_c_werror_flag" ||
8457 test ! -s conftest.err
8458 } && test -s conftest$ac_exeext &&
8459 $as_test_x conftest$ac_exeext; then
8460 ac_cv_lib_pthread_pthread_create=yes
8461 else
8462 echo "$as_me: failed program was:" >&5
8463 sed 's/^/| /' conftest.$ac_ext >&5
8465 ac_cv_lib_pthread_pthread_create=no
8468 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8469 conftest$ac_exeext conftest.$ac_ext
8470 LIBS=$ac_check_lib_save_LIBS
8472 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8473 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8474 if test $ac_cv_lib_pthread_pthread_create = yes; then
8475 LIBPTHREAD="-lpthread"
8480 if test "x$LIBPTHREAD" = "x"; then
8481 case "x$with_pthread" in
8482 xno) ;;
8483 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8484 Wine cannot support threads without libpthread.
8485 Use the --without-pthread option if you really want this." >&5
8486 echo "$as_me: error: pthread ${notice_platform}development files not found.
8487 Wine cannot support threads without libpthread.
8488 Use the --without-pthread option if you really want this." >&2;}
8489 { (exit 1); exit 1; }; } ;;
8490 esac
8495 { echo "$as_me:$LINENO: checking for X" >&5
8496 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8499 # Check whether --with-x was given.
8500 if test "${with_x+set}" = set; then
8501 withval=$with_x;
8504 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8505 if test "x$with_x" = xno; then
8506 # The user explicitly disabled X.
8507 have_x=disabled
8508 else
8509 case $x_includes,$x_libraries in #(
8510 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8511 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8512 { (exit 1); exit 1; }; };; #(
8513 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8514 echo $ECHO_N "(cached) $ECHO_C" >&6
8515 else
8516 # One or both of the vars are not set, and there is no cached value.
8517 ac_x_includes=no ac_x_libraries=no
8518 rm -f -r conftest.dir
8519 if mkdir conftest.dir; then
8520 cd conftest.dir
8521 cat >Imakefile <<'_ACEOF'
8522 incroot:
8523 @echo incroot='${INCROOT}'
8524 usrlibdir:
8525 @echo usrlibdir='${USRLIBDIR}'
8526 libdir:
8527 @echo libdir='${LIBDIR}'
8528 _ACEOF
8529 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8530 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8531 for ac_var in incroot usrlibdir libdir; do
8532 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8533 done
8534 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8535 for ac_extension in a so sl; do
8536 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8537 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8538 ac_im_usrlibdir=$ac_im_libdir; break
8540 done
8541 # Screen out bogus values from the imake configuration. They are
8542 # bogus both because they are the default anyway, and because
8543 # using them would break gcc on systems where it needs fixed includes.
8544 case $ac_im_incroot in
8545 /usr/include) ac_x_includes= ;;
8546 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8547 esac
8548 case $ac_im_usrlibdir in
8549 /usr/lib | /lib) ;;
8550 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8551 esac
8553 cd ..
8554 rm -f -r conftest.dir
8557 # Standard set of common directories for X headers.
8558 # Check X11 before X11Rn because it is often a symlink to the current release.
8559 ac_x_header_dirs='
8560 /usr/X11/include
8561 /usr/X11R6/include
8562 /usr/X11R5/include
8563 /usr/X11R4/include
8565 /usr/include/X11
8566 /usr/include/X11R6
8567 /usr/include/X11R5
8568 /usr/include/X11R4
8570 /usr/local/X11/include
8571 /usr/local/X11R6/include
8572 /usr/local/X11R5/include
8573 /usr/local/X11R4/include
8575 /usr/local/include/X11
8576 /usr/local/include/X11R6
8577 /usr/local/include/X11R5
8578 /usr/local/include/X11R4
8580 /usr/X386/include
8581 /usr/x386/include
8582 /usr/XFree86/include/X11
8584 /usr/include
8585 /usr/local/include
8586 /usr/unsupported/include
8587 /usr/athena/include
8588 /usr/local/x11r5/include
8589 /usr/lpp/Xamples/include
8591 /usr/openwin/include
8592 /usr/openwin/share/include'
8594 if test "$ac_x_includes" = no; then
8595 # Guess where to find include files, by looking for Xlib.h.
8596 # First, try using that file with no special directory specified.
8597 cat >conftest.$ac_ext <<_ACEOF
8598 /* confdefs.h. */
8599 _ACEOF
8600 cat confdefs.h >>conftest.$ac_ext
8601 cat >>conftest.$ac_ext <<_ACEOF
8602 /* end confdefs.h. */
8603 #include <X11/Xlib.h>
8604 _ACEOF
8605 if { (ac_try="$ac_cpp conftest.$ac_ext"
8606 case "(($ac_try" in
8607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8608 *) ac_try_echo=$ac_try;;
8609 esac
8610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8611 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8612 ac_status=$?
8613 grep -v '^ *+' conftest.er1 >conftest.err
8614 rm -f conftest.er1
8615 cat conftest.err >&5
8616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8617 (exit $ac_status); } >/dev/null && {
8618 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8619 test ! -s conftest.err
8620 }; then
8621 # We can compile using X headers with no special include directory.
8622 ac_x_includes=
8623 else
8624 echo "$as_me: failed program was:" >&5
8625 sed 's/^/| /' conftest.$ac_ext >&5
8627 for ac_dir in $ac_x_header_dirs; do
8628 if test -r "$ac_dir/X11/Xlib.h"; then
8629 ac_x_includes=$ac_dir
8630 break
8632 done
8635 rm -f conftest.err conftest.$ac_ext
8636 fi # $ac_x_includes = no
8638 if test "$ac_x_libraries" = no; then
8639 # Check for the libraries.
8640 # See if we find them without any special options.
8641 # Don't add to $LIBS permanently.
8642 ac_save_LIBS=$LIBS
8643 LIBS="-lX11 $LIBS"
8644 cat >conftest.$ac_ext <<_ACEOF
8645 /* confdefs.h. */
8646 _ACEOF
8647 cat confdefs.h >>conftest.$ac_ext
8648 cat >>conftest.$ac_ext <<_ACEOF
8649 /* end confdefs.h. */
8650 #include <X11/Xlib.h>
8652 main ()
8654 XrmInitialize ()
8656 return 0;
8658 _ACEOF
8659 rm -f conftest.$ac_objext conftest$ac_exeext
8660 if { (ac_try="$ac_link"
8661 case "(($ac_try" in
8662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8663 *) ac_try_echo=$ac_try;;
8664 esac
8665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8666 (eval "$ac_link") 2>conftest.er1
8667 ac_status=$?
8668 grep -v '^ *+' conftest.er1 >conftest.err
8669 rm -f conftest.er1
8670 cat conftest.err >&5
8671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8672 (exit $ac_status); } && {
8673 test -z "$ac_c_werror_flag" ||
8674 test ! -s conftest.err
8675 } && test -s conftest$ac_exeext &&
8676 $as_test_x conftest$ac_exeext; then
8677 LIBS=$ac_save_LIBS
8678 # We can link X programs with no special library path.
8679 ac_x_libraries=
8680 else
8681 echo "$as_me: failed program was:" >&5
8682 sed 's/^/| /' conftest.$ac_ext >&5
8684 LIBS=$ac_save_LIBS
8685 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8687 # Don't even attempt the hair of trying to link an X program!
8688 for ac_extension in a so sl; do
8689 if test -r "$ac_dir/libX11.$ac_extension"; then
8690 ac_x_libraries=$ac_dir
8691 break 2
8693 done
8694 done
8697 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8698 conftest$ac_exeext conftest.$ac_ext
8699 fi # $ac_x_libraries = no
8701 case $ac_x_includes,$ac_x_libraries in #(
8702 no,* | *,no | *\'*)
8703 # Didn't find X, or a directory has "'" in its name.
8704 ac_cv_have_x="have_x=no";; #(
8706 # Record where we found X for the cache.
8707 ac_cv_have_x="have_x=yes\
8708 ac_x_includes='$ac_x_includes'\
8709 ac_x_libraries='$ac_x_libraries'"
8710 esac
8712 ;; #(
8713 *) have_x=yes;;
8714 esac
8715 eval "$ac_cv_have_x"
8716 fi # $with_x != no
8718 if test "$have_x" != yes; then
8719 { echo "$as_me:$LINENO: result: $have_x" >&5
8720 echo "${ECHO_T}$have_x" >&6; }
8721 no_x=yes
8722 else
8723 # If each of the values was on the command line, it overrides each guess.
8724 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8725 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8726 # Update the cache value to reflect the command line values.
8727 ac_cv_have_x="have_x=yes\
8728 ac_x_includes='$x_includes'\
8729 ac_x_libraries='$x_libraries'"
8730 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8731 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8734 if test "$no_x" = yes; then
8735 # Not all programs may use this symbol, but it does not hurt to define it.
8737 cat >>confdefs.h <<\_ACEOF
8738 #define X_DISPLAY_MISSING 1
8739 _ACEOF
8741 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8742 else
8743 if test -n "$x_includes"; then
8744 X_CFLAGS="$X_CFLAGS -I$x_includes"
8747 # It would also be nice to do this for all -L options, not just this one.
8748 if test -n "$x_libraries"; then
8749 X_LIBS="$X_LIBS -L$x_libraries"
8750 # For Solaris; some versions of Sun CC require a space after -R and
8751 # others require no space. Words are not sufficient . . . .
8752 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8753 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8754 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8755 ac_xsave_c_werror_flag=$ac_c_werror_flag
8756 ac_c_werror_flag=yes
8757 cat >conftest.$ac_ext <<_ACEOF
8758 /* confdefs.h. */
8759 _ACEOF
8760 cat confdefs.h >>conftest.$ac_ext
8761 cat >>conftest.$ac_ext <<_ACEOF
8762 /* end confdefs.h. */
8765 main ()
8769 return 0;
8771 _ACEOF
8772 rm -f conftest.$ac_objext conftest$ac_exeext
8773 if { (ac_try="$ac_link"
8774 case "(($ac_try" in
8775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8776 *) ac_try_echo=$ac_try;;
8777 esac
8778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8779 (eval "$ac_link") 2>conftest.er1
8780 ac_status=$?
8781 grep -v '^ *+' conftest.er1 >conftest.err
8782 rm -f conftest.er1
8783 cat conftest.err >&5
8784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8785 (exit $ac_status); } && {
8786 test -z "$ac_c_werror_flag" ||
8787 test ! -s conftest.err
8788 } && test -s conftest$ac_exeext &&
8789 $as_test_x conftest$ac_exeext; then
8790 { echo "$as_me:$LINENO: result: no" >&5
8791 echo "${ECHO_T}no" >&6; }
8792 X_LIBS="$X_LIBS -R$x_libraries"
8793 else
8794 echo "$as_me: failed program was:" >&5
8795 sed 's/^/| /' conftest.$ac_ext >&5
8797 LIBS="$ac_xsave_LIBS -R $x_libraries"
8798 cat >conftest.$ac_ext <<_ACEOF
8799 /* confdefs.h. */
8800 _ACEOF
8801 cat confdefs.h >>conftest.$ac_ext
8802 cat >>conftest.$ac_ext <<_ACEOF
8803 /* end confdefs.h. */
8806 main ()
8810 return 0;
8812 _ACEOF
8813 rm -f conftest.$ac_objext conftest$ac_exeext
8814 if { (ac_try="$ac_link"
8815 case "(($ac_try" in
8816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8817 *) ac_try_echo=$ac_try;;
8818 esac
8819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8820 (eval "$ac_link") 2>conftest.er1
8821 ac_status=$?
8822 grep -v '^ *+' conftest.er1 >conftest.err
8823 rm -f conftest.er1
8824 cat conftest.err >&5
8825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8826 (exit $ac_status); } && {
8827 test -z "$ac_c_werror_flag" ||
8828 test ! -s conftest.err
8829 } && test -s conftest$ac_exeext &&
8830 $as_test_x conftest$ac_exeext; then
8831 { echo "$as_me:$LINENO: result: yes" >&5
8832 echo "${ECHO_T}yes" >&6; }
8833 X_LIBS="$X_LIBS -R $x_libraries"
8834 else
8835 echo "$as_me: failed program was:" >&5
8836 sed 's/^/| /' conftest.$ac_ext >&5
8838 { echo "$as_me:$LINENO: result: neither works" >&5
8839 echo "${ECHO_T}neither works" >&6; }
8842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8843 conftest$ac_exeext conftest.$ac_ext
8846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8847 conftest$ac_exeext conftest.$ac_ext
8848 ac_c_werror_flag=$ac_xsave_c_werror_flag
8849 LIBS=$ac_xsave_LIBS
8852 # Check for system-dependent libraries X programs must link with.
8853 # Do this before checking for the system-independent R6 libraries
8854 # (-lICE), since we may need -lsocket or whatever for X linking.
8856 if test "$ISC" = yes; then
8857 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
8858 else
8859 # Martyn Johnson says this is needed for Ultrix, if the X
8860 # libraries were built with DECnet support. And Karl Berry says
8861 # the Alpha needs dnet_stub (dnet does not exist).
8862 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
8863 cat >conftest.$ac_ext <<_ACEOF
8864 /* confdefs.h. */
8865 _ACEOF
8866 cat confdefs.h >>conftest.$ac_ext
8867 cat >>conftest.$ac_ext <<_ACEOF
8868 /* end confdefs.h. */
8870 /* Override any GCC internal prototype to avoid an error.
8871 Use char because int might match the return type of a GCC
8872 builtin and then its argument prototype would still apply. */
8873 #ifdef __cplusplus
8874 extern "C"
8875 #endif
8876 char XOpenDisplay ();
8878 main ()
8880 return XOpenDisplay ();
8882 return 0;
8884 _ACEOF
8885 rm -f conftest.$ac_objext conftest$ac_exeext
8886 if { (ac_try="$ac_link"
8887 case "(($ac_try" in
8888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8889 *) ac_try_echo=$ac_try;;
8890 esac
8891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8892 (eval "$ac_link") 2>conftest.er1
8893 ac_status=$?
8894 grep -v '^ *+' conftest.er1 >conftest.err
8895 rm -f conftest.er1
8896 cat conftest.err >&5
8897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8898 (exit $ac_status); } && {
8899 test -z "$ac_c_werror_flag" ||
8900 test ! -s conftest.err
8901 } && test -s conftest$ac_exeext &&
8902 $as_test_x conftest$ac_exeext; then
8904 else
8905 echo "$as_me: failed program was:" >&5
8906 sed 's/^/| /' conftest.$ac_ext >&5
8908 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
8909 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
8910 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
8911 echo $ECHO_N "(cached) $ECHO_C" >&6
8912 else
8913 ac_check_lib_save_LIBS=$LIBS
8914 LIBS="-ldnet $LIBS"
8915 cat >conftest.$ac_ext <<_ACEOF
8916 /* confdefs.h. */
8917 _ACEOF
8918 cat confdefs.h >>conftest.$ac_ext
8919 cat >>conftest.$ac_ext <<_ACEOF
8920 /* end confdefs.h. */
8922 /* Override any GCC internal prototype to avoid an error.
8923 Use char because int might match the return type of a GCC
8924 builtin and then its argument prototype would still apply. */
8925 #ifdef __cplusplus
8926 extern "C"
8927 #endif
8928 char dnet_ntoa ();
8930 main ()
8932 return dnet_ntoa ();
8934 return 0;
8936 _ACEOF
8937 rm -f conftest.$ac_objext conftest$ac_exeext
8938 if { (ac_try="$ac_link"
8939 case "(($ac_try" in
8940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8941 *) ac_try_echo=$ac_try;;
8942 esac
8943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8944 (eval "$ac_link") 2>conftest.er1
8945 ac_status=$?
8946 grep -v '^ *+' conftest.er1 >conftest.err
8947 rm -f conftest.er1
8948 cat conftest.err >&5
8949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8950 (exit $ac_status); } && {
8951 test -z "$ac_c_werror_flag" ||
8952 test ! -s conftest.err
8953 } && test -s conftest$ac_exeext &&
8954 $as_test_x conftest$ac_exeext; then
8955 ac_cv_lib_dnet_dnet_ntoa=yes
8956 else
8957 echo "$as_me: failed program was:" >&5
8958 sed 's/^/| /' conftest.$ac_ext >&5
8960 ac_cv_lib_dnet_dnet_ntoa=no
8963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8964 conftest$ac_exeext conftest.$ac_ext
8965 LIBS=$ac_check_lib_save_LIBS
8967 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
8968 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
8969 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
8970 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
8973 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
8974 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
8975 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
8976 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
8977 echo $ECHO_N "(cached) $ECHO_C" >&6
8978 else
8979 ac_check_lib_save_LIBS=$LIBS
8980 LIBS="-ldnet_stub $LIBS"
8981 cat >conftest.$ac_ext <<_ACEOF
8982 /* confdefs.h. */
8983 _ACEOF
8984 cat confdefs.h >>conftest.$ac_ext
8985 cat >>conftest.$ac_ext <<_ACEOF
8986 /* end confdefs.h. */
8988 /* Override any GCC internal prototype to avoid an error.
8989 Use char because int might match the return type of a GCC
8990 builtin and then its argument prototype would still apply. */
8991 #ifdef __cplusplus
8992 extern "C"
8993 #endif
8994 char dnet_ntoa ();
8996 main ()
8998 return dnet_ntoa ();
9000 return 0;
9002 _ACEOF
9003 rm -f conftest.$ac_objext conftest$ac_exeext
9004 if { (ac_try="$ac_link"
9005 case "(($ac_try" in
9006 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9007 *) ac_try_echo=$ac_try;;
9008 esac
9009 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9010 (eval "$ac_link") 2>conftest.er1
9011 ac_status=$?
9012 grep -v '^ *+' conftest.er1 >conftest.err
9013 rm -f conftest.er1
9014 cat conftest.err >&5
9015 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9016 (exit $ac_status); } && {
9017 test -z "$ac_c_werror_flag" ||
9018 test ! -s conftest.err
9019 } && test -s conftest$ac_exeext &&
9020 $as_test_x conftest$ac_exeext; then
9021 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9022 else
9023 echo "$as_me: failed program was:" >&5
9024 sed 's/^/| /' conftest.$ac_ext >&5
9026 ac_cv_lib_dnet_stub_dnet_ntoa=no
9029 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9030 conftest$ac_exeext conftest.$ac_ext
9031 LIBS=$ac_check_lib_save_LIBS
9033 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9034 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9035 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9036 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9043 conftest$ac_exeext conftest.$ac_ext
9044 LIBS="$ac_xsave_LIBS"
9046 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9047 # to get the SysV transport functions.
9048 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9049 # needs -lnsl.
9050 # The nsl library prevents programs from opening the X display
9051 # on Irix 5.2, according to T.E. Dickey.
9052 # The functions gethostbyname, getservbyname, and inet_addr are
9053 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9054 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9055 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9056 if test "${ac_cv_func_gethostbyname+set}" = set; then
9057 echo $ECHO_N "(cached) $ECHO_C" >&6
9058 else
9059 cat >conftest.$ac_ext <<_ACEOF
9060 /* confdefs.h. */
9061 _ACEOF
9062 cat confdefs.h >>conftest.$ac_ext
9063 cat >>conftest.$ac_ext <<_ACEOF
9064 /* end confdefs.h. */
9065 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9066 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9067 #define gethostbyname innocuous_gethostbyname
9069 /* System header to define __stub macros and hopefully few prototypes,
9070 which can conflict with char gethostbyname (); below.
9071 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9072 <limits.h> exists even on freestanding compilers. */
9074 #ifdef __STDC__
9075 # include <limits.h>
9076 #else
9077 # include <assert.h>
9078 #endif
9080 #undef gethostbyname
9082 /* Override any GCC internal prototype to avoid an error.
9083 Use char because int might match the return type of a GCC
9084 builtin and then its argument prototype would still apply. */
9085 #ifdef __cplusplus
9086 extern "C"
9087 #endif
9088 char gethostbyname ();
9089 /* The GNU C library defines this for functions which it implements
9090 to always fail with ENOSYS. Some functions are actually named
9091 something starting with __ and the normal name is an alias. */
9092 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9093 choke me
9094 #endif
9097 main ()
9099 return gethostbyname ();
9101 return 0;
9103 _ACEOF
9104 rm -f conftest.$ac_objext conftest$ac_exeext
9105 if { (ac_try="$ac_link"
9106 case "(($ac_try" in
9107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9108 *) ac_try_echo=$ac_try;;
9109 esac
9110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9111 (eval "$ac_link") 2>conftest.er1
9112 ac_status=$?
9113 grep -v '^ *+' conftest.er1 >conftest.err
9114 rm -f conftest.er1
9115 cat conftest.err >&5
9116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9117 (exit $ac_status); } && {
9118 test -z "$ac_c_werror_flag" ||
9119 test ! -s conftest.err
9120 } && test -s conftest$ac_exeext &&
9121 $as_test_x conftest$ac_exeext; then
9122 ac_cv_func_gethostbyname=yes
9123 else
9124 echo "$as_me: failed program was:" >&5
9125 sed 's/^/| /' conftest.$ac_ext >&5
9127 ac_cv_func_gethostbyname=no
9130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9131 conftest$ac_exeext conftest.$ac_ext
9133 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9134 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9136 if test $ac_cv_func_gethostbyname = no; then
9137 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9138 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9139 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9140 echo $ECHO_N "(cached) $ECHO_C" >&6
9141 else
9142 ac_check_lib_save_LIBS=$LIBS
9143 LIBS="-lnsl $LIBS"
9144 cat >conftest.$ac_ext <<_ACEOF
9145 /* confdefs.h. */
9146 _ACEOF
9147 cat confdefs.h >>conftest.$ac_ext
9148 cat >>conftest.$ac_ext <<_ACEOF
9149 /* end confdefs.h. */
9151 /* Override any GCC internal prototype to avoid an error.
9152 Use char because int might match the return type of a GCC
9153 builtin and then its argument prototype would still apply. */
9154 #ifdef __cplusplus
9155 extern "C"
9156 #endif
9157 char gethostbyname ();
9159 main ()
9161 return gethostbyname ();
9163 return 0;
9165 _ACEOF
9166 rm -f conftest.$ac_objext conftest$ac_exeext
9167 if { (ac_try="$ac_link"
9168 case "(($ac_try" in
9169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9170 *) ac_try_echo=$ac_try;;
9171 esac
9172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9173 (eval "$ac_link") 2>conftest.er1
9174 ac_status=$?
9175 grep -v '^ *+' conftest.er1 >conftest.err
9176 rm -f conftest.er1
9177 cat conftest.err >&5
9178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9179 (exit $ac_status); } && {
9180 test -z "$ac_c_werror_flag" ||
9181 test ! -s conftest.err
9182 } && test -s conftest$ac_exeext &&
9183 $as_test_x conftest$ac_exeext; then
9184 ac_cv_lib_nsl_gethostbyname=yes
9185 else
9186 echo "$as_me: failed program was:" >&5
9187 sed 's/^/| /' conftest.$ac_ext >&5
9189 ac_cv_lib_nsl_gethostbyname=no
9192 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9193 conftest$ac_exeext conftest.$ac_ext
9194 LIBS=$ac_check_lib_save_LIBS
9196 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9197 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9198 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9199 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9202 if test $ac_cv_lib_nsl_gethostbyname = no; then
9203 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9204 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9205 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9206 echo $ECHO_N "(cached) $ECHO_C" >&6
9207 else
9208 ac_check_lib_save_LIBS=$LIBS
9209 LIBS="-lbsd $LIBS"
9210 cat >conftest.$ac_ext <<_ACEOF
9211 /* confdefs.h. */
9212 _ACEOF
9213 cat confdefs.h >>conftest.$ac_ext
9214 cat >>conftest.$ac_ext <<_ACEOF
9215 /* end confdefs.h. */
9217 /* Override any GCC internal prototype to avoid an error.
9218 Use char because int might match the return type of a GCC
9219 builtin and then its argument prototype would still apply. */
9220 #ifdef __cplusplus
9221 extern "C"
9222 #endif
9223 char gethostbyname ();
9225 main ()
9227 return gethostbyname ();
9229 return 0;
9231 _ACEOF
9232 rm -f conftest.$ac_objext conftest$ac_exeext
9233 if { (ac_try="$ac_link"
9234 case "(($ac_try" in
9235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9236 *) ac_try_echo=$ac_try;;
9237 esac
9238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9239 (eval "$ac_link") 2>conftest.er1
9240 ac_status=$?
9241 grep -v '^ *+' conftest.er1 >conftest.err
9242 rm -f conftest.er1
9243 cat conftest.err >&5
9244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9245 (exit $ac_status); } && {
9246 test -z "$ac_c_werror_flag" ||
9247 test ! -s conftest.err
9248 } && test -s conftest$ac_exeext &&
9249 $as_test_x conftest$ac_exeext; then
9250 ac_cv_lib_bsd_gethostbyname=yes
9251 else
9252 echo "$as_me: failed program was:" >&5
9253 sed 's/^/| /' conftest.$ac_ext >&5
9255 ac_cv_lib_bsd_gethostbyname=no
9258 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9259 conftest$ac_exeext conftest.$ac_ext
9260 LIBS=$ac_check_lib_save_LIBS
9262 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9263 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9264 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9265 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9271 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9272 # socket/setsockopt and other routines are undefined under SCO ODT
9273 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9274 # on later versions), says Simon Leinen: it contains gethostby*
9275 # variants that don't use the name server (or something). -lsocket
9276 # must be given before -lnsl if both are needed. We assume that
9277 # if connect needs -lnsl, so does gethostbyname.
9278 { echo "$as_me:$LINENO: checking for connect" >&5
9279 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9280 if test "${ac_cv_func_connect+set}" = set; then
9281 echo $ECHO_N "(cached) $ECHO_C" >&6
9282 else
9283 cat >conftest.$ac_ext <<_ACEOF
9284 /* confdefs.h. */
9285 _ACEOF
9286 cat confdefs.h >>conftest.$ac_ext
9287 cat >>conftest.$ac_ext <<_ACEOF
9288 /* end confdefs.h. */
9289 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9290 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9291 #define connect innocuous_connect
9293 /* System header to define __stub macros and hopefully few prototypes,
9294 which can conflict with char connect (); below.
9295 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9296 <limits.h> exists even on freestanding compilers. */
9298 #ifdef __STDC__
9299 # include <limits.h>
9300 #else
9301 # include <assert.h>
9302 #endif
9304 #undef connect
9306 /* Override any GCC internal prototype to avoid an error.
9307 Use char because int might match the return type of a GCC
9308 builtin and then its argument prototype would still apply. */
9309 #ifdef __cplusplus
9310 extern "C"
9311 #endif
9312 char connect ();
9313 /* The GNU C library defines this for functions which it implements
9314 to always fail with ENOSYS. Some functions are actually named
9315 something starting with __ and the normal name is an alias. */
9316 #if defined __stub_connect || defined __stub___connect
9317 choke me
9318 #endif
9321 main ()
9323 return connect ();
9325 return 0;
9327 _ACEOF
9328 rm -f conftest.$ac_objext conftest$ac_exeext
9329 if { (ac_try="$ac_link"
9330 case "(($ac_try" in
9331 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9332 *) ac_try_echo=$ac_try;;
9333 esac
9334 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9335 (eval "$ac_link") 2>conftest.er1
9336 ac_status=$?
9337 grep -v '^ *+' conftest.er1 >conftest.err
9338 rm -f conftest.er1
9339 cat conftest.err >&5
9340 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9341 (exit $ac_status); } && {
9342 test -z "$ac_c_werror_flag" ||
9343 test ! -s conftest.err
9344 } && test -s conftest$ac_exeext &&
9345 $as_test_x conftest$ac_exeext; then
9346 ac_cv_func_connect=yes
9347 else
9348 echo "$as_me: failed program was:" >&5
9349 sed 's/^/| /' conftest.$ac_ext >&5
9351 ac_cv_func_connect=no
9354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9355 conftest$ac_exeext conftest.$ac_ext
9357 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9358 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9360 if test $ac_cv_func_connect = no; then
9361 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9362 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9363 if test "${ac_cv_lib_socket_connect+set}" = set; then
9364 echo $ECHO_N "(cached) $ECHO_C" >&6
9365 else
9366 ac_check_lib_save_LIBS=$LIBS
9367 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9368 cat >conftest.$ac_ext <<_ACEOF
9369 /* confdefs.h. */
9370 _ACEOF
9371 cat confdefs.h >>conftest.$ac_ext
9372 cat >>conftest.$ac_ext <<_ACEOF
9373 /* end confdefs.h. */
9375 /* Override any GCC internal prototype to avoid an error.
9376 Use char because int might match the return type of a GCC
9377 builtin and then its argument prototype would still apply. */
9378 #ifdef __cplusplus
9379 extern "C"
9380 #endif
9381 char connect ();
9383 main ()
9385 return connect ();
9387 return 0;
9389 _ACEOF
9390 rm -f conftest.$ac_objext conftest$ac_exeext
9391 if { (ac_try="$ac_link"
9392 case "(($ac_try" in
9393 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9394 *) ac_try_echo=$ac_try;;
9395 esac
9396 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9397 (eval "$ac_link") 2>conftest.er1
9398 ac_status=$?
9399 grep -v '^ *+' conftest.er1 >conftest.err
9400 rm -f conftest.er1
9401 cat conftest.err >&5
9402 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9403 (exit $ac_status); } && {
9404 test -z "$ac_c_werror_flag" ||
9405 test ! -s conftest.err
9406 } && test -s conftest$ac_exeext &&
9407 $as_test_x conftest$ac_exeext; then
9408 ac_cv_lib_socket_connect=yes
9409 else
9410 echo "$as_me: failed program was:" >&5
9411 sed 's/^/| /' conftest.$ac_ext >&5
9413 ac_cv_lib_socket_connect=no
9416 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9417 conftest$ac_exeext conftest.$ac_ext
9418 LIBS=$ac_check_lib_save_LIBS
9420 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9421 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9422 if test $ac_cv_lib_socket_connect = yes; then
9423 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9428 # Guillermo Gomez says -lposix is necessary on A/UX.
9429 { echo "$as_me:$LINENO: checking for remove" >&5
9430 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9431 if test "${ac_cv_func_remove+set}" = set; then
9432 echo $ECHO_N "(cached) $ECHO_C" >&6
9433 else
9434 cat >conftest.$ac_ext <<_ACEOF
9435 /* confdefs.h. */
9436 _ACEOF
9437 cat confdefs.h >>conftest.$ac_ext
9438 cat >>conftest.$ac_ext <<_ACEOF
9439 /* end confdefs.h. */
9440 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9441 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9442 #define remove innocuous_remove
9444 /* System header to define __stub macros and hopefully few prototypes,
9445 which can conflict with char remove (); below.
9446 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9447 <limits.h> exists even on freestanding compilers. */
9449 #ifdef __STDC__
9450 # include <limits.h>
9451 #else
9452 # include <assert.h>
9453 #endif
9455 #undef remove
9457 /* Override any GCC internal prototype to avoid an error.
9458 Use char because int might match the return type of a GCC
9459 builtin and then its argument prototype would still apply. */
9460 #ifdef __cplusplus
9461 extern "C"
9462 #endif
9463 char remove ();
9464 /* The GNU C library defines this for functions which it implements
9465 to always fail with ENOSYS. Some functions are actually named
9466 something starting with __ and the normal name is an alias. */
9467 #if defined __stub_remove || defined __stub___remove
9468 choke me
9469 #endif
9472 main ()
9474 return remove ();
9476 return 0;
9478 _ACEOF
9479 rm -f conftest.$ac_objext conftest$ac_exeext
9480 if { (ac_try="$ac_link"
9481 case "(($ac_try" in
9482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9483 *) ac_try_echo=$ac_try;;
9484 esac
9485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9486 (eval "$ac_link") 2>conftest.er1
9487 ac_status=$?
9488 grep -v '^ *+' conftest.er1 >conftest.err
9489 rm -f conftest.er1
9490 cat conftest.err >&5
9491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9492 (exit $ac_status); } && {
9493 test -z "$ac_c_werror_flag" ||
9494 test ! -s conftest.err
9495 } && test -s conftest$ac_exeext &&
9496 $as_test_x conftest$ac_exeext; then
9497 ac_cv_func_remove=yes
9498 else
9499 echo "$as_me: failed program was:" >&5
9500 sed 's/^/| /' conftest.$ac_ext >&5
9502 ac_cv_func_remove=no
9505 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9506 conftest$ac_exeext conftest.$ac_ext
9508 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9509 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9511 if test $ac_cv_func_remove = no; then
9512 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9513 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9514 if test "${ac_cv_lib_posix_remove+set}" = set; then
9515 echo $ECHO_N "(cached) $ECHO_C" >&6
9516 else
9517 ac_check_lib_save_LIBS=$LIBS
9518 LIBS="-lposix $LIBS"
9519 cat >conftest.$ac_ext <<_ACEOF
9520 /* confdefs.h. */
9521 _ACEOF
9522 cat confdefs.h >>conftest.$ac_ext
9523 cat >>conftest.$ac_ext <<_ACEOF
9524 /* end confdefs.h. */
9526 /* Override any GCC internal prototype to avoid an error.
9527 Use char because int might match the return type of a GCC
9528 builtin and then its argument prototype would still apply. */
9529 #ifdef __cplusplus
9530 extern "C"
9531 #endif
9532 char remove ();
9534 main ()
9536 return remove ();
9538 return 0;
9540 _ACEOF
9541 rm -f conftest.$ac_objext conftest$ac_exeext
9542 if { (ac_try="$ac_link"
9543 case "(($ac_try" in
9544 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9545 *) ac_try_echo=$ac_try;;
9546 esac
9547 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9548 (eval "$ac_link") 2>conftest.er1
9549 ac_status=$?
9550 grep -v '^ *+' conftest.er1 >conftest.err
9551 rm -f conftest.er1
9552 cat conftest.err >&5
9553 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9554 (exit $ac_status); } && {
9555 test -z "$ac_c_werror_flag" ||
9556 test ! -s conftest.err
9557 } && test -s conftest$ac_exeext &&
9558 $as_test_x conftest$ac_exeext; then
9559 ac_cv_lib_posix_remove=yes
9560 else
9561 echo "$as_me: failed program was:" >&5
9562 sed 's/^/| /' conftest.$ac_ext >&5
9564 ac_cv_lib_posix_remove=no
9567 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9568 conftest$ac_exeext conftest.$ac_ext
9569 LIBS=$ac_check_lib_save_LIBS
9571 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9572 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9573 if test $ac_cv_lib_posix_remove = yes; then
9574 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9579 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9580 { echo "$as_me:$LINENO: checking for shmat" >&5
9581 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9582 if test "${ac_cv_func_shmat+set}" = set; then
9583 echo $ECHO_N "(cached) $ECHO_C" >&6
9584 else
9585 cat >conftest.$ac_ext <<_ACEOF
9586 /* confdefs.h. */
9587 _ACEOF
9588 cat confdefs.h >>conftest.$ac_ext
9589 cat >>conftest.$ac_ext <<_ACEOF
9590 /* end confdefs.h. */
9591 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9592 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9593 #define shmat innocuous_shmat
9595 /* System header to define __stub macros and hopefully few prototypes,
9596 which can conflict with char shmat (); below.
9597 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9598 <limits.h> exists even on freestanding compilers. */
9600 #ifdef __STDC__
9601 # include <limits.h>
9602 #else
9603 # include <assert.h>
9604 #endif
9606 #undef shmat
9608 /* Override any GCC internal prototype to avoid an error.
9609 Use char because int might match the return type of a GCC
9610 builtin and then its argument prototype would still apply. */
9611 #ifdef __cplusplus
9612 extern "C"
9613 #endif
9614 char shmat ();
9615 /* The GNU C library defines this for functions which it implements
9616 to always fail with ENOSYS. Some functions are actually named
9617 something starting with __ and the normal name is an alias. */
9618 #if defined __stub_shmat || defined __stub___shmat
9619 choke me
9620 #endif
9623 main ()
9625 return shmat ();
9627 return 0;
9629 _ACEOF
9630 rm -f conftest.$ac_objext conftest$ac_exeext
9631 if { (ac_try="$ac_link"
9632 case "(($ac_try" in
9633 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9634 *) ac_try_echo=$ac_try;;
9635 esac
9636 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9637 (eval "$ac_link") 2>conftest.er1
9638 ac_status=$?
9639 grep -v '^ *+' conftest.er1 >conftest.err
9640 rm -f conftest.er1
9641 cat conftest.err >&5
9642 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9643 (exit $ac_status); } && {
9644 test -z "$ac_c_werror_flag" ||
9645 test ! -s conftest.err
9646 } && test -s conftest$ac_exeext &&
9647 $as_test_x conftest$ac_exeext; then
9648 ac_cv_func_shmat=yes
9649 else
9650 echo "$as_me: failed program was:" >&5
9651 sed 's/^/| /' conftest.$ac_ext >&5
9653 ac_cv_func_shmat=no
9656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9657 conftest$ac_exeext conftest.$ac_ext
9659 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9660 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9662 if test $ac_cv_func_shmat = no; then
9663 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9664 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9665 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9666 echo $ECHO_N "(cached) $ECHO_C" >&6
9667 else
9668 ac_check_lib_save_LIBS=$LIBS
9669 LIBS="-lipc $LIBS"
9670 cat >conftest.$ac_ext <<_ACEOF
9671 /* confdefs.h. */
9672 _ACEOF
9673 cat confdefs.h >>conftest.$ac_ext
9674 cat >>conftest.$ac_ext <<_ACEOF
9675 /* end confdefs.h. */
9677 /* Override any GCC internal prototype to avoid an error.
9678 Use char because int might match the return type of a GCC
9679 builtin and then its argument prototype would still apply. */
9680 #ifdef __cplusplus
9681 extern "C"
9682 #endif
9683 char shmat ();
9685 main ()
9687 return shmat ();
9689 return 0;
9691 _ACEOF
9692 rm -f conftest.$ac_objext conftest$ac_exeext
9693 if { (ac_try="$ac_link"
9694 case "(($ac_try" in
9695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9696 *) ac_try_echo=$ac_try;;
9697 esac
9698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9699 (eval "$ac_link") 2>conftest.er1
9700 ac_status=$?
9701 grep -v '^ *+' conftest.er1 >conftest.err
9702 rm -f conftest.er1
9703 cat conftest.err >&5
9704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9705 (exit $ac_status); } && {
9706 test -z "$ac_c_werror_flag" ||
9707 test ! -s conftest.err
9708 } && test -s conftest$ac_exeext &&
9709 $as_test_x conftest$ac_exeext; then
9710 ac_cv_lib_ipc_shmat=yes
9711 else
9712 echo "$as_me: failed program was:" >&5
9713 sed 's/^/| /' conftest.$ac_ext >&5
9715 ac_cv_lib_ipc_shmat=no
9718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9719 conftest$ac_exeext conftest.$ac_ext
9720 LIBS=$ac_check_lib_save_LIBS
9722 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9723 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9724 if test $ac_cv_lib_ipc_shmat = yes; then
9725 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9731 # Check for libraries that X11R6 Xt/Xaw programs need.
9732 ac_save_LDFLAGS=$LDFLAGS
9733 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9734 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9735 # check for ICE first), but we must link in the order -lSM -lICE or
9736 # we get undefined symbols. So assume we have SM if we have ICE.
9737 # These have to be linked with before -lX11, unlike the other
9738 # libraries we check for below, so use a different variable.
9739 # John Interrante, Karl Berry
9740 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9741 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9742 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9743 echo $ECHO_N "(cached) $ECHO_C" >&6
9744 else
9745 ac_check_lib_save_LIBS=$LIBS
9746 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9747 cat >conftest.$ac_ext <<_ACEOF
9748 /* confdefs.h. */
9749 _ACEOF
9750 cat confdefs.h >>conftest.$ac_ext
9751 cat >>conftest.$ac_ext <<_ACEOF
9752 /* end confdefs.h. */
9754 /* Override any GCC internal prototype to avoid an error.
9755 Use char because int might match the return type of a GCC
9756 builtin and then its argument prototype would still apply. */
9757 #ifdef __cplusplus
9758 extern "C"
9759 #endif
9760 char IceConnectionNumber ();
9762 main ()
9764 return IceConnectionNumber ();
9766 return 0;
9768 _ACEOF
9769 rm -f conftest.$ac_objext conftest$ac_exeext
9770 if { (ac_try="$ac_link"
9771 case "(($ac_try" in
9772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9773 *) ac_try_echo=$ac_try;;
9774 esac
9775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9776 (eval "$ac_link") 2>conftest.er1
9777 ac_status=$?
9778 grep -v '^ *+' conftest.er1 >conftest.err
9779 rm -f conftest.er1
9780 cat conftest.err >&5
9781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9782 (exit $ac_status); } && {
9783 test -z "$ac_c_werror_flag" ||
9784 test ! -s conftest.err
9785 } && test -s conftest$ac_exeext &&
9786 $as_test_x conftest$ac_exeext; then
9787 ac_cv_lib_ICE_IceConnectionNumber=yes
9788 else
9789 echo "$as_me: failed program was:" >&5
9790 sed 's/^/| /' conftest.$ac_ext >&5
9792 ac_cv_lib_ICE_IceConnectionNumber=no
9795 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9796 conftest$ac_exeext conftest.$ac_ext
9797 LIBS=$ac_check_lib_save_LIBS
9799 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9800 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9801 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9802 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9805 LDFLAGS=$ac_save_LDFLAGS
9810 if test "$have_x" = "yes"
9811 then
9812 XLIB="-lX11"
9813 ac_save_CPPFLAGS="$CPPFLAGS"
9814 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9816 { echo "$as_me:$LINENO: checking for -lX11" >&5
9817 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9818 if test "${ac_cv_lib_soname_X11+set}" = set; then
9819 echo $ECHO_N "(cached) $ECHO_C" >&6
9820 else
9821 ac_check_soname_save_LIBS=$LIBS
9822 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9823 cat >conftest.$ac_ext <<_ACEOF
9824 /* confdefs.h. */
9825 _ACEOF
9826 cat confdefs.h >>conftest.$ac_ext
9827 cat >>conftest.$ac_ext <<_ACEOF
9828 /* end confdefs.h. */
9830 /* Override any GCC internal prototype to avoid an error.
9831 Use char because int might match the return type of a GCC
9832 builtin and then its argument prototype would still apply. */
9833 #ifdef __cplusplus
9834 extern "C"
9835 #endif
9836 char XCreateWindow ();
9838 main ()
9840 return XCreateWindow ();
9842 return 0;
9844 _ACEOF
9845 rm -f conftest.$ac_objext conftest$ac_exeext
9846 if { (ac_try="$ac_link"
9847 case "(($ac_try" in
9848 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9849 *) ac_try_echo=$ac_try;;
9850 esac
9851 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9852 (eval "$ac_link") 2>conftest.er1
9853 ac_status=$?
9854 grep -v '^ *+' conftest.er1 >conftest.err
9855 rm -f conftest.er1
9856 cat conftest.err >&5
9857 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9858 (exit $ac_status); } && {
9859 test -z "$ac_c_werror_flag" ||
9860 test ! -s conftest.err
9861 } && test -s conftest$ac_exeext &&
9862 $as_test_x conftest$ac_exeext; then
9863 case "$LIBEXT" in
9864 dll) ;;
9865 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'` ;;
9866 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9867 esac
9868 else
9869 echo "$as_me: failed program was:" >&5
9870 sed 's/^/| /' conftest.$ac_ext >&5
9875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9876 conftest$ac_exeext conftest.$ac_ext
9877 LIBS=$ac_check_soname_save_LIBS
9879 if test "x$ac_cv_lib_soname_X11" = "x"; then
9880 { echo "$as_me:$LINENO: result: not found" >&5
9881 echo "${ECHO_T}not found" >&6; }
9883 else
9884 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9885 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9887 cat >>confdefs.h <<_ACEOF
9888 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9889 _ACEOF
9894 { echo "$as_me:$LINENO: checking for -lXext" >&5
9895 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9896 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9897 echo $ECHO_N "(cached) $ECHO_C" >&6
9898 else
9899 ac_check_soname_save_LIBS=$LIBS
9900 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9901 cat >conftest.$ac_ext <<_ACEOF
9902 /* confdefs.h. */
9903 _ACEOF
9904 cat confdefs.h >>conftest.$ac_ext
9905 cat >>conftest.$ac_ext <<_ACEOF
9906 /* end confdefs.h. */
9908 /* Override any GCC internal prototype to avoid an error.
9909 Use char because int might match the return type of a GCC
9910 builtin and then its argument prototype would still apply. */
9911 #ifdef __cplusplus
9912 extern "C"
9913 #endif
9914 char XextCreateExtension ();
9916 main ()
9918 return XextCreateExtension ();
9920 return 0;
9922 _ACEOF
9923 rm -f conftest.$ac_objext conftest$ac_exeext
9924 if { (ac_try="$ac_link"
9925 case "(($ac_try" in
9926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9927 *) ac_try_echo=$ac_try;;
9928 esac
9929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9930 (eval "$ac_link") 2>conftest.er1
9931 ac_status=$?
9932 grep -v '^ *+' conftest.er1 >conftest.err
9933 rm -f conftest.er1
9934 cat conftest.err >&5
9935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9936 (exit $ac_status); } && {
9937 test -z "$ac_c_werror_flag" ||
9938 test ! -s conftest.err
9939 } && test -s conftest$ac_exeext &&
9940 $as_test_x conftest$ac_exeext; then
9941 case "$LIBEXT" in
9942 dll) ;;
9943 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'` ;;
9944 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9945 esac
9946 else
9947 echo "$as_me: failed program was:" >&5
9948 sed 's/^/| /' conftest.$ac_ext >&5
9953 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9954 conftest$ac_exeext conftest.$ac_ext
9955 LIBS=$ac_check_soname_save_LIBS
9957 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9958 { echo "$as_me:$LINENO: result: not found" >&5
9959 echo "${ECHO_T}not found" >&6; }
9961 else
9962 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9963 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9965 cat >>confdefs.h <<_ACEOF
9966 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9967 _ACEOF
9969 XLIB="-lXext $XLIB"
9986 for ac_header in X11/Xlib.h \
9987 X11/XKBlib.h \
9988 X11/Xutil.h \
9989 X11/Xcursor/Xcursor.h \
9990 X11/extensions/shape.h \
9991 X11/extensions/XInput.h \
9992 X11/extensions/XShm.h \
9993 X11/extensions/Xcomposite.h \
9994 X11/extensions/Xinerama.h \
9995 X11/extensions/Xrandr.h \
9996 X11/extensions/Xrender.h \
9997 X11/extensions/xf86vmode.h \
9998 X11/extensions/xf86vmproto.h
10000 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10001 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10002 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10003 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10004 echo $ECHO_N "(cached) $ECHO_C" >&6
10005 else
10006 cat >conftest.$ac_ext <<_ACEOF
10007 /* confdefs.h. */
10008 _ACEOF
10009 cat confdefs.h >>conftest.$ac_ext
10010 cat >>conftest.$ac_ext <<_ACEOF
10011 /* end confdefs.h. */
10012 #ifdef HAVE_X11_XLIB_H
10013 # include <X11/Xlib.h>
10014 #endif
10015 #ifdef HAVE_X11_XUTIL_H
10016 # include <X11/Xutil.h>
10017 #endif
10019 #include <$ac_header>
10020 _ACEOF
10021 rm -f conftest.$ac_objext
10022 if { (ac_try="$ac_compile"
10023 case "(($ac_try" in
10024 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10025 *) ac_try_echo=$ac_try;;
10026 esac
10027 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10028 (eval "$ac_compile") 2>conftest.er1
10029 ac_status=$?
10030 grep -v '^ *+' conftest.er1 >conftest.err
10031 rm -f conftest.er1
10032 cat conftest.err >&5
10033 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10034 (exit $ac_status); } && {
10035 test -z "$ac_c_werror_flag" ||
10036 test ! -s conftest.err
10037 } && test -s conftest.$ac_objext; then
10038 eval "$as_ac_Header=yes"
10039 else
10040 echo "$as_me: failed program was:" >&5
10041 sed 's/^/| /' conftest.$ac_ext >&5
10043 eval "$as_ac_Header=no"
10046 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10048 ac_res=`eval echo '${'$as_ac_Header'}'`
10049 { echo "$as_me:$LINENO: result: $ac_res" >&5
10050 echo "${ECHO_T}$ac_res" >&6; }
10051 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10052 cat >>confdefs.h <<_ACEOF
10053 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10054 _ACEOF
10058 done
10061 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10062 then
10063 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10064 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10065 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10066 echo $ECHO_N "(cached) $ECHO_C" >&6
10067 else
10068 ac_check_lib_save_LIBS=$LIBS
10069 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10070 cat >conftest.$ac_ext <<_ACEOF
10071 /* confdefs.h. */
10072 _ACEOF
10073 cat confdefs.h >>conftest.$ac_ext
10074 cat >>conftest.$ac_ext <<_ACEOF
10075 /* end confdefs.h. */
10077 /* Override any GCC internal prototype to avoid an error.
10078 Use char because int might match the return type of a GCC
10079 builtin and then its argument prototype would still apply. */
10080 #ifdef __cplusplus
10081 extern "C"
10082 #endif
10083 char XkbQueryExtension ();
10085 main ()
10087 return XkbQueryExtension ();
10089 return 0;
10091 _ACEOF
10092 rm -f conftest.$ac_objext conftest$ac_exeext
10093 if { (ac_try="$ac_link"
10094 case "(($ac_try" in
10095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10096 *) ac_try_echo=$ac_try;;
10097 esac
10098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10099 (eval "$ac_link") 2>conftest.er1
10100 ac_status=$?
10101 grep -v '^ *+' conftest.er1 >conftest.err
10102 rm -f conftest.er1
10103 cat conftest.err >&5
10104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10105 (exit $ac_status); } && {
10106 test -z "$ac_c_werror_flag" ||
10107 test ! -s conftest.err
10108 } && test -s conftest$ac_exeext &&
10109 $as_test_x conftest$ac_exeext; then
10110 ac_cv_lib_X11_XkbQueryExtension=yes
10111 else
10112 echo "$as_me: failed program was:" >&5
10113 sed 's/^/| /' conftest.$ac_ext >&5
10115 ac_cv_lib_X11_XkbQueryExtension=no
10118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10119 conftest$ac_exeext conftest.$ac_ext
10120 LIBS=$ac_check_lib_save_LIBS
10122 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10123 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10124 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10126 cat >>confdefs.h <<\_ACEOF
10127 #define HAVE_XKB 1
10128 _ACEOF
10134 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10135 then
10136 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10137 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10138 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10139 echo $ECHO_N "(cached) $ECHO_C" >&6
10140 else
10141 ac_check_soname_save_LIBS=$LIBS
10142 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10143 cat >conftest.$ac_ext <<_ACEOF
10144 /* confdefs.h. */
10145 _ACEOF
10146 cat confdefs.h >>conftest.$ac_ext
10147 cat >>conftest.$ac_ext <<_ACEOF
10148 /* end confdefs.h. */
10150 /* Override any GCC internal prototype to avoid an error.
10151 Use char because int might match the return type of a GCC
10152 builtin and then its argument prototype would still apply. */
10153 #ifdef __cplusplus
10154 extern "C"
10155 #endif
10156 char XcursorImageLoadCursor ();
10158 main ()
10160 return XcursorImageLoadCursor ();
10162 return 0;
10164 _ACEOF
10165 rm -f conftest.$ac_objext conftest$ac_exeext
10166 if { (ac_try="$ac_link"
10167 case "(($ac_try" in
10168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10169 *) ac_try_echo=$ac_try;;
10170 esac
10171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10172 (eval "$ac_link") 2>conftest.er1
10173 ac_status=$?
10174 grep -v '^ *+' conftest.er1 >conftest.err
10175 rm -f conftest.er1
10176 cat conftest.err >&5
10177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10178 (exit $ac_status); } && {
10179 test -z "$ac_c_werror_flag" ||
10180 test ! -s conftest.err
10181 } && test -s conftest$ac_exeext &&
10182 $as_test_x conftest$ac_exeext; then
10183 case "$LIBEXT" in
10184 dll) ;;
10185 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'` ;;
10186 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10187 esac
10188 else
10189 echo "$as_me: failed program was:" >&5
10190 sed 's/^/| /' conftest.$ac_ext >&5
10195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10196 conftest$ac_exeext conftest.$ac_ext
10197 LIBS=$ac_check_soname_save_LIBS
10199 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10200 { echo "$as_me:$LINENO: result: not found" >&5
10201 echo "${ECHO_T}not found" >&6; }
10203 else
10204 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10205 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10207 cat >>confdefs.h <<_ACEOF
10208 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10209 _ACEOF
10215 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10216 case "x$with_xcursor" in
10217 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10218 xno) ;;
10219 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10220 This is an error since --with-xcursor was requested." >&5
10221 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10222 This is an error since --with-xcursor was requested." >&2;}
10223 { (exit 1); exit 1; }; } ;;
10224 esac
10228 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10229 then
10230 { echo "$as_me:$LINENO: checking for -lXi" >&5
10231 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10232 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10233 echo $ECHO_N "(cached) $ECHO_C" >&6
10234 else
10235 ac_check_soname_save_LIBS=$LIBS
10236 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10237 cat >conftest.$ac_ext <<_ACEOF
10238 /* confdefs.h. */
10239 _ACEOF
10240 cat confdefs.h >>conftest.$ac_ext
10241 cat >>conftest.$ac_ext <<_ACEOF
10242 /* end confdefs.h. */
10244 /* Override any GCC internal prototype to avoid an error.
10245 Use char because int might match the return type of a GCC
10246 builtin and then its argument prototype would still apply. */
10247 #ifdef __cplusplus
10248 extern "C"
10249 #endif
10250 char XOpenDevice ();
10252 main ()
10254 return XOpenDevice ();
10256 return 0;
10258 _ACEOF
10259 rm -f conftest.$ac_objext conftest$ac_exeext
10260 if { (ac_try="$ac_link"
10261 case "(($ac_try" in
10262 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10263 *) ac_try_echo=$ac_try;;
10264 esac
10265 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10266 (eval "$ac_link") 2>conftest.er1
10267 ac_status=$?
10268 grep -v '^ *+' conftest.er1 >conftest.err
10269 rm -f conftest.er1
10270 cat conftest.err >&5
10271 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10272 (exit $ac_status); } && {
10273 test -z "$ac_c_werror_flag" ||
10274 test ! -s conftest.err
10275 } && test -s conftest$ac_exeext &&
10276 $as_test_x conftest$ac_exeext; then
10277 case "$LIBEXT" in
10278 dll) ;;
10279 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'` ;;
10280 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10281 esac
10282 else
10283 echo "$as_me: failed program was:" >&5
10284 sed 's/^/| /' conftest.$ac_ext >&5
10289 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10290 conftest$ac_exeext conftest.$ac_ext
10291 LIBS=$ac_check_soname_save_LIBS
10293 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10294 { echo "$as_me:$LINENO: result: not found" >&5
10295 echo "${ECHO_T}not found" >&6; }
10297 else
10298 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10299 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10301 cat >>confdefs.h <<_ACEOF
10302 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10303 _ACEOF
10309 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10310 case "x$with_xinput" in
10311 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10312 xno) ;;
10313 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10314 This is an error since --with-xinput was requested." >&5
10315 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10316 This is an error since --with-xinput was requested." >&2;}
10317 { (exit 1); exit 1; }; } ;;
10318 esac
10322 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10323 then
10324 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10325 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10326 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10327 echo $ECHO_N "(cached) $ECHO_C" >&6
10328 else
10329 ac_check_lib_save_LIBS=$LIBS
10330 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10331 cat >conftest.$ac_ext <<_ACEOF
10332 /* confdefs.h. */
10333 _ACEOF
10334 cat confdefs.h >>conftest.$ac_ext
10335 cat >>conftest.$ac_ext <<_ACEOF
10336 /* end confdefs.h. */
10338 /* Override any GCC internal prototype to avoid an error.
10339 Use char because int might match the return type of a GCC
10340 builtin and then its argument prototype would still apply. */
10341 #ifdef __cplusplus
10342 extern "C"
10343 #endif
10344 char XShmQueryExtension ();
10346 main ()
10348 return XShmQueryExtension ();
10350 return 0;
10352 _ACEOF
10353 rm -f conftest.$ac_objext conftest$ac_exeext
10354 if { (ac_try="$ac_link"
10355 case "(($ac_try" in
10356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10357 *) ac_try_echo=$ac_try;;
10358 esac
10359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10360 (eval "$ac_link") 2>conftest.er1
10361 ac_status=$?
10362 grep -v '^ *+' conftest.er1 >conftest.err
10363 rm -f conftest.er1
10364 cat conftest.err >&5
10365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10366 (exit $ac_status); } && {
10367 test -z "$ac_c_werror_flag" ||
10368 test ! -s conftest.err
10369 } && test -s conftest$ac_exeext &&
10370 $as_test_x conftest$ac_exeext; then
10371 ac_cv_lib_Xext_XShmQueryExtension=yes
10372 else
10373 echo "$as_me: failed program was:" >&5
10374 sed 's/^/| /' conftest.$ac_ext >&5
10376 ac_cv_lib_Xext_XShmQueryExtension=no
10379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10380 conftest$ac_exeext conftest.$ac_ext
10381 LIBS=$ac_check_lib_save_LIBS
10383 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10384 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10385 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10387 cat >>confdefs.h <<\_ACEOF
10388 #define HAVE_LIBXXSHM 1
10389 _ACEOF
10394 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10395 case "x$with_xshm" in
10396 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10397 xno) ;;
10398 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10399 This is an error since --with-xshm was requested." >&5
10400 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10401 This is an error since --with-xshm was requested." >&2;}
10402 { (exit 1); exit 1; }; } ;;
10403 esac
10407 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10408 then
10409 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10410 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10411 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10412 echo $ECHO_N "(cached) $ECHO_C" >&6
10413 else
10414 ac_check_lib_save_LIBS=$LIBS
10415 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10416 cat >conftest.$ac_ext <<_ACEOF
10417 /* confdefs.h. */
10418 _ACEOF
10419 cat confdefs.h >>conftest.$ac_ext
10420 cat >>conftest.$ac_ext <<_ACEOF
10421 /* end confdefs.h. */
10423 /* Override any GCC internal prototype to avoid an error.
10424 Use char because int might match the return type of a GCC
10425 builtin and then its argument prototype would still apply. */
10426 #ifdef __cplusplus
10427 extern "C"
10428 #endif
10429 char XShapeQueryExtension ();
10431 main ()
10433 return XShapeQueryExtension ();
10435 return 0;
10437 _ACEOF
10438 rm -f conftest.$ac_objext conftest$ac_exeext
10439 if { (ac_try="$ac_link"
10440 case "(($ac_try" in
10441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10442 *) ac_try_echo=$ac_try;;
10443 esac
10444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10445 (eval "$ac_link") 2>conftest.er1
10446 ac_status=$?
10447 grep -v '^ *+' conftest.er1 >conftest.err
10448 rm -f conftest.er1
10449 cat conftest.err >&5
10450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10451 (exit $ac_status); } && {
10452 test -z "$ac_c_werror_flag" ||
10453 test ! -s conftest.err
10454 } && test -s conftest$ac_exeext &&
10455 $as_test_x conftest$ac_exeext; then
10456 ac_cv_lib_Xext_XShapeQueryExtension=yes
10457 else
10458 echo "$as_me: failed program was:" >&5
10459 sed 's/^/| /' conftest.$ac_ext >&5
10461 ac_cv_lib_Xext_XShapeQueryExtension=no
10464 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10465 conftest$ac_exeext conftest.$ac_ext
10466 LIBS=$ac_check_lib_save_LIBS
10468 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10469 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10470 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10472 cat >>confdefs.h <<\_ACEOF
10473 #define HAVE_LIBXSHAPE 1
10474 _ACEOF
10479 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10480 case "x$with_xshape" in
10481 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10482 xno) ;;
10483 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10484 This is an error since --with-xshape was requested." >&5
10485 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10486 This is an error since --with-xshape was requested." >&2;}
10487 { (exit 1); exit 1; }; } ;;
10488 esac
10492 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10493 then
10494 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10495 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10496 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10497 echo $ECHO_N "(cached) $ECHO_C" >&6
10498 else
10499 ac_check_soname_save_LIBS=$LIBS
10500 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10501 cat >conftest.$ac_ext <<_ACEOF
10502 /* confdefs.h. */
10503 _ACEOF
10504 cat confdefs.h >>conftest.$ac_ext
10505 cat >>conftest.$ac_ext <<_ACEOF
10506 /* end confdefs.h. */
10508 /* Override any GCC internal prototype to avoid an error.
10509 Use char because int might match the return type of a GCC
10510 builtin and then its argument prototype would still apply. */
10511 #ifdef __cplusplus
10512 extern "C"
10513 #endif
10514 char XF86VidModeQueryExtension ();
10516 main ()
10518 return XF86VidModeQueryExtension ();
10520 return 0;
10522 _ACEOF
10523 rm -f conftest.$ac_objext conftest$ac_exeext
10524 if { (ac_try="$ac_link"
10525 case "(($ac_try" in
10526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10527 *) ac_try_echo=$ac_try;;
10528 esac
10529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10530 (eval "$ac_link") 2>conftest.er1
10531 ac_status=$?
10532 grep -v '^ *+' conftest.er1 >conftest.err
10533 rm -f conftest.er1
10534 cat conftest.err >&5
10535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10536 (exit $ac_status); } && {
10537 test -z "$ac_c_werror_flag" ||
10538 test ! -s conftest.err
10539 } && test -s conftest$ac_exeext &&
10540 $as_test_x conftest$ac_exeext; then
10541 case "$LIBEXT" in
10542 dll) ;;
10543 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'` ;;
10544 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10545 esac
10546 else
10547 echo "$as_me: failed program was:" >&5
10548 sed 's/^/| /' conftest.$ac_ext >&5
10553 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10554 conftest$ac_exeext conftest.$ac_ext
10555 LIBS=$ac_check_soname_save_LIBS
10557 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10558 { echo "$as_me:$LINENO: result: not found" >&5
10559 echo "${ECHO_T}not found" >&6; }
10561 else
10562 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10563 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10565 cat >>confdefs.h <<_ACEOF
10566 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10567 _ACEOF
10573 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10574 case "x$with_xxf86vm" in
10575 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10576 xno) ;;
10577 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10578 This is an error since --with-xxf86vm was requested." >&5
10579 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10580 This is an error since --with-xxf86vm was requested." >&2;}
10581 { (exit 1); exit 1; }; } ;;
10582 esac
10586 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"
10587 then
10588 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10589 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10590 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10591 echo $ECHO_N "(cached) $ECHO_C" >&6
10592 else
10593 ac_check_soname_save_LIBS=$LIBS
10594 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10595 cat >conftest.$ac_ext <<_ACEOF
10596 /* confdefs.h. */
10597 _ACEOF
10598 cat confdefs.h >>conftest.$ac_ext
10599 cat >>conftest.$ac_ext <<_ACEOF
10600 /* end confdefs.h. */
10602 /* Override any GCC internal prototype to avoid an error.
10603 Use char because int might match the return type of a GCC
10604 builtin and then its argument prototype would still apply. */
10605 #ifdef __cplusplus
10606 extern "C"
10607 #endif
10608 char XRenderQueryExtension ();
10610 main ()
10612 return XRenderQueryExtension ();
10614 return 0;
10616 _ACEOF
10617 rm -f conftest.$ac_objext conftest$ac_exeext
10618 if { (ac_try="$ac_link"
10619 case "(($ac_try" in
10620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10621 *) ac_try_echo=$ac_try;;
10622 esac
10623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10624 (eval "$ac_link") 2>conftest.er1
10625 ac_status=$?
10626 grep -v '^ *+' conftest.er1 >conftest.err
10627 rm -f conftest.er1
10628 cat conftest.err >&5
10629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10630 (exit $ac_status); } && {
10631 test -z "$ac_c_werror_flag" ||
10632 test ! -s conftest.err
10633 } && test -s conftest$ac_exeext &&
10634 $as_test_x conftest$ac_exeext; then
10635 case "$LIBEXT" in
10636 dll) ;;
10637 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'` ;;
10638 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10639 esac
10640 else
10641 echo "$as_me: failed program was:" >&5
10642 sed 's/^/| /' conftest.$ac_ext >&5
10647 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10648 conftest$ac_exeext conftest.$ac_ext
10649 LIBS=$ac_check_soname_save_LIBS
10651 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10652 { echo "$as_me:$LINENO: result: not found" >&5
10653 echo "${ECHO_T}not found" >&6; }
10655 else
10656 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10657 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10659 cat >>confdefs.h <<_ACEOF
10660 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10661 _ACEOF
10663 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10664 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10665 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10666 echo $ECHO_N "(cached) $ECHO_C" >&6
10667 else
10668 ac_check_lib_save_LIBS=$LIBS
10669 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10670 cat >conftest.$ac_ext <<_ACEOF
10671 /* confdefs.h. */
10672 _ACEOF
10673 cat confdefs.h >>conftest.$ac_ext
10674 cat >>conftest.$ac_ext <<_ACEOF
10675 /* end confdefs.h. */
10677 /* Override any GCC internal prototype to avoid an error.
10678 Use char because int might match the return type of a GCC
10679 builtin and then its argument prototype would still apply. */
10680 #ifdef __cplusplus
10681 extern "C"
10682 #endif
10683 char XRenderSetPictureTransform ();
10685 main ()
10687 return XRenderSetPictureTransform ();
10689 return 0;
10691 _ACEOF
10692 rm -f conftest.$ac_objext conftest$ac_exeext
10693 if { (ac_try="$ac_link"
10694 case "(($ac_try" in
10695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10696 *) ac_try_echo=$ac_try;;
10697 esac
10698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10699 (eval "$ac_link") 2>conftest.er1
10700 ac_status=$?
10701 grep -v '^ *+' conftest.er1 >conftest.err
10702 rm -f conftest.er1
10703 cat conftest.err >&5
10704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10705 (exit $ac_status); } && {
10706 test -z "$ac_c_werror_flag" ||
10707 test ! -s conftest.err
10708 } && test -s conftest$ac_exeext &&
10709 $as_test_x conftest$ac_exeext; then
10710 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10711 else
10712 echo "$as_me: failed program was:" >&5
10713 sed 's/^/| /' conftest.$ac_ext >&5
10715 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10719 conftest$ac_exeext conftest.$ac_ext
10720 LIBS=$ac_check_lib_save_LIBS
10722 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10723 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10724 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10726 cat >>confdefs.h <<\_ACEOF
10727 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10728 _ACEOF
10736 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10737 case "x$with_xrender" in
10738 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10739 xno) ;;
10740 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10741 This is an error since --with-xrender was requested." >&5
10742 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10743 This is an error since --with-xrender was requested." >&2;}
10744 { (exit 1); exit 1; }; } ;;
10745 esac
10749 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10750 then
10751 cat >conftest.$ac_ext <<_ACEOF
10752 /* confdefs.h. */
10753 _ACEOF
10754 cat confdefs.h >>conftest.$ac_ext
10755 cat >>conftest.$ac_ext <<_ACEOF
10756 /* end confdefs.h. */
10757 #include <X11/Xlib.h>
10758 #include <X11/extensions/Xrandr.h>
10760 main ()
10762 static typeof(XRRSetScreenConfigAndRate) * func;
10764 return 0;
10766 _ACEOF
10767 rm -f conftest.$ac_objext
10768 if { (ac_try="$ac_compile"
10769 case "(($ac_try" in
10770 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10771 *) ac_try_echo=$ac_try;;
10772 esac
10773 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10774 (eval "$ac_compile") 2>conftest.er1
10775 ac_status=$?
10776 grep -v '^ *+' conftest.er1 >conftest.err
10777 rm -f conftest.er1
10778 cat conftest.err >&5
10779 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10780 (exit $ac_status); } && {
10781 test -z "$ac_c_werror_flag" ||
10782 test ! -s conftest.err
10783 } && test -s conftest.$ac_objext; then
10784 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10785 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10786 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10787 echo $ECHO_N "(cached) $ECHO_C" >&6
10788 else
10789 ac_check_soname_save_LIBS=$LIBS
10790 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10791 cat >conftest.$ac_ext <<_ACEOF
10792 /* confdefs.h. */
10793 _ACEOF
10794 cat confdefs.h >>conftest.$ac_ext
10795 cat >>conftest.$ac_ext <<_ACEOF
10796 /* end confdefs.h. */
10798 /* Override any GCC internal prototype to avoid an error.
10799 Use char because int might match the return type of a GCC
10800 builtin and then its argument prototype would still apply. */
10801 #ifdef __cplusplus
10802 extern "C"
10803 #endif
10804 char XRRQueryExtension ();
10806 main ()
10808 return XRRQueryExtension ();
10810 return 0;
10812 _ACEOF
10813 rm -f conftest.$ac_objext conftest$ac_exeext
10814 if { (ac_try="$ac_link"
10815 case "(($ac_try" in
10816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10817 *) ac_try_echo=$ac_try;;
10818 esac
10819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10820 (eval "$ac_link") 2>conftest.er1
10821 ac_status=$?
10822 grep -v '^ *+' conftest.er1 >conftest.err
10823 rm -f conftest.er1
10824 cat conftest.err >&5
10825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10826 (exit $ac_status); } && {
10827 test -z "$ac_c_werror_flag" ||
10828 test ! -s conftest.err
10829 } && test -s conftest$ac_exeext &&
10830 $as_test_x conftest$ac_exeext; then
10831 case "$LIBEXT" in
10832 dll) ;;
10833 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'` ;;
10834 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10835 esac
10836 else
10837 echo "$as_me: failed program was:" >&5
10838 sed 's/^/| /' conftest.$ac_ext >&5
10843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10844 conftest$ac_exeext conftest.$ac_ext
10845 LIBS=$ac_check_soname_save_LIBS
10847 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10848 { echo "$as_me:$LINENO: result: not found" >&5
10849 echo "${ECHO_T}not found" >&6; }
10851 else
10852 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10853 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10855 cat >>confdefs.h <<_ACEOF
10856 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10857 _ACEOF
10862 else
10863 echo "$as_me: failed program was:" >&5
10864 sed 's/^/| /' conftest.$ac_ext >&5
10869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10871 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10872 case "x$with_xrandr" in
10873 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
10874 xno) ;;
10875 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10876 This is an error since --with-xrandr was requested." >&5
10877 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
10878 This is an error since --with-xrandr was requested." >&2;}
10879 { (exit 1); exit 1; }; } ;;
10880 esac
10884 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10885 then
10886 cat >conftest.$ac_ext <<_ACEOF
10887 /* confdefs.h. */
10888 _ACEOF
10889 cat confdefs.h >>conftest.$ac_ext
10890 cat >>conftest.$ac_ext <<_ACEOF
10891 /* end confdefs.h. */
10892 #include <X11/Xlib.h>
10893 #include <X11/extensions/Xinerama.h>
10895 main ()
10897 static typeof(XineramaQueryScreens) * func;
10899 return 0;
10901 _ACEOF
10902 rm -f conftest.$ac_objext
10903 if { (ac_try="$ac_compile"
10904 case "(($ac_try" in
10905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10906 *) ac_try_echo=$ac_try;;
10907 esac
10908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10909 (eval "$ac_compile") 2>conftest.er1
10910 ac_status=$?
10911 grep -v '^ *+' conftest.er1 >conftest.err
10912 rm -f conftest.er1
10913 cat conftest.err >&5
10914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10915 (exit $ac_status); } && {
10916 test -z "$ac_c_werror_flag" ||
10917 test ! -s conftest.err
10918 } && test -s conftest.$ac_objext; then
10919 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10920 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10921 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10922 echo $ECHO_N "(cached) $ECHO_C" >&6
10923 else
10924 ac_check_soname_save_LIBS=$LIBS
10925 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10926 cat >conftest.$ac_ext <<_ACEOF
10927 /* confdefs.h. */
10928 _ACEOF
10929 cat confdefs.h >>conftest.$ac_ext
10930 cat >>conftest.$ac_ext <<_ACEOF
10931 /* end confdefs.h. */
10933 /* Override any GCC internal prototype to avoid an error.
10934 Use char because int might match the return type of a GCC
10935 builtin and then its argument prototype would still apply. */
10936 #ifdef __cplusplus
10937 extern "C"
10938 #endif
10939 char XineramaQueryScreens ();
10941 main ()
10943 return XineramaQueryScreens ();
10945 return 0;
10947 _ACEOF
10948 rm -f conftest.$ac_objext conftest$ac_exeext
10949 if { (ac_try="$ac_link"
10950 case "(($ac_try" in
10951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952 *) ac_try_echo=$ac_try;;
10953 esac
10954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10955 (eval "$ac_link") 2>conftest.er1
10956 ac_status=$?
10957 grep -v '^ *+' conftest.er1 >conftest.err
10958 rm -f conftest.er1
10959 cat conftest.err >&5
10960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10961 (exit $ac_status); } && {
10962 test -z "$ac_c_werror_flag" ||
10963 test ! -s conftest.err
10964 } && test -s conftest$ac_exeext &&
10965 $as_test_x conftest$ac_exeext; then
10966 case "$LIBEXT" in
10967 dll) ;;
10968 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'` ;;
10969 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10970 esac
10971 else
10972 echo "$as_me: failed program was:" >&5
10973 sed 's/^/| /' conftest.$ac_ext >&5
10978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10979 conftest$ac_exeext conftest.$ac_ext
10980 LIBS=$ac_check_soname_save_LIBS
10982 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10983 { echo "$as_me:$LINENO: result: not found" >&5
10984 echo "${ECHO_T}not found" >&6; }
10986 else
10987 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10988 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10990 cat >>confdefs.h <<_ACEOF
10991 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10992 _ACEOF
10997 else
10998 echo "$as_me: failed program was:" >&5
10999 sed 's/^/| /' conftest.$ac_ext >&5
11004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11006 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11007 case "x$with_xinerama" in
11008 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11009 xno) ;;
11010 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11011 This is an error since --with-xinerama was requested." >&5
11012 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11013 This is an error since --with-xinerama was requested." >&2;}
11014 { (exit 1); exit 1; }; } ;;
11015 esac
11019 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11020 then
11021 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11022 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11023 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11024 echo $ECHO_N "(cached) $ECHO_C" >&6
11025 else
11026 ac_check_soname_save_LIBS=$LIBS
11027 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11028 cat >conftest.$ac_ext <<_ACEOF
11029 /* confdefs.h. */
11030 _ACEOF
11031 cat confdefs.h >>conftest.$ac_ext
11032 cat >>conftest.$ac_ext <<_ACEOF
11033 /* end confdefs.h. */
11035 /* Override any GCC internal prototype to avoid an error.
11036 Use char because int might match the return type of a GCC
11037 builtin and then its argument prototype would still apply. */
11038 #ifdef __cplusplus
11039 extern "C"
11040 #endif
11041 char XCompositeRedirectWindow ();
11043 main ()
11045 return XCompositeRedirectWindow ();
11047 return 0;
11049 _ACEOF
11050 rm -f conftest.$ac_objext conftest$ac_exeext
11051 if { (ac_try="$ac_link"
11052 case "(($ac_try" in
11053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11054 *) ac_try_echo=$ac_try;;
11055 esac
11056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11057 (eval "$ac_link") 2>conftest.er1
11058 ac_status=$?
11059 grep -v '^ *+' conftest.er1 >conftest.err
11060 rm -f conftest.er1
11061 cat conftest.err >&5
11062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11063 (exit $ac_status); } && {
11064 test -z "$ac_c_werror_flag" ||
11065 test ! -s conftest.err
11066 } && test -s conftest$ac_exeext &&
11067 $as_test_x conftest$ac_exeext; then
11068 case "$LIBEXT" in
11069 dll) ;;
11070 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'` ;;
11071 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11072 esac
11073 else
11074 echo "$as_me: failed program was:" >&5
11075 sed 's/^/| /' conftest.$ac_ext >&5
11080 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11081 conftest$ac_exeext conftest.$ac_ext
11082 LIBS=$ac_check_soname_save_LIBS
11084 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11085 { echo "$as_me:$LINENO: result: not found" >&5
11086 echo "${ECHO_T}not found" >&6; }
11088 else
11089 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11090 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11092 cat >>confdefs.h <<_ACEOF
11093 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11094 _ACEOF
11100 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11101 case "x$with_xcomposite" in
11102 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11103 xno) ;;
11104 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11105 This is an error since --with-xcomposite was requested." >&5
11106 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11107 This is an error since --with-xcomposite was requested." >&2;}
11108 { (exit 1); exit 1; }; } ;;
11109 esac
11113 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11114 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11115 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11116 echo $ECHO_N "(cached) $ECHO_C" >&6
11117 else
11118 cat >conftest.$ac_ext <<_ACEOF
11119 /* confdefs.h. */
11120 _ACEOF
11121 cat confdefs.h >>conftest.$ac_ext
11122 cat >>conftest.$ac_ext <<_ACEOF
11123 /* end confdefs.h. */
11124 #ifdef HAVE_X11_XLIB_H
11125 #include <X11/Xlib.h>
11126 #endif
11129 main ()
11131 static XICCallback ac_aggr;
11132 if (ac_aggr.callback)
11133 return 0;
11135 return 0;
11137 _ACEOF
11138 rm -f conftest.$ac_objext
11139 if { (ac_try="$ac_compile"
11140 case "(($ac_try" in
11141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11142 *) ac_try_echo=$ac_try;;
11143 esac
11144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11145 (eval "$ac_compile") 2>conftest.er1
11146 ac_status=$?
11147 grep -v '^ *+' conftest.er1 >conftest.err
11148 rm -f conftest.er1
11149 cat conftest.err >&5
11150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11151 (exit $ac_status); } && {
11152 test -z "$ac_c_werror_flag" ||
11153 test ! -s conftest.err
11154 } && test -s conftest.$ac_objext; then
11155 ac_cv_member_XICCallback_callback=yes
11156 else
11157 echo "$as_me: failed program was:" >&5
11158 sed 's/^/| /' conftest.$ac_ext >&5
11160 cat >conftest.$ac_ext <<_ACEOF
11161 /* confdefs.h. */
11162 _ACEOF
11163 cat confdefs.h >>conftest.$ac_ext
11164 cat >>conftest.$ac_ext <<_ACEOF
11165 /* end confdefs.h. */
11166 #ifdef HAVE_X11_XLIB_H
11167 #include <X11/Xlib.h>
11168 #endif
11171 main ()
11173 static XICCallback ac_aggr;
11174 if (sizeof ac_aggr.callback)
11175 return 0;
11177 return 0;
11179 _ACEOF
11180 rm -f conftest.$ac_objext
11181 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
11197 ac_cv_member_XICCallback_callback=yes
11198 else
11199 echo "$as_me: failed program was:" >&5
11200 sed 's/^/| /' conftest.$ac_ext >&5
11202 ac_cv_member_XICCallback_callback=no
11205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11210 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11211 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11212 if test $ac_cv_member_XICCallback_callback = yes; then
11214 cat >>confdefs.h <<_ACEOF
11215 #define HAVE_XICCALLBACK_CALLBACK 1
11216 _ACEOF
11223 opengl_msg=""
11224 if test "x$with_opengl" != "xno"
11225 then
11229 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11231 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11232 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11233 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11234 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11235 echo $ECHO_N "(cached) $ECHO_C" >&6
11236 else
11237 cat >conftest.$ac_ext <<_ACEOF
11238 /* confdefs.h. */
11239 _ACEOF
11240 cat confdefs.h >>conftest.$ac_ext
11241 cat >>conftest.$ac_ext <<_ACEOF
11242 /* end confdefs.h. */
11243 #ifdef HAVE_GL_GLX_H
11244 # include <GL/glx.h>
11245 #endif
11247 #include <$ac_header>
11248 _ACEOF
11249 rm -f conftest.$ac_objext
11250 if { (ac_try="$ac_compile"
11251 case "(($ac_try" in
11252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11253 *) ac_try_echo=$ac_try;;
11254 esac
11255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11256 (eval "$ac_compile") 2>conftest.er1
11257 ac_status=$?
11258 grep -v '^ *+' conftest.er1 >conftest.err
11259 rm -f conftest.er1
11260 cat conftest.err >&5
11261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11262 (exit $ac_status); } && {
11263 test -z "$ac_c_werror_flag" ||
11264 test ! -s conftest.err
11265 } && test -s conftest.$ac_objext; then
11266 eval "$as_ac_Header=yes"
11267 else
11268 echo "$as_me: failed program was:" >&5
11269 sed 's/^/| /' conftest.$ac_ext >&5
11271 eval "$as_ac_Header=no"
11274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11276 ac_res=`eval echo '${'$as_ac_Header'}'`
11277 { echo "$as_me:$LINENO: result: $ac_res" >&5
11278 echo "${ECHO_T}$ac_res" >&6; }
11279 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11280 cat >>confdefs.h <<_ACEOF
11281 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11282 _ACEOF
11286 done
11288 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11289 then
11290 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11291 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11292 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11293 echo $ECHO_N "(cached) $ECHO_C" >&6
11294 else
11295 cat >conftest.$ac_ext <<_ACEOF
11296 /* confdefs.h. */
11297 _ACEOF
11298 cat confdefs.h >>conftest.$ac_ext
11299 cat >>conftest.$ac_ext <<_ACEOF
11300 /* end confdefs.h. */
11301 #include <GL/gl.h>
11303 main ()
11305 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11307 return 0;
11309 _ACEOF
11310 rm -f conftest.$ac_objext
11311 if { (ac_try="$ac_compile"
11312 case "(($ac_try" in
11313 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11314 *) ac_try_echo=$ac_try;;
11315 esac
11316 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11317 (eval "$ac_compile") 2>conftest.er1
11318 ac_status=$?
11319 grep -v '^ *+' conftest.er1 >conftest.err
11320 rm -f conftest.er1
11321 cat conftest.err >&5
11322 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11323 (exit $ac_status); } && {
11324 test -z "$ac_c_werror_flag" ||
11325 test ! -s conftest.err
11326 } && test -s conftest.$ac_objext; then
11327 wine_cv_opengl_header_version_OK="yes"
11328 else
11329 echo "$as_me: failed program was:" >&5
11330 sed 's/^/| /' conftest.$ac_ext >&5
11332 wine_cv_opengl_header_version_OK="no"
11335 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11337 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11338 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11340 if test "$wine_cv_opengl_header_version_OK" = "yes"
11341 then
11342 { echo "$as_me:$LINENO: checking for -lGL" >&5
11343 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11344 if test "${ac_cv_lib_soname_GL+set}" = set; then
11345 echo $ECHO_N "(cached) $ECHO_C" >&6
11346 else
11347 ac_check_soname_save_LIBS=$LIBS
11348 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11349 cat >conftest.$ac_ext <<_ACEOF
11350 /* confdefs.h. */
11351 _ACEOF
11352 cat confdefs.h >>conftest.$ac_ext
11353 cat >>conftest.$ac_ext <<_ACEOF
11354 /* end confdefs.h. */
11356 /* Override any GCC internal prototype to avoid an error.
11357 Use char because int might match the return type of a GCC
11358 builtin and then its argument prototype would still apply. */
11359 #ifdef __cplusplus
11360 extern "C"
11361 #endif
11362 char glXCreateContext ();
11364 main ()
11366 return glXCreateContext ();
11368 return 0;
11370 _ACEOF
11371 rm -f conftest.$ac_objext conftest$ac_exeext
11372 if { (ac_try="$ac_link"
11373 case "(($ac_try" in
11374 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11375 *) ac_try_echo=$ac_try;;
11376 esac
11377 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11378 (eval "$ac_link") 2>conftest.er1
11379 ac_status=$?
11380 grep -v '^ *+' conftest.er1 >conftest.err
11381 rm -f conftest.er1
11382 cat conftest.err >&5
11383 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11384 (exit $ac_status); } && {
11385 test -z "$ac_c_werror_flag" ||
11386 test ! -s conftest.err
11387 } && test -s conftest$ac_exeext &&
11388 $as_test_x conftest$ac_exeext; then
11389 case "$LIBEXT" in
11390 dll) ;;
11391 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'` ;;
11392 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11393 esac
11394 else
11395 echo "$as_me: failed program was:" >&5
11396 sed 's/^/| /' conftest.$ac_ext >&5
11401 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11402 conftest$ac_exeext conftest.$ac_ext
11403 LIBS=$ac_check_soname_save_LIBS
11405 if test "x$ac_cv_lib_soname_GL" = "x"; then
11406 { echo "$as_me:$LINENO: result: not found" >&5
11407 echo "${ECHO_T}not found" >&6; }
11408 { echo "$as_me:$LINENO: checking for -lGL" >&5
11409 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11410 if test "${ac_cv_lib_soname_GL+set}" = set; then
11411 echo $ECHO_N "(cached) $ECHO_C" >&6
11412 else
11413 ac_check_soname_save_LIBS=$LIBS
11414 LIBS="-lGL $X_LIBS $XLIB -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"
11415 cat >conftest.$ac_ext <<_ACEOF
11416 /* confdefs.h. */
11417 _ACEOF
11418 cat confdefs.h >>conftest.$ac_ext
11419 cat >>conftest.$ac_ext <<_ACEOF
11420 /* end confdefs.h. */
11422 /* Override any GCC internal prototype to avoid an error.
11423 Use char because int might match the return type of a GCC
11424 builtin and then its argument prototype would still apply. */
11425 #ifdef __cplusplus
11426 extern "C"
11427 #endif
11428 char glXCreateContext ();
11430 main ()
11432 return glXCreateContext ();
11434 return 0;
11436 _ACEOF
11437 rm -f conftest.$ac_objext conftest$ac_exeext
11438 if { (ac_try="$ac_link"
11439 case "(($ac_try" in
11440 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11441 *) ac_try_echo=$ac_try;;
11442 esac
11443 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11444 (eval "$ac_link") 2>conftest.er1
11445 ac_status=$?
11446 grep -v '^ *+' conftest.er1 >conftest.err
11447 rm -f conftest.er1
11448 cat conftest.err >&5
11449 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11450 (exit $ac_status); } && {
11451 test -z "$ac_c_werror_flag" ||
11452 test ! -s conftest.err
11453 } && test -s conftest$ac_exeext &&
11454 $as_test_x conftest$ac_exeext; then
11455 case "$LIBEXT" in
11456 dll) ;;
11457 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'` ;;
11458 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11459 esac
11460 else
11461 echo "$as_me: failed program was:" >&5
11462 sed 's/^/| /' conftest.$ac_ext >&5
11467 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11468 conftest$ac_exeext conftest.$ac_ext
11469 LIBS=$ac_check_soname_save_LIBS
11471 if test "x$ac_cv_lib_soname_GL" = "x"; then
11472 { echo "$as_me:$LINENO: result: not found" >&5
11473 echo "${ECHO_T}not found" >&6; }
11474 if test -f /usr/X11R6/lib/libGL.a
11475 then
11476 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11477 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11478 else
11479 opengl_msg="No OpenGL library found on this system."
11481 else
11482 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11483 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11485 cat >>confdefs.h <<_ACEOF
11486 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11487 _ACEOF
11489 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"
11491 cat >>confdefs.h <<\_ACEOF
11492 #define HAVE_OPENGL 1
11493 _ACEOF
11497 else
11498 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11499 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11501 cat >>confdefs.h <<_ACEOF
11502 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11503 _ACEOF
11505 OPENGL_LIBS="-lGL"
11507 cat >>confdefs.h <<\_ACEOF
11508 #define HAVE_OPENGL 1
11509 _ACEOF
11513 if test "$ac_cv_header_GL_glu_h" = "yes"
11514 then
11515 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11516 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11517 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11518 echo $ECHO_N "(cached) $ECHO_C" >&6
11519 else
11520 ac_check_soname_save_LIBS=$LIBS
11521 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11522 cat >conftest.$ac_ext <<_ACEOF
11523 /* confdefs.h. */
11524 _ACEOF
11525 cat confdefs.h >>conftest.$ac_ext
11526 cat >>conftest.$ac_ext <<_ACEOF
11527 /* end confdefs.h. */
11529 /* Override any GCC internal prototype to avoid an error.
11530 Use char because int might match the return type of a GCC
11531 builtin and then its argument prototype would still apply. */
11532 #ifdef __cplusplus
11533 extern "C"
11534 #endif
11535 char gluLookAt ();
11537 main ()
11539 return gluLookAt ();
11541 return 0;
11543 _ACEOF
11544 rm -f conftest.$ac_objext conftest$ac_exeext
11545 if { (ac_try="$ac_link"
11546 case "(($ac_try" in
11547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11548 *) ac_try_echo=$ac_try;;
11549 esac
11550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11551 (eval "$ac_link") 2>conftest.er1
11552 ac_status=$?
11553 grep -v '^ *+' conftest.er1 >conftest.err
11554 rm -f conftest.er1
11555 cat conftest.err >&5
11556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11557 (exit $ac_status); } && {
11558 test -z "$ac_c_werror_flag" ||
11559 test ! -s conftest.err
11560 } && test -s conftest$ac_exeext &&
11561 $as_test_x conftest$ac_exeext; then
11562 case "$LIBEXT" in
11563 dll) ;;
11564 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'` ;;
11565 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11566 esac
11567 else
11568 echo "$as_me: failed program was:" >&5
11569 sed 's/^/| /' conftest.$ac_ext >&5
11574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11575 conftest$ac_exeext conftest.$ac_ext
11576 LIBS=$ac_check_soname_save_LIBS
11578 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11579 { echo "$as_me:$LINENO: result: not found" >&5
11580 echo "${ECHO_T}not found" >&6; }
11582 else
11583 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11584 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11586 cat >>confdefs.h <<_ACEOF
11587 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11588 _ACEOF
11594 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11595 case "x$with_glu" in
11596 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11597 xno) ;;
11598 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11599 This is an error since --with-glu was requested." >&5
11600 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11601 This is an error since --with-glu was requested." >&2;}
11602 { (exit 1); exit 1; }; } ;;
11603 esac
11606 else
11607 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11609 else
11610 opengl_msg="OpenGL development headers not found."
11612 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11613 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11614 else
11615 enable_opengl32=${enable_opengl32:-no}
11616 enable_glu32=${enable_glu32:-no}
11618 if test -n "$opengl_msg"; then
11619 case "x$with_opengl" in
11620 x) wine_warnings="$wine_warnings|$opengl_msg
11621 OpenGL and Direct3D won't be supported." ;;
11622 xno) ;;
11623 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11624 OpenGL and Direct3D won't be supported.
11625 This is an error since --with-opengl was requested." >&5
11626 echo "$as_me: error: $opengl_msg
11627 OpenGL and Direct3D won't be supported.
11628 This is an error since --with-opengl was requested." >&2;}
11629 { (exit 1); exit 1; }; } ;;
11630 esac
11634 NASLIBS=""
11637 for ac_header in audio/audiolib.h
11639 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11640 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11641 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11644 echo $ECHO_N "(cached) $ECHO_C" >&6
11646 ac_res=`eval echo '${'$as_ac_Header'}'`
11647 { echo "$as_me:$LINENO: result: $ac_res" >&5
11648 echo "${ECHO_T}$ac_res" >&6; }
11649 else
11650 # Is the header compilable?
11651 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11652 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11653 cat >conftest.$ac_ext <<_ACEOF
11654 /* confdefs.h. */
11655 _ACEOF
11656 cat confdefs.h >>conftest.$ac_ext
11657 cat >>conftest.$ac_ext <<_ACEOF
11658 /* end confdefs.h. */
11659 $ac_includes_default
11660 #include <$ac_header>
11661 _ACEOF
11662 rm -f conftest.$ac_objext
11663 if { (ac_try="$ac_compile"
11664 case "(($ac_try" in
11665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11666 *) ac_try_echo=$ac_try;;
11667 esac
11668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11669 (eval "$ac_compile") 2>conftest.er1
11670 ac_status=$?
11671 grep -v '^ *+' conftest.er1 >conftest.err
11672 rm -f conftest.er1
11673 cat conftest.err >&5
11674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11675 (exit $ac_status); } && {
11676 test -z "$ac_c_werror_flag" ||
11677 test ! -s conftest.err
11678 } && test -s conftest.$ac_objext; then
11679 ac_header_compiler=yes
11680 else
11681 echo "$as_me: failed program was:" >&5
11682 sed 's/^/| /' conftest.$ac_ext >&5
11684 ac_header_compiler=no
11687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11688 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11689 echo "${ECHO_T}$ac_header_compiler" >&6; }
11691 # Is the header present?
11692 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11693 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11694 cat >conftest.$ac_ext <<_ACEOF
11695 /* confdefs.h. */
11696 _ACEOF
11697 cat confdefs.h >>conftest.$ac_ext
11698 cat >>conftest.$ac_ext <<_ACEOF
11699 /* end confdefs.h. */
11700 #include <$ac_header>
11701 _ACEOF
11702 if { (ac_try="$ac_cpp conftest.$ac_ext"
11703 case "(($ac_try" in
11704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11705 *) ac_try_echo=$ac_try;;
11706 esac
11707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11708 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11709 ac_status=$?
11710 grep -v '^ *+' conftest.er1 >conftest.err
11711 rm -f conftest.er1
11712 cat conftest.err >&5
11713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11714 (exit $ac_status); } >/dev/null && {
11715 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11716 test ! -s conftest.err
11717 }; then
11718 ac_header_preproc=yes
11719 else
11720 echo "$as_me: failed program was:" >&5
11721 sed 's/^/| /' conftest.$ac_ext >&5
11723 ac_header_preproc=no
11726 rm -f conftest.err conftest.$ac_ext
11727 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11728 echo "${ECHO_T}$ac_header_preproc" >&6; }
11730 # So? What about this header?
11731 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11732 yes:no: )
11733 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11734 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11735 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11736 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11737 ac_header_preproc=yes
11739 no:yes:* )
11740 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11741 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11742 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11743 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11744 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11745 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11746 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11747 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11748 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11749 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11750 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11751 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11752 ( cat <<\_ASBOX
11753 ## ------------------------------------ ##
11754 ## Report this to wine-devel@winehq.org ##
11755 ## ------------------------------------ ##
11756 _ASBOX
11757 ) | sed "s/^/$as_me: WARNING: /" >&2
11759 esac
11760 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11761 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11762 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11763 echo $ECHO_N "(cached) $ECHO_C" >&6
11764 else
11765 eval "$as_ac_Header=\$ac_header_preproc"
11767 ac_res=`eval echo '${'$as_ac_Header'}'`
11768 { echo "$as_me:$LINENO: result: $ac_res" >&5
11769 echo "${ECHO_T}$ac_res" >&6; }
11772 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11773 cat >>confdefs.h <<_ACEOF
11774 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11775 _ACEOF
11777 for ac_header in audio/soundlib.h
11779 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11780 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11783 echo $ECHO_N "(cached) $ECHO_C" >&6
11784 else
11785 cat >conftest.$ac_ext <<_ACEOF
11786 /* confdefs.h. */
11787 _ACEOF
11788 cat confdefs.h >>conftest.$ac_ext
11789 cat >>conftest.$ac_ext <<_ACEOF
11790 /* end confdefs.h. */
11791 #include <audio/audiolib.h>
11793 #include <$ac_header>
11794 _ACEOF
11795 rm -f conftest.$ac_objext
11796 if { (ac_try="$ac_compile"
11797 case "(($ac_try" in
11798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11799 *) ac_try_echo=$ac_try;;
11800 esac
11801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11802 (eval "$ac_compile") 2>conftest.er1
11803 ac_status=$?
11804 grep -v '^ *+' conftest.er1 >conftest.err
11805 rm -f conftest.er1
11806 cat conftest.err >&5
11807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11808 (exit $ac_status); } && {
11809 test -z "$ac_c_werror_flag" ||
11810 test ! -s conftest.err
11811 } && test -s conftest.$ac_objext; then
11812 eval "$as_ac_Header=yes"
11813 else
11814 echo "$as_me: failed program was:" >&5
11815 sed 's/^/| /' conftest.$ac_ext >&5
11817 eval "$as_ac_Header=no"
11820 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11822 ac_res=`eval echo '${'$as_ac_Header'}'`
11823 { echo "$as_me:$LINENO: result: $ac_res" >&5
11824 echo "${ECHO_T}$ac_res" >&6; }
11825 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11826 cat >>confdefs.h <<_ACEOF
11827 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11828 _ACEOF
11832 done
11834 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11835 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11836 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11837 echo $ECHO_N "(cached) $ECHO_C" >&6
11838 else
11839 ac_check_lib_save_LIBS=$LIBS
11840 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11841 cat >conftest.$ac_ext <<_ACEOF
11842 /* confdefs.h. */
11843 _ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h. */
11848 /* Override any GCC internal prototype to avoid an error.
11849 Use char because int might match the return type of a GCC
11850 builtin and then its argument prototype would still apply. */
11851 #ifdef __cplusplus
11852 extern "C"
11853 #endif
11854 char AuCreateFlow ();
11856 main ()
11858 return AuCreateFlow ();
11860 return 0;
11862 _ACEOF
11863 rm -f conftest.$ac_objext conftest$ac_exeext
11864 if { (ac_try="$ac_link"
11865 case "(($ac_try" in
11866 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11867 *) ac_try_echo=$ac_try;;
11868 esac
11869 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11870 (eval "$ac_link") 2>conftest.er1
11871 ac_status=$?
11872 grep -v '^ *+' conftest.er1 >conftest.err
11873 rm -f conftest.er1
11874 cat conftest.err >&5
11875 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11876 (exit $ac_status); } && {
11877 test -z "$ac_c_werror_flag" ||
11878 test ! -s conftest.err
11879 } && test -s conftest$ac_exeext &&
11880 $as_test_x conftest$ac_exeext; then
11881 ac_cv_lib_audio_AuCreateFlow=yes
11882 else
11883 echo "$as_me: failed program was:" >&5
11884 sed 's/^/| /' conftest.$ac_ext >&5
11886 ac_cv_lib_audio_AuCreateFlow=no
11889 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11890 conftest$ac_exeext conftest.$ac_ext
11891 LIBS=$ac_check_lib_save_LIBS
11893 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11894 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11895 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11897 cat >>confdefs.h <<\_ACEOF
11898 #define HAVE_NAS 1
11899 _ACEOF
11901 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11902 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11903 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11904 echo $ECHO_N "(cached) $ECHO_C" >&6
11905 else
11906 ac_check_lib_save_LIBS=$LIBS
11907 LIBS="-lXau $X_LIBS $LIBS"
11908 cat >conftest.$ac_ext <<_ACEOF
11909 /* confdefs.h. */
11910 _ACEOF
11911 cat confdefs.h >>conftest.$ac_ext
11912 cat >>conftest.$ac_ext <<_ACEOF
11913 /* end confdefs.h. */
11915 /* Override any GCC internal prototype to avoid an error.
11916 Use char because int might match the return type of a GCC
11917 builtin and then its argument prototype would still apply. */
11918 #ifdef __cplusplus
11919 extern "C"
11920 #endif
11921 char XauGetBestAuthByAddr ();
11923 main ()
11925 return XauGetBestAuthByAddr ();
11927 return 0;
11929 _ACEOF
11930 rm -f conftest.$ac_objext conftest$ac_exeext
11931 if { (ac_try="$ac_link"
11932 case "(($ac_try" in
11933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11934 *) ac_try_echo=$ac_try;;
11935 esac
11936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11937 (eval "$ac_link") 2>conftest.er1
11938 ac_status=$?
11939 grep -v '^ *+' conftest.er1 >conftest.err
11940 rm -f conftest.er1
11941 cat conftest.err >&5
11942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11943 (exit $ac_status); } && {
11944 test -z "$ac_c_werror_flag" ||
11945 test ! -s conftest.err
11946 } && test -s conftest$ac_exeext &&
11947 $as_test_x conftest$ac_exeext; then
11948 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11949 else
11950 echo "$as_me: failed program was:" >&5
11951 sed 's/^/| /' conftest.$ac_ext >&5
11953 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11956 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11957 conftest$ac_exeext conftest.$ac_ext
11958 LIBS=$ac_check_lib_save_LIBS
11960 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11961 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11962 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11963 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
11964 else
11965 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
11973 done
11976 CPPFLAGS="$ac_save_CPPFLAGS"
11977 else
11978 XLIB=""
11979 X_CFLAGS=""
11980 X_LIBS=""
11981 enable_winex11_drv=${enable_winex11_drv:-no}
11982 enable_opengl32=${enable_opengl32:-no}
11983 enable_glu32=${enable_glu32:-no}
11985 if test "x$XLIB" = "x"; then
11986 case "x$with_x" in
11987 xno) ;;
11988 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
11989 without X support, which probably isn't what you want. You will need to install
11990 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11991 Use the --without-x option if you really want this." >&5
11992 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
11993 without X support, which probably isn't what you want. You will need to install
11994 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
11995 Use the --without-x option if you really want this." >&2;}
11996 { (exit 1); exit 1; }; } ;;
11997 esac
12002 XML2LIBS=""
12004 XML2INCL=""
12006 XSLTINCL=""
12008 if test "x$with_xml" != "xno"
12009 then
12010 ac_save_CPPFLAGS="$CPPFLAGS"
12011 if test "$PKG_CONFIG" != "false"
12012 then
12013 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12014 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12015 else
12016 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12017 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12019 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12021 for ac_header in libxml/parser.h
12023 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12024 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12025 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12026 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12027 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12028 echo $ECHO_N "(cached) $ECHO_C" >&6
12030 ac_res=`eval echo '${'$as_ac_Header'}'`
12031 { echo "$as_me:$LINENO: result: $ac_res" >&5
12032 echo "${ECHO_T}$ac_res" >&6; }
12033 else
12034 # Is the header compilable?
12035 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12036 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12037 cat >conftest.$ac_ext <<_ACEOF
12038 /* confdefs.h. */
12039 _ACEOF
12040 cat confdefs.h >>conftest.$ac_ext
12041 cat >>conftest.$ac_ext <<_ACEOF
12042 /* end confdefs.h. */
12043 $ac_includes_default
12044 #include <$ac_header>
12045 _ACEOF
12046 rm -f conftest.$ac_objext
12047 if { (ac_try="$ac_compile"
12048 case "(($ac_try" in
12049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12050 *) ac_try_echo=$ac_try;;
12051 esac
12052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12053 (eval "$ac_compile") 2>conftest.er1
12054 ac_status=$?
12055 grep -v '^ *+' conftest.er1 >conftest.err
12056 rm -f conftest.er1
12057 cat conftest.err >&5
12058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12059 (exit $ac_status); } && {
12060 test -z "$ac_c_werror_flag" ||
12061 test ! -s conftest.err
12062 } && test -s conftest.$ac_objext; then
12063 ac_header_compiler=yes
12064 else
12065 echo "$as_me: failed program was:" >&5
12066 sed 's/^/| /' conftest.$ac_ext >&5
12068 ac_header_compiler=no
12071 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12072 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12073 echo "${ECHO_T}$ac_header_compiler" >&6; }
12075 # Is the header present?
12076 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12077 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12078 cat >conftest.$ac_ext <<_ACEOF
12079 /* confdefs.h. */
12080 _ACEOF
12081 cat confdefs.h >>conftest.$ac_ext
12082 cat >>conftest.$ac_ext <<_ACEOF
12083 /* end confdefs.h. */
12084 #include <$ac_header>
12085 _ACEOF
12086 if { (ac_try="$ac_cpp conftest.$ac_ext"
12087 case "(($ac_try" in
12088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12089 *) ac_try_echo=$ac_try;;
12090 esac
12091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12092 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12093 ac_status=$?
12094 grep -v '^ *+' conftest.er1 >conftest.err
12095 rm -f conftest.er1
12096 cat conftest.err >&5
12097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12098 (exit $ac_status); } >/dev/null && {
12099 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12100 test ! -s conftest.err
12101 }; then
12102 ac_header_preproc=yes
12103 else
12104 echo "$as_me: failed program was:" >&5
12105 sed 's/^/| /' conftest.$ac_ext >&5
12107 ac_header_preproc=no
12110 rm -f conftest.err conftest.$ac_ext
12111 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12112 echo "${ECHO_T}$ac_header_preproc" >&6; }
12114 # So? What about this header?
12115 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12116 yes:no: )
12117 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12118 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12119 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12120 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12121 ac_header_preproc=yes
12123 no:yes:* )
12124 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12125 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12126 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12127 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12128 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12129 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12130 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12131 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12132 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12133 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12134 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12135 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12136 ( cat <<\_ASBOX
12137 ## ------------------------------------ ##
12138 ## Report this to wine-devel@winehq.org ##
12139 ## ------------------------------------ ##
12140 _ASBOX
12141 ) | sed "s/^/$as_me: WARNING: /" >&2
12143 esac
12144 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12145 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12146 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12147 echo $ECHO_N "(cached) $ECHO_C" >&6
12148 else
12149 eval "$as_ac_Header=\$ac_header_preproc"
12151 ac_res=`eval echo '${'$as_ac_Header'}'`
12152 { echo "$as_me:$LINENO: result: $ac_res" >&5
12153 echo "${ECHO_T}$ac_res" >&6; }
12156 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12157 cat >>confdefs.h <<_ACEOF
12158 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12159 _ACEOF
12160 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12161 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12162 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12163 echo $ECHO_N "(cached) $ECHO_C" >&6
12164 else
12165 ac_check_lib_save_LIBS=$LIBS
12166 LIBS="-lxml2 $ac_xml_libs $LIBS"
12167 cat >conftest.$ac_ext <<_ACEOF
12168 /* confdefs.h. */
12169 _ACEOF
12170 cat confdefs.h >>conftest.$ac_ext
12171 cat >>conftest.$ac_ext <<_ACEOF
12172 /* end confdefs.h. */
12174 /* Override any GCC internal prototype to avoid an error.
12175 Use char because int might match the return type of a GCC
12176 builtin and then its argument prototype would still apply. */
12177 #ifdef __cplusplus
12178 extern "C"
12179 #endif
12180 char xmlParseMemory ();
12182 main ()
12184 return xmlParseMemory ();
12186 return 0;
12188 _ACEOF
12189 rm -f conftest.$ac_objext conftest$ac_exeext
12190 if { (ac_try="$ac_link"
12191 case "(($ac_try" in
12192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12193 *) ac_try_echo=$ac_try;;
12194 esac
12195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12196 (eval "$ac_link") 2>conftest.er1
12197 ac_status=$?
12198 grep -v '^ *+' conftest.er1 >conftest.err
12199 rm -f conftest.er1
12200 cat conftest.err >&5
12201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); } && {
12203 test -z "$ac_c_werror_flag" ||
12204 test ! -s conftest.err
12205 } && test -s conftest$ac_exeext &&
12206 $as_test_x conftest$ac_exeext; then
12207 ac_cv_lib_xml2_xmlParseMemory=yes
12208 else
12209 echo "$as_me: failed program was:" >&5
12210 sed 's/^/| /' conftest.$ac_ext >&5
12212 ac_cv_lib_xml2_xmlParseMemory=no
12215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12216 conftest$ac_exeext conftest.$ac_ext
12217 LIBS=$ac_check_lib_save_LIBS
12219 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12220 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12221 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12223 cat >>confdefs.h <<\_ACEOF
12224 #define HAVE_LIBXML2 1
12225 _ACEOF
12227 XML2LIBS="$ac_xml_libs"
12228 XML2INCL="$ac_xml_cflags"
12231 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12232 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12233 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12234 echo $ECHO_N "(cached) $ECHO_C" >&6
12235 else
12236 ac_check_lib_save_LIBS=$LIBS
12237 LIBS="-lxml2 $ac_xml_libs $LIBS"
12238 cat >conftest.$ac_ext <<_ACEOF
12239 /* confdefs.h. */
12240 _ACEOF
12241 cat confdefs.h >>conftest.$ac_ext
12242 cat >>conftest.$ac_ext <<_ACEOF
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12248 #ifdef __cplusplus
12249 extern "C"
12250 #endif
12251 char xmlReadMemory ();
12253 main ()
12255 return xmlReadMemory ();
12257 return 0;
12259 _ACEOF
12260 rm -f conftest.$ac_objext conftest$ac_exeext
12261 if { (ac_try="$ac_link"
12262 case "(($ac_try" in
12263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12264 *) ac_try_echo=$ac_try;;
12265 esac
12266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12267 (eval "$ac_link") 2>conftest.er1
12268 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1
12271 cat conftest.err >&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } && {
12274 test -z "$ac_c_werror_flag" ||
12275 test ! -s conftest.err
12276 } && test -s conftest$ac_exeext &&
12277 $as_test_x conftest$ac_exeext; then
12278 ac_cv_lib_xml2_xmlReadMemory=yes
12279 else
12280 echo "$as_me: failed program was:" >&5
12281 sed 's/^/| /' conftest.$ac_ext >&5
12283 ac_cv_lib_xml2_xmlReadMemory=no
12286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12287 conftest$ac_exeext conftest.$ac_ext
12288 LIBS=$ac_check_lib_save_LIBS
12290 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12291 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12292 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12294 cat >>confdefs.h <<\_ACEOF
12295 #define HAVE_XMLREADMEMORY 1
12296 _ACEOF
12300 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12301 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12302 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12303 echo $ECHO_N "(cached) $ECHO_C" >&6
12304 else
12305 ac_check_lib_save_LIBS=$LIBS
12306 LIBS="-lxml2 $ac_xml_libs $LIBS"
12307 cat >conftest.$ac_ext <<_ACEOF
12308 /* confdefs.h. */
12309 _ACEOF
12310 cat confdefs.h >>conftest.$ac_ext
12311 cat >>conftest.$ac_ext <<_ACEOF
12312 /* end confdefs.h. */
12314 /* Override any GCC internal prototype to avoid an error.
12315 Use char because int might match the return type of a GCC
12316 builtin and then its argument prototype would still apply. */
12317 #ifdef __cplusplus
12318 extern "C"
12319 #endif
12320 char xmlNewDocPI ();
12322 main ()
12324 return xmlNewDocPI ();
12326 return 0;
12328 _ACEOF
12329 rm -f conftest.$ac_objext conftest$ac_exeext
12330 if { (ac_try="$ac_link"
12331 case "(($ac_try" in
12332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12333 *) ac_try_echo=$ac_try;;
12334 esac
12335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12336 (eval "$ac_link") 2>conftest.er1
12337 ac_status=$?
12338 grep -v '^ *+' conftest.er1 >conftest.err
12339 rm -f conftest.er1
12340 cat conftest.err >&5
12341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12342 (exit $ac_status); } && {
12343 test -z "$ac_c_werror_flag" ||
12344 test ! -s conftest.err
12345 } && test -s conftest$ac_exeext &&
12346 $as_test_x conftest$ac_exeext; then
12347 ac_cv_lib_xml2_xmlNewDocPI=yes
12348 else
12349 echo "$as_me: failed program was:" >&5
12350 sed 's/^/| /' conftest.$ac_ext >&5
12352 ac_cv_lib_xml2_xmlNewDocPI=no
12355 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12356 conftest$ac_exeext conftest.$ac_ext
12357 LIBS=$ac_check_lib_save_LIBS
12359 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12360 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12361 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12363 cat >>confdefs.h <<\_ACEOF
12364 #define HAVE_XMLNEWDOCPI 1
12365 _ACEOF
12372 done
12374 CPPFLAGS="$ac_save_CPPFLAGS"
12376 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12377 case "x$with_xml" in
12378 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12379 xno) ;;
12380 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12381 This is an error since --with-xml was requested." >&5
12382 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12383 This is an error since --with-xml was requested." >&2;}
12384 { (exit 1); exit 1; }; } ;;
12385 esac
12389 if test "x$with_xslt" != "xno"
12390 then
12391 if test "$PKG_CONFIG" != "false"
12392 then
12393 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12394 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12395 else
12396 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12397 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12399 ac_save_CPPFLAGS="$CPPFLAGS"
12400 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12403 for ac_header in libxslt/pattern.h libxslt/transform.h
12405 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12406 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12407 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12408 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12409 echo $ECHO_N "(cached) $ECHO_C" >&6
12410 else
12411 cat >conftest.$ac_ext <<_ACEOF
12412 /* confdefs.h. */
12413 _ACEOF
12414 cat confdefs.h >>conftest.$ac_ext
12415 cat >>conftest.$ac_ext <<_ACEOF
12416 /* end confdefs.h. */
12417 #ifdef HAVE_LIBXSLT_PATTERN_H
12418 # include <libxslt/pattern.h>
12419 #endif
12421 #include <$ac_header>
12422 _ACEOF
12423 rm -f conftest.$ac_objext
12424 if { (ac_try="$ac_compile"
12425 case "(($ac_try" in
12426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12427 *) ac_try_echo=$ac_try;;
12428 esac
12429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12430 (eval "$ac_compile") 2>conftest.er1
12431 ac_status=$?
12432 grep -v '^ *+' conftest.er1 >conftest.err
12433 rm -f conftest.er1
12434 cat conftest.err >&5
12435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12436 (exit $ac_status); } && {
12437 test -z "$ac_c_werror_flag" ||
12438 test ! -s conftest.err
12439 } && test -s conftest.$ac_objext; then
12440 eval "$as_ac_Header=yes"
12441 else
12442 echo "$as_me: failed program was:" >&5
12443 sed 's/^/| /' conftest.$ac_ext >&5
12445 eval "$as_ac_Header=no"
12448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12450 ac_res=`eval echo '${'$as_ac_Header'}'`
12451 { echo "$as_me:$LINENO: result: $ac_res" >&5
12452 echo "${ECHO_T}$ac_res" >&6; }
12453 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12454 cat >>confdefs.h <<_ACEOF
12455 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12456 _ACEOF
12460 done
12462 CPPFLAGS="$ac_save_CPPFLAGS"
12463 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12464 then
12465 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12466 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12467 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12468 echo $ECHO_N "(cached) $ECHO_C" >&6
12469 else
12470 ac_check_soname_save_LIBS=$LIBS
12471 LIBS="-lxslt $ac_xslt_libs $LIBS"
12472 cat >conftest.$ac_ext <<_ACEOF
12473 /* confdefs.h. */
12474 _ACEOF
12475 cat confdefs.h >>conftest.$ac_ext
12476 cat >>conftest.$ac_ext <<_ACEOF
12477 /* end confdefs.h. */
12479 /* Override any GCC internal prototype to avoid an error.
12480 Use char because int might match the return type of a GCC
12481 builtin and then its argument prototype would still apply. */
12482 #ifdef __cplusplus
12483 extern "C"
12484 #endif
12485 char xsltCompilePattern ();
12487 main ()
12489 return xsltCompilePattern ();
12491 return 0;
12493 _ACEOF
12494 rm -f conftest.$ac_objext conftest$ac_exeext
12495 if { (ac_try="$ac_link"
12496 case "(($ac_try" in
12497 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12498 *) ac_try_echo=$ac_try;;
12499 esac
12500 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12501 (eval "$ac_link") 2>conftest.er1
12502 ac_status=$?
12503 grep -v '^ *+' conftest.er1 >conftest.err
12504 rm -f conftest.er1
12505 cat conftest.err >&5
12506 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12507 (exit $ac_status); } && {
12508 test -z "$ac_c_werror_flag" ||
12509 test ! -s conftest.err
12510 } && test -s conftest$ac_exeext &&
12511 $as_test_x conftest$ac_exeext; then
12512 case "$LIBEXT" in
12513 dll) ;;
12514 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'` ;;
12515 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12516 esac
12517 else
12518 echo "$as_me: failed program was:" >&5
12519 sed 's/^/| /' conftest.$ac_ext >&5
12524 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12525 conftest$ac_exeext conftest.$ac_ext
12526 LIBS=$ac_check_soname_save_LIBS
12528 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12529 { echo "$as_me:$LINENO: result: not found" >&5
12530 echo "${ECHO_T}not found" >&6; }
12532 else
12533 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12534 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12536 cat >>confdefs.h <<_ACEOF
12537 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12538 _ACEOF
12540 XSLTINCL="$ac_xslt_cflags"
12545 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12546 case "x$with_xslt" in
12547 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12548 xno) ;;
12549 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12550 This is an error since --with-xslt was requested." >&5
12551 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12552 This is an error since --with-xslt was requested." >&2;}
12553 { (exit 1); exit 1; }; } ;;
12554 esac
12558 HALINCL=""
12560 if test "x$with_hal" != "xno"
12561 then
12562 ac_save_CPPFLAGS="$CPPFLAGS"
12563 if test "$PKG_CONFIG" != "false"
12564 then
12565 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12566 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12567 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12571 for ac_header in dbus/dbus.h hal/libhal.h
12573 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12574 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12575 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12576 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12577 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12578 echo $ECHO_N "(cached) $ECHO_C" >&6
12580 ac_res=`eval echo '${'$as_ac_Header'}'`
12581 { echo "$as_me:$LINENO: result: $ac_res" >&5
12582 echo "${ECHO_T}$ac_res" >&6; }
12583 else
12584 # Is the header compilable?
12585 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12586 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12587 cat >conftest.$ac_ext <<_ACEOF
12588 /* confdefs.h. */
12589 _ACEOF
12590 cat confdefs.h >>conftest.$ac_ext
12591 cat >>conftest.$ac_ext <<_ACEOF
12592 /* end confdefs.h. */
12593 $ac_includes_default
12594 #include <$ac_header>
12595 _ACEOF
12596 rm -f conftest.$ac_objext
12597 if { (ac_try="$ac_compile"
12598 case "(($ac_try" in
12599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12600 *) ac_try_echo=$ac_try;;
12601 esac
12602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12603 (eval "$ac_compile") 2>conftest.er1
12604 ac_status=$?
12605 grep -v '^ *+' conftest.er1 >conftest.err
12606 rm -f conftest.er1
12607 cat conftest.err >&5
12608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12609 (exit $ac_status); } && {
12610 test -z "$ac_c_werror_flag" ||
12611 test ! -s conftest.err
12612 } && test -s conftest.$ac_objext; then
12613 ac_header_compiler=yes
12614 else
12615 echo "$as_me: failed program was:" >&5
12616 sed 's/^/| /' conftest.$ac_ext >&5
12618 ac_header_compiler=no
12621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12622 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12623 echo "${ECHO_T}$ac_header_compiler" >&6; }
12625 # Is the header present?
12626 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12627 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12628 cat >conftest.$ac_ext <<_ACEOF
12629 /* confdefs.h. */
12630 _ACEOF
12631 cat confdefs.h >>conftest.$ac_ext
12632 cat >>conftest.$ac_ext <<_ACEOF
12633 /* end confdefs.h. */
12634 #include <$ac_header>
12635 _ACEOF
12636 if { (ac_try="$ac_cpp conftest.$ac_ext"
12637 case "(($ac_try" in
12638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12639 *) ac_try_echo=$ac_try;;
12640 esac
12641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12642 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12643 ac_status=$?
12644 grep -v '^ *+' conftest.er1 >conftest.err
12645 rm -f conftest.er1
12646 cat conftest.err >&5
12647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12648 (exit $ac_status); } >/dev/null && {
12649 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12650 test ! -s conftest.err
12651 }; then
12652 ac_header_preproc=yes
12653 else
12654 echo "$as_me: failed program was:" >&5
12655 sed 's/^/| /' conftest.$ac_ext >&5
12657 ac_header_preproc=no
12660 rm -f conftest.err conftest.$ac_ext
12661 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12662 echo "${ECHO_T}$ac_header_preproc" >&6; }
12664 # So? What about this header?
12665 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12666 yes:no: )
12667 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12668 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12669 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12670 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12671 ac_header_preproc=yes
12673 no:yes:* )
12674 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12675 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12676 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12677 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12678 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12679 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12680 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12681 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12682 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12683 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12684 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12685 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12686 ( cat <<\_ASBOX
12687 ## ------------------------------------ ##
12688 ## Report this to wine-devel@winehq.org ##
12689 ## ------------------------------------ ##
12690 _ASBOX
12691 ) | sed "s/^/$as_me: WARNING: /" >&2
12693 esac
12694 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12695 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12697 echo $ECHO_N "(cached) $ECHO_C" >&6
12698 else
12699 eval "$as_ac_Header=\$ac_header_preproc"
12701 ac_res=`eval echo '${'$as_ac_Header'}'`
12702 { echo "$as_me:$LINENO: result: $ac_res" >&5
12703 echo "${ECHO_T}$ac_res" >&6; }
12706 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12707 cat >>confdefs.h <<_ACEOF
12708 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12709 _ACEOF
12713 done
12715 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12716 then
12717 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12718 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12719 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12720 echo $ECHO_N "(cached) $ECHO_C" >&6
12721 else
12722 ac_check_lib_save_LIBS=$LIBS
12723 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12724 cat >conftest.$ac_ext <<_ACEOF
12725 /* confdefs.h. */
12726 _ACEOF
12727 cat confdefs.h >>conftest.$ac_ext
12728 cat >>conftest.$ac_ext <<_ACEOF
12729 /* end confdefs.h. */
12731 /* Override any GCC internal prototype to avoid an error.
12732 Use char because int might match the return type of a GCC
12733 builtin and then its argument prototype would still apply. */
12734 #ifdef __cplusplus
12735 extern "C"
12736 #endif
12737 char dbus_connection_close ();
12739 main ()
12741 return dbus_connection_close ();
12743 return 0;
12745 _ACEOF
12746 rm -f conftest.$ac_objext conftest$ac_exeext
12747 if { (ac_try="$ac_link"
12748 case "(($ac_try" in
12749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12750 *) ac_try_echo=$ac_try;;
12751 esac
12752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12753 (eval "$ac_link") 2>conftest.er1
12754 ac_status=$?
12755 grep -v '^ *+' conftest.er1 >conftest.err
12756 rm -f conftest.er1
12757 cat conftest.err >&5
12758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12759 (exit $ac_status); } && {
12760 test -z "$ac_c_werror_flag" ||
12761 test ! -s conftest.err
12762 } && test -s conftest$ac_exeext &&
12763 $as_test_x conftest$ac_exeext; then
12764 ac_cv_lib_dbus_1_dbus_connection_close=yes
12765 else
12766 echo "$as_me: failed program was:" >&5
12767 sed 's/^/| /' conftest.$ac_ext >&5
12769 ac_cv_lib_dbus_1_dbus_connection_close=no
12772 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12773 conftest$ac_exeext conftest.$ac_ext
12774 LIBS=$ac_check_lib_save_LIBS
12776 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12777 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12778 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12779 { echo "$as_me:$LINENO: checking for -lhal" >&5
12780 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12781 if test "${ac_cv_lib_soname_hal+set}" = set; then
12782 echo $ECHO_N "(cached) $ECHO_C" >&6
12783 else
12784 ac_check_soname_save_LIBS=$LIBS
12785 LIBS="-lhal $ac_hal_libs $LIBS"
12786 cat >conftest.$ac_ext <<_ACEOF
12787 /* confdefs.h. */
12788 _ACEOF
12789 cat confdefs.h >>conftest.$ac_ext
12790 cat >>conftest.$ac_ext <<_ACEOF
12791 /* end confdefs.h. */
12793 /* Override any GCC internal prototype to avoid an error.
12794 Use char because int might match the return type of a GCC
12795 builtin and then its argument prototype would still apply. */
12796 #ifdef __cplusplus
12797 extern "C"
12798 #endif
12799 char libhal_ctx_new ();
12801 main ()
12803 return libhal_ctx_new ();
12805 return 0;
12807 _ACEOF
12808 rm -f conftest.$ac_objext conftest$ac_exeext
12809 if { (ac_try="$ac_link"
12810 case "(($ac_try" in
12811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12812 *) ac_try_echo=$ac_try;;
12813 esac
12814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12815 (eval "$ac_link") 2>conftest.er1
12816 ac_status=$?
12817 grep -v '^ *+' conftest.er1 >conftest.err
12818 rm -f conftest.er1
12819 cat conftest.err >&5
12820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12821 (exit $ac_status); } && {
12822 test -z "$ac_c_werror_flag" ||
12823 test ! -s conftest.err
12824 } && test -s conftest$ac_exeext &&
12825 $as_test_x conftest$ac_exeext; then
12826 case "$LIBEXT" in
12827 dll) ;;
12828 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'` ;;
12829 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12830 esac
12831 else
12832 echo "$as_me: failed program was:" >&5
12833 sed 's/^/| /' conftest.$ac_ext >&5
12838 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12839 conftest$ac_exeext conftest.$ac_ext
12840 LIBS=$ac_check_soname_save_LIBS
12842 if test "x$ac_cv_lib_soname_hal" = "x"; then
12843 { echo "$as_me:$LINENO: result: not found" >&5
12844 echo "${ECHO_T}not found" >&6; }
12846 else
12847 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12848 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12850 cat >>confdefs.h <<_ACEOF
12851 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12852 _ACEOF
12854 HALINCL="$ac_hal_cflags"
12860 CPPFLAGS="$ac_save_CPPFLAGS"
12862 if test "x$ac_cv_lib_soname_hal" = "x"; then
12863 case "x$with_hal" in
12864 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
12865 xno) ;;
12866 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12867 This is an error since --with-hal was requested." >&5
12868 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
12869 This is an error since --with-hal was requested." >&2;}
12870 { (exit 1); exit 1; }; } ;;
12871 esac
12875 if test "x$with_gnutls" != "xno"
12876 then
12877 ac_save_CPPFLAGS="$CPPFLAGS"
12878 if test "$PKG_CONFIG" != "false"
12879 then
12880 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12881 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12882 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12884 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12885 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12886 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12887 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12888 echo $ECHO_N "(cached) $ECHO_C" >&6
12890 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12891 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12892 else
12893 # Is the header compilable?
12894 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12895 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12896 cat >conftest.$ac_ext <<_ACEOF
12897 /* confdefs.h. */
12898 _ACEOF
12899 cat confdefs.h >>conftest.$ac_ext
12900 cat >>conftest.$ac_ext <<_ACEOF
12901 /* end confdefs.h. */
12902 $ac_includes_default
12903 #include <gnutls/gnutls.h>
12904 _ACEOF
12905 rm -f conftest.$ac_objext
12906 if { (ac_try="$ac_compile"
12907 case "(($ac_try" in
12908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12909 *) ac_try_echo=$ac_try;;
12910 esac
12911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12912 (eval "$ac_compile") 2>conftest.er1
12913 ac_status=$?
12914 grep -v '^ *+' conftest.er1 >conftest.err
12915 rm -f conftest.er1
12916 cat conftest.err >&5
12917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12918 (exit $ac_status); } && {
12919 test -z "$ac_c_werror_flag" ||
12920 test ! -s conftest.err
12921 } && test -s conftest.$ac_objext; then
12922 ac_header_compiler=yes
12923 else
12924 echo "$as_me: failed program was:" >&5
12925 sed 's/^/| /' conftest.$ac_ext >&5
12927 ac_header_compiler=no
12930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12931 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12932 echo "${ECHO_T}$ac_header_compiler" >&6; }
12934 # Is the header present?
12935 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12936 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12937 cat >conftest.$ac_ext <<_ACEOF
12938 /* confdefs.h. */
12939 _ACEOF
12940 cat confdefs.h >>conftest.$ac_ext
12941 cat >>conftest.$ac_ext <<_ACEOF
12942 /* end confdefs.h. */
12943 #include <gnutls/gnutls.h>
12944 _ACEOF
12945 if { (ac_try="$ac_cpp conftest.$ac_ext"
12946 case "(($ac_try" in
12947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12948 *) ac_try_echo=$ac_try;;
12949 esac
12950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12951 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12952 ac_status=$?
12953 grep -v '^ *+' conftest.er1 >conftest.err
12954 rm -f conftest.er1
12955 cat conftest.err >&5
12956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12957 (exit $ac_status); } >/dev/null && {
12958 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12959 test ! -s conftest.err
12960 }; then
12961 ac_header_preproc=yes
12962 else
12963 echo "$as_me: failed program was:" >&5
12964 sed 's/^/| /' conftest.$ac_ext >&5
12966 ac_header_preproc=no
12969 rm -f conftest.err conftest.$ac_ext
12970 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12971 echo "${ECHO_T}$ac_header_preproc" >&6; }
12973 # So? What about this header?
12974 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12975 yes:no: )
12976 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12977 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12978 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12979 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12980 ac_header_preproc=yes
12982 no:yes:* )
12983 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12984 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12985 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12986 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12987 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12988 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12989 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12990 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12991 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12992 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12993 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12994 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12995 ( cat <<\_ASBOX
12996 ## ------------------------------------ ##
12997 ## Report this to wine-devel@winehq.org ##
12998 ## ------------------------------------ ##
12999 _ASBOX
13000 ) | sed "s/^/$as_me: WARNING: /" >&2
13002 esac
13003 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13004 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13005 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13006 echo $ECHO_N "(cached) $ECHO_C" >&6
13007 else
13008 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13010 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13011 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13014 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13015 cat >conftest.$ac_ext <<_ACEOF
13016 /* confdefs.h. */
13017 _ACEOF
13018 cat confdefs.h >>conftest.$ac_ext
13019 cat >>conftest.$ac_ext <<_ACEOF
13020 /* end confdefs.h. */
13021 #include <gnutls/gnutls.h>
13023 main ()
13025 typeof(gnutls_mac_get_key_size) *pfunc;
13027 return 0;
13029 _ACEOF
13030 rm -f conftest.$ac_objext
13031 if { (ac_try="$ac_compile"
13032 case "(($ac_try" in
13033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13034 *) ac_try_echo=$ac_try;;
13035 esac
13036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13037 (eval "$ac_compile") 2>conftest.er1
13038 ac_status=$?
13039 grep -v '^ *+' conftest.er1 >conftest.err
13040 rm -f conftest.er1
13041 cat conftest.err >&5
13042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13043 (exit $ac_status); } && {
13044 test -z "$ac_c_werror_flag" ||
13045 test ! -s conftest.err
13046 } && test -s conftest.$ac_objext; then
13047 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13048 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13049 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13050 echo $ECHO_N "(cached) $ECHO_C" >&6
13051 else
13052 ac_check_soname_save_LIBS=$LIBS
13053 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13054 cat >conftest.$ac_ext <<_ACEOF
13055 /* confdefs.h. */
13056 _ACEOF
13057 cat confdefs.h >>conftest.$ac_ext
13058 cat >>conftest.$ac_ext <<_ACEOF
13059 /* end confdefs.h. */
13061 /* Override any GCC internal prototype to avoid an error.
13062 Use char because int might match the return type of a GCC
13063 builtin and then its argument prototype would still apply. */
13064 #ifdef __cplusplus
13065 extern "C"
13066 #endif
13067 char gnutls_global_init ();
13069 main ()
13071 return gnutls_global_init ();
13073 return 0;
13075 _ACEOF
13076 rm -f conftest.$ac_objext conftest$ac_exeext
13077 if { (ac_try="$ac_link"
13078 case "(($ac_try" in
13079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13080 *) ac_try_echo=$ac_try;;
13081 esac
13082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13083 (eval "$ac_link") 2>conftest.er1
13084 ac_status=$?
13085 grep -v '^ *+' conftest.er1 >conftest.err
13086 rm -f conftest.er1
13087 cat conftest.err >&5
13088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13089 (exit $ac_status); } && {
13090 test -z "$ac_c_werror_flag" ||
13091 test ! -s conftest.err
13092 } && test -s conftest$ac_exeext &&
13093 $as_test_x conftest$ac_exeext; then
13094 case "$LIBEXT" in
13095 dll) ;;
13096 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'` ;;
13097 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13098 esac
13099 else
13100 echo "$as_me: failed program was:" >&5
13101 sed 's/^/| /' conftest.$ac_ext >&5
13106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13107 conftest$ac_exeext conftest.$ac_ext
13108 LIBS=$ac_check_soname_save_LIBS
13110 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13111 { echo "$as_me:$LINENO: result: not found" >&5
13112 echo "${ECHO_T}not found" >&6; }
13114 else
13115 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13116 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13118 cat >>confdefs.h <<_ACEOF
13119 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13120 _ACEOF
13122 GNUTLSINCL="$ac_gnutls_cflags"
13126 else
13127 echo "$as_me: failed program was:" >&5
13128 sed 's/^/| /' conftest.$ac_ext >&5
13133 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13137 CPPFLAGS="$ac_save_CPPFLAGS"
13139 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13140 case "x$with_gnutls" in
13141 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13142 xno) ;;
13143 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13144 This is an error since --with-gnutls was requested." >&5
13145 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13146 This is an error since --with-gnutls was requested." >&2;}
13147 { (exit 1); exit 1; }; } ;;
13148 esac
13152 CURSESLIBS=""
13153 if test "$ac_cv_header_ncurses_h" = "yes"
13154 then
13155 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13156 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13157 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13158 echo $ECHO_N "(cached) $ECHO_C" >&6
13159 else
13160 ac_check_soname_save_LIBS=$LIBS
13161 LIBS="-lncurses $LIBS"
13162 cat >conftest.$ac_ext <<_ACEOF
13163 /* confdefs.h. */
13164 _ACEOF
13165 cat confdefs.h >>conftest.$ac_ext
13166 cat >>conftest.$ac_ext <<_ACEOF
13167 /* end confdefs.h. */
13169 /* Override any GCC internal prototype to avoid an error.
13170 Use char because int might match the return type of a GCC
13171 builtin and then its argument prototype would still apply. */
13172 #ifdef __cplusplus
13173 extern "C"
13174 #endif
13175 char waddch ();
13177 main ()
13179 return waddch ();
13181 return 0;
13183 _ACEOF
13184 rm -f conftest.$ac_objext conftest$ac_exeext
13185 if { (ac_try="$ac_link"
13186 case "(($ac_try" in
13187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13188 *) ac_try_echo=$ac_try;;
13189 esac
13190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13191 (eval "$ac_link") 2>conftest.er1
13192 ac_status=$?
13193 grep -v '^ *+' conftest.er1 >conftest.err
13194 rm -f conftest.er1
13195 cat conftest.err >&5
13196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13197 (exit $ac_status); } && {
13198 test -z "$ac_c_werror_flag" ||
13199 test ! -s conftest.err
13200 } && test -s conftest$ac_exeext &&
13201 $as_test_x conftest$ac_exeext; then
13202 case "$LIBEXT" in
13203 dll) ;;
13204 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'` ;;
13205 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13206 esac
13207 else
13208 echo "$as_me: failed program was:" >&5
13209 sed 's/^/| /' conftest.$ac_ext >&5
13214 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13215 conftest$ac_exeext conftest.$ac_ext
13216 LIBS=$ac_check_soname_save_LIBS
13218 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13219 { echo "$as_me:$LINENO: result: not found" >&5
13220 echo "${ECHO_T}not found" >&6; }
13222 else
13223 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13224 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13226 cat >>confdefs.h <<_ACEOF
13227 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13228 _ACEOF
13230 CURSESLIBS="-lncurses"
13233 elif test "$ac_cv_header_curses_h" = "yes"
13234 then
13235 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13236 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13237 if test "${ac_cv_lib_soname_curses+set}" = set; then
13238 echo $ECHO_N "(cached) $ECHO_C" >&6
13239 else
13240 ac_check_soname_save_LIBS=$LIBS
13241 LIBS="-lcurses $LIBS"
13242 cat >conftest.$ac_ext <<_ACEOF
13243 /* confdefs.h. */
13244 _ACEOF
13245 cat confdefs.h >>conftest.$ac_ext
13246 cat >>conftest.$ac_ext <<_ACEOF
13247 /* end confdefs.h. */
13249 /* Override any GCC internal prototype to avoid an error.
13250 Use char because int might match the return type of a GCC
13251 builtin and then its argument prototype would still apply. */
13252 #ifdef __cplusplus
13253 extern "C"
13254 #endif
13255 char waddch ();
13257 main ()
13259 return waddch ();
13261 return 0;
13263 _ACEOF
13264 rm -f conftest.$ac_objext conftest$ac_exeext
13265 if { (ac_try="$ac_link"
13266 case "(($ac_try" in
13267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13268 *) ac_try_echo=$ac_try;;
13269 esac
13270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13271 (eval "$ac_link") 2>conftest.er1
13272 ac_status=$?
13273 grep -v '^ *+' conftest.er1 >conftest.err
13274 rm -f conftest.er1
13275 cat conftest.err >&5
13276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13277 (exit $ac_status); } && {
13278 test -z "$ac_c_werror_flag" ||
13279 test ! -s conftest.err
13280 } && test -s conftest$ac_exeext &&
13281 $as_test_x conftest$ac_exeext; then
13282 case "$LIBEXT" in
13283 dll) ;;
13284 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'` ;;
13285 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13286 esac
13287 else
13288 echo "$as_me: failed program was:" >&5
13289 sed 's/^/| /' conftest.$ac_ext >&5
13294 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13295 conftest$ac_exeext conftest.$ac_ext
13296 LIBS=$ac_check_soname_save_LIBS
13298 if test "x$ac_cv_lib_soname_curses" = "x"; then
13299 { echo "$as_me:$LINENO: result: not found" >&5
13300 echo "${ECHO_T}not found" >&6; }
13302 else
13303 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13304 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13306 cat >>confdefs.h <<_ACEOF
13307 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13308 _ACEOF
13310 CURSESLIBS="-lcurses"
13314 ac_save_LIBS="$LIBS"
13315 LIBS="$LIBS $CURSESLIBS"
13317 for ac_func in mousemask
13319 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13320 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13321 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13322 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13323 echo $ECHO_N "(cached) $ECHO_C" >&6
13324 else
13325 cat >conftest.$ac_ext <<_ACEOF
13326 /* confdefs.h. */
13327 _ACEOF
13328 cat confdefs.h >>conftest.$ac_ext
13329 cat >>conftest.$ac_ext <<_ACEOF
13330 /* end confdefs.h. */
13331 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13332 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13333 #define $ac_func innocuous_$ac_func
13335 /* System header to define __stub macros and hopefully few prototypes,
13336 which can conflict with char $ac_func (); below.
13337 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13338 <limits.h> exists even on freestanding compilers. */
13340 #ifdef __STDC__
13341 # include <limits.h>
13342 #else
13343 # include <assert.h>
13344 #endif
13346 #undef $ac_func
13348 /* Override any GCC internal prototype to avoid an error.
13349 Use char because int might match the return type of a GCC
13350 builtin and then its argument prototype would still apply. */
13351 #ifdef __cplusplus
13352 extern "C"
13353 #endif
13354 char $ac_func ();
13355 /* The GNU C library defines this for functions which it implements
13356 to always fail with ENOSYS. Some functions are actually named
13357 something starting with __ and the normal name is an alias. */
13358 #if defined __stub_$ac_func || defined __stub___$ac_func
13359 choke me
13360 #endif
13363 main ()
13365 return $ac_func ();
13367 return 0;
13369 _ACEOF
13370 rm -f conftest.$ac_objext conftest$ac_exeext
13371 if { (ac_try="$ac_link"
13372 case "(($ac_try" in
13373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13374 *) ac_try_echo=$ac_try;;
13375 esac
13376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13377 (eval "$ac_link") 2>conftest.er1
13378 ac_status=$?
13379 grep -v '^ *+' conftest.er1 >conftest.err
13380 rm -f conftest.er1
13381 cat conftest.err >&5
13382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13383 (exit $ac_status); } && {
13384 test -z "$ac_c_werror_flag" ||
13385 test ! -s conftest.err
13386 } && test -s conftest$ac_exeext &&
13387 $as_test_x conftest$ac_exeext; then
13388 eval "$as_ac_var=yes"
13389 else
13390 echo "$as_me: failed program was:" >&5
13391 sed 's/^/| /' conftest.$ac_ext >&5
13393 eval "$as_ac_var=no"
13396 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13397 conftest$ac_exeext conftest.$ac_ext
13399 ac_res=`eval echo '${'$as_ac_var'}'`
13400 { echo "$as_me:$LINENO: result: $ac_res" >&5
13401 echo "${ECHO_T}$ac_res" >&6; }
13402 if test `eval echo '${'$as_ac_var'}'` = yes; then
13403 cat >>confdefs.h <<_ACEOF
13404 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13405 _ACEOF
13408 done
13410 LIBS="$ac_save_LIBS"
13411 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13412 case "x$with_curses" in
13413 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13414 xno) ;;
13415 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13416 This is an error since --with-curses was requested." >&5
13417 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13418 This is an error since --with-curses was requested." >&2;}
13419 { (exit 1); exit 1; }; } ;;
13420 esac
13424 if test "x$with_sane" != "xno"
13425 then
13426 ac_save_CPPFLAGS="$CPPFLAGS"
13427 # Extract the first word of "sane-config", so it can be a program name with args.
13428 set dummy sane-config; ac_word=$2
13429 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13430 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13431 if test "${ac_cv_prog_sane_devel+set}" = set; then
13432 echo $ECHO_N "(cached) $ECHO_C" >&6
13433 else
13434 if test -n "$sane_devel"; then
13435 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13436 else
13437 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13438 for as_dir in $PATH
13440 IFS=$as_save_IFS
13441 test -z "$as_dir" && as_dir=.
13442 for ac_exec_ext in '' $ac_executable_extensions; do
13443 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13444 ac_cv_prog_sane_devel="sane-config"
13445 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13446 break 2
13448 done
13449 done
13450 IFS=$as_save_IFS
13452 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13455 sane_devel=$ac_cv_prog_sane_devel
13456 if test -n "$sane_devel"; then
13457 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13458 echo "${ECHO_T}$sane_devel" >&6; }
13459 else
13460 { echo "$as_me:$LINENO: result: no" >&5
13461 echo "${ECHO_T}no" >&6; }
13465 if test "$sane_devel" != "no"
13466 then
13467 ac_sane_incl="`$sane_devel --cflags`"
13468 ac_sane_libs="`$sane_devel --ldflags`"
13469 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13471 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13472 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13473 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13474 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13475 echo $ECHO_N "(cached) $ECHO_C" >&6
13477 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13478 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13479 else
13480 # Is the header compilable?
13481 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13482 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13483 cat >conftest.$ac_ext <<_ACEOF
13484 /* confdefs.h. */
13485 _ACEOF
13486 cat confdefs.h >>conftest.$ac_ext
13487 cat >>conftest.$ac_ext <<_ACEOF
13488 /* end confdefs.h. */
13489 $ac_includes_default
13490 #include <sane/sane.h>
13491 _ACEOF
13492 rm -f conftest.$ac_objext
13493 if { (ac_try="$ac_compile"
13494 case "(($ac_try" in
13495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13496 *) ac_try_echo=$ac_try;;
13497 esac
13498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13499 (eval "$ac_compile") 2>conftest.er1
13500 ac_status=$?
13501 grep -v '^ *+' conftest.er1 >conftest.err
13502 rm -f conftest.er1
13503 cat conftest.err >&5
13504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13505 (exit $ac_status); } && {
13506 test -z "$ac_c_werror_flag" ||
13507 test ! -s conftest.err
13508 } && test -s conftest.$ac_objext; then
13509 ac_header_compiler=yes
13510 else
13511 echo "$as_me: failed program was:" >&5
13512 sed 's/^/| /' conftest.$ac_ext >&5
13514 ac_header_compiler=no
13517 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13518 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13519 echo "${ECHO_T}$ac_header_compiler" >&6; }
13521 # Is the header present?
13522 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13523 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13524 cat >conftest.$ac_ext <<_ACEOF
13525 /* confdefs.h. */
13526 _ACEOF
13527 cat confdefs.h >>conftest.$ac_ext
13528 cat >>conftest.$ac_ext <<_ACEOF
13529 /* end confdefs.h. */
13530 #include <sane/sane.h>
13531 _ACEOF
13532 if { (ac_try="$ac_cpp conftest.$ac_ext"
13533 case "(($ac_try" in
13534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13535 *) ac_try_echo=$ac_try;;
13536 esac
13537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13538 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13539 ac_status=$?
13540 grep -v '^ *+' conftest.er1 >conftest.err
13541 rm -f conftest.er1
13542 cat conftest.err >&5
13543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13544 (exit $ac_status); } >/dev/null && {
13545 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13546 test ! -s conftest.err
13547 }; then
13548 ac_header_preproc=yes
13549 else
13550 echo "$as_me: failed program was:" >&5
13551 sed 's/^/| /' conftest.$ac_ext >&5
13553 ac_header_preproc=no
13556 rm -f conftest.err conftest.$ac_ext
13557 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13558 echo "${ECHO_T}$ac_header_preproc" >&6; }
13560 # So? What about this header?
13561 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13562 yes:no: )
13563 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13564 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13565 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13566 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13567 ac_header_preproc=yes
13569 no:yes:* )
13570 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13571 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13572 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13573 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13574 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13575 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13576 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13577 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13578 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13579 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13580 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13581 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13582 ( cat <<\_ASBOX
13583 ## ------------------------------------ ##
13584 ## Report this to wine-devel@winehq.org ##
13585 ## ------------------------------------ ##
13586 _ASBOX
13587 ) | sed "s/^/$as_me: WARNING: /" >&2
13589 esac
13590 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13591 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13592 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13593 echo $ECHO_N "(cached) $ECHO_C" >&6
13594 else
13595 ac_cv_header_sane_sane_h=$ac_header_preproc
13597 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13598 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13601 if test $ac_cv_header_sane_sane_h = yes; then
13602 { echo "$as_me:$LINENO: checking for -lsane" >&5
13603 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13604 if test "${ac_cv_lib_soname_sane+set}" = set; then
13605 echo $ECHO_N "(cached) $ECHO_C" >&6
13606 else
13607 ac_check_soname_save_LIBS=$LIBS
13608 LIBS="-lsane $ac_sane_libs $LIBS"
13609 cat >conftest.$ac_ext <<_ACEOF
13610 /* confdefs.h. */
13611 _ACEOF
13612 cat confdefs.h >>conftest.$ac_ext
13613 cat >>conftest.$ac_ext <<_ACEOF
13614 /* end confdefs.h. */
13616 /* Override any GCC internal prototype to avoid an error.
13617 Use char because int might match the return type of a GCC
13618 builtin and then its argument prototype would still apply. */
13619 #ifdef __cplusplus
13620 extern "C"
13621 #endif
13622 char sane_init ();
13624 main ()
13626 return sane_init ();
13628 return 0;
13630 _ACEOF
13631 rm -f conftest.$ac_objext conftest$ac_exeext
13632 if { (ac_try="$ac_link"
13633 case "(($ac_try" in
13634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13635 *) ac_try_echo=$ac_try;;
13636 esac
13637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13638 (eval "$ac_link") 2>conftest.er1
13639 ac_status=$?
13640 grep -v '^ *+' conftest.er1 >conftest.err
13641 rm -f conftest.er1
13642 cat conftest.err >&5
13643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13644 (exit $ac_status); } && {
13645 test -z "$ac_c_werror_flag" ||
13646 test ! -s conftest.err
13647 } && test -s conftest$ac_exeext &&
13648 $as_test_x conftest$ac_exeext; then
13649 case "$LIBEXT" in
13650 dll) ;;
13651 dylib) ac_cv_lib_soname_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'` ;;
13652 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13653 esac
13654 else
13655 echo "$as_me: failed program was:" >&5
13656 sed 's/^/| /' conftest.$ac_ext >&5
13661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13662 conftest$ac_exeext conftest.$ac_ext
13663 LIBS=$ac_check_soname_save_LIBS
13665 if test "x$ac_cv_lib_soname_sane" = "x"; then
13666 { echo "$as_me:$LINENO: result: not found" >&5
13667 echo "${ECHO_T}not found" >&6; }
13669 else
13670 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13671 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13673 cat >>confdefs.h <<_ACEOF
13674 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13675 _ACEOF
13677 SANEINCL="$ac_sane_incl"
13684 CPPFLAGS="$ac_save_CPPFLAGS"
13686 if test "x$ac_cv_lib_soname_sane" = "x"; then
13687 case "x$with_sane" in
13688 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13689 xno) ;;
13690 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13691 This is an error since --with-sane was requested." >&5
13692 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13693 This is an error since --with-sane was requested." >&2;}
13694 { (exit 1); exit 1; }; } ;;
13695 esac
13699 if test "x$with_gphoto" != "xno"
13700 then
13701 ac_save_CPPFLAGS="$CPPFLAGS"
13702 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13703 set dummy gphoto2-config; ac_word=$2
13704 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13705 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13706 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13707 echo $ECHO_N "(cached) $ECHO_C" >&6
13708 else
13709 if test -n "$gphoto2_devel"; then
13710 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13711 else
13712 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13713 for as_dir in $PATH
13715 IFS=$as_save_IFS
13716 test -z "$as_dir" && as_dir=.
13717 for ac_exec_ext in '' $ac_executable_extensions; do
13718 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13719 ac_cv_prog_gphoto2_devel="gphoto2-config"
13720 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13721 break 2
13723 done
13724 done
13725 IFS=$as_save_IFS
13727 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13730 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13731 if test -n "$gphoto2_devel"; then
13732 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13733 echo "${ECHO_T}$gphoto2_devel" >&6; }
13734 else
13735 { echo "$as_me:$LINENO: result: no" >&5
13736 echo "${ECHO_T}no" >&6; }
13740 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13741 set dummy gphoto2-port-config; ac_word=$2
13742 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13743 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13744 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13745 echo $ECHO_N "(cached) $ECHO_C" >&6
13746 else
13747 if test -n "$gphoto2port_devel"; then
13748 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13749 else
13750 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13751 for as_dir in $PATH
13753 IFS=$as_save_IFS
13754 test -z "$as_dir" && as_dir=.
13755 for ac_exec_ext in '' $ac_executable_extensions; do
13756 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13757 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13758 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13759 break 2
13761 done
13762 done
13763 IFS=$as_save_IFS
13765 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13768 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13769 if test -n "$gphoto2port_devel"; then
13770 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13771 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13772 else
13773 { echo "$as_me:$LINENO: result: no" >&5
13774 echo "${ECHO_T}no" >&6; }
13778 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13779 then
13780 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13781 ac_gphoto2_libs=""
13782 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13784 case "$i" in
13785 -L/usr/lib|-L/usr/lib64) ;;
13786 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13787 esac
13788 done
13789 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13791 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13792 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13793 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13794 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13795 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13796 echo $ECHO_N "(cached) $ECHO_C" >&6
13798 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13799 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13800 else
13801 # Is the header compilable?
13802 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13803 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13804 cat >conftest.$ac_ext <<_ACEOF
13805 /* confdefs.h. */
13806 _ACEOF
13807 cat confdefs.h >>conftest.$ac_ext
13808 cat >>conftest.$ac_ext <<_ACEOF
13809 /* end confdefs.h. */
13810 $ac_includes_default
13811 #include <gphoto2-camera.h>
13812 _ACEOF
13813 rm -f conftest.$ac_objext
13814 if { (ac_try="$ac_compile"
13815 case "(($ac_try" in
13816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13817 *) ac_try_echo=$ac_try;;
13818 esac
13819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13820 (eval "$ac_compile") 2>conftest.er1
13821 ac_status=$?
13822 grep -v '^ *+' conftest.er1 >conftest.err
13823 rm -f conftest.er1
13824 cat conftest.err >&5
13825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13826 (exit $ac_status); } && {
13827 test -z "$ac_c_werror_flag" ||
13828 test ! -s conftest.err
13829 } && test -s conftest.$ac_objext; then
13830 ac_header_compiler=yes
13831 else
13832 echo "$as_me: failed program was:" >&5
13833 sed 's/^/| /' conftest.$ac_ext >&5
13835 ac_header_compiler=no
13838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13839 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13840 echo "${ECHO_T}$ac_header_compiler" >&6; }
13842 # Is the header present?
13843 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13844 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13851 #include <gphoto2-camera.h>
13852 _ACEOF
13853 if { (ac_try="$ac_cpp conftest.$ac_ext"
13854 case "(($ac_try" in
13855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13856 *) ac_try_echo=$ac_try;;
13857 esac
13858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13859 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13860 ac_status=$?
13861 grep -v '^ *+' conftest.er1 >conftest.err
13862 rm -f conftest.er1
13863 cat conftest.err >&5
13864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13865 (exit $ac_status); } >/dev/null && {
13866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13867 test ! -s conftest.err
13868 }; then
13869 ac_header_preproc=yes
13870 else
13871 echo "$as_me: failed program was:" >&5
13872 sed 's/^/| /' conftest.$ac_ext >&5
13874 ac_header_preproc=no
13877 rm -f conftest.err conftest.$ac_ext
13878 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13879 echo "${ECHO_T}$ac_header_preproc" >&6; }
13881 # So? What about this header?
13882 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13883 yes:no: )
13884 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13885 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13886 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13887 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13888 ac_header_preproc=yes
13890 no:yes:* )
13891 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13892 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13893 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13894 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13895 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13896 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13897 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13898 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13899 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13900 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13901 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13902 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13903 ( cat <<\_ASBOX
13904 ## ------------------------------------ ##
13905 ## Report this to wine-devel@winehq.org ##
13906 ## ------------------------------------ ##
13907 _ASBOX
13908 ) | sed "s/^/$as_me: WARNING: /" >&2
13910 esac
13911 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13912 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13913 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13914 echo $ECHO_N "(cached) $ECHO_C" >&6
13915 else
13916 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13918 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13919 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13922 if test $ac_cv_header_gphoto2_camera_h = yes; then
13923 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13924 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13925 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13926 echo $ECHO_N "(cached) $ECHO_C" >&6
13927 else
13928 ac_check_lib_save_LIBS=$LIBS
13929 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13930 cat >conftest.$ac_ext <<_ACEOF
13931 /* confdefs.h. */
13932 _ACEOF
13933 cat confdefs.h >>conftest.$ac_ext
13934 cat >>conftest.$ac_ext <<_ACEOF
13935 /* end confdefs.h. */
13937 /* Override any GCC internal prototype to avoid an error.
13938 Use char because int might match the return type of a GCC
13939 builtin and then its argument prototype would still apply. */
13940 #ifdef __cplusplus
13941 extern "C"
13942 #endif
13943 char gp_camera_new ();
13945 main ()
13947 return gp_camera_new ();
13949 return 0;
13951 _ACEOF
13952 rm -f conftest.$ac_objext conftest$ac_exeext
13953 if { (ac_try="$ac_link"
13954 case "(($ac_try" in
13955 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13956 *) ac_try_echo=$ac_try;;
13957 esac
13958 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13959 (eval "$ac_link") 2>conftest.er1
13960 ac_status=$?
13961 grep -v '^ *+' conftest.er1 >conftest.err
13962 rm -f conftest.er1
13963 cat conftest.err >&5
13964 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13965 (exit $ac_status); } && {
13966 test -z "$ac_c_werror_flag" ||
13967 test ! -s conftest.err
13968 } && test -s conftest$ac_exeext &&
13969 $as_test_x conftest$ac_exeext; then
13970 ac_cv_lib_gphoto2_gp_camera_new=yes
13971 else
13972 echo "$as_me: failed program was:" >&5
13973 sed 's/^/| /' conftest.$ac_ext >&5
13975 ac_cv_lib_gphoto2_gp_camera_new=no
13978 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13979 conftest$ac_exeext conftest.$ac_ext
13980 LIBS=$ac_check_lib_save_LIBS
13982 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13983 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13984 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13986 cat >>confdefs.h <<\_ACEOF
13987 #define HAVE_GPHOTO2 1
13988 _ACEOF
13990 GPHOTO2LIBS="$ac_gphoto2_libs"
13992 GPHOTO2INCL="$ac_gphoto2_incl"
13999 CPPFLAGS="$ac_save_CPPFLAGS"
14001 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14002 case "x$with_gphoto" in
14003 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14004 xno) ;;
14005 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14006 This is an error since --with-gphoto was requested." >&5
14007 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14008 This is an error since --with-gphoto was requested." >&2;}
14009 { (exit 1); exit 1; }; } ;;
14010 esac
14015 RESOLVLIBS=""
14017 if test "$ac_cv_header_resolv_h" = "yes"
14018 then
14019 ac_save_LIBS="$LIBS"
14020 LIBS="$LIBS -lresolv"
14021 cat >conftest.$ac_ext <<_ACEOF
14022 /* confdefs.h. */
14023 _ACEOF
14024 cat confdefs.h >>conftest.$ac_ext
14025 cat >>conftest.$ac_ext <<_ACEOF
14026 /* end confdefs.h. */
14027 #ifdef HAVE_NETINET_IN_H
14028 #include <netinet/in.h>
14029 #endif
14030 #include <resolv.h>
14032 main ()
14034 res_init();
14036 return 0;
14038 _ACEOF
14039 rm -f conftest.$ac_objext conftest$ac_exeext
14040 if { (ac_try="$ac_link"
14041 case "(($ac_try" in
14042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14043 *) ac_try_echo=$ac_try;;
14044 esac
14045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14046 (eval "$ac_link") 2>conftest.er1
14047 ac_status=$?
14048 grep -v '^ *+' conftest.er1 >conftest.err
14049 rm -f conftest.er1
14050 cat conftest.err >&5
14051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14052 (exit $ac_status); } && {
14053 test -z "$ac_c_werror_flag" ||
14054 test ! -s conftest.err
14055 } && test -s conftest$ac_exeext &&
14056 $as_test_x conftest$ac_exeext; then
14058 cat >>confdefs.h <<\_ACEOF
14059 #define HAVE_RESOLV 1
14060 _ACEOF
14062 RESOLVLIBS="-lresolv"
14063 else
14064 echo "$as_me: failed program was:" >&5
14065 sed 's/^/| /' conftest.$ac_ext >&5
14070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14071 conftest$ac_exeext conftest.$ac_ext
14072 LIBS="$ac_save_LIBS"
14075 LCMSLIBS=""
14077 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14078 then
14079 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14080 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14081 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14082 echo $ECHO_N "(cached) $ECHO_C" >&6
14083 else
14084 ac_check_lib_save_LIBS=$LIBS
14085 LIBS="-llcms $LIBS"
14086 cat >conftest.$ac_ext <<_ACEOF
14087 /* confdefs.h. */
14088 _ACEOF
14089 cat confdefs.h >>conftest.$ac_ext
14090 cat >>conftest.$ac_ext <<_ACEOF
14091 /* end confdefs.h. */
14093 /* Override any GCC internal prototype to avoid an error.
14094 Use char because int might match the return type of a GCC
14095 builtin and then its argument prototype would still apply. */
14096 #ifdef __cplusplus
14097 extern "C"
14098 #endif
14099 char cmsOpenProfileFromFile ();
14101 main ()
14103 return cmsOpenProfileFromFile ();
14105 return 0;
14107 _ACEOF
14108 rm -f conftest.$ac_objext conftest$ac_exeext
14109 if { (ac_try="$ac_link"
14110 case "(($ac_try" in
14111 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14112 *) ac_try_echo=$ac_try;;
14113 esac
14114 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14115 (eval "$ac_link") 2>conftest.er1
14116 ac_status=$?
14117 grep -v '^ *+' conftest.er1 >conftest.err
14118 rm -f conftest.er1
14119 cat conftest.err >&5
14120 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14121 (exit $ac_status); } && {
14122 test -z "$ac_c_werror_flag" ||
14123 test ! -s conftest.err
14124 } && test -s conftest$ac_exeext &&
14125 $as_test_x conftest$ac_exeext; then
14126 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14127 else
14128 echo "$as_me: failed program was:" >&5
14129 sed 's/^/| /' conftest.$ac_ext >&5
14131 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14135 conftest$ac_exeext conftest.$ac_ext
14136 LIBS=$ac_check_lib_save_LIBS
14138 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14139 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14140 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14142 cat >>confdefs.h <<\_ACEOF
14143 #define HAVE_LCMS 1
14144 _ACEOF
14146 LCMSLIBS="-llcms"
14150 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14151 case "x$with_cms" in
14152 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14153 xno) ;;
14154 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14155 This is an error since --with-cms was requested." >&5
14156 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14157 This is an error since --with-cms was requested." >&2;}
14158 { (exit 1); exit 1; }; } ;;
14159 esac
14163 if test "x$with_freetype" != "xno"
14164 then
14165 for ac_prog in freetype-config freetype2-config
14167 # Extract the first word of "$ac_prog", so it can be a program name with args.
14168 set dummy $ac_prog; ac_word=$2
14169 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14170 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14171 if test "${ac_cv_prog_ft_devel+set}" = set; then
14172 echo $ECHO_N "(cached) $ECHO_C" >&6
14173 else
14174 if test -n "$ft_devel"; then
14175 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14176 else
14177 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14178 for as_dir in $PATH
14180 IFS=$as_save_IFS
14181 test -z "$as_dir" && as_dir=.
14182 for ac_exec_ext in '' $ac_executable_extensions; do
14183 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14184 ac_cv_prog_ft_devel="$ac_prog"
14185 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14186 break 2
14188 done
14189 done
14190 IFS=$as_save_IFS
14194 ft_devel=$ac_cv_prog_ft_devel
14195 if test -n "$ft_devel"; then
14196 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14197 echo "${ECHO_T}$ft_devel" >&6; }
14198 else
14199 { echo "$as_me:$LINENO: result: no" >&5
14200 echo "${ECHO_T}no" >&6; }
14204 test -n "$ft_devel" && break
14205 done
14206 test -n "$ft_devel" || ft_devel="no"
14208 if test "$ft_devel" != "no"
14209 then
14210 ac_freetype_incl=`$ft_devel --cflags`
14211 ac_freetype_libs=`$ft_devel --libs`
14213 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14214 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14215 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14216 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14217 echo $ECHO_N "(cached) $ECHO_C" >&6
14218 else
14219 ac_check_soname_save_LIBS=$LIBS
14220 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14221 cat >conftest.$ac_ext <<_ACEOF
14222 /* confdefs.h. */
14223 _ACEOF
14224 cat confdefs.h >>conftest.$ac_ext
14225 cat >>conftest.$ac_ext <<_ACEOF
14226 /* end confdefs.h. */
14228 /* Override any GCC internal prototype to avoid an error.
14229 Use char because int might match the return type of a GCC
14230 builtin and then its argument prototype would still apply. */
14231 #ifdef __cplusplus
14232 extern "C"
14233 #endif
14234 char FT_Init_FreeType ();
14236 main ()
14238 return FT_Init_FreeType ();
14240 return 0;
14242 _ACEOF
14243 rm -f conftest.$ac_objext conftest$ac_exeext
14244 if { (ac_try="$ac_link"
14245 case "(($ac_try" in
14246 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14247 *) ac_try_echo=$ac_try;;
14248 esac
14249 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14250 (eval "$ac_link") 2>conftest.er1
14251 ac_status=$?
14252 grep -v '^ *+' conftest.er1 >conftest.err
14253 rm -f conftest.er1
14254 cat conftest.err >&5
14255 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14256 (exit $ac_status); } && {
14257 test -z "$ac_c_werror_flag" ||
14258 test ! -s conftest.err
14259 } && test -s conftest$ac_exeext &&
14260 $as_test_x conftest$ac_exeext; then
14261 case "$LIBEXT" in
14262 dll) ;;
14263 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'` ;;
14264 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14265 esac
14266 else
14267 echo "$as_me: failed program was:" >&5
14268 sed 's/^/| /' conftest.$ac_ext >&5
14273 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14274 conftest$ac_exeext conftest.$ac_ext
14275 LIBS=$ac_check_soname_save_LIBS
14277 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14278 { echo "$as_me:$LINENO: result: not found" >&5
14279 echo "${ECHO_T}not found" >&6; }
14280 ft_lib=no
14281 else
14282 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14283 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14285 cat >>confdefs.h <<_ACEOF
14286 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14287 _ACEOF
14289 ft_lib=yes
14292 if test "$ft_lib" = "yes"
14293 then
14294 ac_save_CPPFLAGS="$CPPFLAGS"
14295 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14308 for ac_header in ft2build.h \
14309 freetype/freetype.h \
14310 freetype/ftglyph.h \
14311 freetype/fttypes.h \
14312 freetype/tttables.h \
14313 freetype/ftsnames.h \
14314 freetype/ttnameid.h \
14315 freetype/ftoutln.h \
14316 freetype/ftwinfnt.h \
14317 freetype/ftmodapi.h \
14318 freetype/ftlcdfil.h \
14319 freetype/internal/sfnt.h
14321 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14322 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14323 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14324 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14325 echo $ECHO_N "(cached) $ECHO_C" >&6
14326 else
14327 cat >conftest.$ac_ext <<_ACEOF
14328 /* confdefs.h. */
14329 _ACEOF
14330 cat confdefs.h >>conftest.$ac_ext
14331 cat >>conftest.$ac_ext <<_ACEOF
14332 /* end confdefs.h. */
14333 #ifdef HAVE_FT2BUILD_H
14334 # include <ft2build.h>
14335 #endif
14337 #include <$ac_header>
14338 _ACEOF
14339 rm -f conftest.$ac_objext
14340 if { (ac_try="$ac_compile"
14341 case "(($ac_try" in
14342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14343 *) ac_try_echo=$ac_try;;
14344 esac
14345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14346 (eval "$ac_compile") 2>conftest.er1
14347 ac_status=$?
14348 grep -v '^ *+' conftest.er1 >conftest.err
14349 rm -f conftest.er1
14350 cat conftest.err >&5
14351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14352 (exit $ac_status); } && {
14353 test -z "$ac_c_werror_flag" ||
14354 test ! -s conftest.err
14355 } && test -s conftest.$ac_objext; then
14356 eval "$as_ac_Header=yes"
14357 else
14358 echo "$as_me: failed program was:" >&5
14359 sed 's/^/| /' conftest.$ac_ext >&5
14361 eval "$as_ac_Header=no"
14364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14366 ac_res=`eval echo '${'$as_ac_Header'}'`
14367 { echo "$as_me:$LINENO: result: $ac_res" >&5
14368 echo "${ECHO_T}$ac_res" >&6; }
14369 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14370 cat >>confdefs.h <<_ACEOF
14371 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14372 _ACEOF
14376 done
14378 cat >conftest.$ac_ext <<_ACEOF
14379 /* confdefs.h. */
14380 _ACEOF
14381 cat confdefs.h >>conftest.$ac_ext
14382 cat >>conftest.$ac_ext <<_ACEOF
14383 /* end confdefs.h. */
14384 #include <ft2build.h>
14385 #include <freetype/fttrigon.h>
14386 _ACEOF
14387 if { (ac_try="$ac_cpp conftest.$ac_ext"
14388 case "(($ac_try" in
14389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14390 *) ac_try_echo=$ac_try;;
14391 esac
14392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14393 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14394 ac_status=$?
14395 grep -v '^ *+' conftest.er1 >conftest.err
14396 rm -f conftest.er1
14397 cat conftest.err >&5
14398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14399 (exit $ac_status); } >/dev/null && {
14400 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14401 test ! -s conftest.err
14402 }; then
14404 cat >>confdefs.h <<\_ACEOF
14405 #define HAVE_FREETYPE_FTTRIGON_H 1
14406 _ACEOF
14408 wine_cv_fttrigon=yes
14409 else
14410 echo "$as_me: failed program was:" >&5
14411 sed 's/^/| /' conftest.$ac_ext >&5
14413 wine_cv_fttrigon=no
14416 rm -f conftest.err conftest.$ac_ext
14417 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14418 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14419 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14420 echo $ECHO_N "(cached) $ECHO_C" >&6
14421 else
14422 cat >conftest.$ac_ext <<_ACEOF
14423 /* confdefs.h. */
14424 _ACEOF
14425 cat confdefs.h >>conftest.$ac_ext
14426 cat >>conftest.$ac_ext <<_ACEOF
14427 /* end confdefs.h. */
14428 #include <freetype/ftmodapi.h>
14430 typedef FT_TrueTypeEngineType ac__type_new_;
14432 main ()
14434 if ((ac__type_new_ *) 0)
14435 return 0;
14436 if (sizeof (ac__type_new_))
14437 return 0;
14439 return 0;
14441 _ACEOF
14442 rm -f conftest.$ac_objext
14443 if { (ac_try="$ac_compile"
14444 case "(($ac_try" in
14445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14446 *) ac_try_echo=$ac_try;;
14447 esac
14448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14449 (eval "$ac_compile") 2>conftest.er1
14450 ac_status=$?
14451 grep -v '^ *+' conftest.er1 >conftest.err
14452 rm -f conftest.er1
14453 cat conftest.err >&5
14454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14455 (exit $ac_status); } && {
14456 test -z "$ac_c_werror_flag" ||
14457 test ! -s conftest.err
14458 } && test -s conftest.$ac_objext; then
14459 ac_cv_type_FT_TrueTypeEngineType=yes
14460 else
14461 echo "$as_me: failed program was:" >&5
14462 sed 's/^/| /' conftest.$ac_ext >&5
14464 ac_cv_type_FT_TrueTypeEngineType=no
14467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14469 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14470 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14471 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14473 cat >>confdefs.h <<_ACEOF
14474 #define HAVE_FT_TRUETYPEENGINETYPE 1
14475 _ACEOF
14480 ac_save_CFLAGS="$CFLAGS"
14481 CFLAGS="$CFLAGS $ac_freetype_libs"
14483 for ac_func in FT_Load_Sfnt_Table
14485 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14486 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14487 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14488 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14489 echo $ECHO_N "(cached) $ECHO_C" >&6
14490 else
14491 cat >conftest.$ac_ext <<_ACEOF
14492 /* confdefs.h. */
14493 _ACEOF
14494 cat confdefs.h >>conftest.$ac_ext
14495 cat >>conftest.$ac_ext <<_ACEOF
14496 /* end confdefs.h. */
14497 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14498 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14499 #define $ac_func innocuous_$ac_func
14501 /* System header to define __stub macros and hopefully few prototypes,
14502 which can conflict with char $ac_func (); below.
14503 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14504 <limits.h> exists even on freestanding compilers. */
14506 #ifdef __STDC__
14507 # include <limits.h>
14508 #else
14509 # include <assert.h>
14510 #endif
14512 #undef $ac_func
14514 /* Override any GCC internal prototype to avoid an error.
14515 Use char because int might match the return type of a GCC
14516 builtin and then its argument prototype would still apply. */
14517 #ifdef __cplusplus
14518 extern "C"
14519 #endif
14520 char $ac_func ();
14521 /* The GNU C library defines this for functions which it implements
14522 to always fail with ENOSYS. Some functions are actually named
14523 something starting with __ and the normal name is an alias. */
14524 #if defined __stub_$ac_func || defined __stub___$ac_func
14525 choke me
14526 #endif
14529 main ()
14531 return $ac_func ();
14533 return 0;
14535 _ACEOF
14536 rm -f conftest.$ac_objext conftest$ac_exeext
14537 if { (ac_try="$ac_link"
14538 case "(($ac_try" in
14539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14540 *) ac_try_echo=$ac_try;;
14541 esac
14542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14543 (eval "$ac_link") 2>conftest.er1
14544 ac_status=$?
14545 grep -v '^ *+' conftest.er1 >conftest.err
14546 rm -f conftest.er1
14547 cat conftest.err >&5
14548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14549 (exit $ac_status); } && {
14550 test -z "$ac_c_werror_flag" ||
14551 test ! -s conftest.err
14552 } && test -s conftest$ac_exeext &&
14553 $as_test_x conftest$ac_exeext; then
14554 eval "$as_ac_var=yes"
14555 else
14556 echo "$as_me: failed program was:" >&5
14557 sed 's/^/| /' conftest.$ac_ext >&5
14559 eval "$as_ac_var=no"
14562 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14563 conftest$ac_exeext conftest.$ac_ext
14565 ac_res=`eval echo '${'$as_ac_var'}'`
14566 { echo "$as_me:$LINENO: result: $ac_res" >&5
14567 echo "${ECHO_T}$ac_res" >&6; }
14568 if test `eval echo '${'$as_ac_var'}'` = yes; then
14569 cat >>confdefs.h <<_ACEOF
14570 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14571 _ACEOF
14574 done
14576 CFLAGS="$ac_save_CFLAGS"
14577 CPPFLAGS="$ac_save_CPPFLAGS"
14578 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14579 then
14581 cat >>confdefs.h <<\_ACEOF
14582 #define HAVE_FREETYPE 1
14583 _ACEOF
14585 FREETYPELIBS="$ac_freetype_libs"
14587 FREETYPEINCL="$ac_freetype_incl"
14592 if test "x$FREETYPELIBS" = "x"; then
14593 case "x$with_freetype" in
14594 xno) ;;
14595 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14596 Use the --without-freetype option if you really want this." >&5
14597 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14598 Use the --without-freetype option if you really want this." >&2;}
14599 { (exit 1); exit 1; }; } ;;
14600 esac
14603 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14605 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14606 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14607 if test "${ac_cv_c_ppdev+set}" = set; then
14608 echo $ECHO_N "(cached) $ECHO_C" >&6
14609 else
14610 cat >conftest.$ac_ext <<_ACEOF
14611 /* confdefs.h. */
14612 _ACEOF
14613 cat confdefs.h >>conftest.$ac_ext
14614 cat >>conftest.$ac_ext <<_ACEOF
14615 /* end confdefs.h. */
14616 #include <linux/ppdev.h>
14618 main ()
14620 ioctl (1,PPCLAIM,0)
14622 return 0;
14624 _ACEOF
14625 rm -f conftest.$ac_objext
14626 if { (ac_try="$ac_compile"
14627 case "(($ac_try" in
14628 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14629 *) ac_try_echo=$ac_try;;
14630 esac
14631 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14632 (eval "$ac_compile") 2>conftest.er1
14633 ac_status=$?
14634 grep -v '^ *+' conftest.er1 >conftest.err
14635 rm -f conftest.er1
14636 cat conftest.err >&5
14637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14638 (exit $ac_status); } && {
14639 test -z "$ac_c_werror_flag" ||
14640 test ! -s conftest.err
14641 } && test -s conftest.$ac_objext; then
14642 ac_cv_c_ppdev="yes"
14643 else
14644 echo "$as_me: failed program was:" >&5
14645 sed 's/^/| /' conftest.$ac_ext >&5
14647 ac_cv_c_ppdev="no"
14650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14652 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14653 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14654 if test "$ac_cv_c_ppdev" = "yes"
14655 then
14657 cat >>confdefs.h <<\_ACEOF
14658 #define HAVE_PPDEV 1
14659 _ACEOF
14663 ac_wine_check_funcs_save_LIBS="$LIBS"
14664 LIBS="$LIBS $LIBPTHREAD"
14669 for ac_func in \
14670 pthread_attr_get_np \
14671 pthread_getattr_np \
14672 pthread_get_stackaddr_np \
14673 pthread_get_stacksize_np
14675 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14676 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14677 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14678 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14679 echo $ECHO_N "(cached) $ECHO_C" >&6
14680 else
14681 cat >conftest.$ac_ext <<_ACEOF
14682 /* confdefs.h. */
14683 _ACEOF
14684 cat confdefs.h >>conftest.$ac_ext
14685 cat >>conftest.$ac_ext <<_ACEOF
14686 /* end confdefs.h. */
14687 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14688 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14689 #define $ac_func innocuous_$ac_func
14691 /* System header to define __stub macros and hopefully few prototypes,
14692 which can conflict with char $ac_func (); below.
14693 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14694 <limits.h> exists even on freestanding compilers. */
14696 #ifdef __STDC__
14697 # include <limits.h>
14698 #else
14699 # include <assert.h>
14700 #endif
14702 #undef $ac_func
14704 /* Override any GCC internal prototype to avoid an error.
14705 Use char because int might match the return type of a GCC
14706 builtin and then its argument prototype would still apply. */
14707 #ifdef __cplusplus
14708 extern "C"
14709 #endif
14710 char $ac_func ();
14711 /* The GNU C library defines this for functions which it implements
14712 to always fail with ENOSYS. Some functions are actually named
14713 something starting with __ and the normal name is an alias. */
14714 #if defined __stub_$ac_func || defined __stub___$ac_func
14715 choke me
14716 #endif
14719 main ()
14721 return $ac_func ();
14723 return 0;
14725 _ACEOF
14726 rm -f conftest.$ac_objext conftest$ac_exeext
14727 if { (ac_try="$ac_link"
14728 case "(($ac_try" in
14729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14730 *) ac_try_echo=$ac_try;;
14731 esac
14732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14733 (eval "$ac_link") 2>conftest.er1
14734 ac_status=$?
14735 grep -v '^ *+' conftest.er1 >conftest.err
14736 rm -f conftest.er1
14737 cat conftest.err >&5
14738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14739 (exit $ac_status); } && {
14740 test -z "$ac_c_werror_flag" ||
14741 test ! -s conftest.err
14742 } && test -s conftest$ac_exeext &&
14743 $as_test_x conftest$ac_exeext; then
14744 eval "$as_ac_var=yes"
14745 else
14746 echo "$as_me: failed program was:" >&5
14747 sed 's/^/| /' conftest.$ac_ext >&5
14749 eval "$as_ac_var=no"
14752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14753 conftest$ac_exeext conftest.$ac_ext
14755 ac_res=`eval echo '${'$as_ac_var'}'`
14756 { echo "$as_me:$LINENO: result: $ac_res" >&5
14757 echo "${ECHO_T}$ac_res" >&6; }
14758 if test `eval echo '${'$as_ac_var'}'` = yes; then
14759 cat >>confdefs.h <<_ACEOF
14760 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14761 _ACEOF
14764 done
14766 LIBS="$ac_wine_check_funcs_save_LIBS"
14768 if test "$ac_cv_header_zlib_h" = "yes"
14769 then
14770 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14771 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14772 if test "${ac_cv_lib_z_inflate+set}" = set; then
14773 echo $ECHO_N "(cached) $ECHO_C" >&6
14774 else
14775 ac_check_lib_save_LIBS=$LIBS
14776 LIBS="-lz $LIBS"
14777 cat >conftest.$ac_ext <<_ACEOF
14778 /* confdefs.h. */
14779 _ACEOF
14780 cat confdefs.h >>conftest.$ac_ext
14781 cat >>conftest.$ac_ext <<_ACEOF
14782 /* end confdefs.h. */
14784 /* Override any GCC internal prototype to avoid an error.
14785 Use char because int might match the return type of a GCC
14786 builtin and then its argument prototype would still apply. */
14787 #ifdef __cplusplus
14788 extern "C"
14789 #endif
14790 char inflate ();
14792 main ()
14794 return inflate ();
14796 return 0;
14798 _ACEOF
14799 rm -f conftest.$ac_objext conftest$ac_exeext
14800 if { (ac_try="$ac_link"
14801 case "(($ac_try" in
14802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14803 *) ac_try_echo=$ac_try;;
14804 esac
14805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14806 (eval "$ac_link") 2>conftest.er1
14807 ac_status=$?
14808 grep -v '^ *+' conftest.er1 >conftest.err
14809 rm -f conftest.er1
14810 cat conftest.err >&5
14811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14812 (exit $ac_status); } && {
14813 test -z "$ac_c_werror_flag" ||
14814 test ! -s conftest.err
14815 } && test -s conftest$ac_exeext &&
14816 $as_test_x conftest$ac_exeext; then
14817 ac_cv_lib_z_inflate=yes
14818 else
14819 echo "$as_me: failed program was:" >&5
14820 sed 's/^/| /' conftest.$ac_ext >&5
14822 ac_cv_lib_z_inflate=no
14825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14826 conftest$ac_exeext conftest.$ac_ext
14827 LIBS=$ac_check_lib_save_LIBS
14829 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14830 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14831 if test $ac_cv_lib_z_inflate = yes; then
14833 cat >>confdefs.h <<\_ACEOF
14834 #define HAVE_ZLIB 1
14835 _ACEOF
14837 ZLIB="-lz"
14843 if test "x$with_esd" != xno
14844 then
14845 save_CFLAGS="$CFLAGS"
14846 # Extract the first word of "esd-config", so it can be a program name with args.
14847 set dummy esd-config; ac_word=$2
14848 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14849 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14850 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14851 echo $ECHO_N "(cached) $ECHO_C" >&6
14852 else
14853 case $ESDCONFIG in
14854 [\\/]* | ?:[\\/]*)
14855 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14858 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14859 for as_dir in $PATH
14861 IFS=$as_save_IFS
14862 test -z "$as_dir" && as_dir=.
14863 for ac_exec_ext in '' $ac_executable_extensions; do
14864 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14865 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14866 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14867 break 2
14869 done
14870 done
14871 IFS=$as_save_IFS
14873 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
14875 esac
14877 ESDCONFIG=$ac_cv_path_ESDCONFIG
14878 if test -n "$ESDCONFIG"; then
14879 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14880 echo "${ECHO_T}$ESDCONFIG" >&6; }
14881 else
14882 { echo "$as_me:$LINENO: result: no" >&5
14883 echo "${ECHO_T}no" >&6; }
14887 if test "x$ESDCONFIG" != "xno"
14888 then
14889 ac_esd_incl=""
14890 for i in `$ESDCONFIG --cflags`
14892 case "$i" in
14893 -I*) ac_esd_incl="$ac_esd_incl $i";;
14894 esac
14895 done
14896 ac_esd_libs=`$ESDCONFIG --libs`
14897 CFLAGS="$CFLAGS $ac_esd_incl"
14899 ac_esd_libs=${ac_esd_libs:-"-lesd"}
14900 if test "${ac_cv_header_esd_h+set}" = set; then
14901 { echo "$as_me:$LINENO: checking for esd.h" >&5
14902 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
14903 if test "${ac_cv_header_esd_h+set}" = set; then
14904 echo $ECHO_N "(cached) $ECHO_C" >&6
14906 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
14907 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
14908 else
14909 # Is the header compilable?
14910 { echo "$as_me:$LINENO: checking esd.h usability" >&5
14911 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
14912 cat >conftest.$ac_ext <<_ACEOF
14913 /* confdefs.h. */
14914 _ACEOF
14915 cat confdefs.h >>conftest.$ac_ext
14916 cat >>conftest.$ac_ext <<_ACEOF
14917 /* end confdefs.h. */
14918 $ac_includes_default
14919 #include <esd.h>
14920 _ACEOF
14921 rm -f conftest.$ac_objext
14922 if { (ac_try="$ac_compile"
14923 case "(($ac_try" in
14924 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14925 *) ac_try_echo=$ac_try;;
14926 esac
14927 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14928 (eval "$ac_compile") 2>conftest.er1
14929 ac_status=$?
14930 grep -v '^ *+' conftest.er1 >conftest.err
14931 rm -f conftest.er1
14932 cat conftest.err >&5
14933 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14934 (exit $ac_status); } && {
14935 test -z "$ac_c_werror_flag" ||
14936 test ! -s conftest.err
14937 } && test -s conftest.$ac_objext; then
14938 ac_header_compiler=yes
14939 else
14940 echo "$as_me: failed program was:" >&5
14941 sed 's/^/| /' conftest.$ac_ext >&5
14943 ac_header_compiler=no
14946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14947 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14948 echo "${ECHO_T}$ac_header_compiler" >&6; }
14950 # Is the header present?
14951 { echo "$as_me:$LINENO: checking esd.h presence" >&5
14952 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
14953 cat >conftest.$ac_ext <<_ACEOF
14954 /* confdefs.h. */
14955 _ACEOF
14956 cat confdefs.h >>conftest.$ac_ext
14957 cat >>conftest.$ac_ext <<_ACEOF
14958 /* end confdefs.h. */
14959 #include <esd.h>
14960 _ACEOF
14961 if { (ac_try="$ac_cpp conftest.$ac_ext"
14962 case "(($ac_try" in
14963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14964 *) ac_try_echo=$ac_try;;
14965 esac
14966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14967 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14968 ac_status=$?
14969 grep -v '^ *+' conftest.er1 >conftest.err
14970 rm -f conftest.er1
14971 cat conftest.err >&5
14972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14973 (exit $ac_status); } >/dev/null && {
14974 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14975 test ! -s conftest.err
14976 }; then
14977 ac_header_preproc=yes
14978 else
14979 echo "$as_me: failed program was:" >&5
14980 sed 's/^/| /' conftest.$ac_ext >&5
14982 ac_header_preproc=no
14985 rm -f conftest.err conftest.$ac_ext
14986 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14987 echo "${ECHO_T}$ac_header_preproc" >&6; }
14989 # So? What about this header?
14990 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14991 yes:no: )
14992 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
14993 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14994 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
14995 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
14996 ac_header_preproc=yes
14998 no:yes:* )
14999 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15000 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15001 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15002 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15003 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15004 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15005 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15006 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15007 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15008 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15009 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15010 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15011 ( cat <<\_ASBOX
15012 ## ------------------------------------ ##
15013 ## Report this to wine-devel@winehq.org ##
15014 ## ------------------------------------ ##
15015 _ASBOX
15016 ) | sed "s/^/$as_me: WARNING: /" >&2
15018 esac
15019 { echo "$as_me:$LINENO: checking for esd.h" >&5
15020 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15021 if test "${ac_cv_header_esd_h+set}" = set; then
15022 echo $ECHO_N "(cached) $ECHO_C" >&6
15023 else
15024 ac_cv_header_esd_h=$ac_header_preproc
15026 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15027 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15030 if test $ac_cv_header_esd_h = yes; then
15031 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15032 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15033 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15034 echo $ECHO_N "(cached) $ECHO_C" >&6
15035 else
15036 ac_check_lib_save_LIBS=$LIBS
15037 LIBS="-lesd $ac_esd_libs $LIBS"
15038 cat >conftest.$ac_ext <<_ACEOF
15039 /* confdefs.h. */
15040 _ACEOF
15041 cat confdefs.h >>conftest.$ac_ext
15042 cat >>conftest.$ac_ext <<_ACEOF
15043 /* end confdefs.h. */
15045 /* Override any GCC internal prototype to avoid an error.
15046 Use char because int might match the return type of a GCC
15047 builtin and then its argument prototype would still apply. */
15048 #ifdef __cplusplus
15049 extern "C"
15050 #endif
15051 char esd_open_sound ();
15053 main ()
15055 return esd_open_sound ();
15057 return 0;
15059 _ACEOF
15060 rm -f conftest.$ac_objext conftest$ac_exeext
15061 if { (ac_try="$ac_link"
15062 case "(($ac_try" in
15063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15064 *) ac_try_echo=$ac_try;;
15065 esac
15066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15067 (eval "$ac_link") 2>conftest.er1
15068 ac_status=$?
15069 grep -v '^ *+' conftest.er1 >conftest.err
15070 rm -f conftest.er1
15071 cat conftest.err >&5
15072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15073 (exit $ac_status); } && {
15074 test -z "$ac_c_werror_flag" ||
15075 test ! -s conftest.err
15076 } && test -s conftest$ac_exeext &&
15077 $as_test_x conftest$ac_exeext; then
15078 ac_cv_lib_esd_esd_open_sound=yes
15079 else
15080 echo "$as_me: failed program was:" >&5
15081 sed 's/^/| /' conftest.$ac_ext >&5
15083 ac_cv_lib_esd_esd_open_sound=no
15086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15087 conftest$ac_exeext conftest.$ac_ext
15088 LIBS=$ac_check_lib_save_LIBS
15090 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15091 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15092 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15093 ESDINCL="$ac_esd_incl"
15095 ESDLIBS="$ac_esd_libs"
15098 cat >>confdefs.h <<\_ACEOF
15099 #define HAVE_ESD 1
15100 _ACEOF
15107 CFLAGS="$save_CFLAGS"
15110 if test "x$with_pulse" != "xno"; then
15111 if test "$PKG_CONFIG" != "false"; then
15112 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15113 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15114 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15115 have_pulseaudio="yes"
15116 else
15117 have_pulseaudio="no"
15119 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15120 echo "${ECHO_T}$have_pulseaudio" >&6; }
15121 if test x"$have_pulseaudio" = xyes; then
15122 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15124 cat >>confdefs.h <<\_ACEOF
15125 #define HAVE_PULSEAUDIO 1
15126 _ACEOF
15128 PULSELIBS="$ac_pulse_libs"
15130 else
15131 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15136 ALSALIBS=""
15138 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15139 then
15140 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15141 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15142 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15143 echo $ECHO_N "(cached) $ECHO_C" >&6
15144 else
15145 ac_check_lib_save_LIBS=$LIBS
15146 LIBS="-lasound $LIBS"
15147 cat >conftest.$ac_ext <<_ACEOF
15148 /* confdefs.h. */
15149 _ACEOF
15150 cat confdefs.h >>conftest.$ac_ext
15151 cat >>conftest.$ac_ext <<_ACEOF
15152 /* end confdefs.h. */
15154 /* Override any GCC internal prototype to avoid an error.
15155 Use char because int might match the return type of a GCC
15156 builtin and then its argument prototype would still apply. */
15157 #ifdef __cplusplus
15158 extern "C"
15159 #endif
15160 char snd_pcm_hw_params_get_access ();
15162 main ()
15164 return snd_pcm_hw_params_get_access ();
15166 return 0;
15168 _ACEOF
15169 rm -f conftest.$ac_objext conftest$ac_exeext
15170 if { (ac_try="$ac_link"
15171 case "(($ac_try" in
15172 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15173 *) ac_try_echo=$ac_try;;
15174 esac
15175 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15176 (eval "$ac_link") 2>conftest.er1
15177 ac_status=$?
15178 grep -v '^ *+' conftest.er1 >conftest.err
15179 rm -f conftest.er1
15180 cat conftest.err >&5
15181 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15182 (exit $ac_status); } && {
15183 test -z "$ac_c_werror_flag" ||
15184 test ! -s conftest.err
15185 } && test -s conftest$ac_exeext &&
15186 $as_test_x conftest$ac_exeext; then
15187 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15188 else
15189 echo "$as_me: failed program was:" >&5
15190 sed 's/^/| /' conftest.$ac_ext >&5
15192 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15196 conftest$ac_exeext conftest.$ac_ext
15197 LIBS=$ac_check_lib_save_LIBS
15199 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15200 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15201 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15202 cat >conftest.$ac_ext <<_ACEOF
15203 /* confdefs.h. */
15204 _ACEOF
15205 cat confdefs.h >>conftest.$ac_ext
15206 cat >>conftest.$ac_ext <<_ACEOF
15207 /* end confdefs.h. */
15208 #ifdef HAVE_ALSA_ASOUNDLIB_H
15209 #include <alsa/asoundlib.h>
15210 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15211 #include <sys/asoundlib.h>
15212 #endif
15214 main ()
15216 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15218 return 0;
15220 _ACEOF
15221 rm -f conftest.$ac_objext
15222 if { (ac_try="$ac_compile"
15223 case "(($ac_try" in
15224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15225 *) ac_try_echo=$ac_try;;
15226 esac
15227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15228 (eval "$ac_compile") 2>conftest.er1
15229 ac_status=$?
15230 grep -v '^ *+' conftest.er1 >conftest.err
15231 rm -f conftest.er1
15232 cat conftest.err >&5
15233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15234 (exit $ac_status); } && {
15235 test -z "$ac_c_werror_flag" ||
15236 test ! -s conftest.err
15237 } && test -s conftest.$ac_objext; then
15239 cat >>confdefs.h <<\_ACEOF
15240 #define HAVE_ALSA 1
15241 _ACEOF
15243 ALSALIBS="-lasound"
15244 else
15245 echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15256 AUDIOIOLIBS=""
15258 if test "$ac_cv_header_libaudioio_h" = "yes"
15259 then
15260 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15261 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15262 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15263 echo $ECHO_N "(cached) $ECHO_C" >&6
15264 else
15265 ac_check_lib_save_LIBS=$LIBS
15266 LIBS="-laudioio $LIBS"
15267 cat >conftest.$ac_ext <<_ACEOF
15268 /* confdefs.h. */
15269 _ACEOF
15270 cat confdefs.h >>conftest.$ac_ext
15271 cat >>conftest.$ac_ext <<_ACEOF
15272 /* end confdefs.h. */
15274 /* Override any GCC internal prototype to avoid an error.
15275 Use char because int might match the return type of a GCC
15276 builtin and then its argument prototype would still apply. */
15277 #ifdef __cplusplus
15278 extern "C"
15279 #endif
15280 char AudioIOGetVersion ();
15282 main ()
15284 return AudioIOGetVersion ();
15286 return 0;
15288 _ACEOF
15289 rm -f conftest.$ac_objext conftest$ac_exeext
15290 if { (ac_try="$ac_link"
15291 case "(($ac_try" in
15292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15293 *) ac_try_echo=$ac_try;;
15294 esac
15295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15296 (eval "$ac_link") 2>conftest.er1
15297 ac_status=$?
15298 grep -v '^ *+' conftest.er1 >conftest.err
15299 rm -f conftest.er1
15300 cat conftest.err >&5
15301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15302 (exit $ac_status); } && {
15303 test -z "$ac_c_werror_flag" ||
15304 test ! -s conftest.err
15305 } && test -s conftest$ac_exeext &&
15306 $as_test_x conftest$ac_exeext; then
15307 ac_cv_lib_audioio_AudioIOGetVersion=yes
15308 else
15309 echo "$as_me: failed program was:" >&5
15310 sed 's/^/| /' conftest.$ac_ext >&5
15312 ac_cv_lib_audioio_AudioIOGetVersion=no
15315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15316 conftest$ac_exeext conftest.$ac_ext
15317 LIBS=$ac_check_lib_save_LIBS
15319 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15320 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15321 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15322 AUDIOIOLIBS="-laudioio"
15324 cat >>confdefs.h <<\_ACEOF
15325 #define HAVE_LIBAUDIOIO 1
15326 _ACEOF
15333 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15334 then
15335 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15336 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15337 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15338 echo $ECHO_N "(cached) $ECHO_C" >&6
15339 else
15340 ac_check_soname_save_LIBS=$LIBS
15341 LIBS="-lcapi20 $LIBS"
15342 cat >conftest.$ac_ext <<_ACEOF
15343 /* confdefs.h. */
15344 _ACEOF
15345 cat confdefs.h >>conftest.$ac_ext
15346 cat >>conftest.$ac_ext <<_ACEOF
15347 /* end confdefs.h. */
15349 /* Override any GCC internal prototype to avoid an error.
15350 Use char because int might match the return type of a GCC
15351 builtin and then its argument prototype would still apply. */
15352 #ifdef __cplusplus
15353 extern "C"
15354 #endif
15355 char capi20_register ();
15357 main ()
15359 return capi20_register ();
15361 return 0;
15363 _ACEOF
15364 rm -f conftest.$ac_objext conftest$ac_exeext
15365 if { (ac_try="$ac_link"
15366 case "(($ac_try" in
15367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15368 *) ac_try_echo=$ac_try;;
15369 esac
15370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15371 (eval "$ac_link") 2>conftest.er1
15372 ac_status=$?
15373 grep -v '^ *+' conftest.er1 >conftest.err
15374 rm -f conftest.er1
15375 cat conftest.err >&5
15376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15377 (exit $ac_status); } && {
15378 test -z "$ac_c_werror_flag" ||
15379 test ! -s conftest.err
15380 } && test -s conftest$ac_exeext &&
15381 $as_test_x conftest$ac_exeext; then
15382 case "$LIBEXT" in
15383 dll) ;;
15384 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'` ;;
15385 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15386 esac
15387 else
15388 echo "$as_me: failed program was:" >&5
15389 sed 's/^/| /' conftest.$ac_ext >&5
15394 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15395 conftest$ac_exeext conftest.$ac_ext
15396 LIBS=$ac_check_soname_save_LIBS
15398 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15399 { echo "$as_me:$LINENO: result: not found" >&5
15400 echo "${ECHO_T}not found" >&6; }
15402 else
15403 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15404 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15406 cat >>confdefs.h <<_ACEOF
15407 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15408 _ACEOF
15414 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15415 case "x$with_capi" in
15416 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15417 xno) ;;
15418 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15419 This is an error since --with-capi was requested." >&5
15420 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15421 This is an error since --with-capi was requested." >&2;}
15422 { (exit 1); exit 1; }; } ;;
15423 esac
15427 CUPSINCL=""
15429 if test "x$with_cups" != "xno"
15430 then
15431 ac_save_CPPFLAGS="$CPPFLAGS"
15432 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15433 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15434 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15436 for ac_header in cups/cups.h
15438 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15441 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15443 echo $ECHO_N "(cached) $ECHO_C" >&6
15445 ac_res=`eval echo '${'$as_ac_Header'}'`
15446 { echo "$as_me:$LINENO: result: $ac_res" >&5
15447 echo "${ECHO_T}$ac_res" >&6; }
15448 else
15449 # Is the header compilable?
15450 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15451 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15452 cat >conftest.$ac_ext <<_ACEOF
15453 /* confdefs.h. */
15454 _ACEOF
15455 cat confdefs.h >>conftest.$ac_ext
15456 cat >>conftest.$ac_ext <<_ACEOF
15457 /* end confdefs.h. */
15458 $ac_includes_default
15459 #include <$ac_header>
15460 _ACEOF
15461 rm -f conftest.$ac_objext
15462 if { (ac_try="$ac_compile"
15463 case "(($ac_try" in
15464 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15465 *) ac_try_echo=$ac_try;;
15466 esac
15467 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15468 (eval "$ac_compile") 2>conftest.er1
15469 ac_status=$?
15470 grep -v '^ *+' conftest.er1 >conftest.err
15471 rm -f conftest.er1
15472 cat conftest.err >&5
15473 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15474 (exit $ac_status); } && {
15475 test -z "$ac_c_werror_flag" ||
15476 test ! -s conftest.err
15477 } && test -s conftest.$ac_objext; then
15478 ac_header_compiler=yes
15479 else
15480 echo "$as_me: failed program was:" >&5
15481 sed 's/^/| /' conftest.$ac_ext >&5
15483 ac_header_compiler=no
15486 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15487 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15488 echo "${ECHO_T}$ac_header_compiler" >&6; }
15490 # Is the header present?
15491 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15492 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15493 cat >conftest.$ac_ext <<_ACEOF
15494 /* confdefs.h. */
15495 _ACEOF
15496 cat confdefs.h >>conftest.$ac_ext
15497 cat >>conftest.$ac_ext <<_ACEOF
15498 /* end confdefs.h. */
15499 #include <$ac_header>
15500 _ACEOF
15501 if { (ac_try="$ac_cpp conftest.$ac_ext"
15502 case "(($ac_try" in
15503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15504 *) ac_try_echo=$ac_try;;
15505 esac
15506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15507 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15508 ac_status=$?
15509 grep -v '^ *+' conftest.er1 >conftest.err
15510 rm -f conftest.er1
15511 cat conftest.err >&5
15512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15513 (exit $ac_status); } >/dev/null && {
15514 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15515 test ! -s conftest.err
15516 }; then
15517 ac_header_preproc=yes
15518 else
15519 echo "$as_me: failed program was:" >&5
15520 sed 's/^/| /' conftest.$ac_ext >&5
15522 ac_header_preproc=no
15525 rm -f conftest.err conftest.$ac_ext
15526 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15527 echo "${ECHO_T}$ac_header_preproc" >&6; }
15529 # So? What about this header?
15530 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15531 yes:no: )
15532 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15533 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15534 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15535 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15536 ac_header_preproc=yes
15538 no:yes:* )
15539 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15540 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15541 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15542 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15543 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15544 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15545 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15546 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15548 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15550 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15551 ( cat <<\_ASBOX
15552 ## ------------------------------------ ##
15553 ## Report this to wine-devel@winehq.org ##
15554 ## ------------------------------------ ##
15555 _ASBOX
15556 ) | sed "s/^/$as_me: WARNING: /" >&2
15558 esac
15559 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15560 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15561 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15562 echo $ECHO_N "(cached) $ECHO_C" >&6
15563 else
15564 eval "$as_ac_Header=\$ac_header_preproc"
15566 ac_res=`eval echo '${'$as_ac_Header'}'`
15567 { echo "$as_me:$LINENO: result: $ac_res" >&5
15568 echo "${ECHO_T}$ac_res" >&6; }
15571 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15572 cat >>confdefs.h <<_ACEOF
15573 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15574 _ACEOF
15575 { echo "$as_me:$LINENO: checking for -lcups" >&5
15576 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15577 if test "${ac_cv_lib_soname_cups+set}" = set; then
15578 echo $ECHO_N "(cached) $ECHO_C" >&6
15579 else
15580 ac_check_soname_save_LIBS=$LIBS
15581 LIBS="-lcups $ac_cups_libs $LIBS"
15582 cat >conftest.$ac_ext <<_ACEOF
15583 /* confdefs.h. */
15584 _ACEOF
15585 cat confdefs.h >>conftest.$ac_ext
15586 cat >>conftest.$ac_ext <<_ACEOF
15587 /* end confdefs.h. */
15589 /* Override any GCC internal prototype to avoid an error.
15590 Use char because int might match the return type of a GCC
15591 builtin and then its argument prototype would still apply. */
15592 #ifdef __cplusplus
15593 extern "C"
15594 #endif
15595 char cupsGetDefault ();
15597 main ()
15599 return cupsGetDefault ();
15601 return 0;
15603 _ACEOF
15604 rm -f conftest.$ac_objext conftest$ac_exeext
15605 if { (ac_try="$ac_link"
15606 case "(($ac_try" in
15607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15608 *) ac_try_echo=$ac_try;;
15609 esac
15610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15611 (eval "$ac_link") 2>conftest.er1
15612 ac_status=$?
15613 grep -v '^ *+' conftest.er1 >conftest.err
15614 rm -f conftest.er1
15615 cat conftest.err >&5
15616 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15617 (exit $ac_status); } && {
15618 test -z "$ac_c_werror_flag" ||
15619 test ! -s conftest.err
15620 } && test -s conftest$ac_exeext &&
15621 $as_test_x conftest$ac_exeext; then
15622 case "$LIBEXT" in
15623 dll) ;;
15624 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'` ;;
15625 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15626 esac
15627 else
15628 echo "$as_me: failed program was:" >&5
15629 sed 's/^/| /' conftest.$ac_ext >&5
15634 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15635 conftest$ac_exeext conftest.$ac_ext
15636 LIBS=$ac_check_soname_save_LIBS
15638 if test "x$ac_cv_lib_soname_cups" = "x"; then
15639 { echo "$as_me:$LINENO: result: not found" >&5
15640 echo "${ECHO_T}not found" >&6; }
15642 else
15643 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15644 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15646 cat >>confdefs.h <<_ACEOF
15647 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15648 _ACEOF
15650 CUPSINCL="$ac_cups_cflags"
15655 done
15657 CPPFLAGS="$ac_save_CPPFLAGS"
15659 if test "x$ac_cv_lib_soname_cups" = "x"; then
15660 case "x$with_cups" in
15661 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15662 xno) ;;
15663 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15664 This is an error since --with-cups was requested." >&5
15665 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15666 This is an error since --with-cups was requested." >&2;}
15667 { (exit 1); exit 1; }; } ;;
15668 esac
15672 if test "$ac_cv_header_jack_jack_h" = "yes"
15673 then
15674 { echo "$as_me:$LINENO: checking for -ljack" >&5
15675 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15676 if test "${ac_cv_lib_soname_jack+set}" = set; then
15677 echo $ECHO_N "(cached) $ECHO_C" >&6
15678 else
15679 ac_check_soname_save_LIBS=$LIBS
15680 LIBS="-ljack $LIBS"
15681 cat >conftest.$ac_ext <<_ACEOF
15682 /* confdefs.h. */
15683 _ACEOF
15684 cat confdefs.h >>conftest.$ac_ext
15685 cat >>conftest.$ac_ext <<_ACEOF
15686 /* end confdefs.h. */
15688 /* Override any GCC internal prototype to avoid an error.
15689 Use char because int might match the return type of a GCC
15690 builtin and then its argument prototype would still apply. */
15691 #ifdef __cplusplus
15692 extern "C"
15693 #endif
15694 char jack_client_new ();
15696 main ()
15698 return jack_client_new ();
15700 return 0;
15702 _ACEOF
15703 rm -f conftest.$ac_objext conftest$ac_exeext
15704 if { (ac_try="$ac_link"
15705 case "(($ac_try" in
15706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15707 *) ac_try_echo=$ac_try;;
15708 esac
15709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15710 (eval "$ac_link") 2>conftest.er1
15711 ac_status=$?
15712 grep -v '^ *+' conftest.er1 >conftest.err
15713 rm -f conftest.er1
15714 cat conftest.err >&5
15715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15716 (exit $ac_status); } && {
15717 test -z "$ac_c_werror_flag" ||
15718 test ! -s conftest.err
15719 } && test -s conftest$ac_exeext &&
15720 $as_test_x conftest$ac_exeext; then
15721 case "$LIBEXT" in
15722 dll) ;;
15723 dylib) ac_cv_lib_soname_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'` ;;
15724 *) 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'` ;;
15725 esac
15726 else
15727 echo "$as_me: failed program was:" >&5
15728 sed 's/^/| /' conftest.$ac_ext >&5
15733 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15734 conftest$ac_exeext conftest.$ac_ext
15735 LIBS=$ac_check_soname_save_LIBS
15737 if test "x$ac_cv_lib_soname_jack" = "x"; then
15738 { echo "$as_me:$LINENO: result: not found" >&5
15739 echo "${ECHO_T}not found" >&6; }
15741 else
15742 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15743 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15745 cat >>confdefs.h <<_ACEOF
15746 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15747 _ACEOF
15754 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15755 then
15756 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15757 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15758 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15759 echo $ECHO_N "(cached) $ECHO_C" >&6
15760 else
15761 ac_check_soname_save_LIBS=$LIBS
15762 LIBS="-lfontconfig $LIBS"
15763 cat >conftest.$ac_ext <<_ACEOF
15764 /* confdefs.h. */
15765 _ACEOF
15766 cat confdefs.h >>conftest.$ac_ext
15767 cat >>conftest.$ac_ext <<_ACEOF
15768 /* end confdefs.h. */
15770 /* Override any GCC internal prototype to avoid an error.
15771 Use char because int might match the return type of a GCC
15772 builtin and then its argument prototype would still apply. */
15773 #ifdef __cplusplus
15774 extern "C"
15775 #endif
15776 char FcInit ();
15778 main ()
15780 return FcInit ();
15782 return 0;
15784 _ACEOF
15785 rm -f conftest.$ac_objext conftest$ac_exeext
15786 if { (ac_try="$ac_link"
15787 case "(($ac_try" in
15788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15789 *) ac_try_echo=$ac_try;;
15790 esac
15791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15792 (eval "$ac_link") 2>conftest.er1
15793 ac_status=$?
15794 grep -v '^ *+' conftest.er1 >conftest.err
15795 rm -f conftest.er1
15796 cat conftest.err >&5
15797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15798 (exit $ac_status); } && {
15799 test -z "$ac_c_werror_flag" ||
15800 test ! -s conftest.err
15801 } && test -s conftest$ac_exeext &&
15802 $as_test_x conftest$ac_exeext; then
15803 case "$LIBEXT" in
15804 dll) ;;
15805 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'` ;;
15806 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15807 esac
15808 else
15809 echo "$as_me: failed program was:" >&5
15810 sed 's/^/| /' conftest.$ac_ext >&5
15815 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15816 conftest$ac_exeext conftest.$ac_ext
15817 LIBS=$ac_check_soname_save_LIBS
15819 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15820 { echo "$as_me:$LINENO: result: not found" >&5
15821 echo "${ECHO_T}not found" >&6; }
15823 else
15824 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15825 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15827 cat >>confdefs.h <<_ACEOF
15828 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15829 _ACEOF
15834 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15835 then
15836 ac_save_CPPFLAGS="$CPPFLAGS"
15837 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15838 $as_unset ac_cv_header_fontconfig_fontconfig_h
15840 for ac_header in fontconfig/fontconfig.h
15842 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15843 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15844 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15845 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15846 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15847 echo $ECHO_N "(cached) $ECHO_C" >&6
15849 ac_res=`eval echo '${'$as_ac_Header'}'`
15850 { echo "$as_me:$LINENO: result: $ac_res" >&5
15851 echo "${ECHO_T}$ac_res" >&6; }
15852 else
15853 # Is the header compilable?
15854 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15855 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15856 cat >conftest.$ac_ext <<_ACEOF
15857 /* confdefs.h. */
15858 _ACEOF
15859 cat confdefs.h >>conftest.$ac_ext
15860 cat >>conftest.$ac_ext <<_ACEOF
15861 /* end confdefs.h. */
15862 $ac_includes_default
15863 #include <$ac_header>
15864 _ACEOF
15865 rm -f conftest.$ac_objext
15866 if { (ac_try="$ac_compile"
15867 case "(($ac_try" in
15868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15869 *) ac_try_echo=$ac_try;;
15870 esac
15871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15872 (eval "$ac_compile") 2>conftest.er1
15873 ac_status=$?
15874 grep -v '^ *+' conftest.er1 >conftest.err
15875 rm -f conftest.er1
15876 cat conftest.err >&5
15877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15878 (exit $ac_status); } && {
15879 test -z "$ac_c_werror_flag" ||
15880 test ! -s conftest.err
15881 } && test -s conftest.$ac_objext; then
15882 ac_header_compiler=yes
15883 else
15884 echo "$as_me: failed program was:" >&5
15885 sed 's/^/| /' conftest.$ac_ext >&5
15887 ac_header_compiler=no
15890 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15891 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15892 echo "${ECHO_T}$ac_header_compiler" >&6; }
15894 # Is the header present?
15895 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15896 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15897 cat >conftest.$ac_ext <<_ACEOF
15898 /* confdefs.h. */
15899 _ACEOF
15900 cat confdefs.h >>conftest.$ac_ext
15901 cat >>conftest.$ac_ext <<_ACEOF
15902 /* end confdefs.h. */
15903 #include <$ac_header>
15904 _ACEOF
15905 if { (ac_try="$ac_cpp conftest.$ac_ext"
15906 case "(($ac_try" in
15907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15908 *) ac_try_echo=$ac_try;;
15909 esac
15910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15911 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15912 ac_status=$?
15913 grep -v '^ *+' conftest.er1 >conftest.err
15914 rm -f conftest.er1
15915 cat conftest.err >&5
15916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15917 (exit $ac_status); } >/dev/null && {
15918 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15919 test ! -s conftest.err
15920 }; then
15921 ac_header_preproc=yes
15922 else
15923 echo "$as_me: failed program was:" >&5
15924 sed 's/^/| /' conftest.$ac_ext >&5
15926 ac_header_preproc=no
15929 rm -f conftest.err conftest.$ac_ext
15930 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15931 echo "${ECHO_T}$ac_header_preproc" >&6; }
15933 # So? What about this header?
15934 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15935 yes:no: )
15936 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15937 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15938 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15939 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15940 ac_header_preproc=yes
15942 no:yes:* )
15943 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15944 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15945 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15946 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15947 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15948 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15949 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15950 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15951 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15952 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15953 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15954 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15955 ( cat <<\_ASBOX
15956 ## ------------------------------------ ##
15957 ## Report this to wine-devel@winehq.org ##
15958 ## ------------------------------------ ##
15959 _ASBOX
15960 ) | sed "s/^/$as_me: WARNING: /" >&2
15962 esac
15963 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15964 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15965 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15966 echo $ECHO_N "(cached) $ECHO_C" >&6
15967 else
15968 eval "$as_ac_Header=\$ac_header_preproc"
15970 ac_res=`eval echo '${'$as_ac_Header'}'`
15971 { echo "$as_me:$LINENO: result: $ac_res" >&5
15972 echo "${ECHO_T}$ac_res" >&6; }
15975 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15976 cat >>confdefs.h <<_ACEOF
15977 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15978 _ACEOF
15982 done
15984 CPPFLAGS="$ac_save_CPPFLAGS"
15985 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15986 then
15987 FONTCONFIGINCL="$X_CFLAGS"
15989 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15990 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15991 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15992 echo $ECHO_N "(cached) $ECHO_C" >&6
15993 else
15994 ac_check_soname_save_LIBS=$LIBS
15995 LIBS="-lfontconfig $X_LIBS $LIBS"
15996 cat >conftest.$ac_ext <<_ACEOF
15997 /* confdefs.h. */
15998 _ACEOF
15999 cat confdefs.h >>conftest.$ac_ext
16000 cat >>conftest.$ac_ext <<_ACEOF
16001 /* end confdefs.h. */
16003 /* Override any GCC internal prototype to avoid an error.
16004 Use char because int might match the return type of a GCC
16005 builtin and then its argument prototype would still apply. */
16006 #ifdef __cplusplus
16007 extern "C"
16008 #endif
16009 char FcInit ();
16011 main ()
16013 return FcInit ();
16015 return 0;
16017 _ACEOF
16018 rm -f conftest.$ac_objext conftest$ac_exeext
16019 if { (ac_try="$ac_link"
16020 case "(($ac_try" in
16021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16022 *) ac_try_echo=$ac_try;;
16023 esac
16024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16025 (eval "$ac_link") 2>conftest.er1
16026 ac_status=$?
16027 grep -v '^ *+' conftest.er1 >conftest.err
16028 rm -f conftest.er1
16029 cat conftest.err >&5
16030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16031 (exit $ac_status); } && {
16032 test -z "$ac_c_werror_flag" ||
16033 test ! -s conftest.err
16034 } && test -s conftest$ac_exeext &&
16035 $as_test_x conftest$ac_exeext; then
16036 case "$LIBEXT" in
16037 dll) ;;
16038 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'` ;;
16039 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16040 esac
16041 else
16042 echo "$as_me: failed program was:" >&5
16043 sed 's/^/| /' conftest.$ac_ext >&5
16048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16049 conftest$ac_exeext conftest.$ac_ext
16050 LIBS=$ac_check_soname_save_LIBS
16052 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16053 { echo "$as_me:$LINENO: result: not found" >&5
16054 echo "${ECHO_T}not found" >&6; }
16056 else
16057 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16058 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16060 cat >>confdefs.h <<_ACEOF
16061 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16062 _ACEOF
16069 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16070 case "x$with_fontconfig" in
16071 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16072 xno) ;;
16073 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16074 This is an error since --with-fontconfig was requested." >&5
16075 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16076 This is an error since --with-fontconfig was requested." >&2;}
16077 { (exit 1); exit 1; }; } ;;
16078 esac
16082 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16083 then
16084 { echo "$as_me:$LINENO: checking for -lssl" >&5
16085 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16086 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16087 echo $ECHO_N "(cached) $ECHO_C" >&6
16088 else
16089 ac_check_soname_save_LIBS=$LIBS
16090 LIBS="-lssl $LIBS"
16091 cat >conftest.$ac_ext <<_ACEOF
16092 /* confdefs.h. */
16093 _ACEOF
16094 cat confdefs.h >>conftest.$ac_ext
16095 cat >>conftest.$ac_ext <<_ACEOF
16096 /* end confdefs.h. */
16098 /* Override any GCC internal prototype to avoid an error.
16099 Use char because int might match the return type of a GCC
16100 builtin and then its argument prototype would still apply. */
16101 #ifdef __cplusplus
16102 extern "C"
16103 #endif
16104 char SSL_library_init ();
16106 main ()
16108 return SSL_library_init ();
16110 return 0;
16112 _ACEOF
16113 rm -f conftest.$ac_objext conftest$ac_exeext
16114 if { (ac_try="$ac_link"
16115 case "(($ac_try" in
16116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16117 *) ac_try_echo=$ac_try;;
16118 esac
16119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16120 (eval "$ac_link") 2>conftest.er1
16121 ac_status=$?
16122 grep -v '^ *+' conftest.er1 >conftest.err
16123 rm -f conftest.er1
16124 cat conftest.err >&5
16125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16126 (exit $ac_status); } && {
16127 test -z "$ac_c_werror_flag" ||
16128 test ! -s conftest.err
16129 } && test -s conftest$ac_exeext &&
16130 $as_test_x conftest$ac_exeext; then
16131 case "$LIBEXT" in
16132 dll) ;;
16133 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'` ;;
16134 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16135 esac
16136 else
16137 echo "$as_me: failed program was:" >&5
16138 sed 's/^/| /' conftest.$ac_ext >&5
16143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16144 conftest$ac_exeext conftest.$ac_ext
16145 LIBS=$ac_check_soname_save_LIBS
16147 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16148 { echo "$as_me:$LINENO: result: not found" >&5
16149 echo "${ECHO_T}not found" >&6; }
16151 else
16152 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16153 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16155 cat >>confdefs.h <<_ACEOF
16156 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16157 _ACEOF
16162 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16163 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16164 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16165 echo $ECHO_N "(cached) $ECHO_C" >&6
16166 else
16167 ac_check_soname_save_LIBS=$LIBS
16168 LIBS="-lcrypto $LIBS"
16169 cat >conftest.$ac_ext <<_ACEOF
16170 /* confdefs.h. */
16171 _ACEOF
16172 cat confdefs.h >>conftest.$ac_ext
16173 cat >>conftest.$ac_ext <<_ACEOF
16174 /* end confdefs.h. */
16176 /* Override any GCC internal prototype to avoid an error.
16177 Use char because int might match the return type of a GCC
16178 builtin and then its argument prototype would still apply. */
16179 #ifdef __cplusplus
16180 extern "C"
16181 #endif
16182 char BIO_new_socket ();
16184 main ()
16186 return BIO_new_socket ();
16188 return 0;
16190 _ACEOF
16191 rm -f conftest.$ac_objext conftest$ac_exeext
16192 if { (ac_try="$ac_link"
16193 case "(($ac_try" in
16194 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16195 *) ac_try_echo=$ac_try;;
16196 esac
16197 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16198 (eval "$ac_link") 2>conftest.er1
16199 ac_status=$?
16200 grep -v '^ *+' conftest.er1 >conftest.err
16201 rm -f conftest.er1
16202 cat conftest.err >&5
16203 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16204 (exit $ac_status); } && {
16205 test -z "$ac_c_werror_flag" ||
16206 test ! -s conftest.err
16207 } && test -s conftest$ac_exeext &&
16208 $as_test_x conftest$ac_exeext; then
16209 case "$LIBEXT" in
16210 dll) ;;
16211 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'` ;;
16212 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16213 esac
16214 else
16215 echo "$as_me: failed program was:" >&5
16216 sed 's/^/| /' conftest.$ac_ext >&5
16221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16222 conftest$ac_exeext conftest.$ac_ext
16223 LIBS=$ac_check_soname_save_LIBS
16225 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16226 { echo "$as_me:$LINENO: result: not found" >&5
16227 echo "${ECHO_T}not found" >&6; }
16229 else
16230 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16231 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16233 cat >>confdefs.h <<_ACEOF
16234 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16235 _ACEOF
16241 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16242 case "x$with_openssl" in
16243 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16244 xno) ;;
16245 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16246 This is an error since --with-openssl was requested." >&5
16247 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16248 This is an error since --with-openssl was requested." >&2;}
16249 { (exit 1); exit 1; }; } ;;
16250 esac
16254 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16255 then
16256 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16257 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16258 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16259 echo $ECHO_N "(cached) $ECHO_C" >&6
16260 else
16261 ac_check_soname_save_LIBS=$LIBS
16262 LIBS="-lgsm $LIBS"
16263 cat >conftest.$ac_ext <<_ACEOF
16264 /* confdefs.h. */
16265 _ACEOF
16266 cat confdefs.h >>conftest.$ac_ext
16267 cat >>conftest.$ac_ext <<_ACEOF
16268 /* end confdefs.h. */
16270 /* Override any GCC internal prototype to avoid an error.
16271 Use char because int might match the return type of a GCC
16272 builtin and then its argument prototype would still apply. */
16273 #ifdef __cplusplus
16274 extern "C"
16275 #endif
16276 char gsm_create ();
16278 main ()
16280 return gsm_create ();
16282 return 0;
16284 _ACEOF
16285 rm -f conftest.$ac_objext conftest$ac_exeext
16286 if { (ac_try="$ac_link"
16287 case "(($ac_try" in
16288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16289 *) ac_try_echo=$ac_try;;
16290 esac
16291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16292 (eval "$ac_link") 2>conftest.er1
16293 ac_status=$?
16294 grep -v '^ *+' conftest.er1 >conftest.err
16295 rm -f conftest.er1
16296 cat conftest.err >&5
16297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16298 (exit $ac_status); } && {
16299 test -z "$ac_c_werror_flag" ||
16300 test ! -s conftest.err
16301 } && test -s conftest$ac_exeext &&
16302 $as_test_x conftest$ac_exeext; then
16303 case "$LIBEXT" in
16304 dll) ;;
16305 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'` ;;
16306 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16307 esac
16308 else
16309 echo "$as_me: failed program was:" >&5
16310 sed 's/^/| /' conftest.$ac_ext >&5
16315 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16316 conftest$ac_exeext conftest.$ac_ext
16317 LIBS=$ac_check_soname_save_LIBS
16319 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16320 { echo "$as_me:$LINENO: result: not found" >&5
16321 echo "${ECHO_T}not found" >&6; }
16323 else
16324 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16325 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16327 cat >>confdefs.h <<_ACEOF
16328 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16329 _ACEOF
16335 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16336 case "x$with_gsm" in
16337 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16338 xno) ;;
16339 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16340 This is an error since --with-gsm was requested." >&5
16341 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16342 This is an error since --with-gsm was requested." >&2;}
16343 { (exit 1); exit 1; }; } ;;
16344 esac
16348 if test "$ac_cv_header_jpeglib_h" = "yes"
16349 then
16350 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16351 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16352 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16353 echo $ECHO_N "(cached) $ECHO_C" >&6
16354 else
16355 ac_check_soname_save_LIBS=$LIBS
16356 LIBS="-ljpeg $LIBS"
16357 cat >conftest.$ac_ext <<_ACEOF
16358 /* confdefs.h. */
16359 _ACEOF
16360 cat confdefs.h >>conftest.$ac_ext
16361 cat >>conftest.$ac_ext <<_ACEOF
16362 /* end confdefs.h. */
16364 /* Override any GCC internal prototype to avoid an error.
16365 Use char because int might match the return type of a GCC
16366 builtin and then its argument prototype would still apply. */
16367 #ifdef __cplusplus
16368 extern "C"
16369 #endif
16370 char jpeg_start_decompress ();
16372 main ()
16374 return jpeg_start_decompress ();
16376 return 0;
16378 _ACEOF
16379 rm -f conftest.$ac_objext conftest$ac_exeext
16380 if { (ac_try="$ac_link"
16381 case "(($ac_try" in
16382 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16383 *) ac_try_echo=$ac_try;;
16384 esac
16385 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16386 (eval "$ac_link") 2>conftest.er1
16387 ac_status=$?
16388 grep -v '^ *+' conftest.er1 >conftest.err
16389 rm -f conftest.er1
16390 cat conftest.err >&5
16391 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16392 (exit $ac_status); } && {
16393 test -z "$ac_c_werror_flag" ||
16394 test ! -s conftest.err
16395 } && test -s conftest$ac_exeext &&
16396 $as_test_x conftest$ac_exeext; then
16397 case "$LIBEXT" in
16398 dll) ;;
16399 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'` ;;
16400 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16401 esac
16402 else
16403 echo "$as_me: failed program was:" >&5
16404 sed 's/^/| /' conftest.$ac_ext >&5
16409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16410 conftest$ac_exeext conftest.$ac_ext
16411 LIBS=$ac_check_soname_save_LIBS
16413 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16414 { echo "$as_me:$LINENO: result: not found" >&5
16415 echo "${ECHO_T}not found" >&6; }
16417 else
16418 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16419 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16421 cat >>confdefs.h <<_ACEOF
16422 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16423 _ACEOF
16429 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16430 case "x$with_jpeg" in
16431 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16432 xno) ;;
16433 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16434 This is an error since --with-jpeg was requested." >&5
16435 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16436 This is an error since --with-jpeg was requested." >&2;}
16437 { (exit 1); exit 1; }; } ;;
16438 esac
16442 if test "$ac_cv_header_png_h" = "yes"
16443 then
16444 { echo "$as_me:$LINENO: checking for -lpng" >&5
16445 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16446 if test "${ac_cv_lib_soname_png+set}" = set; then
16447 echo $ECHO_N "(cached) $ECHO_C" >&6
16448 else
16449 ac_check_soname_save_LIBS=$LIBS
16450 LIBS="-lpng -lm -lz $LIBS"
16451 cat >conftest.$ac_ext <<_ACEOF
16452 /* confdefs.h. */
16453 _ACEOF
16454 cat confdefs.h >>conftest.$ac_ext
16455 cat >>conftest.$ac_ext <<_ACEOF
16456 /* end confdefs.h. */
16458 /* Override any GCC internal prototype to avoid an error.
16459 Use char because int might match the return type of a GCC
16460 builtin and then its argument prototype would still apply. */
16461 #ifdef __cplusplus
16462 extern "C"
16463 #endif
16464 char png_create_read_struct ();
16466 main ()
16468 return png_create_read_struct ();
16470 return 0;
16472 _ACEOF
16473 rm -f conftest.$ac_objext conftest$ac_exeext
16474 if { (ac_try="$ac_link"
16475 case "(($ac_try" in
16476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16477 *) ac_try_echo=$ac_try;;
16478 esac
16479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16480 (eval "$ac_link") 2>conftest.er1
16481 ac_status=$?
16482 grep -v '^ *+' conftest.er1 >conftest.err
16483 rm -f conftest.er1
16484 cat conftest.err >&5
16485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16486 (exit $ac_status); } && {
16487 test -z "$ac_c_werror_flag" ||
16488 test ! -s conftest.err
16489 } && test -s conftest$ac_exeext &&
16490 $as_test_x conftest$ac_exeext; then
16491 case "$LIBEXT" in
16492 dll) ;;
16493 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'` ;;
16494 *) 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'` ;;
16495 esac
16496 else
16497 echo "$as_me: failed program was:" >&5
16498 sed 's/^/| /' conftest.$ac_ext >&5
16503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16504 conftest$ac_exeext conftest.$ac_ext
16505 LIBS=$ac_check_soname_save_LIBS
16507 if test "x$ac_cv_lib_soname_png" = "x"; then
16508 { echo "$as_me:$LINENO: result: not found" >&5
16509 echo "${ECHO_T}not found" >&6; }
16511 else
16512 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16513 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16515 cat >>confdefs.h <<_ACEOF
16516 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16517 _ACEOF
16522 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16523 then
16524 ac_save_CPPFLAGS="$CPPFLAGS"
16525 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16526 $as_unset ac_cv_header_png_h
16528 for ac_header in png.h
16530 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16531 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16532 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16533 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16534 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16535 echo $ECHO_N "(cached) $ECHO_C" >&6
16537 ac_res=`eval echo '${'$as_ac_Header'}'`
16538 { echo "$as_me:$LINENO: result: $ac_res" >&5
16539 echo "${ECHO_T}$ac_res" >&6; }
16540 else
16541 # Is the header compilable?
16542 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16543 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16544 cat >conftest.$ac_ext <<_ACEOF
16545 /* confdefs.h. */
16546 _ACEOF
16547 cat confdefs.h >>conftest.$ac_ext
16548 cat >>conftest.$ac_ext <<_ACEOF
16549 /* end confdefs.h. */
16550 $ac_includes_default
16551 #include <$ac_header>
16552 _ACEOF
16553 rm -f conftest.$ac_objext
16554 if { (ac_try="$ac_compile"
16555 case "(($ac_try" in
16556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16557 *) ac_try_echo=$ac_try;;
16558 esac
16559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16560 (eval "$ac_compile") 2>conftest.er1
16561 ac_status=$?
16562 grep -v '^ *+' conftest.er1 >conftest.err
16563 rm -f conftest.er1
16564 cat conftest.err >&5
16565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16566 (exit $ac_status); } && {
16567 test -z "$ac_c_werror_flag" ||
16568 test ! -s conftest.err
16569 } && test -s conftest.$ac_objext; then
16570 ac_header_compiler=yes
16571 else
16572 echo "$as_me: failed program was:" >&5
16573 sed 's/^/| /' conftest.$ac_ext >&5
16575 ac_header_compiler=no
16578 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16579 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16580 echo "${ECHO_T}$ac_header_compiler" >&6; }
16582 # Is the header present?
16583 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16584 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16585 cat >conftest.$ac_ext <<_ACEOF
16586 /* confdefs.h. */
16587 _ACEOF
16588 cat confdefs.h >>conftest.$ac_ext
16589 cat >>conftest.$ac_ext <<_ACEOF
16590 /* end confdefs.h. */
16591 #include <$ac_header>
16592 _ACEOF
16593 if { (ac_try="$ac_cpp conftest.$ac_ext"
16594 case "(($ac_try" in
16595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16596 *) ac_try_echo=$ac_try;;
16597 esac
16598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16599 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16600 ac_status=$?
16601 grep -v '^ *+' conftest.er1 >conftest.err
16602 rm -f conftest.er1
16603 cat conftest.err >&5
16604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16605 (exit $ac_status); } >/dev/null && {
16606 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16607 test ! -s conftest.err
16608 }; then
16609 ac_header_preproc=yes
16610 else
16611 echo "$as_me: failed program was:" >&5
16612 sed 's/^/| /' conftest.$ac_ext >&5
16614 ac_header_preproc=no
16617 rm -f conftest.err conftest.$ac_ext
16618 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16619 echo "${ECHO_T}$ac_header_preproc" >&6; }
16621 # So? What about this header?
16622 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16623 yes:no: )
16624 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16625 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16626 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16627 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16628 ac_header_preproc=yes
16630 no:yes:* )
16631 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16632 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16633 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16634 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16635 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16636 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16637 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16638 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16639 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16640 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16641 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16642 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16643 ( cat <<\_ASBOX
16644 ## ------------------------------------ ##
16645 ## Report this to wine-devel@winehq.org ##
16646 ## ------------------------------------ ##
16647 _ASBOX
16648 ) | sed "s/^/$as_me: WARNING: /" >&2
16650 esac
16651 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16652 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16653 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16654 echo $ECHO_N "(cached) $ECHO_C" >&6
16655 else
16656 eval "$as_ac_Header=\$ac_header_preproc"
16658 ac_res=`eval echo '${'$as_ac_Header'}'`
16659 { echo "$as_me:$LINENO: result: $ac_res" >&5
16660 echo "${ECHO_T}$ac_res" >&6; }
16663 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16664 cat >>confdefs.h <<_ACEOF
16665 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16666 _ACEOF
16670 done
16672 CPPFLAGS="$ac_save_CPPFLAGS"
16673 if test "$ac_cv_header_png_h" = "yes"
16674 then
16675 PNGINCL="$X_CFLAGS"
16677 { echo "$as_me:$LINENO: checking for -lpng" >&5
16678 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16679 if test "${ac_cv_lib_soname_png+set}" = set; then
16680 echo $ECHO_N "(cached) $ECHO_C" >&6
16681 else
16682 ac_check_soname_save_LIBS=$LIBS
16683 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16684 cat >conftest.$ac_ext <<_ACEOF
16685 /* confdefs.h. */
16686 _ACEOF
16687 cat confdefs.h >>conftest.$ac_ext
16688 cat >>conftest.$ac_ext <<_ACEOF
16689 /* end confdefs.h. */
16691 /* Override any GCC internal prototype to avoid an error.
16692 Use char because int might match the return type of a GCC
16693 builtin and then its argument prototype would still apply. */
16694 #ifdef __cplusplus
16695 extern "C"
16696 #endif
16697 char png_create_read_struct ();
16699 main ()
16701 return png_create_read_struct ();
16703 return 0;
16705 _ACEOF
16706 rm -f conftest.$ac_objext conftest$ac_exeext
16707 if { (ac_try="$ac_link"
16708 case "(($ac_try" in
16709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16710 *) ac_try_echo=$ac_try;;
16711 esac
16712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16713 (eval "$ac_link") 2>conftest.er1
16714 ac_status=$?
16715 grep -v '^ *+' conftest.er1 >conftest.err
16716 rm -f conftest.er1
16717 cat conftest.err >&5
16718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16719 (exit $ac_status); } && {
16720 test -z "$ac_c_werror_flag" ||
16721 test ! -s conftest.err
16722 } && test -s conftest$ac_exeext &&
16723 $as_test_x conftest$ac_exeext; then
16724 case "$LIBEXT" in
16725 dll) ;;
16726 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'` ;;
16727 *) 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'` ;;
16728 esac
16729 else
16730 echo "$as_me: failed program was:" >&5
16731 sed 's/^/| /' conftest.$ac_ext >&5
16736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16737 conftest$ac_exeext conftest.$ac_ext
16738 LIBS=$ac_check_soname_save_LIBS
16740 if test "x$ac_cv_lib_soname_png" = "x"; then
16741 { echo "$as_me:$LINENO: result: not found" >&5
16742 echo "${ECHO_T}not found" >&6; }
16744 else
16745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16746 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16748 cat >>confdefs.h <<_ACEOF
16749 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16750 _ACEOF
16757 if test "x$ac_cv_lib_soname_png" = "x"; then
16758 case "x$with_png" in
16759 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16760 xno) ;;
16761 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16762 This is an error since --with-png was requested." >&5
16763 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16764 This is an error since --with-png was requested." >&2;}
16765 { (exit 1); exit 1; }; } ;;
16766 esac
16770 if test "$ac_cv_header_mpg123_h" = "yes"
16771 then
16772 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
16773 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
16774 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
16775 echo $ECHO_N "(cached) $ECHO_C" >&6
16776 else
16777 ac_check_lib_save_LIBS=$LIBS
16778 LIBS="-lmpg123 $LIBS"
16779 cat >conftest.$ac_ext <<_ACEOF
16780 /* confdefs.h. */
16781 _ACEOF
16782 cat confdefs.h >>conftest.$ac_ext
16783 cat >>conftest.$ac_ext <<_ACEOF
16784 /* end confdefs.h. */
16786 /* Override any GCC internal prototype to avoid an error.
16787 Use char because int might match the return type of a GCC
16788 builtin and then its argument prototype would still apply. */
16789 #ifdef __cplusplus
16790 extern "C"
16791 #endif
16792 char mpg123_feed ();
16794 main ()
16796 return mpg123_feed ();
16798 return 0;
16800 _ACEOF
16801 rm -f conftest.$ac_objext conftest$ac_exeext
16802 if { (ac_try="$ac_link"
16803 case "(($ac_try" in
16804 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16805 *) ac_try_echo=$ac_try;;
16806 esac
16807 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16808 (eval "$ac_link") 2>conftest.er1
16809 ac_status=$?
16810 grep -v '^ *+' conftest.er1 >conftest.err
16811 rm -f conftest.er1
16812 cat conftest.err >&5
16813 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16814 (exit $ac_status); } && {
16815 test -z "$ac_c_werror_flag" ||
16816 test ! -s conftest.err
16817 } && test -s conftest$ac_exeext &&
16818 $as_test_x conftest$ac_exeext; then
16819 ac_cv_lib_mpg123_mpg123_feed=yes
16820 else
16821 echo "$as_me: failed program was:" >&5
16822 sed 's/^/| /' conftest.$ac_ext >&5
16824 ac_cv_lib_mpg123_mpg123_feed=no
16827 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16828 conftest$ac_exeext conftest.$ac_ext
16829 LIBS=$ac_check_lib_save_LIBS
16831 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16832 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16833 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
16834 LIBMPG123="-lmpg123"
16839 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
16840 case "x$with_mpg123" in
16841 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
16842 xno) ;;
16843 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16844 This is an error since --with-mpg123 was requested." >&5
16845 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
16846 This is an error since --with-mpg123 was requested." >&2;}
16847 { (exit 1); exit 1; }; } ;;
16848 esac
16851 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
16853 if test "$ac_cv_header_AL_al_h" = "yes"
16854 then
16855 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
16856 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
16857 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
16858 echo $ECHO_N "(cached) $ECHO_C" >&6
16859 else
16860 ac_check_lib_save_LIBS=$LIBS
16861 LIBS="-lopenal $LIBS"
16862 cat >conftest.$ac_ext <<_ACEOF
16863 /* confdefs.h. */
16864 _ACEOF
16865 cat confdefs.h >>conftest.$ac_ext
16866 cat >>conftest.$ac_ext <<_ACEOF
16867 /* end confdefs.h. */
16869 /* Override any GCC internal prototype to avoid an error.
16870 Use char because int might match the return type of a GCC
16871 builtin and then its argument prototype would still apply. */
16872 #ifdef __cplusplus
16873 extern "C"
16874 #endif
16875 char alGetSource3i ();
16877 main ()
16879 return alGetSource3i ();
16881 return 0;
16883 _ACEOF
16884 rm -f conftest.$ac_objext conftest$ac_exeext
16885 if { (ac_try="$ac_link"
16886 case "(($ac_try" in
16887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16888 *) ac_try_echo=$ac_try;;
16889 esac
16890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16891 (eval "$ac_link") 2>conftest.er1
16892 ac_status=$?
16893 grep -v '^ *+' conftest.er1 >conftest.err
16894 rm -f conftest.er1
16895 cat conftest.err >&5
16896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16897 (exit $ac_status); } && {
16898 test -z "$ac_c_werror_flag" ||
16899 test ! -s conftest.err
16900 } && test -s conftest$ac_exeext &&
16901 $as_test_x conftest$ac_exeext; then
16902 ac_cv_lib_openal_alGetSource3i=yes
16903 else
16904 echo "$as_me: failed program was:" >&5
16905 sed 's/^/| /' conftest.$ac_ext >&5
16907 ac_cv_lib_openal_alGetSource3i=no
16910 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16911 conftest$ac_exeext conftest.$ac_ext
16912 LIBS=$ac_check_lib_save_LIBS
16914 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
16915 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
16916 if test $ac_cv_lib_openal_alGetSource3i = yes; then
16917 LIBOPENAL="-lopenal"
16922 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
16923 case "x$with_openal" in
16924 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
16925 xno) ;;
16926 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16927 This is an error since --with-openal was requested." >&5
16928 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
16929 This is an error since --with-openal was requested." >&2;}
16930 { (exit 1); exit 1; }; } ;;
16931 esac
16934 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
16936 if test "$ac_cv_header_kstat_h" = "yes"
16937 then
16938 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
16939 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
16940 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
16941 echo $ECHO_N "(cached) $ECHO_C" >&6
16942 else
16943 ac_check_lib_save_LIBS=$LIBS
16944 LIBS="-lkstat $LIBS"
16945 cat >conftest.$ac_ext <<_ACEOF
16946 /* confdefs.h. */
16947 _ACEOF
16948 cat confdefs.h >>conftest.$ac_ext
16949 cat >>conftest.$ac_ext <<_ACEOF
16950 /* end confdefs.h. */
16952 /* Override any GCC internal prototype to avoid an error.
16953 Use char because int might match the return type of a GCC
16954 builtin and then its argument prototype would still apply. */
16955 #ifdef __cplusplus
16956 extern "C"
16957 #endif
16958 char kstat_open ();
16960 main ()
16962 return kstat_open ();
16964 return 0;
16966 _ACEOF
16967 rm -f conftest.$ac_objext conftest$ac_exeext
16968 if { (ac_try="$ac_link"
16969 case "(($ac_try" in
16970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16971 *) ac_try_echo=$ac_try;;
16972 esac
16973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16974 (eval "$ac_link") 2>conftest.er1
16975 ac_status=$?
16976 grep -v '^ *+' conftest.er1 >conftest.err
16977 rm -f conftest.er1
16978 cat conftest.err >&5
16979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16980 (exit $ac_status); } && {
16981 test -z "$ac_c_werror_flag" ||
16982 test ! -s conftest.err
16983 } && test -s conftest$ac_exeext &&
16984 $as_test_x conftest$ac_exeext; then
16985 ac_cv_lib_kstat_kstat_open=yes
16986 else
16987 echo "$as_me: failed program was:" >&5
16988 sed 's/^/| /' conftest.$ac_ext >&5
16990 ac_cv_lib_kstat_kstat_open=no
16993 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16994 conftest$ac_exeext conftest.$ac_ext
16995 LIBS=$ac_check_lib_save_LIBS
16997 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
16998 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
16999 if test $ac_cv_lib_kstat_kstat_open = yes; then
17001 cat >>confdefs.h <<\_ACEOF
17002 #define HAVE_LIBKSTAT 1
17003 _ACEOF
17005 LIBKSTAT="-lkstat"
17011 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17012 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17013 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17014 echo $ECHO_N "(cached) $ECHO_C" >&6
17015 else
17016 ac_check_soname_save_LIBS=$LIBS
17017 LIBS="-lodbc $LIBS"
17018 cat >conftest.$ac_ext <<_ACEOF
17019 /* confdefs.h. */
17020 _ACEOF
17021 cat confdefs.h >>conftest.$ac_ext
17022 cat >>conftest.$ac_ext <<_ACEOF
17023 /* end confdefs.h. */
17025 /* Override any GCC internal prototype to avoid an error.
17026 Use char because int might match the return type of a GCC
17027 builtin and then its argument prototype would still apply. */
17028 #ifdef __cplusplus
17029 extern "C"
17030 #endif
17031 char SQLConnect ();
17033 main ()
17035 return SQLConnect ();
17037 return 0;
17039 _ACEOF
17040 rm -f conftest.$ac_objext conftest$ac_exeext
17041 if { (ac_try="$ac_link"
17042 case "(($ac_try" in
17043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17044 *) ac_try_echo=$ac_try;;
17045 esac
17046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17047 (eval "$ac_link") 2>conftest.er1
17048 ac_status=$?
17049 grep -v '^ *+' conftest.er1 >conftest.err
17050 rm -f conftest.er1
17051 cat conftest.err >&5
17052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17053 (exit $ac_status); } && {
17054 test -z "$ac_c_werror_flag" ||
17055 test ! -s conftest.err
17056 } && test -s conftest$ac_exeext &&
17057 $as_test_x conftest$ac_exeext; then
17058 case "$LIBEXT" in
17059 dll) ;;
17060 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'` ;;
17061 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17062 esac
17063 else
17064 echo "$as_me: failed program was:" >&5
17065 sed 's/^/| /' conftest.$ac_ext >&5
17070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17071 conftest$ac_exeext conftest.$ac_ext
17072 LIBS=$ac_check_soname_save_LIBS
17074 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17075 { echo "$as_me:$LINENO: result: not found" >&5
17076 echo "${ECHO_T}not found" >&6; }
17077 cat >>confdefs.h <<_ACEOF
17078 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17079 _ACEOF
17081 else
17082 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17083 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17085 cat >>confdefs.h <<_ACEOF
17086 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17087 _ACEOF
17093 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17094 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17095 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17096 "$ac_cv_header_soundcard_h" != "yes" -a \
17097 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17098 then
17099 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17103 EXTRACFLAGS=""
17105 if test "x${GCC}" = "xyes"
17106 then
17107 EXTRACFLAGS="-Wall -pipe"
17109 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17110 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17111 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17112 echo $ECHO_N "(cached) $ECHO_C" >&6
17113 else
17114 if test "$cross_compiling" = yes; then
17115 ac_cv_c_gcc_strength_bug="yes"
17116 else
17117 cat >conftest.$ac_ext <<_ACEOF
17118 /* confdefs.h. */
17119 _ACEOF
17120 cat confdefs.h >>conftest.$ac_ext
17121 cat >>conftest.$ac_ext <<_ACEOF
17122 /* end confdefs.h. */
17123 int L[4] = {0,1,2,3};
17125 main ()
17127 static int Array[3];
17128 unsigned int B = 3;
17129 int i;
17130 for(i=0; i<B; i++) Array[i] = i - 3;
17131 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17132 L[i] = 4;
17133 return (Array[1] != -2 || L[2] != 3)
17135 return 0;
17137 _ACEOF
17138 rm -f conftest$ac_exeext
17139 if { (ac_try="$ac_link"
17140 case "(($ac_try" in
17141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17142 *) ac_try_echo=$ac_try;;
17143 esac
17144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17145 (eval "$ac_link") 2>&5
17146 ac_status=$?
17147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17148 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17149 { (case "(($ac_try" in
17150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17151 *) ac_try_echo=$ac_try;;
17152 esac
17153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17154 (eval "$ac_try") 2>&5
17155 ac_status=$?
17156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17157 (exit $ac_status); }; }; then
17158 ac_cv_c_gcc_strength_bug="no"
17159 else
17160 echo "$as_me: program exited with status $ac_status" >&5
17161 echo "$as_me: failed program was:" >&5
17162 sed 's/^/| /' conftest.$ac_ext >&5
17164 ( exit $ac_status )
17165 ac_cv_c_gcc_strength_bug="yes"
17167 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17172 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17173 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17174 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17175 then
17176 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17179 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17180 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17181 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17182 echo $ECHO_N "(cached) $ECHO_C" >&6
17183 else
17184 ac_wine_try_cflags_saved=$CFLAGS
17185 CFLAGS="$CFLAGS -fno-builtin"
17186 cat >conftest.$ac_ext <<_ACEOF
17187 /* confdefs.h. */
17188 _ACEOF
17189 cat confdefs.h >>conftest.$ac_ext
17190 cat >>conftest.$ac_ext <<_ACEOF
17191 /* end confdefs.h. */
17192 int main(int argc, char *argv) { return 0; }
17193 _ACEOF
17194 rm -f conftest.$ac_objext conftest$ac_exeext
17195 if { (ac_try="$ac_link"
17196 case "(($ac_try" in
17197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17198 *) ac_try_echo=$ac_try;;
17199 esac
17200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17201 (eval "$ac_link") 2>conftest.er1
17202 ac_status=$?
17203 grep -v '^ *+' conftest.er1 >conftest.err
17204 rm -f conftest.er1
17205 cat conftest.err >&5
17206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17207 (exit $ac_status); } && {
17208 test -z "$ac_c_werror_flag" ||
17209 test ! -s conftest.err
17210 } && test -s conftest$ac_exeext &&
17211 $as_test_x conftest$ac_exeext; then
17212 ac_cv_cflags__fno_builtin=yes
17213 else
17214 echo "$as_me: failed program was:" >&5
17215 sed 's/^/| /' conftest.$ac_ext >&5
17217 ac_cv_cflags__fno_builtin=no
17220 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17221 conftest$ac_exeext conftest.$ac_ext
17222 CFLAGS=$ac_wine_try_cflags_saved
17224 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17225 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17226 if test $ac_cv_cflags__fno_builtin = yes; then
17227 BUILTINFLAG="-fno-builtin"
17231 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17232 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17233 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17234 echo $ECHO_N "(cached) $ECHO_C" >&6
17235 else
17236 ac_wine_try_cflags_saved=$CFLAGS
17237 CFLAGS="$CFLAGS -fno-strict-aliasing"
17238 cat >conftest.$ac_ext <<_ACEOF
17239 /* confdefs.h. */
17240 _ACEOF
17241 cat confdefs.h >>conftest.$ac_ext
17242 cat >>conftest.$ac_ext <<_ACEOF
17243 /* end confdefs.h. */
17244 int main(int argc, char *argv) { return 0; }
17245 _ACEOF
17246 rm -f conftest.$ac_objext conftest$ac_exeext
17247 if { (ac_try="$ac_link"
17248 case "(($ac_try" in
17249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17250 *) ac_try_echo=$ac_try;;
17251 esac
17252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17253 (eval "$ac_link") 2>conftest.er1
17254 ac_status=$?
17255 grep -v '^ *+' conftest.er1 >conftest.err
17256 rm -f conftest.er1
17257 cat conftest.err >&5
17258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17259 (exit $ac_status); } && {
17260 test -z "$ac_c_werror_flag" ||
17261 test ! -s conftest.err
17262 } && test -s conftest$ac_exeext &&
17263 $as_test_x conftest$ac_exeext; then
17264 ac_cv_cflags__fno_strict_aliasing=yes
17265 else
17266 echo "$as_me: failed program was:" >&5
17267 sed 's/^/| /' conftest.$ac_ext >&5
17269 ac_cv_cflags__fno_strict_aliasing=no
17272 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17273 conftest$ac_exeext conftest.$ac_ext
17274 CFLAGS=$ac_wine_try_cflags_saved
17276 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17277 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17278 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17279 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17282 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17283 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17284 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17285 echo $ECHO_N "(cached) $ECHO_C" >&6
17286 else
17287 ac_wine_try_cflags_saved=$CFLAGS
17288 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17289 cat >conftest.$ac_ext <<_ACEOF
17290 /* confdefs.h. */
17291 _ACEOF
17292 cat confdefs.h >>conftest.$ac_ext
17293 cat >>conftest.$ac_ext <<_ACEOF
17294 /* end confdefs.h. */
17295 int main(int argc, char *argv) { return 0; }
17296 _ACEOF
17297 rm -f conftest.$ac_objext conftest$ac_exeext
17298 if { (ac_try="$ac_link"
17299 case "(($ac_try" in
17300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17301 *) ac_try_echo=$ac_try;;
17302 esac
17303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17304 (eval "$ac_link") 2>conftest.er1
17305 ac_status=$?
17306 grep -v '^ *+' conftest.er1 >conftest.err
17307 rm -f conftest.er1
17308 cat conftest.err >&5
17309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17310 (exit $ac_status); } && {
17311 test -z "$ac_c_werror_flag" ||
17312 test ! -s conftest.err
17313 } && test -s conftest$ac_exeext &&
17314 $as_test_x conftest$ac_exeext; then
17315 ac_cv_cflags__Wdeclaration_after_statement=yes
17316 else
17317 echo "$as_me: failed program was:" >&5
17318 sed 's/^/| /' conftest.$ac_ext >&5
17320 ac_cv_cflags__Wdeclaration_after_statement=no
17323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17324 conftest$ac_exeext conftest.$ac_ext
17325 CFLAGS=$ac_wine_try_cflags_saved
17327 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17328 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17329 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17330 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17333 { echo "$as_me:$LINENO: checking whether the compiler supports -Wstrict-prototypes" >&5
17334 echo $ECHO_N "checking whether the compiler supports -Wstrict-prototypes... $ECHO_C" >&6; }
17335 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then
17336 echo $ECHO_N "(cached) $ECHO_C" >&6
17337 else
17338 ac_wine_try_cflags_saved=$CFLAGS
17339 CFLAGS="$CFLAGS -Wstrict-prototypes"
17340 cat >conftest.$ac_ext <<_ACEOF
17341 /* confdefs.h. */
17342 _ACEOF
17343 cat confdefs.h >>conftest.$ac_ext
17344 cat >>conftest.$ac_ext <<_ACEOF
17345 /* end confdefs.h. */
17346 int main(int argc, char *argv) { return 0; }
17347 _ACEOF
17348 rm -f conftest.$ac_objext conftest$ac_exeext
17349 if { (ac_try="$ac_link"
17350 case "(($ac_try" in
17351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17352 *) ac_try_echo=$ac_try;;
17353 esac
17354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext &&
17365 $as_test_x conftest$ac_exeext; then
17366 ac_cv_cflags__Wstrict_prototypes=yes
17367 else
17368 echo "$as_me: failed program was:" >&5
17369 sed 's/^/| /' conftest.$ac_ext >&5
17371 ac_cv_cflags__Wstrict_prototypes=no
17374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17375 conftest$ac_exeext conftest.$ac_ext
17376 CFLAGS=$ac_wine_try_cflags_saved
17378 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17379 echo "${ECHO_T}$ac_cv_cflags__Wstrict_prototypes" >&6; }
17380 if test $ac_cv_cflags__Wstrict_prototypes = yes; then
17381 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17384 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17385 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17386 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17387 echo $ECHO_N "(cached) $ECHO_C" >&6
17388 else
17389 ac_wine_try_cflags_saved=$CFLAGS
17390 CFLAGS="$CFLAGS -Wtype-limits"
17391 cat >conftest.$ac_ext <<_ACEOF
17392 /* confdefs.h. */
17393 _ACEOF
17394 cat confdefs.h >>conftest.$ac_ext
17395 cat >>conftest.$ac_ext <<_ACEOF
17396 /* end confdefs.h. */
17397 int main(int argc, char *argv) { return 0; }
17398 _ACEOF
17399 rm -f conftest.$ac_objext conftest$ac_exeext
17400 if { (ac_try="$ac_link"
17401 case "(($ac_try" in
17402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17403 *) ac_try_echo=$ac_try;;
17404 esac
17405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17406 (eval "$ac_link") 2>conftest.er1
17407 ac_status=$?
17408 grep -v '^ *+' conftest.er1 >conftest.err
17409 rm -f conftest.er1
17410 cat conftest.err >&5
17411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17412 (exit $ac_status); } && {
17413 test -z "$ac_c_werror_flag" ||
17414 test ! -s conftest.err
17415 } && test -s conftest$ac_exeext &&
17416 $as_test_x conftest$ac_exeext; then
17417 ac_cv_cflags__Wtype_limits=yes
17418 else
17419 echo "$as_me: failed program was:" >&5
17420 sed 's/^/| /' conftest.$ac_ext >&5
17422 ac_cv_cflags__Wtype_limits=no
17425 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17426 conftest$ac_exeext conftest.$ac_ext
17427 CFLAGS=$ac_wine_try_cflags_saved
17429 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17430 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17431 if test $ac_cv_cflags__Wtype_limits = yes; then
17432 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17435 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17436 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17437 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17438 echo $ECHO_N "(cached) $ECHO_C" >&6
17439 else
17440 ac_wine_try_cflags_saved=$CFLAGS
17441 CFLAGS="$CFLAGS -Wwrite-strings"
17442 cat >conftest.$ac_ext <<_ACEOF
17443 /* confdefs.h. */
17444 _ACEOF
17445 cat confdefs.h >>conftest.$ac_ext
17446 cat >>conftest.$ac_ext <<_ACEOF
17447 /* end confdefs.h. */
17448 int main(int argc, char *argv) { return 0; }
17449 _ACEOF
17450 rm -f conftest.$ac_objext conftest$ac_exeext
17451 if { (ac_try="$ac_link"
17452 case "(($ac_try" in
17453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17454 *) ac_try_echo=$ac_try;;
17455 esac
17456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17457 (eval "$ac_link") 2>conftest.er1
17458 ac_status=$?
17459 grep -v '^ *+' conftest.er1 >conftest.err
17460 rm -f conftest.er1
17461 cat conftest.err >&5
17462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17463 (exit $ac_status); } && {
17464 test -z "$ac_c_werror_flag" ||
17465 test ! -s conftest.err
17466 } && test -s conftest$ac_exeext &&
17467 $as_test_x conftest$ac_exeext; then
17468 ac_cv_cflags__Wwrite_strings=yes
17469 else
17470 echo "$as_me: failed program was:" >&5
17471 sed 's/^/| /' conftest.$ac_ext >&5
17473 ac_cv_cflags__Wwrite_strings=no
17476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17477 conftest$ac_exeext conftest.$ac_ext
17478 CFLAGS=$ac_wine_try_cflags_saved
17480 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17481 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17482 if test $ac_cv_cflags__Wwrite_strings = yes; then
17483 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17487 saved_CFLAGS="$CFLAGS"
17488 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17489 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17490 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17491 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17492 echo $ECHO_N "(cached) $ECHO_C" >&6
17493 else
17494 cat >conftest.$ac_ext <<_ACEOF
17495 /* confdefs.h. */
17496 _ACEOF
17497 cat confdefs.h >>conftest.$ac_ext
17498 cat >>conftest.$ac_ext <<_ACEOF
17499 /* end confdefs.h. */
17500 #include <string.h>
17502 main ()
17506 return 0;
17508 _ACEOF
17509 rm -f conftest.$ac_objext
17510 if { (ac_try="$ac_compile"
17511 case "(($ac_try" in
17512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17513 *) ac_try_echo=$ac_try;;
17514 esac
17515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17516 (eval "$ac_compile") 2>conftest.er1
17517 ac_status=$?
17518 grep -v '^ *+' conftest.er1 >conftest.err
17519 rm -f conftest.er1
17520 cat conftest.err >&5
17521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17522 (exit $ac_status); } && {
17523 test -z "$ac_c_werror_flag" ||
17524 test ! -s conftest.err
17525 } && test -s conftest.$ac_objext; then
17526 ac_cv_c_string_h_warnings=no
17527 else
17528 echo "$as_me: failed program was:" >&5
17529 sed 's/^/| /' conftest.$ac_ext >&5
17531 ac_cv_c_string_h_warnings=yes
17534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17536 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17537 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17538 CFLAGS="$saved_CFLAGS"
17539 if test "$ac_cv_c_string_h_warnings" = "no"
17540 then
17541 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17544 if test "${enable_maintainer_mode+set}" = set
17545 then
17546 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17547 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17548 if test "${ac_cv_cflags__Werror+set}" = set; then
17549 echo $ECHO_N "(cached) $ECHO_C" >&6
17550 else
17551 ac_wine_try_cflags_saved=$CFLAGS
17552 CFLAGS="$CFLAGS -Werror"
17553 cat >conftest.$ac_ext <<_ACEOF
17554 /* confdefs.h. */
17555 _ACEOF
17556 cat confdefs.h >>conftest.$ac_ext
17557 cat >>conftest.$ac_ext <<_ACEOF
17558 /* end confdefs.h. */
17559 int main(int argc, char *argv) { return 0; }
17560 _ACEOF
17561 rm -f conftest.$ac_objext conftest$ac_exeext
17562 if { (ac_try="$ac_link"
17563 case "(($ac_try" in
17564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17565 *) ac_try_echo=$ac_try;;
17566 esac
17567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17568 (eval "$ac_link") 2>conftest.er1
17569 ac_status=$?
17570 grep -v '^ *+' conftest.er1 >conftest.err
17571 rm -f conftest.er1
17572 cat conftest.err >&5
17573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17574 (exit $ac_status); } && {
17575 test -z "$ac_c_werror_flag" ||
17576 test ! -s conftest.err
17577 } && test -s conftest$ac_exeext &&
17578 $as_test_x conftest$ac_exeext; then
17579 ac_cv_cflags__Werror=yes
17580 else
17581 echo "$as_me: failed program was:" >&5
17582 sed 's/^/| /' conftest.$ac_ext >&5
17584 ac_cv_cflags__Werror=no
17587 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17588 conftest$ac_exeext conftest.$ac_ext
17589 CFLAGS=$ac_wine_try_cflags_saved
17591 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17592 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17593 if test $ac_cv_cflags__Werror = yes; then
17594 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17599 saved_CFLAGS="$CFLAGS"
17600 CFLAGS="$CFLAGS -Werror"
17601 { echo "$as_me:$LINENO: checking for ms_hook_prologue attribute" >&5
17602 echo $ECHO_N "checking for ms_hook_prologue attribute... $ECHO_C" >&6; }
17603 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then
17604 echo $ECHO_N "(cached) $ECHO_C" >&6
17605 else
17606 cat >conftest.$ac_ext <<_ACEOF
17607 /* confdefs.h. */
17608 _ACEOF
17609 cat confdefs.h >>conftest.$ac_ext
17610 cat >>conftest.$ac_ext <<_ACEOF
17611 /* end confdefs.h. */
17612 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
17614 main ()
17618 return 0;
17620 _ACEOF
17621 rm -f conftest.$ac_objext
17622 if { (ac_try="$ac_compile"
17623 case "(($ac_try" in
17624 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17625 *) ac_try_echo=$ac_try;;
17626 esac
17627 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17628 (eval "$ac_compile") 2>conftest.er1
17629 ac_status=$?
17630 grep -v '^ *+' conftest.er1 >conftest.err
17631 rm -f conftest.er1
17632 cat conftest.err >&5
17633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17634 (exit $ac_status); } && {
17635 test -z "$ac_c_werror_flag" ||
17636 test ! -s conftest.err
17637 } && test -s conftest.$ac_objext; then
17638 ac_cv_have_ms_hook_prologue="yes"
17639 else
17640 echo "$as_me: failed program was:" >&5
17641 sed 's/^/| /' conftest.$ac_ext >&5
17643 ac_cv_have_ms_hook_prologue="no"
17646 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17648 { echo "$as_me:$LINENO: result: $ac_cv_have_ms_hook_prologue" >&5
17649 echo "${ECHO_T}$ac_cv_have_ms_hook_prologue" >&6; }
17650 CFLAGS="$saved_CFLAGS"
17651 if test "$ac_cv_have_ms_hook_prologue" = "yes"
17652 then
17654 cat >>confdefs.h <<\_ACEOF
17655 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))
17656 _ACEOF
17658 else
17659 cat >>confdefs.h <<\_ACEOF
17660 #define DECLSPEC_HOTPATCH /* */
17661 _ACEOF
17667 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17668 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17669 if test "${ac_cv_c_extern_prefix+set}" = set; then
17670 echo $ECHO_N "(cached) $ECHO_C" >&6
17671 else
17672 cat >conftest.$ac_ext <<_ACEOF
17673 /* confdefs.h. */
17674 _ACEOF
17675 cat confdefs.h >>conftest.$ac_ext
17676 cat >>conftest.$ac_ext <<_ACEOF
17677 /* end confdefs.h. */
17678 extern int ac_test;
17680 main ()
17682 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17684 return 0;
17686 _ACEOF
17687 rm -f conftest.$ac_objext conftest$ac_exeext
17688 if { (ac_try="$ac_link"
17689 case "(($ac_try" in
17690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17691 *) ac_try_echo=$ac_try;;
17692 esac
17693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17694 (eval "$ac_link") 2>conftest.er1
17695 ac_status=$?
17696 grep -v '^ *+' conftest.er1 >conftest.err
17697 rm -f conftest.er1
17698 cat conftest.err >&5
17699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17700 (exit $ac_status); } && {
17701 test -z "$ac_c_werror_flag" ||
17702 test ! -s conftest.err
17703 } && test -s conftest$ac_exeext &&
17704 $as_test_x conftest$ac_exeext; then
17705 ac_cv_c_extern_prefix="yes"
17706 else
17707 echo "$as_me: failed program was:" >&5
17708 sed 's/^/| /' conftest.$ac_ext >&5
17710 ac_cv_c_extern_prefix="no"
17713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17714 conftest$ac_exeext conftest.$ac_ext
17716 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17717 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17719 case $host_cpu in
17720 *i[3456789]86*)
17721 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17722 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17723 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17724 echo $ECHO_N "(cached) $ECHO_C" >&6
17725 else
17726 cat >conftest.$ac_ext <<_ACEOF
17727 /* confdefs.h. */
17728 _ACEOF
17729 cat confdefs.h >>conftest.$ac_ext
17730 cat >>conftest.$ac_ext <<_ACEOF
17731 /* end confdefs.h. */
17732 #ifndef _MSC_VER
17733 #define __stdcall __attribute__((__stdcall__))
17734 #endif
17735 int __stdcall ac_test(int i) { return i; }
17737 main ()
17739 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17741 return 0;
17743 _ACEOF
17744 rm -f conftest.$ac_objext conftest$ac_exeext
17745 if { (ac_try="$ac_link"
17746 case "(($ac_try" in
17747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17748 *) ac_try_echo=$ac_try;;
17749 esac
17750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17751 (eval "$ac_link") 2>conftest.er1
17752 ac_status=$?
17753 grep -v '^ *+' conftest.er1 >conftest.err
17754 rm -f conftest.er1
17755 cat conftest.err >&5
17756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17757 (exit $ac_status); } && {
17758 test -z "$ac_c_werror_flag" ||
17759 test ! -s conftest.err
17760 } && test -s conftest$ac_exeext &&
17761 $as_test_x conftest$ac_exeext; then
17762 ac_cv_c_stdcall_suffix="yes"
17763 else
17764 echo "$as_me: failed program was:" >&5
17765 sed 's/^/| /' conftest.$ac_ext >&5
17767 ac_cv_c_stdcall_suffix="no"
17770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17771 conftest$ac_exeext conftest.$ac_ext
17773 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17774 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17775 *) ac_cv_c_stdcall_suffix="no" ;;
17776 esac
17780 if test "$ac_cv_c_extern_prefix" = "yes"
17781 then
17782 cat >>confdefs.h <<\_ACEOF
17783 #define __ASM_NAME(name) "_" name
17784 _ACEOF
17786 asm_name_prefix="_"
17787 else
17788 cat >>confdefs.h <<\_ACEOF
17789 #define __ASM_NAME(name) name
17790 _ACEOF
17792 asm_name_prefix=""
17797 if test "$ac_cv_c_stdcall_suffix" = "yes"
17798 then
17799 cat >>confdefs.h <<\_ACEOF
17800 #define __ASM_STDCALL(args) "@" #args
17801 _ACEOF
17803 else
17804 cat >>confdefs.h <<\_ACEOF
17805 #define __ASM_STDCALL(args) ""
17806 _ACEOF
17811 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17812 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17813 if test "${ac_cv_asm_func_def+set}" = set; then
17814 echo $ECHO_N "(cached) $ECHO_C" >&6
17815 else
17816 cat >conftest.$ac_ext <<_ACEOF
17817 /* confdefs.h. */
17818 _ACEOF
17819 cat confdefs.h >>conftest.$ac_ext
17820 cat >>conftest.$ac_ext <<_ACEOF
17821 /* end confdefs.h. */
17824 main ()
17826 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17828 return 0;
17830 _ACEOF
17831 rm -f conftest.$ac_objext conftest$ac_exeext
17832 if { (ac_try="$ac_link"
17833 case "(($ac_try" in
17834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17835 *) ac_try_echo=$ac_try;;
17836 esac
17837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17838 (eval "$ac_link") 2>conftest.er1
17839 ac_status=$?
17840 grep -v '^ *+' conftest.er1 >conftest.err
17841 rm -f conftest.er1
17842 cat conftest.err >&5
17843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17844 (exit $ac_status); } && {
17845 test -z "$ac_c_werror_flag" ||
17846 test ! -s conftest.err
17847 } && test -s conftest$ac_exeext &&
17848 $as_test_x conftest$ac_exeext; then
17849 ac_cv_asm_func_def=".def"
17850 else
17851 echo "$as_me: failed program was:" >&5
17852 sed 's/^/| /' conftest.$ac_ext >&5
17854 cat >conftest.$ac_ext <<_ACEOF
17855 /* confdefs.h. */
17856 _ACEOF
17857 cat confdefs.h >>conftest.$ac_ext
17858 cat >>conftest.$ac_ext <<_ACEOF
17859 /* end confdefs.h. */
17862 main ()
17864 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
17866 return 0;
17868 _ACEOF
17869 rm -f conftest.$ac_objext conftest$ac_exeext
17870 if { (ac_try="$ac_link"
17871 case "(($ac_try" in
17872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17873 *) ac_try_echo=$ac_try;;
17874 esac
17875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17876 (eval "$ac_link") 2>conftest.er1
17877 ac_status=$?
17878 grep -v '^ *+' conftest.er1 >conftest.err
17879 rm -f conftest.er1
17880 cat conftest.err >&5
17881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17882 (exit $ac_status); } && {
17883 test -z "$ac_c_werror_flag" ||
17884 test ! -s conftest.err
17885 } && test -s conftest$ac_exeext &&
17886 $as_test_x conftest$ac_exeext; then
17887 ac_cv_asm_func_def=".type @function"
17888 else
17889 echo "$as_me: failed program was:" >&5
17890 sed 's/^/| /' conftest.$ac_ext >&5
17892 cat >conftest.$ac_ext <<_ACEOF
17893 /* confdefs.h. */
17894 _ACEOF
17895 cat confdefs.h >>conftest.$ac_ext
17896 cat >>conftest.$ac_ext <<_ACEOF
17897 /* end confdefs.h. */
17900 main ()
17902 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17904 return 0;
17906 _ACEOF
17907 rm -f conftest.$ac_objext conftest$ac_exeext
17908 if { (ac_try="$ac_link"
17909 case "(($ac_try" in
17910 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17911 *) ac_try_echo=$ac_try;;
17912 esac
17913 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17914 (eval "$ac_link") 2>conftest.er1
17915 ac_status=$?
17916 grep -v '^ *+' conftest.er1 >conftest.err
17917 rm -f conftest.er1
17918 cat conftest.err >&5
17919 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17920 (exit $ac_status); } && {
17921 test -z "$ac_c_werror_flag" ||
17922 test ! -s conftest.err
17923 } && test -s conftest$ac_exeext &&
17924 $as_test_x conftest$ac_exeext; then
17925 ac_cv_asm_func_def=".type 2"
17926 else
17927 echo "$as_me: failed program was:" >&5
17928 sed 's/^/| /' conftest.$ac_ext >&5
17930 ac_cv_asm_func_def="unknown"
17933 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17934 conftest$ac_exeext conftest.$ac_ext
17937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17938 conftest$ac_exeext conftest.$ac_ext
17941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17942 conftest$ac_exeext conftest.$ac_ext
17944 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17945 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17949 case "$ac_cv_asm_func_def" in
17950 ".def")
17951 cat >>confdefs.h <<\_ACEOF
17952 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17953 _ACEOF
17955 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
17956 ".type @function")
17957 cat >>confdefs.h <<\_ACEOF
17958 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17959 _ACEOF
17961 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
17962 ".type 2")
17963 cat >>confdefs.h <<\_ACEOF
17964 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17965 _ACEOF
17967 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
17969 cat >>confdefs.h <<\_ACEOF
17970 #define __ASM_FUNC(name) ""
17971 _ACEOF
17973 asm_func_header="" ;;
17974 esac
17976 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
17977 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
17978 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
17979 echo $ECHO_N "(cached) $ECHO_C" >&6
17980 else
17981 cat >conftest.$ac_ext <<_ACEOF
17982 /* confdefs.h. */
17983 _ACEOF
17984 cat confdefs.h >>conftest.$ac_ext
17985 cat >>conftest.$ac_ext <<_ACEOF
17986 /* end confdefs.h. */
17987 asm(".text\n\t.long 0");
17989 main ()
17993 return 0;
17995 _ACEOF
17996 rm -f conftest.$ac_objext
17997 if { (ac_try="$ac_compile"
17998 case "(($ac_try" in
17999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18000 *) ac_try_echo=$ac_try;;
18001 esac
18002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18003 (eval "$ac_compile") 2>conftest.er1
18004 ac_status=$?
18005 grep -v '^ *+' conftest.er1 >conftest.err
18006 rm -f conftest.er1
18007 cat conftest.err >&5
18008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18009 (exit $ac_status); } && {
18010 test -z "$ac_c_werror_flag" ||
18011 test ! -s conftest.err
18012 } && test -s conftest.$ac_objext; then
18013 ac_cv_c_asm_outside_funcs="yes"
18014 else
18015 echo "$as_me: failed program was:" >&5
18016 sed 's/^/| /' conftest.$ac_ext >&5
18018 ac_cv_c_asm_outside_funcs="no"
18021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18023 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18024 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18026 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18027 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18028 if test "${ac_cv_c_dot_previous+set}" = set; then
18029 echo $ECHO_N "(cached) $ECHO_C" >&6
18030 else
18031 cat >conftest.$ac_ext <<_ACEOF
18032 /* confdefs.h. */
18033 _ACEOF
18034 cat confdefs.h >>conftest.$ac_ext
18035 cat >>conftest.$ac_ext <<_ACEOF
18036 /* end confdefs.h. */
18039 main ()
18041 asm(".text\nac_test:\t.long 0\n\t.previous");
18043 return 0;
18045 _ACEOF
18046 rm -f conftest.$ac_objext conftest$ac_exeext
18047 if { (ac_try="$ac_link"
18048 case "(($ac_try" in
18049 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18050 *) ac_try_echo=$ac_try;;
18051 esac
18052 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18053 (eval "$ac_link") 2>conftest.er1
18054 ac_status=$?
18055 grep -v '^ *+' conftest.er1 >conftest.err
18056 rm -f conftest.er1
18057 cat conftest.err >&5
18058 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18059 (exit $ac_status); } && {
18060 test -z "$ac_c_werror_flag" ||
18061 test ! -s conftest.err
18062 } && test -s conftest$ac_exeext &&
18063 $as_test_x conftest$ac_exeext; then
18064 ac_cv_c_dot_previous="yes"
18065 else
18066 echo "$as_me: failed program was:" >&5
18067 sed 's/^/| /' conftest.$ac_ext >&5
18069 ac_cv_c_dot_previous="no"
18072 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18073 conftest$ac_exeext conftest.$ac_ext
18075 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18076 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18078 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18079 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18080 if test "${ac_cv_c_cfi_support+set}" = set; then
18081 echo $ECHO_N "(cached) $ECHO_C" >&6
18082 else
18083 cat >conftest.$ac_ext <<_ACEOF
18084 /* confdefs.h. */
18085 _ACEOF
18086 cat confdefs.h >>conftest.$ac_ext
18087 cat >>conftest.$ac_ext <<_ACEOF
18088 /* end confdefs.h. */
18089 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18091 main ()
18095 return 0;
18097 _ACEOF
18098 rm -f conftest.$ac_objext
18099 if { (ac_try="$ac_compile"
18100 case "(($ac_try" in
18101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18102 *) ac_try_echo=$ac_try;;
18103 esac
18104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18105 (eval "$ac_compile") 2>conftest.er1
18106 ac_status=$?
18107 grep -v '^ *+' conftest.er1 >conftest.err
18108 rm -f conftest.er1
18109 cat conftest.err >&5
18110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18111 (exit $ac_status); } && {
18112 test -z "$ac_c_werror_flag" ||
18113 test ! -s conftest.err
18114 } && test -s conftest.$ac_objext; then
18115 ac_cv_c_cfi_support="yes"
18116 else
18117 echo "$as_me: failed program was:" >&5
18118 sed 's/^/| /' conftest.$ac_ext >&5
18120 ac_cv_c_cfi_support="no"
18123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18125 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18126 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18128 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18129 asm_func_trailer=""
18130 if test "$ac_cv_c_dot_previous" = "yes"
18131 then
18132 asm_func_trailer="\\n\\t.previous"
18134 if test "$ac_cv_c_cfi_support" = "yes"
18135 then
18136 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18137 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18139 cat >>confdefs.h <<\_ACEOF
18140 #define __ASM_CFI(str) str
18141 _ACEOF
18143 else
18144 cat >>confdefs.h <<\_ACEOF
18145 #define __ASM_CFI(str) ""
18146 _ACEOF
18150 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18154 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18155 then
18156 cat >>confdefs.h <<_ACEOF
18157 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18158 _ACEOF
18160 else
18161 cat >>confdefs.h <<_ACEOF
18162 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18163 _ACEOF
18167 cat >>confdefs.h <<\_ACEOF
18168 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18169 _ACEOF
18172 cat >>confdefs.h <<\_ACEOF
18173 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18174 _ACEOF
18178 LDPATH=""
18180 case $build_os in
18181 cygwin*|mingw32*)
18182 TOOLSEXT=".exe"
18184 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18186 darwin*|macosx*)
18189 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18191 esac
18193 case $host_os in
18194 mingw32*)
18195 CRTLIBS="-lmsvcrt"
18197 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18200 esac
18202 MAIN_BINARY="wine"
18204 test -z "$with_wine64" || MAIN_BINARY="wine32"
18206 case $host_cpu in
18207 *i[3456789]86*)
18208 case $host_os in
18209 linux*)
18210 EXTRA_BINARIES="wine-preloader"
18212 esac
18214 esac
18217 ac_save_CFLAGS="$CFLAGS"
18218 CFLAGS="$CFLAGS $BUILTINFLAG"
18291 for ac_func in \
18292 _pclose \
18293 _popen \
18294 _snprintf \
18295 _spawnvp \
18296 _strdup \
18297 _stricmp \
18298 _strnicmp \
18299 _strtoi64 \
18300 _strtoui64 \
18301 _vsnprintf \
18302 asctime_r \
18303 chsize \
18304 dlopen \
18305 epoll_create \
18306 ffs \
18307 finite \
18308 fnmatch \
18309 fork \
18310 fpclass \
18311 fstatfs \
18312 fstatvfs \
18313 ftruncate \
18314 futimes \
18315 futimesat \
18316 getdirentries \
18317 getopt_long \
18318 getpagesize \
18319 getpwuid \
18320 gettid \
18321 gettimeofday \
18322 getuid \
18323 kqueue \
18324 lstat \
18325 memmove \
18326 mmap \
18327 pclose \
18328 pipe2 \
18329 poll \
18330 popen \
18331 port_create \
18332 prctl \
18333 pread \
18334 pwrite \
18335 readdir \
18336 readlink \
18337 sched_setaffinity \
18338 sched_yield \
18339 select \
18340 setproctitle \
18341 setrlimit \
18342 settimeofday \
18343 sigaltstack \
18344 sigprocmask \
18345 snprintf \
18346 spawnvp \
18347 statfs \
18348 statvfs \
18349 strcasecmp \
18350 strdup \
18351 strerror \
18352 strncasecmp \
18353 strtold \
18354 strtoll \
18355 strtoull \
18356 symlink \
18357 tcgetattr \
18358 thr_kill2 \
18359 timegm \
18360 usleep \
18361 vsnprintf \
18362 wait4 \
18363 waitpid \
18366 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18367 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18368 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18369 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18370 echo $ECHO_N "(cached) $ECHO_C" >&6
18371 else
18372 cat >conftest.$ac_ext <<_ACEOF
18373 /* confdefs.h. */
18374 _ACEOF
18375 cat confdefs.h >>conftest.$ac_ext
18376 cat >>conftest.$ac_ext <<_ACEOF
18377 /* end confdefs.h. */
18378 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18379 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18380 #define $ac_func innocuous_$ac_func
18382 /* System header to define __stub macros and hopefully few prototypes,
18383 which can conflict with char $ac_func (); below.
18384 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18385 <limits.h> exists even on freestanding compilers. */
18387 #ifdef __STDC__
18388 # include <limits.h>
18389 #else
18390 # include <assert.h>
18391 #endif
18393 #undef $ac_func
18395 /* Override any GCC internal prototype to avoid an error.
18396 Use char because int might match the return type of a GCC
18397 builtin and then its argument prototype would still apply. */
18398 #ifdef __cplusplus
18399 extern "C"
18400 #endif
18401 char $ac_func ();
18402 /* The GNU C library defines this for functions which it implements
18403 to always fail with ENOSYS. Some functions are actually named
18404 something starting with __ and the normal name is an alias. */
18405 #if defined __stub_$ac_func || defined __stub___$ac_func
18406 choke me
18407 #endif
18410 main ()
18412 return $ac_func ();
18414 return 0;
18416 _ACEOF
18417 rm -f conftest.$ac_objext conftest$ac_exeext
18418 if { (ac_try="$ac_link"
18419 case "(($ac_try" in
18420 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18421 *) ac_try_echo=$ac_try;;
18422 esac
18423 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18424 (eval "$ac_link") 2>conftest.er1
18425 ac_status=$?
18426 grep -v '^ *+' conftest.er1 >conftest.err
18427 rm -f conftest.er1
18428 cat conftest.err >&5
18429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18430 (exit $ac_status); } && {
18431 test -z "$ac_c_werror_flag" ||
18432 test ! -s conftest.err
18433 } && test -s conftest$ac_exeext &&
18434 $as_test_x conftest$ac_exeext; then
18435 eval "$as_ac_var=yes"
18436 else
18437 echo "$as_me: failed program was:" >&5
18438 sed 's/^/| /' conftest.$ac_ext >&5
18440 eval "$as_ac_var=no"
18443 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18444 conftest$ac_exeext conftest.$ac_ext
18446 ac_res=`eval echo '${'$as_ac_var'}'`
18447 { echo "$as_me:$LINENO: result: $ac_res" >&5
18448 echo "${ECHO_T}$ac_res" >&6; }
18449 if test `eval echo '${'$as_ac_var'}'` = yes; then
18450 cat >>confdefs.h <<_ACEOF
18451 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18452 _ACEOF
18455 done
18457 CFLAGS="$ac_save_CFLAGS"
18459 if test "$ac_cv_func_dlopen" = no
18460 then
18461 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18462 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18463 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18464 echo $ECHO_N "(cached) $ECHO_C" >&6
18465 else
18466 ac_check_lib_save_LIBS=$LIBS
18467 LIBS="-ldl $LIBS"
18468 cat >conftest.$ac_ext <<_ACEOF
18469 /* confdefs.h. */
18470 _ACEOF
18471 cat confdefs.h >>conftest.$ac_ext
18472 cat >>conftest.$ac_ext <<_ACEOF
18473 /* end confdefs.h. */
18475 /* Override any GCC internal prototype to avoid an error.
18476 Use char because int might match the return type of a GCC
18477 builtin and then its argument prototype would still apply. */
18478 #ifdef __cplusplus
18479 extern "C"
18480 #endif
18481 char dlopen ();
18483 main ()
18485 return dlopen ();
18487 return 0;
18489 _ACEOF
18490 rm -f conftest.$ac_objext conftest$ac_exeext
18491 if { (ac_try="$ac_link"
18492 case "(($ac_try" in
18493 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18494 *) ac_try_echo=$ac_try;;
18495 esac
18496 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18497 (eval "$ac_link") 2>conftest.er1
18498 ac_status=$?
18499 grep -v '^ *+' conftest.er1 >conftest.err
18500 rm -f conftest.er1
18501 cat conftest.err >&5
18502 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18503 (exit $ac_status); } && {
18504 test -z "$ac_c_werror_flag" ||
18505 test ! -s conftest.err
18506 } && test -s conftest$ac_exeext &&
18507 $as_test_x conftest$ac_exeext; then
18508 ac_cv_lib_dl_dlopen=yes
18509 else
18510 echo "$as_me: failed program was:" >&5
18511 sed 's/^/| /' conftest.$ac_ext >&5
18513 ac_cv_lib_dl_dlopen=no
18516 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18517 conftest$ac_exeext conftest.$ac_ext
18518 LIBS=$ac_check_lib_save_LIBS
18520 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18521 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18522 if test $ac_cv_lib_dl_dlopen = yes; then
18523 cat >>confdefs.h <<\_ACEOF
18524 #define HAVE_DLOPEN 1
18525 _ACEOF
18526 LIBDL="-ldl"
18531 ac_wine_check_funcs_save_LIBS="$LIBS"
18532 LIBS="$LIBS $LIBDL"
18534 for ac_func in dladdr
18536 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18537 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18538 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18539 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18540 echo $ECHO_N "(cached) $ECHO_C" >&6
18541 else
18542 cat >conftest.$ac_ext <<_ACEOF
18543 /* confdefs.h. */
18544 _ACEOF
18545 cat confdefs.h >>conftest.$ac_ext
18546 cat >>conftest.$ac_ext <<_ACEOF
18547 /* end confdefs.h. */
18548 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18549 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18550 #define $ac_func innocuous_$ac_func
18552 /* System header to define __stub macros and hopefully few prototypes,
18553 which can conflict with char $ac_func (); below.
18554 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18555 <limits.h> exists even on freestanding compilers. */
18557 #ifdef __STDC__
18558 # include <limits.h>
18559 #else
18560 # include <assert.h>
18561 #endif
18563 #undef $ac_func
18565 /* Override any GCC internal prototype to avoid an error.
18566 Use char because int might match the return type of a GCC
18567 builtin and then its argument prototype would still apply. */
18568 #ifdef __cplusplus
18569 extern "C"
18570 #endif
18571 char $ac_func ();
18572 /* The GNU C library defines this for functions which it implements
18573 to always fail with ENOSYS. Some functions are actually named
18574 something starting with __ and the normal name is an alias. */
18575 #if defined __stub_$ac_func || defined __stub___$ac_func
18576 choke me
18577 #endif
18580 main ()
18582 return $ac_func ();
18584 return 0;
18586 _ACEOF
18587 rm -f conftest.$ac_objext conftest$ac_exeext
18588 if { (ac_try="$ac_link"
18589 case "(($ac_try" in
18590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18591 *) ac_try_echo=$ac_try;;
18592 esac
18593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18594 (eval "$ac_link") 2>conftest.er1
18595 ac_status=$?
18596 grep -v '^ *+' conftest.er1 >conftest.err
18597 rm -f conftest.er1
18598 cat conftest.err >&5
18599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18600 (exit $ac_status); } && {
18601 test -z "$ac_c_werror_flag" ||
18602 test ! -s conftest.err
18603 } && test -s conftest$ac_exeext &&
18604 $as_test_x conftest$ac_exeext; then
18605 eval "$as_ac_var=yes"
18606 else
18607 echo "$as_me: failed program was:" >&5
18608 sed 's/^/| /' conftest.$ac_ext >&5
18610 eval "$as_ac_var=no"
18613 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18614 conftest$ac_exeext conftest.$ac_ext
18616 ac_res=`eval echo '${'$as_ac_var'}'`
18617 { echo "$as_me:$LINENO: result: $ac_res" >&5
18618 echo "${ECHO_T}$ac_res" >&6; }
18619 if test `eval echo '${'$as_ac_var'}'` = yes; then
18620 cat >>confdefs.h <<_ACEOF
18621 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18622 _ACEOF
18625 done
18627 LIBS="$ac_wine_check_funcs_save_LIBS"
18629 if test "$ac_cv_func_poll" = no
18630 then
18631 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18632 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18633 if test "${ac_cv_lib_poll_poll+set}" = set; then
18634 echo $ECHO_N "(cached) $ECHO_C" >&6
18635 else
18636 ac_check_lib_save_LIBS=$LIBS
18637 LIBS="-lpoll $LIBS"
18638 cat >conftest.$ac_ext <<_ACEOF
18639 /* confdefs.h. */
18640 _ACEOF
18641 cat confdefs.h >>conftest.$ac_ext
18642 cat >>conftest.$ac_ext <<_ACEOF
18643 /* end confdefs.h. */
18645 /* Override any GCC internal prototype to avoid an error.
18646 Use char because int might match the return type of a GCC
18647 builtin and then its argument prototype would still apply. */
18648 #ifdef __cplusplus
18649 extern "C"
18650 #endif
18651 char poll ();
18653 main ()
18655 return poll ();
18657 return 0;
18659 _ACEOF
18660 rm -f conftest.$ac_objext conftest$ac_exeext
18661 if { (ac_try="$ac_link"
18662 case "(($ac_try" in
18663 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18664 *) ac_try_echo=$ac_try;;
18665 esac
18666 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18667 (eval "$ac_link") 2>conftest.er1
18668 ac_status=$?
18669 grep -v '^ *+' conftest.er1 >conftest.err
18670 rm -f conftest.er1
18671 cat conftest.err >&5
18672 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18673 (exit $ac_status); } && {
18674 test -z "$ac_c_werror_flag" ||
18675 test ! -s conftest.err
18676 } && test -s conftest$ac_exeext &&
18677 $as_test_x conftest$ac_exeext; then
18678 ac_cv_lib_poll_poll=yes
18679 else
18680 echo "$as_me: failed program was:" >&5
18681 sed 's/^/| /' conftest.$ac_ext >&5
18683 ac_cv_lib_poll_poll=no
18686 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18687 conftest$ac_exeext conftest.$ac_ext
18688 LIBS=$ac_check_lib_save_LIBS
18690 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18691 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18692 if test $ac_cv_lib_poll_poll = yes; then
18693 cat >>confdefs.h <<\_ACEOF
18694 #define HAVE_POLL 1
18695 _ACEOF
18696 LIBPOLL="-lpoll"
18702 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18703 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18704 if test "${ac_cv_search_gethostbyname+set}" = set; then
18705 echo $ECHO_N "(cached) $ECHO_C" >&6
18706 else
18707 ac_func_search_save_LIBS=$LIBS
18708 cat >conftest.$ac_ext <<_ACEOF
18709 /* confdefs.h. */
18710 _ACEOF
18711 cat confdefs.h >>conftest.$ac_ext
18712 cat >>conftest.$ac_ext <<_ACEOF
18713 /* end confdefs.h. */
18715 /* Override any GCC internal prototype to avoid an error.
18716 Use char because int might match the return type of a GCC
18717 builtin and then its argument prototype would still apply. */
18718 #ifdef __cplusplus
18719 extern "C"
18720 #endif
18721 char gethostbyname ();
18723 main ()
18725 return gethostbyname ();
18727 return 0;
18729 _ACEOF
18730 for ac_lib in '' nsl; do
18731 if test -z "$ac_lib"; then
18732 ac_res="none required"
18733 else
18734 ac_res=-l$ac_lib
18735 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18737 rm -f conftest.$ac_objext conftest$ac_exeext
18738 if { (ac_try="$ac_link"
18739 case "(($ac_try" in
18740 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18741 *) ac_try_echo=$ac_try;;
18742 esac
18743 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18744 (eval "$ac_link") 2>conftest.er1
18745 ac_status=$?
18746 grep -v '^ *+' conftest.er1 >conftest.err
18747 rm -f conftest.er1
18748 cat conftest.err >&5
18749 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18750 (exit $ac_status); } && {
18751 test -z "$ac_c_werror_flag" ||
18752 test ! -s conftest.err
18753 } && test -s conftest$ac_exeext &&
18754 $as_test_x conftest$ac_exeext; then
18755 ac_cv_search_gethostbyname=$ac_res
18756 else
18757 echo "$as_me: failed program was:" >&5
18758 sed 's/^/| /' conftest.$ac_ext >&5
18763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18764 conftest$ac_exeext
18765 if test "${ac_cv_search_gethostbyname+set}" = set; then
18766 break
18768 done
18769 if test "${ac_cv_search_gethostbyname+set}" = set; then
18771 else
18772 ac_cv_search_gethostbyname=no
18774 rm conftest.$ac_ext
18775 LIBS=$ac_func_search_save_LIBS
18777 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18778 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18779 ac_res=$ac_cv_search_gethostbyname
18780 if test "$ac_res" != no; then
18781 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18786 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18787 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18788 if test "${ac_cv_search_connect+set}" = set; then
18789 echo $ECHO_N "(cached) $ECHO_C" >&6
18790 else
18791 ac_func_search_save_LIBS=$LIBS
18792 cat >conftest.$ac_ext <<_ACEOF
18793 /* confdefs.h. */
18794 _ACEOF
18795 cat confdefs.h >>conftest.$ac_ext
18796 cat >>conftest.$ac_ext <<_ACEOF
18797 /* end confdefs.h. */
18799 /* Override any GCC internal prototype to avoid an error.
18800 Use char because int might match the return type of a GCC
18801 builtin and then its argument prototype would still apply. */
18802 #ifdef __cplusplus
18803 extern "C"
18804 #endif
18805 char connect ();
18807 main ()
18809 return connect ();
18811 return 0;
18813 _ACEOF
18814 for ac_lib in '' socket; do
18815 if test -z "$ac_lib"; then
18816 ac_res="none required"
18817 else
18818 ac_res=-l$ac_lib
18819 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18821 rm -f conftest.$ac_objext conftest$ac_exeext
18822 if { (ac_try="$ac_link"
18823 case "(($ac_try" in
18824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18825 *) ac_try_echo=$ac_try;;
18826 esac
18827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18828 (eval "$ac_link") 2>conftest.er1
18829 ac_status=$?
18830 grep -v '^ *+' conftest.er1 >conftest.err
18831 rm -f conftest.er1
18832 cat conftest.err >&5
18833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18834 (exit $ac_status); } && {
18835 test -z "$ac_c_werror_flag" ||
18836 test ! -s conftest.err
18837 } && test -s conftest$ac_exeext &&
18838 $as_test_x conftest$ac_exeext; then
18839 ac_cv_search_connect=$ac_res
18840 else
18841 echo "$as_me: failed program was:" >&5
18842 sed 's/^/| /' conftest.$ac_ext >&5
18847 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18848 conftest$ac_exeext
18849 if test "${ac_cv_search_connect+set}" = set; then
18850 break
18852 done
18853 if test "${ac_cv_search_connect+set}" = set; then
18855 else
18856 ac_cv_search_connect=no
18858 rm conftest.$ac_ext
18859 LIBS=$ac_func_search_save_LIBS
18861 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
18862 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
18863 ac_res=$ac_cv_search_connect
18864 if test "$ac_res" != no; then
18865 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18870 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
18871 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
18872 if test "${ac_cv_search_inet_aton+set}" = set; then
18873 echo $ECHO_N "(cached) $ECHO_C" >&6
18874 else
18875 ac_func_search_save_LIBS=$LIBS
18876 cat >conftest.$ac_ext <<_ACEOF
18877 /* confdefs.h. */
18878 _ACEOF
18879 cat confdefs.h >>conftest.$ac_ext
18880 cat >>conftest.$ac_ext <<_ACEOF
18881 /* end confdefs.h. */
18883 /* Override any GCC internal prototype to avoid an error.
18884 Use char because int might match the return type of a GCC
18885 builtin and then its argument prototype would still apply. */
18886 #ifdef __cplusplus
18887 extern "C"
18888 #endif
18889 char inet_aton ();
18891 main ()
18893 return inet_aton ();
18895 return 0;
18897 _ACEOF
18898 for ac_lib in '' resolv; do
18899 if test -z "$ac_lib"; then
18900 ac_res="none required"
18901 else
18902 ac_res=-l$ac_lib
18903 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18905 rm -f conftest.$ac_objext conftest$ac_exeext
18906 if { (ac_try="$ac_link"
18907 case "(($ac_try" in
18908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18909 *) ac_try_echo=$ac_try;;
18910 esac
18911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18912 (eval "$ac_link") 2>conftest.er1
18913 ac_status=$?
18914 grep -v '^ *+' conftest.er1 >conftest.err
18915 rm -f conftest.er1
18916 cat conftest.err >&5
18917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18918 (exit $ac_status); } && {
18919 test -z "$ac_c_werror_flag" ||
18920 test ! -s conftest.err
18921 } && test -s conftest$ac_exeext &&
18922 $as_test_x conftest$ac_exeext; then
18923 ac_cv_search_inet_aton=$ac_res
18924 else
18925 echo "$as_me: failed program was:" >&5
18926 sed 's/^/| /' conftest.$ac_ext >&5
18931 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18932 conftest$ac_exeext
18933 if test "${ac_cv_search_inet_aton+set}" = set; then
18934 break
18936 done
18937 if test "${ac_cv_search_inet_aton+set}" = set; then
18939 else
18940 ac_cv_search_inet_aton=no
18942 rm conftest.$ac_ext
18943 LIBS=$ac_func_search_save_LIBS
18945 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
18946 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
18947 ac_res=$ac_cv_search_inet_aton
18948 if test "$ac_res" != no; then
18949 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18965 for ac_func in \
18966 getaddrinfo \
18967 getnameinfo \
18968 getnetbyname \
18969 getprotobyname \
18970 getprotobynumber \
18971 getservbyport \
18972 inet_network \
18973 inet_ntop \
18974 inet_pton \
18975 sendmsg \
18976 socketpair \
18979 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18980 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18981 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18982 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18983 echo $ECHO_N "(cached) $ECHO_C" >&6
18984 else
18985 cat >conftest.$ac_ext <<_ACEOF
18986 /* confdefs.h. */
18987 _ACEOF
18988 cat confdefs.h >>conftest.$ac_ext
18989 cat >>conftest.$ac_ext <<_ACEOF
18990 /* end confdefs.h. */
18991 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18992 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18993 #define $ac_func innocuous_$ac_func
18995 /* System header to define __stub macros and hopefully few prototypes,
18996 which can conflict with char $ac_func (); below.
18997 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18998 <limits.h> exists even on freestanding compilers. */
19000 #ifdef __STDC__
19001 # include <limits.h>
19002 #else
19003 # include <assert.h>
19004 #endif
19006 #undef $ac_func
19008 /* Override any GCC internal prototype to avoid an error.
19009 Use char because int might match the return type of a GCC
19010 builtin and then its argument prototype would still apply. */
19011 #ifdef __cplusplus
19012 extern "C"
19013 #endif
19014 char $ac_func ();
19015 /* The GNU C library defines this for functions which it implements
19016 to always fail with ENOSYS. Some functions are actually named
19017 something starting with __ and the normal name is an alias. */
19018 #if defined __stub_$ac_func || defined __stub___$ac_func
19019 choke me
19020 #endif
19023 main ()
19025 return $ac_func ();
19027 return 0;
19029 _ACEOF
19030 rm -f conftest.$ac_objext conftest$ac_exeext
19031 if { (ac_try="$ac_link"
19032 case "(($ac_try" in
19033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19034 *) ac_try_echo=$ac_try;;
19035 esac
19036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19037 (eval "$ac_link") 2>conftest.er1
19038 ac_status=$?
19039 grep -v '^ *+' conftest.er1 >conftest.err
19040 rm -f conftest.er1
19041 cat conftest.err >&5
19042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19043 (exit $ac_status); } && {
19044 test -z "$ac_c_werror_flag" ||
19045 test ! -s conftest.err
19046 } && test -s conftest$ac_exeext &&
19047 $as_test_x conftest$ac_exeext; then
19048 eval "$as_ac_var=yes"
19049 else
19050 echo "$as_me: failed program was:" >&5
19051 sed 's/^/| /' conftest.$ac_ext >&5
19053 eval "$as_ac_var=no"
19056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19057 conftest$ac_exeext conftest.$ac_ext
19059 ac_res=`eval echo '${'$as_ac_var'}'`
19060 { echo "$as_me:$LINENO: result: $ac_res" >&5
19061 echo "${ECHO_T}$ac_res" >&6; }
19062 if test `eval echo '${'$as_ac_var'}'` = yes; then
19063 cat >>confdefs.h <<_ACEOF
19064 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19065 _ACEOF
19068 done
19071 LDAPLIBS=""
19073 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19074 then
19075 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19076 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19077 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19078 echo $ECHO_N "(cached) $ECHO_C" >&6
19079 else
19080 cat >conftest.$ac_ext <<_ACEOF
19081 /* confdefs.h. */
19082 _ACEOF
19083 cat confdefs.h >>conftest.$ac_ext
19084 cat >>conftest.$ac_ext <<_ACEOF
19085 /* end confdefs.h. */
19086 #include <ldap.h>
19088 typedef LDAPSortKey ac__type_new_;
19090 main ()
19092 if ((ac__type_new_ *) 0)
19093 return 0;
19094 if (sizeof (ac__type_new_))
19095 return 0;
19097 return 0;
19099 _ACEOF
19100 rm -f conftest.$ac_objext
19101 if { (ac_try="$ac_compile"
19102 case "(($ac_try" in
19103 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19104 *) ac_try_echo=$ac_try;;
19105 esac
19106 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19107 (eval "$ac_compile") 2>conftest.er1
19108 ac_status=$?
19109 grep -v '^ *+' conftest.er1 >conftest.err
19110 rm -f conftest.er1
19111 cat conftest.err >&5
19112 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19113 (exit $ac_status); } && {
19114 test -z "$ac_c_werror_flag" ||
19115 test ! -s conftest.err
19116 } && test -s conftest.$ac_objext; then
19117 ac_cv_type_LDAPSortKey=yes
19118 else
19119 echo "$as_me: failed program was:" >&5
19120 sed 's/^/| /' conftest.$ac_ext >&5
19122 ac_cv_type_LDAPSortKey=no
19125 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19127 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19128 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19129 if test $ac_cv_type_LDAPSortKey = yes; then
19130 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19131 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19132 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19133 echo $ECHO_N "(cached) $ECHO_C" >&6
19134 else
19135 ac_check_lib_save_LIBS=$LIBS
19136 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19137 cat >conftest.$ac_ext <<_ACEOF
19138 /* confdefs.h. */
19139 _ACEOF
19140 cat confdefs.h >>conftest.$ac_ext
19141 cat >>conftest.$ac_ext <<_ACEOF
19142 /* end confdefs.h. */
19144 /* Override any GCC internal prototype to avoid an error.
19145 Use char because int might match the return type of a GCC
19146 builtin and then its argument prototype would still apply. */
19147 #ifdef __cplusplus
19148 extern "C"
19149 #endif
19150 char ldap_initialize ();
19152 main ()
19154 return ldap_initialize ();
19156 return 0;
19158 _ACEOF
19159 rm -f conftest.$ac_objext conftest$ac_exeext
19160 if { (ac_try="$ac_link"
19161 case "(($ac_try" in
19162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19163 *) ac_try_echo=$ac_try;;
19164 esac
19165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19166 (eval "$ac_link") 2>conftest.er1
19167 ac_status=$?
19168 grep -v '^ *+' conftest.er1 >conftest.err
19169 rm -f conftest.er1
19170 cat conftest.err >&5
19171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19172 (exit $ac_status); } && {
19173 test -z "$ac_c_werror_flag" ||
19174 test ! -s conftest.err
19175 } && test -s conftest$ac_exeext &&
19176 $as_test_x conftest$ac_exeext; then
19177 ac_cv_lib_ldap_r_ldap_initialize=yes
19178 else
19179 echo "$as_me: failed program was:" >&5
19180 sed 's/^/| /' conftest.$ac_ext >&5
19182 ac_cv_lib_ldap_r_ldap_initialize=no
19185 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19186 conftest$ac_exeext conftest.$ac_ext
19187 LIBS=$ac_check_lib_save_LIBS
19189 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19190 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19191 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19192 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19193 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19194 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19195 echo $ECHO_N "(cached) $ECHO_C" >&6
19196 else
19197 ac_check_lib_save_LIBS=$LIBS
19198 LIBS="-llber $LIBPTHREAD $LIBS"
19199 cat >conftest.$ac_ext <<_ACEOF
19200 /* confdefs.h. */
19201 _ACEOF
19202 cat confdefs.h >>conftest.$ac_ext
19203 cat >>conftest.$ac_ext <<_ACEOF
19204 /* end confdefs.h. */
19206 /* Override any GCC internal prototype to avoid an error.
19207 Use char because int might match the return type of a GCC
19208 builtin and then its argument prototype would still apply. */
19209 #ifdef __cplusplus
19210 extern "C"
19211 #endif
19212 char ber_init ();
19214 main ()
19216 return ber_init ();
19218 return 0;
19220 _ACEOF
19221 rm -f conftest.$ac_objext conftest$ac_exeext
19222 if { (ac_try="$ac_link"
19223 case "(($ac_try" in
19224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19225 *) ac_try_echo=$ac_try;;
19226 esac
19227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19228 (eval "$ac_link") 2>conftest.er1
19229 ac_status=$?
19230 grep -v '^ *+' conftest.er1 >conftest.err
19231 rm -f conftest.er1
19232 cat conftest.err >&5
19233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19234 (exit $ac_status); } && {
19235 test -z "$ac_c_werror_flag" ||
19236 test ! -s conftest.err
19237 } && test -s conftest$ac_exeext &&
19238 $as_test_x conftest$ac_exeext; then
19239 ac_cv_lib_lber_ber_init=yes
19240 else
19241 echo "$as_me: failed program was:" >&5
19242 sed 's/^/| /' conftest.$ac_ext >&5
19244 ac_cv_lib_lber_ber_init=no
19247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19248 conftest$ac_exeext conftest.$ac_ext
19249 LIBS=$ac_check_lib_save_LIBS
19251 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19252 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19253 if test $ac_cv_lib_lber_ber_init = yes; then
19255 cat >>confdefs.h <<\_ACEOF
19256 #define HAVE_LDAP 1
19257 _ACEOF
19259 LDAPLIBS="-lldap_r -llber"
19266 ac_wine_check_funcs_save_LIBS="$LIBS"
19267 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19276 for ac_func in \
19277 ldap_count_references \
19278 ldap_first_reference \
19279 ldap_next_reference \
19280 ldap_parse_reference \
19281 ldap_parse_sort_control \
19282 ldap_parse_sortresponse_control \
19283 ldap_parse_vlv_control \
19284 ldap_parse_vlvresponse_control
19286 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19287 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19288 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19289 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19290 echo $ECHO_N "(cached) $ECHO_C" >&6
19291 else
19292 cat >conftest.$ac_ext <<_ACEOF
19293 /* confdefs.h. */
19294 _ACEOF
19295 cat confdefs.h >>conftest.$ac_ext
19296 cat >>conftest.$ac_ext <<_ACEOF
19297 /* end confdefs.h. */
19298 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19299 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19300 #define $ac_func innocuous_$ac_func
19302 /* System header to define __stub macros and hopefully few prototypes,
19303 which can conflict with char $ac_func (); below.
19304 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19305 <limits.h> exists even on freestanding compilers. */
19307 #ifdef __STDC__
19308 # include <limits.h>
19309 #else
19310 # include <assert.h>
19311 #endif
19313 #undef $ac_func
19315 /* Override any GCC internal prototype to avoid an error.
19316 Use char because int might match the return type of a GCC
19317 builtin and then its argument prototype would still apply. */
19318 #ifdef __cplusplus
19319 extern "C"
19320 #endif
19321 char $ac_func ();
19322 /* The GNU C library defines this for functions which it implements
19323 to always fail with ENOSYS. Some functions are actually named
19324 something starting with __ and the normal name is an alias. */
19325 #if defined __stub_$ac_func || defined __stub___$ac_func
19326 choke me
19327 #endif
19330 main ()
19332 return $ac_func ();
19334 return 0;
19336 _ACEOF
19337 rm -f conftest.$ac_objext conftest$ac_exeext
19338 if { (ac_try="$ac_link"
19339 case "(($ac_try" in
19340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19341 *) ac_try_echo=$ac_try;;
19342 esac
19343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19344 (eval "$ac_link") 2>conftest.er1
19345 ac_status=$?
19346 grep -v '^ *+' conftest.er1 >conftest.err
19347 rm -f conftest.er1
19348 cat conftest.err >&5
19349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19350 (exit $ac_status); } && {
19351 test -z "$ac_c_werror_flag" ||
19352 test ! -s conftest.err
19353 } && test -s conftest$ac_exeext &&
19354 $as_test_x conftest$ac_exeext; then
19355 eval "$as_ac_var=yes"
19356 else
19357 echo "$as_me: failed program was:" >&5
19358 sed 's/^/| /' conftest.$ac_ext >&5
19360 eval "$as_ac_var=no"
19363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19364 conftest$ac_exeext conftest.$ac_ext
19366 ac_res=`eval echo '${'$as_ac_var'}'`
19367 { echo "$as_me:$LINENO: result: $ac_res" >&5
19368 echo "${ECHO_T}$ac_res" >&6; }
19369 if test `eval echo '${'$as_ac_var'}'` = yes; then
19370 cat >>confdefs.h <<_ACEOF
19371 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19372 _ACEOF
19375 done
19377 LIBS="$ac_wine_check_funcs_save_LIBS"
19379 if test "x$LDAPLIBS" = "x"; then
19380 case "x$with_ldap" in
19381 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19382 xno) ;;
19383 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19384 This is an error since --with-ldap was requested." >&5
19385 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19386 This is an error since --with-ldap was requested." >&2;}
19387 { (exit 1); exit 1; }; } ;;
19388 esac
19392 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19393 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19394 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19395 echo $ECHO_N "(cached) $ECHO_C" >&6
19396 else
19397 cat >conftest.$ac_ext <<_ACEOF
19398 /* confdefs.h. */
19399 _ACEOF
19400 cat confdefs.h >>conftest.$ac_ext
19401 cat >>conftest.$ac_ext <<_ACEOF
19402 /* end confdefs.h. */
19403 #include <sys/stat.h>
19405 main ()
19407 mkdir("foo");
19409 return 0;
19411 _ACEOF
19412 rm -f conftest.$ac_objext
19413 if { (ac_try="$ac_compile"
19414 case "(($ac_try" in
19415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19416 *) ac_try_echo=$ac_try;;
19417 esac
19418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19419 (eval "$ac_compile") 2>conftest.er1
19420 ac_status=$?
19421 grep -v '^ *+' conftest.er1 >conftest.err
19422 rm -f conftest.er1
19423 cat conftest.err >&5
19424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19425 (exit $ac_status); } && {
19426 test -z "$ac_c_werror_flag" ||
19427 test ! -s conftest.err
19428 } && test -s conftest.$ac_objext; then
19429 wine_cv_one_arg_mkdir=yes
19430 else
19431 echo "$as_me: failed program was:" >&5
19432 sed 's/^/| /' conftest.$ac_ext >&5
19434 wine_cv_one_arg_mkdir=no
19437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19439 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19440 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19441 if test "$wine_cv_one_arg_mkdir" = "yes"
19442 then
19444 cat >>confdefs.h <<\_ACEOF
19445 #define HAVE_ONE_ARG_MKDIR 1
19446 _ACEOF
19451 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19452 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19453 if test "${ac_cv_c_const+set}" = set; then
19454 echo $ECHO_N "(cached) $ECHO_C" >&6
19455 else
19456 cat >conftest.$ac_ext <<_ACEOF
19457 /* confdefs.h. */
19458 _ACEOF
19459 cat confdefs.h >>conftest.$ac_ext
19460 cat >>conftest.$ac_ext <<_ACEOF
19461 /* end confdefs.h. */
19464 main ()
19466 /* FIXME: Include the comments suggested by Paul. */
19467 #ifndef __cplusplus
19468 /* Ultrix mips cc rejects this. */
19469 typedef int charset[2];
19470 const charset cs;
19471 /* SunOS 4.1.1 cc rejects this. */
19472 char const *const *pcpcc;
19473 char **ppc;
19474 /* NEC SVR4.0.2 mips cc rejects this. */
19475 struct point {int x, y;};
19476 static struct point const zero = {0,0};
19477 /* AIX XL C 1.02.0.0 rejects this.
19478 It does not let you subtract one const X* pointer from another in
19479 an arm of an if-expression whose if-part is not a constant
19480 expression */
19481 const char *g = "string";
19482 pcpcc = &g + (g ? g-g : 0);
19483 /* HPUX 7.0 cc rejects these. */
19484 ++pcpcc;
19485 ppc = (char**) pcpcc;
19486 pcpcc = (char const *const *) ppc;
19487 { /* SCO 3.2v4 cc rejects this. */
19488 char *t;
19489 char const *s = 0 ? (char *) 0 : (char const *) 0;
19491 *t++ = 0;
19492 if (s) return 0;
19494 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19495 int x[] = {25, 17};
19496 const int *foo = &x[0];
19497 ++foo;
19499 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19500 typedef const int *iptr;
19501 iptr p = 0;
19502 ++p;
19504 { /* AIX XL C 1.02.0.0 rejects this saying
19505 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19506 struct s { int j; const int *ap[3]; };
19507 struct s *b; b->j = 5;
19509 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19510 const int foo = 10;
19511 if (!foo) return 0;
19513 return !cs[0] && !zero.x;
19514 #endif
19517 return 0;
19519 _ACEOF
19520 rm -f conftest.$ac_objext
19521 if { (ac_try="$ac_compile"
19522 case "(($ac_try" in
19523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19524 *) ac_try_echo=$ac_try;;
19525 esac
19526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19527 (eval "$ac_compile") 2>conftest.er1
19528 ac_status=$?
19529 grep -v '^ *+' conftest.er1 >conftest.err
19530 rm -f conftest.er1
19531 cat conftest.err >&5
19532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19533 (exit $ac_status); } && {
19534 test -z "$ac_c_werror_flag" ||
19535 test ! -s conftest.err
19536 } && test -s conftest.$ac_objext; then
19537 ac_cv_c_const=yes
19538 else
19539 echo "$as_me: failed program was:" >&5
19540 sed 's/^/| /' conftest.$ac_ext >&5
19542 ac_cv_c_const=no
19545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19547 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19548 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19549 if test $ac_cv_c_const = no; then
19551 cat >>confdefs.h <<\_ACEOF
19552 #define const
19553 _ACEOF
19557 { echo "$as_me:$LINENO: checking for inline" >&5
19558 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19559 if test "${ac_cv_c_inline+set}" = set; then
19560 echo $ECHO_N "(cached) $ECHO_C" >&6
19561 else
19562 ac_cv_c_inline=no
19563 for ac_kw in inline __inline__ __inline; do
19564 cat >conftest.$ac_ext <<_ACEOF
19565 /* confdefs.h. */
19566 _ACEOF
19567 cat confdefs.h >>conftest.$ac_ext
19568 cat >>conftest.$ac_ext <<_ACEOF
19569 /* end confdefs.h. */
19570 #ifndef __cplusplus
19571 typedef int foo_t;
19572 static $ac_kw foo_t static_foo () {return 0; }
19573 $ac_kw foo_t foo () {return 0; }
19574 #endif
19576 _ACEOF
19577 rm -f conftest.$ac_objext
19578 if { (ac_try="$ac_compile"
19579 case "(($ac_try" in
19580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19581 *) ac_try_echo=$ac_try;;
19582 esac
19583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19584 (eval "$ac_compile") 2>conftest.er1
19585 ac_status=$?
19586 grep -v '^ *+' conftest.er1 >conftest.err
19587 rm -f conftest.er1
19588 cat conftest.err >&5
19589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590 (exit $ac_status); } && {
19591 test -z "$ac_c_werror_flag" ||
19592 test ! -s conftest.err
19593 } && test -s conftest.$ac_objext; then
19594 ac_cv_c_inline=$ac_kw
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19603 test "$ac_cv_c_inline" != no && break
19604 done
19607 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19608 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19611 case $ac_cv_c_inline in
19612 inline | yes) ;;
19614 case $ac_cv_c_inline in
19615 no) ac_val=;;
19616 *) ac_val=$ac_cv_c_inline;;
19617 esac
19618 cat >>confdefs.h <<_ACEOF
19619 #ifndef __cplusplus
19620 #define inline $ac_val
19621 #endif
19622 _ACEOF
19624 esac
19626 { echo "$as_me:$LINENO: checking for mode_t" >&5
19627 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19628 if test "${ac_cv_type_mode_t+set}" = set; then
19629 echo $ECHO_N "(cached) $ECHO_C" >&6
19630 else
19631 cat >conftest.$ac_ext <<_ACEOF
19632 /* confdefs.h. */
19633 _ACEOF
19634 cat confdefs.h >>conftest.$ac_ext
19635 cat >>conftest.$ac_ext <<_ACEOF
19636 /* end confdefs.h. */
19637 $ac_includes_default
19638 typedef mode_t ac__type_new_;
19640 main ()
19642 if ((ac__type_new_ *) 0)
19643 return 0;
19644 if (sizeof (ac__type_new_))
19645 return 0;
19647 return 0;
19649 _ACEOF
19650 rm -f conftest.$ac_objext
19651 if { (ac_try="$ac_compile"
19652 case "(($ac_try" in
19653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19654 *) ac_try_echo=$ac_try;;
19655 esac
19656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19657 (eval "$ac_compile") 2>conftest.er1
19658 ac_status=$?
19659 grep -v '^ *+' conftest.er1 >conftest.err
19660 rm -f conftest.er1
19661 cat conftest.err >&5
19662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19663 (exit $ac_status); } && {
19664 test -z "$ac_c_werror_flag" ||
19665 test ! -s conftest.err
19666 } && test -s conftest.$ac_objext; then
19667 ac_cv_type_mode_t=yes
19668 else
19669 echo "$as_me: failed program was:" >&5
19670 sed 's/^/| /' conftest.$ac_ext >&5
19672 ac_cv_type_mode_t=no
19675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19677 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19678 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19679 if test $ac_cv_type_mode_t = yes; then
19681 cat >>confdefs.h <<_ACEOF
19682 #define HAVE_MODE_T 1
19683 _ACEOF
19687 { echo "$as_me:$LINENO: checking for off_t" >&5
19688 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19689 if test "${ac_cv_type_off_t+set}" = set; then
19690 echo $ECHO_N "(cached) $ECHO_C" >&6
19691 else
19692 cat >conftest.$ac_ext <<_ACEOF
19693 /* confdefs.h. */
19694 _ACEOF
19695 cat confdefs.h >>conftest.$ac_ext
19696 cat >>conftest.$ac_ext <<_ACEOF
19697 /* end confdefs.h. */
19698 $ac_includes_default
19699 typedef off_t ac__type_new_;
19701 main ()
19703 if ((ac__type_new_ *) 0)
19704 return 0;
19705 if (sizeof (ac__type_new_))
19706 return 0;
19708 return 0;
19710 _ACEOF
19711 rm -f conftest.$ac_objext
19712 if { (ac_try="$ac_compile"
19713 case "(($ac_try" in
19714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19715 *) ac_try_echo=$ac_try;;
19716 esac
19717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19718 (eval "$ac_compile") 2>conftest.er1
19719 ac_status=$?
19720 grep -v '^ *+' conftest.er1 >conftest.err
19721 rm -f conftest.er1
19722 cat conftest.err >&5
19723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19724 (exit $ac_status); } && {
19725 test -z "$ac_c_werror_flag" ||
19726 test ! -s conftest.err
19727 } && test -s conftest.$ac_objext; then
19728 ac_cv_type_off_t=yes
19729 else
19730 echo "$as_me: failed program was:" >&5
19731 sed 's/^/| /' conftest.$ac_ext >&5
19733 ac_cv_type_off_t=no
19736 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19738 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19739 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19740 if test $ac_cv_type_off_t = yes; then
19742 cat >>confdefs.h <<_ACEOF
19743 #define HAVE_OFF_T 1
19744 _ACEOF
19748 { echo "$as_me:$LINENO: checking for pid_t" >&5
19749 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19750 if test "${ac_cv_type_pid_t+set}" = set; then
19751 echo $ECHO_N "(cached) $ECHO_C" >&6
19752 else
19753 cat >conftest.$ac_ext <<_ACEOF
19754 /* confdefs.h. */
19755 _ACEOF
19756 cat confdefs.h >>conftest.$ac_ext
19757 cat >>conftest.$ac_ext <<_ACEOF
19758 /* end confdefs.h. */
19759 $ac_includes_default
19760 typedef pid_t ac__type_new_;
19762 main ()
19764 if ((ac__type_new_ *) 0)
19765 return 0;
19766 if (sizeof (ac__type_new_))
19767 return 0;
19769 return 0;
19771 _ACEOF
19772 rm -f conftest.$ac_objext
19773 if { (ac_try="$ac_compile"
19774 case "(($ac_try" in
19775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19776 *) ac_try_echo=$ac_try;;
19777 esac
19778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19779 (eval "$ac_compile") 2>conftest.er1
19780 ac_status=$?
19781 grep -v '^ *+' conftest.er1 >conftest.err
19782 rm -f conftest.er1
19783 cat conftest.err >&5
19784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19785 (exit $ac_status); } && {
19786 test -z "$ac_c_werror_flag" ||
19787 test ! -s conftest.err
19788 } && test -s conftest.$ac_objext; then
19789 ac_cv_type_pid_t=yes
19790 else
19791 echo "$as_me: failed program was:" >&5
19792 sed 's/^/| /' conftest.$ac_ext >&5
19794 ac_cv_type_pid_t=no
19797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19799 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19800 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19801 if test $ac_cv_type_pid_t = yes; then
19803 cat >>confdefs.h <<_ACEOF
19804 #define HAVE_PID_T 1
19805 _ACEOF
19809 { echo "$as_me:$LINENO: checking for size_t" >&5
19810 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19811 if test "${ac_cv_type_size_t+set}" = set; then
19812 echo $ECHO_N "(cached) $ECHO_C" >&6
19813 else
19814 cat >conftest.$ac_ext <<_ACEOF
19815 /* confdefs.h. */
19816 _ACEOF
19817 cat confdefs.h >>conftest.$ac_ext
19818 cat >>conftest.$ac_ext <<_ACEOF
19819 /* end confdefs.h. */
19820 $ac_includes_default
19821 typedef size_t ac__type_new_;
19823 main ()
19825 if ((ac__type_new_ *) 0)
19826 return 0;
19827 if (sizeof (ac__type_new_))
19828 return 0;
19830 return 0;
19832 _ACEOF
19833 rm -f conftest.$ac_objext
19834 if { (ac_try="$ac_compile"
19835 case "(($ac_try" in
19836 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19837 *) ac_try_echo=$ac_try;;
19838 esac
19839 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19840 (eval "$ac_compile") 2>conftest.er1
19841 ac_status=$?
19842 grep -v '^ *+' conftest.er1 >conftest.err
19843 rm -f conftest.er1
19844 cat conftest.err >&5
19845 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19846 (exit $ac_status); } && {
19847 test -z "$ac_c_werror_flag" ||
19848 test ! -s conftest.err
19849 } && test -s conftest.$ac_objext; then
19850 ac_cv_type_size_t=yes
19851 else
19852 echo "$as_me: failed program was:" >&5
19853 sed 's/^/| /' conftest.$ac_ext >&5
19855 ac_cv_type_size_t=no
19858 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19860 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
19861 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
19862 if test $ac_cv_type_size_t = yes; then
19864 cat >>confdefs.h <<_ACEOF
19865 #define HAVE_SIZE_T 1
19866 _ACEOF
19870 { echo "$as_me:$LINENO: checking for ssize_t" >&5
19871 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
19872 if test "${ac_cv_type_ssize_t+set}" = set; then
19873 echo $ECHO_N "(cached) $ECHO_C" >&6
19874 else
19875 cat >conftest.$ac_ext <<_ACEOF
19876 /* confdefs.h. */
19877 _ACEOF
19878 cat confdefs.h >>conftest.$ac_ext
19879 cat >>conftest.$ac_ext <<_ACEOF
19880 /* end confdefs.h. */
19881 $ac_includes_default
19882 typedef ssize_t ac__type_new_;
19884 main ()
19886 if ((ac__type_new_ *) 0)
19887 return 0;
19888 if (sizeof (ac__type_new_))
19889 return 0;
19891 return 0;
19893 _ACEOF
19894 rm -f conftest.$ac_objext
19895 if { (ac_try="$ac_compile"
19896 case "(($ac_try" in
19897 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19898 *) ac_try_echo=$ac_try;;
19899 esac
19900 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19901 (eval "$ac_compile") 2>conftest.er1
19902 ac_status=$?
19903 grep -v '^ *+' conftest.er1 >conftest.err
19904 rm -f conftest.er1
19905 cat conftest.err >&5
19906 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19907 (exit $ac_status); } && {
19908 test -z "$ac_c_werror_flag" ||
19909 test ! -s conftest.err
19910 } && test -s conftest.$ac_objext; then
19911 ac_cv_type_ssize_t=yes
19912 else
19913 echo "$as_me: failed program was:" >&5
19914 sed 's/^/| /' conftest.$ac_ext >&5
19916 ac_cv_type_ssize_t=no
19919 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
19922 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
19923 if test $ac_cv_type_ssize_t = yes; then
19925 cat >>confdefs.h <<_ACEOF
19926 #define HAVE_SSIZE_T 1
19927 _ACEOF
19931 { echo "$as_me:$LINENO: checking for long long" >&5
19932 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
19933 if test "${ac_cv_type_long_long+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 $ac_includes_default
19943 typedef long long ac__type_new_;
19945 main ()
19947 if ((ac__type_new_ *) 0)
19948 return 0;
19949 if (sizeof (ac__type_new_))
19950 return 0;
19952 return 0;
19954 _ACEOF
19955 rm -f conftest.$ac_objext
19956 if { (ac_try="$ac_compile"
19957 case "(($ac_try" in
19958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19959 *) ac_try_echo=$ac_try;;
19960 esac
19961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19962 (eval "$ac_compile") 2>conftest.er1
19963 ac_status=$?
19964 grep -v '^ *+' conftest.er1 >conftest.err
19965 rm -f conftest.er1
19966 cat conftest.err >&5
19967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19968 (exit $ac_status); } && {
19969 test -z "$ac_c_werror_flag" ||
19970 test ! -s conftest.err
19971 } && test -s conftest.$ac_objext; then
19972 ac_cv_type_long_long=yes
19973 else
19974 echo "$as_me: failed program was:" >&5
19975 sed 's/^/| /' conftest.$ac_ext >&5
19977 ac_cv_type_long_long=no
19980 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19982 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
19983 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
19984 if test $ac_cv_type_long_long = yes; then
19986 cat >>confdefs.h <<_ACEOF
19987 #define HAVE_LONG_LONG 1
19988 _ACEOF
19992 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
19993 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
19994 if test "${ac_cv_type_fsblkcnt_t+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 $ac_includes_default
20004 typedef fsblkcnt_t ac__type_new_;
20006 main ()
20008 if ((ac__type_new_ *) 0)
20009 return 0;
20010 if (sizeof (ac__type_new_))
20011 return 0;
20013 return 0;
20015 _ACEOF
20016 rm -f conftest.$ac_objext
20017 if { (ac_try="$ac_compile"
20018 case "(($ac_try" in
20019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20020 *) ac_try_echo=$ac_try;;
20021 esac
20022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20023 (eval "$ac_compile") 2>conftest.er1
20024 ac_status=$?
20025 grep -v '^ *+' conftest.er1 >conftest.err
20026 rm -f conftest.er1
20027 cat conftest.err >&5
20028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20029 (exit $ac_status); } && {
20030 test -z "$ac_c_werror_flag" ||
20031 test ! -s conftest.err
20032 } && test -s conftest.$ac_objext; then
20033 ac_cv_type_fsblkcnt_t=yes
20034 else
20035 echo "$as_me: failed program was:" >&5
20036 sed 's/^/| /' conftest.$ac_ext >&5
20038 ac_cv_type_fsblkcnt_t=no
20041 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20043 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20044 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20045 if test $ac_cv_type_fsblkcnt_t = yes; then
20047 cat >>confdefs.h <<_ACEOF
20048 #define HAVE_FSBLKCNT_T 1
20049 _ACEOF
20053 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20054 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20055 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20056 echo $ECHO_N "(cached) $ECHO_C" >&6
20057 else
20058 cat >conftest.$ac_ext <<_ACEOF
20059 /* confdefs.h. */
20060 _ACEOF
20061 cat confdefs.h >>conftest.$ac_ext
20062 cat >>conftest.$ac_ext <<_ACEOF
20063 /* end confdefs.h. */
20064 $ac_includes_default
20065 typedef fsfilcnt_t ac__type_new_;
20067 main ()
20069 if ((ac__type_new_ *) 0)
20070 return 0;
20071 if (sizeof (ac__type_new_))
20072 return 0;
20074 return 0;
20076 _ACEOF
20077 rm -f conftest.$ac_objext
20078 if { (ac_try="$ac_compile"
20079 case "(($ac_try" in
20080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20081 *) ac_try_echo=$ac_try;;
20082 esac
20083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20084 (eval "$ac_compile") 2>conftest.er1
20085 ac_status=$?
20086 grep -v '^ *+' conftest.er1 >conftest.err
20087 rm -f conftest.er1
20088 cat conftest.err >&5
20089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20090 (exit $ac_status); } && {
20091 test -z "$ac_c_werror_flag" ||
20092 test ! -s conftest.err
20093 } && test -s conftest.$ac_objext; then
20094 ac_cv_type_fsfilcnt_t=yes
20095 else
20096 echo "$as_me: failed program was:" >&5
20097 sed 's/^/| /' conftest.$ac_ext >&5
20099 ac_cv_type_fsfilcnt_t=no
20102 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20104 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20105 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20106 if test $ac_cv_type_fsfilcnt_t = yes; then
20108 cat >>confdefs.h <<_ACEOF
20109 #define HAVE_FSFILCNT_T 1
20110 _ACEOF
20115 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20116 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20117 if test "${ac_cv_type_sigset_t+set}" = set; then
20118 echo $ECHO_N "(cached) $ECHO_C" >&6
20119 else
20120 cat >conftest.$ac_ext <<_ACEOF
20121 /* confdefs.h. */
20122 _ACEOF
20123 cat confdefs.h >>conftest.$ac_ext
20124 cat >>conftest.$ac_ext <<_ACEOF
20125 /* end confdefs.h. */
20126 #include <sys/types.h>
20127 #include <signal.h>
20129 typedef sigset_t ac__type_new_;
20131 main ()
20133 if ((ac__type_new_ *) 0)
20134 return 0;
20135 if (sizeof (ac__type_new_))
20136 return 0;
20138 return 0;
20140 _ACEOF
20141 rm -f conftest.$ac_objext
20142 if { (ac_try="$ac_compile"
20143 case "(($ac_try" in
20144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20145 *) ac_try_echo=$ac_try;;
20146 esac
20147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20148 (eval "$ac_compile") 2>conftest.er1
20149 ac_status=$?
20150 grep -v '^ *+' conftest.er1 >conftest.err
20151 rm -f conftest.er1
20152 cat conftest.err >&5
20153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20154 (exit $ac_status); } && {
20155 test -z "$ac_c_werror_flag" ||
20156 test ! -s conftest.err
20157 } && test -s conftest.$ac_objext; then
20158 ac_cv_type_sigset_t=yes
20159 else
20160 echo "$as_me: failed program was:" >&5
20161 sed 's/^/| /' conftest.$ac_ext >&5
20163 ac_cv_type_sigset_t=no
20166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20168 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20169 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20170 if test $ac_cv_type_sigset_t = yes; then
20172 cat >>confdefs.h <<_ACEOF
20173 #define HAVE_SIGSET_T 1
20174 _ACEOF
20179 { echo "$as_me:$LINENO: checking for request_sense" >&5
20180 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20181 if test "${ac_cv_type_request_sense+set}" = set; then
20182 echo $ECHO_N "(cached) $ECHO_C" >&6
20183 else
20184 cat >conftest.$ac_ext <<_ACEOF
20185 /* confdefs.h. */
20186 _ACEOF
20187 cat confdefs.h >>conftest.$ac_ext
20188 cat >>conftest.$ac_ext <<_ACEOF
20189 /* end confdefs.h. */
20190 #include <linux/cdrom.h>
20192 typedef request_sense ac__type_new_;
20194 main ()
20196 if ((ac__type_new_ *) 0)
20197 return 0;
20198 if (sizeof (ac__type_new_))
20199 return 0;
20201 return 0;
20203 _ACEOF
20204 rm -f conftest.$ac_objext
20205 if { (ac_try="$ac_compile"
20206 case "(($ac_try" in
20207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20208 *) ac_try_echo=$ac_try;;
20209 esac
20210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20211 (eval "$ac_compile") 2>conftest.er1
20212 ac_status=$?
20213 grep -v '^ *+' conftest.er1 >conftest.err
20214 rm -f conftest.er1
20215 cat conftest.err >&5
20216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20217 (exit $ac_status); } && {
20218 test -z "$ac_c_werror_flag" ||
20219 test ! -s conftest.err
20220 } && test -s conftest.$ac_objext; then
20221 ac_cv_type_request_sense=yes
20222 else
20223 echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
20226 ac_cv_type_request_sense=no
20229 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20231 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20232 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20233 if test $ac_cv_type_request_sense = yes; then
20235 cat >>confdefs.h <<_ACEOF
20236 #define HAVE_REQUEST_SENSE 1
20237 _ACEOF
20243 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20244 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20245 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20246 echo $ECHO_N "(cached) $ECHO_C" >&6
20247 else
20248 cat >conftest.$ac_ext <<_ACEOF
20249 /* confdefs.h. */
20250 _ACEOF
20251 cat confdefs.h >>conftest.$ac_ext
20252 cat >>conftest.$ac_ext <<_ACEOF
20253 /* end confdefs.h. */
20254 #include <sys/types.h>
20255 #ifdef HAVE_SYS_SOCKET_H
20256 #include <sys/socket.h>
20257 #endif
20258 #ifdef HAVE_SYS_SOCKETVAR_H
20259 #include <sys/socketvar.h>
20260 #endif
20261 #ifdef HAVE_NET_ROUTE_H
20262 #include <net/route.h>
20263 #endif
20264 #ifdef HAVE_NETINET_IN_H
20265 #include <netinet/in.h>
20266 #endif
20267 #ifdef HAVE_NETINET_IN_SYSTM_H
20268 #include <netinet/in_systm.h>
20269 #endif
20270 #ifdef HAVE_NETINET_IP_H
20271 #include <netinet/ip.h>
20272 #endif
20273 #ifdef HAVE_NETINET_IN_PCB_H
20274 #include <netinet/in_pcb.h>
20275 #endif
20277 typedef struct xinpgen ac__type_new_;
20279 main ()
20281 if ((ac__type_new_ *) 0)
20282 return 0;
20283 if (sizeof (ac__type_new_))
20284 return 0;
20286 return 0;
20288 _ACEOF
20289 rm -f conftest.$ac_objext
20290 if { (ac_try="$ac_compile"
20291 case "(($ac_try" in
20292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20293 *) ac_try_echo=$ac_try;;
20294 esac
20295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20296 (eval "$ac_compile") 2>conftest.er1
20297 ac_status=$?
20298 grep -v '^ *+' conftest.er1 >conftest.err
20299 rm -f conftest.er1
20300 cat conftest.err >&5
20301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20302 (exit $ac_status); } && {
20303 test -z "$ac_c_werror_flag" ||
20304 test ! -s conftest.err
20305 } && test -s conftest.$ac_objext; then
20306 ac_cv_type_struct_xinpgen=yes
20307 else
20308 echo "$as_me: failed program was:" >&5
20309 sed 's/^/| /' conftest.$ac_ext >&5
20311 ac_cv_type_struct_xinpgen=no
20314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20316 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20317 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20318 if test $ac_cv_type_struct_xinpgen = yes; then
20320 cat >>confdefs.h <<_ACEOF
20321 #define HAVE_STRUCT_XINPGEN 1
20322 _ACEOF
20328 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20329 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20330 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20331 echo $ECHO_N "(cached) $ECHO_C" >&6
20332 else
20333 cat >conftest.$ac_ext <<_ACEOF
20334 /* confdefs.h. */
20335 _ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h. */
20339 #ifdef HAVE_LINUX_INPUT_H
20340 #include <linux/input.h>
20341 #endif
20344 main ()
20346 static struct ff_effect ac_aggr;
20347 if (ac_aggr.direction)
20348 return 0;
20350 return 0;
20352 _ACEOF
20353 rm -f conftest.$ac_objext
20354 if { (ac_try="$ac_compile"
20355 case "(($ac_try" in
20356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20357 *) ac_try_echo=$ac_try;;
20358 esac
20359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20360 (eval "$ac_compile") 2>conftest.er1
20361 ac_status=$?
20362 grep -v '^ *+' conftest.er1 >conftest.err
20363 rm -f conftest.er1
20364 cat conftest.err >&5
20365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20366 (exit $ac_status); } && {
20367 test -z "$ac_c_werror_flag" ||
20368 test ! -s conftest.err
20369 } && test -s conftest.$ac_objext; then
20370 ac_cv_member_struct_ff_effect_direction=yes
20371 else
20372 echo "$as_me: failed program was:" >&5
20373 sed 's/^/| /' conftest.$ac_ext >&5
20375 cat >conftest.$ac_ext <<_ACEOF
20376 /* confdefs.h. */
20377 _ACEOF
20378 cat confdefs.h >>conftest.$ac_ext
20379 cat >>conftest.$ac_ext <<_ACEOF
20380 /* end confdefs.h. */
20381 #ifdef HAVE_LINUX_INPUT_H
20382 #include <linux/input.h>
20383 #endif
20386 main ()
20388 static struct ff_effect ac_aggr;
20389 if (sizeof ac_aggr.direction)
20390 return 0;
20392 return 0;
20394 _ACEOF
20395 rm -f conftest.$ac_objext
20396 if { (ac_try="$ac_compile"
20397 case "(($ac_try" in
20398 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20399 *) ac_try_echo=$ac_try;;
20400 esac
20401 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20402 (eval "$ac_compile") 2>conftest.er1
20403 ac_status=$?
20404 grep -v '^ *+' conftest.er1 >conftest.err
20405 rm -f conftest.er1
20406 cat conftest.err >&5
20407 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20408 (exit $ac_status); } && {
20409 test -z "$ac_c_werror_flag" ||
20410 test ! -s conftest.err
20411 } && test -s conftest.$ac_objext; then
20412 ac_cv_member_struct_ff_effect_direction=yes
20413 else
20414 echo "$as_me: failed program was:" >&5
20415 sed 's/^/| /' conftest.$ac_ext >&5
20417 ac_cv_member_struct_ff_effect_direction=no
20420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20425 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20426 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20427 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20429 cat >>confdefs.h <<_ACEOF
20430 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20431 _ACEOF
20437 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20438 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20439 if test "${wine_cv_have_sigaddset+set}" = set; then
20440 echo $ECHO_N "(cached) $ECHO_C" >&6
20441 else
20442 cat >conftest.$ac_ext <<_ACEOF
20443 /* confdefs.h. */
20444 _ACEOF
20445 cat confdefs.h >>conftest.$ac_ext
20446 cat >>conftest.$ac_ext <<_ACEOF
20447 /* end confdefs.h. */
20448 #include <signal.h>
20450 main ()
20452 sigset_t set; sigaddset(&set,SIGTERM);
20454 return 0;
20456 _ACEOF
20457 rm -f conftest.$ac_objext conftest$ac_exeext
20458 if { (ac_try="$ac_link"
20459 case "(($ac_try" in
20460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20461 *) ac_try_echo=$ac_try;;
20462 esac
20463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20464 (eval "$ac_link") 2>conftest.er1
20465 ac_status=$?
20466 grep -v '^ *+' conftest.er1 >conftest.err
20467 rm -f conftest.er1
20468 cat conftest.err >&5
20469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20470 (exit $ac_status); } && {
20471 test -z "$ac_c_werror_flag" ||
20472 test ! -s conftest.err
20473 } && test -s conftest$ac_exeext &&
20474 $as_test_x conftest$ac_exeext; then
20475 wine_cv_have_sigaddset=yes
20476 else
20477 echo "$as_me: failed program was:" >&5
20478 sed 's/^/| /' conftest.$ac_ext >&5
20480 wine_cv_have_sigaddset=no
20483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20484 conftest$ac_exeext conftest.$ac_ext
20486 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20487 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20488 if test "$wine_cv_have_sigaddset" = "yes"
20489 then
20491 cat >>confdefs.h <<\_ACEOF
20492 #define HAVE_SIGADDSET 1
20493 _ACEOF
20498 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20499 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20500 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20501 echo $ECHO_N "(cached) $ECHO_C" >&6
20502 else
20503 cat >conftest.$ac_ext <<_ACEOF
20504 /* confdefs.h. */
20505 _ACEOF
20506 cat confdefs.h >>conftest.$ac_ext
20507 cat >>conftest.$ac_ext <<_ACEOF
20508 /* end confdefs.h. */
20509 #include <netdb.h>
20511 main ()
20514 char *name=0;
20515 struct hostent he;
20516 struct hostent *result;
20517 char *buf=0;
20518 int bufsize=0;
20519 int res,errnr;
20520 char *addr=0;
20521 int addrlen=0;
20522 int addrtype=0;
20523 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20524 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20527 return 0;
20529 _ACEOF
20530 rm -f conftest.$ac_objext conftest$ac_exeext
20531 if { (ac_try="$ac_link"
20532 case "(($ac_try" in
20533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20534 *) ac_try_echo=$ac_try;;
20535 esac
20536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20537 (eval "$ac_link") 2>conftest.er1
20538 ac_status=$?
20539 grep -v '^ *+' conftest.er1 >conftest.err
20540 rm -f conftest.er1
20541 cat conftest.err >&5
20542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20543 (exit $ac_status); } && {
20544 test -z "$ac_c_werror_flag" ||
20545 test ! -s conftest.err
20546 } && test -s conftest$ac_exeext &&
20547 $as_test_x conftest$ac_exeext; then
20548 wine_cv_linux_gethostbyname_r_6=yes
20549 else
20550 echo "$as_me: failed program was:" >&5
20551 sed 's/^/| /' conftest.$ac_ext >&5
20553 wine_cv_linux_gethostbyname_r_6=no
20557 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20558 conftest$ac_exeext conftest.$ac_ext
20561 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20562 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20563 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20564 then
20566 cat >>confdefs.h <<\_ACEOF
20567 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20568 _ACEOF
20572 if test "$ac_cv_header_linux_joystick_h" = "yes"
20573 then
20574 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20575 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20576 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20577 echo $ECHO_N "(cached) $ECHO_C" >&6
20578 else
20579 cat >conftest.$ac_ext <<_ACEOF
20580 /* confdefs.h. */
20581 _ACEOF
20582 cat confdefs.h >>conftest.$ac_ext
20583 cat >>conftest.$ac_ext <<_ACEOF
20584 /* end confdefs.h. */
20586 #include <sys/ioctl.h>
20587 #include <sys/types.h>
20588 #include <linux/joystick.h>
20590 struct js_event blub;
20591 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20592 #error "no 2.2 header"
20593 #endif
20596 main ()
20598 /*empty*/
20600 return 0;
20602 _ACEOF
20603 rm -f conftest.$ac_objext
20604 if { (ac_try="$ac_compile"
20605 case "(($ac_try" in
20606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20607 *) ac_try_echo=$ac_try;;
20608 esac
20609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20610 (eval "$ac_compile") 2>conftest.er1
20611 ac_status=$?
20612 grep -v '^ *+' conftest.er1 >conftest.err
20613 rm -f conftest.er1
20614 cat conftest.err >&5
20615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); } && {
20617 test -z "$ac_c_werror_flag" ||
20618 test ! -s conftest.err
20619 } && test -s conftest.$ac_objext; then
20620 wine_cv_linux_joystick_22_api=yes
20621 else
20622 echo "$as_me: failed program was:" >&5
20623 sed 's/^/| /' conftest.$ac_ext >&5
20625 wine_cv_linux_joystick_22_api=no
20628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20632 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20633 if test "$wine_cv_linux_joystick_22_api" = "yes"
20634 then
20636 cat >>confdefs.h <<\_ACEOF
20637 #define HAVE_LINUX_22_JOYSTICK_API 1
20638 _ACEOF
20644 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20645 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20646 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20647 echo $ECHO_N "(cached) $ECHO_C" >&6
20648 else
20649 cat >conftest.$ac_ext <<_ACEOF
20650 /* confdefs.h. */
20651 _ACEOF
20652 cat confdefs.h >>conftest.$ac_ext
20653 cat >>conftest.$ac_ext <<_ACEOF
20654 /* end confdefs.h. */
20655 #include <sys/types.h>
20656 #ifdef HAVE_SYS_PARAM_H
20657 # include <sys/param.h>
20658 #endif
20659 #ifdef HAVE_SYS_MOUNT_H
20660 # include <sys/mount.h>
20661 #endif
20662 #ifdef HAVE_SYS_VFS_H
20663 # include <sys/vfs.h>
20664 #endif
20665 #ifdef HAVE_SYS_STATFS_H
20666 # include <sys/statfs.h>
20667 #endif
20670 main ()
20672 static struct statfs ac_aggr;
20673 if (ac_aggr.f_bfree)
20674 return 0;
20676 return 0;
20678 _ACEOF
20679 rm -f conftest.$ac_objext
20680 if { (ac_try="$ac_compile"
20681 case "(($ac_try" in
20682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20683 *) ac_try_echo=$ac_try;;
20684 esac
20685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20686 (eval "$ac_compile") 2>conftest.er1
20687 ac_status=$?
20688 grep -v '^ *+' conftest.er1 >conftest.err
20689 rm -f conftest.er1
20690 cat conftest.err >&5
20691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20692 (exit $ac_status); } && {
20693 test -z "$ac_c_werror_flag" ||
20694 test ! -s conftest.err
20695 } && test -s conftest.$ac_objext; then
20696 ac_cv_member_struct_statfs_f_bfree=yes
20697 else
20698 echo "$as_me: failed program was:" >&5
20699 sed 's/^/| /' conftest.$ac_ext >&5
20701 cat >conftest.$ac_ext <<_ACEOF
20702 /* confdefs.h. */
20703 _ACEOF
20704 cat confdefs.h >>conftest.$ac_ext
20705 cat >>conftest.$ac_ext <<_ACEOF
20706 /* end confdefs.h. */
20707 #include <sys/types.h>
20708 #ifdef HAVE_SYS_PARAM_H
20709 # include <sys/param.h>
20710 #endif
20711 #ifdef HAVE_SYS_MOUNT_H
20712 # include <sys/mount.h>
20713 #endif
20714 #ifdef HAVE_SYS_VFS_H
20715 # include <sys/vfs.h>
20716 #endif
20717 #ifdef HAVE_SYS_STATFS_H
20718 # include <sys/statfs.h>
20719 #endif
20722 main ()
20724 static struct statfs ac_aggr;
20725 if (sizeof ac_aggr.f_bfree)
20726 return 0;
20728 return 0;
20730 _ACEOF
20731 rm -f conftest.$ac_objext
20732 if { (ac_try="$ac_compile"
20733 case "(($ac_try" in
20734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20735 *) ac_try_echo=$ac_try;;
20736 esac
20737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20738 (eval "$ac_compile") 2>conftest.er1
20739 ac_status=$?
20740 grep -v '^ *+' conftest.er1 >conftest.err
20741 rm -f conftest.er1
20742 cat conftest.err >&5
20743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20744 (exit $ac_status); } && {
20745 test -z "$ac_c_werror_flag" ||
20746 test ! -s conftest.err
20747 } && test -s conftest.$ac_objext; then
20748 ac_cv_member_struct_statfs_f_bfree=yes
20749 else
20750 echo "$as_me: failed program was:" >&5
20751 sed 's/^/| /' conftest.$ac_ext >&5
20753 ac_cv_member_struct_statfs_f_bfree=no
20756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20759 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20761 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20762 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20763 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20765 cat >>confdefs.h <<_ACEOF
20766 #define HAVE_STRUCT_STATFS_F_BFREE 1
20767 _ACEOF
20771 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20772 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20773 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20774 echo $ECHO_N "(cached) $ECHO_C" >&6
20775 else
20776 cat >conftest.$ac_ext <<_ACEOF
20777 /* confdefs.h. */
20778 _ACEOF
20779 cat confdefs.h >>conftest.$ac_ext
20780 cat >>conftest.$ac_ext <<_ACEOF
20781 /* end confdefs.h. */
20782 #include <sys/types.h>
20783 #ifdef HAVE_SYS_PARAM_H
20784 # include <sys/param.h>
20785 #endif
20786 #ifdef HAVE_SYS_MOUNT_H
20787 # include <sys/mount.h>
20788 #endif
20789 #ifdef HAVE_SYS_VFS_H
20790 # include <sys/vfs.h>
20791 #endif
20792 #ifdef HAVE_SYS_STATFS_H
20793 # include <sys/statfs.h>
20794 #endif
20797 main ()
20799 static struct statfs ac_aggr;
20800 if (ac_aggr.f_bavail)
20801 return 0;
20803 return 0;
20805 _ACEOF
20806 rm -f conftest.$ac_objext
20807 if { (ac_try="$ac_compile"
20808 case "(($ac_try" in
20809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20810 *) ac_try_echo=$ac_try;;
20811 esac
20812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20813 (eval "$ac_compile") 2>conftest.er1
20814 ac_status=$?
20815 grep -v '^ *+' conftest.er1 >conftest.err
20816 rm -f conftest.er1
20817 cat conftest.err >&5
20818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20819 (exit $ac_status); } && {
20820 test -z "$ac_c_werror_flag" ||
20821 test ! -s conftest.err
20822 } && test -s conftest.$ac_objext; then
20823 ac_cv_member_struct_statfs_f_bavail=yes
20824 else
20825 echo "$as_me: failed program was:" >&5
20826 sed 's/^/| /' conftest.$ac_ext >&5
20828 cat >conftest.$ac_ext <<_ACEOF
20829 /* confdefs.h. */
20830 _ACEOF
20831 cat confdefs.h >>conftest.$ac_ext
20832 cat >>conftest.$ac_ext <<_ACEOF
20833 /* end confdefs.h. */
20834 #include <sys/types.h>
20835 #ifdef HAVE_SYS_PARAM_H
20836 # include <sys/param.h>
20837 #endif
20838 #ifdef HAVE_SYS_MOUNT_H
20839 # include <sys/mount.h>
20840 #endif
20841 #ifdef HAVE_SYS_VFS_H
20842 # include <sys/vfs.h>
20843 #endif
20844 #ifdef HAVE_SYS_STATFS_H
20845 # include <sys/statfs.h>
20846 #endif
20849 main ()
20851 static struct statfs ac_aggr;
20852 if (sizeof ac_aggr.f_bavail)
20853 return 0;
20855 return 0;
20857 _ACEOF
20858 rm -f conftest.$ac_objext
20859 if { (ac_try="$ac_compile"
20860 case "(($ac_try" in
20861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20862 *) ac_try_echo=$ac_try;;
20863 esac
20864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20865 (eval "$ac_compile") 2>conftest.er1
20866 ac_status=$?
20867 grep -v '^ *+' conftest.er1 >conftest.err
20868 rm -f conftest.er1
20869 cat conftest.err >&5
20870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20871 (exit $ac_status); } && {
20872 test -z "$ac_c_werror_flag" ||
20873 test ! -s conftest.err
20874 } && test -s conftest.$ac_objext; then
20875 ac_cv_member_struct_statfs_f_bavail=yes
20876 else
20877 echo "$as_me: failed program was:" >&5
20878 sed 's/^/| /' conftest.$ac_ext >&5
20880 ac_cv_member_struct_statfs_f_bavail=no
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20886 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20888 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
20889 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
20890 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
20892 cat >>confdefs.h <<_ACEOF
20893 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
20894 _ACEOF
20898 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
20899 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
20900 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
20901 echo $ECHO_N "(cached) $ECHO_C" >&6
20902 else
20903 cat >conftest.$ac_ext <<_ACEOF
20904 /* confdefs.h. */
20905 _ACEOF
20906 cat confdefs.h >>conftest.$ac_ext
20907 cat >>conftest.$ac_ext <<_ACEOF
20908 /* end confdefs.h. */
20909 #include <sys/types.h>
20910 #ifdef HAVE_SYS_PARAM_H
20911 # include <sys/param.h>
20912 #endif
20913 #ifdef HAVE_SYS_MOUNT_H
20914 # include <sys/mount.h>
20915 #endif
20916 #ifdef HAVE_SYS_VFS_H
20917 # include <sys/vfs.h>
20918 #endif
20919 #ifdef HAVE_SYS_STATFS_H
20920 # include <sys/statfs.h>
20921 #endif
20924 main ()
20926 static struct statfs ac_aggr;
20927 if (ac_aggr.f_frsize)
20928 return 0;
20930 return 0;
20932 _ACEOF
20933 rm -f conftest.$ac_objext
20934 if { (ac_try="$ac_compile"
20935 case "(($ac_try" in
20936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20937 *) ac_try_echo=$ac_try;;
20938 esac
20939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20940 (eval "$ac_compile") 2>conftest.er1
20941 ac_status=$?
20942 grep -v '^ *+' conftest.er1 >conftest.err
20943 rm -f conftest.er1
20944 cat conftest.err >&5
20945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20946 (exit $ac_status); } && {
20947 test -z "$ac_c_werror_flag" ||
20948 test ! -s conftest.err
20949 } && test -s conftest.$ac_objext; then
20950 ac_cv_member_struct_statfs_f_frsize=yes
20951 else
20952 echo "$as_me: failed program was:" >&5
20953 sed 's/^/| /' conftest.$ac_ext >&5
20955 cat >conftest.$ac_ext <<_ACEOF
20956 /* confdefs.h. */
20957 _ACEOF
20958 cat confdefs.h >>conftest.$ac_ext
20959 cat >>conftest.$ac_ext <<_ACEOF
20960 /* end confdefs.h. */
20961 #include <sys/types.h>
20962 #ifdef HAVE_SYS_PARAM_H
20963 # include <sys/param.h>
20964 #endif
20965 #ifdef HAVE_SYS_MOUNT_H
20966 # include <sys/mount.h>
20967 #endif
20968 #ifdef HAVE_SYS_VFS_H
20969 # include <sys/vfs.h>
20970 #endif
20971 #ifdef HAVE_SYS_STATFS_H
20972 # include <sys/statfs.h>
20973 #endif
20976 main ()
20978 static struct statfs ac_aggr;
20979 if (sizeof ac_aggr.f_frsize)
20980 return 0;
20982 return 0;
20984 _ACEOF
20985 rm -f conftest.$ac_objext
20986 if { (ac_try="$ac_compile"
20987 case "(($ac_try" in
20988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20989 *) ac_try_echo=$ac_try;;
20990 esac
20991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20992 (eval "$ac_compile") 2>conftest.er1
20993 ac_status=$?
20994 grep -v '^ *+' conftest.er1 >conftest.err
20995 rm -f conftest.er1
20996 cat conftest.err >&5
20997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20998 (exit $ac_status); } && {
20999 test -z "$ac_c_werror_flag" ||
21000 test ! -s conftest.err
21001 } && test -s conftest.$ac_objext; then
21002 ac_cv_member_struct_statfs_f_frsize=yes
21003 else
21004 echo "$as_me: failed program was:" >&5
21005 sed 's/^/| /' conftest.$ac_ext >&5
21007 ac_cv_member_struct_statfs_f_frsize=no
21010 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21013 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21015 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21016 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21017 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21019 cat >>confdefs.h <<_ACEOF
21020 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21021 _ACEOF
21025 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21026 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21027 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21028 echo $ECHO_N "(cached) $ECHO_C" >&6
21029 else
21030 cat >conftest.$ac_ext <<_ACEOF
21031 /* confdefs.h. */
21032 _ACEOF
21033 cat confdefs.h >>conftest.$ac_ext
21034 cat >>conftest.$ac_ext <<_ACEOF
21035 /* end confdefs.h. */
21036 #include <sys/types.h>
21037 #ifdef HAVE_SYS_PARAM_H
21038 # include <sys/param.h>
21039 #endif
21040 #ifdef HAVE_SYS_MOUNT_H
21041 # include <sys/mount.h>
21042 #endif
21043 #ifdef HAVE_SYS_VFS_H
21044 # include <sys/vfs.h>
21045 #endif
21046 #ifdef HAVE_SYS_STATFS_H
21047 # include <sys/statfs.h>
21048 #endif
21051 main ()
21053 static struct statfs ac_aggr;
21054 if (ac_aggr.f_ffree)
21055 return 0;
21057 return 0;
21059 _ACEOF
21060 rm -f conftest.$ac_objext
21061 if { (ac_try="$ac_compile"
21062 case "(($ac_try" in
21063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21064 *) ac_try_echo=$ac_try;;
21065 esac
21066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21067 (eval "$ac_compile") 2>conftest.er1
21068 ac_status=$?
21069 grep -v '^ *+' conftest.er1 >conftest.err
21070 rm -f conftest.er1
21071 cat conftest.err >&5
21072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21073 (exit $ac_status); } && {
21074 test -z "$ac_c_werror_flag" ||
21075 test ! -s conftest.err
21076 } && test -s conftest.$ac_objext; then
21077 ac_cv_member_struct_statfs_f_ffree=yes
21078 else
21079 echo "$as_me: failed program was:" >&5
21080 sed 's/^/| /' conftest.$ac_ext >&5
21082 cat >conftest.$ac_ext <<_ACEOF
21083 /* confdefs.h. */
21084 _ACEOF
21085 cat confdefs.h >>conftest.$ac_ext
21086 cat >>conftest.$ac_ext <<_ACEOF
21087 /* end confdefs.h. */
21088 #include <sys/types.h>
21089 #ifdef HAVE_SYS_PARAM_H
21090 # include <sys/param.h>
21091 #endif
21092 #ifdef HAVE_SYS_MOUNT_H
21093 # include <sys/mount.h>
21094 #endif
21095 #ifdef HAVE_SYS_VFS_H
21096 # include <sys/vfs.h>
21097 #endif
21098 #ifdef HAVE_SYS_STATFS_H
21099 # include <sys/statfs.h>
21100 #endif
21103 main ()
21105 static struct statfs ac_aggr;
21106 if (sizeof ac_aggr.f_ffree)
21107 return 0;
21109 return 0;
21111 _ACEOF
21112 rm -f conftest.$ac_objext
21113 if { (ac_try="$ac_compile"
21114 case "(($ac_try" in
21115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21116 *) ac_try_echo=$ac_try;;
21117 esac
21118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21119 (eval "$ac_compile") 2>conftest.er1
21120 ac_status=$?
21121 grep -v '^ *+' conftest.er1 >conftest.err
21122 rm -f conftest.er1
21123 cat conftest.err >&5
21124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21125 (exit $ac_status); } && {
21126 test -z "$ac_c_werror_flag" ||
21127 test ! -s conftest.err
21128 } && test -s conftest.$ac_objext; then
21129 ac_cv_member_struct_statfs_f_ffree=yes
21130 else
21131 echo "$as_me: failed program was:" >&5
21132 sed 's/^/| /' conftest.$ac_ext >&5
21134 ac_cv_member_struct_statfs_f_ffree=no
21137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21140 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21142 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21143 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21144 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21146 cat >>confdefs.h <<_ACEOF
21147 #define HAVE_STRUCT_STATFS_F_FFREE 1
21148 _ACEOF
21152 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21153 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21154 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21155 echo $ECHO_N "(cached) $ECHO_C" >&6
21156 else
21157 cat >conftest.$ac_ext <<_ACEOF
21158 /* confdefs.h. */
21159 _ACEOF
21160 cat confdefs.h >>conftest.$ac_ext
21161 cat >>conftest.$ac_ext <<_ACEOF
21162 /* end confdefs.h. */
21163 #include <sys/types.h>
21164 #ifdef HAVE_SYS_PARAM_H
21165 # include <sys/param.h>
21166 #endif
21167 #ifdef HAVE_SYS_MOUNT_H
21168 # include <sys/mount.h>
21169 #endif
21170 #ifdef HAVE_SYS_VFS_H
21171 # include <sys/vfs.h>
21172 #endif
21173 #ifdef HAVE_SYS_STATFS_H
21174 # include <sys/statfs.h>
21175 #endif
21178 main ()
21180 static struct statfs ac_aggr;
21181 if (ac_aggr.f_favail)
21182 return 0;
21184 return 0;
21186 _ACEOF
21187 rm -f conftest.$ac_objext
21188 if { (ac_try="$ac_compile"
21189 case "(($ac_try" in
21190 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21191 *) ac_try_echo=$ac_try;;
21192 esac
21193 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21194 (eval "$ac_compile") 2>conftest.er1
21195 ac_status=$?
21196 grep -v '^ *+' conftest.er1 >conftest.err
21197 rm -f conftest.er1
21198 cat conftest.err >&5
21199 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21200 (exit $ac_status); } && {
21201 test -z "$ac_c_werror_flag" ||
21202 test ! -s conftest.err
21203 } && test -s conftest.$ac_objext; then
21204 ac_cv_member_struct_statfs_f_favail=yes
21205 else
21206 echo "$as_me: failed program was:" >&5
21207 sed 's/^/| /' conftest.$ac_ext >&5
21209 cat >conftest.$ac_ext <<_ACEOF
21210 /* confdefs.h. */
21211 _ACEOF
21212 cat confdefs.h >>conftest.$ac_ext
21213 cat >>conftest.$ac_ext <<_ACEOF
21214 /* end confdefs.h. */
21215 #include <sys/types.h>
21216 #ifdef HAVE_SYS_PARAM_H
21217 # include <sys/param.h>
21218 #endif
21219 #ifdef HAVE_SYS_MOUNT_H
21220 # include <sys/mount.h>
21221 #endif
21222 #ifdef HAVE_SYS_VFS_H
21223 # include <sys/vfs.h>
21224 #endif
21225 #ifdef HAVE_SYS_STATFS_H
21226 # include <sys/statfs.h>
21227 #endif
21230 main ()
21232 static struct statfs ac_aggr;
21233 if (sizeof ac_aggr.f_favail)
21234 return 0;
21236 return 0;
21238 _ACEOF
21239 rm -f conftest.$ac_objext
21240 if { (ac_try="$ac_compile"
21241 case "(($ac_try" in
21242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21243 *) ac_try_echo=$ac_try;;
21244 esac
21245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21246 (eval "$ac_compile") 2>conftest.er1
21247 ac_status=$?
21248 grep -v '^ *+' conftest.er1 >conftest.err
21249 rm -f conftest.er1
21250 cat conftest.err >&5
21251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21252 (exit $ac_status); } && {
21253 test -z "$ac_c_werror_flag" ||
21254 test ! -s conftest.err
21255 } && test -s conftest.$ac_objext; then
21256 ac_cv_member_struct_statfs_f_favail=yes
21257 else
21258 echo "$as_me: failed program was:" >&5
21259 sed 's/^/| /' conftest.$ac_ext >&5
21261 ac_cv_member_struct_statfs_f_favail=no
21264 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21269 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21270 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21271 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21273 cat >>confdefs.h <<_ACEOF
21274 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21275 _ACEOF
21279 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21280 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21281 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21282 echo $ECHO_N "(cached) $ECHO_C" >&6
21283 else
21284 cat >conftest.$ac_ext <<_ACEOF
21285 /* confdefs.h. */
21286 _ACEOF
21287 cat confdefs.h >>conftest.$ac_ext
21288 cat >>conftest.$ac_ext <<_ACEOF
21289 /* end confdefs.h. */
21290 #include <sys/types.h>
21291 #ifdef HAVE_SYS_PARAM_H
21292 # include <sys/param.h>
21293 #endif
21294 #ifdef HAVE_SYS_MOUNT_H
21295 # include <sys/mount.h>
21296 #endif
21297 #ifdef HAVE_SYS_VFS_H
21298 # include <sys/vfs.h>
21299 #endif
21300 #ifdef HAVE_SYS_STATFS_H
21301 # include <sys/statfs.h>
21302 #endif
21305 main ()
21307 static struct statfs ac_aggr;
21308 if (ac_aggr.f_namelen)
21309 return 0;
21311 return 0;
21313 _ACEOF
21314 rm -f conftest.$ac_objext
21315 if { (ac_try="$ac_compile"
21316 case "(($ac_try" in
21317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21318 *) ac_try_echo=$ac_try;;
21319 esac
21320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21321 (eval "$ac_compile") 2>conftest.er1
21322 ac_status=$?
21323 grep -v '^ *+' conftest.er1 >conftest.err
21324 rm -f conftest.er1
21325 cat conftest.err >&5
21326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21327 (exit $ac_status); } && {
21328 test -z "$ac_c_werror_flag" ||
21329 test ! -s conftest.err
21330 } && test -s conftest.$ac_objext; then
21331 ac_cv_member_struct_statfs_f_namelen=yes
21332 else
21333 echo "$as_me: failed program was:" >&5
21334 sed 's/^/| /' conftest.$ac_ext >&5
21336 cat >conftest.$ac_ext <<_ACEOF
21337 /* confdefs.h. */
21338 _ACEOF
21339 cat confdefs.h >>conftest.$ac_ext
21340 cat >>conftest.$ac_ext <<_ACEOF
21341 /* end confdefs.h. */
21342 #include <sys/types.h>
21343 #ifdef HAVE_SYS_PARAM_H
21344 # include <sys/param.h>
21345 #endif
21346 #ifdef HAVE_SYS_MOUNT_H
21347 # include <sys/mount.h>
21348 #endif
21349 #ifdef HAVE_SYS_VFS_H
21350 # include <sys/vfs.h>
21351 #endif
21352 #ifdef HAVE_SYS_STATFS_H
21353 # include <sys/statfs.h>
21354 #endif
21357 main ()
21359 static struct statfs ac_aggr;
21360 if (sizeof ac_aggr.f_namelen)
21361 return 0;
21363 return 0;
21365 _ACEOF
21366 rm -f conftest.$ac_objext
21367 if { (ac_try="$ac_compile"
21368 case "(($ac_try" in
21369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21370 *) ac_try_echo=$ac_try;;
21371 esac
21372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21373 (eval "$ac_compile") 2>conftest.er1
21374 ac_status=$?
21375 grep -v '^ *+' conftest.er1 >conftest.err
21376 rm -f conftest.er1
21377 cat conftest.err >&5
21378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21379 (exit $ac_status); } && {
21380 test -z "$ac_c_werror_flag" ||
21381 test ! -s conftest.err
21382 } && test -s conftest.$ac_objext; then
21383 ac_cv_member_struct_statfs_f_namelen=yes
21384 else
21385 echo "$as_me: failed program was:" >&5
21386 sed 's/^/| /' conftest.$ac_ext >&5
21388 ac_cv_member_struct_statfs_f_namelen=no
21391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21396 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21397 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21398 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21400 cat >>confdefs.h <<_ACEOF
21401 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21402 _ACEOF
21408 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21409 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21410 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21411 echo $ECHO_N "(cached) $ECHO_C" >&6
21412 else
21413 cat >conftest.$ac_ext <<_ACEOF
21414 /* confdefs.h. */
21415 _ACEOF
21416 cat confdefs.h >>conftest.$ac_ext
21417 cat >>conftest.$ac_ext <<_ACEOF
21418 /* end confdefs.h. */
21419 #ifdef HAVE_SYS_STATVFS_H
21420 #include <sys/statvfs.h>
21421 #endif
21424 main ()
21426 static struct statvfs ac_aggr;
21427 if (ac_aggr.f_blocks)
21428 return 0;
21430 return 0;
21432 _ACEOF
21433 rm -f conftest.$ac_objext
21434 if { (ac_try="$ac_compile"
21435 case "(($ac_try" in
21436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21437 *) ac_try_echo=$ac_try;;
21438 esac
21439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21440 (eval "$ac_compile") 2>conftest.er1
21441 ac_status=$?
21442 grep -v '^ *+' conftest.er1 >conftest.err
21443 rm -f conftest.er1
21444 cat conftest.err >&5
21445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21446 (exit $ac_status); } && {
21447 test -z "$ac_c_werror_flag" ||
21448 test ! -s conftest.err
21449 } && test -s conftest.$ac_objext; then
21450 ac_cv_member_struct_statvfs_f_blocks=yes
21451 else
21452 echo "$as_me: failed program was:" >&5
21453 sed 's/^/| /' conftest.$ac_ext >&5
21455 cat >conftest.$ac_ext <<_ACEOF
21456 /* confdefs.h. */
21457 _ACEOF
21458 cat confdefs.h >>conftest.$ac_ext
21459 cat >>conftest.$ac_ext <<_ACEOF
21460 /* end confdefs.h. */
21461 #ifdef HAVE_SYS_STATVFS_H
21462 #include <sys/statvfs.h>
21463 #endif
21466 main ()
21468 static struct statvfs ac_aggr;
21469 if (sizeof ac_aggr.f_blocks)
21470 return 0;
21472 return 0;
21474 _ACEOF
21475 rm -f conftest.$ac_objext
21476 if { (ac_try="$ac_compile"
21477 case "(($ac_try" in
21478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21479 *) ac_try_echo=$ac_try;;
21480 esac
21481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21482 (eval "$ac_compile") 2>conftest.er1
21483 ac_status=$?
21484 grep -v '^ *+' conftest.er1 >conftest.err
21485 rm -f conftest.er1
21486 cat conftest.err >&5
21487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21488 (exit $ac_status); } && {
21489 test -z "$ac_c_werror_flag" ||
21490 test ! -s conftest.err
21491 } && test -s conftest.$ac_objext; then
21492 ac_cv_member_struct_statvfs_f_blocks=yes
21493 else
21494 echo "$as_me: failed program was:" >&5
21495 sed 's/^/| /' conftest.$ac_ext >&5
21497 ac_cv_member_struct_statvfs_f_blocks=no
21500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21505 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21506 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21507 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21509 cat >>confdefs.h <<_ACEOF
21510 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21511 _ACEOF
21517 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21518 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21519 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21520 echo $ECHO_N "(cached) $ECHO_C" >&6
21521 else
21522 cat >conftest.$ac_ext <<_ACEOF
21523 /* confdefs.h. */
21524 _ACEOF
21525 cat confdefs.h >>conftest.$ac_ext
21526 cat >>conftest.$ac_ext <<_ACEOF
21527 /* end confdefs.h. */
21528 #include <sys/types.h>
21529 #ifdef HAVE_SYS_SOCKET_H
21530 # include <sys/socket.h>
21531 #endif
21532 #ifdef HAVE_SYS_UN_H
21533 # include <sys/un.h>
21534 #endif
21537 main ()
21539 static struct msghdr ac_aggr;
21540 if (ac_aggr.msg_accrights)
21541 return 0;
21543 return 0;
21545 _ACEOF
21546 rm -f conftest.$ac_objext
21547 if { (ac_try="$ac_compile"
21548 case "(($ac_try" in
21549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21550 *) ac_try_echo=$ac_try;;
21551 esac
21552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21553 (eval "$ac_compile") 2>conftest.er1
21554 ac_status=$?
21555 grep -v '^ *+' conftest.er1 >conftest.err
21556 rm -f conftest.er1
21557 cat conftest.err >&5
21558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21559 (exit $ac_status); } && {
21560 test -z "$ac_c_werror_flag" ||
21561 test ! -s conftest.err
21562 } && test -s conftest.$ac_objext; then
21563 ac_cv_member_struct_msghdr_msg_accrights=yes
21564 else
21565 echo "$as_me: failed program was:" >&5
21566 sed 's/^/| /' conftest.$ac_ext >&5
21568 cat >conftest.$ac_ext <<_ACEOF
21569 /* confdefs.h. */
21570 _ACEOF
21571 cat confdefs.h >>conftest.$ac_ext
21572 cat >>conftest.$ac_ext <<_ACEOF
21573 /* end confdefs.h. */
21574 #include <sys/types.h>
21575 #ifdef HAVE_SYS_SOCKET_H
21576 # include <sys/socket.h>
21577 #endif
21578 #ifdef HAVE_SYS_UN_H
21579 # include <sys/un.h>
21580 #endif
21583 main ()
21585 static struct msghdr ac_aggr;
21586 if (sizeof ac_aggr.msg_accrights)
21587 return 0;
21589 return 0;
21591 _ACEOF
21592 rm -f conftest.$ac_objext
21593 if { (ac_try="$ac_compile"
21594 case "(($ac_try" in
21595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21596 *) ac_try_echo=$ac_try;;
21597 esac
21598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21599 (eval "$ac_compile") 2>conftest.er1
21600 ac_status=$?
21601 grep -v '^ *+' conftest.er1 >conftest.err
21602 rm -f conftest.er1
21603 cat conftest.err >&5
21604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21605 (exit $ac_status); } && {
21606 test -z "$ac_c_werror_flag" ||
21607 test ! -s conftest.err
21608 } && test -s conftest.$ac_objext; then
21609 ac_cv_member_struct_msghdr_msg_accrights=yes
21610 else
21611 echo "$as_me: failed program was:" >&5
21612 sed 's/^/| /' conftest.$ac_ext >&5
21614 ac_cv_member_struct_msghdr_msg_accrights=no
21617 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21622 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21623 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21624 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21626 cat >>confdefs.h <<_ACEOF
21627 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21628 _ACEOF
21632 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21633 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21634 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21635 echo $ECHO_N "(cached) $ECHO_C" >&6
21636 else
21637 cat >conftest.$ac_ext <<_ACEOF
21638 /* confdefs.h. */
21639 _ACEOF
21640 cat confdefs.h >>conftest.$ac_ext
21641 cat >>conftest.$ac_ext <<_ACEOF
21642 /* end confdefs.h. */
21643 #include <sys/types.h>
21644 #ifdef HAVE_SYS_SOCKET_H
21645 # include <sys/socket.h>
21646 #endif
21647 #ifdef HAVE_SYS_UN_H
21648 # include <sys/un.h>
21649 #endif
21652 main ()
21654 static struct sockaddr ac_aggr;
21655 if (ac_aggr.sa_len)
21656 return 0;
21658 return 0;
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21668 (eval "$ac_compile") 2>conftest.er1
21669 ac_status=$?
21670 grep -v '^ *+' conftest.er1 >conftest.err
21671 rm -f conftest.er1
21672 cat conftest.err >&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && {
21675 test -z "$ac_c_werror_flag" ||
21676 test ! -s conftest.err
21677 } && test -s conftest.$ac_objext; then
21678 ac_cv_member_struct_sockaddr_sa_len=yes
21679 else
21680 echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.$ac_ext >&5
21683 cat >conftest.$ac_ext <<_ACEOF
21684 /* confdefs.h. */
21685 _ACEOF
21686 cat confdefs.h >>conftest.$ac_ext
21687 cat >>conftest.$ac_ext <<_ACEOF
21688 /* end confdefs.h. */
21689 #include <sys/types.h>
21690 #ifdef HAVE_SYS_SOCKET_H
21691 # include <sys/socket.h>
21692 #endif
21693 #ifdef HAVE_SYS_UN_H
21694 # include <sys/un.h>
21695 #endif
21698 main ()
21700 static struct sockaddr ac_aggr;
21701 if (sizeof ac_aggr.sa_len)
21702 return 0;
21704 return 0;
21706 _ACEOF
21707 rm -f conftest.$ac_objext
21708 if { (ac_try="$ac_compile"
21709 case "(($ac_try" in
21710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21711 *) ac_try_echo=$ac_try;;
21712 esac
21713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21714 (eval "$ac_compile") 2>conftest.er1
21715 ac_status=$?
21716 grep -v '^ *+' conftest.er1 >conftest.err
21717 rm -f conftest.er1
21718 cat conftest.err >&5
21719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21720 (exit $ac_status); } && {
21721 test -z "$ac_c_werror_flag" ||
21722 test ! -s conftest.err
21723 } && test -s conftest.$ac_objext; then
21724 ac_cv_member_struct_sockaddr_sa_len=yes
21725 else
21726 echo "$as_me: failed program was:" >&5
21727 sed 's/^/| /' conftest.$ac_ext >&5
21729 ac_cv_member_struct_sockaddr_sa_len=no
21732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21735 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21737 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21738 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21739 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21741 cat >>confdefs.h <<_ACEOF
21742 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21743 _ACEOF
21747 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21748 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21749 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21750 echo $ECHO_N "(cached) $ECHO_C" >&6
21751 else
21752 cat >conftest.$ac_ext <<_ACEOF
21753 /* confdefs.h. */
21754 _ACEOF
21755 cat confdefs.h >>conftest.$ac_ext
21756 cat >>conftest.$ac_ext <<_ACEOF
21757 /* end confdefs.h. */
21758 #include <sys/types.h>
21759 #ifdef HAVE_SYS_SOCKET_H
21760 # include <sys/socket.h>
21761 #endif
21762 #ifdef HAVE_SYS_UN_H
21763 # include <sys/un.h>
21764 #endif
21767 main ()
21769 static struct sockaddr_un ac_aggr;
21770 if (ac_aggr.sun_len)
21771 return 0;
21773 return 0;
21775 _ACEOF
21776 rm -f conftest.$ac_objext
21777 if { (ac_try="$ac_compile"
21778 case "(($ac_try" in
21779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21780 *) ac_try_echo=$ac_try;;
21781 esac
21782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21783 (eval "$ac_compile") 2>conftest.er1
21784 ac_status=$?
21785 grep -v '^ *+' conftest.er1 >conftest.err
21786 rm -f conftest.er1
21787 cat conftest.err >&5
21788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21789 (exit $ac_status); } && {
21790 test -z "$ac_c_werror_flag" ||
21791 test ! -s conftest.err
21792 } && test -s conftest.$ac_objext; then
21793 ac_cv_member_struct_sockaddr_un_sun_len=yes
21794 else
21795 echo "$as_me: failed program was:" >&5
21796 sed 's/^/| /' conftest.$ac_ext >&5
21798 cat >conftest.$ac_ext <<_ACEOF
21799 /* confdefs.h. */
21800 _ACEOF
21801 cat confdefs.h >>conftest.$ac_ext
21802 cat >>conftest.$ac_ext <<_ACEOF
21803 /* end confdefs.h. */
21804 #include <sys/types.h>
21805 #ifdef HAVE_SYS_SOCKET_H
21806 # include <sys/socket.h>
21807 #endif
21808 #ifdef HAVE_SYS_UN_H
21809 # include <sys/un.h>
21810 #endif
21813 main ()
21815 static struct sockaddr_un ac_aggr;
21816 if (sizeof ac_aggr.sun_len)
21817 return 0;
21819 return 0;
21821 _ACEOF
21822 rm -f conftest.$ac_objext
21823 if { (ac_try="$ac_compile"
21824 case "(($ac_try" in
21825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21826 *) ac_try_echo=$ac_try;;
21827 esac
21828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21829 (eval "$ac_compile") 2>conftest.er1
21830 ac_status=$?
21831 grep -v '^ *+' conftest.er1 >conftest.err
21832 rm -f conftest.er1
21833 cat conftest.err >&5
21834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21835 (exit $ac_status); } && {
21836 test -z "$ac_c_werror_flag" ||
21837 test ! -s conftest.err
21838 } && test -s conftest.$ac_objext; then
21839 ac_cv_member_struct_sockaddr_un_sun_len=yes
21840 else
21841 echo "$as_me: failed program was:" >&5
21842 sed 's/^/| /' conftest.$ac_ext >&5
21844 ac_cv_member_struct_sockaddr_un_sun_len=no
21847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21850 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21852 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
21853 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
21854 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
21856 cat >>confdefs.h <<_ACEOF
21857 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
21858 _ACEOF
21864 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
21865 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
21866 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
21867 echo $ECHO_N "(cached) $ECHO_C" >&6
21868 else
21869 cat >conftest.$ac_ext <<_ACEOF
21870 /* confdefs.h. */
21871 _ACEOF
21872 cat confdefs.h >>conftest.$ac_ext
21873 cat >>conftest.$ac_ext <<_ACEOF
21874 /* end confdefs.h. */
21875 #include <sys/types.h>
21876 #ifdef HAVE_SCSI_SG_H
21877 #include <scsi/sg.h>
21878 #endif
21881 main ()
21883 static scsireq_t ac_aggr;
21884 if (ac_aggr.cmd)
21885 return 0;
21887 return 0;
21889 _ACEOF
21890 rm -f conftest.$ac_objext
21891 if { (ac_try="$ac_compile"
21892 case "(($ac_try" in
21893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21894 *) ac_try_echo=$ac_try;;
21895 esac
21896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21897 (eval "$ac_compile") 2>conftest.er1
21898 ac_status=$?
21899 grep -v '^ *+' conftest.er1 >conftest.err
21900 rm -f conftest.er1
21901 cat conftest.err >&5
21902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21903 (exit $ac_status); } && {
21904 test -z "$ac_c_werror_flag" ||
21905 test ! -s conftest.err
21906 } && test -s conftest.$ac_objext; then
21907 ac_cv_member_scsireq_t_cmd=yes
21908 else
21909 echo "$as_me: failed program was:" >&5
21910 sed 's/^/| /' conftest.$ac_ext >&5
21912 cat >conftest.$ac_ext <<_ACEOF
21913 /* confdefs.h. */
21914 _ACEOF
21915 cat confdefs.h >>conftest.$ac_ext
21916 cat >>conftest.$ac_ext <<_ACEOF
21917 /* end confdefs.h. */
21918 #include <sys/types.h>
21919 #ifdef HAVE_SCSI_SG_H
21920 #include <scsi/sg.h>
21921 #endif
21924 main ()
21926 static scsireq_t ac_aggr;
21927 if (sizeof ac_aggr.cmd)
21928 return 0;
21930 return 0;
21932 _ACEOF
21933 rm -f conftest.$ac_objext
21934 if { (ac_try="$ac_compile"
21935 case "(($ac_try" in
21936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21937 *) ac_try_echo=$ac_try;;
21938 esac
21939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21940 (eval "$ac_compile") 2>conftest.er1
21941 ac_status=$?
21942 grep -v '^ *+' conftest.er1 >conftest.err
21943 rm -f conftest.er1
21944 cat conftest.err >&5
21945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21946 (exit $ac_status); } && {
21947 test -z "$ac_c_werror_flag" ||
21948 test ! -s conftest.err
21949 } && test -s conftest.$ac_objext; then
21950 ac_cv_member_scsireq_t_cmd=yes
21951 else
21952 echo "$as_me: failed program was:" >&5
21953 sed 's/^/| /' conftest.$ac_ext >&5
21955 ac_cv_member_scsireq_t_cmd=no
21958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21961 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21963 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
21964 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
21965 if test $ac_cv_member_scsireq_t_cmd = yes; then
21967 cat >>confdefs.h <<_ACEOF
21968 #define HAVE_SCSIREQ_T_CMD 1
21969 _ACEOF
21973 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
21974 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
21975 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
21976 echo $ECHO_N "(cached) $ECHO_C" >&6
21977 else
21978 cat >conftest.$ac_ext <<_ACEOF
21979 /* confdefs.h. */
21980 _ACEOF
21981 cat confdefs.h >>conftest.$ac_ext
21982 cat >>conftest.$ac_ext <<_ACEOF
21983 /* end confdefs.h. */
21984 #include <sys/types.h>
21985 #ifdef HAVE_SCSI_SG_H
21986 #include <scsi/sg.h>
21987 #endif
21990 main ()
21992 static sg_io_hdr_t ac_aggr;
21993 if (ac_aggr.interface_id)
21994 return 0;
21996 return 0;
21998 _ACEOF
21999 rm -f conftest.$ac_objext
22000 if { (ac_try="$ac_compile"
22001 case "(($ac_try" in
22002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22003 *) ac_try_echo=$ac_try;;
22004 esac
22005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22006 (eval "$ac_compile") 2>conftest.er1
22007 ac_status=$?
22008 grep -v '^ *+' conftest.er1 >conftest.err
22009 rm -f conftest.er1
22010 cat conftest.err >&5
22011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22012 (exit $ac_status); } && {
22013 test -z "$ac_c_werror_flag" ||
22014 test ! -s conftest.err
22015 } && test -s conftest.$ac_objext; then
22016 ac_cv_member_sg_io_hdr_t_interface_id=yes
22017 else
22018 echo "$as_me: failed program was:" >&5
22019 sed 's/^/| /' conftest.$ac_ext >&5
22021 cat >conftest.$ac_ext <<_ACEOF
22022 /* confdefs.h. */
22023 _ACEOF
22024 cat confdefs.h >>conftest.$ac_ext
22025 cat >>conftest.$ac_ext <<_ACEOF
22026 /* end confdefs.h. */
22027 #include <sys/types.h>
22028 #ifdef HAVE_SCSI_SG_H
22029 #include <scsi/sg.h>
22030 #endif
22033 main ()
22035 static sg_io_hdr_t ac_aggr;
22036 if (sizeof ac_aggr.interface_id)
22037 return 0;
22039 return 0;
22041 _ACEOF
22042 rm -f conftest.$ac_objext
22043 if { (ac_try="$ac_compile"
22044 case "(($ac_try" in
22045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22046 *) ac_try_echo=$ac_try;;
22047 esac
22048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22049 (eval "$ac_compile") 2>conftest.er1
22050 ac_status=$?
22051 grep -v '^ *+' conftest.er1 >conftest.err
22052 rm -f conftest.er1
22053 cat conftest.err >&5
22054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22055 (exit $ac_status); } && {
22056 test -z "$ac_c_werror_flag" ||
22057 test ! -s conftest.err
22058 } && test -s conftest.$ac_objext; then
22059 ac_cv_member_sg_io_hdr_t_interface_id=yes
22060 else
22061 echo "$as_me: failed program was:" >&5
22062 sed 's/^/| /' conftest.$ac_ext >&5
22064 ac_cv_member_sg_io_hdr_t_interface_id=no
22067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22072 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22073 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22074 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22076 cat >>confdefs.h <<_ACEOF
22077 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22078 _ACEOF
22084 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22085 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22086 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22087 echo $ECHO_N "(cached) $ECHO_C" >&6
22088 else
22089 cat >conftest.$ac_ext <<_ACEOF
22090 /* confdefs.h. */
22091 _ACEOF
22092 cat confdefs.h >>conftest.$ac_ext
22093 cat >>conftest.$ac_ext <<_ACEOF
22094 /* end confdefs.h. */
22095 #include <signal.h>
22098 main ()
22100 static siginfo_t ac_aggr;
22101 if (ac_aggr.si_fd)
22102 return 0;
22104 return 0;
22106 _ACEOF
22107 rm -f conftest.$ac_objext
22108 if { (ac_try="$ac_compile"
22109 case "(($ac_try" in
22110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22111 *) ac_try_echo=$ac_try;;
22112 esac
22113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22114 (eval "$ac_compile") 2>conftest.er1
22115 ac_status=$?
22116 grep -v '^ *+' conftest.er1 >conftest.err
22117 rm -f conftest.er1
22118 cat conftest.err >&5
22119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22120 (exit $ac_status); } && {
22121 test -z "$ac_c_werror_flag" ||
22122 test ! -s conftest.err
22123 } && test -s conftest.$ac_objext; then
22124 ac_cv_member_siginfo_t_si_fd=yes
22125 else
22126 echo "$as_me: failed program was:" >&5
22127 sed 's/^/| /' conftest.$ac_ext >&5
22129 cat >conftest.$ac_ext <<_ACEOF
22130 /* confdefs.h. */
22131 _ACEOF
22132 cat confdefs.h >>conftest.$ac_ext
22133 cat >>conftest.$ac_ext <<_ACEOF
22134 /* end confdefs.h. */
22135 #include <signal.h>
22138 main ()
22140 static siginfo_t ac_aggr;
22141 if (sizeof ac_aggr.si_fd)
22142 return 0;
22144 return 0;
22146 _ACEOF
22147 rm -f conftest.$ac_objext
22148 if { (ac_try="$ac_compile"
22149 case "(($ac_try" in
22150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22151 *) ac_try_echo=$ac_try;;
22152 esac
22153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22154 (eval "$ac_compile") 2>conftest.er1
22155 ac_status=$?
22156 grep -v '^ *+' conftest.er1 >conftest.err
22157 rm -f conftest.er1
22158 cat conftest.err >&5
22159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22160 (exit $ac_status); } && {
22161 test -z "$ac_c_werror_flag" ||
22162 test ! -s conftest.err
22163 } && test -s conftest.$ac_objext; then
22164 ac_cv_member_siginfo_t_si_fd=yes
22165 else
22166 echo "$as_me: failed program was:" >&5
22167 sed 's/^/| /' conftest.$ac_ext >&5
22169 ac_cv_member_siginfo_t_si_fd=no
22172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22177 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22178 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22179 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22181 cat >>confdefs.h <<_ACEOF
22182 #define HAVE_SIGINFO_T_SI_FD 1
22183 _ACEOF
22189 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22190 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22191 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22192 echo $ECHO_N "(cached) $ECHO_C" >&6
22193 else
22194 cat >conftest.$ac_ext <<_ACEOF
22195 /* confdefs.h. */
22196 _ACEOF
22197 cat confdefs.h >>conftest.$ac_ext
22198 cat >>conftest.$ac_ext <<_ACEOF
22199 /* end confdefs.h. */
22200 #include <sys/types.h>
22201 #ifdef HAVE_SYS_MTIO_H
22202 #include <sys/mtio.h>
22203 #endif
22206 main ()
22208 static struct mtget ac_aggr;
22209 if (ac_aggr.mt_blksiz)
22210 return 0;
22212 return 0;
22214 _ACEOF
22215 rm -f conftest.$ac_objext
22216 if { (ac_try="$ac_compile"
22217 case "(($ac_try" in
22218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22219 *) ac_try_echo=$ac_try;;
22220 esac
22221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22222 (eval "$ac_compile") 2>conftest.er1
22223 ac_status=$?
22224 grep -v '^ *+' conftest.er1 >conftest.err
22225 rm -f conftest.er1
22226 cat conftest.err >&5
22227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22228 (exit $ac_status); } && {
22229 test -z "$ac_c_werror_flag" ||
22230 test ! -s conftest.err
22231 } && test -s conftest.$ac_objext; then
22232 ac_cv_member_struct_mtget_mt_blksiz=yes
22233 else
22234 echo "$as_me: failed program was:" >&5
22235 sed 's/^/| /' conftest.$ac_ext >&5
22237 cat >conftest.$ac_ext <<_ACEOF
22238 /* confdefs.h. */
22239 _ACEOF
22240 cat confdefs.h >>conftest.$ac_ext
22241 cat >>conftest.$ac_ext <<_ACEOF
22242 /* end confdefs.h. */
22243 #include <sys/types.h>
22244 #ifdef HAVE_SYS_MTIO_H
22245 #include <sys/mtio.h>
22246 #endif
22249 main ()
22251 static struct mtget ac_aggr;
22252 if (sizeof ac_aggr.mt_blksiz)
22253 return 0;
22255 return 0;
22257 _ACEOF
22258 rm -f conftest.$ac_objext
22259 if { (ac_try="$ac_compile"
22260 case "(($ac_try" in
22261 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22262 *) ac_try_echo=$ac_try;;
22263 esac
22264 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22265 (eval "$ac_compile") 2>conftest.er1
22266 ac_status=$?
22267 grep -v '^ *+' conftest.er1 >conftest.err
22268 rm -f conftest.er1
22269 cat conftest.err >&5
22270 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22271 (exit $ac_status); } && {
22272 test -z "$ac_c_werror_flag" ||
22273 test ! -s conftest.err
22274 } && test -s conftest.$ac_objext; then
22275 ac_cv_member_struct_mtget_mt_blksiz=yes
22276 else
22277 echo "$as_me: failed program was:" >&5
22278 sed 's/^/| /' conftest.$ac_ext >&5
22280 ac_cv_member_struct_mtget_mt_blksiz=no
22283 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22286 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22288 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22289 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22290 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22292 cat >>confdefs.h <<_ACEOF
22293 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22294 _ACEOF
22298 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22299 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22300 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22301 echo $ECHO_N "(cached) $ECHO_C" >&6
22302 else
22303 cat >conftest.$ac_ext <<_ACEOF
22304 /* confdefs.h. */
22305 _ACEOF
22306 cat confdefs.h >>conftest.$ac_ext
22307 cat >>conftest.$ac_ext <<_ACEOF
22308 /* end confdefs.h. */
22309 #include <sys/types.h>
22310 #ifdef HAVE_SYS_MTIO_H
22311 #include <sys/mtio.h>
22312 #endif
22315 main ()
22317 static struct mtget ac_aggr;
22318 if (ac_aggr.mt_gstat)
22319 return 0;
22321 return 0;
22323 _ACEOF
22324 rm -f conftest.$ac_objext
22325 if { (ac_try="$ac_compile"
22326 case "(($ac_try" in
22327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22328 *) ac_try_echo=$ac_try;;
22329 esac
22330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22331 (eval "$ac_compile") 2>conftest.er1
22332 ac_status=$?
22333 grep -v '^ *+' conftest.er1 >conftest.err
22334 rm -f conftest.er1
22335 cat conftest.err >&5
22336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22337 (exit $ac_status); } && {
22338 test -z "$ac_c_werror_flag" ||
22339 test ! -s conftest.err
22340 } && test -s conftest.$ac_objext; then
22341 ac_cv_member_struct_mtget_mt_gstat=yes
22342 else
22343 echo "$as_me: failed program was:" >&5
22344 sed 's/^/| /' conftest.$ac_ext >&5
22346 cat >conftest.$ac_ext <<_ACEOF
22347 /* confdefs.h. */
22348 _ACEOF
22349 cat confdefs.h >>conftest.$ac_ext
22350 cat >>conftest.$ac_ext <<_ACEOF
22351 /* end confdefs.h. */
22352 #include <sys/types.h>
22353 #ifdef HAVE_SYS_MTIO_H
22354 #include <sys/mtio.h>
22355 #endif
22358 main ()
22360 static struct mtget ac_aggr;
22361 if (sizeof ac_aggr.mt_gstat)
22362 return 0;
22364 return 0;
22366 _ACEOF
22367 rm -f conftest.$ac_objext
22368 if { (ac_try="$ac_compile"
22369 case "(($ac_try" in
22370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22371 *) ac_try_echo=$ac_try;;
22372 esac
22373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22374 (eval "$ac_compile") 2>conftest.er1
22375 ac_status=$?
22376 grep -v '^ *+' conftest.er1 >conftest.err
22377 rm -f conftest.er1
22378 cat conftest.err >&5
22379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22380 (exit $ac_status); } && {
22381 test -z "$ac_c_werror_flag" ||
22382 test ! -s conftest.err
22383 } && test -s conftest.$ac_objext; then
22384 ac_cv_member_struct_mtget_mt_gstat=yes
22385 else
22386 echo "$as_me: failed program was:" >&5
22387 sed 's/^/| /' conftest.$ac_ext >&5
22389 ac_cv_member_struct_mtget_mt_gstat=no
22392 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22395 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22397 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22398 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22399 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22401 cat >>confdefs.h <<_ACEOF
22402 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22403 _ACEOF
22407 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22408 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22409 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22410 echo $ECHO_N "(cached) $ECHO_C" >&6
22411 else
22412 cat >conftest.$ac_ext <<_ACEOF
22413 /* confdefs.h. */
22414 _ACEOF
22415 cat confdefs.h >>conftest.$ac_ext
22416 cat >>conftest.$ac_ext <<_ACEOF
22417 /* end confdefs.h. */
22418 #include <sys/types.h>
22419 #ifdef HAVE_SYS_MTIO_H
22420 #include <sys/mtio.h>
22421 #endif
22424 main ()
22426 static struct mtget ac_aggr;
22427 if (ac_aggr.mt_blkno)
22428 return 0;
22430 return 0;
22432 _ACEOF
22433 rm -f conftest.$ac_objext
22434 if { (ac_try="$ac_compile"
22435 case "(($ac_try" in
22436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22437 *) ac_try_echo=$ac_try;;
22438 esac
22439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22440 (eval "$ac_compile") 2>conftest.er1
22441 ac_status=$?
22442 grep -v '^ *+' conftest.er1 >conftest.err
22443 rm -f conftest.er1
22444 cat conftest.err >&5
22445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22446 (exit $ac_status); } && {
22447 test -z "$ac_c_werror_flag" ||
22448 test ! -s conftest.err
22449 } && test -s conftest.$ac_objext; then
22450 ac_cv_member_struct_mtget_mt_blkno=yes
22451 else
22452 echo "$as_me: failed program was:" >&5
22453 sed 's/^/| /' conftest.$ac_ext >&5
22455 cat >conftest.$ac_ext <<_ACEOF
22456 /* confdefs.h. */
22457 _ACEOF
22458 cat confdefs.h >>conftest.$ac_ext
22459 cat >>conftest.$ac_ext <<_ACEOF
22460 /* end confdefs.h. */
22461 #include <sys/types.h>
22462 #ifdef HAVE_SYS_MTIO_H
22463 #include <sys/mtio.h>
22464 #endif
22467 main ()
22469 static struct mtget ac_aggr;
22470 if (sizeof ac_aggr.mt_blkno)
22471 return 0;
22473 return 0;
22475 _ACEOF
22476 rm -f conftest.$ac_objext
22477 if { (ac_try="$ac_compile"
22478 case "(($ac_try" in
22479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22480 *) ac_try_echo=$ac_try;;
22481 esac
22482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22483 (eval "$ac_compile") 2>conftest.er1
22484 ac_status=$?
22485 grep -v '^ *+' conftest.er1 >conftest.err
22486 rm -f conftest.er1
22487 cat conftest.err >&5
22488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22489 (exit $ac_status); } && {
22490 test -z "$ac_c_werror_flag" ||
22491 test ! -s conftest.err
22492 } && test -s conftest.$ac_objext; then
22493 ac_cv_member_struct_mtget_mt_blkno=yes
22494 else
22495 echo "$as_me: failed program was:" >&5
22496 sed 's/^/| /' conftest.$ac_ext >&5
22498 ac_cv_member_struct_mtget_mt_blkno=no
22501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22506 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22507 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22508 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22510 cat >>confdefs.h <<_ACEOF
22511 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22512 _ACEOF
22518 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22519 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22520 if test "${ac_cv_member_struct_option_name+set}" = set; then
22521 echo $ECHO_N "(cached) $ECHO_C" >&6
22522 else
22523 cat >conftest.$ac_ext <<_ACEOF
22524 /* confdefs.h. */
22525 _ACEOF
22526 cat confdefs.h >>conftest.$ac_ext
22527 cat >>conftest.$ac_ext <<_ACEOF
22528 /* end confdefs.h. */
22529 #ifdef HAVE_GETOPT_H
22530 #include <getopt.h>
22531 #endif
22534 main ()
22536 static struct option ac_aggr;
22537 if (ac_aggr.name)
22538 return 0;
22540 return 0;
22542 _ACEOF
22543 rm -f conftest.$ac_objext
22544 if { (ac_try="$ac_compile"
22545 case "(($ac_try" in
22546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22547 *) ac_try_echo=$ac_try;;
22548 esac
22549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22550 (eval "$ac_compile") 2>conftest.er1
22551 ac_status=$?
22552 grep -v '^ *+' conftest.er1 >conftest.err
22553 rm -f conftest.er1
22554 cat conftest.err >&5
22555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22556 (exit $ac_status); } && {
22557 test -z "$ac_c_werror_flag" ||
22558 test ! -s conftest.err
22559 } && test -s conftest.$ac_objext; then
22560 ac_cv_member_struct_option_name=yes
22561 else
22562 echo "$as_me: failed program was:" >&5
22563 sed 's/^/| /' conftest.$ac_ext >&5
22565 cat >conftest.$ac_ext <<_ACEOF
22566 /* confdefs.h. */
22567 _ACEOF
22568 cat confdefs.h >>conftest.$ac_ext
22569 cat >>conftest.$ac_ext <<_ACEOF
22570 /* end confdefs.h. */
22571 #ifdef HAVE_GETOPT_H
22572 #include <getopt.h>
22573 #endif
22576 main ()
22578 static struct option ac_aggr;
22579 if (sizeof ac_aggr.name)
22580 return 0;
22582 return 0;
22584 _ACEOF
22585 rm -f conftest.$ac_objext
22586 if { (ac_try="$ac_compile"
22587 case "(($ac_try" in
22588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22589 *) ac_try_echo=$ac_try;;
22590 esac
22591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22592 (eval "$ac_compile") 2>conftest.er1
22593 ac_status=$?
22594 grep -v '^ *+' conftest.er1 >conftest.err
22595 rm -f conftest.er1
22596 cat conftest.err >&5
22597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22598 (exit $ac_status); } && {
22599 test -z "$ac_c_werror_flag" ||
22600 test ! -s conftest.err
22601 } && test -s conftest.$ac_objext; then
22602 ac_cv_member_struct_option_name=yes
22603 else
22604 echo "$as_me: failed program was:" >&5
22605 sed 's/^/| /' conftest.$ac_ext >&5
22607 ac_cv_member_struct_option_name=no
22610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22615 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22616 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22617 if test $ac_cv_member_struct_option_name = yes; then
22619 cat >>confdefs.h <<_ACEOF
22620 #define HAVE_STRUCT_OPTION_NAME 1
22621 _ACEOF
22627 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22628 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22629 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22630 echo $ECHO_N "(cached) $ECHO_C" >&6
22631 else
22632 cat >conftest.$ac_ext <<_ACEOF
22633 /* confdefs.h. */
22634 _ACEOF
22635 cat confdefs.h >>conftest.$ac_ext
22636 cat >>conftest.$ac_ext <<_ACEOF
22637 /* end confdefs.h. */
22638 $ac_includes_default
22640 main ()
22642 static struct stat ac_aggr;
22643 if (ac_aggr.st_blocks)
22644 return 0;
22646 return 0;
22648 _ACEOF
22649 rm -f conftest.$ac_objext
22650 if { (ac_try="$ac_compile"
22651 case "(($ac_try" in
22652 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22653 *) ac_try_echo=$ac_try;;
22654 esac
22655 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22656 (eval "$ac_compile") 2>conftest.er1
22657 ac_status=$?
22658 grep -v '^ *+' conftest.er1 >conftest.err
22659 rm -f conftest.er1
22660 cat conftest.err >&5
22661 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22662 (exit $ac_status); } && {
22663 test -z "$ac_c_werror_flag" ||
22664 test ! -s conftest.err
22665 } && test -s conftest.$ac_objext; then
22666 ac_cv_member_struct_stat_st_blocks=yes
22667 else
22668 echo "$as_me: failed program was:" >&5
22669 sed 's/^/| /' conftest.$ac_ext >&5
22671 cat >conftest.$ac_ext <<_ACEOF
22672 /* confdefs.h. */
22673 _ACEOF
22674 cat confdefs.h >>conftest.$ac_ext
22675 cat >>conftest.$ac_ext <<_ACEOF
22676 /* end confdefs.h. */
22677 $ac_includes_default
22679 main ()
22681 static struct stat ac_aggr;
22682 if (sizeof ac_aggr.st_blocks)
22683 return 0;
22685 return 0;
22687 _ACEOF
22688 rm -f conftest.$ac_objext
22689 if { (ac_try="$ac_compile"
22690 case "(($ac_try" in
22691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22692 *) ac_try_echo=$ac_try;;
22693 esac
22694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22695 (eval "$ac_compile") 2>conftest.er1
22696 ac_status=$?
22697 grep -v '^ *+' conftest.er1 >conftest.err
22698 rm -f conftest.er1
22699 cat conftest.err >&5
22700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22701 (exit $ac_status); } && {
22702 test -z "$ac_c_werror_flag" ||
22703 test ! -s conftest.err
22704 } && test -s conftest.$ac_objext; then
22705 ac_cv_member_struct_stat_st_blocks=yes
22706 else
22707 echo "$as_me: failed program was:" >&5
22708 sed 's/^/| /' conftest.$ac_ext >&5
22710 ac_cv_member_struct_stat_st_blocks=no
22713 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22716 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22718 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22719 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22720 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22722 cat >>confdefs.h <<_ACEOF
22723 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22724 _ACEOF
22728 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22729 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22730 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22731 echo $ECHO_N "(cached) $ECHO_C" >&6
22732 else
22733 cat >conftest.$ac_ext <<_ACEOF
22734 /* confdefs.h. */
22735 _ACEOF
22736 cat confdefs.h >>conftest.$ac_ext
22737 cat >>conftest.$ac_ext <<_ACEOF
22738 /* end confdefs.h. */
22739 $ac_includes_default
22741 main ()
22743 static struct stat ac_aggr;
22744 if (ac_aggr.st_mtim)
22745 return 0;
22747 return 0;
22749 _ACEOF
22750 rm -f conftest.$ac_objext
22751 if { (ac_try="$ac_compile"
22752 case "(($ac_try" in
22753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22754 *) ac_try_echo=$ac_try;;
22755 esac
22756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22757 (eval "$ac_compile") 2>conftest.er1
22758 ac_status=$?
22759 grep -v '^ *+' conftest.er1 >conftest.err
22760 rm -f conftest.er1
22761 cat conftest.err >&5
22762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22763 (exit $ac_status); } && {
22764 test -z "$ac_c_werror_flag" ||
22765 test ! -s conftest.err
22766 } && test -s conftest.$ac_objext; then
22767 ac_cv_member_struct_stat_st_mtim=yes
22768 else
22769 echo "$as_me: failed program was:" >&5
22770 sed 's/^/| /' conftest.$ac_ext >&5
22772 cat >conftest.$ac_ext <<_ACEOF
22773 /* confdefs.h. */
22774 _ACEOF
22775 cat confdefs.h >>conftest.$ac_ext
22776 cat >>conftest.$ac_ext <<_ACEOF
22777 /* end confdefs.h. */
22778 $ac_includes_default
22780 main ()
22782 static struct stat ac_aggr;
22783 if (sizeof ac_aggr.st_mtim)
22784 return 0;
22786 return 0;
22788 _ACEOF
22789 rm -f conftest.$ac_objext
22790 if { (ac_try="$ac_compile"
22791 case "(($ac_try" in
22792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22793 *) ac_try_echo=$ac_try;;
22794 esac
22795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22796 (eval "$ac_compile") 2>conftest.er1
22797 ac_status=$?
22798 grep -v '^ *+' conftest.er1 >conftest.err
22799 rm -f conftest.er1
22800 cat conftest.err >&5
22801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22802 (exit $ac_status); } && {
22803 test -z "$ac_c_werror_flag" ||
22804 test ! -s conftest.err
22805 } && test -s conftest.$ac_objext; then
22806 ac_cv_member_struct_stat_st_mtim=yes
22807 else
22808 echo "$as_me: failed program was:" >&5
22809 sed 's/^/| /' conftest.$ac_ext >&5
22811 ac_cv_member_struct_stat_st_mtim=no
22814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22819 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22820 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22821 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22823 cat >>confdefs.h <<_ACEOF
22824 #define HAVE_STRUCT_STAT_ST_MTIM 1
22825 _ACEOF
22829 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22830 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22831 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22832 echo $ECHO_N "(cached) $ECHO_C" >&6
22833 else
22834 cat >conftest.$ac_ext <<_ACEOF
22835 /* confdefs.h. */
22836 _ACEOF
22837 cat confdefs.h >>conftest.$ac_ext
22838 cat >>conftest.$ac_ext <<_ACEOF
22839 /* end confdefs.h. */
22840 $ac_includes_default
22842 main ()
22844 static struct stat ac_aggr;
22845 if (ac_aggr.st_ctim)
22846 return 0;
22848 return 0;
22850 _ACEOF
22851 rm -f conftest.$ac_objext
22852 if { (ac_try="$ac_compile"
22853 case "(($ac_try" in
22854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22855 *) ac_try_echo=$ac_try;;
22856 esac
22857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22858 (eval "$ac_compile") 2>conftest.er1
22859 ac_status=$?
22860 grep -v '^ *+' conftest.er1 >conftest.err
22861 rm -f conftest.er1
22862 cat conftest.err >&5
22863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22864 (exit $ac_status); } && {
22865 test -z "$ac_c_werror_flag" ||
22866 test ! -s conftest.err
22867 } && test -s conftest.$ac_objext; then
22868 ac_cv_member_struct_stat_st_ctim=yes
22869 else
22870 echo "$as_me: failed program was:" >&5
22871 sed 's/^/| /' conftest.$ac_ext >&5
22873 cat >conftest.$ac_ext <<_ACEOF
22874 /* confdefs.h. */
22875 _ACEOF
22876 cat confdefs.h >>conftest.$ac_ext
22877 cat >>conftest.$ac_ext <<_ACEOF
22878 /* end confdefs.h. */
22879 $ac_includes_default
22881 main ()
22883 static struct stat ac_aggr;
22884 if (sizeof ac_aggr.st_ctim)
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_stat_st_ctim=yes
22908 else
22909 echo "$as_me: failed program was:" >&5
22910 sed 's/^/| /' conftest.$ac_ext >&5
22912 ac_cv_member_struct_stat_st_ctim=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_stat_st_ctim" >&5
22921 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
22922 if test $ac_cv_member_struct_stat_st_ctim = yes; then
22924 cat >>confdefs.h <<_ACEOF
22925 #define HAVE_STRUCT_STAT_ST_CTIM 1
22926 _ACEOF
22930 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
22931 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
22932 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
22933 echo $ECHO_N "(cached) $ECHO_C" >&6
22934 else
22935 cat >conftest.$ac_ext <<_ACEOF
22936 /* confdefs.h. */
22937 _ACEOF
22938 cat confdefs.h >>conftest.$ac_ext
22939 cat >>conftest.$ac_ext <<_ACEOF
22940 /* end confdefs.h. */
22941 $ac_includes_default
22943 main ()
22945 static struct stat ac_aggr;
22946 if (ac_aggr.st_atim)
22947 return 0;
22949 return 0;
22951 _ACEOF
22952 rm -f conftest.$ac_objext
22953 if { (ac_try="$ac_compile"
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_compile") 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_objext; then
22969 ac_cv_member_struct_stat_st_atim=yes
22970 else
22971 echo "$as_me: failed program was:" >&5
22972 sed 's/^/| /' conftest.$ac_ext >&5
22974 cat >conftest.$ac_ext <<_ACEOF
22975 /* confdefs.h. */
22976 _ACEOF
22977 cat confdefs.h >>conftest.$ac_ext
22978 cat >>conftest.$ac_ext <<_ACEOF
22979 /* end confdefs.h. */
22980 $ac_includes_default
22982 main ()
22984 static struct stat ac_aggr;
22985 if (sizeof ac_aggr.st_atim)
22986 return 0;
22988 return 0;
22990 _ACEOF
22991 rm -f conftest.$ac_objext
22992 if { (ac_try="$ac_compile"
22993 case "(($ac_try" in
22994 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22995 *) ac_try_echo=$ac_try;;
22996 esac
22997 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22998 (eval "$ac_compile") 2>conftest.er1
22999 ac_status=$?
23000 grep -v '^ *+' conftest.er1 >conftest.err
23001 rm -f conftest.er1
23002 cat conftest.err >&5
23003 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23004 (exit $ac_status); } && {
23005 test -z "$ac_c_werror_flag" ||
23006 test ! -s conftest.err
23007 } && test -s conftest.$ac_objext; then
23008 ac_cv_member_struct_stat_st_atim=yes
23009 else
23010 echo "$as_me: failed program was:" >&5
23011 sed 's/^/| /' conftest.$ac_ext >&5
23013 ac_cv_member_struct_stat_st_atim=no
23016 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23019 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23021 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23022 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23023 if test $ac_cv_member_struct_stat_st_atim = yes; then
23025 cat >>confdefs.h <<_ACEOF
23026 #define HAVE_STRUCT_STAT_ST_ATIM 1
23027 _ACEOF
23033 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23034 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23035 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23036 echo $ECHO_N "(cached) $ECHO_C" >&6
23037 else
23038 cat >conftest.$ac_ext <<_ACEOF
23039 /* confdefs.h. */
23040 _ACEOF
23041 cat confdefs.h >>conftest.$ac_ext
23042 cat >>conftest.$ac_ext <<_ACEOF
23043 /* end confdefs.h. */
23044 #ifdef HAVE_SYS_TYPES_H
23045 #include <sys/types.h>
23046 #endif
23047 #ifdef HAVE_NETINET_IN_H
23048 #include <netinet/in.h>
23049 #endif
23052 main ()
23054 static struct sockaddr_in6 ac_aggr;
23055 if (ac_aggr.sin6_scope_id)
23056 return 0;
23058 return 0;
23060 _ACEOF
23061 rm -f conftest.$ac_objext
23062 if { (ac_try="$ac_compile"
23063 case "(($ac_try" in
23064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23065 *) ac_try_echo=$ac_try;;
23066 esac
23067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23068 (eval "$ac_compile") 2>conftest.er1
23069 ac_status=$?
23070 grep -v '^ *+' conftest.er1 >conftest.err
23071 rm -f conftest.er1
23072 cat conftest.err >&5
23073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23074 (exit $ac_status); } && {
23075 test -z "$ac_c_werror_flag" ||
23076 test ! -s conftest.err
23077 } && test -s conftest.$ac_objext; then
23078 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23079 else
23080 echo "$as_me: failed program was:" >&5
23081 sed 's/^/| /' conftest.$ac_ext >&5
23083 cat >conftest.$ac_ext <<_ACEOF
23084 /* confdefs.h. */
23085 _ACEOF
23086 cat confdefs.h >>conftest.$ac_ext
23087 cat >>conftest.$ac_ext <<_ACEOF
23088 /* end confdefs.h. */
23089 #ifdef HAVE_SYS_TYPES_H
23090 #include <sys/types.h>
23091 #endif
23092 #ifdef HAVE_NETINET_IN_H
23093 #include <netinet/in.h>
23094 #endif
23097 main ()
23099 static struct sockaddr_in6 ac_aggr;
23100 if (sizeof ac_aggr.sin6_scope_id)
23101 return 0;
23103 return 0;
23105 _ACEOF
23106 rm -f conftest.$ac_objext
23107 if { (ac_try="$ac_compile"
23108 case "(($ac_try" in
23109 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23110 *) ac_try_echo=$ac_try;;
23111 esac
23112 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23113 (eval "$ac_compile") 2>conftest.er1
23114 ac_status=$?
23115 grep -v '^ *+' conftest.er1 >conftest.err
23116 rm -f conftest.er1
23117 cat conftest.err >&5
23118 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23119 (exit $ac_status); } && {
23120 test -z "$ac_c_werror_flag" ||
23121 test ! -s conftest.err
23122 } && test -s conftest.$ac_objext; then
23123 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23124 else
23125 echo "$as_me: failed program was:" >&5
23126 sed 's/^/| /' conftest.$ac_ext >&5
23128 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23131 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23136 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23137 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23138 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23140 cat >>confdefs.h <<_ACEOF
23141 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23142 _ACEOF
23148 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23149 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23150 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23151 echo $ECHO_N "(cached) $ECHO_C" >&6
23152 else
23153 cat >conftest.$ac_ext <<_ACEOF
23154 /* confdefs.h. */
23155 _ACEOF
23156 cat confdefs.h >>conftest.$ac_ext
23157 cat >>conftest.$ac_ext <<_ACEOF
23158 /* end confdefs.h. */
23159 #ifdef HAVE_SYS_TYPES_H
23160 #include <sys/types.h>
23161 #endif
23162 #ifdef HAVE_NETINET_IN_H
23163 # include <netinet/in.h>
23164 #endif
23165 #ifdef HAVE_ARPA_NAMESER_H
23166 # include <arpa/nameser.h>
23167 #endif
23170 main ()
23172 static ns_msg ac_aggr;
23173 if (ac_aggr._msg_ptr)
23174 return 0;
23176 return 0;
23178 _ACEOF
23179 rm -f conftest.$ac_objext
23180 if { (ac_try="$ac_compile"
23181 case "(($ac_try" in
23182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23183 *) ac_try_echo=$ac_try;;
23184 esac
23185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23186 (eval "$ac_compile") 2>conftest.er1
23187 ac_status=$?
23188 grep -v '^ *+' conftest.er1 >conftest.err
23189 rm -f conftest.er1
23190 cat conftest.err >&5
23191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23192 (exit $ac_status); } && {
23193 test -z "$ac_c_werror_flag" ||
23194 test ! -s conftest.err
23195 } && test -s conftest.$ac_objext; then
23196 ac_cv_member_ns_msg__msg_ptr=yes
23197 else
23198 echo "$as_me: failed program was:" >&5
23199 sed 's/^/| /' conftest.$ac_ext >&5
23201 cat >conftest.$ac_ext <<_ACEOF
23202 /* confdefs.h. */
23203 _ACEOF
23204 cat confdefs.h >>conftest.$ac_ext
23205 cat >>conftest.$ac_ext <<_ACEOF
23206 /* end confdefs.h. */
23207 #ifdef HAVE_SYS_TYPES_H
23208 #include <sys/types.h>
23209 #endif
23210 #ifdef HAVE_NETINET_IN_H
23211 # include <netinet/in.h>
23212 #endif
23213 #ifdef HAVE_ARPA_NAMESER_H
23214 # include <arpa/nameser.h>
23215 #endif
23218 main ()
23220 static ns_msg ac_aggr;
23221 if (sizeof ac_aggr._msg_ptr)
23222 return 0;
23224 return 0;
23226 _ACEOF
23227 rm -f conftest.$ac_objext
23228 if { (ac_try="$ac_compile"
23229 case "(($ac_try" in
23230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23231 *) ac_try_echo=$ac_try;;
23232 esac
23233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23234 (eval "$ac_compile") 2>conftest.er1
23235 ac_status=$?
23236 grep -v '^ *+' conftest.er1 >conftest.err
23237 rm -f conftest.er1
23238 cat conftest.err >&5
23239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23240 (exit $ac_status); } && {
23241 test -z "$ac_c_werror_flag" ||
23242 test ! -s conftest.err
23243 } && test -s conftest.$ac_objext; then
23244 ac_cv_member_ns_msg__msg_ptr=yes
23245 else
23246 echo "$as_me: failed program was:" >&5
23247 sed 's/^/| /' conftest.$ac_ext >&5
23249 ac_cv_member_ns_msg__msg_ptr=no
23252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23255 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23257 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23258 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23259 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23261 cat >>confdefs.h <<_ACEOF
23262 #define HAVE_NS_MSG__MSG_PTR 1
23263 _ACEOF
23269 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23270 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23271 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23272 echo $ECHO_N "(cached) $ECHO_C" >&6
23273 else
23274 cat >conftest.$ac_ext <<_ACEOF
23275 /* confdefs.h. */
23276 _ACEOF
23277 cat confdefs.h >>conftest.$ac_ext
23278 cat >>conftest.$ac_ext <<_ACEOF
23279 /* end confdefs.h. */
23280 #ifdef HAVE_SYS_TYPES_H
23281 #include <sys/types.h>
23282 #endif
23283 #ifdef HAVE_ALIAS_H
23284 #include <alias.h>
23285 #endif
23286 #ifdef HAVE_SYS_SOCKET_H
23287 #include <sys/socket.h>
23288 #endif
23289 #ifdef HAVE_SYS_SOCKETVAR_H
23290 #include <sys/socketvar.h>
23291 #endif
23292 #ifdef HAVE_SYS_TIMEOUT_H
23293 #include <sys/timeout.h>
23294 #endif
23295 #ifdef HAVE_NETINET_IN_H
23296 #include <netinet/in.h>
23297 #endif
23298 #ifdef HAVE_NETINET_IN_SYSTM_H
23299 #include <netinet/in_systm.h>
23300 #endif
23301 #ifdef HAVE_NETINET_IP_H
23302 #include <netinet/ip.h>
23303 #endif
23304 #ifdef HAVE_NETINET_IP_VAR_H
23305 #include <netinet/ip_var.h>
23306 #endif
23307 #ifdef HAVE_NETINET_IP_ICMP_H
23308 #include <netinet/ip_icmp.h>
23309 #endif
23310 #ifdef HAVE_NETINET_ICMP_VAR
23311 #include <netinet/icmp_var.h>
23312 #endif
23315 main ()
23317 static struct icmpstat ac_aggr;
23318 if (ac_aggr.icps_outhist)
23319 return 0;
23321 return 0;
23323 _ACEOF
23324 rm -f conftest.$ac_objext
23325 if { (ac_try="$ac_compile"
23326 case "(($ac_try" in
23327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23328 *) ac_try_echo=$ac_try;;
23329 esac
23330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23331 (eval "$ac_compile") 2>conftest.er1
23332 ac_status=$?
23333 grep -v '^ *+' conftest.er1 >conftest.err
23334 rm -f conftest.er1
23335 cat conftest.err >&5
23336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23337 (exit $ac_status); } && {
23338 test -z "$ac_c_werror_flag" ||
23339 test ! -s conftest.err
23340 } && test -s conftest.$ac_objext; then
23341 ac_cv_member_struct_icmpstat_icps_outhist=yes
23342 else
23343 echo "$as_me: failed program was:" >&5
23344 sed 's/^/| /' conftest.$ac_ext >&5
23346 cat >conftest.$ac_ext <<_ACEOF
23347 /* confdefs.h. */
23348 _ACEOF
23349 cat confdefs.h >>conftest.$ac_ext
23350 cat >>conftest.$ac_ext <<_ACEOF
23351 /* end confdefs.h. */
23352 #ifdef HAVE_SYS_TYPES_H
23353 #include <sys/types.h>
23354 #endif
23355 #ifdef HAVE_ALIAS_H
23356 #include <alias.h>
23357 #endif
23358 #ifdef HAVE_SYS_SOCKET_H
23359 #include <sys/socket.h>
23360 #endif
23361 #ifdef HAVE_SYS_SOCKETVAR_H
23362 #include <sys/socketvar.h>
23363 #endif
23364 #ifdef HAVE_SYS_TIMEOUT_H
23365 #include <sys/timeout.h>
23366 #endif
23367 #ifdef HAVE_NETINET_IN_H
23368 #include <netinet/in.h>
23369 #endif
23370 #ifdef HAVE_NETINET_IN_SYSTM_H
23371 #include <netinet/in_systm.h>
23372 #endif
23373 #ifdef HAVE_NETINET_IP_H
23374 #include <netinet/ip.h>
23375 #endif
23376 #ifdef HAVE_NETINET_IP_VAR_H
23377 #include <netinet/ip_var.h>
23378 #endif
23379 #ifdef HAVE_NETINET_IP_ICMP_H
23380 #include <netinet/ip_icmp.h>
23381 #endif
23382 #ifdef HAVE_NETINET_ICMP_VAR
23383 #include <netinet/icmp_var.h>
23384 #endif
23387 main ()
23389 static struct icmpstat ac_aggr;
23390 if (sizeof ac_aggr.icps_outhist)
23391 return 0;
23393 return 0;
23395 _ACEOF
23396 rm -f conftest.$ac_objext
23397 if { (ac_try="$ac_compile"
23398 case "(($ac_try" in
23399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23400 *) ac_try_echo=$ac_try;;
23401 esac
23402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23403 (eval "$ac_compile") 2>conftest.er1
23404 ac_status=$?
23405 grep -v '^ *+' conftest.er1 >conftest.err
23406 rm -f conftest.er1
23407 cat conftest.err >&5
23408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23409 (exit $ac_status); } && {
23410 test -z "$ac_c_werror_flag" ||
23411 test ! -s conftest.err
23412 } && test -s conftest.$ac_objext; then
23413 ac_cv_member_struct_icmpstat_icps_outhist=yes
23414 else
23415 echo "$as_me: failed program was:" >&5
23416 sed 's/^/| /' conftest.$ac_ext >&5
23418 ac_cv_member_struct_icmpstat_icps_outhist=no
23421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23426 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23427 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23428 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23430 cat >>confdefs.h <<_ACEOF
23431 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23432 _ACEOF
23438 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23439 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23440 if test "${ac_cv_have_timezone+set}" = set; then
23441 echo $ECHO_N "(cached) $ECHO_C" >&6
23442 else
23443 cat >conftest.$ac_ext <<_ACEOF
23444 /* confdefs.h. */
23445 _ACEOF
23446 cat confdefs.h >>conftest.$ac_ext
23447 cat >>conftest.$ac_ext <<_ACEOF
23448 /* end confdefs.h. */
23449 #include <time.h>
23451 main ()
23453 timezone = 1
23455 return 0;
23457 _ACEOF
23458 rm -f conftest.$ac_objext conftest$ac_exeext
23459 if { (ac_try="$ac_link"
23460 case "(($ac_try" in
23461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23462 *) ac_try_echo=$ac_try;;
23463 esac
23464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23465 (eval "$ac_link") 2>conftest.er1
23466 ac_status=$?
23467 grep -v '^ *+' conftest.er1 >conftest.err
23468 rm -f conftest.er1
23469 cat conftest.err >&5
23470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23471 (exit $ac_status); } && {
23472 test -z "$ac_c_werror_flag" ||
23473 test ! -s conftest.err
23474 } && test -s conftest$ac_exeext &&
23475 $as_test_x conftest$ac_exeext; then
23476 ac_cv_have_timezone="yes"
23477 else
23478 echo "$as_me: failed program was:" >&5
23479 sed 's/^/| /' conftest.$ac_ext >&5
23481 ac_cv_have_timezone="no"
23484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23485 conftest$ac_exeext conftest.$ac_ext
23487 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23488 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23489 if test "$ac_cv_have_timezone" = "yes"
23490 then
23492 cat >>confdefs.h <<\_ACEOF
23493 #define HAVE_TIMEZONE 1
23494 _ACEOF
23497 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23498 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23499 if test "${ac_cv_have_daylight+set}" = set; then
23500 echo $ECHO_N "(cached) $ECHO_C" >&6
23501 else
23502 cat >conftest.$ac_ext <<_ACEOF
23503 /* confdefs.h. */
23504 _ACEOF
23505 cat confdefs.h >>conftest.$ac_ext
23506 cat >>conftest.$ac_ext <<_ACEOF
23507 /* end confdefs.h. */
23508 #include <time.h>
23510 main ()
23512 daylight = 1
23514 return 0;
23516 _ACEOF
23517 rm -f conftest.$ac_objext conftest$ac_exeext
23518 if { (ac_try="$ac_link"
23519 case "(($ac_try" in
23520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23521 *) ac_try_echo=$ac_try;;
23522 esac
23523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23524 (eval "$ac_link") 2>conftest.er1
23525 ac_status=$?
23526 grep -v '^ *+' conftest.er1 >conftest.err
23527 rm -f conftest.er1
23528 cat conftest.err >&5
23529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23530 (exit $ac_status); } && {
23531 test -z "$ac_c_werror_flag" ||
23532 test ! -s conftest.err
23533 } && test -s conftest$ac_exeext &&
23534 $as_test_x conftest$ac_exeext; then
23535 ac_cv_have_daylight="yes"
23536 else
23537 echo "$as_me: failed program was:" >&5
23538 sed 's/^/| /' conftest.$ac_ext >&5
23540 ac_cv_have_daylight="no"
23543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23544 conftest$ac_exeext conftest.$ac_ext
23546 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23547 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23548 if test "$ac_cv_have_daylight" = "yes"
23549 then
23551 cat >>confdefs.h <<\_ACEOF
23552 #define HAVE_DAYLIGHT 1
23553 _ACEOF
23557 { echo "$as_me:$LINENO: checking for isinf" >&5
23558 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23559 if test "${ac_cv_have_isinf+set}" = set; then
23560 echo $ECHO_N "(cached) $ECHO_C" >&6
23561 else
23562 cat >conftest.$ac_ext <<_ACEOF
23563 /* confdefs.h. */
23564 _ACEOF
23565 cat confdefs.h >>conftest.$ac_ext
23566 cat >>conftest.$ac_ext <<_ACEOF
23567 /* end confdefs.h. */
23568 #include <math.h>
23570 main ()
23572 float f = 0.0; int i=isinf(f)
23574 return 0;
23576 _ACEOF
23577 rm -f conftest.$ac_objext conftest$ac_exeext
23578 if { (ac_try="$ac_link"
23579 case "(($ac_try" in
23580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23581 *) ac_try_echo=$ac_try;;
23582 esac
23583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23584 (eval "$ac_link") 2>conftest.er1
23585 ac_status=$?
23586 grep -v '^ *+' conftest.er1 >conftest.err
23587 rm -f conftest.er1
23588 cat conftest.err >&5
23589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23590 (exit $ac_status); } && {
23591 test -z "$ac_c_werror_flag" ||
23592 test ! -s conftest.err
23593 } && test -s conftest$ac_exeext &&
23594 $as_test_x conftest$ac_exeext; then
23595 ac_cv_have_isinf="yes"
23596 else
23597 echo "$as_me: failed program was:" >&5
23598 sed 's/^/| /' conftest.$ac_ext >&5
23600 ac_cv_have_isinf="no"
23603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23604 conftest$ac_exeext conftest.$ac_ext
23606 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23607 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23608 if test "$ac_cv_have_isinf" = "yes"
23609 then
23611 cat >>confdefs.h <<\_ACEOF
23612 #define HAVE_ISINF 1
23613 _ACEOF
23617 { echo "$as_me:$LINENO: checking for isnan" >&5
23618 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23619 if test "${ac_cv_have_isnan+set}" = set; then
23620 echo $ECHO_N "(cached) $ECHO_C" >&6
23621 else
23622 cat >conftest.$ac_ext <<_ACEOF
23623 /* confdefs.h. */
23624 _ACEOF
23625 cat confdefs.h >>conftest.$ac_ext
23626 cat >>conftest.$ac_ext <<_ACEOF
23627 /* end confdefs.h. */
23628 #include <math.h>
23630 main ()
23632 float f = 0.0; int i=isnan(f)
23634 return 0;
23636 _ACEOF
23637 rm -f conftest.$ac_objext conftest$ac_exeext
23638 if { (ac_try="$ac_link"
23639 case "(($ac_try" in
23640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23641 *) ac_try_echo=$ac_try;;
23642 esac
23643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23644 (eval "$ac_link") 2>conftest.er1
23645 ac_status=$?
23646 grep -v '^ *+' conftest.er1 >conftest.err
23647 rm -f conftest.er1
23648 cat conftest.err >&5
23649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23650 (exit $ac_status); } && {
23651 test -z "$ac_c_werror_flag" ||
23652 test ! -s conftest.err
23653 } && test -s conftest$ac_exeext &&
23654 $as_test_x conftest$ac_exeext; then
23655 ac_cv_have_isnan="yes"
23656 else
23657 echo "$as_me: failed program was:" >&5
23658 sed 's/^/| /' conftest.$ac_ext >&5
23660 ac_cv_have_isnan="no"
23663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23664 conftest$ac_exeext conftest.$ac_ext
23666 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23667 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23668 if test "$ac_cv_have_isnan" = "yes"
23669 then
23671 cat >>confdefs.h <<\_ACEOF
23672 #define HAVE_ISNAN 1
23673 _ACEOF
23678 case $host_cpu in
23679 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23680 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23681 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23682 echo $ECHO_N "(cached) $ECHO_C" >&6
23683 else
23684 cat >conftest.$ac_ext <<_ACEOF
23685 /* confdefs.h. */
23686 _ACEOF
23687 cat confdefs.h >>conftest.$ac_ext
23688 cat >>conftest.$ac_ext <<_ACEOF
23689 /* end confdefs.h. */
23690 #ifndef __i386__
23692 #endif
23693 _ACEOF
23694 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23695 $EGREP "yes" >/dev/null 2>&1; then
23696 ac_cv_cpp_def___i386__=yes
23697 else
23698 ac_cv_cpp_def___i386__=no
23700 rm -f conftest*
23703 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23704 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23705 if test $ac_cv_cpp_def___i386__ = yes; then
23706 CFLAGS="$CFLAGS -D__i386__"
23707 LINTFLAGS="$LINTFLAGS -D__i386__"
23710 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23711 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23712 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23713 echo $ECHO_N "(cached) $ECHO_C" >&6
23714 else
23715 cat >conftest.$ac_ext <<_ACEOF
23716 /* confdefs.h. */
23717 _ACEOF
23718 cat confdefs.h >>conftest.$ac_ext
23719 cat >>conftest.$ac_ext <<_ACEOF
23720 /* end confdefs.h. */
23721 #ifndef __x86_64__
23723 #endif
23724 _ACEOF
23725 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23726 $EGREP "yes" >/dev/null 2>&1; then
23727 ac_cv_cpp_def___x86_64__=yes
23728 else
23729 ac_cv_cpp_def___x86_64__=no
23731 rm -f conftest*
23734 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23735 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23736 if test $ac_cv_cpp_def___x86_64__ = yes; then
23737 CFLAGS="$CFLAGS -D__x86_64__"
23738 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23741 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23742 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23743 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23744 echo $ECHO_N "(cached) $ECHO_C" >&6
23745 else
23746 cat >conftest.$ac_ext <<_ACEOF
23747 /* confdefs.h. */
23748 _ACEOF
23749 cat confdefs.h >>conftest.$ac_ext
23750 cat >>conftest.$ac_ext <<_ACEOF
23751 /* end confdefs.h. */
23752 #ifndef __ALPHA__
23754 #endif
23755 _ACEOF
23756 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23757 $EGREP "yes" >/dev/null 2>&1; then
23758 ac_cv_cpp_def___ALPHA__=yes
23759 else
23760 ac_cv_cpp_def___ALPHA__=no
23762 rm -f conftest*
23765 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23766 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23767 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23768 CFLAGS="$CFLAGS -D__ALPHA__"
23769 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23772 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23773 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23774 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23775 echo $ECHO_N "(cached) $ECHO_C" >&6
23776 else
23777 cat >conftest.$ac_ext <<_ACEOF
23778 /* confdefs.h. */
23779 _ACEOF
23780 cat confdefs.h >>conftest.$ac_ext
23781 cat >>conftest.$ac_ext <<_ACEOF
23782 /* end confdefs.h. */
23783 #ifndef __sparc__
23785 #endif
23786 _ACEOF
23787 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23788 $EGREP "yes" >/dev/null 2>&1; then
23789 ac_cv_cpp_def___sparc__=yes
23790 else
23791 ac_cv_cpp_def___sparc__=no
23793 rm -f conftest*
23796 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23797 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23798 if test $ac_cv_cpp_def___sparc__ = yes; then
23799 CFLAGS="$CFLAGS -D__sparc__"
23800 LINTFLAGS="$LINTFLAGS -D__sparc__"
23803 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23804 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23805 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23806 echo $ECHO_N "(cached) $ECHO_C" >&6
23807 else
23808 cat >conftest.$ac_ext <<_ACEOF
23809 /* confdefs.h. */
23810 _ACEOF
23811 cat confdefs.h >>conftest.$ac_ext
23812 cat >>conftest.$ac_ext <<_ACEOF
23813 /* end confdefs.h. */
23814 #ifndef __powerpc__
23816 #endif
23817 _ACEOF
23818 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23819 $EGREP "yes" >/dev/null 2>&1; then
23820 ac_cv_cpp_def___powerpc__=yes
23821 else
23822 ac_cv_cpp_def___powerpc__=no
23824 rm -f conftest*
23827 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23828 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23829 if test $ac_cv_cpp_def___powerpc__ = yes; then
23830 CFLAGS="$CFLAGS -D__powerpc__"
23831 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23834 esac
23836 case $host_vendor in
23837 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
23838 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
23839 if test "${ac_cv_cpp_def___sun__+set}" = set; then
23840 echo $ECHO_N "(cached) $ECHO_C" >&6
23841 else
23842 cat >conftest.$ac_ext <<_ACEOF
23843 /* confdefs.h. */
23844 _ACEOF
23845 cat confdefs.h >>conftest.$ac_ext
23846 cat >>conftest.$ac_ext <<_ACEOF
23847 /* end confdefs.h. */
23848 #ifndef __sun__
23850 #endif
23851 _ACEOF
23852 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23853 $EGREP "yes" >/dev/null 2>&1; then
23854 ac_cv_cpp_def___sun__=yes
23855 else
23856 ac_cv_cpp_def___sun__=no
23858 rm -f conftest*
23861 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
23862 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
23863 if test $ac_cv_cpp_def___sun__ = yes; then
23864 CFLAGS="$CFLAGS -D__sun__"
23865 LINTFLAGS="$LINTFLAGS -D__sun__"
23868 esac
23871 DEPENDENCIES="### Dependencies:
23873 .INIT: Makefile
23874 .BEGIN: Makefile
23875 .MAKEFILEDEPS:
23876 Makefile: dummy
23877 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
23879 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
23880 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
23881 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
23882 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
23883 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
23886 ALL_MAKERULES=""
23888 ALL_MAKEFILES=""
23890 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
23893 ALL_TOP_DIRS=""
23895 ALL_DLL_DIRS=""
23897 ALL_IMPLIB_DIRS=""
23899 ALL_TEST_DIRS=""
23901 ALL_PROGRAM_DIRS=""
23903 ALL_PROGRAM_INSTALL_DIRS=""
23905 ALL_PROGRAM_BIN_INSTALL_DIRS=""
23911 ac_config_commands="$ac_config_commands include/stamp-h"
23914 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
23916 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
23918 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
23920 ac_config_commands="$ac_config_commands dlls/user32/resources"
23922 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
23924 ac_config_commands="$ac_config_commands include/wine"
23927 ALL_MAKERULES="$ALL_MAKERULES \\
23928 Make.rules"
23929 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23930 Make.rules: Make.rules.in"
23931 MAKE_RULES=Make.rules
23932 ac_config_files="$ac_config_files Make.rules"
23934 ALL_MAKERULES="$ALL_MAKERULES \\
23935 dlls/Makedll.rules"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
23938 MAKE_DLL_RULES=dlls/Makedll.rules
23939 ac_config_files="$ac_config_files dlls/Makedll.rules"
23941 ALL_MAKERULES="$ALL_MAKERULES \\
23942 dlls/Makeimplib.rules"
23943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23944 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
23945 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
23946 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
23948 ALL_MAKERULES="$ALL_MAKERULES \\
23949 dlls/Maketest.rules"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
23952 MAKE_TEST_RULES=dlls/Maketest.rules
23953 ac_config_files="$ac_config_files dlls/Maketest.rules"
23955 ALL_MAKERULES="$ALL_MAKERULES \\
23956 programs/Makeprog.rules"
23957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23958 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
23959 MAKE_PROG_RULES=programs/Makeprog.rules
23960 ac_config_files="$ac_config_files programs/Makeprog.rules"
23965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23966 Makefile: Makefile.in Make.rules"
23967 ac_config_files="$ac_config_files Makefile"
23969 ALL_MAKEFILES="$ALL_MAKEFILES \\
23970 dlls/Makefile"
23971 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
23972 dlls"
23973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23974 dlls/Makefile: dlls/Makefile.in Make.rules"
23975 ac_config_files="$ac_config_files dlls/Makefile"
23977 ALL_MAKEFILES="$ALL_MAKEFILES \\
23978 dlls/acledit/Makefile"
23979 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23980 acledit"
23981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23982 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
23983 ac_config_files="$ac_config_files dlls/acledit/Makefile"
23985 ALL_MAKEFILES="$ALL_MAKEFILES \\
23986 dlls/aclui/Makefile"
23987 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23988 aclui"
23989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23990 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
23991 ac_config_files="$ac_config_files dlls/aclui/Makefile"
23993 ALL_MAKEFILES="$ALL_MAKEFILES \\
23994 dlls/activeds/Makefile"
23995 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23996 activeds"
23997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23998 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
23999 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24001 ALL_MAKEFILES="$ALL_MAKEFILES \\
24002 dlls/actxprxy/Makefile"
24003 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24004 actxprxy"
24005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24006 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24007 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24009 ALL_MAKEFILES="$ALL_MAKEFILES \\
24010 dlls/adsiid/Makefile"
24011 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24012 adsiid"
24013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24014 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24015 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24017 ALL_MAKEFILES="$ALL_MAKEFILES \\
24018 dlls/advapi32/Makefile"
24019 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24020 advapi32"
24021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24022 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24023 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24025 ALL_MAKEFILES="$ALL_MAKEFILES \\
24026 dlls/advapi32/tests/Makefile"
24027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24028 advapi32/tests"
24029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24030 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24031 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24033 ALL_MAKEFILES="$ALL_MAKEFILES \\
24034 dlls/advpack/Makefile"
24035 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24036 advpack"
24037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24038 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24039 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24041 ALL_MAKEFILES="$ALL_MAKEFILES \\
24042 dlls/advpack/tests/Makefile"
24043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24044 advpack/tests"
24045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24046 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24047 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24049 ALL_MAKEFILES="$ALL_MAKEFILES \\
24050 dlls/amstream/Makefile"
24051 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24052 amstream"
24053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24054 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24055 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24057 ALL_MAKEFILES="$ALL_MAKEFILES \\
24058 dlls/amstream/tests/Makefile"
24059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24060 amstream/tests"
24061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24062 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24063 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24065 ALL_MAKEFILES="$ALL_MAKEFILES \\
24066 dlls/appwiz.cpl/Makefile"
24067 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24068 appwiz.cpl"
24069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24070 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24071 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24073 ALL_MAKEFILES="$ALL_MAKEFILES \\
24074 dlls/atl/Makefile"
24075 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24076 atl"
24077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24078 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24079 ac_config_files="$ac_config_files dlls/atl/Makefile"
24081 ALL_MAKEFILES="$ALL_MAKEFILES \\
24082 dlls/authz/Makefile"
24083 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24084 authz"
24085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24086 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24087 ac_config_files="$ac_config_files dlls/authz/Makefile"
24089 ALL_MAKEFILES="$ALL_MAKEFILES \\
24090 dlls/avicap32/Makefile"
24091 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24092 avicap32"
24093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24094 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24095 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24097 ALL_MAKEFILES="$ALL_MAKEFILES \\
24098 dlls/avifil32/Makefile"
24099 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24100 avifil32"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24103 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24105 ALL_MAKEFILES="$ALL_MAKEFILES \\
24106 dlls/avifile.dll16/Makefile"
24107 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24108 avifile.dll16"
24109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24110 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24111 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24113 ALL_MAKEFILES="$ALL_MAKEFILES \\
24114 dlls/avrt/Makefile"
24115 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24116 avrt"
24117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24118 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
24119 ac_config_files="$ac_config_files dlls/avrt/Makefile"
24121 ALL_MAKEFILES="$ALL_MAKEFILES \\
24122 dlls/bcrypt/Makefile"
24123 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24124 bcrypt"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24127 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24129 ALL_MAKEFILES="$ALL_MAKEFILES \\
24130 dlls/browseui/Makefile"
24131 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24132 browseui"
24133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24134 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24135 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24137 ALL_MAKEFILES="$ALL_MAKEFILES \\
24138 dlls/browseui/tests/Makefile"
24139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24140 browseui/tests"
24141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24142 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24143 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24145 ALL_MAKEFILES="$ALL_MAKEFILES \\
24146 dlls/cabinet/Makefile"
24147 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24148 cabinet"
24149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24150 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24151 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24153 ALL_MAKEFILES="$ALL_MAKEFILES \\
24154 dlls/cabinet/tests/Makefile"
24155 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24156 cabinet/tests"
24157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24158 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24159 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24161 ALL_MAKEFILES="$ALL_MAKEFILES \\
24162 dlls/capi2032/Makefile"
24163 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24164 capi2032"
24165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24166 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24167 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24169 ALL_MAKEFILES="$ALL_MAKEFILES \\
24170 dlls/cards/Makefile"
24171 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24172 cards"
24173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24174 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24175 ac_config_files="$ac_config_files dlls/cards/Makefile"
24177 ALL_MAKEFILES="$ALL_MAKEFILES \\
24178 dlls/cfgmgr32/Makefile"
24179 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24180 cfgmgr32"
24181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24182 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24183 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24185 ALL_MAKEFILES="$ALL_MAKEFILES \\
24186 dlls/clusapi/Makefile"
24187 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24188 clusapi"
24189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24190 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24191 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24193 ALL_MAKEFILES="$ALL_MAKEFILES \\
24194 dlls/comcat/Makefile"
24195 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24196 comcat"
24197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24198 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24199 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24201 ALL_MAKEFILES="$ALL_MAKEFILES \\
24202 dlls/comcat/tests/Makefile"
24203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24204 comcat/tests"
24205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24206 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24207 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24209 ALL_MAKEFILES="$ALL_MAKEFILES \\
24210 dlls/comctl32/Makefile"
24211 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24212 comctl32"
24213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24214 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24215 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24217 ALL_MAKEFILES="$ALL_MAKEFILES \\
24218 dlls/comctl32/tests/Makefile"
24219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24220 comctl32/tests"
24221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24222 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24223 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24225 ALL_MAKEFILES="$ALL_MAKEFILES \\
24226 dlls/comdlg32/Makefile"
24227 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24228 comdlg32"
24229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24230 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24231 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24233 ALL_MAKEFILES="$ALL_MAKEFILES \\
24234 dlls/comdlg32/tests/Makefile"
24235 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24236 comdlg32/tests"
24237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24238 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24239 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24241 ALL_MAKEFILES="$ALL_MAKEFILES \\
24242 dlls/comm.drv16/Makefile"
24243 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24244 comm.drv16"
24245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24246 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24247 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24249 ALL_MAKEFILES="$ALL_MAKEFILES \\
24250 dlls/commdlg.dll16/Makefile"
24251 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24252 commdlg.dll16"
24253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24254 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
24255 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
24257 ALL_MAKEFILES="$ALL_MAKEFILES \\
24258 dlls/compobj.dll16/Makefile"
24259 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24260 compobj.dll16"
24261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24262 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24263 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24265 ALL_MAKEFILES="$ALL_MAKEFILES \\
24266 dlls/compstui/Makefile"
24267 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24268 compstui"
24269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24270 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24271 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24273 ALL_MAKEFILES="$ALL_MAKEFILES \\
24274 dlls/credui/Makefile"
24275 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24276 credui"
24277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24278 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24279 ac_config_files="$ac_config_files dlls/credui/Makefile"
24281 ALL_MAKEFILES="$ALL_MAKEFILES \\
24282 dlls/credui/tests/Makefile"
24283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24284 credui/tests"
24285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24286 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24287 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24289 ALL_MAKEFILES="$ALL_MAKEFILES \\
24290 dlls/crtdll/Makefile"
24291 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24292 crtdll"
24293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24294 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24295 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24297 ALL_MAKEFILES="$ALL_MAKEFILES \\
24298 dlls/crypt32/Makefile"
24299 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24300 crypt32"
24301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24302 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24303 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24305 ALL_MAKEFILES="$ALL_MAKEFILES \\
24306 dlls/crypt32/tests/Makefile"
24307 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24308 crypt32/tests"
24309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24310 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24311 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24313 ALL_MAKEFILES="$ALL_MAKEFILES \\
24314 dlls/cryptdlg/Makefile"
24315 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24316 cryptdlg"
24317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24318 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24319 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24321 ALL_MAKEFILES="$ALL_MAKEFILES \\
24322 dlls/cryptdll/Makefile"
24323 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24324 cryptdll"
24325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24326 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24327 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24329 ALL_MAKEFILES="$ALL_MAKEFILES \\
24330 dlls/cryptnet/Makefile"
24331 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24332 cryptnet"
24333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24334 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24335 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24337 ALL_MAKEFILES="$ALL_MAKEFILES \\
24338 dlls/cryptnet/tests/Makefile"
24339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24340 cryptnet/tests"
24341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24342 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24343 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24345 ALL_MAKEFILES="$ALL_MAKEFILES \\
24346 dlls/cryptui/Makefile"
24347 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24348 cryptui"
24349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24350 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24351 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24353 ALL_MAKEFILES="$ALL_MAKEFILES \\
24354 dlls/cryptui/tests/Makefile"
24355 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24356 cryptui/tests"
24357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24358 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24359 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24361 ALL_MAKEFILES="$ALL_MAKEFILES \\
24362 dlls/ctapi32/Makefile"
24363 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24364 ctapi32"
24365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24366 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24367 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24369 ALL_MAKEFILES="$ALL_MAKEFILES \\
24370 dlls/ctl3d.dll16/Makefile"
24371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24372 ctl3d.dll16"
24373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24374 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24375 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24377 ALL_MAKEFILES="$ALL_MAKEFILES \\
24378 dlls/ctl3d32/Makefile"
24379 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24380 ctl3d32"
24381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24382 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24383 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24385 ALL_MAKEFILES="$ALL_MAKEFILES \\
24386 dlls/ctl3dv2.dll16/Makefile"
24387 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24388 ctl3dv2.dll16"
24389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24390 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24391 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24393 ALL_MAKEFILES="$ALL_MAKEFILES \\
24394 dlls/d3d10/Makefile"
24395 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24396 d3d10"
24397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24398 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24399 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24401 ALL_MAKEFILES="$ALL_MAKEFILES \\
24402 dlls/d3d10/tests/Makefile"
24403 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24404 d3d10/tests"
24405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24406 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24407 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24409 ALL_MAKEFILES="$ALL_MAKEFILES \\
24410 dlls/d3d10core/Makefile"
24411 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24412 d3d10core"
24413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24414 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24415 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24417 ALL_MAKEFILES="$ALL_MAKEFILES \\
24418 dlls/d3d10core/tests/Makefile"
24419 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24420 d3d10core/tests"
24421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24422 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24423 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24425 ALL_MAKEFILES="$ALL_MAKEFILES \\
24426 dlls/d3d8/Makefile"
24427 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24428 d3d8"
24429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24430 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24431 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24433 ALL_MAKEFILES="$ALL_MAKEFILES \\
24434 dlls/d3d8/tests/Makefile"
24435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24436 d3d8/tests"
24437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24438 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24439 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24441 ALL_MAKEFILES="$ALL_MAKEFILES \\
24442 dlls/d3d9/Makefile"
24443 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24444 d3d9"
24445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24446 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24447 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24449 ALL_MAKEFILES="$ALL_MAKEFILES \\
24450 dlls/d3d9/tests/Makefile"
24451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24452 d3d9/tests"
24453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24454 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24455 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24457 ALL_MAKEFILES="$ALL_MAKEFILES \\
24458 dlls/d3dim/Makefile"
24459 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24460 d3dim"
24461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24462 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24463 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24465 ALL_MAKEFILES="$ALL_MAKEFILES \\
24466 dlls/d3drm/Makefile"
24467 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24468 d3drm"
24469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24470 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24471 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24473 ALL_MAKEFILES="$ALL_MAKEFILES \\
24474 dlls/d3drm/tests/Makefile"
24475 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24476 d3drm/tests"
24477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24478 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24479 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24481 ALL_MAKEFILES="$ALL_MAKEFILES \\
24482 dlls/d3dx9_24/Makefile"
24483 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24484 d3dx9_24"
24485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24486 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24487 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24489 ALL_MAKEFILES="$ALL_MAKEFILES \\
24490 dlls/d3dx9_25/Makefile"
24491 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24492 d3dx9_25"
24493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24494 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24495 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24497 ALL_MAKEFILES="$ALL_MAKEFILES \\
24498 dlls/d3dx9_26/Makefile"
24499 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24500 d3dx9_26"
24501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24502 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24503 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24505 ALL_MAKEFILES="$ALL_MAKEFILES \\
24506 dlls/d3dx9_27/Makefile"
24507 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24508 d3dx9_27"
24509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24510 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24511 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24513 ALL_MAKEFILES="$ALL_MAKEFILES \\
24514 dlls/d3dx9_28/Makefile"
24515 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24516 d3dx9_28"
24517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24518 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24519 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24521 ALL_MAKEFILES="$ALL_MAKEFILES \\
24522 dlls/d3dx9_29/Makefile"
24523 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24524 d3dx9_29"
24525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24526 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24527 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24529 ALL_MAKEFILES="$ALL_MAKEFILES \\
24530 dlls/d3dx9_30/Makefile"
24531 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24532 d3dx9_30"
24533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24534 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24535 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24537 ALL_MAKEFILES="$ALL_MAKEFILES \\
24538 dlls/d3dx9_31/Makefile"
24539 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24540 d3dx9_31"
24541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24542 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24543 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24545 ALL_MAKEFILES="$ALL_MAKEFILES \\
24546 dlls/d3dx9_32/Makefile"
24547 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24548 d3dx9_32"
24549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24550 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24551 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24553 ALL_MAKEFILES="$ALL_MAKEFILES \\
24554 dlls/d3dx9_33/Makefile"
24555 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24556 d3dx9_33"
24557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24558 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24559 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24561 ALL_MAKEFILES="$ALL_MAKEFILES \\
24562 dlls/d3dx9_34/Makefile"
24563 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24564 d3dx9_34"
24565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24566 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24567 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24569 ALL_MAKEFILES="$ALL_MAKEFILES \\
24570 dlls/d3dx9_35/Makefile"
24571 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24572 d3dx9_35"
24573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24574 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24575 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24577 ALL_MAKEFILES="$ALL_MAKEFILES \\
24578 dlls/d3dx9_36/Makefile"
24579 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24580 d3dx9_36"
24581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24582 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24583 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24585 ALL_MAKEFILES="$ALL_MAKEFILES \\
24586 dlls/d3dx9_36/tests/Makefile"
24587 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24588 d3dx9_36/tests"
24589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24590 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24591 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24593 ALL_MAKEFILES="$ALL_MAKEFILES \\
24594 dlls/d3dx9_37/Makefile"
24595 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24596 d3dx9_37"
24597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24598 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24599 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24601 ALL_MAKEFILES="$ALL_MAKEFILES \\
24602 dlls/d3dx9_38/Makefile"
24603 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24604 d3dx9_38"
24605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24606 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24607 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24609 ALL_MAKEFILES="$ALL_MAKEFILES \\
24610 dlls/d3dx9_39/Makefile"
24611 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24612 d3dx9_39"
24613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24614 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24615 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24617 ALL_MAKEFILES="$ALL_MAKEFILES \\
24618 dlls/d3dx9_40/Makefile"
24619 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24620 d3dx9_40"
24621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24622 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24623 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24625 ALL_MAKEFILES="$ALL_MAKEFILES \\
24626 dlls/d3dx9_41/Makefile"
24627 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24628 d3dx9_41"
24629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24630 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24631 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24633 ALL_MAKEFILES="$ALL_MAKEFILES \\
24634 dlls/d3dx9_42/Makefile"
24635 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24636 d3dx9_42"
24637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24638 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24639 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24641 ALL_MAKEFILES="$ALL_MAKEFILES \\
24642 dlls/d3dxof/Makefile"
24643 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24644 d3dxof"
24645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24646 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24647 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24649 ALL_MAKEFILES="$ALL_MAKEFILES \\
24650 dlls/d3dxof/tests/Makefile"
24651 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24652 d3dxof/tests"
24653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24654 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24655 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24657 ALL_MAKEFILES="$ALL_MAKEFILES \\
24658 dlls/dbghelp/Makefile"
24659 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24660 dbghelp"
24661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24662 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24663 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24665 ALL_MAKEFILES="$ALL_MAKEFILES \\
24666 dlls/dciman32/Makefile"
24667 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24668 dciman32"
24669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24670 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24671 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24673 ALL_MAKEFILES="$ALL_MAKEFILES \\
24674 dlls/ddeml.dll16/Makefile"
24675 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24676 ddeml.dll16"
24677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24678 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24679 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24681 ALL_MAKEFILES="$ALL_MAKEFILES \\
24682 dlls/ddraw/Makefile"
24683 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24684 ddraw"
24685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24686 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24687 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24689 ALL_MAKEFILES="$ALL_MAKEFILES \\
24690 dlls/ddraw/tests/Makefile"
24691 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24692 ddraw/tests"
24693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24694 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24695 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24697 ALL_MAKEFILES="$ALL_MAKEFILES \\
24698 dlls/ddrawex/Makefile"
24699 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24700 ddrawex"
24701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24702 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24703 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24705 ALL_MAKEFILES="$ALL_MAKEFILES \\
24706 dlls/ddrawex/tests/Makefile"
24707 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24708 ddrawex/tests"
24709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24710 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24711 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24713 ALL_MAKEFILES="$ALL_MAKEFILES \\
24714 dlls/devenum/Makefile"
24715 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24716 devenum"
24717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24718 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24719 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24721 ALL_MAKEFILES="$ALL_MAKEFILES \\
24722 dlls/dinput/Makefile"
24723 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24724 dinput"
24725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24726 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24727 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24729 ALL_MAKEFILES="$ALL_MAKEFILES \\
24730 dlls/dinput/tests/Makefile"
24731 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24732 dinput/tests"
24733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24734 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24735 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24737 ALL_MAKEFILES="$ALL_MAKEFILES \\
24738 dlls/dinput8/Makefile"
24739 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24740 dinput8"
24741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24742 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24743 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24745 ALL_MAKEFILES="$ALL_MAKEFILES \\
24746 dlls/dispdib.dll16/Makefile"
24747 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24748 dispdib.dll16"
24749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24750 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24751 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24753 ALL_MAKEFILES="$ALL_MAKEFILES \\
24754 dlls/display.drv16/Makefile"
24755 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24756 display.drv16"
24757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24758 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24759 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24761 ALL_MAKEFILES="$ALL_MAKEFILES \\
24762 dlls/dmband/Makefile"
24763 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24764 dmband"
24765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24766 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24767 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24769 ALL_MAKEFILES="$ALL_MAKEFILES \\
24770 dlls/dmcompos/Makefile"
24771 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24772 dmcompos"
24773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24774 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24775 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24777 ALL_MAKEFILES="$ALL_MAKEFILES \\
24778 dlls/dmime/Makefile"
24779 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24780 dmime"
24781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24782 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24783 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24785 ALL_MAKEFILES="$ALL_MAKEFILES \\
24786 dlls/dmloader/Makefile"
24787 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24788 dmloader"
24789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24790 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24791 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24793 ALL_MAKEFILES="$ALL_MAKEFILES \\
24794 dlls/dmloader/tests/Makefile"
24795 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24796 dmloader/tests"
24797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24798 dlls/dmloader/tests/Makefile: dlls/dmloader/tests/Makefile.in dlls/Maketest.rules"
24799 ac_config_files="$ac_config_files dlls/dmloader/tests/Makefile"
24801 ALL_MAKEFILES="$ALL_MAKEFILES \\
24802 dlls/dmscript/Makefile"
24803 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24804 dmscript"
24805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24806 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24807 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24809 ALL_MAKEFILES="$ALL_MAKEFILES \\
24810 dlls/dmstyle/Makefile"
24811 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24812 dmstyle"
24813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24814 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24815 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24817 ALL_MAKEFILES="$ALL_MAKEFILES \\
24818 dlls/dmsynth/Makefile"
24819 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24820 dmsynth"
24821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24822 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24823 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24825 ALL_MAKEFILES="$ALL_MAKEFILES \\
24826 dlls/dmusic/Makefile"
24827 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24828 dmusic"
24829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24830 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24831 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24833 ALL_MAKEFILES="$ALL_MAKEFILES \\
24834 dlls/dmusic32/Makefile"
24835 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24836 dmusic32"
24837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24838 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24839 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24841 ALL_MAKEFILES="$ALL_MAKEFILES \\
24842 dlls/dnsapi/Makefile"
24843 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24844 dnsapi"
24845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24846 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
24847 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
24849 ALL_MAKEFILES="$ALL_MAKEFILES \\
24850 dlls/dnsapi/tests/Makefile"
24851 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24852 dnsapi/tests"
24853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24854 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
24855 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
24857 ALL_MAKEFILES="$ALL_MAKEFILES \\
24858 dlls/dplay/Makefile"
24859 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24860 dplay"
24861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24862 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
24863 ac_config_files="$ac_config_files dlls/dplay/Makefile"
24865 ALL_MAKEFILES="$ALL_MAKEFILES \\
24866 dlls/dplayx/Makefile"
24867 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24868 dplayx"
24869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24870 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
24871 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
24873 ALL_MAKEFILES="$ALL_MAKEFILES \\
24874 dlls/dplayx/tests/Makefile"
24875 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24876 dplayx/tests"
24877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24878 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
24879 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
24881 ALL_MAKEFILES="$ALL_MAKEFILES \\
24882 dlls/dpnaddr/Makefile"
24883 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24884 dpnaddr"
24885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24886 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
24887 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
24889 ALL_MAKEFILES="$ALL_MAKEFILES \\
24890 dlls/dpnet/Makefile"
24891 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24892 dpnet"
24893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24894 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
24895 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
24897 ALL_MAKEFILES="$ALL_MAKEFILES \\
24898 dlls/dpnhpast/Makefile"
24899 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24900 dpnhpast"
24901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24902 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
24903 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
24905 ALL_MAKEFILES="$ALL_MAKEFILES \\
24906 dlls/dpnlobby/Makefile"
24907 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24908 dpnlobby"
24909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24910 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
24911 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
24913 ALL_MAKEFILES="$ALL_MAKEFILES \\
24914 dlls/dpwsockx/Makefile"
24915 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24916 dpwsockx"
24917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24918 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
24919 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
24921 ALL_MAKEFILES="$ALL_MAKEFILES \\
24922 dlls/drmclien/Makefile"
24923 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24924 drmclien"
24925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24926 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
24927 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
24929 ALL_MAKEFILES="$ALL_MAKEFILES \\
24930 dlls/dsound/Makefile"
24931 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24932 dsound"
24933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24934 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
24935 ac_config_files="$ac_config_files dlls/dsound/Makefile"
24937 ALL_MAKEFILES="$ALL_MAKEFILES \\
24938 dlls/dsound/tests/Makefile"
24939 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24940 dsound/tests"
24941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24942 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
24943 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
24945 ALL_MAKEFILES="$ALL_MAKEFILES \\
24946 dlls/dssenh/Makefile"
24947 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24948 dssenh"
24949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24950 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
24951 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
24953 ALL_MAKEFILES="$ALL_MAKEFILES \\
24954 dlls/dswave/Makefile"
24955 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24956 dswave"
24957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24958 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
24959 ac_config_files="$ac_config_files dlls/dswave/Makefile"
24961 ALL_MAKEFILES="$ALL_MAKEFILES \\
24962 dlls/dwmapi/Makefile"
24963 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24964 dwmapi"
24965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24966 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
24967 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
24969 ALL_MAKEFILES="$ALL_MAKEFILES \\
24970 dlls/dxdiagn/Makefile"
24971 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24972 dxdiagn"
24973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24974 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
24975 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
24977 ALL_MAKEFILES="$ALL_MAKEFILES \\
24978 dlls/dxdiagn/tests/Makefile"
24979 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24980 dxdiagn/tests"
24981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24982 dlls/dxdiagn/tests/Makefile: dlls/dxdiagn/tests/Makefile.in dlls/Maketest.rules"
24983 ac_config_files="$ac_config_files dlls/dxdiagn/tests/Makefile"
24985 ALL_MAKEFILES="$ALL_MAKEFILES \\
24986 dlls/dxerr8/Makefile"
24987 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24988 dxerr8"
24989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24990 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
24991 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
24993 ALL_MAKEFILES="$ALL_MAKEFILES \\
24994 dlls/dxerr9/Makefile"
24995 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24996 dxerr9"
24997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24998 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
24999 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25001 ALL_MAKEFILES="$ALL_MAKEFILES \\
25002 dlls/dxgi/Makefile"
25003 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25004 dxgi"
25005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25006 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25007 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25009 ALL_MAKEFILES="$ALL_MAKEFILES \\
25010 dlls/dxgi/tests/Makefile"
25011 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25012 dxgi/tests"
25013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25014 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25015 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25017 ALL_MAKEFILES="$ALL_MAKEFILES \\
25018 dlls/dxguid/Makefile"
25019 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25020 dxguid"
25021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25022 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25023 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25025 ALL_MAKEFILES="$ALL_MAKEFILES \\
25026 dlls/faultrep/Makefile"
25027 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25028 faultrep"
25029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25030 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25031 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25033 ALL_MAKEFILES="$ALL_MAKEFILES \\
25034 dlls/fltlib/Makefile"
25035 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25036 fltlib"
25037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25038 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25039 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25041 ALL_MAKEFILES="$ALL_MAKEFILES \\
25042 dlls/fusion/Makefile"
25043 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25044 fusion"
25045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25046 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25047 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25049 ALL_MAKEFILES="$ALL_MAKEFILES \\
25050 dlls/fusion/tests/Makefile"
25051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25052 fusion/tests"
25053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25054 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25055 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25057 ALL_MAKEFILES="$ALL_MAKEFILES \\
25058 dlls/fwpuclnt/Makefile"
25059 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25060 fwpuclnt"
25061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25062 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
25063 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
25065 ALL_MAKEFILES="$ALL_MAKEFILES \\
25066 dlls/gdi.exe16/Makefile"
25067 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25068 gdi.exe16"
25069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25070 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
25071 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
25073 ALL_MAKEFILES="$ALL_MAKEFILES \\
25074 dlls/gdi32/Makefile"
25075 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25076 gdi32"
25077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25078 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25079 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25081 ALL_MAKEFILES="$ALL_MAKEFILES \\
25082 dlls/gdi32/tests/Makefile"
25083 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25084 gdi32/tests"
25085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25086 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25087 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25089 ALL_MAKEFILES="$ALL_MAKEFILES \\
25090 dlls/gdiplus/Makefile"
25091 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25092 gdiplus"
25093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25094 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25095 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25097 ALL_MAKEFILES="$ALL_MAKEFILES \\
25098 dlls/gdiplus/tests/Makefile"
25099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25100 gdiplus/tests"
25101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25102 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25103 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25105 ALL_MAKEFILES="$ALL_MAKEFILES \\
25106 dlls/glu32/Makefile"
25107 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25108 glu32"
25109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25110 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25111 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25113 ALL_MAKEFILES="$ALL_MAKEFILES \\
25114 dlls/gphoto2.ds/Makefile"
25115 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25116 gphoto2.ds"
25117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25118 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25119 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25121 ALL_MAKEFILES="$ALL_MAKEFILES \\
25122 dlls/gpkcsp/Makefile"
25123 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25124 gpkcsp"
25125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25126 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25127 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25129 ALL_MAKEFILES="$ALL_MAKEFILES \\
25130 dlls/hal/Makefile"
25131 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25132 hal"
25133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25134 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25135 ac_config_files="$ac_config_files dlls/hal/Makefile"
25137 ALL_MAKEFILES="$ALL_MAKEFILES \\
25138 dlls/hhctrl.ocx/Makefile"
25139 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25140 hhctrl.ocx"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25143 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 dlls/hid/Makefile"
25147 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25148 hid"
25149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25150 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25151 ac_config_files="$ac_config_files dlls/hid/Makefile"
25153 ALL_MAKEFILES="$ALL_MAKEFILES \\
25154 dlls/hlink/Makefile"
25155 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25156 hlink"
25157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25158 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25159 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25161 ALL_MAKEFILES="$ALL_MAKEFILES \\
25162 dlls/hlink/tests/Makefile"
25163 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25164 hlink/tests"
25165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25166 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25167 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25169 ALL_MAKEFILES="$ALL_MAKEFILES \\
25170 dlls/hnetcfg/Makefile"
25171 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25172 hnetcfg"
25173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25174 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25175 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25177 ALL_MAKEFILES="$ALL_MAKEFILES \\
25178 dlls/httpapi/Makefile"
25179 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25180 httpapi"
25181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25182 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25183 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25185 ALL_MAKEFILES="$ALL_MAKEFILES \\
25186 dlls/iccvid/Makefile"
25187 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25188 iccvid"
25189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25190 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25191 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25193 ALL_MAKEFILES="$ALL_MAKEFILES \\
25194 dlls/icmp/Makefile"
25195 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25196 icmp"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25199 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 dlls/ifsmgr.vxd/Makefile"
25203 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25204 ifsmgr.vxd"
25205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25206 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25207 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25209 ALL_MAKEFILES="$ALL_MAKEFILES \\
25210 dlls/imaadp32.acm/Makefile"
25211 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25212 imaadp32.acm"
25213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25214 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25215 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25217 ALL_MAKEFILES="$ALL_MAKEFILES \\
25218 dlls/imagehlp/Makefile"
25219 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25220 imagehlp"
25221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25222 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25223 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25225 ALL_MAKEFILES="$ALL_MAKEFILES \\
25226 dlls/imagehlp/tests/Makefile"
25227 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25228 imagehlp/tests"
25229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25230 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
25231 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
25233 ALL_MAKEFILES="$ALL_MAKEFILES \\
25234 dlls/imm.dll16/Makefile"
25235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25236 imm.dll16"
25237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25238 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25239 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25241 ALL_MAKEFILES="$ALL_MAKEFILES \\
25242 dlls/imm32/Makefile"
25243 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25244 imm32"
25245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25246 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25247 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25249 ALL_MAKEFILES="$ALL_MAKEFILES \\
25250 dlls/imm32/tests/Makefile"
25251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25252 imm32/tests"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25255 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 dlls/inetcomm/Makefile"
25259 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25260 inetcomm"
25261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25262 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25263 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25265 ALL_MAKEFILES="$ALL_MAKEFILES \\
25266 dlls/inetcomm/tests/Makefile"
25267 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25268 inetcomm/tests"
25269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25270 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25271 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25273 ALL_MAKEFILES="$ALL_MAKEFILES \\
25274 dlls/inetmib1/Makefile"
25275 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25276 inetmib1"
25277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25278 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25279 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25281 ALL_MAKEFILES="$ALL_MAKEFILES \\
25282 dlls/inetmib1/tests/Makefile"
25283 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25284 inetmib1/tests"
25285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25286 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25287 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25289 ALL_MAKEFILES="$ALL_MAKEFILES \\
25290 dlls/infosoft/Makefile"
25291 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25292 infosoft"
25293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25294 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25295 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25297 ALL_MAKEFILES="$ALL_MAKEFILES \\
25298 dlls/infosoft/tests/Makefile"
25299 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25300 infosoft/tests"
25301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25302 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25303 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25305 ALL_MAKEFILES="$ALL_MAKEFILES \\
25306 dlls/initpki/Makefile"
25307 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25308 initpki"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25311 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 dlls/inkobj/Makefile"
25315 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25316 inkobj"
25317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25318 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25319 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25321 ALL_MAKEFILES="$ALL_MAKEFILES \\
25322 dlls/inseng/Makefile"
25323 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25324 inseng"
25325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25326 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25327 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25329 ALL_MAKEFILES="$ALL_MAKEFILES \\
25330 dlls/iphlpapi/Makefile"
25331 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25332 iphlpapi"
25333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25334 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25335 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25337 ALL_MAKEFILES="$ALL_MAKEFILES \\
25338 dlls/iphlpapi/tests/Makefile"
25339 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25340 iphlpapi/tests"
25341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25342 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25343 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25345 ALL_MAKEFILES="$ALL_MAKEFILES \\
25346 dlls/itircl/Makefile"
25347 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25348 itircl"
25349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25350 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25351 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25353 ALL_MAKEFILES="$ALL_MAKEFILES \\
25354 dlls/itss/Makefile"
25355 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25356 itss"
25357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25358 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25359 ac_config_files="$ac_config_files dlls/itss/Makefile"
25361 ALL_MAKEFILES="$ALL_MAKEFILES \\
25362 dlls/itss/tests/Makefile"
25363 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25364 itss/tests"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25367 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 dlls/jscript/Makefile"
25371 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25372 jscript"
25373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25374 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25375 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25377 ALL_MAKEFILES="$ALL_MAKEFILES \\
25378 dlls/jscript/tests/Makefile"
25379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25380 jscript/tests"
25381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25382 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25383 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25385 ALL_MAKEFILES="$ALL_MAKEFILES \\
25386 dlls/kernel32/Makefile"
25387 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25388 kernel32"
25389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25390 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25391 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25393 ALL_MAKEFILES="$ALL_MAKEFILES \\
25394 dlls/kernel32/tests/Makefile"
25395 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25396 kernel32/tests"
25397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25398 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25399 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25401 ALL_MAKEFILES="$ALL_MAKEFILES \\
25402 dlls/keyboard.drv16/Makefile"
25403 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25404 keyboard.drv16"
25405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25406 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25407 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25409 ALL_MAKEFILES="$ALL_MAKEFILES \\
25410 dlls/krnl386.exe16/Makefile"
25411 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25412 krnl386.exe16"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 dlls/krnl386.exe16/Makefile: dlls/krnl386.exe16/Makefile.in dlls/Makedll.rules"
25415 ac_config_files="$ac_config_files dlls/krnl386.exe16/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 dlls/loadperf/Makefile"
25419 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25420 loadperf"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25423 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 dlls/localspl/Makefile"
25427 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25428 localspl"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25431 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 dlls/localspl/tests/Makefile"
25435 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25436 localspl/tests"
25437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25438 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25439 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25441 ALL_MAKEFILES="$ALL_MAKEFILES \\
25442 dlls/localui/Makefile"
25443 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25444 localui"
25445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25446 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25447 ac_config_files="$ac_config_files dlls/localui/Makefile"
25449 ALL_MAKEFILES="$ALL_MAKEFILES \\
25450 dlls/localui/tests/Makefile"
25451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25452 localui/tests"
25453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25454 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25455 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25457 ALL_MAKEFILES="$ALL_MAKEFILES \\
25458 dlls/lz32/Makefile"
25459 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25460 lz32"
25461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25462 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25463 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25465 ALL_MAKEFILES="$ALL_MAKEFILES \\
25466 dlls/lz32/tests/Makefile"
25467 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25468 lz32/tests"
25469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25470 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25471 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25473 ALL_MAKEFILES="$ALL_MAKEFILES \\
25474 dlls/lzexpand.dll16/Makefile"
25475 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25476 lzexpand.dll16"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25479 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 dlls/mapi32/Makefile"
25483 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25484 mapi32"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25487 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 dlls/mapi32/tests/Makefile"
25491 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25492 mapi32/tests"
25493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25494 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25495 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25497 ALL_MAKEFILES="$ALL_MAKEFILES \\
25498 dlls/mapistub/Makefile"
25499 test "x$enable_mapistub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25500 mapistub"
25501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25502 dlls/mapistub/Makefile: dlls/mapistub/Makefile.in dlls/Makedll.rules"
25503 ac_config_files="$ac_config_files dlls/mapistub/Makefile"
25505 ALL_MAKEFILES="$ALL_MAKEFILES \\
25506 dlls/mciavi32/Makefile"
25507 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25508 mciavi32"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25511 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 dlls/mcicda/Makefile"
25515 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25516 mcicda"
25517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25518 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25519 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25521 ALL_MAKEFILES="$ALL_MAKEFILES \\
25522 dlls/mciqtz32/Makefile"
25523 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25524 mciqtz32"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25527 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 dlls/mciseq/Makefile"
25531 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25532 mciseq"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25535 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 dlls/mciwave/Makefile"
25539 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25540 mciwave"
25541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25542 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25543 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25545 ALL_MAKEFILES="$ALL_MAKEFILES \\
25546 dlls/midimap/Makefile"
25547 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25548 midimap"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25551 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 dlls/mlang/Makefile"
25555 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25556 mlang"
25557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25558 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25559 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25561 ALL_MAKEFILES="$ALL_MAKEFILES \\
25562 dlls/mlang/tests/Makefile"
25563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25564 mlang/tests"
25565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25566 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25567 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25569 ALL_MAKEFILES="$ALL_MAKEFILES \\
25570 dlls/mmdevapi/Makefile"
25571 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25572 mmdevapi"
25573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25574 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
25575 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
25577 ALL_MAKEFILES="$ALL_MAKEFILES \\
25578 dlls/mmdevapi/tests/Makefile"
25579 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25580 mmdevapi/tests"
25581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25582 dlls/mmdevapi/tests/Makefile: dlls/mmdevapi/tests/Makefile.in dlls/Maketest.rules"
25583 ac_config_files="$ac_config_files dlls/mmdevapi/tests/Makefile"
25585 ALL_MAKEFILES="$ALL_MAKEFILES \\
25586 dlls/mmdevldr.vxd/Makefile"
25587 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25588 mmdevldr.vxd"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25591 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 dlls/mmsystem.dll16/Makefile"
25595 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25596 mmsystem.dll16"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
25599 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 dlls/monodebg.vxd/Makefile"
25603 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25604 monodebg.vxd"
25605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25606 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25607 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25609 ALL_MAKEFILES="$ALL_MAKEFILES \\
25610 dlls/mountmgr.sys/Makefile"
25611 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25612 mountmgr.sys"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25615 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 dlls/mouse.drv16/Makefile"
25619 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25620 mouse.drv16"
25621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25622 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25623 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25625 ALL_MAKEFILES="$ALL_MAKEFILES \\
25626 dlls/mpr/Makefile"
25627 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25628 mpr"
25629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25630 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25631 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25633 ALL_MAKEFILES="$ALL_MAKEFILES \\
25634 dlls/mprapi/Makefile"
25635 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25636 mprapi"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25639 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 dlls/msacm.dll16/Makefile"
25643 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25644 msacm.dll16"
25645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25646 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25647 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25649 ALL_MAKEFILES="$ALL_MAKEFILES \\
25650 dlls/msacm32.drv/Makefile"
25651 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25652 msacm32.drv"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25655 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 dlls/msacm32/Makefile"
25659 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25660 msacm32"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25663 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 dlls/msacm32/tests/Makefile"
25667 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25668 msacm32/tests"
25669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25670 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25671 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25673 ALL_MAKEFILES="$ALL_MAKEFILES \\
25674 dlls/msadp32.acm/Makefile"
25675 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25676 msadp32.acm"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25679 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 dlls/mscat32/Makefile"
25683 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25684 mscat32"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25687 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 dlls/mscms/Makefile"
25691 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25692 mscms"
25693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25694 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25695 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25697 ALL_MAKEFILES="$ALL_MAKEFILES \\
25698 dlls/mscms/tests/Makefile"
25699 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25700 mscms/tests"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25703 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 dlls/mscoree/Makefile"
25707 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25708 mscoree"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25711 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 dlls/msctf/Makefile"
25715 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25716 msctf"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25719 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 dlls/msctf/tests/Makefile"
25723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25724 msctf/tests"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25727 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 dlls/msdaps/Makefile"
25731 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25732 msdaps"
25733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25734 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25735 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25737 ALL_MAKEFILES="$ALL_MAKEFILES \\
25738 dlls/msdmo/Makefile"
25739 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25740 msdmo"
25741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25742 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25743 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25745 ALL_MAKEFILES="$ALL_MAKEFILES \\
25746 dlls/msftedit/Makefile"
25747 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25748 msftedit"
25749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25750 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25751 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25753 ALL_MAKEFILES="$ALL_MAKEFILES \\
25754 dlls/msg711.acm/Makefile"
25755 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25756 msg711.acm"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25759 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 dlls/msgsm32.acm/Makefile"
25763 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25764 msgsm32.acm"
25765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25766 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25767 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25769 ALL_MAKEFILES="$ALL_MAKEFILES \\
25770 dlls/mshtml.tlb/Makefile"
25771 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25772 mshtml.tlb"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25775 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 dlls/mshtml/Makefile"
25779 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25780 mshtml"
25781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25782 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25783 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25785 ALL_MAKEFILES="$ALL_MAKEFILES \\
25786 dlls/mshtml/tests/Makefile"
25787 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25788 mshtml/tests"
25789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25790 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25791 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25793 ALL_MAKEFILES="$ALL_MAKEFILES \\
25794 dlls/msi/Makefile"
25795 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25796 msi"
25797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25798 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25799 ac_config_files="$ac_config_files dlls/msi/Makefile"
25801 ALL_MAKEFILES="$ALL_MAKEFILES \\
25802 dlls/msi/tests/Makefile"
25803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25804 msi/tests"
25805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25806 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25807 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25809 ALL_MAKEFILES="$ALL_MAKEFILES \\
25810 dlls/msimg32/Makefile"
25811 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25812 msimg32"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25815 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 dlls/msimtf/Makefile"
25819 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25820 msimtf"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25823 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 dlls/msisip/Makefile"
25827 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25828 msisip"
25829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25830 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25831 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25833 ALL_MAKEFILES="$ALL_MAKEFILES \\
25834 dlls/msisys.ocx/Makefile"
25835 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25836 msisys.ocx"
25837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25838 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25839 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25841 ALL_MAKEFILES="$ALL_MAKEFILES \\
25842 dlls/msnet32/Makefile"
25843 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25844 msnet32"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25847 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 dlls/msrle32/Makefile"
25851 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25852 msrle32"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25855 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 dlls/mssign32/Makefile"
25859 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25860 mssign32"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25863 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 dlls/mssip32/Makefile"
25867 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25868 mssip32"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25871 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 dlls/mstask/Makefile"
25875 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25876 mstask"
25877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25878 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25879 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25881 ALL_MAKEFILES="$ALL_MAKEFILES \\
25882 dlls/mstask/tests/Makefile"
25883 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25884 mstask/tests"
25885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25886 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25887 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25889 ALL_MAKEFILES="$ALL_MAKEFILES \\
25890 dlls/msvcirt/Makefile"
25891 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25892 msvcirt"
25893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25894 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
25895 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
25897 ALL_MAKEFILES="$ALL_MAKEFILES \\
25898 dlls/msvcr71/Makefile"
25899 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25900 msvcr71"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
25903 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 dlls/msvcrt/Makefile"
25907 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25908 msvcrt"
25909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25910 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
25911 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
25913 ALL_MAKEFILES="$ALL_MAKEFILES \\
25914 dlls/msvcrt/tests/Makefile"
25915 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25916 msvcrt/tests"
25917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25918 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
25919 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
25921 ALL_MAKEFILES="$ALL_MAKEFILES \\
25922 dlls/msvcrt20/Makefile"
25923 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25924 msvcrt20"
25925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25926 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
25927 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
25929 ALL_MAKEFILES="$ALL_MAKEFILES \\
25930 dlls/msvcrt40/Makefile"
25931 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25932 msvcrt40"
25933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25934 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
25935 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
25937 ALL_MAKEFILES="$ALL_MAKEFILES \\
25938 dlls/msvcrtd/Makefile"
25939 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25940 msvcrtd"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
25943 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 dlls/msvcrtd/tests/Makefile"
25947 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25948 msvcrtd/tests"
25949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25950 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
25951 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
25953 ALL_MAKEFILES="$ALL_MAKEFILES \\
25954 dlls/msvfw32/Makefile"
25955 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25956 msvfw32"
25957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25958 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
25959 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
25961 ALL_MAKEFILES="$ALL_MAKEFILES \\
25962 dlls/msvfw32/tests/Makefile"
25963 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25964 msvfw32/tests"
25965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25966 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
25967 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
25969 ALL_MAKEFILES="$ALL_MAKEFILES \\
25970 dlls/msvidc32/Makefile"
25971 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25972 msvidc32"
25973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25974 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
25975 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
25977 ALL_MAKEFILES="$ALL_MAKEFILES \\
25978 dlls/msvideo.dll16/Makefile"
25979 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25980 msvideo.dll16"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
25983 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
25985 ALL_MAKEFILES="$ALL_MAKEFILES \\
25986 dlls/mswsock/Makefile"
25987 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25988 mswsock"
25989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25990 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
25991 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
25993 ALL_MAKEFILES="$ALL_MAKEFILES \\
25994 dlls/msxml3/Makefile"
25995 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25996 msxml3"
25997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25998 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
25999 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26001 ALL_MAKEFILES="$ALL_MAKEFILES \\
26002 dlls/msxml3/tests/Makefile"
26003 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26004 msxml3/tests"
26005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26006 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26007 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26009 ALL_MAKEFILES="$ALL_MAKEFILES \\
26010 dlls/nddeapi/Makefile"
26011 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26012 nddeapi"
26013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26014 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26015 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26017 ALL_MAKEFILES="$ALL_MAKEFILES \\
26018 dlls/netapi32/Makefile"
26019 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26020 netapi32"
26021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26022 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26023 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26025 ALL_MAKEFILES="$ALL_MAKEFILES \\
26026 dlls/netapi32/tests/Makefile"
26027 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26028 netapi32/tests"
26029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26030 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26031 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26033 ALL_MAKEFILES="$ALL_MAKEFILES \\
26034 dlls/newdev/Makefile"
26035 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26036 newdev"
26037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26038 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26039 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26041 ALL_MAKEFILES="$ALL_MAKEFILES \\
26042 dlls/ntdll/Makefile"
26043 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26044 ntdll"
26045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26046 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26047 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26049 ALL_MAKEFILES="$ALL_MAKEFILES \\
26050 dlls/ntdll/tests/Makefile"
26051 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26052 ntdll/tests"
26053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26054 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26055 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26057 ALL_MAKEFILES="$ALL_MAKEFILES \\
26058 dlls/ntdsapi/Makefile"
26059 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26060 ntdsapi"
26061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26062 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26063 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26065 ALL_MAKEFILES="$ALL_MAKEFILES \\
26066 dlls/ntdsapi/tests/Makefile"
26067 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26068 ntdsapi/tests"
26069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26070 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26071 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26073 ALL_MAKEFILES="$ALL_MAKEFILES \\
26074 dlls/ntoskrnl.exe/Makefile"
26075 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26076 ntoskrnl.exe"
26077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26078 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26079 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26081 ALL_MAKEFILES="$ALL_MAKEFILES \\
26082 dlls/ntprint/Makefile"
26083 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26084 ntprint"
26085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26086 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26087 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26089 ALL_MAKEFILES="$ALL_MAKEFILES \\
26090 dlls/ntprint/tests/Makefile"
26091 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26092 ntprint/tests"
26093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26094 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26095 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26097 ALL_MAKEFILES="$ALL_MAKEFILES \\
26098 dlls/objsel/Makefile"
26099 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26100 objsel"
26101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26102 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26103 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26105 ALL_MAKEFILES="$ALL_MAKEFILES \\
26106 dlls/odbc32/Makefile"
26107 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26108 odbc32"
26109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26110 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26111 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26113 ALL_MAKEFILES="$ALL_MAKEFILES \\
26114 dlls/odbccp32/Makefile"
26115 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26116 odbccp32"
26117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26118 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26119 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26121 ALL_MAKEFILES="$ALL_MAKEFILES \\
26122 dlls/odbccp32/tests/Makefile"
26123 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26124 odbccp32/tests"
26125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26126 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26127 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26129 ALL_MAKEFILES="$ALL_MAKEFILES \\
26130 dlls/ole2.dll16/Makefile"
26131 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26132 ole2.dll16"
26133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26134 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26135 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26137 ALL_MAKEFILES="$ALL_MAKEFILES \\
26138 dlls/ole2conv.dll16/Makefile"
26139 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26140 ole2conv.dll16"
26141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26142 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26143 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26145 ALL_MAKEFILES="$ALL_MAKEFILES \\
26146 dlls/ole2disp.dll16/Makefile"
26147 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26148 ole2disp.dll16"
26149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26150 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26151 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26153 ALL_MAKEFILES="$ALL_MAKEFILES \\
26154 dlls/ole2nls.dll16/Makefile"
26155 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26156 ole2nls.dll16"
26157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26158 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26159 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26161 ALL_MAKEFILES="$ALL_MAKEFILES \\
26162 dlls/ole2prox.dll16/Makefile"
26163 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26164 ole2prox.dll16"
26165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26166 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26167 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26169 ALL_MAKEFILES="$ALL_MAKEFILES \\
26170 dlls/ole2thk.dll16/Makefile"
26171 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26172 ole2thk.dll16"
26173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26174 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26175 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26177 ALL_MAKEFILES="$ALL_MAKEFILES \\
26178 dlls/ole32/Makefile"
26179 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26180 ole32"
26181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26182 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26183 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26185 ALL_MAKEFILES="$ALL_MAKEFILES \\
26186 dlls/ole32/tests/Makefile"
26187 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26188 ole32/tests"
26189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26190 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26191 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26193 ALL_MAKEFILES="$ALL_MAKEFILES \\
26194 dlls/oleacc/Makefile"
26195 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26196 oleacc"
26197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26198 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26199 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26201 ALL_MAKEFILES="$ALL_MAKEFILES \\
26202 dlls/oleacc/tests/Makefile"
26203 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26204 oleacc/tests"
26205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26206 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26207 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26209 ALL_MAKEFILES="$ALL_MAKEFILES \\
26210 dlls/oleaut32/Makefile"
26211 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26212 oleaut32"
26213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26214 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26215 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26217 ALL_MAKEFILES="$ALL_MAKEFILES \\
26218 dlls/oleaut32/tests/Makefile"
26219 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26220 oleaut32/tests"
26221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26222 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26223 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26225 ALL_MAKEFILES="$ALL_MAKEFILES \\
26226 dlls/olecli.dll16/Makefile"
26227 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26228 olecli.dll16"
26229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26230 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26231 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26233 ALL_MAKEFILES="$ALL_MAKEFILES \\
26234 dlls/olecli32/Makefile"
26235 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26236 olecli32"
26237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26238 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26239 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26241 ALL_MAKEFILES="$ALL_MAKEFILES \\
26242 dlls/oledb32/Makefile"
26243 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26244 oledb32"
26245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26246 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26247 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26249 ALL_MAKEFILES="$ALL_MAKEFILES \\
26250 dlls/oledb32/tests/Makefile"
26251 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26252 oledb32/tests"
26253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26254 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26255 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26257 ALL_MAKEFILES="$ALL_MAKEFILES \\
26258 dlls/oledlg/Makefile"
26259 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26260 oledlg"
26261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26262 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26263 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26265 ALL_MAKEFILES="$ALL_MAKEFILES \\
26266 dlls/olepro32/Makefile"
26267 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26268 olepro32"
26269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26270 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26271 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26273 ALL_MAKEFILES="$ALL_MAKEFILES \\
26274 dlls/olesvr.dll16/Makefile"
26275 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26276 olesvr.dll16"
26277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26278 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26279 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26281 ALL_MAKEFILES="$ALL_MAKEFILES \\
26282 dlls/olesvr32/Makefile"
26283 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26284 olesvr32"
26285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26286 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26287 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26289 ALL_MAKEFILES="$ALL_MAKEFILES \\
26290 dlls/olethk32/Makefile"
26291 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26292 olethk32"
26293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26294 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26295 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26297 ALL_MAKEFILES="$ALL_MAKEFILES \\
26298 dlls/openal32/Makefile"
26299 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26300 openal32"
26301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26302 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26303 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26305 ALL_MAKEFILES="$ALL_MAKEFILES \\
26306 dlls/opengl32/Makefile"
26307 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26308 opengl32"
26309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26310 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26311 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26313 ALL_MAKEFILES="$ALL_MAKEFILES \\
26314 dlls/opengl32/tests/Makefile"
26315 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26316 opengl32/tests"
26317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26318 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26319 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26321 ALL_MAKEFILES="$ALL_MAKEFILES \\
26322 dlls/pdh/Makefile"
26323 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26324 pdh"
26325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26326 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26327 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26329 ALL_MAKEFILES="$ALL_MAKEFILES \\
26330 dlls/pdh/tests/Makefile"
26331 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26332 pdh/tests"
26333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26334 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26335 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26337 ALL_MAKEFILES="$ALL_MAKEFILES \\
26338 dlls/pidgen/Makefile"
26339 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26340 pidgen"
26341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26342 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26343 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26345 ALL_MAKEFILES="$ALL_MAKEFILES \\
26346 dlls/powrprof/Makefile"
26347 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26348 powrprof"
26349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26350 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26351 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26353 ALL_MAKEFILES="$ALL_MAKEFILES \\
26354 dlls/printui/Makefile"
26355 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26356 printui"
26357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26358 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26359 ac_config_files="$ac_config_files dlls/printui/Makefile"
26361 ALL_MAKEFILES="$ALL_MAKEFILES \\
26362 dlls/propsys/Makefile"
26363 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26364 propsys"
26365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26366 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26367 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26369 ALL_MAKEFILES="$ALL_MAKEFILES \\
26370 dlls/psapi/Makefile"
26371 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26372 psapi"
26373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26374 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26375 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26377 ALL_MAKEFILES="$ALL_MAKEFILES \\
26378 dlls/psapi/tests/Makefile"
26379 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26380 psapi/tests"
26381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26382 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26383 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26385 ALL_MAKEFILES="$ALL_MAKEFILES \\
26386 dlls/pstorec/Makefile"
26387 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26388 pstorec"
26389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26390 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26391 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26393 ALL_MAKEFILES="$ALL_MAKEFILES \\
26394 dlls/qcap/Makefile"
26395 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26396 qcap"
26397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26398 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26399 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26401 ALL_MAKEFILES="$ALL_MAKEFILES \\
26402 dlls/qedit/Makefile"
26403 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26404 qedit"
26405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26406 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26407 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26409 ALL_MAKEFILES="$ALL_MAKEFILES \\
26410 dlls/qedit/tests/Makefile"
26411 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26412 qedit/tests"
26413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26414 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26415 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26417 ALL_MAKEFILES="$ALL_MAKEFILES \\
26418 dlls/qmgr/Makefile"
26419 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26420 qmgr"
26421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26422 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26423 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26425 ALL_MAKEFILES="$ALL_MAKEFILES \\
26426 dlls/qmgr/tests/Makefile"
26427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26428 qmgr/tests"
26429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26430 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26431 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26433 ALL_MAKEFILES="$ALL_MAKEFILES \\
26434 dlls/qmgrprxy/Makefile"
26435 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26436 qmgrprxy"
26437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26438 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26439 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26441 ALL_MAKEFILES="$ALL_MAKEFILES \\
26442 dlls/quartz/Makefile"
26443 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26444 quartz"
26445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26446 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26447 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26449 ALL_MAKEFILES="$ALL_MAKEFILES \\
26450 dlls/quartz/tests/Makefile"
26451 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26452 quartz/tests"
26453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26454 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26455 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26457 ALL_MAKEFILES="$ALL_MAKEFILES \\
26458 dlls/query/Makefile"
26459 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26460 query"
26461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26462 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26463 ac_config_files="$ac_config_files dlls/query/Makefile"
26465 ALL_MAKEFILES="$ALL_MAKEFILES \\
26466 dlls/rasapi16.dll16/Makefile"
26467 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26468 rasapi16.dll16"
26469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26470 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26471 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26473 ALL_MAKEFILES="$ALL_MAKEFILES \\
26474 dlls/rasapi32/Makefile"
26475 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26476 rasapi32"
26477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26478 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26479 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26481 ALL_MAKEFILES="$ALL_MAKEFILES \\
26482 dlls/rasapi32/tests/Makefile"
26483 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26484 rasapi32/tests"
26485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26486 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26487 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26489 ALL_MAKEFILES="$ALL_MAKEFILES \\
26490 dlls/rasdlg/Makefile"
26491 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26492 rasdlg"
26493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26494 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26495 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26497 ALL_MAKEFILES="$ALL_MAKEFILES \\
26498 dlls/resutils/Makefile"
26499 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26500 resutils"
26501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26502 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26503 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26505 ALL_MAKEFILES="$ALL_MAKEFILES \\
26506 dlls/riched20/Makefile"
26507 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26508 riched20"
26509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26510 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26511 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26513 ALL_MAKEFILES="$ALL_MAKEFILES \\
26514 dlls/riched20/tests/Makefile"
26515 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26516 riched20/tests"
26517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26518 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26519 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26521 ALL_MAKEFILES="$ALL_MAKEFILES \\
26522 dlls/riched32/Makefile"
26523 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26524 riched32"
26525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26526 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26527 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26529 ALL_MAKEFILES="$ALL_MAKEFILES \\
26530 dlls/riched32/tests/Makefile"
26531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26532 riched32/tests"
26533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26534 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26535 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26537 ALL_MAKEFILES="$ALL_MAKEFILES \\
26538 dlls/rpcrt4/Makefile"
26539 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26540 rpcrt4"
26541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26542 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26543 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26545 ALL_MAKEFILES="$ALL_MAKEFILES \\
26546 dlls/rpcrt4/tests/Makefile"
26547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26548 rpcrt4/tests"
26549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26550 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26551 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26553 ALL_MAKEFILES="$ALL_MAKEFILES \\
26554 dlls/rsabase/Makefile"
26555 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26556 rsabase"
26557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26558 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26559 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26561 ALL_MAKEFILES="$ALL_MAKEFILES \\
26562 dlls/rsaenh/Makefile"
26563 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26564 rsaenh"
26565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26566 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26567 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26569 ALL_MAKEFILES="$ALL_MAKEFILES \\
26570 dlls/rsaenh/tests/Makefile"
26571 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26572 rsaenh/tests"
26573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26574 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26575 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26577 ALL_MAKEFILES="$ALL_MAKEFILES \\
26578 dlls/rtutils/Makefile"
26579 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26580 rtutils"
26581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26582 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26583 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26585 ALL_MAKEFILES="$ALL_MAKEFILES \\
26586 dlls/sane.ds/Makefile"
26587 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26588 sane.ds"
26589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26590 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26591 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26593 ALL_MAKEFILES="$ALL_MAKEFILES \\
26594 dlls/sccbase/Makefile"
26595 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26596 sccbase"
26597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26598 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26599 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26601 ALL_MAKEFILES="$ALL_MAKEFILES \\
26602 dlls/schannel/Makefile"
26603 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26604 schannel"
26605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26606 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26607 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26609 ALL_MAKEFILES="$ALL_MAKEFILES \\
26610 dlls/schannel/tests/Makefile"
26611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26612 schannel/tests"
26613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26614 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26615 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26617 ALL_MAKEFILES="$ALL_MAKEFILES \\
26618 dlls/secur32/Makefile"
26619 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26620 secur32"
26621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26622 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26623 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26625 ALL_MAKEFILES="$ALL_MAKEFILES \\
26626 dlls/secur32/tests/Makefile"
26627 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26628 secur32/tests"
26629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26630 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26631 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26633 ALL_MAKEFILES="$ALL_MAKEFILES \\
26634 dlls/security/Makefile"
26635 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26636 security"
26637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26638 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26639 ac_config_files="$ac_config_files dlls/security/Makefile"
26641 ALL_MAKEFILES="$ALL_MAKEFILES \\
26642 dlls/sensapi/Makefile"
26643 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26644 sensapi"
26645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26646 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26647 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26649 ALL_MAKEFILES="$ALL_MAKEFILES \\
26650 dlls/serialui/Makefile"
26651 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26652 serialui"
26653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26654 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26655 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26657 ALL_MAKEFILES="$ALL_MAKEFILES \\
26658 dlls/serialui/tests/Makefile"
26659 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26660 serialui/tests"
26661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26662 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26663 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26665 ALL_MAKEFILES="$ALL_MAKEFILES \\
26666 dlls/setupapi/Makefile"
26667 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26668 setupapi"
26669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26670 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26671 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26673 ALL_MAKEFILES="$ALL_MAKEFILES \\
26674 dlls/setupapi/tests/Makefile"
26675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26676 setupapi/tests"
26677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26678 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26679 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26681 ALL_MAKEFILES="$ALL_MAKEFILES \\
26682 dlls/setupx.dll16/Makefile"
26683 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26684 setupx.dll16"
26685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26686 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26687 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26689 ALL_MAKEFILES="$ALL_MAKEFILES \\
26690 dlls/sfc/Makefile"
26691 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26692 sfc"
26693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26694 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26695 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26697 ALL_MAKEFILES="$ALL_MAKEFILES \\
26698 dlls/sfc_os/Makefile"
26699 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26700 sfc_os"
26701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26702 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26703 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26705 ALL_MAKEFILES="$ALL_MAKEFILES \\
26706 dlls/shdoclc/Makefile"
26707 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26708 shdoclc"
26709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26710 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26711 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26713 ALL_MAKEFILES="$ALL_MAKEFILES \\
26714 dlls/shdocvw/Makefile"
26715 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26716 shdocvw"
26717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26718 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26719 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26721 ALL_MAKEFILES="$ALL_MAKEFILES \\
26722 dlls/shdocvw/tests/Makefile"
26723 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26724 shdocvw/tests"
26725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26726 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26727 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26729 ALL_MAKEFILES="$ALL_MAKEFILES \\
26730 dlls/shell.dll16/Makefile"
26731 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26732 shell.dll16"
26733 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26734 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26735 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26737 ALL_MAKEFILES="$ALL_MAKEFILES \\
26738 dlls/shell32/Makefile"
26739 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26740 shell32"
26741 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26742 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26743 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26745 ALL_MAKEFILES="$ALL_MAKEFILES \\
26746 dlls/shell32/tests/Makefile"
26747 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26748 shell32/tests"
26749 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26750 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26751 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26753 ALL_MAKEFILES="$ALL_MAKEFILES \\
26754 dlls/shfolder/Makefile"
26755 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26756 shfolder"
26757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26758 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26759 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26761 ALL_MAKEFILES="$ALL_MAKEFILES \\
26762 dlls/shlwapi/Makefile"
26763 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26764 shlwapi"
26765 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26766 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26767 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26769 ALL_MAKEFILES="$ALL_MAKEFILES \\
26770 dlls/shlwapi/tests/Makefile"
26771 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26772 shlwapi/tests"
26773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26774 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26775 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26777 ALL_MAKEFILES="$ALL_MAKEFILES \\
26778 dlls/slbcsp/Makefile"
26779 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26780 slbcsp"
26781 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26782 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26783 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26785 ALL_MAKEFILES="$ALL_MAKEFILES \\
26786 dlls/slc/Makefile"
26787 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26788 slc"
26789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26790 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26791 ac_config_files="$ac_config_files dlls/slc/Makefile"
26793 ALL_MAKEFILES="$ALL_MAKEFILES \\
26794 dlls/snmpapi/Makefile"
26795 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26796 snmpapi"
26797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26798 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26799 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26801 ALL_MAKEFILES="$ALL_MAKEFILES \\
26802 dlls/snmpapi/tests/Makefile"
26803 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26804 snmpapi/tests"
26805 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26806 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26807 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26809 ALL_MAKEFILES="$ALL_MAKEFILES \\
26810 dlls/softpub/Makefile"
26811 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26812 softpub"
26813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26814 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26815 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26817 ALL_MAKEFILES="$ALL_MAKEFILES \\
26818 dlls/sound.drv16/Makefile"
26819 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26820 sound.drv16"
26821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26822 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26823 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26825 ALL_MAKEFILES="$ALL_MAKEFILES \\
26826 dlls/spoolss/Makefile"
26827 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26828 spoolss"
26829 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26830 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26831 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26833 ALL_MAKEFILES="$ALL_MAKEFILES \\
26834 dlls/spoolss/tests/Makefile"
26835 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26836 spoolss/tests"
26837 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26838 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26839 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26841 ALL_MAKEFILES="$ALL_MAKEFILES \\
26842 dlls/stdole2.tlb/Makefile"
26843 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26844 stdole2.tlb"
26845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26846 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26847 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26849 ALL_MAKEFILES="$ALL_MAKEFILES \\
26850 dlls/stdole32.tlb/Makefile"
26851 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26852 stdole32.tlb"
26853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26854 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26855 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26857 ALL_MAKEFILES="$ALL_MAKEFILES \\
26858 dlls/sti/Makefile"
26859 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26860 sti"
26861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26862 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26863 ac_config_files="$ac_config_files dlls/sti/Makefile"
26865 ALL_MAKEFILES="$ALL_MAKEFILES \\
26866 dlls/sti/tests/Makefile"
26867 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26868 sti/tests"
26869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26870 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
26871 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
26873 ALL_MAKEFILES="$ALL_MAKEFILES \\
26874 dlls/storage.dll16/Makefile"
26875 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26876 storage.dll16"
26877 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26878 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26879 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26881 ALL_MAKEFILES="$ALL_MAKEFILES \\
26882 dlls/stress.dll16/Makefile"
26883 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26884 stress.dll16"
26885 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26886 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26887 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26889 ALL_MAKEFILES="$ALL_MAKEFILES \\
26890 dlls/strmiids/Makefile"
26891 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
26892 strmiids"
26893 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26894 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
26895 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
26897 ALL_MAKEFILES="$ALL_MAKEFILES \\
26898 dlls/svrapi/Makefile"
26899 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26900 svrapi"
26901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26902 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
26903 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
26905 ALL_MAKEFILES="$ALL_MAKEFILES \\
26906 dlls/sxs/Makefile"
26907 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26908 sxs"
26909 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26910 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
26911 ac_config_files="$ac_config_files dlls/sxs/Makefile"
26913 ALL_MAKEFILES="$ALL_MAKEFILES \\
26914 dlls/system.drv16/Makefile"
26915 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26916 system.drv16"
26917 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26918 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
26919 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
26921 ALL_MAKEFILES="$ALL_MAKEFILES \\
26922 dlls/t2embed/Makefile"
26923 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26924 t2embed"
26925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26926 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
26927 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
26929 ALL_MAKEFILES="$ALL_MAKEFILES \\
26930 dlls/tapi32/Makefile"
26931 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26932 tapi32"
26933 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26934 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
26935 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
26937 ALL_MAKEFILES="$ALL_MAKEFILES \\
26938 dlls/toolhelp.dll16/Makefile"
26939 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26940 toolhelp.dll16"
26941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26942 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
26943 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
26945 ALL_MAKEFILES="$ALL_MAKEFILES \\
26946 dlls/traffic/Makefile"
26947 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26948 traffic"
26949 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26950 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
26951 ac_config_files="$ac_config_files dlls/traffic/Makefile"
26953 ALL_MAKEFILES="$ALL_MAKEFILES \\
26954 dlls/twain.dll16/Makefile"
26955 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26956 twain.dll16"
26957 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26958 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
26959 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
26961 ALL_MAKEFILES="$ALL_MAKEFILES \\
26962 dlls/twain_32/Makefile"
26963 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26964 twain_32"
26965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26966 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
26967 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
26969 ALL_MAKEFILES="$ALL_MAKEFILES \\
26970 dlls/twain_32/tests/Makefile"
26971 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26972 twain_32/tests"
26973 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26974 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
26975 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
26977 ALL_MAKEFILES="$ALL_MAKEFILES \\
26978 dlls/typelib.dll16/Makefile"
26979 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26980 typelib.dll16"
26981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26982 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
26983 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
26985 ALL_MAKEFILES="$ALL_MAKEFILES \\
26986 dlls/unicows/Makefile"
26987 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26988 unicows"
26989 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26990 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
26991 ac_config_files="$ac_config_files dlls/unicows/Makefile"
26993 ALL_MAKEFILES="$ALL_MAKEFILES \\
26994 dlls/updspapi/Makefile"
26995 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26996 updspapi"
26997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26998 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
26999 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27001 ALL_MAKEFILES="$ALL_MAKEFILES \\
27002 dlls/url/Makefile"
27003 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27004 url"
27005 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27006 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27007 ac_config_files="$ac_config_files dlls/url/Makefile"
27009 ALL_MAKEFILES="$ALL_MAKEFILES \\
27010 dlls/urlmon/Makefile"
27011 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27012 urlmon"
27013 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27014 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27015 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27017 ALL_MAKEFILES="$ALL_MAKEFILES \\
27018 dlls/urlmon/tests/Makefile"
27019 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27020 urlmon/tests"
27021 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27022 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27023 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27025 ALL_MAKEFILES="$ALL_MAKEFILES \\
27026 dlls/user.exe16/Makefile"
27027 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27028 user.exe16"
27029 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27030 dlls/user.exe16/Makefile: dlls/user.exe16/Makefile.in dlls/Makedll.rules"
27031 ac_config_files="$ac_config_files dlls/user.exe16/Makefile"
27033 ALL_MAKEFILES="$ALL_MAKEFILES \\
27034 dlls/user32/Makefile"
27035 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27036 user32"
27037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27038 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27039 ac_config_files="$ac_config_files dlls/user32/Makefile"
27041 ALL_MAKEFILES="$ALL_MAKEFILES \\
27042 dlls/user32/tests/Makefile"
27043 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27044 user32/tests"
27045 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27046 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27047 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27049 ALL_MAKEFILES="$ALL_MAKEFILES \\
27050 dlls/userenv/Makefile"
27051 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27052 userenv"
27053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27054 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27055 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27057 ALL_MAKEFILES="$ALL_MAKEFILES \\
27058 dlls/userenv/tests/Makefile"
27059 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27060 userenv/tests"
27061 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27062 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27063 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27065 ALL_MAKEFILES="$ALL_MAKEFILES \\
27066 dlls/usp10/Makefile"
27067 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27068 usp10"
27069 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27070 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27071 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27073 ALL_MAKEFILES="$ALL_MAKEFILES \\
27074 dlls/usp10/tests/Makefile"
27075 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27076 usp10/tests"
27077 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27078 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27079 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27081 ALL_MAKEFILES="$ALL_MAKEFILES \\
27082 dlls/uuid/Makefile"
27083 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27084 uuid"
27085 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27086 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27087 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27089 ALL_MAKEFILES="$ALL_MAKEFILES \\
27090 dlls/uxtheme/Makefile"
27091 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27092 uxtheme"
27093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27094 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27095 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27097 ALL_MAKEFILES="$ALL_MAKEFILES \\
27098 dlls/uxtheme/tests/Makefile"
27099 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27100 uxtheme/tests"
27101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27102 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27103 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27105 ALL_MAKEFILES="$ALL_MAKEFILES \\
27106 dlls/vdhcp.vxd/Makefile"
27107 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27108 vdhcp.vxd"
27109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27110 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27111 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27113 ALL_MAKEFILES="$ALL_MAKEFILES \\
27114 dlls/vdmdbg/Makefile"
27115 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27116 vdmdbg"
27117 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27118 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27119 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27121 ALL_MAKEFILES="$ALL_MAKEFILES \\
27122 dlls/ver.dll16/Makefile"
27123 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27124 ver.dll16"
27125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27126 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27127 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27129 ALL_MAKEFILES="$ALL_MAKEFILES \\
27130 dlls/version/Makefile"
27131 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27132 version"
27133 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27134 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27135 ac_config_files="$ac_config_files dlls/version/Makefile"
27137 ALL_MAKEFILES="$ALL_MAKEFILES \\
27138 dlls/version/tests/Makefile"
27139 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27140 version/tests"
27141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27142 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27143 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27145 ALL_MAKEFILES="$ALL_MAKEFILES \\
27146 dlls/vmm.vxd/Makefile"
27147 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27148 vmm.vxd"
27149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27150 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27151 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27153 ALL_MAKEFILES="$ALL_MAKEFILES \\
27154 dlls/vnbt.vxd/Makefile"
27155 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27156 vnbt.vxd"
27157 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27158 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27159 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27161 ALL_MAKEFILES="$ALL_MAKEFILES \\
27162 dlls/vnetbios.vxd/Makefile"
27163 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27164 vnetbios.vxd"
27165 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27166 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27167 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27169 ALL_MAKEFILES="$ALL_MAKEFILES \\
27170 dlls/vtdapi.vxd/Makefile"
27171 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27172 vtdapi.vxd"
27173 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27174 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27175 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27177 ALL_MAKEFILES="$ALL_MAKEFILES \\
27178 dlls/vwin32.vxd/Makefile"
27179 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27180 vwin32.vxd"
27181 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27182 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27183 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27185 ALL_MAKEFILES="$ALL_MAKEFILES \\
27186 dlls/w32skrnl/Makefile"
27187 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27188 w32skrnl"
27189 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27190 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27191 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27193 ALL_MAKEFILES="$ALL_MAKEFILES \\
27194 dlls/w32sys.dll16/Makefile"
27195 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27196 w32sys.dll16"
27197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27198 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27199 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27201 ALL_MAKEFILES="$ALL_MAKEFILES \\
27202 dlls/wbemprox/Makefile"
27203 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27204 wbemprox"
27205 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27206 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27207 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27209 ALL_MAKEFILES="$ALL_MAKEFILES \\
27210 dlls/wiaservc/Makefile"
27211 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27212 wiaservc"
27213 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27214 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
27215 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
27217 ALL_MAKEFILES="$ALL_MAKEFILES \\
27218 dlls/win32s16.dll16/Makefile"
27219 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27220 win32s16.dll16"
27221 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27222 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27223 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27225 ALL_MAKEFILES="$ALL_MAKEFILES \\
27226 dlls/win87em.dll16/Makefile"
27227 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27228 win87em.dll16"
27229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27230 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27231 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27233 ALL_MAKEFILES="$ALL_MAKEFILES \\
27234 dlls/winaspi.dll16/Makefile"
27235 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27236 winaspi.dll16"
27237 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27238 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27239 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27241 ALL_MAKEFILES="$ALL_MAKEFILES \\
27242 dlls/windebug.dll16/Makefile"
27243 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27244 windebug.dll16"
27245 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27246 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27247 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27249 ALL_MAKEFILES="$ALL_MAKEFILES \\
27250 dlls/windowscodecs/Makefile"
27251 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27252 windowscodecs"
27253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27254 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27255 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27257 ALL_MAKEFILES="$ALL_MAKEFILES \\
27258 dlls/windowscodecs/tests/Makefile"
27259 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27260 windowscodecs/tests"
27261 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27262 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27263 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27265 ALL_MAKEFILES="$ALL_MAKEFILES \\
27266 dlls/winealsa.drv/Makefile"
27267 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27268 winealsa.drv"
27269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27270 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27271 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27273 ALL_MAKEFILES="$ALL_MAKEFILES \\
27274 dlls/wineaudioio.drv/Makefile"
27275 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27276 wineaudioio.drv"
27277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27278 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27279 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27281 ALL_MAKEFILES="$ALL_MAKEFILES \\
27282 dlls/winecoreaudio.drv/Makefile"
27283 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27284 winecoreaudio.drv"
27285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27286 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27287 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27289 ALL_MAKEFILES="$ALL_MAKEFILES \\
27290 dlls/winecrt0/Makefile"
27291 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27292 winecrt0"
27293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27294 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27295 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27297 ALL_MAKEFILES="$ALL_MAKEFILES \\
27298 dlls/wined3d/Makefile"
27299 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27300 wined3d"
27301 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27302 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27303 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27305 ALL_MAKEFILES="$ALL_MAKEFILES \\
27306 dlls/wineesd.drv/Makefile"
27307 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27308 wineesd.drv"
27309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27310 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27311 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27313 ALL_MAKEFILES="$ALL_MAKEFILES \\
27314 dlls/winejack.drv/Makefile"
27315 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27316 winejack.drv"
27317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27318 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27319 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27321 ALL_MAKEFILES="$ALL_MAKEFILES \\
27322 dlls/winejoystick.drv/Makefile"
27323 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27324 winejoystick.drv"
27325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27326 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27327 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27329 ALL_MAKEFILES="$ALL_MAKEFILES \\
27330 dlls/winemapi/Makefile"
27331 test "x$enable_winemapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27332 winemapi"
27333 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27334 dlls/winemapi/Makefile: dlls/winemapi/Makefile.in dlls/Makedll.rules"
27335 ac_config_files="$ac_config_files dlls/winemapi/Makefile"
27337 ALL_MAKEFILES="$ALL_MAKEFILES \\
27338 dlls/winemp3.acm/Makefile"
27339 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27340 winemp3.acm"
27341 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27342 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27343 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27345 ALL_MAKEFILES="$ALL_MAKEFILES \\
27346 dlls/winenas.drv/Makefile"
27347 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27348 winenas.drv"
27349 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27350 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27351 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27353 ALL_MAKEFILES="$ALL_MAKEFILES \\
27354 dlls/wineoss.drv/Makefile"
27355 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27356 wineoss.drv"
27357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27358 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27359 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27361 ALL_MAKEFILES="$ALL_MAKEFILES \\
27362 dlls/wineps.drv/Makefile"
27363 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27364 wineps.drv"
27365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27366 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27367 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27369 ALL_MAKEFILES="$ALL_MAKEFILES \\
27370 dlls/wineps16.drv16/Makefile"
27371 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27372 wineps16.drv16"
27373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27374 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27375 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27377 ALL_MAKEFILES="$ALL_MAKEFILES \\
27378 dlls/winepulse.drv/Makefile"
27379 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27380 winepulse.drv"
27381 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27382 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27383 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27385 ALL_MAKEFILES="$ALL_MAKEFILES \\
27386 dlls/winequartz.drv/Makefile"
27387 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27388 winequartz.drv"
27389 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27390 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27391 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27393 ALL_MAKEFILES="$ALL_MAKEFILES \\
27394 dlls/winex11.drv/Makefile"
27395 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27396 winex11.drv"
27397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27398 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27399 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27401 ALL_MAKEFILES="$ALL_MAKEFILES \\
27402 dlls/wing.dll16/Makefile"
27403 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27404 wing.dll16"
27405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27406 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27407 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27409 ALL_MAKEFILES="$ALL_MAKEFILES \\
27410 dlls/wing32/Makefile"
27411 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27412 wing32"
27413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27414 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27415 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27417 ALL_MAKEFILES="$ALL_MAKEFILES \\
27418 dlls/winhttp/Makefile"
27419 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27420 winhttp"
27421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27422 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27423 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27425 ALL_MAKEFILES="$ALL_MAKEFILES \\
27426 dlls/winhttp/tests/Makefile"
27427 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27428 winhttp/tests"
27429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27430 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27431 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27433 ALL_MAKEFILES="$ALL_MAKEFILES \\
27434 dlls/wininet/Makefile"
27435 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27436 wininet"
27437 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27438 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27439 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27441 ALL_MAKEFILES="$ALL_MAKEFILES \\
27442 dlls/wininet/tests/Makefile"
27443 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27444 wininet/tests"
27445 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27446 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27447 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27449 ALL_MAKEFILES="$ALL_MAKEFILES \\
27450 dlls/winmm/Makefile"
27451 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27452 winmm"
27453 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27454 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27455 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27457 ALL_MAKEFILES="$ALL_MAKEFILES \\
27458 dlls/winmm/tests/Makefile"
27459 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27460 winmm/tests"
27461 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27462 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27463 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27465 ALL_MAKEFILES="$ALL_MAKEFILES \\
27466 dlls/winnls.dll16/Makefile"
27467 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27468 winnls.dll16"
27469 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27470 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27471 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27473 ALL_MAKEFILES="$ALL_MAKEFILES \\
27474 dlls/winnls32/Makefile"
27475 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27476 winnls32"
27477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27478 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27479 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27481 ALL_MAKEFILES="$ALL_MAKEFILES \\
27482 dlls/winscard/Makefile"
27483 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27484 winscard"
27485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27486 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27487 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27489 ALL_MAKEFILES="$ALL_MAKEFILES \\
27490 dlls/winsock.dll16/Makefile"
27491 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27492 winsock.dll16"
27493 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27494 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27495 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27497 ALL_MAKEFILES="$ALL_MAKEFILES \\
27498 dlls/winspool.drv/Makefile"
27499 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27500 winspool.drv"
27501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27502 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27503 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27505 ALL_MAKEFILES="$ALL_MAKEFILES \\
27506 dlls/winspool.drv/tests/Makefile"
27507 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27508 winspool.drv/tests"
27509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27510 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27511 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27513 ALL_MAKEFILES="$ALL_MAKEFILES \\
27514 dlls/wintab.dll16/Makefile"
27515 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27516 wintab.dll16"
27517 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27518 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27519 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27521 ALL_MAKEFILES="$ALL_MAKEFILES \\
27522 dlls/wintab32/Makefile"
27523 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27524 wintab32"
27525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27526 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27527 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27529 ALL_MAKEFILES="$ALL_MAKEFILES \\
27530 dlls/wintab32/tests/Makefile"
27531 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27532 wintab32/tests"
27533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27534 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27535 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27537 ALL_MAKEFILES="$ALL_MAKEFILES \\
27538 dlls/wintrust/Makefile"
27539 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27540 wintrust"
27541 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27542 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27543 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27545 ALL_MAKEFILES="$ALL_MAKEFILES \\
27546 dlls/wintrust/tests/Makefile"
27547 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27548 wintrust/tests"
27549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27550 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27551 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27553 ALL_MAKEFILES="$ALL_MAKEFILES \\
27554 dlls/wldap32/Makefile"
27555 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27556 wldap32"
27557 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27558 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27559 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27561 ALL_MAKEFILES="$ALL_MAKEFILES \\
27562 dlls/wldap32/tests/Makefile"
27563 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27564 wldap32/tests"
27565 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27566 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27567 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27569 ALL_MAKEFILES="$ALL_MAKEFILES \\
27570 dlls/wmi/Makefile"
27571 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27572 wmi"
27573 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27574 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27575 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27577 ALL_MAKEFILES="$ALL_MAKEFILES \\
27578 dlls/wmiutils/Makefile"
27579 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27580 wmiutils"
27581 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27582 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27583 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27585 ALL_MAKEFILES="$ALL_MAKEFILES \\
27586 dlls/wnaspi32/Makefile"
27587 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27588 wnaspi32"
27589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27590 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27591 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27593 ALL_MAKEFILES="$ALL_MAKEFILES \\
27594 dlls/wow32/Makefile"
27595 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27596 wow32"
27597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27598 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27599 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27601 ALL_MAKEFILES="$ALL_MAKEFILES \\
27602 dlls/ws2_32/Makefile"
27603 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27604 ws2_32"
27605 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27606 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27607 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27609 ALL_MAKEFILES="$ALL_MAKEFILES \\
27610 dlls/ws2_32/tests/Makefile"
27611 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27612 ws2_32/tests"
27613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27614 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27615 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27617 ALL_MAKEFILES="$ALL_MAKEFILES \\
27618 dlls/wsock32/Makefile"
27619 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27620 wsock32"
27621 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27622 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27623 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27625 ALL_MAKEFILES="$ALL_MAKEFILES \\
27626 dlls/wtsapi32/Makefile"
27627 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27628 wtsapi32"
27629 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27630 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27631 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27633 ALL_MAKEFILES="$ALL_MAKEFILES \\
27634 dlls/wuapi/Makefile"
27635 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27636 wuapi"
27637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27638 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27639 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27641 ALL_MAKEFILES="$ALL_MAKEFILES \\
27642 dlls/wuaueng/Makefile"
27643 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27644 wuaueng"
27645 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27646 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
27647 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
27649 ALL_MAKEFILES="$ALL_MAKEFILES \\
27650 dlls/xinput1_1/Makefile"
27651 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27652 xinput1_1"
27653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27654 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27655 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27657 ALL_MAKEFILES="$ALL_MAKEFILES \\
27658 dlls/xinput1_2/Makefile"
27659 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27660 xinput1_2"
27661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27662 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27663 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27665 ALL_MAKEFILES="$ALL_MAKEFILES \\
27666 dlls/xinput1_3/Makefile"
27667 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27668 xinput1_3"
27669 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27670 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27671 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27673 ALL_MAKEFILES="$ALL_MAKEFILES \\
27674 dlls/xinput1_3/tests/Makefile"
27675 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27676 xinput1_3/tests"
27677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27678 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27679 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27681 ALL_MAKEFILES="$ALL_MAKEFILES \\
27682 dlls/xinput9_1_0/Makefile"
27683 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27684 xinput9_1_0"
27685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27686 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27687 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27689 ALL_MAKEFILES="$ALL_MAKEFILES \\
27690 dlls/xmllite/Makefile"
27691 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27692 xmllite"
27693 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27694 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27695 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27697 ALL_MAKEFILES="$ALL_MAKEFILES \\
27698 documentation/Makefile"
27699 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27700 documentation"
27701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27702 documentation/Makefile: documentation/Makefile.in Make.rules"
27703 ac_config_files="$ac_config_files documentation/Makefile"
27705 ALL_MAKEFILES="$ALL_MAKEFILES \\
27706 fonts/Makefile"
27707 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27708 fonts"
27709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27710 fonts/Makefile: fonts/Makefile.in Make.rules"
27711 ac_config_files="$ac_config_files fonts/Makefile"
27713 ALL_MAKEFILES="$ALL_MAKEFILES \\
27714 include/Makefile"
27715 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27716 include"
27717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27718 include/Makefile: include/Makefile.in Make.rules"
27719 ac_config_files="$ac_config_files include/Makefile"
27721 ALL_MAKEFILES="$ALL_MAKEFILES \\
27722 libs/Makefile"
27723 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27724 libs"
27725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27726 libs/Makefile: libs/Makefile.in Make.rules"
27727 ac_config_files="$ac_config_files libs/Makefile"
27729 ALL_MAKEFILES="$ALL_MAKEFILES \\
27730 libs/port/Makefile"
27732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27733 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27734 ac_config_files="$ac_config_files libs/port/Makefile"
27736 ALL_MAKEFILES="$ALL_MAKEFILES \\
27737 libs/wine/Makefile"
27739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27740 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27741 ac_config_files="$ac_config_files libs/wine/Makefile"
27743 ALL_MAKEFILES="$ALL_MAKEFILES \\
27744 libs/wpp/Makefile"
27746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27747 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27748 ac_config_files="$ac_config_files libs/wpp/Makefile"
27750 ALL_MAKEFILES="$ALL_MAKEFILES \\
27751 loader/Makefile"
27752 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27753 loader"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 loader/Makefile: loader/Makefile.in Make.rules"
27756 ac_config_files="$ac_config_files loader/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 programs/Makefile"
27760 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27761 programs"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 programs/Makefile: programs/Makefile.in Make.rules"
27764 ac_config_files="$ac_config_files programs/Makefile"
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767 programs/cacls/Makefile"
27768 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27769 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27770 cacls"
27771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27772 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27773 ac_config_files="$ac_config_files programs/cacls/Makefile"
27775 ALL_MAKEFILES="$ALL_MAKEFILES \\
27776 programs/clock/Makefile"
27777 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27778 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27779 clock"
27780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27781 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27782 ac_config_files="$ac_config_files programs/clock/Makefile"
27784 ALL_MAKEFILES="$ALL_MAKEFILES \\
27785 programs/cmd/Makefile"
27786 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27787 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27788 cmd"
27789 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27790 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27791 ac_config_files="$ac_config_files programs/cmd/Makefile"
27793 ALL_MAKEFILES="$ALL_MAKEFILES \\
27794 programs/cmdlgtst/Makefile"
27795 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27796 cmdlgtst"
27797 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27798 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27799 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27801 ALL_MAKEFILES="$ALL_MAKEFILES \\
27802 programs/control/Makefile"
27803 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27804 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27805 control"
27806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27807 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27808 ac_config_files="$ac_config_files programs/control/Makefile"
27810 ALL_MAKEFILES="$ALL_MAKEFILES \\
27811 programs/dxdiag/Makefile"
27812 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27813 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27814 dxdiag"
27815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27816 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27817 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27819 ALL_MAKEFILES="$ALL_MAKEFILES \\
27820 programs/eject/Makefile"
27821 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27822 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27823 eject"
27824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27825 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27826 ac_config_files="$ac_config_files programs/eject/Makefile"
27828 ALL_MAKEFILES="$ALL_MAKEFILES \\
27829 programs/expand/Makefile"
27830 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27831 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27832 expand"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27835 ac_config_files="$ac_config_files programs/expand/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 programs/explorer/Makefile"
27839 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27840 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27841 explorer"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27844 ac_config_files="$ac_config_files programs/explorer/Makefile"
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847 programs/extrac32/Makefile"
27848 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27849 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27850 extrac32"
27851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27852 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
27853 ac_config_files="$ac_config_files programs/extrac32/Makefile"
27855 ALL_MAKEFILES="$ALL_MAKEFILES \\
27856 programs/hh/Makefile"
27857 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27858 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27861 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27862 ac_config_files="$ac_config_files programs/hh/Makefile"
27864 ALL_MAKEFILES="$ALL_MAKEFILES \\
27865 programs/icinfo/Makefile"
27866 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27867 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27868 icinfo"
27869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27870 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27871 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27873 ALL_MAKEFILES="$ALL_MAKEFILES \\
27874 programs/iexplore/Makefile"
27875 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27876 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27877 iexplore"
27878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27879 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27880 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27882 ALL_MAKEFILES="$ALL_MAKEFILES \\
27883 programs/lodctr/Makefile"
27884 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27885 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27886 lodctr"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27889 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 programs/mshta/Makefile"
27893 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27894 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27895 mshta"
27896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27897 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
27898 ac_config_files="$ac_config_files programs/mshta/Makefile"
27900 ALL_MAKEFILES="$ALL_MAKEFILES \\
27901 programs/msiexec/Makefile"
27902 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27903 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27904 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27905 msiexec"
27906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27907 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
27908 ac_config_files="$ac_config_files programs/msiexec/Makefile"
27910 ALL_MAKEFILES="$ALL_MAKEFILES \\
27911 programs/net/Makefile"
27912 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27913 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27914 net"
27915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27916 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
27917 ac_config_files="$ac_config_files programs/net/Makefile"
27919 ALL_MAKEFILES="$ALL_MAKEFILES \\
27920 programs/notepad/Makefile"
27921 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27922 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27923 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27924 notepad"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/notepad/Makefile"
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930 programs/oleview/Makefile"
27931 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933 oleview"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/oleview/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/progman/Makefile"
27940 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 progman"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/progman/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/reg/Makefile"
27949 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 reg"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/reg/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/regedit/Makefile"
27958 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27960 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27961 regedit"
27962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27963 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
27964 ac_config_files="$ac_config_files programs/regedit/Makefile"
27966 ALL_MAKEFILES="$ALL_MAKEFILES \\
27967 programs/regsvr32/Makefile"
27968 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27969 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27970 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
27971 regsvr32"
27972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27973 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
27974 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
27976 ALL_MAKEFILES="$ALL_MAKEFILES \\
27977 programs/rpcss/Makefile"
27978 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27979 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27980 rpcss"
27981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27982 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
27983 ac_config_files="$ac_config_files programs/rpcss/Makefile"
27985 ALL_MAKEFILES="$ALL_MAKEFILES \\
27986 programs/rundll32/Makefile"
27987 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27988 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27989 rundll32"
27990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27991 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
27992 ac_config_files="$ac_config_files programs/rundll32/Makefile"
27994 ALL_MAKEFILES="$ALL_MAKEFILES \\
27995 programs/secedit/Makefile"
27996 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27997 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27998 secedit"
27999 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28000 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28001 ac_config_files="$ac_config_files programs/secedit/Makefile"
28003 ALL_MAKEFILES="$ALL_MAKEFILES \\
28004 programs/services/Makefile"
28005 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28006 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28007 services"
28008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28009 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28010 ac_config_files="$ac_config_files programs/services/Makefile"
28012 ALL_MAKEFILES="$ALL_MAKEFILES \\
28013 programs/spoolsv/Makefile"
28014 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28015 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28016 spoolsv"
28017 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28018 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28019 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28021 ALL_MAKEFILES="$ALL_MAKEFILES \\
28022 programs/start/Makefile"
28023 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28024 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28025 start"
28026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28027 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28028 ac_config_files="$ac_config_files programs/start/Makefile"
28030 ALL_MAKEFILES="$ALL_MAKEFILES \\
28031 programs/svchost/Makefile"
28032 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28033 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28034 svchost"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28037 ac_config_files="$ac_config_files programs/svchost/Makefile"
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040 programs/taskmgr/Makefile"
28041 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28042 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28043 taskmgr"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 programs/termsv/Makefile"
28050 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052 termsv"
28053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28054 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28055 ac_config_files="$ac_config_files programs/termsv/Makefile"
28057 ALL_MAKEFILES="$ALL_MAKEFILES \\
28058 programs/uninstaller/Makefile"
28059 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28060 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28061 uninstaller"
28062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28063 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28064 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28066 ALL_MAKEFILES="$ALL_MAKEFILES \\
28067 programs/unlodctr/Makefile"
28068 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28069 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28070 unlodctr"
28071 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28072 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28073 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28075 ALL_MAKEFILES="$ALL_MAKEFILES \\
28076 programs/view/Makefile"
28077 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28078 view"
28079 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28080 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28081 ac_config_files="$ac_config_files programs/view/Makefile"
28083 ALL_MAKEFILES="$ALL_MAKEFILES \\
28084 programs/wineboot/Makefile"
28085 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28086 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28087 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28088 wineboot"
28089 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28090 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28091 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28093 ALL_MAKEFILES="$ALL_MAKEFILES \\
28094 programs/winebrowser/Makefile"
28095 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28096 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28097 winebrowser"
28098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28099 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28100 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28102 ALL_MAKEFILES="$ALL_MAKEFILES \\
28103 programs/winecfg/Makefile"
28104 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28105 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28106 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28107 winecfg"
28108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28109 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28110 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28112 ALL_MAKEFILES="$ALL_MAKEFILES \\
28113 programs/wineconsole/Makefile"
28114 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28115 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28116 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28117 wineconsole"
28118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28119 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28120 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28122 ALL_MAKEFILES="$ALL_MAKEFILES \\
28123 programs/winedbg/Makefile"
28124 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28125 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28126 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28127 winedbg"
28128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28129 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28130 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28132 ALL_MAKEFILES="$ALL_MAKEFILES \\
28133 programs/winedevice/Makefile"
28134 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28135 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28136 winedevice"
28137 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28138 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28139 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28141 ALL_MAKEFILES="$ALL_MAKEFILES \\
28142 programs/winefile/Makefile"
28143 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28144 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28145 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28146 winefile"
28147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28148 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28149 ac_config_files="$ac_config_files programs/winefile/Makefile"
28151 ALL_MAKEFILES="$ALL_MAKEFILES \\
28152 programs/winemenubuilder/Makefile"
28153 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28154 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28155 winemenubuilder"
28156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28157 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28158 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28160 ALL_MAKEFILES="$ALL_MAKEFILES \\
28161 programs/winemine/Makefile"
28162 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28163 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28164 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28165 winemine"
28166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28167 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28168 ac_config_files="$ac_config_files programs/winemine/Makefile"
28170 ALL_MAKEFILES="$ALL_MAKEFILES \\
28171 programs/winepath/Makefile"
28172 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28173 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28174 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28175 winepath"
28176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28177 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28178 ac_config_files="$ac_config_files programs/winepath/Makefile"
28180 ALL_MAKEFILES="$ALL_MAKEFILES \\
28181 programs/winetest/Makefile"
28182 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28183 winetest"
28184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28185 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28186 ac_config_files="$ac_config_files programs/winetest/Makefile"
28188 ALL_MAKEFILES="$ALL_MAKEFILES \\
28189 programs/winevdm/Makefile"
28190 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28191 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28192 winevdm"
28193 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28194 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28195 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28197 ALL_MAKEFILES="$ALL_MAKEFILES \\
28198 programs/winhelp.exe16/Makefile"
28199 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28200 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28201 winhelp.exe16"
28202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28203 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28204 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28206 ALL_MAKEFILES="$ALL_MAKEFILES \\
28207 programs/winhlp32/Makefile"
28208 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28209 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28210 winhlp32"
28211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28212 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28213 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28215 ALL_MAKEFILES="$ALL_MAKEFILES \\
28216 programs/winoldap.mod16/Makefile"
28217 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28218 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28219 winoldap.mod16"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/winver/Makefile"
28226 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 winver"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/winver/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 programs/wordpad/Makefile"
28235 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237 wordpad"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/write/Makefile"
28244 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 write"
28247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28248 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28249 ac_config_files="$ac_config_files programs/write/Makefile"
28251 ALL_MAKEFILES="$ALL_MAKEFILES \\
28252 programs/xcopy/Makefile"
28253 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28254 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28255 xcopy"
28256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28257 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28258 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28260 ALL_MAKEFILES="$ALL_MAKEFILES \\
28261 server/Makefile"
28262 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28263 server"
28264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28265 server/Makefile: server/Makefile.in Make.rules"
28266 ac_config_files="$ac_config_files server/Makefile"
28268 ALL_MAKEFILES="$ALL_MAKEFILES \\
28269 tools/Makefile"
28270 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28271 tools"
28272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28273 tools/Makefile: tools/Makefile.in Make.rules"
28274 ac_config_files="$ac_config_files tools/Makefile"
28276 ALL_MAKEFILES="$ALL_MAKEFILES \\
28277 tools/widl/Makefile"
28279 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28280 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28281 ac_config_files="$ac_config_files tools/widl/Makefile"
28283 ALL_MAKEFILES="$ALL_MAKEFILES \\
28284 tools/winebuild/Makefile"
28286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28287 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28288 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28290 ALL_MAKEFILES="$ALL_MAKEFILES \\
28291 tools/winedump/Makefile"
28293 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28294 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28295 ac_config_files="$ac_config_files tools/winedump/Makefile"
28297 ALL_MAKEFILES="$ALL_MAKEFILES \\
28298 tools/winegcc/Makefile"
28300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28301 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28302 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28304 ALL_MAKEFILES="$ALL_MAKEFILES \\
28305 tools/wmc/Makefile"
28307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28308 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28309 ac_config_files="$ac_config_files tools/wmc/Makefile"
28311 ALL_MAKEFILES="$ALL_MAKEFILES \\
28312 tools/wrc/Makefile"
28314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28315 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28316 ac_config_files="$ac_config_files tools/wrc/Makefile"
28320 ALL_WINETEST_DEPENDS="# Test binaries"
28322 for dir in $ALL_TEST_DIRS
28324 if test "$dir" != "\\"
28325 then
28326 testname=`expr $dir : '\(.*\)/tests'`_test
28327 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28329 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28330 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28331 $testname.rc:
28332 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28333 $testname.res: $testname.rc $testname.exe"
28335 done
28337 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28339 cat >confcache <<\_ACEOF
28340 # This file is a shell script that caches the results of configure
28341 # tests run on this system so they can be shared between configure
28342 # scripts and configure runs, see configure's option --config-cache.
28343 # It is not useful on other systems. If it contains results you don't
28344 # want to keep, you may remove or edit it.
28346 # config.status only pays attention to the cache file if you give it
28347 # the --recheck option to rerun configure.
28349 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28350 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28351 # following values.
28353 _ACEOF
28355 # The following way of writing the cache mishandles newlines in values,
28356 # but we know of no workaround that is simple, portable, and efficient.
28357 # So, we kill variables containing newlines.
28358 # Ultrix sh set writes to stderr and can't be redirected directly,
28359 # and sets the high bit in the cache file unless we assign to the vars.
28361 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28362 eval ac_val=\$$ac_var
28363 case $ac_val in #(
28364 *${as_nl}*)
28365 case $ac_var in #(
28366 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28367 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28368 esac
28369 case $ac_var in #(
28370 _ | IFS | as_nl) ;; #(
28371 *) $as_unset $ac_var ;;
28372 esac ;;
28373 esac
28374 done
28376 (set) 2>&1 |
28377 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28378 *${as_nl}ac_space=\ *)
28379 # `set' does not quote correctly, so add quotes (double-quote
28380 # substitution turns \\\\ into \\, and sed turns \\ into \).
28381 sed -n \
28382 "s/'/'\\\\''/g;
28383 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28384 ;; #(
28386 # `set' quotes correctly as required by POSIX, so do not add quotes.
28387 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28389 esac |
28390 sort
28392 sed '
28393 /^ac_cv_env_/b end
28394 t clear
28395 :clear
28396 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28397 t end
28398 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28399 :end' >>confcache
28400 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28401 if test -w "$cache_file"; then
28402 test "x$cache_file" != "x/dev/null" &&
28403 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28404 echo "$as_me: updating cache $cache_file" >&6;}
28405 cat confcache >$cache_file
28406 else
28407 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28408 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28411 rm -f confcache
28413 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28414 # Let make expand exec_prefix.
28415 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28417 DEFS=-DHAVE_CONFIG_H
28419 ac_libobjs=
28420 ac_ltlibobjs=
28421 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28422 # 1. Remove the extension, and $U if already installed.
28423 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28424 ac_i=`echo "$ac_i" | sed "$ac_script"`
28425 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28426 # will be set to the directory where LIBOBJS objects are built.
28427 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28428 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28429 done
28430 LIBOBJS=$ac_libobjs
28432 LTLIBOBJS=$ac_ltlibobjs
28436 : ${CONFIG_STATUS=./config.status}
28437 ac_clean_files_save=$ac_clean_files
28438 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28439 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28440 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28441 cat >$CONFIG_STATUS <<_ACEOF
28442 #! $SHELL
28443 # Generated by $as_me.
28444 # Run this file to recreate the current configuration.
28445 # Compiler output produced by configure, useful for debugging
28446 # configure, is in config.log if it exists.
28448 debug=false
28449 ac_cs_recheck=false
28450 ac_cs_silent=false
28451 SHELL=\${CONFIG_SHELL-$SHELL}
28452 _ACEOF
28454 cat >>$CONFIG_STATUS <<\_ACEOF
28455 ## --------------------- ##
28456 ## M4sh Initialization. ##
28457 ## --------------------- ##
28459 # Be more Bourne compatible
28460 DUALCASE=1; export DUALCASE # for MKS sh
28461 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28462 emulate sh
28463 NULLCMD=:
28464 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28465 # is contrary to our usage. Disable this feature.
28466 alias -g '${1+"$@"}'='"$@"'
28467 setopt NO_GLOB_SUBST
28468 else
28469 case `(set -o) 2>/dev/null` in
28470 *posix*) set -o posix ;;
28471 esac
28478 # PATH needs CR
28479 # Avoid depending upon Character Ranges.
28480 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28481 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28482 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28483 as_cr_digits='0123456789'
28484 as_cr_alnum=$as_cr_Letters$as_cr_digits
28486 # The user is always right.
28487 if test "${PATH_SEPARATOR+set}" != set; then
28488 echo "#! /bin/sh" >conf$$.sh
28489 echo "exit 0" >>conf$$.sh
28490 chmod +x conf$$.sh
28491 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28492 PATH_SEPARATOR=';'
28493 else
28494 PATH_SEPARATOR=:
28496 rm -f conf$$.sh
28499 # Support unset when possible.
28500 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28501 as_unset=unset
28502 else
28503 as_unset=false
28507 # IFS
28508 # We need space, tab and new line, in precisely that order. Quoting is
28509 # there to prevent editors from complaining about space-tab.
28510 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28511 # splitting by setting IFS to empty value.)
28512 as_nl='
28514 IFS=" "" $as_nl"
28516 # Find who we are. Look in the path if we contain no directory separator.
28517 case $0 in
28518 *[\\/]* ) as_myself=$0 ;;
28519 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28520 for as_dir in $PATH
28522 IFS=$as_save_IFS
28523 test -z "$as_dir" && as_dir=.
28524 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28525 done
28526 IFS=$as_save_IFS
28529 esac
28530 # We did not find ourselves, most probably we were run as `sh COMMAND'
28531 # in which case we are not to be found in the path.
28532 if test "x$as_myself" = x; then
28533 as_myself=$0
28535 if test ! -f "$as_myself"; then
28536 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28537 { (exit 1); exit 1; }
28540 # Work around bugs in pre-3.0 UWIN ksh.
28541 for as_var in ENV MAIL MAILPATH
28542 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28543 done
28544 PS1='$ '
28545 PS2='> '
28546 PS4='+ '
28548 # NLS nuisances.
28549 for as_var in \
28550 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28551 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28552 LC_TELEPHONE LC_TIME
28554 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28555 eval $as_var=C; export $as_var
28556 else
28557 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28559 done
28561 # Required to use basename.
28562 if expr a : '\(a\)' >/dev/null 2>&1 &&
28563 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28564 as_expr=expr
28565 else
28566 as_expr=false
28569 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28570 as_basename=basename
28571 else
28572 as_basename=false
28576 # Name of the executable.
28577 as_me=`$as_basename -- "$0" ||
28578 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28579 X"$0" : 'X\(//\)$' \| \
28580 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28581 echo X/"$0" |
28582 sed '/^.*\/\([^/][^/]*\)\/*$/{
28583 s//\1/
28586 /^X\/\(\/\/\)$/{
28587 s//\1/
28590 /^X\/\(\/\).*/{
28591 s//\1/
28594 s/.*/./; q'`
28596 # CDPATH.
28597 $as_unset CDPATH
28601 as_lineno_1=$LINENO
28602 as_lineno_2=$LINENO
28603 test "x$as_lineno_1" != "x$as_lineno_2" &&
28604 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28606 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28607 # uniformly replaced by the line number. The first 'sed' inserts a
28608 # line-number line after each line using $LINENO; the second 'sed'
28609 # does the real work. The second script uses 'N' to pair each
28610 # line-number line with the line containing $LINENO, and appends
28611 # trailing '-' during substitution so that $LINENO is not a special
28612 # case at line end.
28613 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28614 # scripts with optimization help from Paolo Bonzini. Blame Lee
28615 # E. McMahon (1931-1989) for sed's syntax. :-)
28616 sed -n '
28618 /[$]LINENO/=
28619 ' <$as_myself |
28620 sed '
28621 s/[$]LINENO.*/&-/
28622 t lineno
28624 :lineno
28626 :loop
28627 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28628 t loop
28629 s/-\n.*//
28630 ' >$as_me.lineno &&
28631 chmod +x "$as_me.lineno" ||
28632 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28633 { (exit 1); exit 1; }; }
28635 # Don't try to exec as it changes $[0], causing all sort of problems
28636 # (the dirname of $[0] is not the place where we might find the
28637 # original and so on. Autoconf is especially sensitive to this).
28638 . "./$as_me.lineno"
28639 # Exit status is that of the last command.
28640 exit
28644 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28645 as_dirname=dirname
28646 else
28647 as_dirname=false
28650 ECHO_C= ECHO_N= ECHO_T=
28651 case `echo -n x` in
28652 -n*)
28653 case `echo 'x\c'` in
28654 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28655 *) ECHO_C='\c';;
28656 esac;;
28658 ECHO_N='-n';;
28659 esac
28661 if expr a : '\(a\)' >/dev/null 2>&1 &&
28662 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28663 as_expr=expr
28664 else
28665 as_expr=false
28668 rm -f conf$$ conf$$.exe conf$$.file
28669 if test -d conf$$.dir; then
28670 rm -f conf$$.dir/conf$$.file
28671 else
28672 rm -f conf$$.dir
28673 mkdir conf$$.dir
28675 echo >conf$$.file
28676 if ln -s conf$$.file conf$$ 2>/dev/null; then
28677 as_ln_s='ln -s'
28678 # ... but there are two gotchas:
28679 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28680 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28681 # In both cases, we have to default to `cp -p'.
28682 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28683 as_ln_s='cp -p'
28684 elif ln conf$$.file conf$$ 2>/dev/null; then
28685 as_ln_s=ln
28686 else
28687 as_ln_s='cp -p'
28689 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28690 rmdir conf$$.dir 2>/dev/null
28692 if mkdir -p . 2>/dev/null; then
28693 as_mkdir_p=:
28694 else
28695 test -d ./-p && rmdir ./-p
28696 as_mkdir_p=false
28699 if test -x / >/dev/null 2>&1; then
28700 as_test_x='test -x'
28701 else
28702 if ls -dL / >/dev/null 2>&1; then
28703 as_ls_L_option=L
28704 else
28705 as_ls_L_option=
28707 as_test_x='
28708 eval sh -c '\''
28709 if test -d "$1"; then
28710 test -d "$1/.";
28711 else
28712 case $1 in
28713 -*)set "./$1";;
28714 esac;
28715 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28716 ???[sx]*):;;*)false;;esac;fi
28717 '\'' sh
28720 as_executable_p=$as_test_x
28722 # Sed expression to map a string onto a valid CPP name.
28723 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28725 # Sed expression to map a string onto a valid variable name.
28726 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28729 exec 6>&1
28731 # Save the log message, to keep $[0] and so on meaningful, and to
28732 # report actual input values of CONFIG_FILES etc. instead of their
28733 # values after options handling.
28734 ac_log="
28735 This file was extended by Wine $as_me 1.1.36, which was
28736 generated by GNU Autoconf 2.61. Invocation command line was
28738 CONFIG_FILES = $CONFIG_FILES
28739 CONFIG_HEADERS = $CONFIG_HEADERS
28740 CONFIG_LINKS = $CONFIG_LINKS
28741 CONFIG_COMMANDS = $CONFIG_COMMANDS
28742 $ $0 $@
28744 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28747 _ACEOF
28749 cat >>$CONFIG_STATUS <<_ACEOF
28750 # Files that config.status was made for.
28751 config_files="$ac_config_files"
28752 config_headers="$ac_config_headers"
28753 config_commands="$ac_config_commands"
28755 _ACEOF
28757 cat >>$CONFIG_STATUS <<\_ACEOF
28758 ac_cs_usage="\
28759 \`$as_me' instantiates files from templates according to the
28760 current configuration.
28762 Usage: $0 [OPTIONS] [FILE]...
28764 -h, --help print this help, then exit
28765 -V, --version print version number and configuration settings, then exit
28766 -q, --quiet do not print progress messages
28767 -d, --debug don't remove temporary files
28768 --recheck update $as_me by reconfiguring in the same conditions
28769 --file=FILE[:TEMPLATE]
28770 instantiate the configuration file FILE
28771 --header=FILE[:TEMPLATE]
28772 instantiate the configuration header FILE
28774 Configuration files:
28775 $config_files
28777 Configuration headers:
28778 $config_headers
28780 Configuration commands:
28781 $config_commands
28783 Report bugs to <bug-autoconf@gnu.org>."
28785 _ACEOF
28786 cat >>$CONFIG_STATUS <<_ACEOF
28787 ac_cs_version="\\
28788 Wine config.status 1.1.36
28789 configured by $0, generated by GNU Autoconf 2.61,
28790 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28792 Copyright (C) 2006 Free Software Foundation, Inc.
28793 This config.status script is free software; the Free Software Foundation
28794 gives unlimited permission to copy, distribute and modify it."
28796 ac_pwd='$ac_pwd'
28797 srcdir='$srcdir'
28798 INSTALL='$INSTALL'
28799 _ACEOF
28801 cat >>$CONFIG_STATUS <<\_ACEOF
28802 # If no file are specified by the user, then we need to provide default
28803 # value. By we need to know if files were specified by the user.
28804 ac_need_defaults=:
28805 while test $# != 0
28807 case $1 in
28808 --*=*)
28809 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28810 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28811 ac_shift=:
28814 ac_option=$1
28815 ac_optarg=$2
28816 ac_shift=shift
28818 esac
28820 case $ac_option in
28821 # Handling of the options.
28822 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28823 ac_cs_recheck=: ;;
28824 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28825 echo "$ac_cs_version"; exit ;;
28826 --debug | --debu | --deb | --de | --d | -d )
28827 debug=: ;;
28828 --file | --fil | --fi | --f )
28829 $ac_shift
28830 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28831 ac_need_defaults=false;;
28832 --header | --heade | --head | --hea )
28833 $ac_shift
28834 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28835 ac_need_defaults=false;;
28836 --he | --h)
28837 # Conflict between --help and --header
28838 { echo "$as_me: error: ambiguous option: $1
28839 Try \`$0 --help' for more information." >&2
28840 { (exit 1); exit 1; }; };;
28841 --help | --hel | -h )
28842 echo "$ac_cs_usage"; exit ;;
28843 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28844 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28845 ac_cs_silent=: ;;
28847 # This is an error.
28848 -*) { echo "$as_me: error: unrecognized option: $1
28849 Try \`$0 --help' for more information." >&2
28850 { (exit 1); exit 1; }; } ;;
28852 *) ac_config_targets="$ac_config_targets $1"
28853 ac_need_defaults=false ;;
28855 esac
28856 shift
28857 done
28859 ac_configure_extra_args=
28861 if $ac_cs_silent; then
28862 exec 6>/dev/null
28863 ac_configure_extra_args="$ac_configure_extra_args --silent"
28866 _ACEOF
28867 cat >>$CONFIG_STATUS <<_ACEOF
28868 if \$ac_cs_recheck; then
28869 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28870 CONFIG_SHELL=$SHELL
28871 export CONFIG_SHELL
28872 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28875 _ACEOF
28876 cat >>$CONFIG_STATUS <<\_ACEOF
28877 exec 5>>config.log
28879 echo
28880 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28881 ## Running $as_me. ##
28882 _ASBOX
28883 echo "$ac_log"
28884 } >&5
28886 _ACEOF
28887 cat >>$CONFIG_STATUS <<_ACEOF
28888 _ACEOF
28890 cat >>$CONFIG_STATUS <<\_ACEOF
28892 # Handling of arguments.
28893 for ac_config_target in $ac_config_targets
28895 case $ac_config_target in
28896 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28897 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28898 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
28899 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
28900 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
28901 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
28902 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
28903 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
28904 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
28905 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
28906 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
28907 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
28908 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
28909 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
28910 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
28911 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
28912 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
28913 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
28914 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
28915 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
28916 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
28917 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
28918 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
28919 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
28920 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
28921 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
28922 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
28923 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
28924 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
28925 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
28926 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
28927 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
28928 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
28929 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
28930 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
28931 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
28932 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
28933 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
28934 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
28935 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
28936 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
28937 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
28938 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
28939 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
28940 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
28941 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
28942 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
28943 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
28944 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
28945 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
28946 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
28947 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
28948 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
28949 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
28950 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
28951 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
28952 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
28953 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
28954 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
28955 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
28956 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
28957 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
28958 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
28959 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
28960 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
28961 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
28962 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
28963 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
28964 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
28965 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
28966 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
28967 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
28968 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
28969 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
28970 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
28971 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
28972 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
28973 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
28974 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
28975 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
28976 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
28977 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
28978 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
28979 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
28980 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
28981 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
28982 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
28983 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
28984 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
28985 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
28986 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
28987 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
28988 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
28989 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
28990 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
28991 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
28992 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
28993 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
28994 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
28995 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
28996 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
28997 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
28998 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
28999 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29000 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29001 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29002 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29003 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29004 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29005 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29006 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29007 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29008 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29009 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29010 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29011 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29012 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29013 "dlls/dmloader/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/tests/Makefile" ;;
29014 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29015 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29016 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29017 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29018 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29019 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29020 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29021 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29022 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29023 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29024 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29025 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29026 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29027 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29028 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29029 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29030 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29031 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29032 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29033 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29034 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29035 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29036 "dlls/dxdiagn/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/tests/Makefile" ;;
29037 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29038 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29039 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29040 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29041 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29042 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29043 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29044 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29045 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29046 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
29047 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
29048 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29049 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29050 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29051 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29052 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29053 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29054 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29055 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29056 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29057 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29058 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29059 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29060 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29061 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29062 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29063 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29064 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29065 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29066 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29067 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
29068 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29069 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29070 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29071 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29072 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29073 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29074 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29075 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29076 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29077 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29078 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29079 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29080 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29081 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29082 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29083 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29084 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29085 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29086 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29087 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29088 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29089 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29090 "dlls/krnl386.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/krnl386.exe16/Makefile" ;;
29091 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29092 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29093 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29094 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29095 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29096 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29097 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29098 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29099 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29100 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29101 "dlls/mapistub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapistub/Makefile" ;;
29102 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29103 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29104 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29105 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29106 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29107 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29108 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29109 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29110 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
29111 "dlls/mmdevapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/tests/Makefile" ;;
29112 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29113 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
29114 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29115 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29116 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29117 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29118 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29119 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29120 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29121 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29122 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29123 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29124 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29125 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29126 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29127 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29128 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29129 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29130 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29131 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29132 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29133 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29134 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29135 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29136 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29137 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29138 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29139 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29140 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29141 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29142 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29143 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29144 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29145 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29146 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29147 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29148 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29149 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29150 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29151 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29152 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29153 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29154 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29155 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29156 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29157 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29158 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29159 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29160 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29161 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29162 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29163 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29164 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29165 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29166 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29167 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29168 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29169 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29170 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29171 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29172 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29173 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29174 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29175 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29176 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29177 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29178 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29179 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29180 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29181 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29182 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29183 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29184 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29185 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29186 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29187 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29188 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29189 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29190 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29191 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29192 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29193 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29194 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29195 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29196 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29197 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29198 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29199 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29200 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29201 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29202 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29203 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29204 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29205 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29206 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29207 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29208 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29209 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29210 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29211 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29212 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29213 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29214 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29215 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29216 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29217 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29218 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29219 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29220 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29221 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29222 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29223 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29224 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29225 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29226 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29227 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29228 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29229 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29230 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29231 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29232 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29233 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29234 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29235 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29236 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29237 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29238 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29239 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29240 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29241 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29242 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29243 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29244 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29245 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29246 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29247 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29248 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29249 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29250 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29251 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29252 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29253 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29254 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29255 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29256 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29257 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29258 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29259 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29260 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29261 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29262 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29263 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29264 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29265 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29266 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29267 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29268 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29269 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29270 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29271 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29272 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29273 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29274 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29275 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29276 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29277 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29278 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29279 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29280 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29281 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29282 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29283 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29284 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29285 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29286 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29287 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29288 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29289 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29290 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29291 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29292 "dlls/user.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user.exe16/Makefile" ;;
29293 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29294 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29295 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29296 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29297 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29298 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29299 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29300 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29301 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29302 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29303 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29304 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29305 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29306 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29307 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29308 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29309 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29310 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29311 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29312 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29313 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29314 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29315 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
29316 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29317 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29318 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29319 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29320 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29321 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29322 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29323 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29324 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29325 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29326 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29327 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29328 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29329 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29330 "dlls/winemapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemapi/Makefile" ;;
29331 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29332 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29333 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29334 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29335 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29336 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29337 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29338 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29339 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29340 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29341 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29342 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29343 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29344 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29345 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29346 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29347 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29348 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29349 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29350 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29351 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29352 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29353 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29354 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29355 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29356 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29357 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29358 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29359 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29360 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29361 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29362 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29363 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29364 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29365 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29366 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29367 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29368 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29369 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
29370 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29371 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29372 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29373 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29374 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29375 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29376 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29377 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29378 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29379 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29380 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29381 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29382 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29383 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29384 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29385 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29386 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29387 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29388 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29389 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29390 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29391 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29392 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29393 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29394 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
29395 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29396 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29397 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29398 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29399 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
29400 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29401 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29402 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29403 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29404 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29405 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29406 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29407 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29408 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29409 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29410 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29411 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29412 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29413 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29414 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29415 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29416 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29417 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29418 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29419 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29420 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29421 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29422 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29423 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29424 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29425 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29426 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29427 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29428 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29429 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29430 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29431 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29432 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29433 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29434 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29435 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29436 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29437 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29438 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29439 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29440 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29441 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29442 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29443 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29444 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29445 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29446 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29448 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29449 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29450 { (exit 1); exit 1; }; };;
29451 esac
29452 done
29455 # If the user did not use the arguments to specify the items to instantiate,
29456 # then the envvar interface is used. Set only those that are not.
29457 # We use the long form for the default assignment because of an extremely
29458 # bizarre bug on SunOS 4.1.3.
29459 if $ac_need_defaults; then
29460 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29461 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29462 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29465 # Have a temporary directory for convenience. Make it in the build tree
29466 # simply because there is no reason against having it here, and in addition,
29467 # creating and moving files from /tmp can sometimes cause problems.
29468 # Hook for its removal unless debugging.
29469 # Note that there is a small window in which the directory will not be cleaned:
29470 # after its creation but before its name has been assigned to `$tmp'.
29471 $debug ||
29473 tmp=
29474 trap 'exit_status=$?
29475 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29477 trap '{ (exit 1); exit 1; }' 1 2 13 15
29479 # Create a (secure) tmp directory for tmp files.
29482 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29483 test -n "$tmp" && test -d "$tmp"
29484 } ||
29486 tmp=./conf$$-$RANDOM
29487 (umask 077 && mkdir "$tmp")
29488 } ||
29490 echo "$me: cannot create a temporary directory in ." >&2
29491 { (exit 1); exit 1; }
29495 # Set up the sed scripts for CONFIG_FILES section.
29498 # No need to generate the scripts if there are no CONFIG_FILES.
29499 # This happens for instance when ./config.status config.h
29500 if test -n "$CONFIG_FILES"; then
29502 _ACEOF
29504 # Create sed commands to just substitute file output variables.
29506 # Remaining file output variables are in a fragment that also has non-file
29507 # output varibles.
29511 ac_delim='%!_!# '
29512 for ac_last_try in false false false false false :; do
29513 cat >conf$$subs.sed <<_ACEOF
29514 SHELL!$SHELL$ac_delim
29515 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29516 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29517 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29518 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29519 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29520 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29521 exec_prefix!$exec_prefix$ac_delim
29522 prefix!$prefix$ac_delim
29523 program_transform_name!$program_transform_name$ac_delim
29524 bindir!$bindir$ac_delim
29525 sbindir!$sbindir$ac_delim
29526 libexecdir!$libexecdir$ac_delim
29527 datarootdir!$datarootdir$ac_delim
29528 datadir!$datadir$ac_delim
29529 sysconfdir!$sysconfdir$ac_delim
29530 sharedstatedir!$sharedstatedir$ac_delim
29531 localstatedir!$localstatedir$ac_delim
29532 includedir!$includedir$ac_delim
29533 oldincludedir!$oldincludedir$ac_delim
29534 docdir!$docdir$ac_delim
29535 infodir!$infodir$ac_delim
29536 htmldir!$htmldir$ac_delim
29537 dvidir!$dvidir$ac_delim
29538 pdfdir!$pdfdir$ac_delim
29539 psdir!$psdir$ac_delim
29540 libdir!$libdir$ac_delim
29541 localedir!$localedir$ac_delim
29542 mandir!$mandir$ac_delim
29543 DEFS!$DEFS$ac_delim
29544 ECHO_C!$ECHO_C$ac_delim
29545 ECHO_N!$ECHO_N$ac_delim
29546 ECHO_T!$ECHO_T$ac_delim
29547 LIBS!$LIBS$ac_delim
29548 build_alias!$build_alias$ac_delim
29549 host_alias!$host_alias$ac_delim
29550 target_alias!$target_alias$ac_delim
29551 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29552 build!$build$ac_delim
29553 build_cpu!$build_cpu$ac_delim
29554 build_vendor!$build_vendor$ac_delim
29555 build_os!$build_os$ac_delim
29556 host!$host$ac_delim
29557 host_cpu!$host_cpu$ac_delim
29558 host_vendor!$host_vendor$ac_delim
29559 host_os!$host_os$ac_delim
29560 SET_MAKE!$SET_MAKE$ac_delim
29561 CC!$CC$ac_delim
29562 CFLAGS!$CFLAGS$ac_delim
29563 LDFLAGS!$LDFLAGS$ac_delim
29564 CPPFLAGS!$CPPFLAGS$ac_delim
29565 ac_ct_CC!$ac_ct_CC$ac_delim
29566 EXEEXT!$EXEEXT$ac_delim
29567 OBJEXT!$OBJEXT$ac_delim
29568 CXX!$CXX$ac_delim
29569 CXXFLAGS!$CXXFLAGS$ac_delim
29570 ac_ct_CXX!$ac_ct_CXX$ac_delim
29571 CPPBIN!$CPPBIN$ac_delim
29572 TARGETFLAGS!$TARGETFLAGS$ac_delim
29573 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29574 TOOLSDIR!$TOOLSDIR$ac_delim
29575 FLEX!$FLEX$ac_delim
29576 BISON!$BISON$ac_delim
29577 AR!$AR$ac_delim
29578 ac_ct_AR!$ac_ct_AR$ac_delim
29579 ARFLAGS!$ARFLAGS$ac_delim
29580 RANLIB!$RANLIB$ac_delim
29581 STRIP!$STRIP$ac_delim
29582 LN_S!$LN_S$ac_delim
29583 LN!$LN$ac_delim
29584 GREP!$GREP$ac_delim
29585 EGREP!$EGREP$ac_delim
29586 LDCONFIG!$LDCONFIG$ac_delim
29587 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29588 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29589 INSTALL_DATA!$INSTALL_DATA$ac_delim
29590 LINT!$LINT$ac_delim
29591 LINTFLAGS!$LINTFLAGS$ac_delim
29592 FONTFORGE!$FONTFORGE$ac_delim
29593 PKG_CONFIG!$PKG_CONFIG$ac_delim
29594 RSVG!$RSVG$ac_delim
29595 ICOTOOL!$ICOTOOL$ac_delim
29596 _ACEOF
29598 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29599 break
29600 elif $ac_last_try; then
29601 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29602 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29603 { (exit 1); exit 1; }; }
29604 else
29605 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29607 done
29609 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29610 if test -n "$ac_eof"; then
29611 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29612 ac_eof=`expr $ac_eof + 1`
29615 cat >>$CONFIG_STATUS <<_ACEOF
29616 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29617 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29618 /^[ ]*@MAKE_RULES@[ ]*$/{
29619 r $MAKE_RULES
29622 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29623 r $MAKE_DLL_RULES
29626 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29627 r $MAKE_IMPLIB_RULES
29630 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29631 r $MAKE_TEST_RULES
29634 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29635 r $MAKE_PROG_RULES
29638 _ACEOF
29639 sed '
29640 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29641 s/^/s,@/; s/!/@,|#_!!_#|/
29644 s/'"$ac_delim"'$/,g/; t
29645 s/$/\\/; p
29646 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29647 ' >>$CONFIG_STATUS <conf$$subs.sed
29648 rm -f conf$$subs.sed
29649 cat >>$CONFIG_STATUS <<_ACEOF
29650 CEOF$ac_eof
29651 _ACEOF
29654 ac_delim='%!_!# '
29655 for ac_last_try in false false false false false :; do
29656 cat >conf$$subs.sed <<_ACEOF
29657 PRELINK!$PRELINK$ac_delim
29658 XLIB!$XLIB$ac_delim
29659 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29660 CPP!$CPP$ac_delim
29661 DLLEXT!$DLLEXT$ac_delim
29662 DLLFLAGS!$DLLFLAGS$ac_delim
29663 LDSHARED!$LDSHARED$ac_delim
29664 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29665 LIBEXT!$LIBEXT$ac_delim
29666 IMPLIBEXT!$IMPLIBEXT$ac_delim
29667 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29668 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29669 LDD!$LDD$ac_delim
29670 DLLTOOL!$DLLTOOL$ac_delim
29671 DLLWRAP!$DLLWRAP$ac_delim
29672 SECURITYLIB!$SECURITYLIB$ac_delim
29673 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29674 IOKITLIB!$IOKITLIB$ac_delim
29675 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29676 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29677 COREAUDIO!$COREAUDIO$ac_delim
29678 LIBOPENAL!$LIBOPENAL$ac_delim
29679 CARBONLIB!$CARBONLIB$ac_delim
29680 CROSSCC!$CROSSCC$ac_delim
29681 CROSSTEST!$CROSSTEST$ac_delim
29682 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29683 LIBPTHREAD!$LIBPTHREAD$ac_delim
29684 XMKMF!$XMKMF$ac_delim
29685 X_CFLAGS!$X_CFLAGS$ac_delim
29686 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29687 X_LIBS!$X_LIBS$ac_delim
29688 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29689 NASLIBS!$NASLIBS$ac_delim
29690 XML2LIBS!$XML2LIBS$ac_delim
29691 XML2INCL!$XML2INCL$ac_delim
29692 XSLTINCL!$XSLTINCL$ac_delim
29693 HALINCL!$HALINCL$ac_delim
29694 GNUTLSINCL!$GNUTLSINCL$ac_delim
29695 sane_devel!$sane_devel$ac_delim
29696 SANEINCL!$SANEINCL$ac_delim
29697 gphoto2_devel!$gphoto2_devel$ac_delim
29698 gphoto2port_devel!$gphoto2port_devel$ac_delim
29699 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29700 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29701 RESOLVLIBS!$RESOLVLIBS$ac_delim
29702 LCMSLIBS!$LCMSLIBS$ac_delim
29703 ft_devel!$ft_devel$ac_delim
29704 FREETYPELIBS!$FREETYPELIBS$ac_delim
29705 FREETYPEINCL!$FREETYPEINCL$ac_delim
29706 ZLIB!$ZLIB$ac_delim
29707 ESDCONFIG!$ESDCONFIG$ac_delim
29708 ESDINCL!$ESDINCL$ac_delim
29709 ESDLIBS!$ESDLIBS$ac_delim
29710 PULSELIBS!$PULSELIBS$ac_delim
29711 ALSALIBS!$ALSALIBS$ac_delim
29712 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29713 CUPSINCL!$CUPSINCL$ac_delim
29714 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29715 PNGINCL!$PNGINCL$ac_delim
29716 LIBMPG123!$LIBMPG123$ac_delim
29717 LIBKSTAT!$LIBKSTAT$ac_delim
29718 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29719 BUILTINFLAG!$BUILTINFLAG$ac_delim
29720 LDPATH!$LDPATH$ac_delim
29721 TOOLSEXT!$TOOLSEXT$ac_delim
29722 CRTLIBS!$CRTLIBS$ac_delim
29723 SOCKETLIBS!$SOCKETLIBS$ac_delim
29724 MAIN_BINARY!$MAIN_BINARY$ac_delim
29725 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29726 LIBDL!$LIBDL$ac_delim
29727 LIBPOLL!$LIBPOLL$ac_delim
29728 LDAPLIBS!$LDAPLIBS$ac_delim
29729 DEPENDENCIES!$DEPENDENCIES$ac_delim
29730 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29731 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29732 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29733 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29734 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29735 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29736 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29737 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29738 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29739 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29740 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29741 LIBOBJS!$LIBOBJS$ac_delim
29742 LTLIBOBJS!$LTLIBOBJS$ac_delim
29743 _ACEOF
29745 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
29746 break
29747 elif $ac_last_try; then
29748 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29749 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29750 { (exit 1); exit 1; }; }
29751 else
29752 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29754 done
29756 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29757 if test -n "$ac_eof"; then
29758 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29759 ac_eof=`expr $ac_eof + 1`
29762 cat >>$CONFIG_STATUS <<_ACEOF
29763 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29764 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29765 _ACEOF
29766 sed '
29767 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29768 s/^/s,@/; s/!/@,|#_!!_#|/
29771 s/'"$ac_delim"'$/,g/; t
29772 s/$/\\/; p
29773 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29774 ' >>$CONFIG_STATUS <conf$$subs.sed
29775 rm -f conf$$subs.sed
29776 cat >>$CONFIG_STATUS <<_ACEOF
29777 :end
29778 s/|#_!!_#|//g
29779 CEOF$ac_eof
29780 _ACEOF
29783 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29784 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29785 # trailing colons and then remove the whole line if VPATH becomes empty
29786 # (actually we leave an empty line to preserve line numbers).
29787 if test "x$srcdir" = x.; then
29788 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29789 s/:*\$(srcdir):*/:/
29790 s/:*\${srcdir}:*/:/
29791 s/:*@srcdir@:*/:/
29792 s/^\([^=]*=[ ]*\):*/\1/
29793 s/:*$//
29794 s/^[^=]*=[ ]*$//
29798 cat >>$CONFIG_STATUS <<\_ACEOF
29799 fi # test -n "$CONFIG_FILES"
29802 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29804 case $ac_tag in
29805 :[FHLC]) ac_mode=$ac_tag; continue;;
29806 esac
29807 case $ac_mode$ac_tag in
29808 :[FHL]*:*);;
29809 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29810 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29811 { (exit 1); exit 1; }; };;
29812 :[FH]-) ac_tag=-:-;;
29813 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29814 esac
29815 ac_save_IFS=$IFS
29816 IFS=:
29817 set x $ac_tag
29818 IFS=$ac_save_IFS
29819 shift
29820 ac_file=$1
29821 shift
29823 case $ac_mode in
29824 :L) ac_source=$1;;
29825 :[FH])
29826 ac_file_inputs=
29827 for ac_f
29829 case $ac_f in
29830 -) ac_f="$tmp/stdin";;
29831 *) # Look for the file first in the build tree, then in the source tree
29832 # (if the path is not absolute). The absolute path cannot be DOS-style,
29833 # because $ac_f cannot contain `:'.
29834 test -f "$ac_f" ||
29835 case $ac_f in
29836 [\\/$]*) false;;
29837 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29838 esac ||
29839 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29840 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29841 { (exit 1); exit 1; }; };;
29842 esac
29843 ac_file_inputs="$ac_file_inputs $ac_f"
29844 done
29846 # Let's still pretend it is `configure' which instantiates (i.e., don't
29847 # use $as_me), people would be surprised to read:
29848 # /* config.h. Generated by config.status. */
29849 configure_input="Generated from "`IFS=:
29850 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29851 if test x"$ac_file" != x-; then
29852 configure_input="$ac_file. $configure_input"
29853 { echo "$as_me:$LINENO: creating $ac_file" >&5
29854 echo "$as_me: creating $ac_file" >&6;}
29857 case $ac_tag in
29858 *:-:* | *:-) cat >"$tmp/stdin";;
29859 esac
29861 esac
29863 ac_dir=`$as_dirname -- "$ac_file" ||
29864 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29865 X"$ac_file" : 'X\(//\)[^/]' \| \
29866 X"$ac_file" : 'X\(//\)$' \| \
29867 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29868 echo X"$ac_file" |
29869 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29870 s//\1/
29873 /^X\(\/\/\)[^/].*/{
29874 s//\1/
29877 /^X\(\/\/\)$/{
29878 s//\1/
29881 /^X\(\/\).*/{
29882 s//\1/
29885 s/.*/./; q'`
29886 { as_dir="$ac_dir"
29887 case $as_dir in #(
29888 -*) as_dir=./$as_dir;;
29889 esac
29890 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29891 as_dirs=
29892 while :; do
29893 case $as_dir in #(
29894 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29895 *) as_qdir=$as_dir;;
29896 esac
29897 as_dirs="'$as_qdir' $as_dirs"
29898 as_dir=`$as_dirname -- "$as_dir" ||
29899 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29900 X"$as_dir" : 'X\(//\)[^/]' \| \
29901 X"$as_dir" : 'X\(//\)$' \| \
29902 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29903 echo X"$as_dir" |
29904 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29905 s//\1/
29908 /^X\(\/\/\)[^/].*/{
29909 s//\1/
29912 /^X\(\/\/\)$/{
29913 s//\1/
29916 /^X\(\/\).*/{
29917 s//\1/
29920 s/.*/./; q'`
29921 test -d "$as_dir" && break
29922 done
29923 test -z "$as_dirs" || eval "mkdir $as_dirs"
29924 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
29925 echo "$as_me: error: cannot create directory $as_dir" >&2;}
29926 { (exit 1); exit 1; }; }; }
29927 ac_builddir=.
29929 case "$ac_dir" in
29930 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
29932 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
29933 # A ".." for each directory in $ac_dir_suffix.
29934 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
29935 case $ac_top_builddir_sub in
29936 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
29937 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
29938 esac ;;
29939 esac
29940 ac_abs_top_builddir=$ac_pwd
29941 ac_abs_builddir=$ac_pwd$ac_dir_suffix
29942 # for backward compatibility:
29943 ac_top_builddir=$ac_top_build_prefix
29945 case $srcdir in
29946 .) # We are building in place.
29947 ac_srcdir=.
29948 ac_top_srcdir=$ac_top_builddir_sub
29949 ac_abs_top_srcdir=$ac_pwd ;;
29950 [\\/]* | ?:[\\/]* ) # Absolute name.
29951 ac_srcdir=$srcdir$ac_dir_suffix;
29952 ac_top_srcdir=$srcdir
29953 ac_abs_top_srcdir=$srcdir ;;
29954 *) # Relative name.
29955 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
29956 ac_top_srcdir=$ac_top_build_prefix$srcdir
29957 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
29958 esac
29959 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
29962 case $ac_mode in
29965 # CONFIG_FILE
29968 case $INSTALL in
29969 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
29970 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
29971 esac
29972 _ACEOF
29974 cat >>$CONFIG_STATUS <<\_ACEOF
29975 # If the template does not know about datarootdir, expand it.
29976 # FIXME: This hack should be removed a few years after 2.60.
29977 ac_datarootdir_hack=; ac_datarootdir_seen=
29979 case `sed -n '/datarootdir/ {
29983 /@datadir@/p
29984 /@docdir@/p
29985 /@infodir@/p
29986 /@localedir@/p
29987 /@mandir@/p
29988 ' $ac_file_inputs` in
29989 *datarootdir*) ac_datarootdir_seen=yes;;
29990 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
29991 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
29992 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
29993 _ACEOF
29994 cat >>$CONFIG_STATUS <<_ACEOF
29995 ac_datarootdir_hack='
29996 s&@datadir@&$datadir&g
29997 s&@docdir@&$docdir&g
29998 s&@infodir@&$infodir&g
29999 s&@localedir@&$localedir&g
30000 s&@mandir@&$mandir&g
30001 s&\\\${datarootdir}&$datarootdir&g' ;;
30002 esac
30003 _ACEOF
30005 # Neutralize VPATH when `$srcdir' = `.'.
30006 # Shell code in configure.ac might set extrasub.
30007 # FIXME: do we really want to maintain this feature?
30008 cat >>$CONFIG_STATUS <<_ACEOF
30009 sed "$ac_vpsub
30010 $extrasub
30011 _ACEOF
30012 cat >>$CONFIG_STATUS <<\_ACEOF
30014 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30015 s&@configure_input@&$configure_input&;t t
30016 s&@top_builddir@&$ac_top_builddir_sub&;t t
30017 s&@srcdir@&$ac_srcdir&;t t
30018 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30019 s&@top_srcdir@&$ac_top_srcdir&;t t
30020 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30021 s&@builddir@&$ac_builddir&;t t
30022 s&@abs_builddir@&$ac_abs_builddir&;t t
30023 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30024 s&@INSTALL@&$ac_INSTALL&;t t
30025 $ac_datarootdir_hack
30026 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30028 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30029 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30030 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30031 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30032 which seems to be undefined. Please make sure it is defined." >&5
30033 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30034 which seems to be undefined. Please make sure it is defined." >&2;}
30036 rm -f "$tmp/stdin"
30037 case $ac_file in
30038 -) cat "$tmp/out"; rm -f "$tmp/out";;
30039 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30040 esac
30044 # CONFIG_HEADER
30046 _ACEOF
30048 # Transform confdefs.h into a sed script `conftest.defines', that
30049 # substitutes the proper values into config.h.in to produce config.h.
30050 rm -f conftest.defines conftest.tail
30051 # First, append a space to every undef/define line, to ease matching.
30052 echo 's/$/ /' >conftest.defines
30053 # Then, protect against being on the right side of a sed subst, or in
30054 # an unquoted here document, in config.status. If some macros were
30055 # called several times there might be several #defines for the same
30056 # symbol, which is useless. But do not sort them, since the last
30057 # AC_DEFINE must be honored.
30058 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30059 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30060 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30061 # PARAMS is the parameter list in the macro definition--in most cases, it's
30062 # just an empty string.
30063 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30064 ac_dB='\\)[ (].*,\\1define\\2'
30065 ac_dC=' '
30066 ac_dD=' ,'
30068 uniq confdefs.h |
30069 sed -n '
30070 t rset
30071 :rset
30072 s/^[ ]*#[ ]*define[ ][ ]*//
30073 t ok
30076 s/[\\&,]/\\&/g
30077 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30078 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30079 ' >>conftest.defines
30081 # Remove the space that was appended to ease matching.
30082 # Then replace #undef with comments. This is necessary, for
30083 # example, in the case of _POSIX_SOURCE, which is predefined and required
30084 # on some systems where configure will not decide to define it.
30085 # (The regexp can be short, since the line contains either #define or #undef.)
30086 echo 's/ $//
30087 s,^[ #]*u.*,/* & */,' >>conftest.defines
30089 # Break up conftest.defines:
30090 ac_max_sed_lines=50
30092 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30093 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30094 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30095 # et cetera.
30096 ac_in='$ac_file_inputs'
30097 ac_out='"$tmp/out1"'
30098 ac_nxt='"$tmp/out2"'
30100 while :
30102 # Write a here document:
30103 cat >>$CONFIG_STATUS <<_ACEOF
30104 # First, check the format of the line:
30105 cat >"\$tmp/defines.sed" <<\\CEOF
30106 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30107 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30109 :def
30110 _ACEOF
30111 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30112 echo 'CEOF
30113 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30114 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30115 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30116 grep . conftest.tail >/dev/null || break
30117 rm -f conftest.defines
30118 mv conftest.tail conftest.defines
30119 done
30120 rm -f conftest.defines conftest.tail
30122 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30123 cat >>$CONFIG_STATUS <<\_ACEOF
30124 if test x"$ac_file" != x-; then
30125 echo "/* $configure_input */" >"$tmp/config.h"
30126 cat "$ac_result" >>"$tmp/config.h"
30127 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30128 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30129 echo "$as_me: $ac_file is unchanged" >&6;}
30130 else
30131 rm -f $ac_file
30132 mv "$tmp/config.h" $ac_file
30134 else
30135 echo "/* $configure_input */"
30136 cat "$ac_result"
30138 rm -f "$tmp/out12"
30141 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30142 echo "$as_me: executing $ac_file commands" >&6;}
30144 esac
30147 case $ac_file$ac_mode in
30148 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30149 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30150 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30151 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30152 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30153 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30154 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30155 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30156 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30157 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30158 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30159 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30160 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30162 esac
30163 done # for ac_tag
30166 { (exit 0); exit 0; }
30167 _ACEOF
30168 chmod +x $CONFIG_STATUS
30169 ac_clean_files=$ac_clean_files_save
30172 # configure is writing to config.log, and then calls config.status.
30173 # config.status does its own redirection, appending to config.log.
30174 # Unfortunately, on DOS this fails, as config.log is still kept open
30175 # by configure, so config.status won't be able to write to it; its
30176 # output is simply discarded. So we exec the FD to /dev/null,
30177 # effectively closing config.log, so it can be properly (re)opened and
30178 # appended to by config.status. When coming back to configure, we
30179 # need to make the FD available again.
30180 if test "$no_create" != yes; then
30181 ac_cs_success=:
30182 ac_config_status_args=
30183 test "$silent" = yes &&
30184 ac_config_status_args="$ac_config_status_args --quiet"
30185 exec 5>/dev/null
30186 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30187 exec 5>>config.log
30188 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30189 # would make configure fail if this is the last instruction.
30190 $ac_cs_success || { (exit 1); exit 1; }
30194 if test "$no_create" = "yes"
30195 then
30196 exit 0
30199 ac_save_IFS="$IFS"
30200 if test "x$wine_notices != "x; then
30201 echo >&6
30202 IFS="|"
30203 for msg in $wine_notices; do
30204 IFS="$ac_save_IFS"
30205 if test -n "$msg"; then
30206 { echo "$as_me:$LINENO: $msg" >&5
30207 echo "$as_me: $msg" >&6;}
30209 done
30211 IFS="|"
30212 for msg in $wine_warnings; do
30213 IFS="$ac_save_IFS"
30214 if test -n "$msg"; then
30215 echo >&2
30216 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30217 echo "$as_me: WARNING: $msg" >&2;}
30219 done
30220 IFS="$ac_save_IFS"
30222 echo "
30223 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30224 " >&6