push 149f0a5527ac85057a8ef03858d34d91c36f97e8
[wine/hacks.git] / configure
blobcfb25e2307643b3767cd332eb38082af71b4374a
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.34.
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.34'
578 PACKAGE_STRING='Wine 1.1.34'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 SET_MAKE
666 CFLAGS
667 LDFLAGS
668 CPPFLAGS
669 ac_ct_CC
670 EXEEXT
671 OBJEXT
673 CXXFLAGS
674 ac_ct_CXX
675 CPPBIN
676 TARGETFLAGS
677 WIN16_FILES
678 WIN16_INSTALL
679 WOW64_DISABLE
680 TOOLSDIR
681 FLEX
682 BISON
684 ac_ct_AR
685 ARFLAGS
686 RANLIB
687 STRIP
688 LN_S
690 GREP
691 EGREP
692 LDCONFIG
693 INSTALL_PROGRAM
694 INSTALL_SCRIPT
695 INSTALL_DATA
696 LINT
697 LINTFLAGS
698 FONTFORGE
699 PKG_CONFIG
700 RSVG
701 ICOTOOL
702 PRELINK
703 XLIB
704 OPENGL_LIBS
706 DLLEXT
707 DLLFLAGS
708 LDSHARED
709 LDDLLFLAGS
710 LIBEXT
711 IMPLIBEXT
712 LDRPATH_INSTALL
713 LDRPATH_LOCAL
715 DLLTOOL
716 DLLWRAP
717 MINGWAR
718 SECURITYLIB
719 COREFOUNDATIONLIB
720 IOKITLIB
721 LDEXECFLAGS
722 DISKARBITRATIONLIB
723 COREAUDIO
724 LIBOPENAL
725 CARBONLIB
726 CROSSCC
727 CROSSTEST
728 CROSSTARGETFLAGS
729 LIBPTHREAD
730 XMKMF
731 X_CFLAGS
732 X_PRE_LIBS
733 X_LIBS
734 X_EXTRA_LIBS
735 NASLIBS
736 XML2LIBS
737 XML2INCL
738 XSLTINCL
739 HALINCL
740 GNUTLSINCL
741 sane_devel
742 SANEINCL
743 gphoto2_devel
744 gphoto2port_devel
745 GPHOTO2LIBS
746 GPHOTO2INCL
747 RESOLVLIBS
748 LCMSLIBS
749 ft_devel
750 FREETYPELIBS
751 FREETYPEINCL
752 ZLIB
753 ESDCONFIG
754 ESDINCL
755 ESDLIBS
756 PULSELIBS
757 ALSALIBS
758 AUDIOIOLIBS
759 CUPSINCL
760 FONTCONFIGINCL
761 PNGINCL
762 LIBMPG123
763 LIBKSTAT
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 TOOLSEXT
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
806 XMKMF'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.34 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.34:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --disable-tests do not build the regression tests
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-largefile omit support for large files
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-gsm do not use libgsm (GSM 06.10 codec support)
1410 --without-hal do not use HAL (dynamic device support)
1411 --without-jack do not use the Jack sound support
1412 --without-jpeg do not use JPEG
1413 --without-ldap do not use LDAP
1414 --without-mpg123 do not use the mpg123 library
1415 --without-nas do not use the NAS sound support
1416 --without-openal do not use OpenAL
1417 --without-opengl do not use OpenGL
1418 --without-openssl do not use OpenSSL
1419 --without-oss do not use the OSS sound support
1420 --without-png do not use PNG
1421 --without-pthread do not use the pthread library
1422 --without-pulse do not use PulseAudio sound support
1423 --without-sane do not use SANE (scanner support)
1424 --without-xcomposite do not use the Xcomposite extension
1425 --without-xcursor do not use the Xcursor extension
1426 --without-xinerama do not use Xinerama (multi-monitor support)
1427 --without-xinput do not use the Xinput extension
1428 --without-xml do not use XML
1429 --without-xrandr do not use Xrandr (resolution changes)
1430 --without-xrender do not use the Xrender extension
1431 --without-xshape do not use the Xshape extension
1432 --without-xshm do not use XShm (shared memory extension)
1433 --without-xslt do not use XSLT
1434 --without-xxf86vm do not use XFree video mode extension
1435 --with-wine-tools=DIR use Wine tools from directory DIR
1436 --with-wine64=DIR use the 64-bit Wine in DIR for a Wow64 build
1437 --with-x use the X Window System
1439 Some influential environment variables:
1440 CC C compiler command
1441 CFLAGS C compiler flags
1442 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1443 nonstandard directory <lib dir>
1444 LIBS libraries to pass to the linker, e.g. -l<library>
1445 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1446 you have headers in a nonstandard directory <include dir>
1447 CXX C++ compiler command
1448 CXXFLAGS C++ compiler flags
1449 CPP C preprocessor
1450 XMKMF Path to xmkmf, Makefile generator for X Window System
1452 Use these variables to override the choices made by `configure' or to help
1453 it to find libraries and programs with nonstandard names/locations.
1455 Report bugs to <wine-devel@winehq.org>.
1456 _ACEOF
1457 ac_status=$?
1460 if test "$ac_init_help" = "recursive"; then
1461 # If there are subdirs, report their specific --help.
1462 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1463 test -d "$ac_dir" || continue
1464 ac_builddir=.
1466 case "$ac_dir" in
1467 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1470 # A ".." for each directory in $ac_dir_suffix.
1471 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1472 case $ac_top_builddir_sub in
1473 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1474 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1475 esac ;;
1476 esac
1477 ac_abs_top_builddir=$ac_pwd
1478 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1479 # for backward compatibility:
1480 ac_top_builddir=$ac_top_build_prefix
1482 case $srcdir in
1483 .) # We are building in place.
1484 ac_srcdir=.
1485 ac_top_srcdir=$ac_top_builddir_sub
1486 ac_abs_top_srcdir=$ac_pwd ;;
1487 [\\/]* | ?:[\\/]* ) # Absolute name.
1488 ac_srcdir=$srcdir$ac_dir_suffix;
1489 ac_top_srcdir=$srcdir
1490 ac_abs_top_srcdir=$srcdir ;;
1491 *) # Relative name.
1492 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1493 ac_top_srcdir=$ac_top_build_prefix$srcdir
1494 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1495 esac
1496 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1498 cd "$ac_dir" || { ac_status=$?; continue; }
1499 # Check for guested configure.
1500 if test -f "$ac_srcdir/configure.gnu"; then
1501 echo &&
1502 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1503 elif test -f "$ac_srcdir/configure"; then
1504 echo &&
1505 $SHELL "$ac_srcdir/configure" --help=recursive
1506 else
1507 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1508 fi || ac_status=$?
1509 cd "$ac_pwd" || { ac_status=$?; break; }
1510 done
1513 test -n "$ac_init_help" && exit $ac_status
1514 if $ac_init_version; then
1515 cat <<\_ACEOF
1516 Wine configure 1.1.34
1517 generated by GNU Autoconf 2.61
1519 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1520 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1521 This configure script is free software; the Free Software Foundation
1522 gives unlimited permission to copy, distribute and modify it.
1523 _ACEOF
1524 exit
1526 cat >config.log <<_ACEOF
1527 This file contains any messages produced by compilers while
1528 running configure, to aid debugging if configure makes a mistake.
1530 It was created by Wine $as_me 1.1.34, which was
1531 generated by GNU Autoconf 2.61. Invocation command line was
1533 $ $0 $@
1535 _ACEOF
1536 exec 5>>config.log
1538 cat <<_ASUNAME
1539 ## --------- ##
1540 ## Platform. ##
1541 ## --------- ##
1543 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1544 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1545 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1546 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1547 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1549 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1550 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1552 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1553 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1554 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1555 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1556 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1557 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1558 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1560 _ASUNAME
1562 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1563 for as_dir in $PATH
1565 IFS=$as_save_IFS
1566 test -z "$as_dir" && as_dir=.
1567 echo "PATH: $as_dir"
1568 done
1569 IFS=$as_save_IFS
1571 } >&5
1573 cat >&5 <<_ACEOF
1576 ## ----------- ##
1577 ## Core tests. ##
1578 ## ----------- ##
1580 _ACEOF
1583 # Keep a trace of the command line.
1584 # Strip out --no-create and --no-recursion so they do not pile up.
1585 # Strip out --silent because we don't want to record it for future runs.
1586 # Also quote any args containing shell meta-characters.
1587 # Make two passes to allow for proper duplicate-argument suppression.
1588 ac_configure_args=
1589 ac_configure_args0=
1590 ac_configure_args1=
1591 ac_must_keep_next=false
1592 for ac_pass in 1 2
1594 for ac_arg
1596 case $ac_arg in
1597 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1598 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1599 | -silent | --silent | --silen | --sile | --sil)
1600 continue ;;
1601 *\'*)
1602 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1603 esac
1604 case $ac_pass in
1605 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1607 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1608 if test $ac_must_keep_next = true; then
1609 ac_must_keep_next=false # Got value, back to normal.
1610 else
1611 case $ac_arg in
1612 *=* | --config-cache | -C | -disable-* | --disable-* \
1613 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1614 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1615 | -with-* | --with-* | -without-* | --without-* | --x)
1616 case "$ac_configure_args0 " in
1617 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1618 esac
1620 -* ) ac_must_keep_next=true ;;
1621 esac
1623 ac_configure_args="$ac_configure_args '$ac_arg'"
1625 esac
1626 done
1627 done
1628 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1629 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1631 # When interrupted or exit'd, cleanup temporary files, and complete
1632 # config.log. We remove comments because anyway the quotes in there
1633 # would cause problems or look ugly.
1634 # WARNING: Use '\'' to represent an apostrophe within the trap.
1635 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1636 trap 'exit_status=$?
1637 # Save into config.log some information that might help in debugging.
1639 echo
1641 cat <<\_ASBOX
1642 ## ---------------- ##
1643 ## Cache variables. ##
1644 ## ---------------- ##
1645 _ASBOX
1646 echo
1647 # The following way of writing the cache mishandles newlines in values,
1649 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1650 eval ac_val=\$$ac_var
1651 case $ac_val in #(
1652 *${as_nl}*)
1653 case $ac_var in #(
1654 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1655 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1656 esac
1657 case $ac_var in #(
1658 _ | IFS | as_nl) ;; #(
1659 *) $as_unset $ac_var ;;
1660 esac ;;
1661 esac
1662 done
1663 (set) 2>&1 |
1664 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1665 *${as_nl}ac_space=\ *)
1666 sed -n \
1667 "s/'\''/'\''\\\\'\'''\''/g;
1668 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1669 ;; #(
1671 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1673 esac |
1674 sort
1676 echo
1678 cat <<\_ASBOX
1679 ## ----------------- ##
1680 ## Output variables. ##
1681 ## ----------------- ##
1682 _ASBOX
1683 echo
1684 for ac_var in $ac_subst_vars
1686 eval ac_val=\$$ac_var
1687 case $ac_val in
1688 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1689 esac
1690 echo "$ac_var='\''$ac_val'\''"
1691 done | sort
1692 echo
1694 if test -n "$ac_subst_files"; then
1695 cat <<\_ASBOX
1696 ## ------------------- ##
1697 ## File substitutions. ##
1698 ## ------------------- ##
1699 _ASBOX
1700 echo
1701 for ac_var in $ac_subst_files
1703 eval ac_val=\$$ac_var
1704 case $ac_val in
1705 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1706 esac
1707 echo "$ac_var='\''$ac_val'\''"
1708 done | sort
1709 echo
1712 if test -s confdefs.h; then
1713 cat <<\_ASBOX
1714 ## ----------- ##
1715 ## confdefs.h. ##
1716 ## ----------- ##
1717 _ASBOX
1718 echo
1719 cat confdefs.h
1720 echo
1722 test "$ac_signal" != 0 &&
1723 echo "$as_me: caught signal $ac_signal"
1724 echo "$as_me: exit $exit_status"
1725 } >&5
1726 rm -f core *.core core.conftest.* &&
1727 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1728 exit $exit_status
1730 for ac_signal in 1 2 13 15; do
1731 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1732 done
1733 ac_signal=0
1735 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1736 rm -f -r conftest* confdefs.h
1738 # Predefined preprocessor variables.
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_NAME "$PACKAGE_NAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_STRING "$PACKAGE_STRING"
1757 _ACEOF
1760 cat >>confdefs.h <<_ACEOF
1761 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1762 _ACEOF
1765 # Let the site file select an alternate cache file if it wants to.
1766 # Prefer explicitly selected file to automatically selected ones.
1767 if test -n "$CONFIG_SITE"; then
1768 set x "$CONFIG_SITE"
1769 elif test "x$prefix" != xNONE; then
1770 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1771 else
1772 set x "$ac_default_prefix/share/config.site" \
1773 "$ac_default_prefix/etc/config.site"
1775 shift
1776 for ac_site_file
1778 if test -r "$ac_site_file"; then
1779 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1780 echo "$as_me: loading site script $ac_site_file" >&6;}
1781 sed 's/^/| /' "$ac_site_file" >&5
1782 . "$ac_site_file"
1784 done
1786 if test -r "$cache_file"; then
1787 # Some versions of bash will fail to source /dev/null (special
1788 # files actually), so we avoid doing that.
1789 if test -f "$cache_file"; then
1790 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1791 echo "$as_me: loading cache $cache_file" >&6;}
1792 case $cache_file in
1793 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1794 *) . "./$cache_file";;
1795 esac
1797 else
1798 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1799 echo "$as_me: creating cache $cache_file" >&6;}
1800 >$cache_file
1803 # Check that the precious variables saved in the cache have kept the same
1804 # value.
1805 ac_cache_corrupted=false
1806 for ac_var in $ac_precious_vars; do
1807 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1808 eval ac_new_set=\$ac_env_${ac_var}_set
1809 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1810 eval ac_new_val=\$ac_env_${ac_var}_value
1811 case $ac_old_set,$ac_new_set in
1812 set,)
1813 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1814 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1815 ac_cache_corrupted=: ;;
1816 ,set)
1817 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1818 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1819 ac_cache_corrupted=: ;;
1820 ,);;
1822 if test "x$ac_old_val" != "x$ac_new_val"; then
1823 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1824 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1825 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1826 echo "$as_me: former value: $ac_old_val" >&2;}
1827 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1828 echo "$as_me: current value: $ac_new_val" >&2;}
1829 ac_cache_corrupted=:
1830 fi;;
1831 esac
1832 # Pass precious variables to config.status.
1833 if test "$ac_new_set" = set; then
1834 case $ac_new_val in
1835 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1836 *) ac_arg=$ac_var=$ac_new_val ;;
1837 esac
1838 case " $ac_configure_args " in
1839 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1840 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1841 esac
1843 done
1844 if $ac_cache_corrupted; then
1845 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1846 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1847 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1848 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1849 { (exit 1); exit 1; }; }
1876 ac_ext=c
1877 ac_cpp='$CPP $CPPFLAGS'
1878 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1879 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1880 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1884 ac_config_headers="$ac_config_headers include/config.h"
1886 ac_aux_dir=
1887 for ac_dir in tools "$srcdir"/tools; do
1888 if test -f "$ac_dir/install-sh"; then
1889 ac_aux_dir=$ac_dir
1890 ac_install_sh="$ac_aux_dir/install-sh -c"
1891 break
1892 elif test -f "$ac_dir/install.sh"; then
1893 ac_aux_dir=$ac_dir
1894 ac_install_sh="$ac_aux_dir/install.sh -c"
1895 break
1896 elif test -f "$ac_dir/shtool"; then
1897 ac_aux_dir=$ac_dir
1898 ac_install_sh="$ac_aux_dir/shtool install -c"
1899 break
1901 done
1902 if test -z "$ac_aux_dir"; then
1903 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1904 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1905 { (exit 1); exit 1; }; }
1908 # These three variables are undocumented and unsupported,
1909 # and are intended to be withdrawn in a future Autoconf release.
1910 # They can cause serious problems if a builder's source tree is in a directory
1911 # whose full name contains unusual characters.
1912 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1913 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1914 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1919 # Check whether --enable-win16 was given.
1920 if test "${enable_win16+set}" = set; then
1921 enableval=$enable_win16;
1924 # Check whether --enable-win64 was given.
1925 if test "${enable_win64+set}" = set; then
1926 enableval=$enable_win64;
1929 # Check whether --enable-tests was given.
1930 if test "${enable_tests+set}" = set; then
1931 enableval=$enable_tests;
1934 # Check whether --enable-maintainer-mode was given.
1935 if test "${enable_maintainer_mode+set}" = set; then
1936 enableval=$enable_maintainer_mode;
1937 else
1938 MAINTAINER_MODE=\#
1944 # Check whether --with-alsa was given.
1945 if test "${with_alsa+set}" = set; then
1946 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1950 # Check whether --with-audioio was given.
1951 if test "${with_audioio+set}" = set; then
1952 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1956 # Check whether --with-capi was given.
1957 if test "${with_capi+set}" = set; then
1958 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1962 # Check whether --with-cms was given.
1963 if test "${with_cms+set}" = set; then
1964 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1968 # Check whether --with-coreaudio was given.
1969 if test "${with_coreaudio+set}" = set; then
1970 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1974 # Check whether --with-cups was given.
1975 if test "${with_cups+set}" = set; then
1976 withval=$with_cups;
1980 # Check whether --with-curses was given.
1981 if test "${with_curses+set}" = set; then
1982 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1986 # Check whether --with-esd was given.
1987 if test "${with_esd+set}" = set; then
1988 withval=$with_esd;
1992 # Check whether --with-fontconfig was given.
1993 if test "${with_fontconfig+set}" = set; then
1994 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1998 # Check whether --with-freetype was given.
1999 if test "${with_freetype+set}" = set; then
2000 withval=$with_freetype;
2004 # Check whether --with-gphoto was given.
2005 if test "${with_gphoto+set}" = set; then
2006 withval=$with_gphoto;
2010 # Check whether --with-glu was given.
2011 if test "${with_glu+set}" = set; then
2012 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2016 # Check whether --with-gnutls was given.
2017 if test "${with_gnutls+set}" = set; then
2018 withval=$with_gnutls;
2022 # Check whether --with-gsm was given.
2023 if test "${with_gsm+set}" = set; then
2024 withval=$with_gsm; if test "x$withval" = "xno"; then ac_cv_header_gsm_h=no; ac_cv_header_gsm_gsm_h=no; fi
2028 # Check whether --with-hal was given.
2029 if test "${with_hal+set}" = set; then
2030 withval=$with_hal;
2034 # Check whether --with-jack was given.
2035 if test "${with_jack+set}" = set; then
2036 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2040 # Check whether --with-jpeg was given.
2041 if test "${with_jpeg+set}" = set; then
2042 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2046 # Check whether --with-ldap was given.
2047 if test "${with_ldap+set}" = set; then
2048 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2052 # Check whether --with-mpg123 was given.
2053 if test "${with_mpg123+set}" = set; then
2054 withval=$with_mpg123; if test "x$withval" = "xno"; then ac_cv_header_mpg123_h=no; fi
2058 # Check whether --with-nas was given.
2059 if test "${with_nas+set}" = set; then
2060 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2064 # Check whether --with-openal was given.
2065 if test "${with_openal+set}" = set; then
2066 withval=$with_openal; if test "x$withval" = "xno"; then ac_cv_header_AL_al_h=no; ac_cv_header_OpenAL_al_h=no; fi
2070 # Check whether --with-opengl was given.
2071 if test "${with_opengl+set}" = set; then
2072 withval=$with_opengl;
2076 # Check whether --with-openssl was given.
2077 if test "${with_openssl+set}" = set; then
2078 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2082 # Check whether --with-oss was given.
2083 if test "${with_oss+set}" = set; then
2084 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
2088 # Check whether --with-png was given.
2089 if test "${with_png+set}" = set; then
2090 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2094 # Check whether --with-pthread was given.
2095 if test "${with_pthread+set}" = set; then
2096 withval=$with_pthread; if test "x$withval" = "xno"; then ac_cv_header_pthread_h=no; fi
2100 # Check whether --with-pulse was given.
2101 if test "${with_pulse+set}" = set; then
2102 withval=$with_pulse;
2106 # Check whether --with-sane was given.
2107 if test "${with_sane+set}" = set; then
2108 withval=$with_sane;
2112 # Check whether --with-xcomposite was given.
2113 if test "${with_xcomposite+set}" = set; then
2114 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2118 # Check whether --with-xcursor was given.
2119 if test "${with_xcursor+set}" = set; then
2120 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2124 # Check whether --with-xinerama was given.
2125 if test "${with_xinerama+set}" = set; then
2126 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2130 # Check whether --with-xinput was given.
2131 if test "${with_xinput+set}" = set; then
2132 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2136 # Check whether --with-xml was given.
2137 if test "${with_xml+set}" = set; then
2138 withval=$with_xml;
2142 # Check whether --with-xrandr was given.
2143 if test "${with_xrandr+set}" = set; then
2144 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2148 # Check whether --with-xrender was given.
2149 if test "${with_xrender+set}" = set; then
2150 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2154 # Check whether --with-xshape was given.
2155 if test "${with_xshape+set}" = set; then
2156 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2160 # Check whether --with-xshm was given.
2161 if test "${with_xshm+set}" = set; then
2162 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2166 # Check whether --with-xslt was given.
2167 if test "${with_xslt+set}" = set; then
2168 withval=$with_xslt;
2172 # Check whether --with-xxf86vm was given.
2173 if test "${with_xxf86vm+set}" = set; then
2174 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
2179 # Check whether --with-wine-tools was given.
2180 if test "${with_wine_tools+set}" = set; then
2181 withval=$with_wine_tools;
2185 # Check whether --with-wine64 was given.
2186 if test "${with_wine64+set}" = set; then
2187 withval=$with_wine64;
2191 # Make sure we can run config.sub.
2192 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2193 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2194 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2195 { (exit 1); exit 1; }; }
2197 { echo "$as_me:$LINENO: checking build system type" >&5
2198 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2199 if test "${ac_cv_build+set}" = set; then
2200 echo $ECHO_N "(cached) $ECHO_C" >&6
2201 else
2202 ac_build_alias=$build_alias
2203 test "x$ac_build_alias" = x &&
2204 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2205 test "x$ac_build_alias" = x &&
2206 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2207 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2208 { (exit 1); exit 1; }; }
2209 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2210 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2211 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2212 { (exit 1); exit 1; }; }
2215 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2216 echo "${ECHO_T}$ac_cv_build" >&6; }
2217 case $ac_cv_build in
2218 *-*-*) ;;
2219 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2220 echo "$as_me: error: invalid value of canonical build" >&2;}
2221 { (exit 1); exit 1; }; };;
2222 esac
2223 build=$ac_cv_build
2224 ac_save_IFS=$IFS; IFS='-'
2225 set x $ac_cv_build
2226 shift
2227 build_cpu=$1
2228 build_vendor=$2
2229 shift; shift
2230 # Remember, the first character of IFS is used to create $*,
2231 # except with old shells:
2232 build_os=$*
2233 IFS=$ac_save_IFS
2234 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2237 { echo "$as_me:$LINENO: checking host system type" >&5
2238 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2239 if test "${ac_cv_host+set}" = set; then
2240 echo $ECHO_N "(cached) $ECHO_C" >&6
2241 else
2242 if test "x$host_alias" = x; then
2243 ac_cv_host=$ac_cv_build
2244 else
2245 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2246 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2247 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2248 { (exit 1); exit 1; }; }
2252 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2253 echo "${ECHO_T}$ac_cv_host" >&6; }
2254 case $ac_cv_host in
2255 *-*-*) ;;
2256 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2257 echo "$as_me: error: invalid value of canonical host" >&2;}
2258 { (exit 1); exit 1; }; };;
2259 esac
2260 host=$ac_cv_host
2261 ac_save_IFS=$IFS; IFS='-'
2262 set x $ac_cv_host
2263 shift
2264 host_cpu=$1
2265 host_vendor=$2
2266 shift; shift
2267 # Remember, the first character of IFS is used to create $*,
2268 # except with old shells:
2269 host_os=$*
2270 IFS=$ac_save_IFS
2271 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2275 case "$srcdir" in
2276 .) ;;
2277 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2278 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2279 You need to run 'make distclean' in the source tree first." >&5
2280 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2281 You need to run 'make distclean' in the source tree first." >&2;}
2282 { (exit 1); exit 1; }; }
2283 fi ;;
2284 esac
2287 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2288 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2289 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2290 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2291 echo $ECHO_N "(cached) $ECHO_C" >&6
2292 else
2293 cat >conftest.make <<\_ACEOF
2294 SHELL = /bin/sh
2295 all:
2296 @echo '@@@%%%=$(MAKE)=@@@%%%'
2297 _ACEOF
2298 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2299 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2300 *@@@%%%=?*=@@@%%%*)
2301 eval ac_cv_prog_make_${ac_make}_set=yes;;
2303 eval ac_cv_prog_make_${ac_make}_set=no;;
2304 esac
2305 rm -f conftest.make
2307 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2308 { echo "$as_me:$LINENO: result: yes" >&5
2309 echo "${ECHO_T}yes" >&6; }
2310 SET_MAKE=
2311 else
2312 { echo "$as_me:$LINENO: result: no" >&5
2313 echo "${ECHO_T}no" >&6; }
2314 SET_MAKE="MAKE=${MAKE-make}"
2317 ac_ext=c
2318 ac_cpp='$CPP $CPPFLAGS'
2319 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2320 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2321 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2322 if test -n "$ac_tool_prefix"; then
2323 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2324 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2325 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2326 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2327 if test "${ac_cv_prog_CC+set}" = set; then
2328 echo $ECHO_N "(cached) $ECHO_C" >&6
2329 else
2330 if test -n "$CC"; then
2331 ac_cv_prog_CC="$CC" # Let the user override the test.
2332 else
2333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2334 for as_dir in $PATH
2336 IFS=$as_save_IFS
2337 test -z "$as_dir" && as_dir=.
2338 for ac_exec_ext in '' $ac_executable_extensions; do
2339 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2340 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2341 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2342 break 2
2344 done
2345 done
2346 IFS=$as_save_IFS
2350 CC=$ac_cv_prog_CC
2351 if test -n "$CC"; then
2352 { echo "$as_me:$LINENO: result: $CC" >&5
2353 echo "${ECHO_T}$CC" >&6; }
2354 else
2355 { echo "$as_me:$LINENO: result: no" >&5
2356 echo "${ECHO_T}no" >&6; }
2361 if test -z "$ac_cv_prog_CC"; then
2362 ac_ct_CC=$CC
2363 # Extract the first word of "gcc", so it can be a program name with args.
2364 set dummy gcc; ac_word=$2
2365 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2366 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2367 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2368 echo $ECHO_N "(cached) $ECHO_C" >&6
2369 else
2370 if test -n "$ac_ct_CC"; then
2371 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2372 else
2373 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2374 for as_dir in $PATH
2376 IFS=$as_save_IFS
2377 test -z "$as_dir" && as_dir=.
2378 for ac_exec_ext in '' $ac_executable_extensions; do
2379 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2380 ac_cv_prog_ac_ct_CC="gcc"
2381 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2382 break 2
2384 done
2385 done
2386 IFS=$as_save_IFS
2390 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2391 if test -n "$ac_ct_CC"; then
2392 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2393 echo "${ECHO_T}$ac_ct_CC" >&6; }
2394 else
2395 { echo "$as_me:$LINENO: result: no" >&5
2396 echo "${ECHO_T}no" >&6; }
2399 if test "x$ac_ct_CC" = x; then
2400 CC=""
2401 else
2402 case $cross_compiling:$ac_tool_warned in
2403 yes:)
2404 { echo "$as_me:$LINENO: 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." >&5
2407 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2408 whose name does not start with the host triplet. If you think this
2409 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2410 ac_tool_warned=yes ;;
2411 esac
2412 CC=$ac_ct_CC
2414 else
2415 CC="$ac_cv_prog_CC"
2418 if test -z "$CC"; then
2419 if test -n "$ac_tool_prefix"; then
2420 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2421 set dummy ${ac_tool_prefix}cc; ac_word=$2
2422 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2423 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2424 if test "${ac_cv_prog_CC+set}" = set; then
2425 echo $ECHO_N "(cached) $ECHO_C" >&6
2426 else
2427 if test -n "$CC"; then
2428 ac_cv_prog_CC="$CC" # Let the user override the test.
2429 else
2430 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2431 for as_dir in $PATH
2433 IFS=$as_save_IFS
2434 test -z "$as_dir" && as_dir=.
2435 for ac_exec_ext in '' $ac_executable_extensions; do
2436 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2437 ac_cv_prog_CC="${ac_tool_prefix}cc"
2438 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2439 break 2
2441 done
2442 done
2443 IFS=$as_save_IFS
2447 CC=$ac_cv_prog_CC
2448 if test -n "$CC"; then
2449 { echo "$as_me:$LINENO: result: $CC" >&5
2450 echo "${ECHO_T}$CC" >&6; }
2451 else
2452 { echo "$as_me:$LINENO: result: no" >&5
2453 echo "${ECHO_T}no" >&6; }
2459 if test -z "$CC"; then
2460 # Extract the first word of "cc", so it can be a program name with args.
2461 set dummy cc; ac_word=$2
2462 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2463 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2464 if test "${ac_cv_prog_CC+set}" = set; then
2465 echo $ECHO_N "(cached) $ECHO_C" >&6
2466 else
2467 if test -n "$CC"; then
2468 ac_cv_prog_CC="$CC" # Let the user override the test.
2469 else
2470 ac_prog_rejected=no
2471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2472 for as_dir in $PATH
2474 IFS=$as_save_IFS
2475 test -z "$as_dir" && as_dir=.
2476 for ac_exec_ext in '' $ac_executable_extensions; do
2477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2478 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2479 ac_prog_rejected=yes
2480 continue
2482 ac_cv_prog_CC="cc"
2483 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2484 break 2
2486 done
2487 done
2488 IFS=$as_save_IFS
2490 if test $ac_prog_rejected = yes; then
2491 # We found a bogon in the path, so make sure we never use it.
2492 set dummy $ac_cv_prog_CC
2493 shift
2494 if test $# != 0; then
2495 # We chose a different compiler from the bogus one.
2496 # However, it has the same basename, so the bogon will be chosen
2497 # first if we set CC to just the basename; use the full file name.
2498 shift
2499 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2504 CC=$ac_cv_prog_CC
2505 if test -n "$CC"; then
2506 { echo "$as_me:$LINENO: result: $CC" >&5
2507 echo "${ECHO_T}$CC" >&6; }
2508 else
2509 { echo "$as_me:$LINENO: result: no" >&5
2510 echo "${ECHO_T}no" >&6; }
2515 if test -z "$CC"; then
2516 if test -n "$ac_tool_prefix"; then
2517 for ac_prog in cl.exe
2519 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2520 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2523 if test "${ac_cv_prog_CC+set}" = set; then
2524 echo $ECHO_N "(cached) $ECHO_C" >&6
2525 else
2526 if test -n "$CC"; then
2527 ac_cv_prog_CC="$CC" # Let the user override the test.
2528 else
2529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2530 for as_dir in $PATH
2532 IFS=$as_save_IFS
2533 test -z "$as_dir" && as_dir=.
2534 for ac_exec_ext in '' $ac_executable_extensions; do
2535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2536 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2538 break 2
2540 done
2541 done
2542 IFS=$as_save_IFS
2546 CC=$ac_cv_prog_CC
2547 if test -n "$CC"; then
2548 { echo "$as_me:$LINENO: result: $CC" >&5
2549 echo "${ECHO_T}$CC" >&6; }
2550 else
2551 { echo "$as_me:$LINENO: result: no" >&5
2552 echo "${ECHO_T}no" >&6; }
2556 test -n "$CC" && break
2557 done
2559 if test -z "$CC"; then
2560 ac_ct_CC=$CC
2561 for ac_prog in cl.exe
2563 # Extract the first word of "$ac_prog", so it can be a program name with args.
2564 set dummy $ac_prog; ac_word=$2
2565 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2566 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2567 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2568 echo $ECHO_N "(cached) $ECHO_C" >&6
2569 else
2570 if test -n "$ac_ct_CC"; then
2571 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2572 else
2573 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2574 for as_dir in $PATH
2576 IFS=$as_save_IFS
2577 test -z "$as_dir" && as_dir=.
2578 for ac_exec_ext in '' $ac_executable_extensions; do
2579 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2580 ac_cv_prog_ac_ct_CC="$ac_prog"
2581 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2582 break 2
2584 done
2585 done
2586 IFS=$as_save_IFS
2590 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2591 if test -n "$ac_ct_CC"; then
2592 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2593 echo "${ECHO_T}$ac_ct_CC" >&6; }
2594 else
2595 { echo "$as_me:$LINENO: result: no" >&5
2596 echo "${ECHO_T}no" >&6; }
2600 test -n "$ac_ct_CC" && break
2601 done
2603 if test "x$ac_ct_CC" = x; then
2604 CC=""
2605 else
2606 case $cross_compiling:$ac_tool_warned in
2607 yes:)
2608 { echo "$as_me:$LINENO: 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." >&5
2611 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2612 whose name does not start with the host triplet. If you think this
2613 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2614 ac_tool_warned=yes ;;
2615 esac
2616 CC=$ac_ct_CC
2623 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2624 See \`config.log' for more details." >&5
2625 echo "$as_me: error: no acceptable C compiler found in \$PATH
2626 See \`config.log' for more details." >&2;}
2627 { (exit 1); exit 1; }; }
2629 # Provide some information about the compiler.
2630 echo "$as_me:$LINENO: checking for C compiler version" >&5
2631 ac_compiler=`set X $ac_compile; echo $2`
2632 { (ac_try="$ac_compiler --version >&5"
2633 case "(($ac_try" in
2634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2635 *) ac_try_echo=$ac_try;;
2636 esac
2637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2638 (eval "$ac_compiler --version >&5") 2>&5
2639 ac_status=$?
2640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2641 (exit $ac_status); }
2642 { (ac_try="$ac_compiler -v >&5"
2643 case "(($ac_try" in
2644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2645 *) ac_try_echo=$ac_try;;
2646 esac
2647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2648 (eval "$ac_compiler -v >&5") 2>&5
2649 ac_status=$?
2650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2651 (exit $ac_status); }
2652 { (ac_try="$ac_compiler -V >&5"
2653 case "(($ac_try" in
2654 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2655 *) ac_try_echo=$ac_try;;
2656 esac
2657 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2658 (eval "$ac_compiler -V >&5") 2>&5
2659 ac_status=$?
2660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2661 (exit $ac_status); }
2663 cat >conftest.$ac_ext <<_ACEOF
2664 /* confdefs.h. */
2665 _ACEOF
2666 cat confdefs.h >>conftest.$ac_ext
2667 cat >>conftest.$ac_ext <<_ACEOF
2668 /* end confdefs.h. */
2671 main ()
2675 return 0;
2677 _ACEOF
2678 ac_clean_files_save=$ac_clean_files
2679 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2680 # Try to create an executable without -o first, disregard a.out.
2681 # It will help us diagnose broken compilers, and finding out an intuition
2682 # of exeext.
2683 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2684 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2685 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2687 # List of possible output files, starting from the most likely.
2688 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2689 # only as a last resort. b.out is created by i960 compilers.
2690 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2692 # The IRIX 6 linker writes into existing files which may not be
2693 # executable, retaining their permissions. Remove them first so a
2694 # subsequent execution test works.
2695 ac_rmfiles=
2696 for ac_file in $ac_files
2698 case $ac_file in
2699 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2700 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2701 esac
2702 done
2703 rm -f $ac_rmfiles
2705 if { (ac_try="$ac_link_default"
2706 case "(($ac_try" in
2707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2708 *) ac_try_echo=$ac_try;;
2709 esac
2710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2711 (eval "$ac_link_default") 2>&5
2712 ac_status=$?
2713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2714 (exit $ac_status); }; then
2715 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2716 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2717 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2718 # so that the user can short-circuit this test for compilers unknown to
2719 # Autoconf.
2720 for ac_file in $ac_files ''
2722 test -f "$ac_file" || continue
2723 case $ac_file in
2724 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2726 [ab].out )
2727 # We found the default executable, but exeext='' is most
2728 # certainly right.
2729 break;;
2730 *.* )
2731 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2732 then :; else
2733 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2735 # We set ac_cv_exeext here because the later test for it is not
2736 # safe: cross compilers may not add the suffix if given an `-o'
2737 # argument, so we may need to know it at that point already.
2738 # Even if this section looks crufty: it has the advantage of
2739 # actually working.
2740 break;;
2742 break;;
2743 esac
2744 done
2745 test "$ac_cv_exeext" = no && ac_cv_exeext=
2747 else
2748 ac_file=''
2751 { echo "$as_me:$LINENO: result: $ac_file" >&5
2752 echo "${ECHO_T}$ac_file" >&6; }
2753 if test -z "$ac_file"; then
2754 echo "$as_me: failed program was:" >&5
2755 sed 's/^/| /' conftest.$ac_ext >&5
2757 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2758 See \`config.log' for more details." >&5
2759 echo "$as_me: error: C compiler cannot create executables
2760 See \`config.log' for more details." >&2;}
2761 { (exit 77); exit 77; }; }
2764 ac_exeext=$ac_cv_exeext
2766 # Check that the compiler produces executables we can run. If not, either
2767 # the compiler is broken, or we cross compile.
2768 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2769 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2770 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2771 # If not cross compiling, check that we can run a simple program.
2772 if test "$cross_compiling" != yes; then
2773 if { ac_try='./$ac_file'
2774 { (case "(($ac_try" in
2775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2776 *) ac_try_echo=$ac_try;;
2777 esac
2778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2779 (eval "$ac_try") 2>&5
2780 ac_status=$?
2781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2782 (exit $ac_status); }; }; then
2783 cross_compiling=no
2784 else
2785 if test "$cross_compiling" = maybe; then
2786 cross_compiling=yes
2787 else
2788 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2789 If you meant to cross compile, use \`--host'.
2790 See \`config.log' for more details." >&5
2791 echo "$as_me: error: cannot run C compiled programs.
2792 If you meant to cross compile, use \`--host'.
2793 See \`config.log' for more details." >&2;}
2794 { (exit 1); exit 1; }; }
2798 { echo "$as_me:$LINENO: result: yes" >&5
2799 echo "${ECHO_T}yes" >&6; }
2801 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2802 ac_clean_files=$ac_clean_files_save
2803 # Check that the compiler produces executables we can run. If not, either
2804 # the compiler is broken, or we cross compile.
2805 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2806 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2807 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2808 echo "${ECHO_T}$cross_compiling" >&6; }
2810 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2811 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2812 if { (ac_try="$ac_link"
2813 case "(($ac_try" in
2814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2815 *) ac_try_echo=$ac_try;;
2816 esac
2817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2818 (eval "$ac_link") 2>&5
2819 ac_status=$?
2820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2821 (exit $ac_status); }; then
2822 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2823 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2824 # work properly (i.e., refer to `conftest.exe'), while it won't with
2825 # `rm'.
2826 for ac_file in conftest.exe conftest conftest.*; do
2827 test -f "$ac_file" || continue
2828 case $ac_file in
2829 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2830 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2831 break;;
2832 * ) break;;
2833 esac
2834 done
2835 else
2836 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2837 See \`config.log' for more details." >&5
2838 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2839 See \`config.log' for more details." >&2;}
2840 { (exit 1); exit 1; }; }
2843 rm -f conftest$ac_cv_exeext
2844 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2845 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2847 rm -f conftest.$ac_ext
2848 EXEEXT=$ac_cv_exeext
2849 ac_exeext=$EXEEXT
2850 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2851 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2852 if test "${ac_cv_objext+set}" = set; then
2853 echo $ECHO_N "(cached) $ECHO_C" >&6
2854 else
2855 cat >conftest.$ac_ext <<_ACEOF
2856 /* confdefs.h. */
2857 _ACEOF
2858 cat confdefs.h >>conftest.$ac_ext
2859 cat >>conftest.$ac_ext <<_ACEOF
2860 /* end confdefs.h. */
2863 main ()
2867 return 0;
2869 _ACEOF
2870 rm -f conftest.o conftest.obj
2871 if { (ac_try="$ac_compile"
2872 case "(($ac_try" in
2873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2874 *) ac_try_echo=$ac_try;;
2875 esac
2876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2877 (eval "$ac_compile") 2>&5
2878 ac_status=$?
2879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2880 (exit $ac_status); }; then
2881 for ac_file in conftest.o conftest.obj conftest.*; do
2882 test -f "$ac_file" || continue;
2883 case $ac_file in
2884 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2885 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2886 break;;
2887 esac
2888 done
2889 else
2890 echo "$as_me: failed program was:" >&5
2891 sed 's/^/| /' conftest.$ac_ext >&5
2893 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2894 See \`config.log' for more details." >&5
2895 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2896 See \`config.log' for more details." >&2;}
2897 { (exit 1); exit 1; }; }
2900 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2902 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2903 echo "${ECHO_T}$ac_cv_objext" >&6; }
2904 OBJEXT=$ac_cv_objext
2905 ac_objext=$OBJEXT
2906 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2907 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2908 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2909 echo $ECHO_N "(cached) $ECHO_C" >&6
2910 else
2911 cat >conftest.$ac_ext <<_ACEOF
2912 /* confdefs.h. */
2913 _ACEOF
2914 cat confdefs.h >>conftest.$ac_ext
2915 cat >>conftest.$ac_ext <<_ACEOF
2916 /* end confdefs.h. */
2919 main ()
2921 #ifndef __GNUC__
2922 choke me
2923 #endif
2926 return 0;
2928 _ACEOF
2929 rm -f conftest.$ac_objext
2930 if { (ac_try="$ac_compile"
2931 case "(($ac_try" in
2932 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2933 *) ac_try_echo=$ac_try;;
2934 esac
2935 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2936 (eval "$ac_compile") 2>conftest.er1
2937 ac_status=$?
2938 grep -v '^ *+' conftest.er1 >conftest.err
2939 rm -f conftest.er1
2940 cat conftest.err >&5
2941 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2942 (exit $ac_status); } && {
2943 test -z "$ac_c_werror_flag" ||
2944 test ! -s conftest.err
2945 } && test -s conftest.$ac_objext; then
2946 ac_compiler_gnu=yes
2947 else
2948 echo "$as_me: failed program was:" >&5
2949 sed 's/^/| /' conftest.$ac_ext >&5
2951 ac_compiler_gnu=no
2954 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2955 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2958 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2959 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2960 GCC=`test $ac_compiler_gnu = yes && echo yes`
2961 ac_test_CFLAGS=${CFLAGS+set}
2962 ac_save_CFLAGS=$CFLAGS
2963 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2964 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2965 if test "${ac_cv_prog_cc_g+set}" = set; then
2966 echo $ECHO_N "(cached) $ECHO_C" >&6
2967 else
2968 ac_save_c_werror_flag=$ac_c_werror_flag
2969 ac_c_werror_flag=yes
2970 ac_cv_prog_cc_g=no
2971 CFLAGS="-g"
2972 cat >conftest.$ac_ext <<_ACEOF
2973 /* confdefs.h. */
2974 _ACEOF
2975 cat confdefs.h >>conftest.$ac_ext
2976 cat >>conftest.$ac_ext <<_ACEOF
2977 /* end confdefs.h. */
2980 main ()
2984 return 0;
2986 _ACEOF
2987 rm -f conftest.$ac_objext
2988 if { (ac_try="$ac_compile"
2989 case "(($ac_try" in
2990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2991 *) ac_try_echo=$ac_try;;
2992 esac
2993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2994 (eval "$ac_compile") 2>conftest.er1
2995 ac_status=$?
2996 grep -v '^ *+' conftest.er1 >conftest.err
2997 rm -f conftest.er1
2998 cat conftest.err >&5
2999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3000 (exit $ac_status); } && {
3001 test -z "$ac_c_werror_flag" ||
3002 test ! -s conftest.err
3003 } && test -s conftest.$ac_objext; then
3004 ac_cv_prog_cc_g=yes
3005 else
3006 echo "$as_me: failed program was:" >&5
3007 sed 's/^/| /' conftest.$ac_ext >&5
3009 CFLAGS=""
3010 cat >conftest.$ac_ext <<_ACEOF
3011 /* confdefs.h. */
3012 _ACEOF
3013 cat confdefs.h >>conftest.$ac_ext
3014 cat >>conftest.$ac_ext <<_ACEOF
3015 /* end confdefs.h. */
3018 main ()
3022 return 0;
3024 _ACEOF
3025 rm -f conftest.$ac_objext
3026 if { (ac_try="$ac_compile"
3027 case "(($ac_try" in
3028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3029 *) ac_try_echo=$ac_try;;
3030 esac
3031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3032 (eval "$ac_compile") 2>conftest.er1
3033 ac_status=$?
3034 grep -v '^ *+' conftest.er1 >conftest.err
3035 rm -f conftest.er1
3036 cat conftest.err >&5
3037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3038 (exit $ac_status); } && {
3039 test -z "$ac_c_werror_flag" ||
3040 test ! -s conftest.err
3041 } && test -s conftest.$ac_objext; then
3043 else
3044 echo "$as_me: failed program was:" >&5
3045 sed 's/^/| /' conftest.$ac_ext >&5
3047 ac_c_werror_flag=$ac_save_c_werror_flag
3048 CFLAGS="-g"
3049 cat >conftest.$ac_ext <<_ACEOF
3050 /* confdefs.h. */
3051 _ACEOF
3052 cat confdefs.h >>conftest.$ac_ext
3053 cat >>conftest.$ac_ext <<_ACEOF
3054 /* end confdefs.h. */
3057 main ()
3061 return 0;
3063 _ACEOF
3064 rm -f conftest.$ac_objext
3065 if { (ac_try="$ac_compile"
3066 case "(($ac_try" in
3067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3068 *) ac_try_echo=$ac_try;;
3069 esac
3070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3071 (eval "$ac_compile") 2>conftest.er1
3072 ac_status=$?
3073 grep -v '^ *+' conftest.er1 >conftest.err
3074 rm -f conftest.er1
3075 cat conftest.err >&5
3076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3077 (exit $ac_status); } && {
3078 test -z "$ac_c_werror_flag" ||
3079 test ! -s conftest.err
3080 } && test -s conftest.$ac_objext; then
3081 ac_cv_prog_cc_g=yes
3082 else
3083 echo "$as_me: failed program was:" >&5
3084 sed 's/^/| /' conftest.$ac_ext >&5
3089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3096 ac_c_werror_flag=$ac_save_c_werror_flag
3098 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3099 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3100 if test "$ac_test_CFLAGS" = set; then
3101 CFLAGS=$ac_save_CFLAGS
3102 elif test $ac_cv_prog_cc_g = yes; then
3103 if test "$GCC" = yes; then
3104 CFLAGS="-g -O2"
3105 else
3106 CFLAGS="-g"
3108 else
3109 if test "$GCC" = yes; then
3110 CFLAGS="-O2"
3111 else
3112 CFLAGS=
3115 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3116 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3117 if test "${ac_cv_prog_cc_c89+set}" = set; then
3118 echo $ECHO_N "(cached) $ECHO_C" >&6
3119 else
3120 ac_cv_prog_cc_c89=no
3121 ac_save_CC=$CC
3122 cat >conftest.$ac_ext <<_ACEOF
3123 /* confdefs.h. */
3124 _ACEOF
3125 cat confdefs.h >>conftest.$ac_ext
3126 cat >>conftest.$ac_ext <<_ACEOF
3127 /* end confdefs.h. */
3128 #include <stdarg.h>
3129 #include <stdio.h>
3130 #include <sys/types.h>
3131 #include <sys/stat.h>
3132 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3133 struct buf { int x; };
3134 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3135 static char *e (p, i)
3136 char **p;
3137 int i;
3139 return p[i];
3141 static char *f (char * (*g) (char **, int), char **p, ...)
3143 char *s;
3144 va_list v;
3145 va_start (v,p);
3146 s = g (p, va_arg (v,int));
3147 va_end (v);
3148 return s;
3151 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3152 function prototypes and stuff, but not '\xHH' hex character constants.
3153 These don't provoke an error unfortunately, instead are silently treated
3154 as 'x'. The following induces an error, until -std is added to get
3155 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3156 array size at least. It's necessary to write '\x00'==0 to get something
3157 that's true only with -std. */
3158 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3160 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3161 inside strings and character constants. */
3162 #define FOO(x) 'x'
3163 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3165 int test (int i, double x);
3166 struct s1 {int (*f) (int a);};
3167 struct s2 {int (*f) (double a);};
3168 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3169 int argc;
3170 char **argv;
3172 main ()
3174 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3176 return 0;
3178 _ACEOF
3179 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3180 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3182 CC="$ac_save_CC $ac_arg"
3183 rm -f conftest.$ac_objext
3184 if { (ac_try="$ac_compile"
3185 case "(($ac_try" in
3186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3187 *) ac_try_echo=$ac_try;;
3188 esac
3189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3190 (eval "$ac_compile") 2>conftest.er1
3191 ac_status=$?
3192 grep -v '^ *+' conftest.er1 >conftest.err
3193 rm -f conftest.er1
3194 cat conftest.err >&5
3195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3196 (exit $ac_status); } && {
3197 test -z "$ac_c_werror_flag" ||
3198 test ! -s conftest.err
3199 } && test -s conftest.$ac_objext; then
3200 ac_cv_prog_cc_c89=$ac_arg
3201 else
3202 echo "$as_me: failed program was:" >&5
3203 sed 's/^/| /' conftest.$ac_ext >&5
3208 rm -f core conftest.err conftest.$ac_objext
3209 test "x$ac_cv_prog_cc_c89" != "xno" && break
3210 done
3211 rm -f conftest.$ac_ext
3212 CC=$ac_save_CC
3215 # AC_CACHE_VAL
3216 case "x$ac_cv_prog_cc_c89" in
3218 { echo "$as_me:$LINENO: result: none needed" >&5
3219 echo "${ECHO_T}none needed" >&6; } ;;
3220 xno)
3221 { echo "$as_me:$LINENO: result: unsupported" >&5
3222 echo "${ECHO_T}unsupported" >&6; } ;;
3224 CC="$CC $ac_cv_prog_cc_c89"
3225 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3226 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3227 esac
3230 ac_ext=c
3231 ac_cpp='$CPP $CPPFLAGS'
3232 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3233 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3234 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3236 ac_ext=cpp
3237 ac_cpp='$CXXCPP $CPPFLAGS'
3238 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3239 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3240 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3241 if test -z "$CXX"; then
3242 if test -n "$CCC"; then
3243 CXX=$CCC
3244 else
3245 if test -n "$ac_tool_prefix"; then
3246 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3248 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3249 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3252 if test "${ac_cv_prog_CXX+set}" = set; then
3253 echo $ECHO_N "(cached) $ECHO_C" >&6
3254 else
3255 if test -n "$CXX"; then
3256 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3257 else
3258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3259 for as_dir in $PATH
3261 IFS=$as_save_IFS
3262 test -z "$as_dir" && as_dir=.
3263 for ac_exec_ext in '' $ac_executable_extensions; do
3264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3265 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3267 break 2
3269 done
3270 done
3271 IFS=$as_save_IFS
3275 CXX=$ac_cv_prog_CXX
3276 if test -n "$CXX"; then
3277 { echo "$as_me:$LINENO: result: $CXX" >&5
3278 echo "${ECHO_T}$CXX" >&6; }
3279 else
3280 { echo "$as_me:$LINENO: result: no" >&5
3281 echo "${ECHO_T}no" >&6; }
3285 test -n "$CXX" && break
3286 done
3288 if test -z "$CXX"; then
3289 ac_ct_CXX=$CXX
3290 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3292 # Extract the first word of "$ac_prog", so it can be a program name with args.
3293 set dummy $ac_prog; ac_word=$2
3294 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3295 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3296 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3297 echo $ECHO_N "(cached) $ECHO_C" >&6
3298 else
3299 if test -n "$ac_ct_CXX"; then
3300 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3301 else
3302 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3303 for as_dir in $PATH
3305 IFS=$as_save_IFS
3306 test -z "$as_dir" && as_dir=.
3307 for ac_exec_ext in '' $ac_executable_extensions; do
3308 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3309 ac_cv_prog_ac_ct_CXX="$ac_prog"
3310 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3311 break 2
3313 done
3314 done
3315 IFS=$as_save_IFS
3319 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3320 if test -n "$ac_ct_CXX"; then
3321 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3322 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3323 else
3324 { echo "$as_me:$LINENO: result: no" >&5
3325 echo "${ECHO_T}no" >&6; }
3329 test -n "$ac_ct_CXX" && break
3330 done
3332 if test "x$ac_ct_CXX" = x; then
3333 CXX="g++"
3334 else
3335 case $cross_compiling:$ac_tool_warned in
3336 yes:)
3337 { echo "$as_me:$LINENO: 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." >&5
3340 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3341 whose name does not start with the host triplet. If you think this
3342 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3343 ac_tool_warned=yes ;;
3344 esac
3345 CXX=$ac_ct_CXX
3351 # Provide some information about the compiler.
3352 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3353 ac_compiler=`set X $ac_compile; echo $2`
3354 { (ac_try="$ac_compiler --version >&5"
3355 case "(($ac_try" in
3356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3357 *) ac_try_echo=$ac_try;;
3358 esac
3359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3360 (eval "$ac_compiler --version >&5") 2>&5
3361 ac_status=$?
3362 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3363 (exit $ac_status); }
3364 { (ac_try="$ac_compiler -v >&5"
3365 case "(($ac_try" in
3366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3367 *) ac_try_echo=$ac_try;;
3368 esac
3369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3370 (eval "$ac_compiler -v >&5") 2>&5
3371 ac_status=$?
3372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3373 (exit $ac_status); }
3374 { (ac_try="$ac_compiler -V >&5"
3375 case "(($ac_try" in
3376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3377 *) ac_try_echo=$ac_try;;
3378 esac
3379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3380 (eval "$ac_compiler -V >&5") 2>&5
3381 ac_status=$?
3382 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3383 (exit $ac_status); }
3385 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3386 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3387 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3388 echo $ECHO_N "(cached) $ECHO_C" >&6
3389 else
3390 cat >conftest.$ac_ext <<_ACEOF
3391 /* confdefs.h. */
3392 _ACEOF
3393 cat confdefs.h >>conftest.$ac_ext
3394 cat >>conftest.$ac_ext <<_ACEOF
3395 /* end confdefs.h. */
3398 main ()
3400 #ifndef __GNUC__
3401 choke me
3402 #endif
3405 return 0;
3407 _ACEOF
3408 rm -f conftest.$ac_objext
3409 if { (ac_try="$ac_compile"
3410 case "(($ac_try" in
3411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3412 *) ac_try_echo=$ac_try;;
3413 esac
3414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3415 (eval "$ac_compile") 2>conftest.er1
3416 ac_status=$?
3417 grep -v '^ *+' conftest.er1 >conftest.err
3418 rm -f conftest.er1
3419 cat conftest.err >&5
3420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3421 (exit $ac_status); } && {
3422 test -z "$ac_cxx_werror_flag" ||
3423 test ! -s conftest.err
3424 } && test -s conftest.$ac_objext; then
3425 ac_compiler_gnu=yes
3426 else
3427 echo "$as_me: failed program was:" >&5
3428 sed 's/^/| /' conftest.$ac_ext >&5
3430 ac_compiler_gnu=no
3433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3434 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3437 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3438 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3439 GXX=`test $ac_compiler_gnu = yes && echo yes`
3440 ac_test_CXXFLAGS=${CXXFLAGS+set}
3441 ac_save_CXXFLAGS=$CXXFLAGS
3442 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3443 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3444 if test "${ac_cv_prog_cxx_g+set}" = set; then
3445 echo $ECHO_N "(cached) $ECHO_C" >&6
3446 else
3447 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3448 ac_cxx_werror_flag=yes
3449 ac_cv_prog_cxx_g=no
3450 CXXFLAGS="-g"
3451 cat >conftest.$ac_ext <<_ACEOF
3452 /* confdefs.h. */
3453 _ACEOF
3454 cat confdefs.h >>conftest.$ac_ext
3455 cat >>conftest.$ac_ext <<_ACEOF
3456 /* end confdefs.h. */
3459 main ()
3463 return 0;
3465 _ACEOF
3466 rm -f conftest.$ac_objext
3467 if { (ac_try="$ac_compile"
3468 case "(($ac_try" in
3469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3470 *) ac_try_echo=$ac_try;;
3471 esac
3472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3473 (eval "$ac_compile") 2>conftest.er1
3474 ac_status=$?
3475 grep -v '^ *+' conftest.er1 >conftest.err
3476 rm -f conftest.er1
3477 cat conftest.err >&5
3478 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3479 (exit $ac_status); } && {
3480 test -z "$ac_cxx_werror_flag" ||
3481 test ! -s conftest.err
3482 } && test -s conftest.$ac_objext; then
3483 ac_cv_prog_cxx_g=yes
3484 else
3485 echo "$as_me: failed program was:" >&5
3486 sed 's/^/| /' conftest.$ac_ext >&5
3488 CXXFLAGS=""
3489 cat >conftest.$ac_ext <<_ACEOF
3490 /* confdefs.h. */
3491 _ACEOF
3492 cat confdefs.h >>conftest.$ac_ext
3493 cat >>conftest.$ac_ext <<_ACEOF
3494 /* end confdefs.h. */
3497 main ()
3501 return 0;
3503 _ACEOF
3504 rm -f conftest.$ac_objext
3505 if { (ac_try="$ac_compile"
3506 case "(($ac_try" in
3507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3508 *) ac_try_echo=$ac_try;;
3509 esac
3510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3511 (eval "$ac_compile") 2>conftest.er1
3512 ac_status=$?
3513 grep -v '^ *+' conftest.er1 >conftest.err
3514 rm -f conftest.er1
3515 cat conftest.err >&5
3516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3517 (exit $ac_status); } && {
3518 test -z "$ac_cxx_werror_flag" ||
3519 test ! -s conftest.err
3520 } && test -s conftest.$ac_objext; then
3522 else
3523 echo "$as_me: failed program was:" >&5
3524 sed 's/^/| /' conftest.$ac_ext >&5
3526 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3527 CXXFLAGS="-g"
3528 cat >conftest.$ac_ext <<_ACEOF
3529 /* confdefs.h. */
3530 _ACEOF
3531 cat confdefs.h >>conftest.$ac_ext
3532 cat >>conftest.$ac_ext <<_ACEOF
3533 /* end confdefs.h. */
3536 main ()
3540 return 0;
3542 _ACEOF
3543 rm -f conftest.$ac_objext
3544 if { (ac_try="$ac_compile"
3545 case "(($ac_try" in
3546 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3547 *) ac_try_echo=$ac_try;;
3548 esac
3549 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3550 (eval "$ac_compile") 2>conftest.er1
3551 ac_status=$?
3552 grep -v '^ *+' conftest.er1 >conftest.err
3553 rm -f conftest.er1
3554 cat conftest.err >&5
3555 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3556 (exit $ac_status); } && {
3557 test -z "$ac_cxx_werror_flag" ||
3558 test ! -s conftest.err
3559 } && test -s conftest.$ac_objext; then
3560 ac_cv_prog_cxx_g=yes
3561 else
3562 echo "$as_me: failed program was:" >&5
3563 sed 's/^/| /' conftest.$ac_ext >&5
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3574 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3575 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3577 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3578 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3579 if test "$ac_test_CXXFLAGS" = set; then
3580 CXXFLAGS=$ac_save_CXXFLAGS
3581 elif test $ac_cv_prog_cxx_g = yes; then
3582 if test "$GXX" = yes; then
3583 CXXFLAGS="-g -O2"
3584 else
3585 CXXFLAGS="-g"
3587 else
3588 if test "$GXX" = yes; then
3589 CXXFLAGS="-O2"
3590 else
3591 CXXFLAGS=
3594 ac_ext=c
3595 ac_cpp='$CPP $CPPFLAGS'
3596 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3597 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3598 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3600 if test -n "$ac_tool_prefix"; then
3601 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3602 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3605 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3606 echo $ECHO_N "(cached) $ECHO_C" >&6
3607 else
3608 if test -n "$CPPBIN"; then
3609 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3610 else
3611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3612 for as_dir in $PATH
3614 IFS=$as_save_IFS
3615 test -z "$as_dir" && as_dir=.
3616 for ac_exec_ext in '' $ac_executable_extensions; do
3617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3618 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3620 break 2
3622 done
3623 done
3624 IFS=$as_save_IFS
3628 CPPBIN=$ac_cv_prog_CPPBIN
3629 if test -n "$CPPBIN"; then
3630 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3631 echo "${ECHO_T}$CPPBIN" >&6; }
3632 else
3633 { echo "$as_me:$LINENO: result: no" >&5
3634 echo "${ECHO_T}no" >&6; }
3639 if test -z "$ac_cv_prog_CPPBIN"; then
3640 ac_ct_CPPBIN=$CPPBIN
3641 # Extract the first word of "cpp", so it can be a program name with args.
3642 set dummy cpp; ac_word=$2
3643 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3644 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3645 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3646 echo $ECHO_N "(cached) $ECHO_C" >&6
3647 else
3648 if test -n "$ac_ct_CPPBIN"; then
3649 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3650 else
3651 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3652 for as_dir in $PATH
3654 IFS=$as_save_IFS
3655 test -z "$as_dir" && as_dir=.
3656 for ac_exec_ext in '' $ac_executable_extensions; do
3657 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3658 ac_cv_prog_ac_ct_CPPBIN="cpp"
3659 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3660 break 2
3662 done
3663 done
3664 IFS=$as_save_IFS
3668 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3669 if test -n "$ac_ct_CPPBIN"; then
3670 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3671 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3672 else
3673 { echo "$as_me:$LINENO: result: no" >&5
3674 echo "${ECHO_T}no" >&6; }
3677 if test "x$ac_ct_CPPBIN" = x; then
3678 CPPBIN="cpp"
3679 else
3680 case $cross_compiling:$ac_tool_warned in
3681 yes:)
3682 { echo "$as_me:$LINENO: 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." >&5
3685 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3686 whose name does not start with the host triplet. If you think this
3687 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3688 ac_tool_warned=yes ;;
3689 esac
3690 CPPBIN=$ac_ct_CPPBIN
3692 else
3693 CPPBIN="$ac_cv_prog_CPPBIN"
3697 cat >>confdefs.h <<_ACEOF
3698 #define EXEEXT "$ac_exeext"
3699 _ACEOF
3702 case $host in
3703 *-darwin*)
3704 if test "x$enable_win64" = "xyes"
3705 then
3706 CC="$CC -m64"
3707 CXX="$CXX -m64"
3708 LD="${LD:-ld} -arch x86_64"
3709 AS="${AS:-as} -arch x86_64"
3710 host_cpu="x86_64"
3711 notice_platform="64-bit "
3712 TARGETFLAGS="-m64"
3714 else
3715 CC="$CC -m32"
3716 CXX="$CXX -m32"
3717 LD="${LD:-ld} -arch i386"
3718 AS="${AS:-as} -arch i386"
3719 host_cpu="i386"
3720 notice_platform="32-bit "
3721 TARGETFLAGS="-m32"
3723 enable_win16=${enable_win16:-yes}
3726 x86_64*)
3727 if test "x$enable_win64" != "xyes" -a "$cross_compiling" != "yes"
3728 then
3729 CC="$CC -m32"
3730 CXX="$CXX -m32"
3731 { echo "$as_me:$LINENO: checking whether $CC works" >&5
3732 echo $ECHO_N "checking whether $CC works... $ECHO_C" >&6; }
3734 cat >conftest.$ac_ext <<_ACEOF
3735 /* confdefs.h. */
3736 _ACEOF
3737 cat confdefs.h >>conftest.$ac_ext
3738 cat >>conftest.$ac_ext <<_ACEOF
3739 /* end confdefs.h. */
3742 main ()
3746 return 0;
3748 _ACEOF
3749 rm -f conftest.$ac_objext conftest$ac_exeext
3750 if { (ac_try="$ac_link"
3751 case "(($ac_try" in
3752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3753 *) ac_try_echo=$ac_try;;
3754 esac
3755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3756 (eval "$ac_link") 2>conftest.er1
3757 ac_status=$?
3758 grep -v '^ *+' conftest.er1 >conftest.err
3759 rm -f conftest.er1
3760 cat conftest.err >&5
3761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3762 (exit $ac_status); } && {
3763 test -z "$ac_c_werror_flag" ||
3764 test ! -s conftest.err
3765 } && test -s conftest$ac_exeext &&
3766 $as_test_x conftest$ac_exeext; then
3767 { echo "$as_me:$LINENO: result: yes" >&5
3768 echo "${ECHO_T}yes" >&6; }
3769 else
3770 echo "$as_me: failed program was:" >&5
3771 sed 's/^/| /' conftest.$ac_ext >&5
3773 { echo "$as_me:$LINENO: result: no" >&5
3774 echo "${ECHO_T}no" >&6; }
3775 { { echo "$as_me:$LINENO: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&5
3776 echo "$as_me: error: Cannot build a 32-bit program, you need to install 32-bit development libraries." >&2;}
3777 { (exit 1); exit 1; }; }
3780 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
3781 conftest$ac_exeext conftest.$ac_ext
3782 LD="${LD:-ld} -m elf_i386"
3783 AS="${AS:-as} --32"
3784 host_cpu="i386"
3785 notice_platform="32-bit "
3786 TARGETFLAGS="-m32"
3788 enable_win16=${enable_win16:-yes}
3789 else
3790 if test "x${GCC}" = "xyes"
3791 then
3792 { echo "$as_me:$LINENO: checking whether $CC supports __builtin_ms_va_list" >&5
3793 echo $ECHO_N "checking whether $CC supports __builtin_ms_va_list... $ECHO_C" >&6; }
3794 cat >conftest.$ac_ext <<_ACEOF
3795 /* confdefs.h. */
3796 _ACEOF
3797 cat confdefs.h >>conftest.$ac_ext
3798 cat >>conftest.$ac_ext <<_ACEOF
3799 /* end confdefs.h. */
3800 #include <stdarg.h>
3802 main ()
3804 void func(__builtin_ms_va_list *args);
3806 return 0;
3808 _ACEOF
3809 rm -f conftest.$ac_objext
3810 if { (ac_try="$ac_compile"
3811 case "(($ac_try" in
3812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3813 *) ac_try_echo=$ac_try;;
3814 esac
3815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3816 (eval "$ac_compile") 2>conftest.er1
3817 ac_status=$?
3818 grep -v '^ *+' conftest.er1 >conftest.err
3819 rm -f conftest.er1
3820 cat conftest.err >&5
3821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3822 (exit $ac_status); } && {
3823 test -z "$ac_c_werror_flag" ||
3824 test ! -s conftest.err
3825 } && test -s conftest.$ac_objext; then
3826 { echo "$as_me:$LINENO: result: yes" >&5
3827 echo "${ECHO_T}yes" >&6; }
3828 else
3829 echo "$as_me: failed program was:" >&5
3830 sed 's/^/| /' conftest.$ac_ext >&5
3832 { echo "$as_me:$LINENO: result: no" >&5
3833 echo "${ECHO_T}no" >&6; }
3834 { { echo "$as_me:$LINENO: error: You need gcc >= 4.4 to build Wine as 64-bit." >&5
3835 echo "$as_me: error: You need gcc >= 4.4 to build Wine as 64-bit." >&2;}
3836 { (exit 1); exit 1; }; }
3839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3841 TARGETFLAGS="-m64"
3845 *-mingw32*|*-cygwin*)
3846 enable_win16=${enable_win16:-no}
3848 i[3456789]86*)
3849 enable_win16=${enable_win16:-yes}
3851 esac
3853 enable_win16=${enable_win16:-no}
3855 WIN16_FILES="\$(WIN16_FILES)"
3857 WIN16_INSTALL="\$(WIN16_INSTALL)"
3859 if test "x$enable_win16" != "xyes"
3860 then
3861 WIN16_FILES=""
3862 WIN16_INSTALL=""
3863 enable_w32skrnl=${enable_w32skrnl:-no}
3864 enable_winedos=${enable_winedos:-no}
3865 enable_winevdm=${enable_winevdm:-no}
3866 enable_wow32=${enable_wow32:-no}
3869 if test -n "$with_wine64"
3870 then
3871 if test "x$enable_win64" = "xyes"
3872 then
3873 { { echo "$as_me:$LINENO: error: --enable-win64 and --with-wine64 are mutually exclusive.
3874 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&5
3875 echo "$as_me: error: --enable-win64 and --with-wine64 are mutually exclusive.
3876 --enable-win64 should be used in the 64-bit build tree, --with-wine64 in the 32-bit Wow64 build tree." >&2;}
3877 { (exit 1); exit 1; }; }
3879 WOW64_DISABLE=\#
3881 enable_fonts=${enable_fonts:-no}
3882 enable_include=${enable_include:-no}
3883 enable_server=${enable_server:-no}
3884 enable_tools=${enable_tools:-no}
3885 enable_wineboot=${enable_wineboot:-no}
3886 enable_winedbg=${enable_winedbg:-no}
3887 test "x$libdir" != "x\${exec_prefix}/lib" || libdir="\${exec_prefix}/lib32"
3890 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3891 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3892 if test "${wine_cv_toolsdir+set}" = set; then
3893 echo $ECHO_N "(cached) $ECHO_C" >&6
3894 else
3895 wine_cv_toolsdir="$with_wine_tools"
3896 if test -z "$with_wine_tools"; then
3897 if test "$cross_compiling" = "yes"; then
3898 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3899 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3900 { (exit 1); exit 1; }; }
3901 elif test -n "$with_wine64"; then
3902 wine_cv_toolsdir="$with_wine64"
3905 if test -z "$wine_cv_toolsdir"; then
3906 wine_cv_toolsdir="\$(TOPOBJDIR)"
3907 elif test -d "$wine_cv_toolsdir/tools/winebuild"; then
3908 case "$wine_cv_toolsdir" in
3909 /*) ;;
3910 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$wine_cv_toolsdir" ;;
3911 esac
3912 else
3913 { { echo "$as_me:$LINENO: error: could not find Wine tools in $wine_cv_toolsdir" >&5
3914 echo "$as_me: error: could not find Wine tools in $wine_cv_toolsdir" >&2;}
3915 { (exit 1); exit 1; }; }
3918 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3919 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3920 TOOLSDIR=$wine_cv_toolsdir
3922 if test -n "$host_alias" -a "$host_alias" != "$build_alias"
3923 then
3924 TARGETFLAGS="-b $host_alias $TARGETFLAGS"
3928 for ac_prog in flex
3930 # Extract the first word of "$ac_prog", so it can be a program name with args.
3931 set dummy $ac_prog; ac_word=$2
3932 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3933 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3934 if test "${ac_cv_prog_FLEX+set}" = set; then
3935 echo $ECHO_N "(cached) $ECHO_C" >&6
3936 else
3937 if test -n "$FLEX"; then
3938 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
3939 else
3940 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3941 for as_dir in $PATH
3943 IFS=$as_save_IFS
3944 test -z "$as_dir" && as_dir=.
3945 for ac_exec_ext in '' $ac_executable_extensions; do
3946 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3947 ac_cv_prog_FLEX="$ac_prog"
3948 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3949 break 2
3951 done
3952 done
3953 IFS=$as_save_IFS
3957 FLEX=$ac_cv_prog_FLEX
3958 if test -n "$FLEX"; then
3959 { echo "$as_me:$LINENO: result: $FLEX" >&5
3960 echo "${ECHO_T}$FLEX" >&6; }
3961 else
3962 { echo "$as_me:$LINENO: result: no" >&5
3963 echo "${ECHO_T}no" >&6; }
3967 test -n "$FLEX" && break
3968 done
3969 test -n "$FLEX" || FLEX="none"
3971 if test "$FLEX" = "none"
3972 then
3973 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
3974 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
3975 { (exit 1); exit 1; }; }
3978 for ac_prog in bison
3980 # Extract the first word of "$ac_prog", so it can be a program name with args.
3981 set dummy $ac_prog; ac_word=$2
3982 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3983 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3984 if test "${ac_cv_prog_BISON+set}" = set; then
3985 echo $ECHO_N "(cached) $ECHO_C" >&6
3986 else
3987 if test -n "$BISON"; then
3988 ac_cv_prog_BISON="$BISON" # Let the user override the test.
3989 else
3990 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3991 for as_dir in $PATH
3993 IFS=$as_save_IFS
3994 test -z "$as_dir" && as_dir=.
3995 for ac_exec_ext in '' $ac_executable_extensions; do
3996 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3997 ac_cv_prog_BISON="$ac_prog"
3998 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3999 break 2
4001 done
4002 done
4003 IFS=$as_save_IFS
4007 BISON=$ac_cv_prog_BISON
4008 if test -n "$BISON"; then
4009 { echo "$as_me:$LINENO: result: $BISON" >&5
4010 echo "${ECHO_T}$BISON" >&6; }
4011 else
4012 { echo "$as_me:$LINENO: result: no" >&5
4013 echo "${ECHO_T}no" >&6; }
4017 test -n "$BISON" && break
4018 done
4019 test -n "$BISON" || BISON="none"
4021 if test "$BISON" = "none"
4022 then
4023 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
4024 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
4025 { (exit 1); exit 1; }; }
4028 if test -n "$ac_tool_prefix"; then
4029 for ac_prog in ar gar
4031 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
4032 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
4033 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4034 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4035 if test "${ac_cv_prog_AR+set}" = set; then
4036 echo $ECHO_N "(cached) $ECHO_C" >&6
4037 else
4038 if test -n "$AR"; then
4039 ac_cv_prog_AR="$AR" # Let the user override the test.
4040 else
4041 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4042 for as_dir in $PATH
4044 IFS=$as_save_IFS
4045 test -z "$as_dir" && as_dir=.
4046 for ac_exec_ext in '' $ac_executable_extensions; do
4047 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4048 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
4049 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4050 break 2
4052 done
4053 done
4054 IFS=$as_save_IFS
4058 AR=$ac_cv_prog_AR
4059 if test -n "$AR"; then
4060 { echo "$as_me:$LINENO: result: $AR" >&5
4061 echo "${ECHO_T}$AR" >&6; }
4062 else
4063 { echo "$as_me:$LINENO: result: no" >&5
4064 echo "${ECHO_T}no" >&6; }
4068 test -n "$AR" && break
4069 done
4071 if test -z "$AR"; then
4072 ac_ct_AR=$AR
4073 for ac_prog in ar gar
4075 # Extract the first word of "$ac_prog", so it can be a program name with args.
4076 set dummy $ac_prog; ac_word=$2
4077 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4078 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4079 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
4080 echo $ECHO_N "(cached) $ECHO_C" >&6
4081 else
4082 if test -n "$ac_ct_AR"; then
4083 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
4084 else
4085 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4086 for as_dir in $PATH
4088 IFS=$as_save_IFS
4089 test -z "$as_dir" && as_dir=.
4090 for ac_exec_ext in '' $ac_executable_extensions; do
4091 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4092 ac_cv_prog_ac_ct_AR="$ac_prog"
4093 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4094 break 2
4096 done
4097 done
4098 IFS=$as_save_IFS
4102 ac_ct_AR=$ac_cv_prog_ac_ct_AR
4103 if test -n "$ac_ct_AR"; then
4104 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
4105 echo "${ECHO_T}$ac_ct_AR" >&6; }
4106 else
4107 { echo "$as_me:$LINENO: result: no" >&5
4108 echo "${ECHO_T}no" >&6; }
4112 test -n "$ac_ct_AR" && break
4113 done
4115 if test "x$ac_ct_AR" = x; then
4116 AR="ar"
4117 else
4118 case $cross_compiling:$ac_tool_warned in
4119 yes:)
4120 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4121 whose name does not start with the host triplet. If you think this
4122 configuration is useful to you, please write to autoconf@gnu.org." >&5
4123 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4124 whose name does not start with the host triplet. If you think this
4125 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4126 ac_tool_warned=yes ;;
4127 esac
4128 AR=$ac_ct_AR
4132 ARFLAGS=rc
4134 if test -n "$ac_tool_prefix"; then
4135 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
4136 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
4137 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4138 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4139 if test "${ac_cv_prog_RANLIB+set}" = set; then
4140 echo $ECHO_N "(cached) $ECHO_C" >&6
4141 else
4142 if test -n "$RANLIB"; then
4143 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
4144 else
4145 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4146 for as_dir in $PATH
4148 IFS=$as_save_IFS
4149 test -z "$as_dir" && as_dir=.
4150 for ac_exec_ext in '' $ac_executable_extensions; do
4151 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4152 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
4153 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4154 break 2
4156 done
4157 done
4158 IFS=$as_save_IFS
4162 RANLIB=$ac_cv_prog_RANLIB
4163 if test -n "$RANLIB"; then
4164 { echo "$as_me:$LINENO: result: $RANLIB" >&5
4165 echo "${ECHO_T}$RANLIB" >&6; }
4166 else
4167 { echo "$as_me:$LINENO: result: no" >&5
4168 echo "${ECHO_T}no" >&6; }
4173 if test -z "$ac_cv_prog_RANLIB"; then
4174 ac_ct_RANLIB=$RANLIB
4175 # Extract the first word of "ranlib", so it can be a program name with args.
4176 set dummy ranlib; ac_word=$2
4177 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4178 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4179 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
4180 echo $ECHO_N "(cached) $ECHO_C" >&6
4181 else
4182 if test -n "$ac_ct_RANLIB"; then
4183 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
4184 else
4185 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4186 for as_dir in $PATH
4188 IFS=$as_save_IFS
4189 test -z "$as_dir" && as_dir=.
4190 for ac_exec_ext in '' $ac_executable_extensions; do
4191 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4192 ac_cv_prog_ac_ct_RANLIB="ranlib"
4193 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4194 break 2
4196 done
4197 done
4198 IFS=$as_save_IFS
4202 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
4203 if test -n "$ac_ct_RANLIB"; then
4204 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
4205 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
4206 else
4207 { echo "$as_me:$LINENO: result: no" >&5
4208 echo "${ECHO_T}no" >&6; }
4211 if test "x$ac_ct_RANLIB" = x; then
4212 RANLIB=":"
4213 else
4214 case $cross_compiling:$ac_tool_warned in
4215 yes:)
4216 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4217 whose name does not start with the host triplet. If you think this
4218 configuration is useful to you, please write to autoconf@gnu.org." >&5
4219 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4220 whose name does not start with the host triplet. If you think this
4221 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4222 ac_tool_warned=yes ;;
4223 esac
4224 RANLIB=$ac_ct_RANLIB
4226 else
4227 RANLIB="$ac_cv_prog_RANLIB"
4230 if test -n "$ac_tool_prefix"; then
4231 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
4232 set dummy ${ac_tool_prefix}strip; ac_word=$2
4233 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4234 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4235 if test "${ac_cv_prog_STRIP+set}" = set; then
4236 echo $ECHO_N "(cached) $ECHO_C" >&6
4237 else
4238 if test -n "$STRIP"; then
4239 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
4240 else
4241 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4242 for as_dir in $PATH
4244 IFS=$as_save_IFS
4245 test -z "$as_dir" && as_dir=.
4246 for ac_exec_ext in '' $ac_executable_extensions; do
4247 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4248 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
4249 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4250 break 2
4252 done
4253 done
4254 IFS=$as_save_IFS
4258 STRIP=$ac_cv_prog_STRIP
4259 if test -n "$STRIP"; then
4260 { echo "$as_me:$LINENO: result: $STRIP" >&5
4261 echo "${ECHO_T}$STRIP" >&6; }
4262 else
4263 { echo "$as_me:$LINENO: result: no" >&5
4264 echo "${ECHO_T}no" >&6; }
4269 if test -z "$ac_cv_prog_STRIP"; then
4270 ac_ct_STRIP=$STRIP
4271 # Extract the first word of "strip", so it can be a program name with args.
4272 set dummy strip; ac_word=$2
4273 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4274 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4275 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
4276 echo $ECHO_N "(cached) $ECHO_C" >&6
4277 else
4278 if test -n "$ac_ct_STRIP"; then
4279 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
4280 else
4281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4282 for as_dir in $PATH
4284 IFS=$as_save_IFS
4285 test -z "$as_dir" && as_dir=.
4286 for ac_exec_ext in '' $ac_executable_extensions; do
4287 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4288 ac_cv_prog_ac_ct_STRIP="strip"
4289 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4290 break 2
4292 done
4293 done
4294 IFS=$as_save_IFS
4298 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
4299 if test -n "$ac_ct_STRIP"; then
4300 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
4301 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
4302 else
4303 { echo "$as_me:$LINENO: result: no" >&5
4304 echo "${ECHO_T}no" >&6; }
4307 if test "x$ac_ct_STRIP" = x; then
4308 STRIP="strip"
4309 else
4310 case $cross_compiling:$ac_tool_warned in
4311 yes:)
4312 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
4313 whose name does not start with the host triplet. If you think this
4314 configuration is useful to you, please write to autoconf@gnu.org." >&5
4315 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
4316 whose name does not start with the host triplet. If you think this
4317 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
4318 ac_tool_warned=yes ;;
4319 esac
4320 STRIP=$ac_ct_STRIP
4322 else
4323 STRIP="$ac_cv_prog_STRIP"
4326 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
4327 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
4328 LN_S=$as_ln_s
4329 if test "$LN_S" = "ln -s"; then
4330 { echo "$as_me:$LINENO: result: yes" >&5
4331 echo "${ECHO_T}yes" >&6; }
4332 else
4333 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
4334 echo "${ECHO_T}no, using $LN_S" >&6; }
4337 { echo "$as_me:$LINENO: checking whether ln works" >&5
4338 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
4339 rm -f conf$$ conf$$.file
4340 echo >conf$$.file
4341 if ln conf$$.file conf$$ 2>/dev/null; then
4342 LN=ln
4344 { echo "$as_me:$LINENO: result: yes" >&5
4345 echo "${ECHO_T}yes" >&6; }
4346 else
4347 LN="cp -p"
4349 { echo "$as_me:$LINENO: result: no, using $LN" >&5
4350 echo "${ECHO_T}no, using $LN" >&6; }
4352 rm -f conf$$ conf$$.file
4353 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
4354 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
4355 if test "${ac_cv_path_GREP+set}" = set; then
4356 echo $ECHO_N "(cached) $ECHO_C" >&6
4357 else
4358 # Extract the first word of "grep ggrep" to use in msg output
4359 if test -z "$GREP"; then
4360 set dummy grep ggrep; ac_prog_name=$2
4361 if test "${ac_cv_path_GREP+set}" = set; then
4362 echo $ECHO_N "(cached) $ECHO_C" >&6
4363 else
4364 ac_path_GREP_found=false
4365 # Loop through the user's path and test for each of PROGNAME-LIST
4366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4367 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4369 IFS=$as_save_IFS
4370 test -z "$as_dir" && as_dir=.
4371 for ac_prog in grep ggrep; do
4372 for ac_exec_ext in '' $ac_executable_extensions; do
4373 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
4374 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
4375 # Check for GNU ac_path_GREP and select it if it is found.
4376 # Check for GNU $ac_path_GREP
4377 case `"$ac_path_GREP" --version 2>&1` in
4378 *GNU*)
4379 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
4381 ac_count=0
4382 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4383 while :
4385 cat "conftest.in" "conftest.in" >"conftest.tmp"
4386 mv "conftest.tmp" "conftest.in"
4387 cp "conftest.in" "conftest.nl"
4388 echo 'GREP' >> "conftest.nl"
4389 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4390 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4391 ac_count=`expr $ac_count + 1`
4392 if test $ac_count -gt ${ac_path_GREP_max-0}; then
4393 # Best one so far, save it but keep looking for a better one
4394 ac_cv_path_GREP="$ac_path_GREP"
4395 ac_path_GREP_max=$ac_count
4397 # 10*(2^10) chars as input seems more than enough
4398 test $ac_count -gt 10 && break
4399 done
4400 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4401 esac
4404 $ac_path_GREP_found && break 3
4405 done
4406 done
4408 done
4409 IFS=$as_save_IFS
4414 GREP="$ac_cv_path_GREP"
4415 if test -z "$GREP"; then
4416 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4417 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4418 { (exit 1); exit 1; }; }
4421 else
4422 ac_cv_path_GREP=$GREP
4427 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
4428 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
4429 GREP="$ac_cv_path_GREP"
4432 { echo "$as_me:$LINENO: checking for egrep" >&5
4433 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
4434 if test "${ac_cv_path_EGREP+set}" = set; then
4435 echo $ECHO_N "(cached) $ECHO_C" >&6
4436 else
4437 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
4438 then ac_cv_path_EGREP="$GREP -E"
4439 else
4440 # Extract the first word of "egrep" to use in msg output
4441 if test -z "$EGREP"; then
4442 set dummy egrep; ac_prog_name=$2
4443 if test "${ac_cv_path_EGREP+set}" = set; then
4444 echo $ECHO_N "(cached) $ECHO_C" >&6
4445 else
4446 ac_path_EGREP_found=false
4447 # Loop through the user's path and test for each of PROGNAME-LIST
4448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4449 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
4451 IFS=$as_save_IFS
4452 test -z "$as_dir" && as_dir=.
4453 for ac_prog in egrep; do
4454 for ac_exec_ext in '' $ac_executable_extensions; do
4455 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
4456 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
4457 # Check for GNU ac_path_EGREP and select it if it is found.
4458 # Check for GNU $ac_path_EGREP
4459 case `"$ac_path_EGREP" --version 2>&1` in
4460 *GNU*)
4461 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
4463 ac_count=0
4464 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
4465 while :
4467 cat "conftest.in" "conftest.in" >"conftest.tmp"
4468 mv "conftest.tmp" "conftest.in"
4469 cp "conftest.in" "conftest.nl"
4470 echo 'EGREP' >> "conftest.nl"
4471 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
4472 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
4473 ac_count=`expr $ac_count + 1`
4474 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
4475 # Best one so far, save it but keep looking for a better one
4476 ac_cv_path_EGREP="$ac_path_EGREP"
4477 ac_path_EGREP_max=$ac_count
4479 # 10*(2^10) chars as input seems more than enough
4480 test $ac_count -gt 10 && break
4481 done
4482 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
4483 esac
4486 $ac_path_EGREP_found && break 3
4487 done
4488 done
4490 done
4491 IFS=$as_save_IFS
4496 EGREP="$ac_cv_path_EGREP"
4497 if test -z "$EGREP"; then
4498 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
4499 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
4500 { (exit 1); exit 1; }; }
4503 else
4504 ac_cv_path_EGREP=$EGREP
4510 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
4511 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
4512 EGREP="$ac_cv_path_EGREP"
4515 # Extract the first word of "ldconfig", so it can be a program name with args.
4516 set dummy ldconfig; ac_word=$2
4517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4519 if test "${ac_cv_path_LDCONFIG+set}" = set; then
4520 echo $ECHO_N "(cached) $ECHO_C" >&6
4521 else
4522 case $LDCONFIG in
4523 [\\/]* | ?:[\\/]*)
4524 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
4527 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4528 for as_dir in /sbin /usr/sbin $PATH
4530 IFS=$as_save_IFS
4531 test -z "$as_dir" && as_dir=.
4532 for ac_exec_ext in '' $ac_executable_extensions; do
4533 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4534 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
4535 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4536 break 2
4538 done
4539 done
4540 IFS=$as_save_IFS
4542 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
4544 esac
4546 LDCONFIG=$ac_cv_path_LDCONFIG
4547 if test -n "$LDCONFIG"; then
4548 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
4549 echo "${ECHO_T}$LDCONFIG" >&6; }
4550 else
4551 { echo "$as_me:$LINENO: result: no" >&5
4552 echo "${ECHO_T}no" >&6; }
4556 # Find a good install program. We prefer a C program (faster),
4557 # so one script is as good as another. But avoid the broken or
4558 # incompatible versions:
4559 # SysV /etc/install, /usr/sbin/install
4560 # SunOS /usr/etc/install
4561 # IRIX /sbin/install
4562 # AIX /bin/install
4563 # AmigaOS /C/install, which installs bootblocks on floppy discs
4564 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
4565 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
4566 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
4567 # OS/2's system install, which has a completely different semantic
4568 # ./install, which can be erroneously created by make from ./install.sh.
4569 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
4570 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
4571 if test -z "$INSTALL"; then
4572 if test "${ac_cv_path_install+set}" = set; then
4573 echo $ECHO_N "(cached) $ECHO_C" >&6
4574 else
4575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4576 for as_dir in $PATH
4578 IFS=$as_save_IFS
4579 test -z "$as_dir" && as_dir=.
4580 # Account for people who put trailing slashes in PATH elements.
4581 case $as_dir/ in
4582 ./ | .// | /cC/* | \
4583 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
4584 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
4585 /usr/ucb/* ) ;;
4587 # OSF1 and SCO ODT 3.0 have their own names for install.
4588 # Don't use installbsd from OSF since it installs stuff as root
4589 # by default.
4590 for ac_prog in ginstall scoinst install; do
4591 for ac_exec_ext in '' $ac_executable_extensions; do
4592 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
4593 if test $ac_prog = install &&
4594 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4595 # AIX install. It has an incompatible calling convention.
4597 elif test $ac_prog = install &&
4598 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
4599 # program-specific install script used by HP pwplus--don't use.
4601 else
4602 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
4603 break 3
4606 done
4607 done
4609 esac
4610 done
4611 IFS=$as_save_IFS
4615 if test "${ac_cv_path_install+set}" = set; then
4616 INSTALL=$ac_cv_path_install
4617 else
4618 # As a last resort, use the slow shell script. Don't cache a
4619 # value for INSTALL within a source directory, because that will
4620 # break other packages using the cache if that directory is
4621 # removed, or if the value is a relative name.
4622 INSTALL=$ac_install_sh
4625 { echo "$as_me:$LINENO: result: $INSTALL" >&5
4626 echo "${ECHO_T}$INSTALL" >&6; }
4628 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
4629 # It thinks the first close brace ends the variable substitution.
4630 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
4632 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
4634 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
4636 case "$INSTALL" in
4637 [\\/$]* | ?:[\\/]* ) ;;
4638 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
4639 esac
4641 for ac_prog in lclint lint
4643 # Extract the first word of "$ac_prog", so it can be a program name with args.
4644 set dummy $ac_prog; ac_word=$2
4645 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4646 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4647 if test "${ac_cv_prog_LINT+set}" = set; then
4648 echo $ECHO_N "(cached) $ECHO_C" >&6
4649 else
4650 if test -n "$LINT"; then
4651 ac_cv_prog_LINT="$LINT" # Let the user override the test.
4652 else
4653 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4654 for as_dir in $PATH
4656 IFS=$as_save_IFS
4657 test -z "$as_dir" && as_dir=.
4658 for ac_exec_ext in '' $ac_executable_extensions; do
4659 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4660 ac_cv_prog_LINT="$ac_prog"
4661 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4662 break 2
4664 done
4665 done
4666 IFS=$as_save_IFS
4670 LINT=$ac_cv_prog_LINT
4671 if test -n "$LINT"; then
4672 { echo "$as_me:$LINENO: result: $LINT" >&5
4673 echo "${ECHO_T}$LINT" >&6; }
4674 else
4675 { echo "$as_me:$LINENO: result: no" >&5
4676 echo "${ECHO_T}no" >&6; }
4680 test -n "$LINT" && break
4681 done
4683 if test "$LINT" = "lint"
4684 then
4685 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
4690 for ac_prog in fontforge
4692 # Extract the first word of "$ac_prog", so it can be a program name with args.
4693 set dummy $ac_prog; ac_word=$2
4694 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4695 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4696 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
4697 echo $ECHO_N "(cached) $ECHO_C" >&6
4698 else
4699 if test -n "$FONTFORGE"; then
4700 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
4701 else
4702 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4703 for as_dir in $PATH
4705 IFS=$as_save_IFS
4706 test -z "$as_dir" && as_dir=.
4707 for ac_exec_ext in '' $ac_executable_extensions; do
4708 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4709 ac_cv_prog_FONTFORGE="$ac_prog"
4710 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4711 break 2
4713 done
4714 done
4715 IFS=$as_save_IFS
4719 FONTFORGE=$ac_cv_prog_FONTFORGE
4720 if test -n "$FONTFORGE"; then
4721 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
4722 echo "${ECHO_T}$FONTFORGE" >&6; }
4723 else
4724 { echo "$as_me:$LINENO: result: no" >&5
4725 echo "${ECHO_T}no" >&6; }
4729 test -n "$FONTFORGE" && break
4730 done
4731 test -n "$FONTFORGE" || FONTFORGE="false"
4733 for ac_prog in pkg-config
4735 # Extract the first word of "$ac_prog", so it can be a program name with args.
4736 set dummy $ac_prog; ac_word=$2
4737 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4738 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4739 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
4740 echo $ECHO_N "(cached) $ECHO_C" >&6
4741 else
4742 if test -n "$PKG_CONFIG"; then
4743 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
4744 else
4745 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4746 for as_dir in $PATH
4748 IFS=$as_save_IFS
4749 test -z "$as_dir" && as_dir=.
4750 for ac_exec_ext in '' $ac_executable_extensions; do
4751 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4752 ac_cv_prog_PKG_CONFIG="$ac_prog"
4753 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4754 break 2
4756 done
4757 done
4758 IFS=$as_save_IFS
4762 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
4763 if test -n "$PKG_CONFIG"; then
4764 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
4765 echo "${ECHO_T}$PKG_CONFIG" >&6; }
4766 else
4767 { echo "$as_me:$LINENO: result: no" >&5
4768 echo "${ECHO_T}no" >&6; }
4772 test -n "$PKG_CONFIG" && break
4773 done
4774 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
4776 for ac_prog in rsvg
4778 # Extract the first word of "$ac_prog", so it can be a program name with args.
4779 set dummy $ac_prog; ac_word=$2
4780 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4781 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4782 if test "${ac_cv_prog_RSVG+set}" = set; then
4783 echo $ECHO_N "(cached) $ECHO_C" >&6
4784 else
4785 if test -n "$RSVG"; then
4786 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
4787 else
4788 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4789 for as_dir in $PATH
4791 IFS=$as_save_IFS
4792 test -z "$as_dir" && as_dir=.
4793 for ac_exec_ext in '' $ac_executable_extensions; do
4794 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4795 ac_cv_prog_RSVG="$ac_prog"
4796 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4797 break 2
4799 done
4800 done
4801 IFS=$as_save_IFS
4805 RSVG=$ac_cv_prog_RSVG
4806 if test -n "$RSVG"; then
4807 { echo "$as_me:$LINENO: result: $RSVG" >&5
4808 echo "${ECHO_T}$RSVG" >&6; }
4809 else
4810 { echo "$as_me:$LINENO: result: no" >&5
4811 echo "${ECHO_T}no" >&6; }
4815 test -n "$RSVG" && break
4816 done
4817 test -n "$RSVG" || RSVG="false"
4819 for ac_prog in icotool
4821 # Extract the first word of "$ac_prog", so it can be a program name with args.
4822 set dummy $ac_prog; ac_word=$2
4823 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4824 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4825 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
4826 echo $ECHO_N "(cached) $ECHO_C" >&6
4827 else
4828 if test -n "$ICOTOOL"; then
4829 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
4830 else
4831 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4832 for as_dir in $PATH
4834 IFS=$as_save_IFS
4835 test -z "$as_dir" && as_dir=.
4836 for ac_exec_ext in '' $ac_executable_extensions; do
4837 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4838 ac_cv_prog_ICOTOOL="$ac_prog"
4839 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4840 break 2
4842 done
4843 done
4844 IFS=$as_save_IFS
4848 ICOTOOL=$ac_cv_prog_ICOTOOL
4849 if test -n "$ICOTOOL"; then
4850 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
4851 echo "${ECHO_T}$ICOTOOL" >&6; }
4852 else
4853 { echo "$as_me:$LINENO: result: no" >&5
4854 echo "${ECHO_T}no" >&6; }
4858 test -n "$ICOTOOL" && break
4859 done
4860 test -n "$ICOTOOL" || ICOTOOL="false"
4863 if test "${enable_maintainer_mode+set}" = set
4864 then
4865 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
4866 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
4867 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
4870 case $host_cpu in
4871 *i[3456789]86*)
4872 # Extract the first word of "prelink", so it can be a program name with args.
4873 set dummy prelink; ac_word=$2
4874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
4875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
4876 if test "${ac_cv_path_PRELINK+set}" = set; then
4877 echo $ECHO_N "(cached) $ECHO_C" >&6
4878 else
4879 case $PRELINK in
4880 [\\/]* | ?:[\\/]*)
4881 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
4884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
4885 for as_dir in /sbin /usr/sbin $PATH
4887 IFS=$as_save_IFS
4888 test -z "$as_dir" && as_dir=.
4889 for ac_exec_ext in '' $ac_executable_extensions; do
4890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
4891 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
4892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
4893 break 2
4895 done
4896 done
4897 IFS=$as_save_IFS
4899 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
4901 esac
4903 PRELINK=$ac_cv_path_PRELINK
4904 if test -n "$PRELINK"; then
4905 { echo "$as_me:$LINENO: result: $PRELINK" >&5
4906 echo "${ECHO_T}$PRELINK" >&6; }
4907 else
4908 { echo "$as_me:$LINENO: result: no" >&5
4909 echo "${ECHO_T}no" >&6; }
4914 esac
4918 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
4919 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
4920 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
4921 echo $ECHO_N "(cached) $ECHO_C" >&6
4922 else
4923 ac_check_lib_save_LIBS=$LIBS
4924 LIBS="-li386 $LIBS"
4925 cat >conftest.$ac_ext <<_ACEOF
4926 /* confdefs.h. */
4927 _ACEOF
4928 cat confdefs.h >>conftest.$ac_ext
4929 cat >>conftest.$ac_ext <<_ACEOF
4930 /* end confdefs.h. */
4932 /* Override any GCC internal prototype to avoid an error.
4933 Use char because int might match the return type of a GCC
4934 builtin and then its argument prototype would still apply. */
4935 #ifdef __cplusplus
4936 extern "C"
4937 #endif
4938 char i386_set_ldt ();
4940 main ()
4942 return i386_set_ldt ();
4944 return 0;
4946 _ACEOF
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4949 case "(($ac_try" in
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4951 *) ac_try_echo=$ac_try;;
4952 esac
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext &&
4964 $as_test_x conftest$ac_exeext; then
4965 ac_cv_lib_i386_i386_set_ldt=yes
4966 else
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.$ac_ext >&5
4970 ac_cv_lib_i386_i386_set_ldt=no
4973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4974 conftest$ac_exeext conftest.$ac_ext
4975 LIBS=$ac_check_lib_save_LIBS
4977 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
4978 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
4979 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
4980 cat >>confdefs.h <<_ACEOF
4981 #define HAVE_LIBI386 1
4982 _ACEOF
4984 LIBS="-li386 $LIBS"
4989 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
4990 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
4991 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
4992 echo $ECHO_N "(cached) $ECHO_C" >&6
4993 else
4994 ac_check_lib_save_LIBS=$LIBS
4995 LIBS="-lossaudio $LIBS"
4996 cat >conftest.$ac_ext <<_ACEOF
4997 /* confdefs.h. */
4998 _ACEOF
4999 cat confdefs.h >>conftest.$ac_ext
5000 cat >>conftest.$ac_ext <<_ACEOF
5001 /* end confdefs.h. */
5003 /* Override any GCC internal prototype to avoid an error.
5004 Use char because int might match the return type of a GCC
5005 builtin and then its argument prototype would still apply. */
5006 #ifdef __cplusplus
5007 extern "C"
5008 #endif
5009 char _oss_ioctl ();
5011 main ()
5013 return _oss_ioctl ();
5015 return 0;
5017 _ACEOF
5018 rm -f conftest.$ac_objext conftest$ac_exeext
5019 if { (ac_try="$ac_link"
5020 case "(($ac_try" in
5021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5022 *) ac_try_echo=$ac_try;;
5023 esac
5024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5025 (eval "$ac_link") 2>conftest.er1
5026 ac_status=$?
5027 grep -v '^ *+' conftest.er1 >conftest.err
5028 rm -f conftest.er1
5029 cat conftest.err >&5
5030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5031 (exit $ac_status); } && {
5032 test -z "$ac_c_werror_flag" ||
5033 test ! -s conftest.err
5034 } && test -s conftest$ac_exeext &&
5035 $as_test_x conftest$ac_exeext; then
5036 ac_cv_lib_ossaudio__oss_ioctl=yes
5037 else
5038 echo "$as_me: failed program was:" >&5
5039 sed 's/^/| /' conftest.$ac_ext >&5
5041 ac_cv_lib_ossaudio__oss_ioctl=no
5044 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5045 conftest$ac_exeext conftest.$ac_ext
5046 LIBS=$ac_check_lib_save_LIBS
5048 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
5049 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
5050 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
5051 cat >>confdefs.h <<_ACEOF
5052 #define HAVE_LIBOSSAUDIO 1
5053 _ACEOF
5055 LIBS="-lossaudio $LIBS"
5060 XLIB=""
5062 OPENGL_LIBS=""
5066 # Check whether --enable-largefile was given.
5067 if test "${enable_largefile+set}" = set; then
5068 enableval=$enable_largefile;
5071 if test "$enable_largefile" != no; then
5073 { echo "$as_me:$LINENO: checking for special C compiler options needed for large files" >&5
5074 echo $ECHO_N "checking for special C compiler options needed for large files... $ECHO_C" >&6; }
5075 if test "${ac_cv_sys_largefile_CC+set}" = set; then
5076 echo $ECHO_N "(cached) $ECHO_C" >&6
5077 else
5078 ac_cv_sys_largefile_CC=no
5079 if test "$GCC" != yes; then
5080 ac_save_CC=$CC
5081 while :; do
5082 # IRIX 6.2 and later do not support large files by default,
5083 # so use the C compiler's -n32 option if that helps.
5084 cat >conftest.$ac_ext <<_ACEOF
5085 /* confdefs.h. */
5086 _ACEOF
5087 cat confdefs.h >>conftest.$ac_ext
5088 cat >>conftest.$ac_ext <<_ACEOF
5089 /* end confdefs.h. */
5090 #include <sys/types.h>
5091 /* Check that off_t can represent 2**63 - 1 correctly.
5092 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5093 since some C++ compilers masquerading as C compilers
5094 incorrectly reject 9223372036854775807. */
5095 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5096 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5097 && LARGE_OFF_T % 2147483647 == 1)
5098 ? 1 : -1];
5100 main ()
5104 return 0;
5106 _ACEOF
5107 rm -f conftest.$ac_objext
5108 if { (ac_try="$ac_compile"
5109 case "(($ac_try" in
5110 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5111 *) ac_try_echo=$ac_try;;
5112 esac
5113 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5114 (eval "$ac_compile") 2>conftest.er1
5115 ac_status=$?
5116 grep -v '^ *+' conftest.er1 >conftest.err
5117 rm -f conftest.er1
5118 cat conftest.err >&5
5119 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5120 (exit $ac_status); } && {
5121 test -z "$ac_c_werror_flag" ||
5122 test ! -s conftest.err
5123 } && test -s conftest.$ac_objext; then
5124 break
5125 else
5126 echo "$as_me: failed program was:" >&5
5127 sed 's/^/| /' conftest.$ac_ext >&5
5132 rm -f core conftest.err conftest.$ac_objext
5133 CC="$CC -n32"
5134 rm -f conftest.$ac_objext
5135 if { (ac_try="$ac_compile"
5136 case "(($ac_try" in
5137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5138 *) ac_try_echo=$ac_try;;
5139 esac
5140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5141 (eval "$ac_compile") 2>conftest.er1
5142 ac_status=$?
5143 grep -v '^ *+' conftest.er1 >conftest.err
5144 rm -f conftest.er1
5145 cat conftest.err >&5
5146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5147 (exit $ac_status); } && {
5148 test -z "$ac_c_werror_flag" ||
5149 test ! -s conftest.err
5150 } && test -s conftest.$ac_objext; then
5151 ac_cv_sys_largefile_CC=' -n32'; break
5152 else
5153 echo "$as_me: failed program was:" >&5
5154 sed 's/^/| /' conftest.$ac_ext >&5
5159 rm -f core conftest.err conftest.$ac_objext
5160 break
5161 done
5162 CC=$ac_save_CC
5163 rm -f conftest.$ac_ext
5166 { echo "$as_me:$LINENO: result: $ac_cv_sys_largefile_CC" >&5
5167 echo "${ECHO_T}$ac_cv_sys_largefile_CC" >&6; }
5168 if test "$ac_cv_sys_largefile_CC" != no; then
5169 CC=$CC$ac_cv_sys_largefile_CC
5172 { echo "$as_me:$LINENO: checking for _FILE_OFFSET_BITS value needed for large files" >&5
5173 echo $ECHO_N "checking for _FILE_OFFSET_BITS value needed for large files... $ECHO_C" >&6; }
5174 if test "${ac_cv_sys_file_offset_bits+set}" = set; then
5175 echo $ECHO_N "(cached) $ECHO_C" >&6
5176 else
5177 while :; do
5178 cat >conftest.$ac_ext <<_ACEOF
5179 /* confdefs.h. */
5180 _ACEOF
5181 cat confdefs.h >>conftest.$ac_ext
5182 cat >>conftest.$ac_ext <<_ACEOF
5183 /* end confdefs.h. */
5184 #include <sys/types.h>
5185 /* Check that off_t can represent 2**63 - 1 correctly.
5186 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5187 since some C++ compilers masquerading as C compilers
5188 incorrectly reject 9223372036854775807. */
5189 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5190 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5191 && LARGE_OFF_T % 2147483647 == 1)
5192 ? 1 : -1];
5194 main ()
5198 return 0;
5200 _ACEOF
5201 rm -f conftest.$ac_objext
5202 if { (ac_try="$ac_compile"
5203 case "(($ac_try" in
5204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5205 *) ac_try_echo=$ac_try;;
5206 esac
5207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5208 (eval "$ac_compile") 2>conftest.er1
5209 ac_status=$?
5210 grep -v '^ *+' conftest.er1 >conftest.err
5211 rm -f conftest.er1
5212 cat conftest.err >&5
5213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5214 (exit $ac_status); } && {
5215 test -z "$ac_c_werror_flag" ||
5216 test ! -s conftest.err
5217 } && test -s conftest.$ac_objext; then
5218 ac_cv_sys_file_offset_bits=no; break
5219 else
5220 echo "$as_me: failed program was:" >&5
5221 sed 's/^/| /' conftest.$ac_ext >&5
5226 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5227 cat >conftest.$ac_ext <<_ACEOF
5228 /* confdefs.h. */
5229 _ACEOF
5230 cat confdefs.h >>conftest.$ac_ext
5231 cat >>conftest.$ac_ext <<_ACEOF
5232 /* end confdefs.h. */
5233 #define _FILE_OFFSET_BITS 64
5234 #include <sys/types.h>
5235 /* Check that off_t can represent 2**63 - 1 correctly.
5236 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5237 since some C++ compilers masquerading as C compilers
5238 incorrectly reject 9223372036854775807. */
5239 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5240 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5241 && LARGE_OFF_T % 2147483647 == 1)
5242 ? 1 : -1];
5244 main ()
5248 return 0;
5250 _ACEOF
5251 rm -f conftest.$ac_objext
5252 if { (ac_try="$ac_compile"
5253 case "(($ac_try" in
5254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5255 *) ac_try_echo=$ac_try;;
5256 esac
5257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5258 (eval "$ac_compile") 2>conftest.er1
5259 ac_status=$?
5260 grep -v '^ *+' conftest.er1 >conftest.err
5261 rm -f conftest.er1
5262 cat conftest.err >&5
5263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5264 (exit $ac_status); } && {
5265 test -z "$ac_c_werror_flag" ||
5266 test ! -s conftest.err
5267 } && test -s conftest.$ac_objext; then
5268 ac_cv_sys_file_offset_bits=64; break
5269 else
5270 echo "$as_me: failed program was:" >&5
5271 sed 's/^/| /' conftest.$ac_ext >&5
5276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5277 ac_cv_sys_file_offset_bits=unknown
5278 break
5279 done
5281 { echo "$as_me:$LINENO: result: $ac_cv_sys_file_offset_bits" >&5
5282 echo "${ECHO_T}$ac_cv_sys_file_offset_bits" >&6; }
5283 case $ac_cv_sys_file_offset_bits in #(
5284 no | unknown) ;;
5286 cat >>confdefs.h <<_ACEOF
5287 #define _FILE_OFFSET_BITS $ac_cv_sys_file_offset_bits
5288 _ACEOF
5290 esac
5291 rm -f conftest*
5292 if test $ac_cv_sys_file_offset_bits = unknown; then
5293 { echo "$as_me:$LINENO: checking for _LARGE_FILES value needed for large files" >&5
5294 echo $ECHO_N "checking for _LARGE_FILES value needed for large files... $ECHO_C" >&6; }
5295 if test "${ac_cv_sys_large_files+set}" = set; then
5296 echo $ECHO_N "(cached) $ECHO_C" >&6
5297 else
5298 while :; do
5299 cat >conftest.$ac_ext <<_ACEOF
5300 /* confdefs.h. */
5301 _ACEOF
5302 cat confdefs.h >>conftest.$ac_ext
5303 cat >>conftest.$ac_ext <<_ACEOF
5304 /* end confdefs.h. */
5305 #include <sys/types.h>
5306 /* Check that off_t can represent 2**63 - 1 correctly.
5307 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5308 since some C++ compilers masquerading as C compilers
5309 incorrectly reject 9223372036854775807. */
5310 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5311 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5312 && LARGE_OFF_T % 2147483647 == 1)
5313 ? 1 : -1];
5315 main ()
5319 return 0;
5321 _ACEOF
5322 rm -f conftest.$ac_objext
5323 if { (ac_try="$ac_compile"
5324 case "(($ac_try" in
5325 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5326 *) ac_try_echo=$ac_try;;
5327 esac
5328 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5329 (eval "$ac_compile") 2>conftest.er1
5330 ac_status=$?
5331 grep -v '^ *+' conftest.er1 >conftest.err
5332 rm -f conftest.er1
5333 cat conftest.err >&5
5334 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5335 (exit $ac_status); } && {
5336 test -z "$ac_c_werror_flag" ||
5337 test ! -s conftest.err
5338 } && test -s conftest.$ac_objext; then
5339 ac_cv_sys_large_files=no; break
5340 else
5341 echo "$as_me: failed program was:" >&5
5342 sed 's/^/| /' conftest.$ac_ext >&5
5347 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5348 cat >conftest.$ac_ext <<_ACEOF
5349 /* confdefs.h. */
5350 _ACEOF
5351 cat confdefs.h >>conftest.$ac_ext
5352 cat >>conftest.$ac_ext <<_ACEOF
5353 /* end confdefs.h. */
5354 #define _LARGE_FILES 1
5355 #include <sys/types.h>
5356 /* Check that off_t can represent 2**63 - 1 correctly.
5357 We can't simply define LARGE_OFF_T to be 9223372036854775807,
5358 since some C++ compilers masquerading as C compilers
5359 incorrectly reject 9223372036854775807. */
5360 #define LARGE_OFF_T (((off_t) 1 << 62) - 1 + ((off_t) 1 << 62))
5361 int off_t_is_large[(LARGE_OFF_T % 2147483629 == 721
5362 && LARGE_OFF_T % 2147483647 == 1)
5363 ? 1 : -1];
5365 main ()
5369 return 0;
5371 _ACEOF
5372 rm -f conftest.$ac_objext
5373 if { (ac_try="$ac_compile"
5374 case "(($ac_try" in
5375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5376 *) ac_try_echo=$ac_try;;
5377 esac
5378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5379 (eval "$ac_compile") 2>conftest.er1
5380 ac_status=$?
5381 grep -v '^ *+' conftest.er1 >conftest.err
5382 rm -f conftest.er1
5383 cat conftest.err >&5
5384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5385 (exit $ac_status); } && {
5386 test -z "$ac_c_werror_flag" ||
5387 test ! -s conftest.err
5388 } && test -s conftest.$ac_objext; then
5389 ac_cv_sys_large_files=1; break
5390 else
5391 echo "$as_me: failed program was:" >&5
5392 sed 's/^/| /' conftest.$ac_ext >&5
5397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5398 ac_cv_sys_large_files=unknown
5399 break
5400 done
5402 { echo "$as_me:$LINENO: result: $ac_cv_sys_large_files" >&5
5403 echo "${ECHO_T}$ac_cv_sys_large_files" >&6; }
5404 case $ac_cv_sys_large_files in #(
5405 no | unknown) ;;
5407 cat >>confdefs.h <<_ACEOF
5408 #define _LARGE_FILES $ac_cv_sys_large_files
5409 _ACEOF
5411 esac
5412 rm -f conftest*
5417 ac_ext=c
5418 ac_cpp='$CPP $CPPFLAGS'
5419 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5420 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5421 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5422 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
5423 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
5424 # On Suns, sometimes $CPP names a directory.
5425 if test -n "$CPP" && test -d "$CPP"; then
5426 CPP=
5428 if test -z "$CPP"; then
5429 if test "${ac_cv_prog_CPP+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 # Double quotes because CPP needs to be expanded
5433 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
5435 ac_preproc_ok=false
5436 for ac_c_preproc_warn_flag in '' yes
5438 # Use a header file that comes with gcc, so configuring glibc
5439 # with a fresh cross-compiler works.
5440 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5441 # <limits.h> exists even on freestanding compilers.
5442 # On the NeXT, cc -E runs the code through the compiler's parser,
5443 # not just through cpp. "Syntax error" is here to catch this case.
5444 cat >conftest.$ac_ext <<_ACEOF
5445 /* confdefs.h. */
5446 _ACEOF
5447 cat confdefs.h >>conftest.$ac_ext
5448 cat >>conftest.$ac_ext <<_ACEOF
5449 /* end confdefs.h. */
5450 #ifdef __STDC__
5451 # include <limits.h>
5452 #else
5453 # include <assert.h>
5454 #endif
5455 Syntax error
5456 _ACEOF
5457 if { (ac_try="$ac_cpp conftest.$ac_ext"
5458 case "(($ac_try" in
5459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5460 *) ac_try_echo=$ac_try;;
5461 esac
5462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5463 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5464 ac_status=$?
5465 grep -v '^ *+' conftest.er1 >conftest.err
5466 rm -f conftest.er1
5467 cat conftest.err >&5
5468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5469 (exit $ac_status); } >/dev/null && {
5470 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5471 test ! -s conftest.err
5472 }; then
5474 else
5475 echo "$as_me: failed program was:" >&5
5476 sed 's/^/| /' conftest.$ac_ext >&5
5478 # Broken: fails on valid input.
5479 continue
5482 rm -f conftest.err conftest.$ac_ext
5484 # OK, works on sane cases. Now check whether nonexistent headers
5485 # can be detected and how.
5486 cat >conftest.$ac_ext <<_ACEOF
5487 /* confdefs.h. */
5488 _ACEOF
5489 cat confdefs.h >>conftest.$ac_ext
5490 cat >>conftest.$ac_ext <<_ACEOF
5491 /* end confdefs.h. */
5492 #include <ac_nonexistent.h>
5493 _ACEOF
5494 if { (ac_try="$ac_cpp conftest.$ac_ext"
5495 case "(($ac_try" in
5496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5497 *) ac_try_echo=$ac_try;;
5498 esac
5499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5500 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5501 ac_status=$?
5502 grep -v '^ *+' conftest.er1 >conftest.err
5503 rm -f conftest.er1
5504 cat conftest.err >&5
5505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5506 (exit $ac_status); } >/dev/null && {
5507 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5508 test ! -s conftest.err
5509 }; then
5510 # Broken: success on invalid input.
5511 continue
5512 else
5513 echo "$as_me: failed program was:" >&5
5514 sed 's/^/| /' conftest.$ac_ext >&5
5516 # Passes both tests.
5517 ac_preproc_ok=:
5518 break
5521 rm -f conftest.err conftest.$ac_ext
5523 done
5524 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5525 rm -f conftest.err conftest.$ac_ext
5526 if $ac_preproc_ok; then
5527 break
5530 done
5531 ac_cv_prog_CPP=$CPP
5534 CPP=$ac_cv_prog_CPP
5535 else
5536 ac_cv_prog_CPP=$CPP
5538 { echo "$as_me:$LINENO: result: $CPP" >&5
5539 echo "${ECHO_T}$CPP" >&6; }
5540 ac_preproc_ok=false
5541 for ac_c_preproc_warn_flag in '' yes
5543 # Use a header file that comes with gcc, so configuring glibc
5544 # with a fresh cross-compiler works.
5545 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5546 # <limits.h> exists even on freestanding compilers.
5547 # On the NeXT, cc -E runs the code through the compiler's parser,
5548 # not just through cpp. "Syntax error" is here to catch this case.
5549 cat >conftest.$ac_ext <<_ACEOF
5550 /* confdefs.h. */
5551 _ACEOF
5552 cat confdefs.h >>conftest.$ac_ext
5553 cat >>conftest.$ac_ext <<_ACEOF
5554 /* end confdefs.h. */
5555 #ifdef __STDC__
5556 # include <limits.h>
5557 #else
5558 # include <assert.h>
5559 #endif
5560 Syntax error
5561 _ACEOF
5562 if { (ac_try="$ac_cpp conftest.$ac_ext"
5563 case "(($ac_try" in
5564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5565 *) ac_try_echo=$ac_try;;
5566 esac
5567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5568 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5569 ac_status=$?
5570 grep -v '^ *+' conftest.er1 >conftest.err
5571 rm -f conftest.er1
5572 cat conftest.err >&5
5573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5574 (exit $ac_status); } >/dev/null && {
5575 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5576 test ! -s conftest.err
5577 }; then
5579 else
5580 echo "$as_me: failed program was:" >&5
5581 sed 's/^/| /' conftest.$ac_ext >&5
5583 # Broken: fails on valid input.
5584 continue
5587 rm -f conftest.err conftest.$ac_ext
5589 # OK, works on sane cases. Now check whether nonexistent headers
5590 # can be detected and how.
5591 cat >conftest.$ac_ext <<_ACEOF
5592 /* confdefs.h. */
5593 _ACEOF
5594 cat confdefs.h >>conftest.$ac_ext
5595 cat >>conftest.$ac_ext <<_ACEOF
5596 /* end confdefs.h. */
5597 #include <ac_nonexistent.h>
5598 _ACEOF
5599 if { (ac_try="$ac_cpp conftest.$ac_ext"
5600 case "(($ac_try" in
5601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5602 *) ac_try_echo=$ac_try;;
5603 esac
5604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5605 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
5606 ac_status=$?
5607 grep -v '^ *+' conftest.er1 >conftest.err
5608 rm -f conftest.er1
5609 cat conftest.err >&5
5610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5611 (exit $ac_status); } >/dev/null && {
5612 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
5613 test ! -s conftest.err
5614 }; then
5615 # Broken: success on invalid input.
5616 continue
5617 else
5618 echo "$as_me: failed program was:" >&5
5619 sed 's/^/| /' conftest.$ac_ext >&5
5621 # Passes both tests.
5622 ac_preproc_ok=:
5623 break
5626 rm -f conftest.err conftest.$ac_ext
5628 done
5629 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
5630 rm -f conftest.err conftest.$ac_ext
5631 if $ac_preproc_ok; then
5633 else
5634 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
5635 See \`config.log' for more details." >&5
5636 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
5637 See \`config.log' for more details." >&2;}
5638 { (exit 1); exit 1; }; }
5641 ac_ext=c
5642 ac_cpp='$CPP $CPPFLAGS'
5643 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
5644 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
5645 ac_compiler_gnu=$ac_cv_c_compiler_gnu
5648 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
5649 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
5650 if test "${ac_cv_header_stdc+set}" = set; then
5651 echo $ECHO_N "(cached) $ECHO_C" >&6
5652 else
5653 cat >conftest.$ac_ext <<_ACEOF
5654 /* confdefs.h. */
5655 _ACEOF
5656 cat confdefs.h >>conftest.$ac_ext
5657 cat >>conftest.$ac_ext <<_ACEOF
5658 /* end confdefs.h. */
5659 #include <stdlib.h>
5660 #include <stdarg.h>
5661 #include <string.h>
5662 #include <float.h>
5665 main ()
5669 return 0;
5671 _ACEOF
5672 rm -f conftest.$ac_objext
5673 if { (ac_try="$ac_compile"
5674 case "(($ac_try" in
5675 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5676 *) ac_try_echo=$ac_try;;
5677 esac
5678 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5679 (eval "$ac_compile") 2>conftest.er1
5680 ac_status=$?
5681 grep -v '^ *+' conftest.er1 >conftest.err
5682 rm -f conftest.er1
5683 cat conftest.err >&5
5684 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5685 (exit $ac_status); } && {
5686 test -z "$ac_c_werror_flag" ||
5687 test ! -s conftest.err
5688 } && test -s conftest.$ac_objext; then
5689 ac_cv_header_stdc=yes
5690 else
5691 echo "$as_me: failed program was:" >&5
5692 sed 's/^/| /' conftest.$ac_ext >&5
5694 ac_cv_header_stdc=no
5697 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5699 if test $ac_cv_header_stdc = yes; then
5700 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
5701 cat >conftest.$ac_ext <<_ACEOF
5702 /* confdefs.h. */
5703 _ACEOF
5704 cat confdefs.h >>conftest.$ac_ext
5705 cat >>conftest.$ac_ext <<_ACEOF
5706 /* end confdefs.h. */
5707 #include <string.h>
5709 _ACEOF
5710 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5711 $EGREP "memchr" >/dev/null 2>&1; then
5713 else
5714 ac_cv_header_stdc=no
5716 rm -f conftest*
5720 if test $ac_cv_header_stdc = yes; then
5721 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
5722 cat >conftest.$ac_ext <<_ACEOF
5723 /* confdefs.h. */
5724 _ACEOF
5725 cat confdefs.h >>conftest.$ac_ext
5726 cat >>conftest.$ac_ext <<_ACEOF
5727 /* end confdefs.h. */
5728 #include <stdlib.h>
5730 _ACEOF
5731 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
5732 $EGREP "free" >/dev/null 2>&1; then
5734 else
5735 ac_cv_header_stdc=no
5737 rm -f conftest*
5741 if test $ac_cv_header_stdc = yes; then
5742 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
5743 if test "$cross_compiling" = yes; then
5745 else
5746 cat >conftest.$ac_ext <<_ACEOF
5747 /* confdefs.h. */
5748 _ACEOF
5749 cat confdefs.h >>conftest.$ac_ext
5750 cat >>conftest.$ac_ext <<_ACEOF
5751 /* end confdefs.h. */
5752 #include <ctype.h>
5753 #include <stdlib.h>
5754 #if ((' ' & 0x0FF) == 0x020)
5755 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
5756 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
5757 #else
5758 # define ISLOWER(c) \
5759 (('a' <= (c) && (c) <= 'i') \
5760 || ('j' <= (c) && (c) <= 'r') \
5761 || ('s' <= (c) && (c) <= 'z'))
5762 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
5763 #endif
5765 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
5767 main ()
5769 int i;
5770 for (i = 0; i < 256; i++)
5771 if (XOR (islower (i), ISLOWER (i))
5772 || toupper (i) != TOUPPER (i))
5773 return 2;
5774 return 0;
5776 _ACEOF
5777 rm -f conftest$ac_exeext
5778 if { (ac_try="$ac_link"
5779 case "(($ac_try" in
5780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5781 *) ac_try_echo=$ac_try;;
5782 esac
5783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5784 (eval "$ac_link") 2>&5
5785 ac_status=$?
5786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5787 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
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_try") 2>&5
5794 ac_status=$?
5795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5796 (exit $ac_status); }; }; then
5798 else
5799 echo "$as_me: program exited with status $ac_status" >&5
5800 echo "$as_me: failed program was:" >&5
5801 sed 's/^/| /' conftest.$ac_ext >&5
5803 ( exit $ac_status )
5804 ac_cv_header_stdc=no
5806 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
5812 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
5813 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
5814 if test $ac_cv_header_stdc = yes; then
5816 cat >>confdefs.h <<\_ACEOF
5817 #define STDC_HEADERS 1
5818 _ACEOF
5822 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
5832 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
5833 inttypes.h stdint.h unistd.h
5835 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
5836 { echo "$as_me:$LINENO: checking for $ac_header" >&5
5837 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
5838 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
5839 echo $ECHO_N "(cached) $ECHO_C" >&6
5840 else
5841 cat >conftest.$ac_ext <<_ACEOF
5842 /* confdefs.h. */
5843 _ACEOF
5844 cat confdefs.h >>conftest.$ac_ext
5845 cat >>conftest.$ac_ext <<_ACEOF
5846 /* end confdefs.h. */
5847 $ac_includes_default
5849 #include <$ac_header>
5850 _ACEOF
5851 rm -f conftest.$ac_objext
5852 if { (ac_try="$ac_compile"
5853 case "(($ac_try" in
5854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5855 *) ac_try_echo=$ac_try;;
5856 esac
5857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5858 (eval "$ac_compile") 2>conftest.er1
5859 ac_status=$?
5860 grep -v '^ *+' conftest.er1 >conftest.err
5861 rm -f conftest.er1
5862 cat conftest.err >&5
5863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5864 (exit $ac_status); } && {
5865 test -z "$ac_c_werror_flag" ||
5866 test ! -s conftest.err
5867 } && test -s conftest.$ac_objext; then
5868 eval "$as_ac_Header=yes"
5869 else
5870 echo "$as_me: failed program was:" >&5
5871 sed 's/^/| /' conftest.$ac_ext >&5
5873 eval "$as_ac_Header=no"
5876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
5878 ac_res=`eval echo '${'$as_ac_Header'}'`
5879 { echo "$as_me:$LINENO: result: $ac_res" >&5
5880 echo "${ECHO_T}$ac_res" >&6; }
5881 if test `eval echo '${'$as_ac_Header'}'` = yes; then
5882 cat >>confdefs.h <<_ACEOF
5883 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
5884 _ACEOF
5888 done
6021 for ac_header in \
6022 AL/al.h \
6023 AudioUnit/AudioUnit.h \
6024 Carbon/Carbon.h \
6025 CoreAudio/CoreAudio.h \
6026 DiskArbitration/DiskArbitration.h \
6027 IOKit/IOKitLib.h \
6028 IOKit/hid/IOHIDLib.h \
6029 OpenAL/al.h \
6030 alias.h \
6031 alsa/asoundlib.h \
6032 arpa/inet.h \
6033 arpa/nameser.h \
6034 asm/types.h \
6035 capi20.h \
6036 curses.h \
6037 direct.h \
6038 dirent.h \
6039 dlfcn.h \
6040 elf.h \
6041 float.h \
6042 fnmatch.h \
6043 fontconfig/fontconfig.h \
6044 getopt.h \
6045 grp.h \
6046 gsm.h \
6047 gsm/gsm.h \
6048 ieeefp.h \
6049 inet/mib2.h \
6050 io.h \
6051 jack/jack.h \
6052 jpeglib.h \
6053 kstat.h \
6054 lber.h \
6055 lcms.h \
6056 lcms/lcms.h \
6057 ldap.h \
6058 libaudioio.h \
6059 link.h \
6060 linux/cdrom.h \
6061 linux/compiler.h \
6062 linux/hdreg.h \
6063 linux/input.h \
6064 linux/ioctl.h \
6065 linux/joystick.h \
6066 linux/major.h \
6067 linux/param.h \
6068 linux/serial.h \
6069 linux/types.h \
6070 linux/ucdrom.h \
6071 mach-o/nlist.h \
6072 mach/mach.h \
6073 mach/machine.h \
6074 machine/cpu.h \
6075 machine/limits.h \
6076 machine/soundcard.h \
6077 mntent.h \
6078 mpg123.h \
6079 ncurses.h \
6080 netdb.h \
6081 netinet/in.h \
6082 netinet/in_systm.h \
6083 netinet/tcp.h \
6084 netinet/tcp_fsm.h \
6085 openssl/err.h \
6086 openssl/ssl.h \
6087 png.h \
6088 poll.h \
6089 port.h \
6090 process.h \
6091 pthread.h \
6092 pwd.h \
6093 regex.h \
6094 sched.h \
6095 scsi/scsi.h \
6096 scsi/scsi_ioctl.h \
6097 scsi/sg.h \
6098 soundcard.h \
6099 stdbool.h \
6100 stdint.h \
6101 strings.h \
6102 stropts.h \
6103 sys/asoundlib.h \
6104 sys/cdio.h \
6105 sys/elf32.h \
6106 sys/epoll.h \
6107 sys/errno.h \
6108 sys/event.h \
6109 sys/exec_elf.h \
6110 sys/filio.h \
6111 sys/inotify.h \
6112 sys/ioctl.h \
6113 sys/ipc.h \
6114 sys/limits.h \
6115 sys/link.h \
6116 sys/mman.h \
6117 sys/modem.h \
6118 sys/msg.h \
6119 sys/mtio.h \
6120 sys/param.h \
6121 sys/poll.h \
6122 sys/prctl.h \
6123 sys/protosw.h \
6124 sys/ptrace.h \
6125 sys/resource.h \
6126 sys/scsiio.h \
6127 sys/shm.h \
6128 sys/signal.h \
6129 sys/socket.h \
6130 sys/socketvar.h \
6131 sys/sockio.h \
6132 sys/soundcard.h \
6133 sys/statvfs.h \
6134 sys/strtio.h \
6135 sys/syscall.h \
6136 sys/tihdr.h \
6137 sys/time.h \
6138 sys/timeout.h \
6139 sys/times.h \
6140 sys/uio.h \
6141 sys/un.h \
6142 sys/utsname.h \
6143 sys/vm86.h \
6144 sys/wait.h \
6145 syscall.h \
6146 termios.h \
6147 unistd.h \
6148 utime.h \
6149 valgrind/memcheck.h \
6150 valgrind/valgrind.h \
6151 zlib.h
6154 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6156 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6157 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6158 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6159 echo $ECHO_N "(cached) $ECHO_C" >&6
6161 ac_res=`eval echo '${'$as_ac_Header'}'`
6162 { echo "$as_me:$LINENO: result: $ac_res" >&5
6163 echo "${ECHO_T}$ac_res" >&6; }
6164 else
6165 # Is the header compilable?
6166 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
6167 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
6168 cat >conftest.$ac_ext <<_ACEOF
6169 /* confdefs.h. */
6170 _ACEOF
6171 cat confdefs.h >>conftest.$ac_ext
6172 cat >>conftest.$ac_ext <<_ACEOF
6173 /* end confdefs.h. */
6174 $ac_includes_default
6175 #include <$ac_header>
6176 _ACEOF
6177 rm -f conftest.$ac_objext
6178 if { (ac_try="$ac_compile"
6179 case "(($ac_try" in
6180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6181 *) ac_try_echo=$ac_try;;
6182 esac
6183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6184 (eval "$ac_compile") 2>conftest.er1
6185 ac_status=$?
6186 grep -v '^ *+' conftest.er1 >conftest.err
6187 rm -f conftest.er1
6188 cat conftest.err >&5
6189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6190 (exit $ac_status); } && {
6191 test -z "$ac_c_werror_flag" ||
6192 test ! -s conftest.err
6193 } && test -s conftest.$ac_objext; then
6194 ac_header_compiler=yes
6195 else
6196 echo "$as_me: failed program was:" >&5
6197 sed 's/^/| /' conftest.$ac_ext >&5
6199 ac_header_compiler=no
6202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6203 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
6204 echo "${ECHO_T}$ac_header_compiler" >&6; }
6206 # Is the header present?
6207 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
6208 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
6209 cat >conftest.$ac_ext <<_ACEOF
6210 /* confdefs.h. */
6211 _ACEOF
6212 cat confdefs.h >>conftest.$ac_ext
6213 cat >>conftest.$ac_ext <<_ACEOF
6214 /* end confdefs.h. */
6215 #include <$ac_header>
6216 _ACEOF
6217 if { (ac_try="$ac_cpp conftest.$ac_ext"
6218 case "(($ac_try" in
6219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6220 *) ac_try_echo=$ac_try;;
6221 esac
6222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6223 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
6224 ac_status=$?
6225 grep -v '^ *+' conftest.er1 >conftest.err
6226 rm -f conftest.er1
6227 cat conftest.err >&5
6228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6229 (exit $ac_status); } >/dev/null && {
6230 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
6231 test ! -s conftest.err
6232 }; then
6233 ac_header_preproc=yes
6234 else
6235 echo "$as_me: failed program was:" >&5
6236 sed 's/^/| /' conftest.$ac_ext >&5
6238 ac_header_preproc=no
6241 rm -f conftest.err conftest.$ac_ext
6242 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
6243 echo "${ECHO_T}$ac_header_preproc" >&6; }
6245 # So? What about this header?
6246 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
6247 yes:no: )
6248 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
6249 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
6250 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
6251 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
6252 ac_header_preproc=yes
6254 no:yes:* )
6255 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
6256 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
6257 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
6258 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
6259 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
6260 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
6261 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
6262 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
6263 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
6264 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
6265 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
6266 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
6267 ( cat <<\_ASBOX
6268 ## ------------------------------------ ##
6269 ## Report this to wine-devel@winehq.org ##
6270 ## ------------------------------------ ##
6271 _ASBOX
6272 ) | sed "s/^/$as_me: WARNING: /" >&2
6274 esac
6275 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6276 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6277 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6
6279 else
6280 eval "$as_ac_Header=\$ac_header_preproc"
6282 ac_res=`eval echo '${'$as_ac_Header'}'`
6283 { echo "$as_me:$LINENO: result: $ac_res" >&5
6284 echo "${ECHO_T}$ac_res" >&6; }
6287 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6288 cat >>confdefs.h <<_ACEOF
6289 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6290 _ACEOF
6294 done
6296 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
6297 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
6298 if test "${ac_cv_header_stat_broken+set}" = set; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6
6300 else
6301 cat >conftest.$ac_ext <<_ACEOF
6302 /* confdefs.h. */
6303 _ACEOF
6304 cat confdefs.h >>conftest.$ac_ext
6305 cat >>conftest.$ac_ext <<_ACEOF
6306 /* end confdefs.h. */
6307 #include <sys/types.h>
6308 #include <sys/stat.h>
6310 #if defined S_ISBLK && defined S_IFDIR
6311 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
6312 #endif
6314 #if defined S_ISBLK && defined S_IFCHR
6315 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
6316 #endif
6318 #if defined S_ISLNK && defined S_IFREG
6319 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
6320 #endif
6322 #if defined S_ISSOCK && defined S_IFREG
6323 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
6324 #endif
6326 _ACEOF
6327 rm -f conftest.$ac_objext
6328 if { (ac_try="$ac_compile"
6329 case "(($ac_try" in
6330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6331 *) ac_try_echo=$ac_try;;
6332 esac
6333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6334 (eval "$ac_compile") 2>conftest.er1
6335 ac_status=$?
6336 grep -v '^ *+' conftest.er1 >conftest.err
6337 rm -f conftest.er1
6338 cat conftest.err >&5
6339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6340 (exit $ac_status); } && {
6341 test -z "$ac_c_werror_flag" ||
6342 test ! -s conftest.err
6343 } && test -s conftest.$ac_objext; then
6344 ac_cv_header_stat_broken=no
6345 else
6346 echo "$as_me: failed program was:" >&5
6347 sed 's/^/| /' conftest.$ac_ext >&5
6349 ac_cv_header_stat_broken=yes
6352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6354 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
6355 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
6356 if test $ac_cv_header_stat_broken = yes; then
6358 cat >>confdefs.h <<\_ACEOF
6359 #define STAT_MACROS_BROKEN 1
6360 _ACEOF
6371 for ac_header in sys/mount.h sys/statfs.h sys/sysctl.h sys/user.h sys/vfs.h
6373 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6374 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6375 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6376 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6377 echo $ECHO_N "(cached) $ECHO_C" >&6
6378 else
6379 cat >conftest.$ac_ext <<_ACEOF
6380 /* confdefs.h. */
6381 _ACEOF
6382 cat confdefs.h >>conftest.$ac_ext
6383 cat >>conftest.$ac_ext <<_ACEOF
6384 /* end confdefs.h. */
6385 #include <sys/types.h>
6386 #ifdef HAVE_SYS_PARAM_H
6387 # include <sys/param.h>
6388 #endif
6390 #include <$ac_header>
6391 _ACEOF
6392 rm -f conftest.$ac_objext
6393 if { (ac_try="$ac_compile"
6394 case "(($ac_try" in
6395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6396 *) ac_try_echo=$ac_try;;
6397 esac
6398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6399 (eval "$ac_compile") 2>conftest.er1
6400 ac_status=$?
6401 grep -v '^ *+' conftest.er1 >conftest.err
6402 rm -f conftest.er1
6403 cat conftest.err >&5
6404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6405 (exit $ac_status); } && {
6406 test -z "$ac_c_werror_flag" ||
6407 test ! -s conftest.err
6408 } && test -s conftest.$ac_objext; then
6409 eval "$as_ac_Header=yes"
6410 else
6411 echo "$as_me: failed program was:" >&5
6412 sed 's/^/| /' conftest.$ac_ext >&5
6414 eval "$as_ac_Header=no"
6417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6419 ac_res=`eval echo '${'$as_ac_Header'}'`
6420 { echo "$as_me:$LINENO: result: $ac_res" >&5
6421 echo "${ECHO_T}$ac_res" >&6; }
6422 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6423 cat >>confdefs.h <<_ACEOF
6424 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6425 _ACEOF
6429 done
6445 for ac_header in \
6446 netinet/ip.h \
6447 net/if.h \
6448 net/if_arp.h \
6449 net/if_dl.h \
6450 net/if_types.h \
6451 net/route.h \
6452 netinet/if_ether.h \
6453 netinet/if_inarp.h \
6454 netinet/in_pcb.h \
6455 netinet/ip_icmp.h \
6456 netinet/ip_var.h \
6457 netinet/udp.h \
6458 netipx/ipx.h \
6461 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6462 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6463 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6464 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6465 echo $ECHO_N "(cached) $ECHO_C" >&6
6466 else
6467 cat >conftest.$ac_ext <<_ACEOF
6468 /* confdefs.h. */
6469 _ACEOF
6470 cat confdefs.h >>conftest.$ac_ext
6471 cat >>conftest.$ac_ext <<_ACEOF
6472 /* end confdefs.h. */
6473 #include <sys/types.h>
6474 #ifdef HAVE_SYS_SOCKET_H
6475 # include <sys/socket.h>
6476 #endif
6477 #ifdef HAVE_SYS_SOCKETVAR_H
6478 # include <sys/socketvar.h>
6479 #endif
6480 #ifdef HAVE_NET_ROUTE_H
6481 # include <net/route.h>
6482 #endif
6483 #ifdef HAVE_NETINET_IN_H
6484 # include <netinet/in.h>
6485 #endif
6486 #ifdef HAVE_NETINET_IN_SYSTM_H
6487 # include <netinet/in_systm.h>
6488 #endif
6489 #ifdef HAVE_NET_IF_H
6490 # include <net/if.h>
6491 #endif
6492 #ifdef HAVE_NETINET_IP_H
6493 # include <netinet/ip.h>
6494 #endif
6496 #include <$ac_header>
6497 _ACEOF
6498 rm -f conftest.$ac_objext
6499 if { (ac_try="$ac_compile"
6500 case "(($ac_try" in
6501 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6502 *) ac_try_echo=$ac_try;;
6503 esac
6504 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6505 (eval "$ac_compile") 2>conftest.er1
6506 ac_status=$?
6507 grep -v '^ *+' conftest.er1 >conftest.err
6508 rm -f conftest.er1
6509 cat conftest.err >&5
6510 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6511 (exit $ac_status); } && {
6512 test -z "$ac_c_werror_flag" ||
6513 test ! -s conftest.err
6514 } && test -s conftest.$ac_objext; then
6515 eval "$as_ac_Header=yes"
6516 else
6517 echo "$as_me: failed program was:" >&5
6518 sed 's/^/| /' conftest.$ac_ext >&5
6520 eval "$as_ac_Header=no"
6523 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6525 ac_res=`eval echo '${'$as_ac_Header'}'`
6526 { echo "$as_me:$LINENO: result: $ac_res" >&5
6527 echo "${ECHO_T}$ac_res" >&6; }
6528 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6529 cat >>confdefs.h <<_ACEOF
6530 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6531 _ACEOF
6535 done
6542 for ac_header in netinet/tcp_timer.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_var.h
6544 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6545 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6546 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6547 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6548 echo $ECHO_N "(cached) $ECHO_C" >&6
6549 else
6550 cat >conftest.$ac_ext <<_ACEOF
6551 /* confdefs.h. */
6552 _ACEOF
6553 cat confdefs.h >>conftest.$ac_ext
6554 cat >>conftest.$ac_ext <<_ACEOF
6555 /* end confdefs.h. */
6556 #include <sys/types.h>
6557 #ifdef HAVE_ALIAS_H
6558 # include <alias.h>
6559 #endif
6560 #ifdef HAVE_SYS_SOCKET_H
6561 # include <sys/socket.h>
6562 #endif
6563 #ifdef HAVE_SYS_SOCKETVAR_H
6564 # include <sys/socketvar.h>
6565 #endif
6566 #ifdef HAVE_SYS_TIMEOUT_H
6567 # include <sys/timeout.h>
6568 #endif
6569 #ifdef HAVE_NETINET_IN_H
6570 # include <netinet/in.h>
6571 #endif
6572 #ifdef HAVE_NETINET_IN_SYSTM_H
6573 # include <netinet/in_systm.h>
6574 #endif
6575 #ifdef HAVE_NETINET_IP_H
6576 # include <netinet/ip.h>
6577 #endif
6578 #ifdef HAVE_NETINET_IP_VAR_H
6579 # include <netinet/ip_var.h>
6580 #endif
6581 #ifdef HAVE_NETINET_IP_ICMP_H
6582 # include <netinet/ip_icmp.h>
6583 #endif
6584 #ifdef HAVE_NETINET_UDP_H
6585 # include <netinet/udp.h>
6586 #endif
6587 #ifdef HAVE_NETINET_TCP_H
6588 # include <netinet/tcp.h>
6589 #endif
6590 #ifdef HAVE_NETINET_TCP_TIMER_H
6591 #include <netinet/tcp_timer.h>
6592 #endif
6594 #include <$ac_header>
6595 _ACEOF
6596 rm -f conftest.$ac_objext
6597 if { (ac_try="$ac_compile"
6598 case "(($ac_try" in
6599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6600 *) ac_try_echo=$ac_try;;
6601 esac
6602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6603 (eval "$ac_compile") 2>conftest.er1
6604 ac_status=$?
6605 grep -v '^ *+' conftest.er1 >conftest.err
6606 rm -f conftest.er1
6607 cat conftest.err >&5
6608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6609 (exit $ac_status); } && {
6610 test -z "$ac_c_werror_flag" ||
6611 test ! -s conftest.err
6612 } && test -s conftest.$ac_objext; then
6613 eval "$as_ac_Header=yes"
6614 else
6615 echo "$as_me: failed program was:" >&5
6616 sed 's/^/| /' conftest.$ac_ext >&5
6618 eval "$as_ac_Header=no"
6621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6623 ac_res=`eval echo '${'$as_ac_Header'}'`
6624 { echo "$as_me:$LINENO: result: $ac_res" >&5
6625 echo "${ECHO_T}$ac_res" >&6; }
6626 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6627 cat >>confdefs.h <<_ACEOF
6628 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6629 _ACEOF
6633 done
6638 for ac_header in linux/ipx.h linux/irda.h
6640 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6641 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6644 echo $ECHO_N "(cached) $ECHO_C" >&6
6645 else
6646 cat >conftest.$ac_ext <<_ACEOF
6647 /* confdefs.h. */
6648 _ACEOF
6649 cat confdefs.h >>conftest.$ac_ext
6650 cat >>conftest.$ac_ext <<_ACEOF
6651 /* end confdefs.h. */
6652 #include <sys/types.h>
6653 #ifdef HAVE_ASM_TYPES_H
6654 # include <asm/types.h>
6655 #endif
6656 #ifdef HAVE_SYS_SOCKET_H
6657 # include <sys/socket.h>
6658 #endif
6659 #ifdef HAVE_LINUX_TYPES_H
6660 # include <linux/types.h>
6661 #endif
6663 #include <$ac_header>
6664 _ACEOF
6665 rm -f conftest.$ac_objext
6666 if { (ac_try="$ac_compile"
6667 case "(($ac_try" in
6668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6669 *) ac_try_echo=$ac_try;;
6670 esac
6671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6672 (eval "$ac_compile") 2>conftest.er1
6673 ac_status=$?
6674 grep -v '^ *+' conftest.er1 >conftest.err
6675 rm -f conftest.er1
6676 cat conftest.err >&5
6677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6678 (exit $ac_status); } && {
6679 test -z "$ac_c_werror_flag" ||
6680 test ! -s conftest.err
6681 } && test -s conftest.$ac_objext; then
6682 eval "$as_ac_Header=yes"
6683 else
6684 echo "$as_me: failed program was:" >&5
6685 sed 's/^/| /' conftest.$ac_ext >&5
6687 eval "$as_ac_Header=no"
6690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6692 ac_res=`eval echo '${'$as_ac_Header'}'`
6693 { echo "$as_me:$LINENO: result: $ac_res" >&5
6694 echo "${ECHO_T}$ac_res" >&6; }
6695 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6696 cat >>confdefs.h <<_ACEOF
6697 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6698 _ACEOF
6702 done
6706 for ac_header in mach-o/dyld_images.h
6708 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6709 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6710 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6711 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6712 echo $ECHO_N "(cached) $ECHO_C" >&6
6713 else
6714 cat >conftest.$ac_ext <<_ACEOF
6715 /* confdefs.h. */
6716 _ACEOF
6717 cat confdefs.h >>conftest.$ac_ext
6718 cat >>conftest.$ac_ext <<_ACEOF
6719 /* end confdefs.h. */
6720 #ifdef HAVE_STDBOOL_H
6721 # include <stdbool.h>
6722 #endif
6723 #ifdef HAVE_STDINT_H
6724 # include <stdint.h>
6725 #endif
6727 #include <$ac_header>
6728 _ACEOF
6729 rm -f conftest.$ac_objext
6730 if { (ac_try="$ac_compile"
6731 case "(($ac_try" in
6732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6733 *) ac_try_echo=$ac_try;;
6734 esac
6735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6736 (eval "$ac_compile") 2>conftest.er1
6737 ac_status=$?
6738 grep -v '^ *+' conftest.er1 >conftest.err
6739 rm -f conftest.er1
6740 cat conftest.err >&5
6741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6742 (exit $ac_status); } && {
6743 test -z "$ac_c_werror_flag" ||
6744 test ! -s conftest.err
6745 } && test -s conftest.$ac_objext; then
6746 eval "$as_ac_Header=yes"
6747 else
6748 echo "$as_me: failed program was:" >&5
6749 sed 's/^/| /' conftest.$ac_ext >&5
6751 eval "$as_ac_Header=no"
6754 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6756 ac_res=`eval echo '${'$as_ac_Header'}'`
6757 { echo "$as_me:$LINENO: result: $ac_res" >&5
6758 echo "${ECHO_T}$ac_res" >&6; }
6759 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6760 cat >>confdefs.h <<_ACEOF
6761 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6762 _ACEOF
6766 done
6770 for ac_header in resolv.h
6772 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6773 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6774 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6775 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6776 echo $ECHO_N "(cached) $ECHO_C" >&6
6777 else
6778 cat >conftest.$ac_ext <<_ACEOF
6779 /* confdefs.h. */
6780 _ACEOF
6781 cat confdefs.h >>conftest.$ac_ext
6782 cat >>conftest.$ac_ext <<_ACEOF
6783 /* end confdefs.h. */
6784 #include <sys/types.h>
6785 #ifdef HAVE_SYS_SOCKET_H
6786 # include <sys/socket.h>
6787 #endif
6788 #ifdef HAVE_NETINET_IN_H
6789 # include <netinet/in.h>
6790 #endif
6791 #ifdef HAVE_ARPA_NAMESER_H
6792 # include <arpa/nameser.h>
6793 #endif
6795 #include <$ac_header>
6796 _ACEOF
6797 rm -f conftest.$ac_objext
6798 if { (ac_try="$ac_compile"
6799 case "(($ac_try" in
6800 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6801 *) ac_try_echo=$ac_try;;
6802 esac
6803 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6804 (eval "$ac_compile") 2>conftest.er1
6805 ac_status=$?
6806 grep -v '^ *+' conftest.er1 >conftest.err
6807 rm -f conftest.er1
6808 cat conftest.err >&5
6809 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6810 (exit $ac_status); } && {
6811 test -z "$ac_c_werror_flag" ||
6812 test ! -s conftest.err
6813 } && test -s conftest.$ac_objext; then
6814 eval "$as_ac_Header=yes"
6815 else
6816 echo "$as_me: failed program was:" >&5
6817 sed 's/^/| /' conftest.$ac_ext >&5
6819 eval "$as_ac_Header=no"
6822 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6824 ac_res=`eval echo '${'$as_ac_Header'}'`
6825 { echo "$as_me:$LINENO: result: $ac_res" >&5
6826 echo "${ECHO_T}$ac_res" >&6; }
6827 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6828 cat >>confdefs.h <<_ACEOF
6829 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6830 _ACEOF
6834 done
6838 for ac_header in ucontext.h
6840 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6841 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6842 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6843 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6844 echo $ECHO_N "(cached) $ECHO_C" >&6
6845 else
6846 cat >conftest.$ac_ext <<_ACEOF
6847 /* confdefs.h. */
6848 _ACEOF
6849 cat confdefs.h >>conftest.$ac_ext
6850 cat >>conftest.$ac_ext <<_ACEOF
6851 /* end confdefs.h. */
6852 #include <signal.h>
6854 #include <$ac_header>
6855 _ACEOF
6856 rm -f conftest.$ac_objext
6857 if { (ac_try="$ac_compile"
6858 case "(($ac_try" in
6859 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6860 *) ac_try_echo=$ac_try;;
6861 esac
6862 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6863 (eval "$ac_compile") 2>conftest.er1
6864 ac_status=$?
6865 grep -v '^ *+' conftest.er1 >conftest.err
6866 rm -f conftest.er1
6867 cat conftest.err >&5
6868 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6869 (exit $ac_status); } && {
6870 test -z "$ac_c_werror_flag" ||
6871 test ! -s conftest.err
6872 } && test -s conftest.$ac_objext; then
6873 eval "$as_ac_Header=yes"
6874 else
6875 echo "$as_me: failed program was:" >&5
6876 sed 's/^/| /' conftest.$ac_ext >&5
6878 eval "$as_ac_Header=no"
6881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6883 ac_res=`eval echo '${'$as_ac_Header'}'`
6884 { echo "$as_me:$LINENO: result: $ac_res" >&5
6885 echo "${ECHO_T}$ac_res" >&6; }
6886 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6887 cat >>confdefs.h <<_ACEOF
6888 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6889 _ACEOF
6893 done
6897 for ac_header in sys/thr.h
6899 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6900 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6901 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6902 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6903 echo $ECHO_N "(cached) $ECHO_C" >&6
6904 else
6905 cat >conftest.$ac_ext <<_ACEOF
6906 /* confdefs.h. */
6907 _ACEOF
6908 cat confdefs.h >>conftest.$ac_ext
6909 cat >>conftest.$ac_ext <<_ACEOF
6910 /* end confdefs.h. */
6911 #include <sys/types.h>
6912 #ifdef HAVE_UCONTEXT_H
6913 #include <ucontext.h>
6914 #endif
6916 #include <$ac_header>
6917 _ACEOF
6918 rm -f conftest.$ac_objext
6919 if { (ac_try="$ac_compile"
6920 case "(($ac_try" in
6921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6922 *) ac_try_echo=$ac_try;;
6923 esac
6924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6925 (eval "$ac_compile") 2>conftest.er1
6926 ac_status=$?
6927 grep -v '^ *+' conftest.er1 >conftest.err
6928 rm -f conftest.er1
6929 cat conftest.err >&5
6930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6931 (exit $ac_status); } && {
6932 test -z "$ac_c_werror_flag" ||
6933 test ! -s conftest.err
6934 } && test -s conftest.$ac_objext; then
6935 eval "$as_ac_Header=yes"
6936 else
6937 echo "$as_me: failed program was:" >&5
6938 sed 's/^/| /' conftest.$ac_ext >&5
6940 eval "$as_ac_Header=no"
6943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6945 ac_res=`eval echo '${'$as_ac_Header'}'`
6946 { echo "$as_me:$LINENO: result: $ac_res" >&5
6947 echo "${ECHO_T}$ac_res" >&6; }
6948 if test `eval echo '${'$as_ac_Header'}'` = yes; then
6949 cat >>confdefs.h <<_ACEOF
6950 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
6951 _ACEOF
6955 done
6959 for ac_header in pthread_np.h
6961 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
6962 { echo "$as_me:$LINENO: checking for $ac_header" >&5
6963 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
6964 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
6965 echo $ECHO_N "(cached) $ECHO_C" >&6
6966 else
6967 cat >conftest.$ac_ext <<_ACEOF
6968 /* confdefs.h. */
6969 _ACEOF
6970 cat confdefs.h >>conftest.$ac_ext
6971 cat >>conftest.$ac_ext <<_ACEOF
6972 /* end confdefs.h. */
6973 #ifdef HAVE_PTHREAD_H
6974 #include <pthread.h>
6975 #endif
6977 #include <$ac_header>
6978 _ACEOF
6979 rm -f conftest.$ac_objext
6980 if { (ac_try="$ac_compile"
6981 case "(($ac_try" in
6982 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6983 *) ac_try_echo=$ac_try;;
6984 esac
6985 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6986 (eval "$ac_compile") 2>conftest.er1
6987 ac_status=$?
6988 grep -v '^ *+' conftest.er1 >conftest.err
6989 rm -f conftest.er1
6990 cat conftest.err >&5
6991 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6992 (exit $ac_status); } && {
6993 test -z "$ac_c_werror_flag" ||
6994 test ! -s conftest.err
6995 } && test -s conftest.$ac_objext; then
6996 eval "$as_ac_Header=yes"
6997 else
6998 echo "$as_me: failed program was:" >&5
6999 sed 's/^/| /' conftest.$ac_ext >&5
7001 eval "$as_ac_Header=no"
7004 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7006 ac_res=`eval echo '${'$as_ac_Header'}'`
7007 { echo "$as_me:$LINENO: result: $ac_res" >&5
7008 echo "${ECHO_T}$ac_res" >&6; }
7009 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7010 cat >>confdefs.h <<_ACEOF
7011 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7012 _ACEOF
7016 done
7020 for ac_header in linux/videodev.h
7022 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7023 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7024 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7025 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7026 echo $ECHO_N "(cached) $ECHO_C" >&6
7027 else
7028 cat >conftest.$ac_ext <<_ACEOF
7029 /* confdefs.h. */
7030 _ACEOF
7031 cat confdefs.h >>conftest.$ac_ext
7032 cat >>conftest.$ac_ext <<_ACEOF
7033 /* end confdefs.h. */
7034 #ifdef HAVE_SYS_TIME_H
7035 #include <sys/time.h>
7036 #endif
7037 #include <sys/types.h>
7038 #ifdef HAVE_ASM_TYPES_H
7039 #include <asm/types.h>
7040 #endif
7042 #include <$ac_header>
7043 _ACEOF
7044 rm -f conftest.$ac_objext
7045 if { (ac_try="$ac_compile"
7046 case "(($ac_try" in
7047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7048 *) ac_try_echo=$ac_try;;
7049 esac
7050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7051 (eval "$ac_compile") 2>conftest.er1
7052 ac_status=$?
7053 grep -v '^ *+' conftest.er1 >conftest.err
7054 rm -f conftest.er1
7055 cat conftest.err >&5
7056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7057 (exit $ac_status); } && {
7058 test -z "$ac_c_werror_flag" ||
7059 test ! -s conftest.err
7060 } && test -s conftest.$ac_objext; then
7061 eval "$as_ac_Header=yes"
7062 else
7063 echo "$as_me: failed program was:" >&5
7064 sed 's/^/| /' conftest.$ac_ext >&5
7066 eval "$as_ac_Header=no"
7069 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7071 ac_res=`eval echo '${'$as_ac_Header'}'`
7072 { echo "$as_me:$LINENO: result: $ac_res" >&5
7073 echo "${ECHO_T}$ac_res" >&6; }
7074 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7075 cat >>confdefs.h <<_ACEOF
7076 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7077 _ACEOF
7081 done
7085 for ac_header in linux/capi.h
7087 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7088 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7089 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7090 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7091 echo $ECHO_N "(cached) $ECHO_C" >&6
7092 else
7093 cat >conftest.$ac_ext <<_ACEOF
7094 /* confdefs.h. */
7095 _ACEOF
7096 cat confdefs.h >>conftest.$ac_ext
7097 cat >>conftest.$ac_ext <<_ACEOF
7098 /* end confdefs.h. */
7099 #define __user
7101 #include <$ac_header>
7102 _ACEOF
7103 rm -f conftest.$ac_objext
7104 if { (ac_try="$ac_compile"
7105 case "(($ac_try" in
7106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7107 *) ac_try_echo=$ac_try;;
7108 esac
7109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7110 (eval "$ac_compile") 2>conftest.er1
7111 ac_status=$?
7112 grep -v '^ *+' conftest.er1 >conftest.err
7113 rm -f conftest.er1
7114 cat conftest.err >&5
7115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7116 (exit $ac_status); } && {
7117 test -z "$ac_c_werror_flag" ||
7118 test ! -s conftest.err
7119 } && test -s conftest.$ac_objext; then
7120 eval "$as_ac_Header=yes"
7121 else
7122 echo "$as_me: failed program was:" >&5
7123 sed 's/^/| /' conftest.$ac_ext >&5
7125 eval "$as_ac_Header=no"
7128 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7130 ac_res=`eval echo '${'$as_ac_Header'}'`
7131 { echo "$as_me:$LINENO: result: $ac_res" >&5
7132 echo "${ECHO_T}$ac_res" >&6; }
7133 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7134 cat >>confdefs.h <<_ACEOF
7135 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7136 _ACEOF
7140 done
7144 DLLEXT=""
7146 DLLFLAGS="-D_REENTRANT"
7148 LDSHARED=""
7150 LDDLLFLAGS=""
7152 LIBEXT="so"
7154 IMPLIBEXT="def"
7156 LDRPATH_INSTALL=""
7158 LDRPATH_LOCAL=""
7160 # Extract the first word of "ldd", so it can be a program name with args.
7161 set dummy ldd; ac_word=$2
7162 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7163 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7164 if test "${ac_cv_path_LDD+set}" = set; then
7165 echo $ECHO_N "(cached) $ECHO_C" >&6
7166 else
7167 case $LDD in
7168 [\\/]* | ?:[\\/]*)
7169 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
7172 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7173 as_dummy="/sbin:/usr/sbin:$PATH"
7174 for as_dir in $as_dummy
7176 IFS=$as_save_IFS
7177 test -z "$as_dir" && as_dir=.
7178 for ac_exec_ext in '' $ac_executable_extensions; do
7179 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7180 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
7181 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7182 break 2
7184 done
7185 done
7186 IFS=$as_save_IFS
7188 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
7190 esac
7192 LDD=$ac_cv_path_LDD
7193 if test -n "$LDD"; then
7194 { echo "$as_me:$LINENO: result: $LDD" >&5
7195 echo "${ECHO_T}$LDD" >&6; }
7196 else
7197 { echo "$as_me:$LINENO: result: no" >&5
7198 echo "${ECHO_T}no" >&6; }
7203 case $host_os in
7204 cygwin*|mingw32*)
7205 if test -n "$ac_tool_prefix"; then
7206 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
7207 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
7208 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7209 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7210 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
7211 echo $ECHO_N "(cached) $ECHO_C" >&6
7212 else
7213 if test -n "$DLLTOOL"; then
7214 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
7215 else
7216 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7217 for as_dir in $PATH
7219 IFS=$as_save_IFS
7220 test -z "$as_dir" && as_dir=.
7221 for ac_exec_ext in '' $ac_executable_extensions; do
7222 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7223 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
7224 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7225 break 2
7227 done
7228 done
7229 IFS=$as_save_IFS
7233 DLLTOOL=$ac_cv_prog_DLLTOOL
7234 if test -n "$DLLTOOL"; then
7235 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
7236 echo "${ECHO_T}$DLLTOOL" >&6; }
7237 else
7238 { echo "$as_me:$LINENO: result: no" >&5
7239 echo "${ECHO_T}no" >&6; }
7244 if test -z "$ac_cv_prog_DLLTOOL"; then
7245 ac_ct_DLLTOOL=$DLLTOOL
7246 # Extract the first word of "dlltool", so it can be a program name with args.
7247 set dummy dlltool; ac_word=$2
7248 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7249 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7250 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
7251 echo $ECHO_N "(cached) $ECHO_C" >&6
7252 else
7253 if test -n "$ac_ct_DLLTOOL"; then
7254 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
7255 else
7256 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7257 for as_dir in $PATH
7259 IFS=$as_save_IFS
7260 test -z "$as_dir" && as_dir=.
7261 for ac_exec_ext in '' $ac_executable_extensions; do
7262 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7263 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
7264 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7265 break 2
7267 done
7268 done
7269 IFS=$as_save_IFS
7273 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
7274 if test -n "$ac_ct_DLLTOOL"; then
7275 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
7276 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
7277 else
7278 { echo "$as_me:$LINENO: result: no" >&5
7279 echo "${ECHO_T}no" >&6; }
7282 if test "x$ac_ct_DLLTOOL" = x; then
7283 DLLTOOL="false"
7284 else
7285 case $cross_compiling:$ac_tool_warned in
7286 yes:)
7287 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7288 whose name does not start with the host triplet. If you think this
7289 configuration is useful to you, please write to autoconf@gnu.org." >&5
7290 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7291 whose name does not start with the host triplet. If you think this
7292 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7293 ac_tool_warned=yes ;;
7294 esac
7295 DLLTOOL=$ac_ct_DLLTOOL
7297 else
7298 DLLTOOL="$ac_cv_prog_DLLTOOL"
7301 if test -n "$ac_tool_prefix"; then
7302 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
7303 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
7304 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7305 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7306 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
7307 echo $ECHO_N "(cached) $ECHO_C" >&6
7308 else
7309 if test -n "$DLLWRAP"; then
7310 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
7311 else
7312 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7313 for as_dir in $PATH
7315 IFS=$as_save_IFS
7316 test -z "$as_dir" && as_dir=.
7317 for ac_exec_ext in '' $ac_executable_extensions; do
7318 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7319 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
7320 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7321 break 2
7323 done
7324 done
7325 IFS=$as_save_IFS
7329 DLLWRAP=$ac_cv_prog_DLLWRAP
7330 if test -n "$DLLWRAP"; then
7331 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
7332 echo "${ECHO_T}$DLLWRAP" >&6; }
7333 else
7334 { echo "$as_me:$LINENO: result: no" >&5
7335 echo "${ECHO_T}no" >&6; }
7340 if test -z "$ac_cv_prog_DLLWRAP"; then
7341 ac_ct_DLLWRAP=$DLLWRAP
7342 # Extract the first word of "dllwrap", so it can be a program name with args.
7343 set dummy dllwrap; ac_word=$2
7344 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7345 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7346 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
7347 echo $ECHO_N "(cached) $ECHO_C" >&6
7348 else
7349 if test -n "$ac_ct_DLLWRAP"; then
7350 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
7351 else
7352 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7353 for as_dir in $PATH
7355 IFS=$as_save_IFS
7356 test -z "$as_dir" && as_dir=.
7357 for ac_exec_ext in '' $ac_executable_extensions; do
7358 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7359 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
7360 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7361 break 2
7363 done
7364 done
7365 IFS=$as_save_IFS
7369 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
7370 if test -n "$ac_ct_DLLWRAP"; then
7371 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
7372 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
7373 else
7374 { echo "$as_me:$LINENO: result: no" >&5
7375 echo "${ECHO_T}no" >&6; }
7378 if test "x$ac_ct_DLLWRAP" = x; then
7379 DLLWRAP="false"
7380 else
7381 case $cross_compiling:$ac_tool_warned in
7382 yes:)
7383 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7384 whose name does not start with the host triplet. If you think this
7385 configuration is useful to you, please write to autoconf@gnu.org." >&5
7386 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7387 whose name does not start with the host triplet. If you think this
7388 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7389 ac_tool_warned=yes ;;
7390 esac
7391 DLLWRAP=$ac_ct_DLLWRAP
7393 else
7394 DLLWRAP="$ac_cv_prog_DLLWRAP"
7397 if test -n "$ac_tool_prefix"; then
7398 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
7399 set dummy ${ac_tool_prefix}ar; ac_word=$2
7400 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7401 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7402 if test "${ac_cv_prog_MINGWAR+set}" = set; then
7403 echo $ECHO_N "(cached) $ECHO_C" >&6
7404 else
7405 if test -n "$MINGWAR"; then
7406 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
7407 else
7408 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7409 for as_dir in $PATH
7411 IFS=$as_save_IFS
7412 test -z "$as_dir" && as_dir=.
7413 for ac_exec_ext in '' $ac_executable_extensions; do
7414 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7415 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
7416 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7417 break 2
7419 done
7420 done
7421 IFS=$as_save_IFS
7425 MINGWAR=$ac_cv_prog_MINGWAR
7426 if test -n "$MINGWAR"; then
7427 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
7428 echo "${ECHO_T}$MINGWAR" >&6; }
7429 else
7430 { echo "$as_me:$LINENO: result: no" >&5
7431 echo "${ECHO_T}no" >&6; }
7436 if test -z "$ac_cv_prog_MINGWAR"; then
7437 ac_ct_MINGWAR=$MINGWAR
7438 # Extract the first word of "ar", so it can be a program name with args.
7439 set dummy ar; ac_word=$2
7440 { echo "$as_me:$LINENO: checking for $ac_word" >&5
7441 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
7442 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
7443 echo $ECHO_N "(cached) $ECHO_C" >&6
7444 else
7445 if test -n "$ac_ct_MINGWAR"; then
7446 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
7447 else
7448 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
7449 for as_dir in $PATH
7451 IFS=$as_save_IFS
7452 test -z "$as_dir" && as_dir=.
7453 for ac_exec_ext in '' $ac_executable_extensions; do
7454 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
7455 ac_cv_prog_ac_ct_MINGWAR="ar"
7456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
7457 break 2
7459 done
7460 done
7461 IFS=$as_save_IFS
7465 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
7466 if test -n "$ac_ct_MINGWAR"; then
7467 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
7468 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
7469 else
7470 { echo "$as_me:$LINENO: result: no" >&5
7471 echo "${ECHO_T}no" >&6; }
7474 if test "x$ac_ct_MINGWAR" = x; then
7475 MINGWAR="false"
7476 else
7477 case $cross_compiling:$ac_tool_warned in
7478 yes:)
7479 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
7480 whose name does not start with the host triplet. If you think this
7481 configuration is useful to you, please write to autoconf@gnu.org." >&5
7482 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
7483 whose name does not start with the host triplet. If you think this
7484 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
7485 ac_tool_warned=yes ;;
7486 esac
7487 MINGWAR=$ac_ct_MINGWAR
7489 else
7490 MINGWAR="$ac_cv_prog_MINGWAR"
7493 if test "$DLLWRAP" = "false"; then
7494 LIBEXT="a"
7495 else
7496 LIBEXT="dll"
7498 IMPLIBEXT="a"
7499 enable_iphlpapi=${enable_iphlpapi:-no}
7500 enable_kernel32=${enable_kernel32:-no}
7501 enable_msvcrt=${enable_msvcrt:-no}
7502 enable_ntdll=${enable_ntdll:-no}
7503 enable_ws2_32=${enable_ws2_32:-no}
7504 enable_loader=${enable_loader:-no}
7505 enable_server=${enable_server:-no}
7506 with_x=${with_x:-no}
7507 with_pthread=${with_pthread:-no}
7509 darwin*|macosx*)
7510 DLLEXT=".so"
7511 LIBEXT="dylib"
7512 DLLFLAGS="$DLLFLAGS -fPIC"
7513 LDDLLFLAGS="-bundle -multiply_defined suppress"
7514 LIBWINE_LDFLAGS="-multiply_defined suppress"
7515 LDSHARED="\$(CC) -dynamiclib"
7516 STRIP="$STRIP -x"
7517 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
7518 SECURITYLIB="-framework Security -framework CoreFoundation"
7520 COREFOUNDATIONLIB="-framework CoreFoundation"
7522 IOKITLIB="-framework IOKit -framework CoreFoundation"
7524 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHAREDHEAP,0x7f000000"
7526 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
7527 then
7528 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
7531 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
7532 then
7533 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
7536 if test "$ac_cv_header_OpenAL_al_h" = "yes"
7537 then
7538 LIBOPENAL="-framework OpenAL"
7540 ac_cv_lib_openal_alGetSource3i=yes
7542 if test "$ac_cv_header_IOKit_hid_IOHIDLib_h" = "yes"
7543 then
7544 ac_save_LIBS="$LIBS"
7545 LIBS="$LIBS $IOKITLIB"
7547 for ac_func in IOHIDManagerCreate
7549 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
7550 { echo "$as_me:$LINENO: checking for $ac_func" >&5
7551 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
7552 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
7553 echo $ECHO_N "(cached) $ECHO_C" >&6
7554 else
7555 cat >conftest.$ac_ext <<_ACEOF
7556 /* confdefs.h. */
7557 _ACEOF
7558 cat confdefs.h >>conftest.$ac_ext
7559 cat >>conftest.$ac_ext <<_ACEOF
7560 /* end confdefs.h. */
7561 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
7562 For example, HP-UX 11i <limits.h> declares gettimeofday. */
7563 #define $ac_func innocuous_$ac_func
7565 /* System header to define __stub macros and hopefully few prototypes,
7566 which can conflict with char $ac_func (); below.
7567 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
7568 <limits.h> exists even on freestanding compilers. */
7570 #ifdef __STDC__
7571 # include <limits.h>
7572 #else
7573 # include <assert.h>
7574 #endif
7576 #undef $ac_func
7578 /* Override any GCC internal prototype to avoid an error.
7579 Use char because int might match the return type of a GCC
7580 builtin and then its argument prototype would still apply. */
7581 #ifdef __cplusplus
7582 extern "C"
7583 #endif
7584 char $ac_func ();
7585 /* The GNU C library defines this for functions which it implements
7586 to always fail with ENOSYS. Some functions are actually named
7587 something starting with __ and the normal name is an alias. */
7588 #if defined __stub_$ac_func || defined __stub___$ac_func
7589 choke me
7590 #endif
7593 main ()
7595 return $ac_func ();
7597 return 0;
7599 _ACEOF
7600 rm -f conftest.$ac_objext conftest$ac_exeext
7601 if { (ac_try="$ac_link"
7602 case "(($ac_try" in
7603 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7604 *) ac_try_echo=$ac_try;;
7605 esac
7606 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7607 (eval "$ac_link") 2>conftest.er1
7608 ac_status=$?
7609 grep -v '^ *+' conftest.er1 >conftest.err
7610 rm -f conftest.er1
7611 cat conftest.err >&5
7612 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7613 (exit $ac_status); } && {
7614 test -z "$ac_c_werror_flag" ||
7615 test ! -s conftest.err
7616 } && test -s conftest$ac_exeext &&
7617 $as_test_x conftest$ac_exeext; then
7618 eval "$as_ac_var=yes"
7619 else
7620 echo "$as_me: failed program was:" >&5
7621 sed 's/^/| /' conftest.$ac_ext >&5
7623 eval "$as_ac_var=no"
7626 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7627 conftest$ac_exeext conftest.$ac_ext
7629 ac_res=`eval echo '${'$as_ac_var'}'`
7630 { echo "$as_me:$LINENO: result: $ac_res" >&5
7631 echo "${ECHO_T}$ac_res" >&6; }
7632 if test `eval echo '${'$as_ac_var'}'` = yes; then
7633 cat >>confdefs.h <<_ACEOF
7634 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
7635 _ACEOF
7638 done
7640 LIBS="$ac_save_LIBS"
7642 case $host_cpu in
7643 *powerpc*)
7644 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
7645 esac
7646 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
7647 then
7648 CARBONLIB="-framework Carbon"
7650 enable_winequartz_drv=${enable_winequartz_drv:-yes}
7652 if test "x$enable_win16" = "xyes"
7653 then
7654 { echo "$as_me:$LINENO: checking whether 16-bit code can be built correctly" >&5
7655 echo $ECHO_N "checking whether 16-bit code can be built correctly... $ECHO_C" >&6; }
7656 if test "$cross_compiling" = yes; then
7657 { echo "$as_me:$LINENO: result: cross-compiling, assuming yes" >&5
7658 echo "${ECHO_T}cross-compiling, assuming yes" >&6; }
7659 else
7660 cat >conftest.$ac_ext <<_ACEOF
7661 /* confdefs.h. */
7662 _ACEOF
7663 cat confdefs.h >>conftest.$ac_ext
7664 cat >>conftest.$ac_ext <<_ACEOF
7665 /* end confdefs.h. */
7666 asm(".text\n"
7667 "bad:\tnop;nop\n"
7668 "good:\tnop;nop\n\t"
7669 ".globl _testfunc\n"
7670 "_testfunc:\tcallw good");
7671 extern void testfunc();
7673 main ()
7675 unsigned short *p = (unsigned short *)testfunc;
7676 return p[0] != 0xe866 || p[1] != 0xfffa
7678 return 0;
7680 _ACEOF
7681 rm -f conftest$ac_exeext
7682 if { (ac_try="$ac_link"
7683 case "(($ac_try" in
7684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7685 *) ac_try_echo=$ac_try;;
7686 esac
7687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7688 (eval "$ac_link") 2>&5
7689 ac_status=$?
7690 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7691 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7692 { (case "(($ac_try" in
7693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7694 *) ac_try_echo=$ac_try;;
7695 esac
7696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7697 (eval "$ac_try") 2>&5
7698 ac_status=$?
7699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7700 (exit $ac_status); }; }; then
7701 { echo "$as_me:$LINENO: result: yes" >&5
7702 echo "${ECHO_T}yes" >&6; }
7703 else
7704 echo "$as_me: program exited with status $ac_status" >&5
7705 echo "$as_me: failed program was:" >&5
7706 sed 's/^/| /' conftest.$ac_ext >&5
7708 ( exit $ac_status )
7709 { echo "$as_me:$LINENO: result: no" >&5
7710 echo "${ECHO_T}no" >&6; }
7711 { { 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
7712 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;}
7713 { (exit 1); exit 1; }; }
7715 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7722 DLLFLAGS="$DLLFLAGS -fPIC"
7723 DLLEXT=".so"
7724 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
7725 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
7726 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
7727 echo $ECHO_N "(cached) $ECHO_C" >&6
7728 else
7729 ac_wine_try_cflags_saved=$CFLAGS
7730 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
7731 cat >conftest.$ac_ext <<_ACEOF
7732 void myfunc() {}
7733 _ACEOF
7734 rm -f conftest.$ac_objext conftest$ac_exeext
7735 if { (ac_try="$ac_link"
7736 case "(($ac_try" in
7737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7738 *) ac_try_echo=$ac_try;;
7739 esac
7740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7741 (eval "$ac_link") 2>conftest.er1
7742 ac_status=$?
7743 grep -v '^ *+' conftest.er1 >conftest.err
7744 rm -f conftest.er1
7745 cat conftest.err >&5
7746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7747 (exit $ac_status); } && {
7748 test -z "$ac_c_werror_flag" ||
7749 test ! -s conftest.err
7750 } && test -s conftest$ac_exeext &&
7751 $as_test_x conftest$ac_exeext; then
7752 ac_cv_c_dll_gnuelf="yes"
7753 else
7754 echo "$as_me: failed program was:" >&5
7755 sed 's/^/| /' conftest.$ac_ext >&5
7757 ac_cv_c_dll_gnuelf="no"
7760 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7761 conftest$ac_exeext conftest.$ac_ext
7762 CFLAGS=$ac_wine_try_cflags_saved
7764 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
7765 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
7766 if test "$ac_cv_c_dll_gnuelf" = "yes"
7767 then
7768 LDSHARED="\$(CC) -shared"
7769 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
7770 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
7771 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
7772 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
7773 echo $ECHO_N "(cached) $ECHO_C" >&6
7774 else
7775 ac_wine_try_cflags_saved=$CFLAGS
7776 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
7777 cat >conftest.$ac_ext <<_ACEOF
7778 /* confdefs.h. */
7779 _ACEOF
7780 cat confdefs.h >>conftest.$ac_ext
7781 cat >>conftest.$ac_ext <<_ACEOF
7782 /* end confdefs.h. */
7783 int main(int argc, char *argv) { return 0; }
7784 _ACEOF
7785 rm -f conftest.$ac_objext conftest$ac_exeext
7786 if { (ac_try="$ac_link"
7787 case "(($ac_try" in
7788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7789 *) ac_try_echo=$ac_try;;
7790 esac
7791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7792 (eval "$ac_link") 2>conftest.er1
7793 ac_status=$?
7794 grep -v '^ *+' conftest.er1 >conftest.err
7795 rm -f conftest.er1
7796 cat conftest.err >&5
7797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7798 (exit $ac_status); } && {
7799 test -z "$ac_c_werror_flag" ||
7800 test ! -s conftest.err
7801 } && test -s conftest$ac_exeext &&
7802 $as_test_x conftest$ac_exeext; then
7803 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
7804 else
7805 echo "$as_me: failed program was:" >&5
7806 sed 's/^/| /' conftest.$ac_ext >&5
7808 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
7811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7812 conftest$ac_exeext conftest.$ac_ext
7813 CFLAGS=$ac_wine_try_cflags_saved
7815 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
7816 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
7817 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
7818 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
7819 else
7820 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
7821 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
7822 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
7823 echo $ECHO_N "(cached) $ECHO_C" >&6
7824 else
7825 ac_wine_try_cflags_saved=$CFLAGS
7826 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
7827 cat >conftest.$ac_ext <<_ACEOF
7828 /* confdefs.h. */
7829 _ACEOF
7830 cat confdefs.h >>conftest.$ac_ext
7831 cat >>conftest.$ac_ext <<_ACEOF
7832 /* end confdefs.h. */
7833 int main(int argc, char *argv) { return 0; }
7834 _ACEOF
7835 rm -f conftest.$ac_objext conftest$ac_exeext
7836 if { (ac_try="$ac_link"
7837 case "(($ac_try" in
7838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7839 *) ac_try_echo=$ac_try;;
7840 esac
7841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7842 (eval "$ac_link") 2>conftest.er1
7843 ac_status=$?
7844 grep -v '^ *+' conftest.er1 >conftest.err
7845 rm -f conftest.er1
7846 cat conftest.err >&5
7847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7848 (exit $ac_status); } && {
7849 test -z "$ac_c_werror_flag" ||
7850 test ! -s conftest.err
7851 } && test -s conftest$ac_exeext &&
7852 $as_test_x conftest$ac_exeext; then
7853 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
7854 else
7855 echo "$as_me: failed program was:" >&5
7856 sed 's/^/| /' conftest.$ac_ext >&5
7858 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
7861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7862 conftest$ac_exeext conftest.$ac_ext
7863 CFLAGS=$ac_wine_try_cflags_saved
7865 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
7866 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
7867 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
7868 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
7874 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
7875 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
7876 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
7877 echo $ECHO_N "(cached) $ECHO_C" >&6
7878 else
7879 ac_wine_try_cflags_saved=$CFLAGS
7880 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
7881 cat >conftest.$ac_ext <<_ACEOF
7882 /* confdefs.h. */
7883 _ACEOF
7884 cat confdefs.h >>conftest.$ac_ext
7885 cat >>conftest.$ac_ext <<_ACEOF
7886 /* end confdefs.h. */
7887 int main(int argc, char *argv) { return 0; }
7888 _ACEOF
7889 rm -f conftest.$ac_objext conftest$ac_exeext
7890 if { (ac_try="$ac_link"
7891 case "(($ac_try" in
7892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7893 *) ac_try_echo=$ac_try;;
7894 esac
7895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7896 (eval "$ac_link") 2>conftest.er1
7897 ac_status=$?
7898 grep -v '^ *+' conftest.er1 >conftest.err
7899 rm -f conftest.er1
7900 cat conftest.err >&5
7901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7902 (exit $ac_status); } && {
7903 test -z "$ac_c_werror_flag" ||
7904 test ! -s conftest.err
7905 } && test -s conftest$ac_exeext &&
7906 $as_test_x conftest$ac_exeext; then
7907 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
7908 else
7909 echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7912 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
7915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7916 conftest$ac_exeext conftest.$ac_ext
7917 CFLAGS=$ac_wine_try_cflags_saved
7919 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
7920 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
7921 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
7922 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
7926 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
7927 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
7928 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
7929 echo $ECHO_N "(cached) $ECHO_C" >&6
7930 else
7931 ac_wine_try_cflags_saved=$CFLAGS
7932 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
7933 cat >conftest.$ac_ext <<_ACEOF
7934 /* confdefs.h. */
7935 _ACEOF
7936 cat confdefs.h >>conftest.$ac_ext
7937 cat >>conftest.$ac_ext <<_ACEOF
7938 /* end confdefs.h. */
7939 int main(int argc, char *argv) { return 0; }
7940 _ACEOF
7941 rm -f conftest.$ac_objext conftest$ac_exeext
7942 if { (ac_try="$ac_link"
7943 case "(($ac_try" in
7944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7945 *) ac_try_echo=$ac_try;;
7946 esac
7947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7948 (eval "$ac_link") 2>conftest.er1
7949 ac_status=$?
7950 grep -v '^ *+' conftest.er1 >conftest.err
7951 rm -f conftest.er1
7952 cat conftest.err >&5
7953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7954 (exit $ac_status); } && {
7955 test -z "$ac_c_werror_flag" ||
7956 test ! -s conftest.err
7957 } && test -s conftest$ac_exeext &&
7958 $as_test_x conftest$ac_exeext; then
7959 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
7960 else
7961 echo "$as_me: failed program was:" >&5
7962 sed 's/^/| /' conftest.$ac_ext >&5
7964 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
7967 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
7968 conftest$ac_exeext conftest.$ac_ext
7969 CFLAGS=$ac_wine_try_cflags_saved
7971 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
7972 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
7973 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
7974 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
7978 echo '{ global: *; };' >conftest.map
7979 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
7980 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
7981 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
7982 echo $ECHO_N "(cached) $ECHO_C" >&6
7983 else
7984 ac_wine_try_cflags_saved=$CFLAGS
7985 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
7986 cat >conftest.$ac_ext <<_ACEOF
7987 /* confdefs.h. */
7988 _ACEOF
7989 cat confdefs.h >>conftest.$ac_ext
7990 cat >>conftest.$ac_ext <<_ACEOF
7991 /* end confdefs.h. */
7992 int main(int argc, char *argv) { return 0; }
7993 _ACEOF
7994 rm -f conftest.$ac_objext conftest$ac_exeext
7995 if { (ac_try="$ac_link"
7996 case "(($ac_try" in
7997 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7998 *) ac_try_echo=$ac_try;;
7999 esac
8000 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8001 (eval "$ac_link") 2>conftest.er1
8002 ac_status=$?
8003 grep -v '^ *+' conftest.er1 >conftest.err
8004 rm -f conftest.er1
8005 cat conftest.err >&5
8006 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8007 (exit $ac_status); } && {
8008 test -z "$ac_c_werror_flag" ||
8009 test ! -s conftest.err
8010 } && test -s conftest$ac_exeext &&
8011 $as_test_x conftest$ac_exeext; then
8012 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8013 else
8014 echo "$as_me: failed program was:" >&5
8015 sed 's/^/| /' conftest.$ac_ext >&5
8017 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8021 conftest$ac_exeext conftest.$ac_ext
8022 CFLAGS=$ac_wine_try_cflags_saved
8024 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8025 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8026 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8027 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8030 rm -f conftest.map
8032 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8033 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8034 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8035 echo $ECHO_N "(cached) $ECHO_C" >&6
8036 else
8037 ac_wine_try_cflags_saved=$CFLAGS
8038 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8039 cat >conftest.$ac_ext <<_ACEOF
8040 /* confdefs.h. */
8041 _ACEOF
8042 cat confdefs.h >>conftest.$ac_ext
8043 cat >>conftest.$ac_ext <<_ACEOF
8044 /* end confdefs.h. */
8045 int main(int argc, char *argv) { return 0; }
8046 _ACEOF
8047 rm -f conftest.$ac_objext conftest$ac_exeext
8048 if { (ac_try="$ac_link"
8049 case "(($ac_try" in
8050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8051 *) ac_try_echo=$ac_try;;
8052 esac
8053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8054 (eval "$ac_link") 2>conftest.er1
8055 ac_status=$?
8056 grep -v '^ *+' conftest.er1 >conftest.err
8057 rm -f conftest.er1
8058 cat conftest.err >&5
8059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8060 (exit $ac_status); } && {
8061 test -z "$ac_c_werror_flag" ||
8062 test ! -s conftest.err
8063 } && test -s conftest$ac_exeext &&
8064 $as_test_x conftest$ac_exeext; then
8065 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
8066 else
8067 echo "$as_me: failed program was:" >&5
8068 sed 's/^/| /' conftest.$ac_ext >&5
8070 ac_cv_cflags__fPIC__Wl___export_dynamic=no
8073 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8074 conftest$ac_exeext conftest.$ac_ext
8075 CFLAGS=$ac_wine_try_cflags_saved
8077 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
8078 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
8079 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
8080 LDEXECFLAGS="-Wl,--export-dynamic"
8085 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
8086 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
8087 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
8088 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8089 echo $ECHO_N "(cached) $ECHO_C" >&6
8090 else
8091 ac_wine_try_cflags_saved=$CFLAGS
8092 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
8093 cat >conftest.$ac_ext <<_ACEOF
8094 /* confdefs.h. */
8095 _ACEOF
8096 cat confdefs.h >>conftest.$ac_ext
8097 cat >>conftest.$ac_ext <<_ACEOF
8098 /* end confdefs.h. */
8099 int main(int argc, char *argv) { return 0; }
8100 _ACEOF
8101 rm -f conftest.$ac_objext conftest$ac_exeext
8102 if { (ac_try="$ac_link"
8103 case "(($ac_try" in
8104 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8105 *) ac_try_echo=$ac_try;;
8106 esac
8107 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8108 (eval "$ac_link") 2>conftest.er1
8109 ac_status=$?
8110 grep -v '^ *+' conftest.er1 >conftest.err
8111 rm -f conftest.er1
8112 cat conftest.err >&5
8113 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8114 (exit $ac_status); } && {
8115 test -z "$ac_c_werror_flag" ||
8116 test ! -s conftest.err
8117 } && test -s conftest$ac_exeext &&
8118 $as_test_x conftest$ac_exeext; then
8119 eval "$as_ac_var=yes"
8120 else
8121 echo "$as_me: failed program was:" >&5
8122 sed 's/^/| /' conftest.$ac_ext >&5
8124 eval "$as_ac_var=no"
8127 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8128 conftest$ac_exeext conftest.$ac_ext
8129 CFLAGS=$ac_wine_try_cflags_saved
8131 ac_res=`eval echo '${'$as_ac_var'}'`
8132 { echo "$as_me:$LINENO: result: $ac_res" >&5
8133 echo "${ECHO_T}$ac_res" >&6; }
8134 if test `eval echo '${'$as_ac_var'}'` = yes; then
8135 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8136 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8137 else
8138 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
8139 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
8140 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
8141 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
8142 echo $ECHO_N "(cached) $ECHO_C" >&6
8143 else
8144 ac_wine_try_cflags_saved=$CFLAGS
8145 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
8146 cat >conftest.$ac_ext <<_ACEOF
8147 /* confdefs.h. */
8148 _ACEOF
8149 cat confdefs.h >>conftest.$ac_ext
8150 cat >>conftest.$ac_ext <<_ACEOF
8151 /* end confdefs.h. */
8152 int main(int argc, char *argv) { return 0; }
8153 _ACEOF
8154 rm -f conftest.$ac_objext conftest$ac_exeext
8155 if { (ac_try="$ac_link"
8156 case "(($ac_try" in
8157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8158 *) ac_try_echo=$ac_try;;
8159 esac
8160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8161 (eval "$ac_link") 2>conftest.er1
8162 ac_status=$?
8163 grep -v '^ *+' conftest.er1 >conftest.err
8164 rm -f conftest.er1
8165 cat conftest.err >&5
8166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8167 (exit $ac_status); } && {
8168 test -z "$ac_c_werror_flag" ||
8169 test ! -s conftest.err
8170 } && test -s conftest$ac_exeext &&
8171 $as_test_x conftest$ac_exeext; then
8172 eval "$as_ac_var=yes"
8173 else
8174 echo "$as_me: failed program was:" >&5
8175 sed 's/^/| /' conftest.$ac_ext >&5
8177 eval "$as_ac_var=no"
8180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8181 conftest$ac_exeext conftest.$ac_ext
8182 CFLAGS=$ac_wine_try_cflags_saved
8184 ac_res=`eval echo '${'$as_ac_var'}'`
8185 { echo "$as_me:$LINENO: result: $ac_res" >&5
8186 echo "${ECHO_T}$ac_res" >&6; }
8187 if test `eval echo '${'$as_ac_var'}'` = yes; then
8188 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
8189 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
8195 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
8196 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
8197 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
8198 echo $ECHO_N "(cached) $ECHO_C" >&6
8199 else
8200 ac_wine_try_cflags_saved=$CFLAGS
8201 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
8202 cat >conftest.$ac_ext <<_ACEOF
8203 /* confdefs.h. */
8204 _ACEOF
8205 cat confdefs.h >>conftest.$ac_ext
8206 cat >>conftest.$ac_ext <<_ACEOF
8207 /* end confdefs.h. */
8208 int main(int argc, char *argv) { return 0; }
8209 _ACEOF
8210 rm -f conftest.$ac_objext conftest$ac_exeext
8211 if { (ac_try="$ac_link"
8212 case "(($ac_try" in
8213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214 *) ac_try_echo=$ac_try;;
8215 esac
8216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8217 (eval "$ac_link") 2>conftest.er1
8218 ac_status=$?
8219 grep -v '^ *+' conftest.er1 >conftest.err
8220 rm -f conftest.er1
8221 cat conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } && {
8224 test -z "$ac_c_werror_flag" ||
8225 test ! -s conftest.err
8226 } && test -s conftest$ac_exeext &&
8227 $as_test_x conftest$ac_exeext; then
8228 ac_cv_cflags__Wl___enable_new_dtags=yes
8229 else
8230 echo "$as_me: failed program was:" >&5
8231 sed 's/^/| /' conftest.$ac_ext >&5
8233 ac_cv_cflags__Wl___enable_new_dtags=no
8236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8237 conftest$ac_exeext conftest.$ac_ext
8238 CFLAGS=$ac_wine_try_cflags_saved
8240 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
8241 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
8242 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
8243 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
8247 case $host_cpu in
8248 *i[3456789]86* | x86_64)
8249 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
8250 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
8251 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
8252 echo $ECHO_N "(cached) $ECHO_C" >&6
8253 else
8254 ac_wine_try_cflags_saved=$CFLAGS
8255 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
8256 cat >conftest.$ac_ext <<_ACEOF
8257 /* confdefs.h. */
8258 _ACEOF
8259 cat confdefs.h >>conftest.$ac_ext
8260 cat >>conftest.$ac_ext <<_ACEOF
8261 /* end confdefs.h. */
8262 int main(int argc, char *argv) { return 0; }
8263 _ACEOF
8264 rm -f conftest.$ac_objext conftest$ac_exeext
8265 if { (ac_try="$ac_link"
8266 case "(($ac_try" in
8267 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8268 *) ac_try_echo=$ac_try;;
8269 esac
8270 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8271 (eval "$ac_link") 2>conftest.er1
8272 ac_status=$?
8273 grep -v '^ *+' conftest.er1 >conftest.err
8274 rm -f conftest.er1
8275 cat conftest.err >&5
8276 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8277 (exit $ac_status); } && {
8278 test -z "$ac_c_werror_flag" ||
8279 test ! -s conftest.err
8280 } && test -s conftest$ac_exeext &&
8281 $as_test_x conftest$ac_exeext; then
8282 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
8283 else
8284 echo "$as_me: failed program was:" >&5
8285 sed 's/^/| /' conftest.$ac_ext >&5
8287 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
8290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8291 conftest$ac_exeext conftest.$ac_ext
8292 CFLAGS=$ac_wine_try_cflags_saved
8294 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
8295 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
8296 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
8297 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
8301 esac
8303 else
8304 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
8305 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
8306 if test "${ac_cv_c_dll_unixware+set}" = set; then
8307 echo $ECHO_N "(cached) $ECHO_C" >&6
8308 else
8309 ac_wine_try_cflags_saved=$CFLAGS
8310 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
8311 cat >conftest.$ac_ext <<_ACEOF
8312 void myfunc() {}
8313 _ACEOF
8314 rm -f conftest.$ac_objext conftest$ac_exeext
8315 if { (ac_try="$ac_link"
8316 case "(($ac_try" in
8317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8318 *) ac_try_echo=$ac_try;;
8319 esac
8320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8321 (eval "$ac_link") 2>conftest.er1
8322 ac_status=$?
8323 grep -v '^ *+' conftest.er1 >conftest.err
8324 rm -f conftest.er1
8325 cat conftest.err >&5
8326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8327 (exit $ac_status); } && {
8328 test -z "$ac_c_werror_flag" ||
8329 test ! -s conftest.err
8330 } && test -s conftest$ac_exeext &&
8331 $as_test_x conftest$ac_exeext; then
8332 ac_cv_c_dll_unixware="yes"
8333 else
8334 echo "$as_me: failed program was:" >&5
8335 sed 's/^/| /' conftest.$ac_ext >&5
8337 ac_cv_c_dll_unixware="no"
8340 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8341 conftest$ac_exeext conftest.$ac_ext
8342 CFLAGS=$ac_wine_try_cflags_saved
8344 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
8345 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
8346 if test "$ac_cv_c_dll_unixware" = "yes"
8347 then
8348 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
8349 LDDLLFLAGS="-Wl,-G,-B,symbolic"
8351 else
8352 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
8353 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
8354 if test "${ac_cv_c_dll_hpux+set}" = set; then
8355 echo $ECHO_N "(cached) $ECHO_C" >&6
8356 else
8357 ac_wine_try_cflags_saved=$CFLAGS
8358 CFLAGS="$CFLAGS -shared"
8359 cat >conftest.$ac_ext <<_ACEOF
8360 void myfunc() {}
8361 _ACEOF
8362 rm -f conftest.$ac_objext conftest$ac_exeext
8363 if { (ac_try="$ac_link"
8364 case "(($ac_try" in
8365 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8366 *) ac_try_echo=$ac_try;;
8367 esac
8368 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8369 (eval "$ac_link") 2>conftest.er1
8370 ac_status=$?
8371 grep -v '^ *+' conftest.er1 >conftest.err
8372 rm -f conftest.er1
8373 cat conftest.err >&5
8374 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8375 (exit $ac_status); } && {
8376 test -z "$ac_c_werror_flag" ||
8377 test ! -s conftest.err
8378 } && test -s conftest$ac_exeext &&
8379 $as_test_x conftest$ac_exeext; then
8380 ac_cv_c_dll_hpux="yes"
8381 else
8382 echo "$as_me: failed program was:" >&5
8383 sed 's/^/| /' conftest.$ac_ext >&5
8385 ac_cv_c_dll_hpux="no"
8388 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8389 conftest$ac_exeext conftest.$ac_ext
8390 CFLAGS=$ac_wine_try_cflags_saved
8392 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
8393 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
8394 if test "$ac_cv_c_dll_hpux" = "yes"
8395 then
8396 LIBEXT="sl"
8397 DLLEXT=".sl"
8398 LDDLLFLAGS="-shared -fPIC"
8399 LDSHARED="\$(CC) -shared"
8404 esac
8406 enable_winequartz_drv=${enable_winequartz_drv:-no}
8408 if test "$LIBEXT" = "a"; then
8409 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
8410 It is currently not possible to build Wine without shared library
8411 (.so) support to allow transparent switch between .so and .dll files.
8412 If you are using Linux, you will need a newer binutils.
8413 " >&5
8414 echo "$as_me: error: could not find a way to build shared libraries.
8415 It is currently not possible to build Wine without shared library
8416 (.so) support to allow transparent switch between .so and .dll files.
8417 If you are using Linux, you will need a newer binutils.
8418 " >&2;}
8419 { (exit 1); exit 1; }; }
8422 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
8423 then
8424 for ac_prog in $host_cpu-pc-mingw32-gcc i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc i686-pc-mingw32-gcc
8426 # Extract the first word of "$ac_prog", so it can be a program name with args.
8427 set dummy $ac_prog; ac_word=$2
8428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8430 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8431 echo $ECHO_N "(cached) $ECHO_C" >&6
8432 else
8433 if test -n "$CROSSCC"; then
8434 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8435 else
8436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8437 for as_dir in $PATH
8439 IFS=$as_save_IFS
8440 test -z "$as_dir" && as_dir=.
8441 for ac_exec_ext in '' $ac_executable_extensions; do
8442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8443 ac_cv_prog_CROSSCC="$ac_prog"
8444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8445 break 2
8447 done
8448 done
8449 IFS=$as_save_IFS
8453 CROSSCC=$ac_cv_prog_CROSSCC
8454 if test -n "$CROSSCC"; then
8455 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8456 echo "${ECHO_T}$CROSSCC" >&6; }
8457 else
8458 { echo "$as_me:$LINENO: result: no" >&5
8459 echo "${ECHO_T}no" >&6; }
8463 test -n "$CROSSCC" && break
8464 done
8465 test -n "$CROSSCC" || CROSSCC="false"
8467 for ac_prog in $host_cpu-pc-mingw32-dlltool i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool i686-pc-mingw32-dlltool
8469 # Extract the first word of "$ac_prog", so it can be a program name with args.
8470 set dummy $ac_prog; ac_word=$2
8471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8473 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8474 echo $ECHO_N "(cached) $ECHO_C" >&6
8475 else
8476 if test -n "$DLLTOOL"; then
8477 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8478 else
8479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8480 for as_dir in $PATH
8482 IFS=$as_save_IFS
8483 test -z "$as_dir" && as_dir=.
8484 for ac_exec_ext in '' $ac_executable_extensions; do
8485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8486 ac_cv_prog_DLLTOOL="$ac_prog"
8487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8488 break 2
8490 done
8491 done
8492 IFS=$as_save_IFS
8496 DLLTOOL=$ac_cv_prog_DLLTOOL
8497 if test -n "$DLLTOOL"; then
8498 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8499 echo "${ECHO_T}$DLLTOOL" >&6; }
8500 else
8501 { echo "$as_me:$LINENO: result: no" >&5
8502 echo "${ECHO_T}no" >&6; }
8506 test -n "$DLLTOOL" && break
8507 done
8508 test -n "$DLLTOOL" || DLLTOOL="false"
8510 for ac_prog in $host_cpu-pc-mingw32-ar i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar i686-pc-mingw32-ar
8512 # Extract the first word of "$ac_prog", so it can be a program name with args.
8513 set dummy $ac_prog; ac_word=$2
8514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8516 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8517 echo $ECHO_N "(cached) $ECHO_C" >&6
8518 else
8519 if test -n "$MINGWAR"; then
8520 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8521 else
8522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8523 for as_dir in $PATH
8525 IFS=$as_save_IFS
8526 test -z "$as_dir" && as_dir=.
8527 for ac_exec_ext in '' $ac_executable_extensions; do
8528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8529 ac_cv_prog_MINGWAR="$ac_prog"
8530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8531 break 2
8533 done
8534 done
8535 IFS=$as_save_IFS
8539 MINGWAR=$ac_cv_prog_MINGWAR
8540 if test -n "$MINGWAR"; then
8541 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8542 echo "${ECHO_T}$MINGWAR" >&6; }
8543 else
8544 { echo "$as_me:$LINENO: result: no" >&5
8545 echo "${ECHO_T}no" >&6; }
8549 test -n "$MINGWAR" && break
8550 done
8551 test -n "$MINGWAR" || MINGWAR="false"
8553 if test "$CROSSCC" != "false"
8554 then
8555 CROSSTEST="\$(CROSSTEST)"
8557 set x $CROSSCC
8558 shift
8559 target=""
8560 while test $# -ge 1
8562 case "$1" in
8563 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8564 esac
8565 shift
8566 done
8567 if test -n "$target"
8568 then
8569 CROSSTARGETFLAGS="-b $target"
8576 if test "$ac_cv_header_pthread_h" = "yes"
8577 then
8578 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8579 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8580 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8581 echo $ECHO_N "(cached) $ECHO_C" >&6
8582 else
8583 ac_check_lib_save_LIBS=$LIBS
8584 LIBS="-lpthread $LIBS"
8585 cat >conftest.$ac_ext <<_ACEOF
8586 /* confdefs.h. */
8587 _ACEOF
8588 cat confdefs.h >>conftest.$ac_ext
8589 cat >>conftest.$ac_ext <<_ACEOF
8590 /* end confdefs.h. */
8592 /* Override any GCC internal prototype to avoid an error.
8593 Use char because int might match the return type of a GCC
8594 builtin and then its argument prototype would still apply. */
8595 #ifdef __cplusplus
8596 extern "C"
8597 #endif
8598 char pthread_create ();
8600 main ()
8602 return pthread_create ();
8604 return 0;
8606 _ACEOF
8607 rm -f conftest.$ac_objext conftest$ac_exeext
8608 if { (ac_try="$ac_link"
8609 case "(($ac_try" in
8610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8611 *) ac_try_echo=$ac_try;;
8612 esac
8613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8614 (eval "$ac_link") 2>conftest.er1
8615 ac_status=$?
8616 grep -v '^ *+' conftest.er1 >conftest.err
8617 rm -f conftest.er1
8618 cat conftest.err >&5
8619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8620 (exit $ac_status); } && {
8621 test -z "$ac_c_werror_flag" ||
8622 test ! -s conftest.err
8623 } && test -s conftest$ac_exeext &&
8624 $as_test_x conftest$ac_exeext; then
8625 ac_cv_lib_pthread_pthread_create=yes
8626 else
8627 echo "$as_me: failed program was:" >&5
8628 sed 's/^/| /' conftest.$ac_ext >&5
8630 ac_cv_lib_pthread_pthread_create=no
8633 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8634 conftest$ac_exeext conftest.$ac_ext
8635 LIBS=$ac_check_lib_save_LIBS
8637 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8638 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8639 if test $ac_cv_lib_pthread_pthread_create = yes; then
8640 LIBPTHREAD="-lpthread"
8645 if test "x$LIBPTHREAD" = "x"; then
8646 case "x$with_pthread" in
8647 xno) ;;
8648 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8649 Wine cannot support threads without libpthread.
8650 Use the --without-pthread option if you really want this." >&5
8651 echo "$as_me: error: pthread ${notice_platform}development files not found.
8652 Wine cannot support threads without libpthread.
8653 Use the --without-pthread option if you really want this." >&2;}
8654 { (exit 1); exit 1; }; } ;;
8655 esac
8660 { echo "$as_me:$LINENO: checking for X" >&5
8661 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8664 # Check whether --with-x was given.
8665 if test "${with_x+set}" = set; then
8666 withval=$with_x;
8669 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8670 if test "x$with_x" = xno; then
8671 # The user explicitly disabled X.
8672 have_x=disabled
8673 else
8674 case $x_includes,$x_libraries in #(
8675 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8676 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8677 { (exit 1); exit 1; }; };; #(
8678 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8679 echo $ECHO_N "(cached) $ECHO_C" >&6
8680 else
8681 # One or both of the vars are not set, and there is no cached value.
8682 ac_x_includes=no ac_x_libraries=no
8683 rm -f -r conftest.dir
8684 if mkdir conftest.dir; then
8685 cd conftest.dir
8686 cat >Imakefile <<'_ACEOF'
8687 incroot:
8688 @echo incroot='${INCROOT}'
8689 usrlibdir:
8690 @echo usrlibdir='${USRLIBDIR}'
8691 libdir:
8692 @echo libdir='${LIBDIR}'
8693 _ACEOF
8694 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8695 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8696 for ac_var in incroot usrlibdir libdir; do
8697 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8698 done
8699 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8700 for ac_extension in a so sl; do
8701 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8702 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8703 ac_im_usrlibdir=$ac_im_libdir; break
8705 done
8706 # Screen out bogus values from the imake configuration. They are
8707 # bogus both because they are the default anyway, and because
8708 # using them would break gcc on systems where it needs fixed includes.
8709 case $ac_im_incroot in
8710 /usr/include) ac_x_includes= ;;
8711 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8712 esac
8713 case $ac_im_usrlibdir in
8714 /usr/lib | /lib) ;;
8715 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8716 esac
8718 cd ..
8719 rm -f -r conftest.dir
8722 # Standard set of common directories for X headers.
8723 # Check X11 before X11Rn because it is often a symlink to the current release.
8724 ac_x_header_dirs='
8725 /usr/X11/include
8726 /usr/X11R6/include
8727 /usr/X11R5/include
8728 /usr/X11R4/include
8730 /usr/include/X11
8731 /usr/include/X11R6
8732 /usr/include/X11R5
8733 /usr/include/X11R4
8735 /usr/local/X11/include
8736 /usr/local/X11R6/include
8737 /usr/local/X11R5/include
8738 /usr/local/X11R4/include
8740 /usr/local/include/X11
8741 /usr/local/include/X11R6
8742 /usr/local/include/X11R5
8743 /usr/local/include/X11R4
8745 /usr/X386/include
8746 /usr/x386/include
8747 /usr/XFree86/include/X11
8749 /usr/include
8750 /usr/local/include
8751 /usr/unsupported/include
8752 /usr/athena/include
8753 /usr/local/x11r5/include
8754 /usr/lpp/Xamples/include
8756 /usr/openwin/include
8757 /usr/openwin/share/include'
8759 if test "$ac_x_includes" = no; then
8760 # Guess where to find include files, by looking for Xlib.h.
8761 # First, try using that file with no special directory specified.
8762 cat >conftest.$ac_ext <<_ACEOF
8763 /* confdefs.h. */
8764 _ACEOF
8765 cat confdefs.h >>conftest.$ac_ext
8766 cat >>conftest.$ac_ext <<_ACEOF
8767 /* end confdefs.h. */
8768 #include <X11/Xlib.h>
8769 _ACEOF
8770 if { (ac_try="$ac_cpp conftest.$ac_ext"
8771 case "(($ac_try" in
8772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8773 *) ac_try_echo=$ac_try;;
8774 esac
8775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8776 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8777 ac_status=$?
8778 grep -v '^ *+' conftest.er1 >conftest.err
8779 rm -f conftest.er1
8780 cat conftest.err >&5
8781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8782 (exit $ac_status); } >/dev/null && {
8783 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8784 test ! -s conftest.err
8785 }; then
8786 # We can compile using X headers with no special include directory.
8787 ac_x_includes=
8788 else
8789 echo "$as_me: failed program was:" >&5
8790 sed 's/^/| /' conftest.$ac_ext >&5
8792 for ac_dir in $ac_x_header_dirs; do
8793 if test -r "$ac_dir/X11/Xlib.h"; then
8794 ac_x_includes=$ac_dir
8795 break
8797 done
8800 rm -f conftest.err conftest.$ac_ext
8801 fi # $ac_x_includes = no
8803 if test "$ac_x_libraries" = no; then
8804 # Check for the libraries.
8805 # See if we find them without any special options.
8806 # Don't add to $LIBS permanently.
8807 ac_save_LIBS=$LIBS
8808 LIBS="-lX11 $LIBS"
8809 cat >conftest.$ac_ext <<_ACEOF
8810 /* confdefs.h. */
8811 _ACEOF
8812 cat confdefs.h >>conftest.$ac_ext
8813 cat >>conftest.$ac_ext <<_ACEOF
8814 /* end confdefs.h. */
8815 #include <X11/Xlib.h>
8817 main ()
8819 XrmInitialize ()
8821 return 0;
8823 _ACEOF
8824 rm -f conftest.$ac_objext conftest$ac_exeext
8825 if { (ac_try="$ac_link"
8826 case "(($ac_try" in
8827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8828 *) ac_try_echo=$ac_try;;
8829 esac
8830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8831 (eval "$ac_link") 2>conftest.er1
8832 ac_status=$?
8833 grep -v '^ *+' conftest.er1 >conftest.err
8834 rm -f conftest.er1
8835 cat conftest.err >&5
8836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8837 (exit $ac_status); } && {
8838 test -z "$ac_c_werror_flag" ||
8839 test ! -s conftest.err
8840 } && test -s conftest$ac_exeext &&
8841 $as_test_x conftest$ac_exeext; then
8842 LIBS=$ac_save_LIBS
8843 # We can link X programs with no special library path.
8844 ac_x_libraries=
8845 else
8846 echo "$as_me: failed program was:" >&5
8847 sed 's/^/| /' conftest.$ac_ext >&5
8849 LIBS=$ac_save_LIBS
8850 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8852 # Don't even attempt the hair of trying to link an X program!
8853 for ac_extension in a so sl; do
8854 if test -r "$ac_dir/libX11.$ac_extension"; then
8855 ac_x_libraries=$ac_dir
8856 break 2
8858 done
8859 done
8862 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8863 conftest$ac_exeext conftest.$ac_ext
8864 fi # $ac_x_libraries = no
8866 case $ac_x_includes,$ac_x_libraries in #(
8867 no,* | *,no | *\'*)
8868 # Didn't find X, or a directory has "'" in its name.
8869 ac_cv_have_x="have_x=no";; #(
8871 # Record where we found X for the cache.
8872 ac_cv_have_x="have_x=yes\
8873 ac_x_includes='$ac_x_includes'\
8874 ac_x_libraries='$ac_x_libraries'"
8875 esac
8877 ;; #(
8878 *) have_x=yes;;
8879 esac
8880 eval "$ac_cv_have_x"
8881 fi # $with_x != no
8883 if test "$have_x" != yes; then
8884 { echo "$as_me:$LINENO: result: $have_x" >&5
8885 echo "${ECHO_T}$have_x" >&6; }
8886 no_x=yes
8887 else
8888 # If each of the values was on the command line, it overrides each guess.
8889 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8890 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8891 # Update the cache value to reflect the command line values.
8892 ac_cv_have_x="have_x=yes\
8893 ac_x_includes='$x_includes'\
8894 ac_x_libraries='$x_libraries'"
8895 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8896 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8899 if test "$no_x" = yes; then
8900 # Not all programs may use this symbol, but it does not hurt to define it.
8902 cat >>confdefs.h <<\_ACEOF
8903 #define X_DISPLAY_MISSING 1
8904 _ACEOF
8906 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8907 else
8908 if test -n "$x_includes"; then
8909 X_CFLAGS="$X_CFLAGS -I$x_includes"
8912 # It would also be nice to do this for all -L options, not just this one.
8913 if test -n "$x_libraries"; then
8914 X_LIBS="$X_LIBS -L$x_libraries"
8915 # For Solaris; some versions of Sun CC require a space after -R and
8916 # others require no space. Words are not sufficient . . . .
8917 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8918 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8919 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8920 ac_xsave_c_werror_flag=$ac_c_werror_flag
8921 ac_c_werror_flag=yes
8922 cat >conftest.$ac_ext <<_ACEOF
8923 /* confdefs.h. */
8924 _ACEOF
8925 cat confdefs.h >>conftest.$ac_ext
8926 cat >>conftest.$ac_ext <<_ACEOF
8927 /* end confdefs.h. */
8930 main ()
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 { echo "$as_me:$LINENO: result: no" >&5
8956 echo "${ECHO_T}no" >&6; }
8957 X_LIBS="$X_LIBS -R$x_libraries"
8958 else
8959 echo "$as_me: failed program was:" >&5
8960 sed 's/^/| /' conftest.$ac_ext >&5
8962 LIBS="$ac_xsave_LIBS -R $x_libraries"
8963 cat >conftest.$ac_ext <<_ACEOF
8964 /* confdefs.h. */
8965 _ACEOF
8966 cat confdefs.h >>conftest.$ac_ext
8967 cat >>conftest.$ac_ext <<_ACEOF
8968 /* end confdefs.h. */
8971 main ()
8975 return 0;
8977 _ACEOF
8978 rm -f conftest.$ac_objext conftest$ac_exeext
8979 if { (ac_try="$ac_link"
8980 case "(($ac_try" in
8981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8982 *) ac_try_echo=$ac_try;;
8983 esac
8984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8985 (eval "$ac_link") 2>conftest.er1
8986 ac_status=$?
8987 grep -v '^ *+' conftest.er1 >conftest.err
8988 rm -f conftest.er1
8989 cat conftest.err >&5
8990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8991 (exit $ac_status); } && {
8992 test -z "$ac_c_werror_flag" ||
8993 test ! -s conftest.err
8994 } && test -s conftest$ac_exeext &&
8995 $as_test_x conftest$ac_exeext; then
8996 { echo "$as_me:$LINENO: result: yes" >&5
8997 echo "${ECHO_T}yes" >&6; }
8998 X_LIBS="$X_LIBS -R $x_libraries"
8999 else
9000 echo "$as_me: failed program was:" >&5
9001 sed 's/^/| /' conftest.$ac_ext >&5
9003 { echo "$as_me:$LINENO: result: neither works" >&5
9004 echo "${ECHO_T}neither works" >&6; }
9007 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9008 conftest$ac_exeext conftest.$ac_ext
9011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9012 conftest$ac_exeext conftest.$ac_ext
9013 ac_c_werror_flag=$ac_xsave_c_werror_flag
9014 LIBS=$ac_xsave_LIBS
9017 # Check for system-dependent libraries X programs must link with.
9018 # Do this before checking for the system-independent R6 libraries
9019 # (-lICE), since we may need -lsocket or whatever for X linking.
9021 if test "$ISC" = yes; then
9022 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9023 else
9024 # Martyn Johnson says this is needed for Ultrix, if the X
9025 # libraries were built with DECnet support. And Karl Berry says
9026 # the Alpha needs dnet_stub (dnet does not exist).
9027 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9028 cat >conftest.$ac_ext <<_ACEOF
9029 /* confdefs.h. */
9030 _ACEOF
9031 cat confdefs.h >>conftest.$ac_ext
9032 cat >>conftest.$ac_ext <<_ACEOF
9033 /* end confdefs.h. */
9035 /* Override any GCC internal prototype to avoid an error.
9036 Use char because int might match the return type of a GCC
9037 builtin and then its argument prototype would still apply. */
9038 #ifdef __cplusplus
9039 extern "C"
9040 #endif
9041 char XOpenDisplay ();
9043 main ()
9045 return XOpenDisplay ();
9047 return 0;
9049 _ACEOF
9050 rm -f conftest.$ac_objext conftest$ac_exeext
9051 if { (ac_try="$ac_link"
9052 case "(($ac_try" in
9053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9054 *) ac_try_echo=$ac_try;;
9055 esac
9056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9057 (eval "$ac_link") 2>conftest.er1
9058 ac_status=$?
9059 grep -v '^ *+' conftest.er1 >conftest.err
9060 rm -f conftest.er1
9061 cat conftest.err >&5
9062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9063 (exit $ac_status); } && {
9064 test -z "$ac_c_werror_flag" ||
9065 test ! -s conftest.err
9066 } && test -s conftest$ac_exeext &&
9067 $as_test_x conftest$ac_exeext; then
9069 else
9070 echo "$as_me: failed program was:" >&5
9071 sed 's/^/| /' conftest.$ac_ext >&5
9073 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9074 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
9075 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9076 echo $ECHO_N "(cached) $ECHO_C" >&6
9077 else
9078 ac_check_lib_save_LIBS=$LIBS
9079 LIBS="-ldnet $LIBS"
9080 cat >conftest.$ac_ext <<_ACEOF
9081 /* confdefs.h. */
9082 _ACEOF
9083 cat confdefs.h >>conftest.$ac_ext
9084 cat >>conftest.$ac_ext <<_ACEOF
9085 /* end confdefs.h. */
9087 /* Override any GCC internal prototype to avoid an error.
9088 Use char because int might match the return type of a GCC
9089 builtin and then its argument prototype would still apply. */
9090 #ifdef __cplusplus
9091 extern "C"
9092 #endif
9093 char dnet_ntoa ();
9095 main ()
9097 return dnet_ntoa ();
9099 return 0;
9101 _ACEOF
9102 rm -f conftest.$ac_objext conftest$ac_exeext
9103 if { (ac_try="$ac_link"
9104 case "(($ac_try" in
9105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9106 *) ac_try_echo=$ac_try;;
9107 esac
9108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9109 (eval "$ac_link") 2>conftest.er1
9110 ac_status=$?
9111 grep -v '^ *+' conftest.er1 >conftest.err
9112 rm -f conftest.er1
9113 cat conftest.err >&5
9114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9115 (exit $ac_status); } && {
9116 test -z "$ac_c_werror_flag" ||
9117 test ! -s conftest.err
9118 } && test -s conftest$ac_exeext &&
9119 $as_test_x conftest$ac_exeext; then
9120 ac_cv_lib_dnet_dnet_ntoa=yes
9121 else
9122 echo "$as_me: failed program was:" >&5
9123 sed 's/^/| /' conftest.$ac_ext >&5
9125 ac_cv_lib_dnet_dnet_ntoa=no
9128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9129 conftest$ac_exeext conftest.$ac_ext
9130 LIBS=$ac_check_lib_save_LIBS
9132 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9133 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9134 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9135 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9138 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9139 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9140 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9141 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9142 echo $ECHO_N "(cached) $ECHO_C" >&6
9143 else
9144 ac_check_lib_save_LIBS=$LIBS
9145 LIBS="-ldnet_stub $LIBS"
9146 cat >conftest.$ac_ext <<_ACEOF
9147 /* confdefs.h. */
9148 _ACEOF
9149 cat confdefs.h >>conftest.$ac_ext
9150 cat >>conftest.$ac_ext <<_ACEOF
9151 /* end confdefs.h. */
9153 /* Override any GCC internal prototype to avoid an error.
9154 Use char because int might match the return type of a GCC
9155 builtin and then its argument prototype would still apply. */
9156 #ifdef __cplusplus
9157 extern "C"
9158 #endif
9159 char dnet_ntoa ();
9161 main ()
9163 return dnet_ntoa ();
9165 return 0;
9167 _ACEOF
9168 rm -f conftest.$ac_objext conftest$ac_exeext
9169 if { (ac_try="$ac_link"
9170 case "(($ac_try" in
9171 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9172 *) ac_try_echo=$ac_try;;
9173 esac
9174 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9175 (eval "$ac_link") 2>conftest.er1
9176 ac_status=$?
9177 grep -v '^ *+' conftest.er1 >conftest.err
9178 rm -f conftest.er1
9179 cat conftest.err >&5
9180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9181 (exit $ac_status); } && {
9182 test -z "$ac_c_werror_flag" ||
9183 test ! -s conftest.err
9184 } && test -s conftest$ac_exeext &&
9185 $as_test_x conftest$ac_exeext; then
9186 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9187 else
9188 echo "$as_me: failed program was:" >&5
9189 sed 's/^/| /' conftest.$ac_ext >&5
9191 ac_cv_lib_dnet_stub_dnet_ntoa=no
9194 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9195 conftest$ac_exeext conftest.$ac_ext
9196 LIBS=$ac_check_lib_save_LIBS
9198 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9199 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9200 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9201 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9207 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9208 conftest$ac_exeext conftest.$ac_ext
9209 LIBS="$ac_xsave_LIBS"
9211 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9212 # to get the SysV transport functions.
9213 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9214 # needs -lnsl.
9215 # The nsl library prevents programs from opening the X display
9216 # on Irix 5.2, according to T.E. Dickey.
9217 # The functions gethostbyname, getservbyname, and inet_addr are
9218 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9219 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9220 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9221 if test "${ac_cv_func_gethostbyname+set}" = set; then
9222 echo $ECHO_N "(cached) $ECHO_C" >&6
9223 else
9224 cat >conftest.$ac_ext <<_ACEOF
9225 /* confdefs.h. */
9226 _ACEOF
9227 cat confdefs.h >>conftest.$ac_ext
9228 cat >>conftest.$ac_ext <<_ACEOF
9229 /* end confdefs.h. */
9230 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9231 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9232 #define gethostbyname innocuous_gethostbyname
9234 /* System header to define __stub macros and hopefully few prototypes,
9235 which can conflict with char gethostbyname (); below.
9236 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9237 <limits.h> exists even on freestanding compilers. */
9239 #ifdef __STDC__
9240 # include <limits.h>
9241 #else
9242 # include <assert.h>
9243 #endif
9245 #undef gethostbyname
9247 /* Override any GCC internal prototype to avoid an error.
9248 Use char because int might match the return type of a GCC
9249 builtin and then its argument prototype would still apply. */
9250 #ifdef __cplusplus
9251 extern "C"
9252 #endif
9253 char gethostbyname ();
9254 /* The GNU C library defines this for functions which it implements
9255 to always fail with ENOSYS. Some functions are actually named
9256 something starting with __ and the normal name is an alias. */
9257 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9258 choke me
9259 #endif
9262 main ()
9264 return gethostbyname ();
9266 return 0;
9268 _ACEOF
9269 rm -f conftest.$ac_objext conftest$ac_exeext
9270 if { (ac_try="$ac_link"
9271 case "(($ac_try" in
9272 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9273 *) ac_try_echo=$ac_try;;
9274 esac
9275 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9276 (eval "$ac_link") 2>conftest.er1
9277 ac_status=$?
9278 grep -v '^ *+' conftest.er1 >conftest.err
9279 rm -f conftest.er1
9280 cat conftest.err >&5
9281 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9282 (exit $ac_status); } && {
9283 test -z "$ac_c_werror_flag" ||
9284 test ! -s conftest.err
9285 } && test -s conftest$ac_exeext &&
9286 $as_test_x conftest$ac_exeext; then
9287 ac_cv_func_gethostbyname=yes
9288 else
9289 echo "$as_me: failed program was:" >&5
9290 sed 's/^/| /' conftest.$ac_ext >&5
9292 ac_cv_func_gethostbyname=no
9295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9296 conftest$ac_exeext conftest.$ac_ext
9298 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9299 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9301 if test $ac_cv_func_gethostbyname = no; then
9302 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9303 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9304 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9305 echo $ECHO_N "(cached) $ECHO_C" >&6
9306 else
9307 ac_check_lib_save_LIBS=$LIBS
9308 LIBS="-lnsl $LIBS"
9309 cat >conftest.$ac_ext <<_ACEOF
9310 /* confdefs.h. */
9311 _ACEOF
9312 cat confdefs.h >>conftest.$ac_ext
9313 cat >>conftest.$ac_ext <<_ACEOF
9314 /* end confdefs.h. */
9316 /* Override any GCC internal prototype to avoid an error.
9317 Use char because int might match the return type of a GCC
9318 builtin and then its argument prototype would still apply. */
9319 #ifdef __cplusplus
9320 extern "C"
9321 #endif
9322 char gethostbyname ();
9324 main ()
9326 return gethostbyname ();
9328 return 0;
9330 _ACEOF
9331 rm -f conftest.$ac_objext conftest$ac_exeext
9332 if { (ac_try="$ac_link"
9333 case "(($ac_try" in
9334 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9335 *) ac_try_echo=$ac_try;;
9336 esac
9337 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9338 (eval "$ac_link") 2>conftest.er1
9339 ac_status=$?
9340 grep -v '^ *+' conftest.er1 >conftest.err
9341 rm -f conftest.er1
9342 cat conftest.err >&5
9343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9344 (exit $ac_status); } && {
9345 test -z "$ac_c_werror_flag" ||
9346 test ! -s conftest.err
9347 } && test -s conftest$ac_exeext &&
9348 $as_test_x conftest$ac_exeext; then
9349 ac_cv_lib_nsl_gethostbyname=yes
9350 else
9351 echo "$as_me: failed program was:" >&5
9352 sed 's/^/| /' conftest.$ac_ext >&5
9354 ac_cv_lib_nsl_gethostbyname=no
9357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9358 conftest$ac_exeext conftest.$ac_ext
9359 LIBS=$ac_check_lib_save_LIBS
9361 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9362 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9363 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9364 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9367 if test $ac_cv_lib_nsl_gethostbyname = no; then
9368 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9369 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9370 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9371 echo $ECHO_N "(cached) $ECHO_C" >&6
9372 else
9373 ac_check_lib_save_LIBS=$LIBS
9374 LIBS="-lbsd $LIBS"
9375 cat >conftest.$ac_ext <<_ACEOF
9376 /* confdefs.h. */
9377 _ACEOF
9378 cat confdefs.h >>conftest.$ac_ext
9379 cat >>conftest.$ac_ext <<_ACEOF
9380 /* end confdefs.h. */
9382 /* Override any GCC internal prototype to avoid an error.
9383 Use char because int might match the return type of a GCC
9384 builtin and then its argument prototype would still apply. */
9385 #ifdef __cplusplus
9386 extern "C"
9387 #endif
9388 char gethostbyname ();
9390 main ()
9392 return gethostbyname ();
9394 return 0;
9396 _ACEOF
9397 rm -f conftest.$ac_objext conftest$ac_exeext
9398 if { (ac_try="$ac_link"
9399 case "(($ac_try" in
9400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9401 *) ac_try_echo=$ac_try;;
9402 esac
9403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9404 (eval "$ac_link") 2>conftest.er1
9405 ac_status=$?
9406 grep -v '^ *+' conftest.er1 >conftest.err
9407 rm -f conftest.er1
9408 cat conftest.err >&5
9409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9410 (exit $ac_status); } && {
9411 test -z "$ac_c_werror_flag" ||
9412 test ! -s conftest.err
9413 } && test -s conftest$ac_exeext &&
9414 $as_test_x conftest$ac_exeext; then
9415 ac_cv_lib_bsd_gethostbyname=yes
9416 else
9417 echo "$as_me: failed program was:" >&5
9418 sed 's/^/| /' conftest.$ac_ext >&5
9420 ac_cv_lib_bsd_gethostbyname=no
9423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9424 conftest$ac_exeext conftest.$ac_ext
9425 LIBS=$ac_check_lib_save_LIBS
9427 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9428 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9429 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9430 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9436 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9437 # socket/setsockopt and other routines are undefined under SCO ODT
9438 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9439 # on later versions), says Simon Leinen: it contains gethostby*
9440 # variants that don't use the name server (or something). -lsocket
9441 # must be given before -lnsl if both are needed. We assume that
9442 # if connect needs -lnsl, so does gethostbyname.
9443 { echo "$as_me:$LINENO: checking for connect" >&5
9444 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9445 if test "${ac_cv_func_connect+set}" = set; then
9446 echo $ECHO_N "(cached) $ECHO_C" >&6
9447 else
9448 cat >conftest.$ac_ext <<_ACEOF
9449 /* confdefs.h. */
9450 _ACEOF
9451 cat confdefs.h >>conftest.$ac_ext
9452 cat >>conftest.$ac_ext <<_ACEOF
9453 /* end confdefs.h. */
9454 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9455 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9456 #define connect innocuous_connect
9458 /* System header to define __stub macros and hopefully few prototypes,
9459 which can conflict with char connect (); below.
9460 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9461 <limits.h> exists even on freestanding compilers. */
9463 #ifdef __STDC__
9464 # include <limits.h>
9465 #else
9466 # include <assert.h>
9467 #endif
9469 #undef connect
9471 /* Override any GCC internal prototype to avoid an error.
9472 Use char because int might match the return type of a GCC
9473 builtin and then its argument prototype would still apply. */
9474 #ifdef __cplusplus
9475 extern "C"
9476 #endif
9477 char connect ();
9478 /* The GNU C library defines this for functions which it implements
9479 to always fail with ENOSYS. Some functions are actually named
9480 something starting with __ and the normal name is an alias. */
9481 #if defined __stub_connect || defined __stub___connect
9482 choke me
9483 #endif
9486 main ()
9488 return connect ();
9490 return 0;
9492 _ACEOF
9493 rm -f conftest.$ac_objext conftest$ac_exeext
9494 if { (ac_try="$ac_link"
9495 case "(($ac_try" in
9496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9497 *) ac_try_echo=$ac_try;;
9498 esac
9499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9500 (eval "$ac_link") 2>conftest.er1
9501 ac_status=$?
9502 grep -v '^ *+' conftest.er1 >conftest.err
9503 rm -f conftest.er1
9504 cat conftest.err >&5
9505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9506 (exit $ac_status); } && {
9507 test -z "$ac_c_werror_flag" ||
9508 test ! -s conftest.err
9509 } && test -s conftest$ac_exeext &&
9510 $as_test_x conftest$ac_exeext; then
9511 ac_cv_func_connect=yes
9512 else
9513 echo "$as_me: failed program was:" >&5
9514 sed 's/^/| /' conftest.$ac_ext >&5
9516 ac_cv_func_connect=no
9519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9520 conftest$ac_exeext conftest.$ac_ext
9522 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9523 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9525 if test $ac_cv_func_connect = no; then
9526 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9527 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9528 if test "${ac_cv_lib_socket_connect+set}" = set; then
9529 echo $ECHO_N "(cached) $ECHO_C" >&6
9530 else
9531 ac_check_lib_save_LIBS=$LIBS
9532 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9533 cat >conftest.$ac_ext <<_ACEOF
9534 /* confdefs.h. */
9535 _ACEOF
9536 cat confdefs.h >>conftest.$ac_ext
9537 cat >>conftest.$ac_ext <<_ACEOF
9538 /* end confdefs.h. */
9540 /* Override any GCC internal prototype to avoid an error.
9541 Use char because int might match the return type of a GCC
9542 builtin and then its argument prototype would still apply. */
9543 #ifdef __cplusplus
9544 extern "C"
9545 #endif
9546 char connect ();
9548 main ()
9550 return connect ();
9552 return 0;
9554 _ACEOF
9555 rm -f conftest.$ac_objext conftest$ac_exeext
9556 if { (ac_try="$ac_link"
9557 case "(($ac_try" in
9558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9559 *) ac_try_echo=$ac_try;;
9560 esac
9561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9562 (eval "$ac_link") 2>conftest.er1
9563 ac_status=$?
9564 grep -v '^ *+' conftest.er1 >conftest.err
9565 rm -f conftest.er1
9566 cat conftest.err >&5
9567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9568 (exit $ac_status); } && {
9569 test -z "$ac_c_werror_flag" ||
9570 test ! -s conftest.err
9571 } && test -s conftest$ac_exeext &&
9572 $as_test_x conftest$ac_exeext; then
9573 ac_cv_lib_socket_connect=yes
9574 else
9575 echo "$as_me: failed program was:" >&5
9576 sed 's/^/| /' conftest.$ac_ext >&5
9578 ac_cv_lib_socket_connect=no
9581 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9582 conftest$ac_exeext conftest.$ac_ext
9583 LIBS=$ac_check_lib_save_LIBS
9585 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9586 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9587 if test $ac_cv_lib_socket_connect = yes; then
9588 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9593 # Guillermo Gomez says -lposix is necessary on A/UX.
9594 { echo "$as_me:$LINENO: checking for remove" >&5
9595 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9596 if test "${ac_cv_func_remove+set}" = set; then
9597 echo $ECHO_N "(cached) $ECHO_C" >&6
9598 else
9599 cat >conftest.$ac_ext <<_ACEOF
9600 /* confdefs.h. */
9601 _ACEOF
9602 cat confdefs.h >>conftest.$ac_ext
9603 cat >>conftest.$ac_ext <<_ACEOF
9604 /* end confdefs.h. */
9605 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9606 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9607 #define remove innocuous_remove
9609 /* System header to define __stub macros and hopefully few prototypes,
9610 which can conflict with char remove (); below.
9611 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9612 <limits.h> exists even on freestanding compilers. */
9614 #ifdef __STDC__
9615 # include <limits.h>
9616 #else
9617 # include <assert.h>
9618 #endif
9620 #undef remove
9622 /* Override any GCC internal prototype to avoid an error.
9623 Use char because int might match the return type of a GCC
9624 builtin and then its argument prototype would still apply. */
9625 #ifdef __cplusplus
9626 extern "C"
9627 #endif
9628 char remove ();
9629 /* The GNU C library defines this for functions which it implements
9630 to always fail with ENOSYS. Some functions are actually named
9631 something starting with __ and the normal name is an alias. */
9632 #if defined __stub_remove || defined __stub___remove
9633 choke me
9634 #endif
9637 main ()
9639 return remove ();
9641 return 0;
9643 _ACEOF
9644 rm -f conftest.$ac_objext conftest$ac_exeext
9645 if { (ac_try="$ac_link"
9646 case "(($ac_try" in
9647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9648 *) ac_try_echo=$ac_try;;
9649 esac
9650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9651 (eval "$ac_link") 2>conftest.er1
9652 ac_status=$?
9653 grep -v '^ *+' conftest.er1 >conftest.err
9654 rm -f conftest.er1
9655 cat conftest.err >&5
9656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9657 (exit $ac_status); } && {
9658 test -z "$ac_c_werror_flag" ||
9659 test ! -s conftest.err
9660 } && test -s conftest$ac_exeext &&
9661 $as_test_x conftest$ac_exeext; then
9662 ac_cv_func_remove=yes
9663 else
9664 echo "$as_me: failed program was:" >&5
9665 sed 's/^/| /' conftest.$ac_ext >&5
9667 ac_cv_func_remove=no
9670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9671 conftest$ac_exeext conftest.$ac_ext
9673 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9674 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9676 if test $ac_cv_func_remove = no; then
9677 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9678 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9679 if test "${ac_cv_lib_posix_remove+set}" = set; then
9680 echo $ECHO_N "(cached) $ECHO_C" >&6
9681 else
9682 ac_check_lib_save_LIBS=$LIBS
9683 LIBS="-lposix $LIBS"
9684 cat >conftest.$ac_ext <<_ACEOF
9685 /* confdefs.h. */
9686 _ACEOF
9687 cat confdefs.h >>conftest.$ac_ext
9688 cat >>conftest.$ac_ext <<_ACEOF
9689 /* end confdefs.h. */
9691 /* Override any GCC internal prototype to avoid an error.
9692 Use char because int might match the return type of a GCC
9693 builtin and then its argument prototype would still apply. */
9694 #ifdef __cplusplus
9695 extern "C"
9696 #endif
9697 char remove ();
9699 main ()
9701 return remove ();
9703 return 0;
9705 _ACEOF
9706 rm -f conftest.$ac_objext conftest$ac_exeext
9707 if { (ac_try="$ac_link"
9708 case "(($ac_try" in
9709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9710 *) ac_try_echo=$ac_try;;
9711 esac
9712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9713 (eval "$ac_link") 2>conftest.er1
9714 ac_status=$?
9715 grep -v '^ *+' conftest.er1 >conftest.err
9716 rm -f conftest.er1
9717 cat conftest.err >&5
9718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9719 (exit $ac_status); } && {
9720 test -z "$ac_c_werror_flag" ||
9721 test ! -s conftest.err
9722 } && test -s conftest$ac_exeext &&
9723 $as_test_x conftest$ac_exeext; then
9724 ac_cv_lib_posix_remove=yes
9725 else
9726 echo "$as_me: failed program was:" >&5
9727 sed 's/^/| /' conftest.$ac_ext >&5
9729 ac_cv_lib_posix_remove=no
9732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9733 conftest$ac_exeext conftest.$ac_ext
9734 LIBS=$ac_check_lib_save_LIBS
9736 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9737 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9738 if test $ac_cv_lib_posix_remove = yes; then
9739 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9744 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9745 { echo "$as_me:$LINENO: checking for shmat" >&5
9746 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9747 if test "${ac_cv_func_shmat+set}" = set; then
9748 echo $ECHO_N "(cached) $ECHO_C" >&6
9749 else
9750 cat >conftest.$ac_ext <<_ACEOF
9751 /* confdefs.h. */
9752 _ACEOF
9753 cat confdefs.h >>conftest.$ac_ext
9754 cat >>conftest.$ac_ext <<_ACEOF
9755 /* end confdefs.h. */
9756 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9757 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9758 #define shmat innocuous_shmat
9760 /* System header to define __stub macros and hopefully few prototypes,
9761 which can conflict with char shmat (); below.
9762 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9763 <limits.h> exists even on freestanding compilers. */
9765 #ifdef __STDC__
9766 # include <limits.h>
9767 #else
9768 # include <assert.h>
9769 #endif
9771 #undef shmat
9773 /* Override any GCC internal prototype to avoid an error.
9774 Use char because int might match the return type of a GCC
9775 builtin and then its argument prototype would still apply. */
9776 #ifdef __cplusplus
9777 extern "C"
9778 #endif
9779 char shmat ();
9780 /* The GNU C library defines this for functions which it implements
9781 to always fail with ENOSYS. Some functions are actually named
9782 something starting with __ and the normal name is an alias. */
9783 #if defined __stub_shmat || defined __stub___shmat
9784 choke me
9785 #endif
9788 main ()
9790 return shmat ();
9792 return 0;
9794 _ACEOF
9795 rm -f conftest.$ac_objext conftest$ac_exeext
9796 if { (ac_try="$ac_link"
9797 case "(($ac_try" in
9798 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9799 *) ac_try_echo=$ac_try;;
9800 esac
9801 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9802 (eval "$ac_link") 2>conftest.er1
9803 ac_status=$?
9804 grep -v '^ *+' conftest.er1 >conftest.err
9805 rm -f conftest.er1
9806 cat conftest.err >&5
9807 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9808 (exit $ac_status); } && {
9809 test -z "$ac_c_werror_flag" ||
9810 test ! -s conftest.err
9811 } && test -s conftest$ac_exeext &&
9812 $as_test_x conftest$ac_exeext; then
9813 ac_cv_func_shmat=yes
9814 else
9815 echo "$as_me: failed program was:" >&5
9816 sed 's/^/| /' conftest.$ac_ext >&5
9818 ac_cv_func_shmat=no
9821 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9822 conftest$ac_exeext conftest.$ac_ext
9824 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9825 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9827 if test $ac_cv_func_shmat = no; then
9828 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9829 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9830 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9831 echo $ECHO_N "(cached) $ECHO_C" >&6
9832 else
9833 ac_check_lib_save_LIBS=$LIBS
9834 LIBS="-lipc $LIBS"
9835 cat >conftest.$ac_ext <<_ACEOF
9836 /* confdefs.h. */
9837 _ACEOF
9838 cat confdefs.h >>conftest.$ac_ext
9839 cat >>conftest.$ac_ext <<_ACEOF
9840 /* end confdefs.h. */
9842 /* Override any GCC internal prototype to avoid an error.
9843 Use char because int might match the return type of a GCC
9844 builtin and then its argument prototype would still apply. */
9845 #ifdef __cplusplus
9846 extern "C"
9847 #endif
9848 char shmat ();
9850 main ()
9852 return shmat ();
9854 return 0;
9856 _ACEOF
9857 rm -f conftest.$ac_objext conftest$ac_exeext
9858 if { (ac_try="$ac_link"
9859 case "(($ac_try" in
9860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9861 *) ac_try_echo=$ac_try;;
9862 esac
9863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9864 (eval "$ac_link") 2>conftest.er1
9865 ac_status=$?
9866 grep -v '^ *+' conftest.er1 >conftest.err
9867 rm -f conftest.er1
9868 cat conftest.err >&5
9869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9870 (exit $ac_status); } && {
9871 test -z "$ac_c_werror_flag" ||
9872 test ! -s conftest.err
9873 } && test -s conftest$ac_exeext &&
9874 $as_test_x conftest$ac_exeext; then
9875 ac_cv_lib_ipc_shmat=yes
9876 else
9877 echo "$as_me: failed program was:" >&5
9878 sed 's/^/| /' conftest.$ac_ext >&5
9880 ac_cv_lib_ipc_shmat=no
9883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9884 conftest$ac_exeext conftest.$ac_ext
9885 LIBS=$ac_check_lib_save_LIBS
9887 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9888 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9889 if test $ac_cv_lib_ipc_shmat = yes; then
9890 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9896 # Check for libraries that X11R6 Xt/Xaw programs need.
9897 ac_save_LDFLAGS=$LDFLAGS
9898 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9899 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9900 # check for ICE first), but we must link in the order -lSM -lICE or
9901 # we get undefined symbols. So assume we have SM if we have ICE.
9902 # These have to be linked with before -lX11, unlike the other
9903 # libraries we check for below, so use a different variable.
9904 # John Interrante, Karl Berry
9905 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9906 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9907 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9908 echo $ECHO_N "(cached) $ECHO_C" >&6
9909 else
9910 ac_check_lib_save_LIBS=$LIBS
9911 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9912 cat >conftest.$ac_ext <<_ACEOF
9913 /* confdefs.h. */
9914 _ACEOF
9915 cat confdefs.h >>conftest.$ac_ext
9916 cat >>conftest.$ac_ext <<_ACEOF
9917 /* end confdefs.h. */
9919 /* Override any GCC internal prototype to avoid an error.
9920 Use char because int might match the return type of a GCC
9921 builtin and then its argument prototype would still apply. */
9922 #ifdef __cplusplus
9923 extern "C"
9924 #endif
9925 char IceConnectionNumber ();
9927 main ()
9929 return IceConnectionNumber ();
9931 return 0;
9933 _ACEOF
9934 rm -f conftest.$ac_objext conftest$ac_exeext
9935 if { (ac_try="$ac_link"
9936 case "(($ac_try" in
9937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9938 *) ac_try_echo=$ac_try;;
9939 esac
9940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9941 (eval "$ac_link") 2>conftest.er1
9942 ac_status=$?
9943 grep -v '^ *+' conftest.er1 >conftest.err
9944 rm -f conftest.er1
9945 cat conftest.err >&5
9946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9947 (exit $ac_status); } && {
9948 test -z "$ac_c_werror_flag" ||
9949 test ! -s conftest.err
9950 } && test -s conftest$ac_exeext &&
9951 $as_test_x conftest$ac_exeext; then
9952 ac_cv_lib_ICE_IceConnectionNumber=yes
9953 else
9954 echo "$as_me: failed program was:" >&5
9955 sed 's/^/| /' conftest.$ac_ext >&5
9957 ac_cv_lib_ICE_IceConnectionNumber=no
9960 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9961 conftest$ac_exeext conftest.$ac_ext
9962 LIBS=$ac_check_lib_save_LIBS
9964 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9965 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9966 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9967 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9970 LDFLAGS=$ac_save_LDFLAGS
9975 if test "$have_x" = "yes"
9976 then
9977 XLIB="-lX11"
9978 ac_save_CPPFLAGS="$CPPFLAGS"
9979 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9981 { echo "$as_me:$LINENO: checking for -lX11" >&5
9982 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9983 if test "${ac_cv_lib_soname_X11+set}" = set; then
9984 echo $ECHO_N "(cached) $ECHO_C" >&6
9985 else
9986 ac_check_soname_save_LIBS=$LIBS
9987 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9988 cat >conftest.$ac_ext <<_ACEOF
9989 /* confdefs.h. */
9990 _ACEOF
9991 cat confdefs.h >>conftest.$ac_ext
9992 cat >>conftest.$ac_ext <<_ACEOF
9993 /* end confdefs.h. */
9995 /* Override any GCC internal prototype to avoid an error.
9996 Use char because int might match the return type of a GCC
9997 builtin and then its argument prototype would still apply. */
9998 #ifdef __cplusplus
9999 extern "C"
10000 #endif
10001 char XCreateWindow ();
10003 main ()
10005 return XCreateWindow ();
10007 return 0;
10009 _ACEOF
10010 rm -f conftest.$ac_objext conftest$ac_exeext
10011 if { (ac_try="$ac_link"
10012 case "(($ac_try" in
10013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10014 *) ac_try_echo=$ac_try;;
10015 esac
10016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10017 (eval "$ac_link") 2>conftest.er1
10018 ac_status=$?
10019 grep -v '^ *+' conftest.er1 >conftest.err
10020 rm -f conftest.er1
10021 cat conftest.err >&5
10022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10023 (exit $ac_status); } && {
10024 test -z "$ac_c_werror_flag" ||
10025 test ! -s conftest.err
10026 } && test -s conftest$ac_exeext &&
10027 $as_test_x conftest$ac_exeext; then
10028 case "$LIBEXT" in
10029 dll) ;;
10030 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'` ;;
10031 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10032 esac
10033 else
10034 echo "$as_me: failed program was:" >&5
10035 sed 's/^/| /' conftest.$ac_ext >&5
10040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10041 conftest$ac_exeext conftest.$ac_ext
10042 LIBS=$ac_check_soname_save_LIBS
10044 if test "x$ac_cv_lib_soname_X11" = "x"; then
10045 { echo "$as_me:$LINENO: result: not found" >&5
10046 echo "${ECHO_T}not found" >&6; }
10048 else
10049 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10050 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
10052 cat >>confdefs.h <<_ACEOF
10053 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10054 _ACEOF
10059 { echo "$as_me:$LINENO: checking for -lXext" >&5
10060 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
10061 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10062 echo $ECHO_N "(cached) $ECHO_C" >&6
10063 else
10064 ac_check_soname_save_LIBS=$LIBS
10065 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10066 cat >conftest.$ac_ext <<_ACEOF
10067 /* confdefs.h. */
10068 _ACEOF
10069 cat confdefs.h >>conftest.$ac_ext
10070 cat >>conftest.$ac_ext <<_ACEOF
10071 /* end confdefs.h. */
10073 /* Override any GCC internal prototype to avoid an error.
10074 Use char because int might match the return type of a GCC
10075 builtin and then its argument prototype would still apply. */
10076 #ifdef __cplusplus
10077 extern "C"
10078 #endif
10079 char XextCreateExtension ();
10081 main ()
10083 return XextCreateExtension ();
10085 return 0;
10087 _ACEOF
10088 rm -f conftest.$ac_objext conftest$ac_exeext
10089 if { (ac_try="$ac_link"
10090 case "(($ac_try" in
10091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10092 *) ac_try_echo=$ac_try;;
10093 esac
10094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10095 (eval "$ac_link") 2>conftest.er1
10096 ac_status=$?
10097 grep -v '^ *+' conftest.er1 >conftest.err
10098 rm -f conftest.er1
10099 cat conftest.err >&5
10100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10101 (exit $ac_status); } && {
10102 test -z "$ac_c_werror_flag" ||
10103 test ! -s conftest.err
10104 } && test -s conftest$ac_exeext &&
10105 $as_test_x conftest$ac_exeext; then
10106 case "$LIBEXT" in
10107 dll) ;;
10108 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'` ;;
10109 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10110 esac
10111 else
10112 echo "$as_me: failed program was:" >&5
10113 sed 's/^/| /' conftest.$ac_ext >&5
10118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10119 conftest$ac_exeext conftest.$ac_ext
10120 LIBS=$ac_check_soname_save_LIBS
10122 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10123 { echo "$as_me:$LINENO: result: not found" >&5
10124 echo "${ECHO_T}not found" >&6; }
10126 else
10127 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10128 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10130 cat >>confdefs.h <<_ACEOF
10131 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10132 _ACEOF
10134 XLIB="-lXext $XLIB"
10151 for ac_header in X11/Xlib.h \
10152 X11/XKBlib.h \
10153 X11/Xutil.h \
10154 X11/Xcursor/Xcursor.h \
10155 X11/extensions/shape.h \
10156 X11/extensions/XInput.h \
10157 X11/extensions/XShm.h \
10158 X11/extensions/Xcomposite.h \
10159 X11/extensions/Xinerama.h \
10160 X11/extensions/Xrandr.h \
10161 X11/extensions/Xrender.h \
10162 X11/extensions/xf86vmode.h \
10163 X11/extensions/xf86vmproto.h
10165 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10166 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10167 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10168 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10169 echo $ECHO_N "(cached) $ECHO_C" >&6
10170 else
10171 cat >conftest.$ac_ext <<_ACEOF
10172 /* confdefs.h. */
10173 _ACEOF
10174 cat confdefs.h >>conftest.$ac_ext
10175 cat >>conftest.$ac_ext <<_ACEOF
10176 /* end confdefs.h. */
10177 #ifdef HAVE_X11_XLIB_H
10178 # include <X11/Xlib.h>
10179 #endif
10180 #ifdef HAVE_X11_XUTIL_H
10181 # include <X11/Xutil.h>
10182 #endif
10184 #include <$ac_header>
10185 _ACEOF
10186 rm -f conftest.$ac_objext
10187 if { (ac_try="$ac_compile"
10188 case "(($ac_try" in
10189 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10190 *) ac_try_echo=$ac_try;;
10191 esac
10192 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10193 (eval "$ac_compile") 2>conftest.er1
10194 ac_status=$?
10195 grep -v '^ *+' conftest.er1 >conftest.err
10196 rm -f conftest.er1
10197 cat conftest.err >&5
10198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10199 (exit $ac_status); } && {
10200 test -z "$ac_c_werror_flag" ||
10201 test ! -s conftest.err
10202 } && test -s conftest.$ac_objext; then
10203 eval "$as_ac_Header=yes"
10204 else
10205 echo "$as_me: failed program was:" >&5
10206 sed 's/^/| /' conftest.$ac_ext >&5
10208 eval "$as_ac_Header=no"
10211 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10213 ac_res=`eval echo '${'$as_ac_Header'}'`
10214 { echo "$as_me:$LINENO: result: $ac_res" >&5
10215 echo "${ECHO_T}$ac_res" >&6; }
10216 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10217 cat >>confdefs.h <<_ACEOF
10218 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10219 _ACEOF
10223 done
10226 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10227 then
10228 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10229 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10230 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10231 echo $ECHO_N "(cached) $ECHO_C" >&6
10232 else
10233 ac_check_lib_save_LIBS=$LIBS
10234 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10235 cat >conftest.$ac_ext <<_ACEOF
10236 /* confdefs.h. */
10237 _ACEOF
10238 cat confdefs.h >>conftest.$ac_ext
10239 cat >>conftest.$ac_ext <<_ACEOF
10240 /* end confdefs.h. */
10242 /* Override any GCC internal prototype to avoid an error.
10243 Use char because int might match the return type of a GCC
10244 builtin and then its argument prototype would still apply. */
10245 #ifdef __cplusplus
10246 extern "C"
10247 #endif
10248 char XkbQueryExtension ();
10250 main ()
10252 return XkbQueryExtension ();
10254 return 0;
10256 _ACEOF
10257 rm -f conftest.$ac_objext conftest$ac_exeext
10258 if { (ac_try="$ac_link"
10259 case "(($ac_try" in
10260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10261 *) ac_try_echo=$ac_try;;
10262 esac
10263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10264 (eval "$ac_link") 2>conftest.er1
10265 ac_status=$?
10266 grep -v '^ *+' conftest.er1 >conftest.err
10267 rm -f conftest.er1
10268 cat conftest.err >&5
10269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10270 (exit $ac_status); } && {
10271 test -z "$ac_c_werror_flag" ||
10272 test ! -s conftest.err
10273 } && test -s conftest$ac_exeext &&
10274 $as_test_x conftest$ac_exeext; then
10275 ac_cv_lib_X11_XkbQueryExtension=yes
10276 else
10277 echo "$as_me: failed program was:" >&5
10278 sed 's/^/| /' conftest.$ac_ext >&5
10280 ac_cv_lib_X11_XkbQueryExtension=no
10283 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10284 conftest$ac_exeext conftest.$ac_ext
10285 LIBS=$ac_check_lib_save_LIBS
10287 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10288 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10289 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10291 cat >>confdefs.h <<\_ACEOF
10292 #define HAVE_XKB 1
10293 _ACEOF
10299 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10300 then
10301 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10302 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10303 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10304 echo $ECHO_N "(cached) $ECHO_C" >&6
10305 else
10306 ac_check_soname_save_LIBS=$LIBS
10307 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10308 cat >conftest.$ac_ext <<_ACEOF
10309 /* confdefs.h. */
10310 _ACEOF
10311 cat confdefs.h >>conftest.$ac_ext
10312 cat >>conftest.$ac_ext <<_ACEOF
10313 /* end confdefs.h. */
10315 /* Override any GCC internal prototype to avoid an error.
10316 Use char because int might match the return type of a GCC
10317 builtin and then its argument prototype would still apply. */
10318 #ifdef __cplusplus
10319 extern "C"
10320 #endif
10321 char XcursorImageLoadCursor ();
10323 main ()
10325 return XcursorImageLoadCursor ();
10327 return 0;
10329 _ACEOF
10330 rm -f conftest.$ac_objext conftest$ac_exeext
10331 if { (ac_try="$ac_link"
10332 case "(($ac_try" in
10333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10334 *) ac_try_echo=$ac_try;;
10335 esac
10336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10337 (eval "$ac_link") 2>conftest.er1
10338 ac_status=$?
10339 grep -v '^ *+' conftest.er1 >conftest.err
10340 rm -f conftest.er1
10341 cat conftest.err >&5
10342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10343 (exit $ac_status); } && {
10344 test -z "$ac_c_werror_flag" ||
10345 test ! -s conftest.err
10346 } && test -s conftest$ac_exeext &&
10347 $as_test_x conftest$ac_exeext; then
10348 case "$LIBEXT" in
10349 dll) ;;
10350 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'` ;;
10351 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10352 esac
10353 else
10354 echo "$as_me: failed program was:" >&5
10355 sed 's/^/| /' conftest.$ac_ext >&5
10360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10361 conftest$ac_exeext conftest.$ac_ext
10362 LIBS=$ac_check_soname_save_LIBS
10364 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10365 { echo "$as_me:$LINENO: result: not found" >&5
10366 echo "${ECHO_T}not found" >&6; }
10368 else
10369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10370 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10372 cat >>confdefs.h <<_ACEOF
10373 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10374 _ACEOF
10380 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10381 case "x$with_xcursor" in
10382 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10383 xno) ;;
10384 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10385 This is an error since --with-xcursor was requested." >&5
10386 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10387 This is an error since --with-xcursor was requested." >&2;}
10388 { (exit 1); exit 1; }; } ;;
10389 esac
10393 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10394 then
10395 { echo "$as_me:$LINENO: checking for -lXi" >&5
10396 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10397 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10398 echo $ECHO_N "(cached) $ECHO_C" >&6
10399 else
10400 ac_check_soname_save_LIBS=$LIBS
10401 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10402 cat >conftest.$ac_ext <<_ACEOF
10403 /* confdefs.h. */
10404 _ACEOF
10405 cat confdefs.h >>conftest.$ac_ext
10406 cat >>conftest.$ac_ext <<_ACEOF
10407 /* end confdefs.h. */
10409 /* Override any GCC internal prototype to avoid an error.
10410 Use char because int might match the return type of a GCC
10411 builtin and then its argument prototype would still apply. */
10412 #ifdef __cplusplus
10413 extern "C"
10414 #endif
10415 char XOpenDevice ();
10417 main ()
10419 return XOpenDevice ();
10421 return 0;
10423 _ACEOF
10424 rm -f conftest.$ac_objext conftest$ac_exeext
10425 if { (ac_try="$ac_link"
10426 case "(($ac_try" in
10427 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10428 *) ac_try_echo=$ac_try;;
10429 esac
10430 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10431 (eval "$ac_link") 2>conftest.er1
10432 ac_status=$?
10433 grep -v '^ *+' conftest.er1 >conftest.err
10434 rm -f conftest.er1
10435 cat conftest.err >&5
10436 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10437 (exit $ac_status); } && {
10438 test -z "$ac_c_werror_flag" ||
10439 test ! -s conftest.err
10440 } && test -s conftest$ac_exeext &&
10441 $as_test_x conftest$ac_exeext; then
10442 case "$LIBEXT" in
10443 dll) ;;
10444 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'` ;;
10445 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10446 esac
10447 else
10448 echo "$as_me: failed program was:" >&5
10449 sed 's/^/| /' conftest.$ac_ext >&5
10454 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10455 conftest$ac_exeext conftest.$ac_ext
10456 LIBS=$ac_check_soname_save_LIBS
10458 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10459 { echo "$as_me:$LINENO: result: not found" >&5
10460 echo "${ECHO_T}not found" >&6; }
10462 else
10463 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10464 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10466 cat >>confdefs.h <<_ACEOF
10467 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10468 _ACEOF
10474 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10475 case "x$with_xinput" in
10476 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10477 xno) ;;
10478 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10479 This is an error since --with-xinput was requested." >&5
10480 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10481 This is an error since --with-xinput was requested." >&2;}
10482 { (exit 1); exit 1; }; } ;;
10483 esac
10487 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10488 then
10489 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10490 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10491 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10492 echo $ECHO_N "(cached) $ECHO_C" >&6
10493 else
10494 ac_check_lib_save_LIBS=$LIBS
10495 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10496 cat >conftest.$ac_ext <<_ACEOF
10497 /* confdefs.h. */
10498 _ACEOF
10499 cat confdefs.h >>conftest.$ac_ext
10500 cat >>conftest.$ac_ext <<_ACEOF
10501 /* end confdefs.h. */
10503 /* Override any GCC internal prototype to avoid an error.
10504 Use char because int might match the return type of a GCC
10505 builtin and then its argument prototype would still apply. */
10506 #ifdef __cplusplus
10507 extern "C"
10508 #endif
10509 char XShmQueryExtension ();
10511 main ()
10513 return XShmQueryExtension ();
10515 return 0;
10517 _ACEOF
10518 rm -f conftest.$ac_objext conftest$ac_exeext
10519 if { (ac_try="$ac_link"
10520 case "(($ac_try" in
10521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10522 *) ac_try_echo=$ac_try;;
10523 esac
10524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10525 (eval "$ac_link") 2>conftest.er1
10526 ac_status=$?
10527 grep -v '^ *+' conftest.er1 >conftest.err
10528 rm -f conftest.er1
10529 cat conftest.err >&5
10530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10531 (exit $ac_status); } && {
10532 test -z "$ac_c_werror_flag" ||
10533 test ! -s conftest.err
10534 } && test -s conftest$ac_exeext &&
10535 $as_test_x conftest$ac_exeext; then
10536 ac_cv_lib_Xext_XShmQueryExtension=yes
10537 else
10538 echo "$as_me: failed program was:" >&5
10539 sed 's/^/| /' conftest.$ac_ext >&5
10541 ac_cv_lib_Xext_XShmQueryExtension=no
10544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10545 conftest$ac_exeext conftest.$ac_ext
10546 LIBS=$ac_check_lib_save_LIBS
10548 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10549 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10550 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10552 cat >>confdefs.h <<\_ACEOF
10553 #define HAVE_LIBXXSHM 1
10554 _ACEOF
10559 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10560 case "x$with_xshm" in
10561 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10562 xno) ;;
10563 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10564 This is an error since --with-xshm was requested." >&5
10565 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10566 This is an error since --with-xshm was requested." >&2;}
10567 { (exit 1); exit 1; }; } ;;
10568 esac
10572 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10573 then
10574 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10575 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10576 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10577 echo $ECHO_N "(cached) $ECHO_C" >&6
10578 else
10579 ac_check_lib_save_LIBS=$LIBS
10580 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10581 cat >conftest.$ac_ext <<_ACEOF
10582 /* confdefs.h. */
10583 _ACEOF
10584 cat confdefs.h >>conftest.$ac_ext
10585 cat >>conftest.$ac_ext <<_ACEOF
10586 /* end confdefs.h. */
10588 /* Override any GCC internal prototype to avoid an error.
10589 Use char because int might match the return type of a GCC
10590 builtin and then its argument prototype would still apply. */
10591 #ifdef __cplusplus
10592 extern "C"
10593 #endif
10594 char XShapeQueryExtension ();
10596 main ()
10598 return XShapeQueryExtension ();
10600 return 0;
10602 _ACEOF
10603 rm -f conftest.$ac_objext conftest$ac_exeext
10604 if { (ac_try="$ac_link"
10605 case "(($ac_try" in
10606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10607 *) ac_try_echo=$ac_try;;
10608 esac
10609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10610 (eval "$ac_link") 2>conftest.er1
10611 ac_status=$?
10612 grep -v '^ *+' conftest.er1 >conftest.err
10613 rm -f conftest.er1
10614 cat conftest.err >&5
10615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10616 (exit $ac_status); } && {
10617 test -z "$ac_c_werror_flag" ||
10618 test ! -s conftest.err
10619 } && test -s conftest$ac_exeext &&
10620 $as_test_x conftest$ac_exeext; then
10621 ac_cv_lib_Xext_XShapeQueryExtension=yes
10622 else
10623 echo "$as_me: failed program was:" >&5
10624 sed 's/^/| /' conftest.$ac_ext >&5
10626 ac_cv_lib_Xext_XShapeQueryExtension=no
10629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10630 conftest$ac_exeext conftest.$ac_ext
10631 LIBS=$ac_check_lib_save_LIBS
10633 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10634 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10635 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10637 cat >>confdefs.h <<\_ACEOF
10638 #define HAVE_LIBXSHAPE 1
10639 _ACEOF
10644 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10645 case "x$with_xshape" in
10646 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10647 xno) ;;
10648 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10649 This is an error since --with-xshape was requested." >&5
10650 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10651 This is an error since --with-xshape was requested." >&2;}
10652 { (exit 1); exit 1; }; } ;;
10653 esac
10657 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10658 then
10659 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10660 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10661 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10662 echo $ECHO_N "(cached) $ECHO_C" >&6
10663 else
10664 ac_check_soname_save_LIBS=$LIBS
10665 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10666 cat >conftest.$ac_ext <<_ACEOF
10667 /* confdefs.h. */
10668 _ACEOF
10669 cat confdefs.h >>conftest.$ac_ext
10670 cat >>conftest.$ac_ext <<_ACEOF
10671 /* end confdefs.h. */
10673 /* Override any GCC internal prototype to avoid an error.
10674 Use char because int might match the return type of a GCC
10675 builtin and then its argument prototype would still apply. */
10676 #ifdef __cplusplus
10677 extern "C"
10678 #endif
10679 char XF86VidModeQueryExtension ();
10681 main ()
10683 return XF86VidModeQueryExtension ();
10685 return 0;
10687 _ACEOF
10688 rm -f conftest.$ac_objext conftest$ac_exeext
10689 if { (ac_try="$ac_link"
10690 case "(($ac_try" in
10691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10692 *) ac_try_echo=$ac_try;;
10693 esac
10694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10695 (eval "$ac_link") 2>conftest.er1
10696 ac_status=$?
10697 grep -v '^ *+' conftest.er1 >conftest.err
10698 rm -f conftest.er1
10699 cat conftest.err >&5
10700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10701 (exit $ac_status); } && {
10702 test -z "$ac_c_werror_flag" ||
10703 test ! -s conftest.err
10704 } && test -s conftest$ac_exeext &&
10705 $as_test_x conftest$ac_exeext; then
10706 case "$LIBEXT" in
10707 dll) ;;
10708 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'` ;;
10709 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10710 esac
10711 else
10712 echo "$as_me: failed program was:" >&5
10713 sed 's/^/| /' conftest.$ac_ext >&5
10718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10719 conftest$ac_exeext conftest.$ac_ext
10720 LIBS=$ac_check_soname_save_LIBS
10722 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10723 { echo "$as_me:$LINENO: result: not found" >&5
10724 echo "${ECHO_T}not found" >&6; }
10726 else
10727 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10728 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10730 cat >>confdefs.h <<_ACEOF
10731 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10732 _ACEOF
10738 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10739 case "x$with_xxf86vm" in
10740 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10741 xno) ;;
10742 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10743 This is an error since --with-xxf86vm was requested." >&5
10744 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10745 This is an error since --with-xxf86vm was requested." >&2;}
10746 { (exit 1); exit 1; }; } ;;
10747 esac
10751 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"
10752 then
10753 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10754 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10755 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10756 echo $ECHO_N "(cached) $ECHO_C" >&6
10757 else
10758 ac_check_soname_save_LIBS=$LIBS
10759 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10760 cat >conftest.$ac_ext <<_ACEOF
10761 /* confdefs.h. */
10762 _ACEOF
10763 cat confdefs.h >>conftest.$ac_ext
10764 cat >>conftest.$ac_ext <<_ACEOF
10765 /* end confdefs.h. */
10767 /* Override any GCC internal prototype to avoid an error.
10768 Use char because int might match the return type of a GCC
10769 builtin and then its argument prototype would still apply. */
10770 #ifdef __cplusplus
10771 extern "C"
10772 #endif
10773 char XRenderQueryExtension ();
10775 main ()
10777 return XRenderQueryExtension ();
10779 return 0;
10781 _ACEOF
10782 rm -f conftest.$ac_objext conftest$ac_exeext
10783 if { (ac_try="$ac_link"
10784 case "(($ac_try" in
10785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10786 *) ac_try_echo=$ac_try;;
10787 esac
10788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10789 (eval "$ac_link") 2>conftest.er1
10790 ac_status=$?
10791 grep -v '^ *+' conftest.er1 >conftest.err
10792 rm -f conftest.er1
10793 cat conftest.err >&5
10794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10795 (exit $ac_status); } && {
10796 test -z "$ac_c_werror_flag" ||
10797 test ! -s conftest.err
10798 } && test -s conftest$ac_exeext &&
10799 $as_test_x conftest$ac_exeext; then
10800 case "$LIBEXT" in
10801 dll) ;;
10802 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'` ;;
10803 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10804 esac
10805 else
10806 echo "$as_me: failed program was:" >&5
10807 sed 's/^/| /' conftest.$ac_ext >&5
10812 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10813 conftest$ac_exeext conftest.$ac_ext
10814 LIBS=$ac_check_soname_save_LIBS
10816 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10817 { echo "$as_me:$LINENO: result: not found" >&5
10818 echo "${ECHO_T}not found" >&6; }
10820 else
10821 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10822 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10824 cat >>confdefs.h <<_ACEOF
10825 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10826 _ACEOF
10828 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10829 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10830 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10831 echo $ECHO_N "(cached) $ECHO_C" >&6
10832 else
10833 ac_check_lib_save_LIBS=$LIBS
10834 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10835 cat >conftest.$ac_ext <<_ACEOF
10836 /* confdefs.h. */
10837 _ACEOF
10838 cat confdefs.h >>conftest.$ac_ext
10839 cat >>conftest.$ac_ext <<_ACEOF
10840 /* end confdefs.h. */
10842 /* Override any GCC internal prototype to avoid an error.
10843 Use char because int might match the return type of a GCC
10844 builtin and then its argument prototype would still apply. */
10845 #ifdef __cplusplus
10846 extern "C"
10847 #endif
10848 char XRenderSetPictureTransform ();
10850 main ()
10852 return XRenderSetPictureTransform ();
10854 return 0;
10856 _ACEOF
10857 rm -f conftest.$ac_objext conftest$ac_exeext
10858 if { (ac_try="$ac_link"
10859 case "(($ac_try" in
10860 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10861 *) ac_try_echo=$ac_try;;
10862 esac
10863 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10864 (eval "$ac_link") 2>conftest.er1
10865 ac_status=$?
10866 grep -v '^ *+' conftest.er1 >conftest.err
10867 rm -f conftest.er1
10868 cat conftest.err >&5
10869 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10870 (exit $ac_status); } && {
10871 test -z "$ac_c_werror_flag" ||
10872 test ! -s conftest.err
10873 } && test -s conftest$ac_exeext &&
10874 $as_test_x conftest$ac_exeext; then
10875 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10876 else
10877 echo "$as_me: failed program was:" >&5
10878 sed 's/^/| /' conftest.$ac_ext >&5
10880 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10883 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10884 conftest$ac_exeext conftest.$ac_ext
10885 LIBS=$ac_check_lib_save_LIBS
10887 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10888 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10889 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10891 cat >>confdefs.h <<\_ACEOF
10892 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10893 _ACEOF
10901 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10902 case "x$with_xrender" in
10903 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10904 xno) ;;
10905 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10906 This is an error since --with-xrender was requested." >&5
10907 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10908 This is an error since --with-xrender was requested." >&2;}
10909 { (exit 1); exit 1; }; } ;;
10910 esac
10914 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10915 then
10916 cat >conftest.$ac_ext <<_ACEOF
10917 /* confdefs.h. */
10918 _ACEOF
10919 cat confdefs.h >>conftest.$ac_ext
10920 cat >>conftest.$ac_ext <<_ACEOF
10921 /* end confdefs.h. */
10922 #include <X11/Xlib.h>
10923 #include <X11/extensions/Xrandr.h>
10925 main ()
10927 static typeof(XRRSetScreenConfigAndRate) * func;
10929 return 0;
10931 _ACEOF
10932 rm -f conftest.$ac_objext
10933 if { (ac_try="$ac_compile"
10934 case "(($ac_try" in
10935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10936 *) ac_try_echo=$ac_try;;
10937 esac
10938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10939 (eval "$ac_compile") 2>conftest.er1
10940 ac_status=$?
10941 grep -v '^ *+' conftest.er1 >conftest.err
10942 rm -f conftest.er1
10943 cat conftest.err >&5
10944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10945 (exit $ac_status); } && {
10946 test -z "$ac_c_werror_flag" ||
10947 test ! -s conftest.err
10948 } && test -s conftest.$ac_objext; then
10949 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10950 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10951 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10952 echo $ECHO_N "(cached) $ECHO_C" >&6
10953 else
10954 ac_check_soname_save_LIBS=$LIBS
10955 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10956 cat >conftest.$ac_ext <<_ACEOF
10957 /* confdefs.h. */
10958 _ACEOF
10959 cat confdefs.h >>conftest.$ac_ext
10960 cat >>conftest.$ac_ext <<_ACEOF
10961 /* end confdefs.h. */
10963 /* Override any GCC internal prototype to avoid an error.
10964 Use char because int might match the return type of a GCC
10965 builtin and then its argument prototype would still apply. */
10966 #ifdef __cplusplus
10967 extern "C"
10968 #endif
10969 char XRRQueryExtension ();
10971 main ()
10973 return XRRQueryExtension ();
10975 return 0;
10977 _ACEOF
10978 rm -f conftest.$ac_objext conftest$ac_exeext
10979 if { (ac_try="$ac_link"
10980 case "(($ac_try" in
10981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10982 *) ac_try_echo=$ac_try;;
10983 esac
10984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10985 (eval "$ac_link") 2>conftest.er1
10986 ac_status=$?
10987 grep -v '^ *+' conftest.er1 >conftest.err
10988 rm -f conftest.er1
10989 cat conftest.err >&5
10990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10991 (exit $ac_status); } && {
10992 test -z "$ac_c_werror_flag" ||
10993 test ! -s conftest.err
10994 } && test -s conftest$ac_exeext &&
10995 $as_test_x conftest$ac_exeext; then
10996 case "$LIBEXT" in
10997 dll) ;;
10998 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'` ;;
10999 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11000 esac
11001 else
11002 echo "$as_me: failed program was:" >&5
11003 sed 's/^/| /' conftest.$ac_ext >&5
11008 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11009 conftest$ac_exeext conftest.$ac_ext
11010 LIBS=$ac_check_soname_save_LIBS
11012 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11013 { echo "$as_me:$LINENO: result: not found" >&5
11014 echo "${ECHO_T}not found" >&6; }
11016 else
11017 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11018 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
11020 cat >>confdefs.h <<_ACEOF
11021 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11022 _ACEOF
11027 else
11028 echo "$as_me: failed program was:" >&5
11029 sed 's/^/| /' conftest.$ac_ext >&5
11034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11036 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11037 case "x$with_xrandr" in
11038 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11039 xno) ;;
11040 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11041 This is an error since --with-xrandr was requested." >&5
11042 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11043 This is an error since --with-xrandr was requested." >&2;}
11044 { (exit 1); exit 1; }; } ;;
11045 esac
11049 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11050 then
11051 cat >conftest.$ac_ext <<_ACEOF
11052 /* confdefs.h. */
11053 _ACEOF
11054 cat confdefs.h >>conftest.$ac_ext
11055 cat >>conftest.$ac_ext <<_ACEOF
11056 /* end confdefs.h. */
11057 #include <X11/Xlib.h>
11058 #include <X11/extensions/Xinerama.h>
11060 main ()
11062 static typeof(XineramaQueryScreens) * func;
11064 return 0;
11066 _ACEOF
11067 rm -f conftest.$ac_objext
11068 if { (ac_try="$ac_compile"
11069 case "(($ac_try" in
11070 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11071 *) ac_try_echo=$ac_try;;
11072 esac
11073 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11074 (eval "$ac_compile") 2>conftest.er1
11075 ac_status=$?
11076 grep -v '^ *+' conftest.er1 >conftest.err
11077 rm -f conftest.er1
11078 cat conftest.err >&5
11079 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11080 (exit $ac_status); } && {
11081 test -z "$ac_c_werror_flag" ||
11082 test ! -s conftest.err
11083 } && test -s conftest.$ac_objext; then
11084 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
11085 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
11086 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11087 echo $ECHO_N "(cached) $ECHO_C" >&6
11088 else
11089 ac_check_soname_save_LIBS=$LIBS
11090 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11091 cat >conftest.$ac_ext <<_ACEOF
11092 /* confdefs.h. */
11093 _ACEOF
11094 cat confdefs.h >>conftest.$ac_ext
11095 cat >>conftest.$ac_ext <<_ACEOF
11096 /* end confdefs.h. */
11098 /* Override any GCC internal prototype to avoid an error.
11099 Use char because int might match the return type of a GCC
11100 builtin and then its argument prototype would still apply. */
11101 #ifdef __cplusplus
11102 extern "C"
11103 #endif
11104 char XineramaQueryScreens ();
11106 main ()
11108 return XineramaQueryScreens ();
11110 return 0;
11112 _ACEOF
11113 rm -f conftest.$ac_objext conftest$ac_exeext
11114 if { (ac_try="$ac_link"
11115 case "(($ac_try" in
11116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11117 *) ac_try_echo=$ac_try;;
11118 esac
11119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11120 (eval "$ac_link") 2>conftest.er1
11121 ac_status=$?
11122 grep -v '^ *+' conftest.er1 >conftest.err
11123 rm -f conftest.er1
11124 cat conftest.err >&5
11125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11126 (exit $ac_status); } && {
11127 test -z "$ac_c_werror_flag" ||
11128 test ! -s conftest.err
11129 } && test -s conftest$ac_exeext &&
11130 $as_test_x conftest$ac_exeext; then
11131 case "$LIBEXT" in
11132 dll) ;;
11133 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'` ;;
11134 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11135 esac
11136 else
11137 echo "$as_me: failed program was:" >&5
11138 sed 's/^/| /' conftest.$ac_ext >&5
11143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11144 conftest$ac_exeext conftest.$ac_ext
11145 LIBS=$ac_check_soname_save_LIBS
11147 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11148 { echo "$as_me:$LINENO: result: not found" >&5
11149 echo "${ECHO_T}not found" >&6; }
11151 else
11152 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11153 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11155 cat >>confdefs.h <<_ACEOF
11156 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11157 _ACEOF
11162 else
11163 echo "$as_me: failed program was:" >&5
11164 sed 's/^/| /' conftest.$ac_ext >&5
11169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11171 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11172 case "x$with_xinerama" in
11173 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11174 xno) ;;
11175 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11176 This is an error since --with-xinerama was requested." >&5
11177 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11178 This is an error since --with-xinerama was requested." >&2;}
11179 { (exit 1); exit 1; }; } ;;
11180 esac
11184 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11185 then
11186 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11187 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11188 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11189 echo $ECHO_N "(cached) $ECHO_C" >&6
11190 else
11191 ac_check_soname_save_LIBS=$LIBS
11192 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11193 cat >conftest.$ac_ext <<_ACEOF
11194 /* confdefs.h. */
11195 _ACEOF
11196 cat confdefs.h >>conftest.$ac_ext
11197 cat >>conftest.$ac_ext <<_ACEOF
11198 /* end confdefs.h. */
11200 /* Override any GCC internal prototype to avoid an error.
11201 Use char because int might match the return type of a GCC
11202 builtin and then its argument prototype would still apply. */
11203 #ifdef __cplusplus
11204 extern "C"
11205 #endif
11206 char XCompositeRedirectWindow ();
11208 main ()
11210 return XCompositeRedirectWindow ();
11212 return 0;
11214 _ACEOF
11215 rm -f conftest.$ac_objext conftest$ac_exeext
11216 if { (ac_try="$ac_link"
11217 case "(($ac_try" in
11218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11219 *) ac_try_echo=$ac_try;;
11220 esac
11221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11222 (eval "$ac_link") 2>conftest.er1
11223 ac_status=$?
11224 grep -v '^ *+' conftest.er1 >conftest.err
11225 rm -f conftest.er1
11226 cat conftest.err >&5
11227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11228 (exit $ac_status); } && {
11229 test -z "$ac_c_werror_flag" ||
11230 test ! -s conftest.err
11231 } && test -s conftest$ac_exeext &&
11232 $as_test_x conftest$ac_exeext; then
11233 case "$LIBEXT" in
11234 dll) ;;
11235 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'` ;;
11236 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11237 esac
11238 else
11239 echo "$as_me: failed program was:" >&5
11240 sed 's/^/| /' conftest.$ac_ext >&5
11245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11246 conftest$ac_exeext conftest.$ac_ext
11247 LIBS=$ac_check_soname_save_LIBS
11249 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11250 { echo "$as_me:$LINENO: result: not found" >&5
11251 echo "${ECHO_T}not found" >&6; }
11253 else
11254 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11255 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11257 cat >>confdefs.h <<_ACEOF
11258 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11259 _ACEOF
11265 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11266 case "x$with_xcomposite" in
11267 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11268 xno) ;;
11269 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11270 This is an error since --with-xcomposite was requested." >&5
11271 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11272 This is an error since --with-xcomposite was requested." >&2;}
11273 { (exit 1); exit 1; }; } ;;
11274 esac
11278 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11279 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11280 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11281 echo $ECHO_N "(cached) $ECHO_C" >&6
11282 else
11283 cat >conftest.$ac_ext <<_ACEOF
11284 /* confdefs.h. */
11285 _ACEOF
11286 cat confdefs.h >>conftest.$ac_ext
11287 cat >>conftest.$ac_ext <<_ACEOF
11288 /* end confdefs.h. */
11289 #ifdef HAVE_X11_XLIB_H
11290 #include <X11/Xlib.h>
11291 #endif
11294 main ()
11296 static XICCallback ac_aggr;
11297 if (ac_aggr.callback)
11298 return 0;
11300 return 0;
11302 _ACEOF
11303 rm -f conftest.$ac_objext
11304 if { (ac_try="$ac_compile"
11305 case "(($ac_try" in
11306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11307 *) ac_try_echo=$ac_try;;
11308 esac
11309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11310 (eval "$ac_compile") 2>conftest.er1
11311 ac_status=$?
11312 grep -v '^ *+' conftest.er1 >conftest.err
11313 rm -f conftest.er1
11314 cat conftest.err >&5
11315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11316 (exit $ac_status); } && {
11317 test -z "$ac_c_werror_flag" ||
11318 test ! -s conftest.err
11319 } && test -s conftest.$ac_objext; then
11320 ac_cv_member_XICCallback_callback=yes
11321 else
11322 echo "$as_me: failed program was:" >&5
11323 sed 's/^/| /' conftest.$ac_ext >&5
11325 cat >conftest.$ac_ext <<_ACEOF
11326 /* confdefs.h. */
11327 _ACEOF
11328 cat confdefs.h >>conftest.$ac_ext
11329 cat >>conftest.$ac_ext <<_ACEOF
11330 /* end confdefs.h. */
11331 #ifdef HAVE_X11_XLIB_H
11332 #include <X11/Xlib.h>
11333 #endif
11336 main ()
11338 static XICCallback ac_aggr;
11339 if (sizeof ac_aggr.callback)
11340 return 0;
11342 return 0;
11344 _ACEOF
11345 rm -f conftest.$ac_objext
11346 if { (ac_try="$ac_compile"
11347 case "(($ac_try" in
11348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11349 *) ac_try_echo=$ac_try;;
11350 esac
11351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11352 (eval "$ac_compile") 2>conftest.er1
11353 ac_status=$?
11354 grep -v '^ *+' conftest.er1 >conftest.err
11355 rm -f conftest.er1
11356 cat conftest.err >&5
11357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11358 (exit $ac_status); } && {
11359 test -z "$ac_c_werror_flag" ||
11360 test ! -s conftest.err
11361 } && test -s conftest.$ac_objext; then
11362 ac_cv_member_XICCallback_callback=yes
11363 else
11364 echo "$as_me: failed program was:" >&5
11365 sed 's/^/| /' conftest.$ac_ext >&5
11367 ac_cv_member_XICCallback_callback=no
11370 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11373 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11375 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11376 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11377 if test $ac_cv_member_XICCallback_callback = yes; then
11379 cat >>confdefs.h <<_ACEOF
11380 #define HAVE_XICCALLBACK_CALLBACK 1
11381 _ACEOF
11388 opengl_msg=""
11389 if test "x$with_opengl" != "xno"
11390 then
11394 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11396 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11397 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11398 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11399 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11400 echo $ECHO_N "(cached) $ECHO_C" >&6
11401 else
11402 cat >conftest.$ac_ext <<_ACEOF
11403 /* confdefs.h. */
11404 _ACEOF
11405 cat confdefs.h >>conftest.$ac_ext
11406 cat >>conftest.$ac_ext <<_ACEOF
11407 /* end confdefs.h. */
11408 #ifdef HAVE_GL_GLX_H
11409 # include <GL/glx.h>
11410 #endif
11412 #include <$ac_header>
11413 _ACEOF
11414 rm -f conftest.$ac_objext
11415 if { (ac_try="$ac_compile"
11416 case "(($ac_try" in
11417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11418 *) ac_try_echo=$ac_try;;
11419 esac
11420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11421 (eval "$ac_compile") 2>conftest.er1
11422 ac_status=$?
11423 grep -v '^ *+' conftest.er1 >conftest.err
11424 rm -f conftest.er1
11425 cat conftest.err >&5
11426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11427 (exit $ac_status); } && {
11428 test -z "$ac_c_werror_flag" ||
11429 test ! -s conftest.err
11430 } && test -s conftest.$ac_objext; then
11431 eval "$as_ac_Header=yes"
11432 else
11433 echo "$as_me: failed program was:" >&5
11434 sed 's/^/| /' conftest.$ac_ext >&5
11436 eval "$as_ac_Header=no"
11439 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11441 ac_res=`eval echo '${'$as_ac_Header'}'`
11442 { echo "$as_me:$LINENO: result: $ac_res" >&5
11443 echo "${ECHO_T}$ac_res" >&6; }
11444 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11445 cat >>confdefs.h <<_ACEOF
11446 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11447 _ACEOF
11451 done
11453 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11454 then
11455 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11456 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11457 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11458 echo $ECHO_N "(cached) $ECHO_C" >&6
11459 else
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11466 #include <GL/gl.h>
11468 main ()
11470 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11472 return 0;
11474 _ACEOF
11475 rm -f conftest.$ac_objext
11476 if { (ac_try="$ac_compile"
11477 case "(($ac_try" in
11478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11479 *) ac_try_echo=$ac_try;;
11480 esac
11481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11482 (eval "$ac_compile") 2>conftest.er1
11483 ac_status=$?
11484 grep -v '^ *+' conftest.er1 >conftest.err
11485 rm -f conftest.er1
11486 cat conftest.err >&5
11487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11488 (exit $ac_status); } && {
11489 test -z "$ac_c_werror_flag" ||
11490 test ! -s conftest.err
11491 } && test -s conftest.$ac_objext; then
11492 wine_cv_opengl_header_version_OK="yes"
11493 else
11494 echo "$as_me: failed program was:" >&5
11495 sed 's/^/| /' conftest.$ac_ext >&5
11497 wine_cv_opengl_header_version_OK="no"
11500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11502 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11503 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11505 if test "$wine_cv_opengl_header_version_OK" = "yes"
11506 then
11507 { echo "$as_me:$LINENO: checking for -lGL" >&5
11508 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11509 if test "${ac_cv_lib_soname_GL+set}" = set; then
11510 echo $ECHO_N "(cached) $ECHO_C" >&6
11511 else
11512 ac_check_soname_save_LIBS=$LIBS
11513 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11514 cat >conftest.$ac_ext <<_ACEOF
11515 /* confdefs.h. */
11516 _ACEOF
11517 cat confdefs.h >>conftest.$ac_ext
11518 cat >>conftest.$ac_ext <<_ACEOF
11519 /* end confdefs.h. */
11521 /* Override any GCC internal prototype to avoid an error.
11522 Use char because int might match the return type of a GCC
11523 builtin and then its argument prototype would still apply. */
11524 #ifdef __cplusplus
11525 extern "C"
11526 #endif
11527 char glXCreateContext ();
11529 main ()
11531 return glXCreateContext ();
11533 return 0;
11535 _ACEOF
11536 rm -f conftest.$ac_objext conftest$ac_exeext
11537 if { (ac_try="$ac_link"
11538 case "(($ac_try" in
11539 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11540 *) ac_try_echo=$ac_try;;
11541 esac
11542 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11543 (eval "$ac_link") 2>conftest.er1
11544 ac_status=$?
11545 grep -v '^ *+' conftest.er1 >conftest.err
11546 rm -f conftest.er1
11547 cat conftest.err >&5
11548 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11549 (exit $ac_status); } && {
11550 test -z "$ac_c_werror_flag" ||
11551 test ! -s conftest.err
11552 } && test -s conftest$ac_exeext &&
11553 $as_test_x conftest$ac_exeext; then
11554 case "$LIBEXT" in
11555 dll) ;;
11556 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'` ;;
11557 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11558 esac
11559 else
11560 echo "$as_me: failed program was:" >&5
11561 sed 's/^/| /' conftest.$ac_ext >&5
11566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11567 conftest$ac_exeext conftest.$ac_ext
11568 LIBS=$ac_check_soname_save_LIBS
11570 if test "x$ac_cv_lib_soname_GL" = "x"; then
11571 { echo "$as_me:$LINENO: result: not found" >&5
11572 echo "${ECHO_T}not found" >&6; }
11573 { echo "$as_me:$LINENO: checking for -lGL" >&5
11574 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11575 if test "${ac_cv_lib_soname_GL+set}" = set; then
11576 echo $ECHO_N "(cached) $ECHO_C" >&6
11577 else
11578 ac_check_soname_save_LIBS=$LIBS
11579 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"
11580 cat >conftest.$ac_ext <<_ACEOF
11581 /* confdefs.h. */
11582 _ACEOF
11583 cat confdefs.h >>conftest.$ac_ext
11584 cat >>conftest.$ac_ext <<_ACEOF
11585 /* end confdefs.h. */
11587 /* Override any GCC internal prototype to avoid an error.
11588 Use char because int might match the return type of a GCC
11589 builtin and then its argument prototype would still apply. */
11590 #ifdef __cplusplus
11591 extern "C"
11592 #endif
11593 char glXCreateContext ();
11595 main ()
11597 return glXCreateContext ();
11599 return 0;
11601 _ACEOF
11602 rm -f conftest.$ac_objext conftest$ac_exeext
11603 if { (ac_try="$ac_link"
11604 case "(($ac_try" in
11605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11606 *) ac_try_echo=$ac_try;;
11607 esac
11608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11609 (eval "$ac_link") 2>conftest.er1
11610 ac_status=$?
11611 grep -v '^ *+' conftest.er1 >conftest.err
11612 rm -f conftest.er1
11613 cat conftest.err >&5
11614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11615 (exit $ac_status); } && {
11616 test -z "$ac_c_werror_flag" ||
11617 test ! -s conftest.err
11618 } && test -s conftest$ac_exeext &&
11619 $as_test_x conftest$ac_exeext; then
11620 case "$LIBEXT" in
11621 dll) ;;
11622 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'` ;;
11623 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11624 esac
11625 else
11626 echo "$as_me: failed program was:" >&5
11627 sed 's/^/| /' conftest.$ac_ext >&5
11632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11633 conftest$ac_exeext conftest.$ac_ext
11634 LIBS=$ac_check_soname_save_LIBS
11636 if test "x$ac_cv_lib_soname_GL" = "x"; then
11637 { echo "$as_me:$LINENO: result: not found" >&5
11638 echo "${ECHO_T}not found" >&6; }
11639 if test -f /usr/X11R6/lib/libGL.a
11640 then
11641 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11642 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11643 else
11644 opengl_msg="No OpenGL library found on this system."
11646 else
11647 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11648 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11650 cat >>confdefs.h <<_ACEOF
11651 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11652 _ACEOF
11654 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"
11656 cat >>confdefs.h <<\_ACEOF
11657 #define HAVE_OPENGL 1
11658 _ACEOF
11662 else
11663 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11664 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11666 cat >>confdefs.h <<_ACEOF
11667 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11668 _ACEOF
11670 OPENGL_LIBS="-lGL"
11672 cat >>confdefs.h <<\_ACEOF
11673 #define HAVE_OPENGL 1
11674 _ACEOF
11678 if test "$ac_cv_header_GL_glu_h" = "yes"
11679 then
11680 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11681 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11682 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11683 echo $ECHO_N "(cached) $ECHO_C" >&6
11684 else
11685 ac_check_soname_save_LIBS=$LIBS
11686 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11687 cat >conftest.$ac_ext <<_ACEOF
11688 /* confdefs.h. */
11689 _ACEOF
11690 cat confdefs.h >>conftest.$ac_ext
11691 cat >>conftest.$ac_ext <<_ACEOF
11692 /* end confdefs.h. */
11694 /* Override any GCC internal prototype to avoid an error.
11695 Use char because int might match the return type of a GCC
11696 builtin and then its argument prototype would still apply. */
11697 #ifdef __cplusplus
11698 extern "C"
11699 #endif
11700 char gluLookAt ();
11702 main ()
11704 return gluLookAt ();
11706 return 0;
11708 _ACEOF
11709 rm -f conftest.$ac_objext conftest$ac_exeext
11710 if { (ac_try="$ac_link"
11711 case "(($ac_try" in
11712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11713 *) ac_try_echo=$ac_try;;
11714 esac
11715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11716 (eval "$ac_link") 2>conftest.er1
11717 ac_status=$?
11718 grep -v '^ *+' conftest.er1 >conftest.err
11719 rm -f conftest.er1
11720 cat conftest.err >&5
11721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11722 (exit $ac_status); } && {
11723 test -z "$ac_c_werror_flag" ||
11724 test ! -s conftest.err
11725 } && test -s conftest$ac_exeext &&
11726 $as_test_x conftest$ac_exeext; then
11727 case "$LIBEXT" in
11728 dll) ;;
11729 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'` ;;
11730 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11731 esac
11732 else
11733 echo "$as_me: failed program was:" >&5
11734 sed 's/^/| /' conftest.$ac_ext >&5
11739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11740 conftest$ac_exeext conftest.$ac_ext
11741 LIBS=$ac_check_soname_save_LIBS
11743 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11744 { echo "$as_me:$LINENO: result: not found" >&5
11745 echo "${ECHO_T}not found" >&6; }
11747 else
11748 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11749 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11751 cat >>confdefs.h <<_ACEOF
11752 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11753 _ACEOF
11759 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11760 case "x$with_glu" in
11761 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11762 xno) ;;
11763 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11764 This is an error since --with-glu was requested." >&5
11765 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11766 This is an error since --with-glu was requested." >&2;}
11767 { (exit 1); exit 1; }; } ;;
11768 esac
11771 else
11772 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11774 else
11775 opengl_msg="OpenGL development headers not found."
11777 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11778 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11779 else
11780 enable_opengl32=${enable_opengl32:-no}
11781 enable_glu32=${enable_glu32:-no}
11783 if test -n "$opengl_msg"; then
11784 case "x$with_opengl" in
11785 x) wine_warnings="$wine_warnings|$opengl_msg
11786 OpenGL and Direct3D won't be supported." ;;
11787 xno) ;;
11788 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11789 OpenGL and Direct3D won't be supported.
11790 This is an error since --with-opengl was requested." >&5
11791 echo "$as_me: error: $opengl_msg
11792 OpenGL and Direct3D won't be supported.
11793 This is an error since --with-opengl was requested." >&2;}
11794 { (exit 1); exit 1; }; } ;;
11795 esac
11799 NASLIBS=""
11802 for ac_header in audio/audiolib.h
11804 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11805 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11806 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11807 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809 echo $ECHO_N "(cached) $ECHO_C" >&6
11811 ac_res=`eval echo '${'$as_ac_Header'}'`
11812 { echo "$as_me:$LINENO: result: $ac_res" >&5
11813 echo "${ECHO_T}$ac_res" >&6; }
11814 else
11815 # Is the header compilable?
11816 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11817 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11818 cat >conftest.$ac_ext <<_ACEOF
11819 /* confdefs.h. */
11820 _ACEOF
11821 cat confdefs.h >>conftest.$ac_ext
11822 cat >>conftest.$ac_ext <<_ACEOF
11823 /* end confdefs.h. */
11824 $ac_includes_default
11825 #include <$ac_header>
11826 _ACEOF
11827 rm -f conftest.$ac_objext
11828 if { (ac_try="$ac_compile"
11829 case "(($ac_try" in
11830 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11831 *) ac_try_echo=$ac_try;;
11832 esac
11833 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11834 (eval "$ac_compile") 2>conftest.er1
11835 ac_status=$?
11836 grep -v '^ *+' conftest.er1 >conftest.err
11837 rm -f conftest.er1
11838 cat conftest.err >&5
11839 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11840 (exit $ac_status); } && {
11841 test -z "$ac_c_werror_flag" ||
11842 test ! -s conftest.err
11843 } && test -s conftest.$ac_objext; then
11844 ac_header_compiler=yes
11845 else
11846 echo "$as_me: failed program was:" >&5
11847 sed 's/^/| /' conftest.$ac_ext >&5
11849 ac_header_compiler=no
11852 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11853 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11854 echo "${ECHO_T}$ac_header_compiler" >&6; }
11856 # Is the header present?
11857 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11858 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11859 cat >conftest.$ac_ext <<_ACEOF
11860 /* confdefs.h. */
11861 _ACEOF
11862 cat confdefs.h >>conftest.$ac_ext
11863 cat >>conftest.$ac_ext <<_ACEOF
11864 /* end confdefs.h. */
11865 #include <$ac_header>
11866 _ACEOF
11867 if { (ac_try="$ac_cpp conftest.$ac_ext"
11868 case "(($ac_try" in
11869 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11870 *) ac_try_echo=$ac_try;;
11871 esac
11872 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11873 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11874 ac_status=$?
11875 grep -v '^ *+' conftest.er1 >conftest.err
11876 rm -f conftest.er1
11877 cat conftest.err >&5
11878 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11879 (exit $ac_status); } >/dev/null && {
11880 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11881 test ! -s conftest.err
11882 }; then
11883 ac_header_preproc=yes
11884 else
11885 echo "$as_me: failed program was:" >&5
11886 sed 's/^/| /' conftest.$ac_ext >&5
11888 ac_header_preproc=no
11891 rm -f conftest.err conftest.$ac_ext
11892 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11893 echo "${ECHO_T}$ac_header_preproc" >&6; }
11895 # So? What about this header?
11896 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11897 yes:no: )
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11899 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11901 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11902 ac_header_preproc=yes
11904 no:yes:* )
11905 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11906 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11907 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11908 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11909 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11910 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11911 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11912 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11914 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11916 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11917 ( cat <<\_ASBOX
11918 ## ------------------------------------ ##
11919 ## Report this to wine-devel@winehq.org ##
11920 ## ------------------------------------ ##
11921 _ASBOX
11922 ) | sed "s/^/$as_me: WARNING: /" >&2
11924 esac
11925 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11926 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11927 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11928 echo $ECHO_N "(cached) $ECHO_C" >&6
11929 else
11930 eval "$as_ac_Header=\$ac_header_preproc"
11932 ac_res=`eval echo '${'$as_ac_Header'}'`
11933 { echo "$as_me:$LINENO: result: $ac_res" >&5
11934 echo "${ECHO_T}$ac_res" >&6; }
11937 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11938 cat >>confdefs.h <<_ACEOF
11939 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11940 _ACEOF
11942 for ac_header in audio/soundlib.h
11944 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11945 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11946 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11947 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11948 echo $ECHO_N "(cached) $ECHO_C" >&6
11949 else
11950 cat >conftest.$ac_ext <<_ACEOF
11951 /* confdefs.h. */
11952 _ACEOF
11953 cat confdefs.h >>conftest.$ac_ext
11954 cat >>conftest.$ac_ext <<_ACEOF
11955 /* end confdefs.h. */
11956 #include <audio/audiolib.h>
11958 #include <$ac_header>
11959 _ACEOF
11960 rm -f conftest.$ac_objext
11961 if { (ac_try="$ac_compile"
11962 case "(($ac_try" in
11963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11964 *) ac_try_echo=$ac_try;;
11965 esac
11966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11967 (eval "$ac_compile") 2>conftest.er1
11968 ac_status=$?
11969 grep -v '^ *+' conftest.er1 >conftest.err
11970 rm -f conftest.er1
11971 cat conftest.err >&5
11972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11973 (exit $ac_status); } && {
11974 test -z "$ac_c_werror_flag" ||
11975 test ! -s conftest.err
11976 } && test -s conftest.$ac_objext; then
11977 eval "$as_ac_Header=yes"
11978 else
11979 echo "$as_me: failed program was:" >&5
11980 sed 's/^/| /' conftest.$ac_ext >&5
11982 eval "$as_ac_Header=no"
11985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11987 ac_res=`eval echo '${'$as_ac_Header'}'`
11988 { echo "$as_me:$LINENO: result: $ac_res" >&5
11989 echo "${ECHO_T}$ac_res" >&6; }
11990 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11991 cat >>confdefs.h <<_ACEOF
11992 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11993 _ACEOF
11997 done
11999 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12000 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
12001 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12002 echo $ECHO_N "(cached) $ECHO_C" >&6
12003 else
12004 ac_check_lib_save_LIBS=$LIBS
12005 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
12006 cat >conftest.$ac_ext <<_ACEOF
12007 /* confdefs.h. */
12008 _ACEOF
12009 cat confdefs.h >>conftest.$ac_ext
12010 cat >>conftest.$ac_ext <<_ACEOF
12011 /* end confdefs.h. */
12013 /* Override any GCC internal prototype to avoid an error.
12014 Use char because int might match the return type of a GCC
12015 builtin and then its argument prototype would still apply. */
12016 #ifdef __cplusplus
12017 extern "C"
12018 #endif
12019 char AuCreateFlow ();
12021 main ()
12023 return AuCreateFlow ();
12025 return 0;
12027 _ACEOF
12028 rm -f conftest.$ac_objext conftest$ac_exeext
12029 if { (ac_try="$ac_link"
12030 case "(($ac_try" in
12031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12032 *) ac_try_echo=$ac_try;;
12033 esac
12034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12035 (eval "$ac_link") 2>conftest.er1
12036 ac_status=$?
12037 grep -v '^ *+' conftest.er1 >conftest.err
12038 rm -f conftest.er1
12039 cat conftest.err >&5
12040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12041 (exit $ac_status); } && {
12042 test -z "$ac_c_werror_flag" ||
12043 test ! -s conftest.err
12044 } && test -s conftest$ac_exeext &&
12045 $as_test_x conftest$ac_exeext; then
12046 ac_cv_lib_audio_AuCreateFlow=yes
12047 else
12048 echo "$as_me: failed program was:" >&5
12049 sed 's/^/| /' conftest.$ac_ext >&5
12051 ac_cv_lib_audio_AuCreateFlow=no
12054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12055 conftest$ac_exeext conftest.$ac_ext
12056 LIBS=$ac_check_lib_save_LIBS
12058 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12059 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
12060 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
12062 cat >>confdefs.h <<\_ACEOF
12063 #define HAVE_NAS 1
12064 _ACEOF
12066 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12067 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
12068 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12070 else
12071 ac_check_lib_save_LIBS=$LIBS
12072 LIBS="-lXau $X_LIBS $LIBS"
12073 cat >conftest.$ac_ext <<_ACEOF
12074 /* confdefs.h. */
12075 _ACEOF
12076 cat confdefs.h >>conftest.$ac_ext
12077 cat >>conftest.$ac_ext <<_ACEOF
12078 /* end confdefs.h. */
12080 /* Override any GCC internal prototype to avoid an error.
12081 Use char because int might match the return type of a GCC
12082 builtin and then its argument prototype would still apply. */
12083 #ifdef __cplusplus
12084 extern "C"
12085 #endif
12086 char XauGetBestAuthByAddr ();
12088 main ()
12090 return XauGetBestAuthByAddr ();
12092 return 0;
12094 _ACEOF
12095 rm -f conftest.$ac_objext conftest$ac_exeext
12096 if { (ac_try="$ac_link"
12097 case "(($ac_try" in
12098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099 *) ac_try_echo=$ac_try;;
12100 esac
12101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12102 (eval "$ac_link") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } && {
12109 test -z "$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 } && test -s conftest$ac_exeext &&
12112 $as_test_x conftest$ac_exeext; then
12113 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12114 else
12115 echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.$ac_ext >&5
12118 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12122 conftest$ac_exeext conftest.$ac_ext
12123 LIBS=$ac_check_lib_save_LIBS
12125 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12126 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12127 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12128 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12129 else
12130 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12138 done
12141 CPPFLAGS="$ac_save_CPPFLAGS"
12142 else
12143 XLIB=""
12144 X_CFLAGS=""
12145 X_LIBS=""
12146 enable_winex11_drv=${enable_winex11_drv:-no}
12147 enable_opengl32=${enable_opengl32:-no}
12148 enable_glu32=${enable_glu32:-no}
12150 if test "x$XLIB" = "x"; then
12151 case "x$with_x" in
12152 xno) ;;
12153 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12154 without X support, which probably isn't what you want. You will need to install
12155 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12156 Use the --without-x option if you really want this." >&5
12157 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12158 without X support, which probably isn't what you want. You will need to install
12159 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12160 Use the --without-x option if you really want this." >&2;}
12161 { (exit 1); exit 1; }; } ;;
12162 esac
12167 XML2LIBS=""
12169 XML2INCL=""
12171 XSLTINCL=""
12173 if test "x$with_xml" != "xno"
12174 then
12175 ac_save_CPPFLAGS="$CPPFLAGS"
12176 if test "$PKG_CONFIG" != "false"
12177 then
12178 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12179 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12180 else
12181 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12182 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12184 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12186 for ac_header in libxml/parser.h
12188 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12189 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12190 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12193 echo $ECHO_N "(cached) $ECHO_C" >&6
12195 ac_res=`eval echo '${'$as_ac_Header'}'`
12196 { echo "$as_me:$LINENO: result: $ac_res" >&5
12197 echo "${ECHO_T}$ac_res" >&6; }
12198 else
12199 # Is the header compilable?
12200 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12201 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12202 cat >conftest.$ac_ext <<_ACEOF
12203 /* confdefs.h. */
12204 _ACEOF
12205 cat confdefs.h >>conftest.$ac_ext
12206 cat >>conftest.$ac_ext <<_ACEOF
12207 /* end confdefs.h. */
12208 $ac_includes_default
12209 #include <$ac_header>
12210 _ACEOF
12211 rm -f conftest.$ac_objext
12212 if { (ac_try="$ac_compile"
12213 case "(($ac_try" in
12214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12215 *) ac_try_echo=$ac_try;;
12216 esac
12217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12218 (eval "$ac_compile") 2>conftest.er1
12219 ac_status=$?
12220 grep -v '^ *+' conftest.er1 >conftest.err
12221 rm -f conftest.er1
12222 cat conftest.err >&5
12223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12224 (exit $ac_status); } && {
12225 test -z "$ac_c_werror_flag" ||
12226 test ! -s conftest.err
12227 } && test -s conftest.$ac_objext; then
12228 ac_header_compiler=yes
12229 else
12230 echo "$as_me: failed program was:" >&5
12231 sed 's/^/| /' conftest.$ac_ext >&5
12233 ac_header_compiler=no
12236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12237 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12238 echo "${ECHO_T}$ac_header_compiler" >&6; }
12240 # Is the header present?
12241 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12242 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12243 cat >conftest.$ac_ext <<_ACEOF
12244 /* confdefs.h. */
12245 _ACEOF
12246 cat confdefs.h >>conftest.$ac_ext
12247 cat >>conftest.$ac_ext <<_ACEOF
12248 /* end confdefs.h. */
12249 #include <$ac_header>
12250 _ACEOF
12251 if { (ac_try="$ac_cpp conftest.$ac_ext"
12252 case "(($ac_try" in
12253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12254 *) ac_try_echo=$ac_try;;
12255 esac
12256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12257 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12258 ac_status=$?
12259 grep -v '^ *+' conftest.er1 >conftest.err
12260 rm -f conftest.er1
12261 cat conftest.err >&5
12262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12263 (exit $ac_status); } >/dev/null && {
12264 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12265 test ! -s conftest.err
12266 }; then
12267 ac_header_preproc=yes
12268 else
12269 echo "$as_me: failed program was:" >&5
12270 sed 's/^/| /' conftest.$ac_ext >&5
12272 ac_header_preproc=no
12275 rm -f conftest.err conftest.$ac_ext
12276 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12277 echo "${ECHO_T}$ac_header_preproc" >&6; }
12279 # So? What about this header?
12280 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12281 yes:no: )
12282 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12283 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12284 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12285 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12286 ac_header_preproc=yes
12288 no:yes:* )
12289 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12290 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12291 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12292 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12293 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12294 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12295 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12296 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12297 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12298 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12299 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12300 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12301 ( cat <<\_ASBOX
12302 ## ------------------------------------ ##
12303 ## Report this to wine-devel@winehq.org ##
12304 ## ------------------------------------ ##
12305 _ASBOX
12306 ) | sed "s/^/$as_me: WARNING: /" >&2
12308 esac
12309 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12310 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12311 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12312 echo $ECHO_N "(cached) $ECHO_C" >&6
12313 else
12314 eval "$as_ac_Header=\$ac_header_preproc"
12316 ac_res=`eval echo '${'$as_ac_Header'}'`
12317 { echo "$as_me:$LINENO: result: $ac_res" >&5
12318 echo "${ECHO_T}$ac_res" >&6; }
12321 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12322 cat >>confdefs.h <<_ACEOF
12323 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12324 _ACEOF
12325 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12326 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12327 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12328 echo $ECHO_N "(cached) $ECHO_C" >&6
12329 else
12330 ac_check_lib_save_LIBS=$LIBS
12331 LIBS="-lxml2 $ac_xml_libs $LIBS"
12332 cat >conftest.$ac_ext <<_ACEOF
12333 /* confdefs.h. */
12334 _ACEOF
12335 cat confdefs.h >>conftest.$ac_ext
12336 cat >>conftest.$ac_ext <<_ACEOF
12337 /* end confdefs.h. */
12339 /* Override any GCC internal prototype to avoid an error.
12340 Use char because int might match the return type of a GCC
12341 builtin and then its argument prototype would still apply. */
12342 #ifdef __cplusplus
12343 extern "C"
12344 #endif
12345 char xmlParseMemory ();
12347 main ()
12349 return xmlParseMemory ();
12351 return 0;
12353 _ACEOF
12354 rm -f conftest.$ac_objext conftest$ac_exeext
12355 if { (ac_try="$ac_link"
12356 case "(($ac_try" in
12357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12358 *) ac_try_echo=$ac_try;;
12359 esac
12360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12361 (eval "$ac_link") 2>conftest.er1
12362 ac_status=$?
12363 grep -v '^ *+' conftest.er1 >conftest.err
12364 rm -f conftest.er1
12365 cat conftest.err >&5
12366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12367 (exit $ac_status); } && {
12368 test -z "$ac_c_werror_flag" ||
12369 test ! -s conftest.err
12370 } && test -s conftest$ac_exeext &&
12371 $as_test_x conftest$ac_exeext; then
12372 ac_cv_lib_xml2_xmlParseMemory=yes
12373 else
12374 echo "$as_me: failed program was:" >&5
12375 sed 's/^/| /' conftest.$ac_ext >&5
12377 ac_cv_lib_xml2_xmlParseMemory=no
12380 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12381 conftest$ac_exeext conftest.$ac_ext
12382 LIBS=$ac_check_lib_save_LIBS
12384 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12385 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12386 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12388 cat >>confdefs.h <<\_ACEOF
12389 #define HAVE_LIBXML2 1
12390 _ACEOF
12392 XML2LIBS="$ac_xml_libs"
12393 XML2INCL="$ac_xml_cflags"
12396 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12397 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12398 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12399 echo $ECHO_N "(cached) $ECHO_C" >&6
12400 else
12401 ac_check_lib_save_LIBS=$LIBS
12402 LIBS="-lxml2 $ac_xml_libs $LIBS"
12403 cat >conftest.$ac_ext <<_ACEOF
12404 /* confdefs.h. */
12405 _ACEOF
12406 cat confdefs.h >>conftest.$ac_ext
12407 cat >>conftest.$ac_ext <<_ACEOF
12408 /* end confdefs.h. */
12410 /* Override any GCC internal prototype to avoid an error.
12411 Use char because int might match the return type of a GCC
12412 builtin and then its argument prototype would still apply. */
12413 #ifdef __cplusplus
12414 extern "C"
12415 #endif
12416 char xmlReadMemory ();
12418 main ()
12420 return xmlReadMemory ();
12422 return 0;
12424 _ACEOF
12425 rm -f conftest.$ac_objext conftest$ac_exeext
12426 if { (ac_try="$ac_link"
12427 case "(($ac_try" in
12428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12429 *) ac_try_echo=$ac_try;;
12430 esac
12431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12432 (eval "$ac_link") 2>conftest.er1
12433 ac_status=$?
12434 grep -v '^ *+' conftest.er1 >conftest.err
12435 rm -f conftest.er1
12436 cat conftest.err >&5
12437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12438 (exit $ac_status); } && {
12439 test -z "$ac_c_werror_flag" ||
12440 test ! -s conftest.err
12441 } && test -s conftest$ac_exeext &&
12442 $as_test_x conftest$ac_exeext; then
12443 ac_cv_lib_xml2_xmlReadMemory=yes
12444 else
12445 echo "$as_me: failed program was:" >&5
12446 sed 's/^/| /' conftest.$ac_ext >&5
12448 ac_cv_lib_xml2_xmlReadMemory=no
12451 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12452 conftest$ac_exeext conftest.$ac_ext
12453 LIBS=$ac_check_lib_save_LIBS
12455 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12456 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12457 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12459 cat >>confdefs.h <<\_ACEOF
12460 #define HAVE_XMLREADMEMORY 1
12461 _ACEOF
12465 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12466 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12467 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12468 echo $ECHO_N "(cached) $ECHO_C" >&6
12469 else
12470 ac_check_lib_save_LIBS=$LIBS
12471 LIBS="-lxml2 $ac_xml_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 xmlNewDocPI ();
12487 main ()
12489 return xmlNewDocPI ();
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 ac_cv_lib_xml2_xmlNewDocPI=yes
12513 else
12514 echo "$as_me: failed program was:" >&5
12515 sed 's/^/| /' conftest.$ac_ext >&5
12517 ac_cv_lib_xml2_xmlNewDocPI=no
12520 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12521 conftest$ac_exeext conftest.$ac_ext
12522 LIBS=$ac_check_lib_save_LIBS
12524 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12525 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12526 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12528 cat >>confdefs.h <<\_ACEOF
12529 #define HAVE_XMLNEWDOCPI 1
12530 _ACEOF
12537 done
12539 CPPFLAGS="$ac_save_CPPFLAGS"
12541 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12542 case "x$with_xml" in
12543 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12544 xno) ;;
12545 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12546 This is an error since --with-xml was requested." >&5
12547 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12548 This is an error since --with-xml was requested." >&2;}
12549 { (exit 1); exit 1; }; } ;;
12550 esac
12554 if test "x$with_xslt" != "xno"
12555 then
12556 if test "$PKG_CONFIG" != "false"
12557 then
12558 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12559 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12560 else
12561 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12562 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12564 ac_save_CPPFLAGS="$CPPFLAGS"
12565 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12568 for ac_header in libxslt/pattern.h libxslt/transform.h
12570 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12571 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12572 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12573 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12574 echo $ECHO_N "(cached) $ECHO_C" >&6
12575 else
12576 cat >conftest.$ac_ext <<_ACEOF
12577 /* confdefs.h. */
12578 _ACEOF
12579 cat confdefs.h >>conftest.$ac_ext
12580 cat >>conftest.$ac_ext <<_ACEOF
12581 /* end confdefs.h. */
12582 #ifdef HAVE_LIBXSLT_PATTERN_H
12583 # include <libxslt/pattern.h>
12584 #endif
12586 #include <$ac_header>
12587 _ACEOF
12588 rm -f conftest.$ac_objext
12589 if { (ac_try="$ac_compile"
12590 case "(($ac_try" in
12591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12592 *) ac_try_echo=$ac_try;;
12593 esac
12594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12595 (eval "$ac_compile") 2>conftest.er1
12596 ac_status=$?
12597 grep -v '^ *+' conftest.er1 >conftest.err
12598 rm -f conftest.er1
12599 cat conftest.err >&5
12600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12601 (exit $ac_status); } && {
12602 test -z "$ac_c_werror_flag" ||
12603 test ! -s conftest.err
12604 } && test -s conftest.$ac_objext; then
12605 eval "$as_ac_Header=yes"
12606 else
12607 echo "$as_me: failed program was:" >&5
12608 sed 's/^/| /' conftest.$ac_ext >&5
12610 eval "$as_ac_Header=no"
12613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12615 ac_res=`eval echo '${'$as_ac_Header'}'`
12616 { echo "$as_me:$LINENO: result: $ac_res" >&5
12617 echo "${ECHO_T}$ac_res" >&6; }
12618 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12619 cat >>confdefs.h <<_ACEOF
12620 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12621 _ACEOF
12625 done
12627 CPPFLAGS="$ac_save_CPPFLAGS"
12628 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12629 then
12630 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12631 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12632 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12633 echo $ECHO_N "(cached) $ECHO_C" >&6
12634 else
12635 ac_check_soname_save_LIBS=$LIBS
12636 LIBS="-lxslt $ac_xslt_libs $LIBS"
12637 cat >conftest.$ac_ext <<_ACEOF
12638 /* confdefs.h. */
12639 _ACEOF
12640 cat confdefs.h >>conftest.$ac_ext
12641 cat >>conftest.$ac_ext <<_ACEOF
12642 /* end confdefs.h. */
12644 /* Override any GCC internal prototype to avoid an error.
12645 Use char because int might match the return type of a GCC
12646 builtin and then its argument prototype would still apply. */
12647 #ifdef __cplusplus
12648 extern "C"
12649 #endif
12650 char xsltCompilePattern ();
12652 main ()
12654 return xsltCompilePattern ();
12656 return 0;
12658 _ACEOF
12659 rm -f conftest.$ac_objext conftest$ac_exeext
12660 if { (ac_try="$ac_link"
12661 case "(($ac_try" in
12662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12663 *) ac_try_echo=$ac_try;;
12664 esac
12665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12666 (eval "$ac_link") 2>conftest.er1
12667 ac_status=$?
12668 grep -v '^ *+' conftest.er1 >conftest.err
12669 rm -f conftest.er1
12670 cat conftest.err >&5
12671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12672 (exit $ac_status); } && {
12673 test -z "$ac_c_werror_flag" ||
12674 test ! -s conftest.err
12675 } && test -s conftest$ac_exeext &&
12676 $as_test_x conftest$ac_exeext; then
12677 case "$LIBEXT" in
12678 dll) ;;
12679 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'` ;;
12680 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12681 esac
12682 else
12683 echo "$as_me: failed program was:" >&5
12684 sed 's/^/| /' conftest.$ac_ext >&5
12689 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12690 conftest$ac_exeext conftest.$ac_ext
12691 LIBS=$ac_check_soname_save_LIBS
12693 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12694 { echo "$as_me:$LINENO: result: not found" >&5
12695 echo "${ECHO_T}not found" >&6; }
12697 else
12698 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12699 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12701 cat >>confdefs.h <<_ACEOF
12702 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12703 _ACEOF
12705 XSLTINCL="$ac_xslt_cflags"
12710 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12711 case "x$with_xslt" in
12712 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12713 xno) ;;
12714 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12715 This is an error since --with-xslt was requested." >&5
12716 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12717 This is an error since --with-xslt was requested." >&2;}
12718 { (exit 1); exit 1; }; } ;;
12719 esac
12723 HALINCL=""
12725 if test "x$with_hal" != "xno"
12726 then
12727 ac_save_CPPFLAGS="$CPPFLAGS"
12728 if test "$PKG_CONFIG" != "false"
12729 then
12730 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12731 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12732 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12736 for ac_header in dbus/dbus.h hal/libhal.h
12738 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12740 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12741 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12742 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12743 echo $ECHO_N "(cached) $ECHO_C" >&6
12745 ac_res=`eval echo '${'$as_ac_Header'}'`
12746 { echo "$as_me:$LINENO: result: $ac_res" >&5
12747 echo "${ECHO_T}$ac_res" >&6; }
12748 else
12749 # Is the header compilable?
12750 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12751 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12752 cat >conftest.$ac_ext <<_ACEOF
12753 /* confdefs.h. */
12754 _ACEOF
12755 cat confdefs.h >>conftest.$ac_ext
12756 cat >>conftest.$ac_ext <<_ACEOF
12757 /* end confdefs.h. */
12758 $ac_includes_default
12759 #include <$ac_header>
12760 _ACEOF
12761 rm -f conftest.$ac_objext
12762 if { (ac_try="$ac_compile"
12763 case "(($ac_try" in
12764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12765 *) ac_try_echo=$ac_try;;
12766 esac
12767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12768 (eval "$ac_compile") 2>conftest.er1
12769 ac_status=$?
12770 grep -v '^ *+' conftest.er1 >conftest.err
12771 rm -f conftest.er1
12772 cat conftest.err >&5
12773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12774 (exit $ac_status); } && {
12775 test -z "$ac_c_werror_flag" ||
12776 test ! -s conftest.err
12777 } && test -s conftest.$ac_objext; then
12778 ac_header_compiler=yes
12779 else
12780 echo "$as_me: failed program was:" >&5
12781 sed 's/^/| /' conftest.$ac_ext >&5
12783 ac_header_compiler=no
12786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12787 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12788 echo "${ECHO_T}$ac_header_compiler" >&6; }
12790 # Is the header present?
12791 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12792 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12793 cat >conftest.$ac_ext <<_ACEOF
12794 /* confdefs.h. */
12795 _ACEOF
12796 cat confdefs.h >>conftest.$ac_ext
12797 cat >>conftest.$ac_ext <<_ACEOF
12798 /* end confdefs.h. */
12799 #include <$ac_header>
12800 _ACEOF
12801 if { (ac_try="$ac_cpp conftest.$ac_ext"
12802 case "(($ac_try" in
12803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12804 *) ac_try_echo=$ac_try;;
12805 esac
12806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12807 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12808 ac_status=$?
12809 grep -v '^ *+' conftest.er1 >conftest.err
12810 rm -f conftest.er1
12811 cat conftest.err >&5
12812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12813 (exit $ac_status); } >/dev/null && {
12814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12815 test ! -s conftest.err
12816 }; then
12817 ac_header_preproc=yes
12818 else
12819 echo "$as_me: failed program was:" >&5
12820 sed 's/^/| /' conftest.$ac_ext >&5
12822 ac_header_preproc=no
12825 rm -f conftest.err conftest.$ac_ext
12826 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12827 echo "${ECHO_T}$ac_header_preproc" >&6; }
12829 # So? What about this header?
12830 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12831 yes:no: )
12832 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12833 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12834 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12835 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12836 ac_header_preproc=yes
12838 no:yes:* )
12839 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12840 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12841 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12842 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12843 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12844 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12845 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12846 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12847 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12848 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12849 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12850 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12851 ( cat <<\_ASBOX
12852 ## ------------------------------------ ##
12853 ## Report this to wine-devel@winehq.org ##
12854 ## ------------------------------------ ##
12855 _ASBOX
12856 ) | sed "s/^/$as_me: WARNING: /" >&2
12858 esac
12859 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12860 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12861 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12862 echo $ECHO_N "(cached) $ECHO_C" >&6
12863 else
12864 eval "$as_ac_Header=\$ac_header_preproc"
12866 ac_res=`eval echo '${'$as_ac_Header'}'`
12867 { echo "$as_me:$LINENO: result: $ac_res" >&5
12868 echo "${ECHO_T}$ac_res" >&6; }
12871 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12872 cat >>confdefs.h <<_ACEOF
12873 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12874 _ACEOF
12878 done
12880 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12881 then
12882 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12883 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12884 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12885 echo $ECHO_N "(cached) $ECHO_C" >&6
12886 else
12887 ac_check_lib_save_LIBS=$LIBS
12888 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12889 cat >conftest.$ac_ext <<_ACEOF
12890 /* confdefs.h. */
12891 _ACEOF
12892 cat confdefs.h >>conftest.$ac_ext
12893 cat >>conftest.$ac_ext <<_ACEOF
12894 /* end confdefs.h. */
12896 /* Override any GCC internal prototype to avoid an error.
12897 Use char because int might match the return type of a GCC
12898 builtin and then its argument prototype would still apply. */
12899 #ifdef __cplusplus
12900 extern "C"
12901 #endif
12902 char dbus_connection_close ();
12904 main ()
12906 return dbus_connection_close ();
12908 return 0;
12910 _ACEOF
12911 rm -f conftest.$ac_objext conftest$ac_exeext
12912 if { (ac_try="$ac_link"
12913 case "(($ac_try" in
12914 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12915 *) ac_try_echo=$ac_try;;
12916 esac
12917 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12918 (eval "$ac_link") 2>conftest.er1
12919 ac_status=$?
12920 grep -v '^ *+' conftest.er1 >conftest.err
12921 rm -f conftest.er1
12922 cat conftest.err >&5
12923 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12924 (exit $ac_status); } && {
12925 test -z "$ac_c_werror_flag" ||
12926 test ! -s conftest.err
12927 } && test -s conftest$ac_exeext &&
12928 $as_test_x conftest$ac_exeext; then
12929 ac_cv_lib_dbus_1_dbus_connection_close=yes
12930 else
12931 echo "$as_me: failed program was:" >&5
12932 sed 's/^/| /' conftest.$ac_ext >&5
12934 ac_cv_lib_dbus_1_dbus_connection_close=no
12937 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12938 conftest$ac_exeext conftest.$ac_ext
12939 LIBS=$ac_check_lib_save_LIBS
12941 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12942 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12943 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12944 { echo "$as_me:$LINENO: checking for -lhal" >&5
12945 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12946 if test "${ac_cv_lib_soname_hal+set}" = set; then
12947 echo $ECHO_N "(cached) $ECHO_C" >&6
12948 else
12949 ac_check_soname_save_LIBS=$LIBS
12950 LIBS="-lhal $ac_hal_libs $LIBS"
12951 cat >conftest.$ac_ext <<_ACEOF
12952 /* confdefs.h. */
12953 _ACEOF
12954 cat confdefs.h >>conftest.$ac_ext
12955 cat >>conftest.$ac_ext <<_ACEOF
12956 /* end confdefs.h. */
12958 /* Override any GCC internal prototype to avoid an error.
12959 Use char because int might match the return type of a GCC
12960 builtin and then its argument prototype would still apply. */
12961 #ifdef __cplusplus
12962 extern "C"
12963 #endif
12964 char libhal_ctx_new ();
12966 main ()
12968 return libhal_ctx_new ();
12970 return 0;
12972 _ACEOF
12973 rm -f conftest.$ac_objext conftest$ac_exeext
12974 if { (ac_try="$ac_link"
12975 case "(($ac_try" in
12976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12977 *) ac_try_echo=$ac_try;;
12978 esac
12979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12980 (eval "$ac_link") 2>conftest.er1
12981 ac_status=$?
12982 grep -v '^ *+' conftest.er1 >conftest.err
12983 rm -f conftest.er1
12984 cat conftest.err >&5
12985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12986 (exit $ac_status); } && {
12987 test -z "$ac_c_werror_flag" ||
12988 test ! -s conftest.err
12989 } && test -s conftest$ac_exeext &&
12990 $as_test_x conftest$ac_exeext; then
12991 case "$LIBEXT" in
12992 dll) ;;
12993 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'` ;;
12994 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12995 esac
12996 else
12997 echo "$as_me: failed program was:" >&5
12998 sed 's/^/| /' conftest.$ac_ext >&5
13003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13004 conftest$ac_exeext conftest.$ac_ext
13005 LIBS=$ac_check_soname_save_LIBS
13007 if test "x$ac_cv_lib_soname_hal" = "x"; then
13008 { echo "$as_me:$LINENO: result: not found" >&5
13009 echo "${ECHO_T}not found" >&6; }
13011 else
13012 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13013 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
13015 cat >>confdefs.h <<_ACEOF
13016 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13017 _ACEOF
13019 HALINCL="$ac_hal_cflags"
13025 CPPFLAGS="$ac_save_CPPFLAGS"
13027 if test "x$ac_cv_lib_soname_hal" = "x"; then
13028 case "x$with_hal" in
13029 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13030 xno) ;;
13031 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13032 This is an error since --with-hal was requested." >&5
13033 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13034 This is an error since --with-hal was requested." >&2;}
13035 { (exit 1); exit 1; }; } ;;
13036 esac
13040 if test "x$with_gnutls" != "xno"
13041 then
13042 ac_save_CPPFLAGS="$CPPFLAGS"
13043 if test "$PKG_CONFIG" != "false"
13044 then
13045 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13046 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13047 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13049 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13050 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13051 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13052 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13053 echo $ECHO_N "(cached) $ECHO_C" >&6
13055 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13056 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13057 else
13058 # Is the header compilable?
13059 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13060 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
13061 cat >conftest.$ac_ext <<_ACEOF
13062 /* confdefs.h. */
13063 _ACEOF
13064 cat confdefs.h >>conftest.$ac_ext
13065 cat >>conftest.$ac_ext <<_ACEOF
13066 /* end confdefs.h. */
13067 $ac_includes_default
13068 #include <gnutls/gnutls.h>
13069 _ACEOF
13070 rm -f conftest.$ac_objext
13071 if { (ac_try="$ac_compile"
13072 case "(($ac_try" in
13073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13074 *) ac_try_echo=$ac_try;;
13075 esac
13076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13077 (eval "$ac_compile") 2>conftest.er1
13078 ac_status=$?
13079 grep -v '^ *+' conftest.er1 >conftest.err
13080 rm -f conftest.er1
13081 cat conftest.err >&5
13082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13083 (exit $ac_status); } && {
13084 test -z "$ac_c_werror_flag" ||
13085 test ! -s conftest.err
13086 } && test -s conftest.$ac_objext; then
13087 ac_header_compiler=yes
13088 else
13089 echo "$as_me: failed program was:" >&5
13090 sed 's/^/| /' conftest.$ac_ext >&5
13092 ac_header_compiler=no
13095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13096 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13097 echo "${ECHO_T}$ac_header_compiler" >&6; }
13099 # Is the header present?
13100 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13101 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
13102 cat >conftest.$ac_ext <<_ACEOF
13103 /* confdefs.h. */
13104 _ACEOF
13105 cat confdefs.h >>conftest.$ac_ext
13106 cat >>conftest.$ac_ext <<_ACEOF
13107 /* end confdefs.h. */
13108 #include <gnutls/gnutls.h>
13109 _ACEOF
13110 if { (ac_try="$ac_cpp conftest.$ac_ext"
13111 case "(($ac_try" in
13112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13113 *) ac_try_echo=$ac_try;;
13114 esac
13115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13116 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13117 ac_status=$?
13118 grep -v '^ *+' conftest.er1 >conftest.err
13119 rm -f conftest.er1
13120 cat conftest.err >&5
13121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13122 (exit $ac_status); } >/dev/null && {
13123 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13124 test ! -s conftest.err
13125 }; then
13126 ac_header_preproc=yes
13127 else
13128 echo "$as_me: failed program was:" >&5
13129 sed 's/^/| /' conftest.$ac_ext >&5
13131 ac_header_preproc=no
13134 rm -f conftest.err conftest.$ac_ext
13135 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13136 echo "${ECHO_T}$ac_header_preproc" >&6; }
13138 # So? What about this header?
13139 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13140 yes:no: )
13141 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13142 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13143 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13144 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13145 ac_header_preproc=yes
13147 no:yes:* )
13148 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13149 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13150 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13151 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13152 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13153 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13154 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13155 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13156 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13157 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13158 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13159 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13160 ( cat <<\_ASBOX
13161 ## ------------------------------------ ##
13162 ## Report this to wine-devel@winehq.org ##
13163 ## ------------------------------------ ##
13164 _ASBOX
13165 ) | sed "s/^/$as_me: WARNING: /" >&2
13167 esac
13168 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13169 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13170 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13171 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 else
13173 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13175 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13176 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13179 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13180 cat >conftest.$ac_ext <<_ACEOF
13181 /* confdefs.h. */
13182 _ACEOF
13183 cat confdefs.h >>conftest.$ac_ext
13184 cat >>conftest.$ac_ext <<_ACEOF
13185 /* end confdefs.h. */
13186 #include <gnutls/gnutls.h>
13188 main ()
13190 typeof(gnutls_mac_get_key_size) *pfunc;
13192 return 0;
13194 _ACEOF
13195 rm -f conftest.$ac_objext
13196 if { (ac_try="$ac_compile"
13197 case "(($ac_try" in
13198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13199 *) ac_try_echo=$ac_try;;
13200 esac
13201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13202 (eval "$ac_compile") 2>conftest.er1
13203 ac_status=$?
13204 grep -v '^ *+' conftest.er1 >conftest.err
13205 rm -f conftest.er1
13206 cat conftest.err >&5
13207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13208 (exit $ac_status); } && {
13209 test -z "$ac_c_werror_flag" ||
13210 test ! -s conftest.err
13211 } && test -s conftest.$ac_objext; then
13212 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13213 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13214 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13215 echo $ECHO_N "(cached) $ECHO_C" >&6
13216 else
13217 ac_check_soname_save_LIBS=$LIBS
13218 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13219 cat >conftest.$ac_ext <<_ACEOF
13220 /* confdefs.h. */
13221 _ACEOF
13222 cat confdefs.h >>conftest.$ac_ext
13223 cat >>conftest.$ac_ext <<_ACEOF
13224 /* end confdefs.h. */
13226 /* Override any GCC internal prototype to avoid an error.
13227 Use char because int might match the return type of a GCC
13228 builtin and then its argument prototype would still apply. */
13229 #ifdef __cplusplus
13230 extern "C"
13231 #endif
13232 char gnutls_global_init ();
13234 main ()
13236 return gnutls_global_init ();
13238 return 0;
13240 _ACEOF
13241 rm -f conftest.$ac_objext conftest$ac_exeext
13242 if { (ac_try="$ac_link"
13243 case "(($ac_try" in
13244 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13245 *) ac_try_echo=$ac_try;;
13246 esac
13247 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13248 (eval "$ac_link") 2>conftest.er1
13249 ac_status=$?
13250 grep -v '^ *+' conftest.er1 >conftest.err
13251 rm -f conftest.er1
13252 cat conftest.err >&5
13253 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13254 (exit $ac_status); } && {
13255 test -z "$ac_c_werror_flag" ||
13256 test ! -s conftest.err
13257 } && test -s conftest$ac_exeext &&
13258 $as_test_x conftest$ac_exeext; then
13259 case "$LIBEXT" in
13260 dll) ;;
13261 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'` ;;
13262 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13263 esac
13264 else
13265 echo "$as_me: failed program was:" >&5
13266 sed 's/^/| /' conftest.$ac_ext >&5
13271 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13272 conftest$ac_exeext conftest.$ac_ext
13273 LIBS=$ac_check_soname_save_LIBS
13275 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13276 { echo "$as_me:$LINENO: result: not found" >&5
13277 echo "${ECHO_T}not found" >&6; }
13279 else
13280 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13281 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13283 cat >>confdefs.h <<_ACEOF
13284 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13285 _ACEOF
13287 GNUTLSINCL="$ac_gnutls_cflags"
13291 else
13292 echo "$as_me: failed program was:" >&5
13293 sed 's/^/| /' conftest.$ac_ext >&5
13298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13302 CPPFLAGS="$ac_save_CPPFLAGS"
13304 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13305 case "x$with_gnutls" in
13306 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13307 xno) ;;
13308 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13309 This is an error since --with-gnutls was requested." >&5
13310 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13311 This is an error since --with-gnutls was requested." >&2;}
13312 { (exit 1); exit 1; }; } ;;
13313 esac
13317 CURSESLIBS=""
13318 if test "$ac_cv_header_ncurses_h" = "yes"
13319 then
13320 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13321 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13322 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13323 echo $ECHO_N "(cached) $ECHO_C" >&6
13324 else
13325 ac_check_soname_save_LIBS=$LIBS
13326 LIBS="-lncurses $LIBS"
13327 cat >conftest.$ac_ext <<_ACEOF
13328 /* confdefs.h. */
13329 _ACEOF
13330 cat confdefs.h >>conftest.$ac_ext
13331 cat >>conftest.$ac_ext <<_ACEOF
13332 /* end confdefs.h. */
13334 /* Override any GCC internal prototype to avoid an error.
13335 Use char because int might match the return type of a GCC
13336 builtin and then its argument prototype would still apply. */
13337 #ifdef __cplusplus
13338 extern "C"
13339 #endif
13340 char waddch ();
13342 main ()
13344 return waddch ();
13346 return 0;
13348 _ACEOF
13349 rm -f conftest.$ac_objext conftest$ac_exeext
13350 if { (ac_try="$ac_link"
13351 case "(($ac_try" in
13352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13353 *) ac_try_echo=$ac_try;;
13354 esac
13355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13356 (eval "$ac_link") 2>conftest.er1
13357 ac_status=$?
13358 grep -v '^ *+' conftest.er1 >conftest.err
13359 rm -f conftest.er1
13360 cat conftest.err >&5
13361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13362 (exit $ac_status); } && {
13363 test -z "$ac_c_werror_flag" ||
13364 test ! -s conftest.err
13365 } && test -s conftest$ac_exeext &&
13366 $as_test_x conftest$ac_exeext; then
13367 case "$LIBEXT" in
13368 dll) ;;
13369 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'` ;;
13370 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13371 esac
13372 else
13373 echo "$as_me: failed program was:" >&5
13374 sed 's/^/| /' conftest.$ac_ext >&5
13379 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13380 conftest$ac_exeext conftest.$ac_ext
13381 LIBS=$ac_check_soname_save_LIBS
13383 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13384 { echo "$as_me:$LINENO: result: not found" >&5
13385 echo "${ECHO_T}not found" >&6; }
13387 else
13388 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13389 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13391 cat >>confdefs.h <<_ACEOF
13392 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13393 _ACEOF
13395 CURSESLIBS="-lncurses"
13398 elif test "$ac_cv_header_curses_h" = "yes"
13399 then
13400 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13401 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13402 if test "${ac_cv_lib_soname_curses+set}" = set; then
13403 echo $ECHO_N "(cached) $ECHO_C" >&6
13404 else
13405 ac_check_soname_save_LIBS=$LIBS
13406 LIBS="-lcurses $LIBS"
13407 cat >conftest.$ac_ext <<_ACEOF
13408 /* confdefs.h. */
13409 _ACEOF
13410 cat confdefs.h >>conftest.$ac_ext
13411 cat >>conftest.$ac_ext <<_ACEOF
13412 /* end confdefs.h. */
13414 /* Override any GCC internal prototype to avoid an error.
13415 Use char because int might match the return type of a GCC
13416 builtin and then its argument prototype would still apply. */
13417 #ifdef __cplusplus
13418 extern "C"
13419 #endif
13420 char waddch ();
13422 main ()
13424 return waddch ();
13426 return 0;
13428 _ACEOF
13429 rm -f conftest.$ac_objext conftest$ac_exeext
13430 if { (ac_try="$ac_link"
13431 case "(($ac_try" in
13432 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13433 *) ac_try_echo=$ac_try;;
13434 esac
13435 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13436 (eval "$ac_link") 2>conftest.er1
13437 ac_status=$?
13438 grep -v '^ *+' conftest.er1 >conftest.err
13439 rm -f conftest.er1
13440 cat conftest.err >&5
13441 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13442 (exit $ac_status); } && {
13443 test -z "$ac_c_werror_flag" ||
13444 test ! -s conftest.err
13445 } && test -s conftest$ac_exeext &&
13446 $as_test_x conftest$ac_exeext; then
13447 case "$LIBEXT" in
13448 dll) ;;
13449 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'` ;;
13450 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13451 esac
13452 else
13453 echo "$as_me: failed program was:" >&5
13454 sed 's/^/| /' conftest.$ac_ext >&5
13459 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13460 conftest$ac_exeext conftest.$ac_ext
13461 LIBS=$ac_check_soname_save_LIBS
13463 if test "x$ac_cv_lib_soname_curses" = "x"; then
13464 { echo "$as_me:$LINENO: result: not found" >&5
13465 echo "${ECHO_T}not found" >&6; }
13467 else
13468 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13469 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13471 cat >>confdefs.h <<_ACEOF
13472 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13473 _ACEOF
13475 CURSESLIBS="-lcurses"
13479 ac_save_LIBS="$LIBS"
13480 LIBS="$LIBS $CURSESLIBS"
13482 for ac_func in mousemask
13484 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13485 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13486 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13487 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13488 echo $ECHO_N "(cached) $ECHO_C" >&6
13489 else
13490 cat >conftest.$ac_ext <<_ACEOF
13491 /* confdefs.h. */
13492 _ACEOF
13493 cat confdefs.h >>conftest.$ac_ext
13494 cat >>conftest.$ac_ext <<_ACEOF
13495 /* end confdefs.h. */
13496 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13497 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13498 #define $ac_func innocuous_$ac_func
13500 /* System header to define __stub macros and hopefully few prototypes,
13501 which can conflict with char $ac_func (); below.
13502 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13503 <limits.h> exists even on freestanding compilers. */
13505 #ifdef __STDC__
13506 # include <limits.h>
13507 #else
13508 # include <assert.h>
13509 #endif
13511 #undef $ac_func
13513 /* Override any GCC internal prototype to avoid an error.
13514 Use char because int might match the return type of a GCC
13515 builtin and then its argument prototype would still apply. */
13516 #ifdef __cplusplus
13517 extern "C"
13518 #endif
13519 char $ac_func ();
13520 /* The GNU C library defines this for functions which it implements
13521 to always fail with ENOSYS. Some functions are actually named
13522 something starting with __ and the normal name is an alias. */
13523 #if defined __stub_$ac_func || defined __stub___$ac_func
13524 choke me
13525 #endif
13528 main ()
13530 return $ac_func ();
13532 return 0;
13534 _ACEOF
13535 rm -f conftest.$ac_objext conftest$ac_exeext
13536 if { (ac_try="$ac_link"
13537 case "(($ac_try" in
13538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13539 *) ac_try_echo=$ac_try;;
13540 esac
13541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13542 (eval "$ac_link") 2>conftest.er1
13543 ac_status=$?
13544 grep -v '^ *+' conftest.er1 >conftest.err
13545 rm -f conftest.er1
13546 cat conftest.err >&5
13547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13548 (exit $ac_status); } && {
13549 test -z "$ac_c_werror_flag" ||
13550 test ! -s conftest.err
13551 } && test -s conftest$ac_exeext &&
13552 $as_test_x conftest$ac_exeext; then
13553 eval "$as_ac_var=yes"
13554 else
13555 echo "$as_me: failed program was:" >&5
13556 sed 's/^/| /' conftest.$ac_ext >&5
13558 eval "$as_ac_var=no"
13561 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13562 conftest$ac_exeext conftest.$ac_ext
13564 ac_res=`eval echo '${'$as_ac_var'}'`
13565 { echo "$as_me:$LINENO: result: $ac_res" >&5
13566 echo "${ECHO_T}$ac_res" >&6; }
13567 if test `eval echo '${'$as_ac_var'}'` = yes; then
13568 cat >>confdefs.h <<_ACEOF
13569 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13570 _ACEOF
13573 done
13575 LIBS="$ac_save_LIBS"
13576 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13577 case "x$with_curses" in
13578 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13579 xno) ;;
13580 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13581 This is an error since --with-curses was requested." >&5
13582 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13583 This is an error since --with-curses was requested." >&2;}
13584 { (exit 1); exit 1; }; } ;;
13585 esac
13589 if test "x$with_sane" != "xno"
13590 then
13591 ac_save_CPPFLAGS="$CPPFLAGS"
13592 # Extract the first word of "sane-config", so it can be a program name with args.
13593 set dummy sane-config; ac_word=$2
13594 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13595 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13596 if test "${ac_cv_prog_sane_devel+set}" = set; then
13597 echo $ECHO_N "(cached) $ECHO_C" >&6
13598 else
13599 if test -n "$sane_devel"; then
13600 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13601 else
13602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13603 for as_dir in $PATH
13605 IFS=$as_save_IFS
13606 test -z "$as_dir" && as_dir=.
13607 for ac_exec_ext in '' $ac_executable_extensions; do
13608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13609 ac_cv_prog_sane_devel="sane-config"
13610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13611 break 2
13613 done
13614 done
13615 IFS=$as_save_IFS
13617 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13620 sane_devel=$ac_cv_prog_sane_devel
13621 if test -n "$sane_devel"; then
13622 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13623 echo "${ECHO_T}$sane_devel" >&6; }
13624 else
13625 { echo "$as_me:$LINENO: result: no" >&5
13626 echo "${ECHO_T}no" >&6; }
13630 if test "$sane_devel" != "no"
13631 then
13632 ac_sane_incl="`$sane_devel --cflags`"
13633 ac_sane_libs="`$sane_devel --ldflags`"
13634 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13636 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13637 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13638 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13639 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13640 echo $ECHO_N "(cached) $ECHO_C" >&6
13642 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13643 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13644 else
13645 # Is the header compilable?
13646 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13647 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13648 cat >conftest.$ac_ext <<_ACEOF
13649 /* confdefs.h. */
13650 _ACEOF
13651 cat confdefs.h >>conftest.$ac_ext
13652 cat >>conftest.$ac_ext <<_ACEOF
13653 /* end confdefs.h. */
13654 $ac_includes_default
13655 #include <sane/sane.h>
13656 _ACEOF
13657 rm -f conftest.$ac_objext
13658 if { (ac_try="$ac_compile"
13659 case "(($ac_try" in
13660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13661 *) ac_try_echo=$ac_try;;
13662 esac
13663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13664 (eval "$ac_compile") 2>conftest.er1
13665 ac_status=$?
13666 grep -v '^ *+' conftest.er1 >conftest.err
13667 rm -f conftest.er1
13668 cat conftest.err >&5
13669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13670 (exit $ac_status); } && {
13671 test -z "$ac_c_werror_flag" ||
13672 test ! -s conftest.err
13673 } && test -s conftest.$ac_objext; then
13674 ac_header_compiler=yes
13675 else
13676 echo "$as_me: failed program was:" >&5
13677 sed 's/^/| /' conftest.$ac_ext >&5
13679 ac_header_compiler=no
13682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13683 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13684 echo "${ECHO_T}$ac_header_compiler" >&6; }
13686 # Is the header present?
13687 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13688 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13689 cat >conftest.$ac_ext <<_ACEOF
13690 /* confdefs.h. */
13691 _ACEOF
13692 cat confdefs.h >>conftest.$ac_ext
13693 cat >>conftest.$ac_ext <<_ACEOF
13694 /* end confdefs.h. */
13695 #include <sane/sane.h>
13696 _ACEOF
13697 if { (ac_try="$ac_cpp conftest.$ac_ext"
13698 case "(($ac_try" in
13699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13700 *) ac_try_echo=$ac_try;;
13701 esac
13702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13703 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13704 ac_status=$?
13705 grep -v '^ *+' conftest.er1 >conftest.err
13706 rm -f conftest.er1
13707 cat conftest.err >&5
13708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13709 (exit $ac_status); } >/dev/null && {
13710 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13711 test ! -s conftest.err
13712 }; then
13713 ac_header_preproc=yes
13714 else
13715 echo "$as_me: failed program was:" >&5
13716 sed 's/^/| /' conftest.$ac_ext >&5
13718 ac_header_preproc=no
13721 rm -f conftest.err conftest.$ac_ext
13722 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13723 echo "${ECHO_T}$ac_header_preproc" >&6; }
13725 # So? What about this header?
13726 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13727 yes:no: )
13728 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13729 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13730 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13731 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13732 ac_header_preproc=yes
13734 no:yes:* )
13735 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13736 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13737 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13738 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13739 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13740 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13741 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13742 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13743 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13744 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13745 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13746 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13747 ( cat <<\_ASBOX
13748 ## ------------------------------------ ##
13749 ## Report this to wine-devel@winehq.org ##
13750 ## ------------------------------------ ##
13751 _ASBOX
13752 ) | sed "s/^/$as_me: WARNING: /" >&2
13754 esac
13755 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13756 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13757 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13758 echo $ECHO_N "(cached) $ECHO_C" >&6
13759 else
13760 ac_cv_header_sane_sane_h=$ac_header_preproc
13762 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13763 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13766 if test $ac_cv_header_sane_sane_h = yes; then
13767 { echo "$as_me:$LINENO: checking for -lsane" >&5
13768 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13769 if test "${ac_cv_lib_soname_sane+set}" = set; then
13770 echo $ECHO_N "(cached) $ECHO_C" >&6
13771 else
13772 ac_check_soname_save_LIBS=$LIBS
13773 LIBS="-lsane $ac_sane_libs $LIBS"
13774 cat >conftest.$ac_ext <<_ACEOF
13775 /* confdefs.h. */
13776 _ACEOF
13777 cat confdefs.h >>conftest.$ac_ext
13778 cat >>conftest.$ac_ext <<_ACEOF
13779 /* end confdefs.h. */
13781 /* Override any GCC internal prototype to avoid an error.
13782 Use char because int might match the return type of a GCC
13783 builtin and then its argument prototype would still apply. */
13784 #ifdef __cplusplus
13785 extern "C"
13786 #endif
13787 char sane_init ();
13789 main ()
13791 return sane_init ();
13793 return 0;
13795 _ACEOF
13796 rm -f conftest.$ac_objext conftest$ac_exeext
13797 if { (ac_try="$ac_link"
13798 case "(($ac_try" in
13799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13800 *) ac_try_echo=$ac_try;;
13801 esac
13802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13803 (eval "$ac_link") 2>conftest.er1
13804 ac_status=$?
13805 grep -v '^ *+' conftest.er1 >conftest.err
13806 rm -f conftest.er1
13807 cat conftest.err >&5
13808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13809 (exit $ac_status); } && {
13810 test -z "$ac_c_werror_flag" ||
13811 test ! -s conftest.err
13812 } && test -s conftest$ac_exeext &&
13813 $as_test_x conftest$ac_exeext; then
13814 case "$LIBEXT" in
13815 dll) ;;
13816 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'` ;;
13817 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13818 esac
13819 else
13820 echo "$as_me: failed program was:" >&5
13821 sed 's/^/| /' conftest.$ac_ext >&5
13826 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13827 conftest$ac_exeext conftest.$ac_ext
13828 LIBS=$ac_check_soname_save_LIBS
13830 if test "x$ac_cv_lib_soname_sane" = "x"; then
13831 { echo "$as_me:$LINENO: result: not found" >&5
13832 echo "${ECHO_T}not found" >&6; }
13834 else
13835 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13836 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13838 cat >>confdefs.h <<_ACEOF
13839 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13840 _ACEOF
13842 SANEINCL="$ac_sane_incl"
13849 CPPFLAGS="$ac_save_CPPFLAGS"
13851 if test "x$ac_cv_lib_soname_sane" = "x"; then
13852 case "x$with_sane" in
13853 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13854 xno) ;;
13855 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13856 This is an error since --with-sane was requested." >&5
13857 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13858 This is an error since --with-sane was requested." >&2;}
13859 { (exit 1); exit 1; }; } ;;
13860 esac
13864 if test "x$with_gphoto" != "xno"
13865 then
13866 ac_save_CPPFLAGS="$CPPFLAGS"
13867 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13868 set dummy gphoto2-config; ac_word=$2
13869 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13870 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13871 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13872 echo $ECHO_N "(cached) $ECHO_C" >&6
13873 else
13874 if test -n "$gphoto2_devel"; then
13875 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13876 else
13877 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13878 for as_dir in $PATH
13880 IFS=$as_save_IFS
13881 test -z "$as_dir" && as_dir=.
13882 for ac_exec_ext in '' $ac_executable_extensions; do
13883 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13884 ac_cv_prog_gphoto2_devel="gphoto2-config"
13885 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13886 break 2
13888 done
13889 done
13890 IFS=$as_save_IFS
13892 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13895 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13896 if test -n "$gphoto2_devel"; then
13897 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13898 echo "${ECHO_T}$gphoto2_devel" >&6; }
13899 else
13900 { echo "$as_me:$LINENO: result: no" >&5
13901 echo "${ECHO_T}no" >&6; }
13905 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13906 set dummy gphoto2-port-config; ac_word=$2
13907 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13908 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13909 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13910 echo $ECHO_N "(cached) $ECHO_C" >&6
13911 else
13912 if test -n "$gphoto2port_devel"; then
13913 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13914 else
13915 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13916 for as_dir in $PATH
13918 IFS=$as_save_IFS
13919 test -z "$as_dir" && as_dir=.
13920 for ac_exec_ext in '' $ac_executable_extensions; do
13921 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13922 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13923 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13924 break 2
13926 done
13927 done
13928 IFS=$as_save_IFS
13930 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13933 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13934 if test -n "$gphoto2port_devel"; then
13935 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13936 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13937 else
13938 { echo "$as_me:$LINENO: result: no" >&5
13939 echo "${ECHO_T}no" >&6; }
13943 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13944 then
13945 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13946 ac_gphoto2_libs=""
13947 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13949 case "$i" in
13950 -L/usr/lib|-L/usr/lib64) ;;
13951 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13952 esac
13953 done
13954 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13956 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13957 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13958 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13959 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13960 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13961 echo $ECHO_N "(cached) $ECHO_C" >&6
13963 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13964 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13965 else
13966 # Is the header compilable?
13967 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13968 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13969 cat >conftest.$ac_ext <<_ACEOF
13970 /* confdefs.h. */
13971 _ACEOF
13972 cat confdefs.h >>conftest.$ac_ext
13973 cat >>conftest.$ac_ext <<_ACEOF
13974 /* end confdefs.h. */
13975 $ac_includes_default
13976 #include <gphoto2-camera.h>
13977 _ACEOF
13978 rm -f conftest.$ac_objext
13979 if { (ac_try="$ac_compile"
13980 case "(($ac_try" in
13981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13982 *) ac_try_echo=$ac_try;;
13983 esac
13984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13985 (eval "$ac_compile") 2>conftest.er1
13986 ac_status=$?
13987 grep -v '^ *+' conftest.er1 >conftest.err
13988 rm -f conftest.er1
13989 cat conftest.err >&5
13990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13991 (exit $ac_status); } && {
13992 test -z "$ac_c_werror_flag" ||
13993 test ! -s conftest.err
13994 } && test -s conftest.$ac_objext; then
13995 ac_header_compiler=yes
13996 else
13997 echo "$as_me: failed program was:" >&5
13998 sed 's/^/| /' conftest.$ac_ext >&5
14000 ac_header_compiler=no
14003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14004 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14005 echo "${ECHO_T}$ac_header_compiler" >&6; }
14007 # Is the header present?
14008 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14009 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
14010 cat >conftest.$ac_ext <<_ACEOF
14011 /* confdefs.h. */
14012 _ACEOF
14013 cat confdefs.h >>conftest.$ac_ext
14014 cat >>conftest.$ac_ext <<_ACEOF
14015 /* end confdefs.h. */
14016 #include <gphoto2-camera.h>
14017 _ACEOF
14018 if { (ac_try="$ac_cpp conftest.$ac_ext"
14019 case "(($ac_try" in
14020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14021 *) ac_try_echo=$ac_try;;
14022 esac
14023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14024 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14025 ac_status=$?
14026 grep -v '^ *+' conftest.er1 >conftest.err
14027 rm -f conftest.er1
14028 cat conftest.err >&5
14029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14030 (exit $ac_status); } >/dev/null && {
14031 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14032 test ! -s conftest.err
14033 }; then
14034 ac_header_preproc=yes
14035 else
14036 echo "$as_me: failed program was:" >&5
14037 sed 's/^/| /' conftest.$ac_ext >&5
14039 ac_header_preproc=no
14042 rm -f conftest.err conftest.$ac_ext
14043 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14044 echo "${ECHO_T}$ac_header_preproc" >&6; }
14046 # So? What about this header?
14047 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14048 yes:no: )
14049 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14050 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14051 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14052 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14053 ac_header_preproc=yes
14055 no:yes:* )
14056 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14057 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14058 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14059 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14060 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14061 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14062 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14063 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14064 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14065 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14066 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14067 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14068 ( cat <<\_ASBOX
14069 ## ------------------------------------ ##
14070 ## Report this to wine-devel@winehq.org ##
14071 ## ------------------------------------ ##
14072 _ASBOX
14073 ) | sed "s/^/$as_me: WARNING: /" >&2
14075 esac
14076 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14077 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14078 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14079 echo $ECHO_N "(cached) $ECHO_C" >&6
14080 else
14081 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14083 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14084 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14087 if test $ac_cv_header_gphoto2_camera_h = yes; then
14088 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14089 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
14090 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14091 echo $ECHO_N "(cached) $ECHO_C" >&6
14092 else
14093 ac_check_lib_save_LIBS=$LIBS
14094 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14095 cat >conftest.$ac_ext <<_ACEOF
14096 /* confdefs.h. */
14097 _ACEOF
14098 cat confdefs.h >>conftest.$ac_ext
14099 cat >>conftest.$ac_ext <<_ACEOF
14100 /* end confdefs.h. */
14102 /* Override any GCC internal prototype to avoid an error.
14103 Use char because int might match the return type of a GCC
14104 builtin and then its argument prototype would still apply. */
14105 #ifdef __cplusplus
14106 extern "C"
14107 #endif
14108 char gp_camera_new ();
14110 main ()
14112 return gp_camera_new ();
14114 return 0;
14116 _ACEOF
14117 rm -f conftest.$ac_objext conftest$ac_exeext
14118 if { (ac_try="$ac_link"
14119 case "(($ac_try" in
14120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14121 *) ac_try_echo=$ac_try;;
14122 esac
14123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14124 (eval "$ac_link") 2>conftest.er1
14125 ac_status=$?
14126 grep -v '^ *+' conftest.er1 >conftest.err
14127 rm -f conftest.er1
14128 cat conftest.err >&5
14129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); } && {
14131 test -z "$ac_c_werror_flag" ||
14132 test ! -s conftest.err
14133 } && test -s conftest$ac_exeext &&
14134 $as_test_x conftest$ac_exeext; then
14135 ac_cv_lib_gphoto2_gp_camera_new=yes
14136 else
14137 echo "$as_me: failed program was:" >&5
14138 sed 's/^/| /' conftest.$ac_ext >&5
14140 ac_cv_lib_gphoto2_gp_camera_new=no
14143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14144 conftest$ac_exeext conftest.$ac_ext
14145 LIBS=$ac_check_lib_save_LIBS
14147 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14148 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14149 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14151 cat >>confdefs.h <<\_ACEOF
14152 #define HAVE_GPHOTO2 1
14153 _ACEOF
14155 GPHOTO2LIBS="$ac_gphoto2_libs"
14157 GPHOTO2INCL="$ac_gphoto2_incl"
14164 CPPFLAGS="$ac_save_CPPFLAGS"
14166 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14167 case "x$with_gphoto" in
14168 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14169 xno) ;;
14170 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14171 This is an error since --with-gphoto was requested." >&5
14172 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14173 This is an error since --with-gphoto was requested." >&2;}
14174 { (exit 1); exit 1; }; } ;;
14175 esac
14180 RESOLVLIBS=""
14182 if test "$ac_cv_header_resolv_h" = "yes"
14183 then
14184 ac_save_LIBS="$LIBS"
14185 LIBS="$LIBS -lresolv"
14186 cat >conftest.$ac_ext <<_ACEOF
14187 /* confdefs.h. */
14188 _ACEOF
14189 cat confdefs.h >>conftest.$ac_ext
14190 cat >>conftest.$ac_ext <<_ACEOF
14191 /* end confdefs.h. */
14192 #ifdef HAVE_NETINET_IN_H
14193 #include <netinet/in.h>
14194 #endif
14195 #include <resolv.h>
14197 main ()
14199 res_init();
14201 return 0;
14203 _ACEOF
14204 rm -f conftest.$ac_objext conftest$ac_exeext
14205 if { (ac_try="$ac_link"
14206 case "(($ac_try" in
14207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14208 *) ac_try_echo=$ac_try;;
14209 esac
14210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14211 (eval "$ac_link") 2>conftest.er1
14212 ac_status=$?
14213 grep -v '^ *+' conftest.er1 >conftest.err
14214 rm -f conftest.er1
14215 cat conftest.err >&5
14216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14217 (exit $ac_status); } && {
14218 test -z "$ac_c_werror_flag" ||
14219 test ! -s conftest.err
14220 } && test -s conftest$ac_exeext &&
14221 $as_test_x conftest$ac_exeext; then
14223 cat >>confdefs.h <<\_ACEOF
14224 #define HAVE_RESOLV 1
14225 _ACEOF
14227 RESOLVLIBS="-lresolv"
14228 else
14229 echo "$as_me: failed program was:" >&5
14230 sed 's/^/| /' conftest.$ac_ext >&5
14235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14236 conftest$ac_exeext conftest.$ac_ext
14237 LIBS="$ac_save_LIBS"
14240 LCMSLIBS=""
14242 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14243 then
14244 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14245 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14246 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14247 echo $ECHO_N "(cached) $ECHO_C" >&6
14248 else
14249 ac_check_lib_save_LIBS=$LIBS
14250 LIBS="-llcms $LIBS"
14251 cat >conftest.$ac_ext <<_ACEOF
14252 /* confdefs.h. */
14253 _ACEOF
14254 cat confdefs.h >>conftest.$ac_ext
14255 cat >>conftest.$ac_ext <<_ACEOF
14256 /* end confdefs.h. */
14258 /* Override any GCC internal prototype to avoid an error.
14259 Use char because int might match the return type of a GCC
14260 builtin and then its argument prototype would still apply. */
14261 #ifdef __cplusplus
14262 extern "C"
14263 #endif
14264 char cmsOpenProfileFromFile ();
14266 main ()
14268 return cmsOpenProfileFromFile ();
14270 return 0;
14272 _ACEOF
14273 rm -f conftest.$ac_objext conftest$ac_exeext
14274 if { (ac_try="$ac_link"
14275 case "(($ac_try" in
14276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14277 *) ac_try_echo=$ac_try;;
14278 esac
14279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14280 (eval "$ac_link") 2>conftest.er1
14281 ac_status=$?
14282 grep -v '^ *+' conftest.er1 >conftest.err
14283 rm -f conftest.er1
14284 cat conftest.err >&5
14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); } && {
14287 test -z "$ac_c_werror_flag" ||
14288 test ! -s conftest.err
14289 } && test -s conftest$ac_exeext &&
14290 $as_test_x conftest$ac_exeext; then
14291 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14292 else
14293 echo "$as_me: failed program was:" >&5
14294 sed 's/^/| /' conftest.$ac_ext >&5
14296 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14299 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14300 conftest$ac_exeext conftest.$ac_ext
14301 LIBS=$ac_check_lib_save_LIBS
14303 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14304 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14305 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14307 cat >>confdefs.h <<\_ACEOF
14308 #define HAVE_LCMS 1
14309 _ACEOF
14311 LCMSLIBS="-llcms"
14315 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14316 case "x$with_cms" in
14317 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14318 xno) ;;
14319 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14320 This is an error since --with-cms was requested." >&5
14321 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14322 This is an error since --with-cms was requested." >&2;}
14323 { (exit 1); exit 1; }; } ;;
14324 esac
14328 if test "x$with_freetype" != "xno"
14329 then
14330 for ac_prog in freetype-config freetype2-config
14332 # Extract the first word of "$ac_prog", so it can be a program name with args.
14333 set dummy $ac_prog; ac_word=$2
14334 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14335 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14336 if test "${ac_cv_prog_ft_devel+set}" = set; then
14337 echo $ECHO_N "(cached) $ECHO_C" >&6
14338 else
14339 if test -n "$ft_devel"; then
14340 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14341 else
14342 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14343 for as_dir in $PATH
14345 IFS=$as_save_IFS
14346 test -z "$as_dir" && as_dir=.
14347 for ac_exec_ext in '' $ac_executable_extensions; do
14348 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14349 ac_cv_prog_ft_devel="$ac_prog"
14350 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14351 break 2
14353 done
14354 done
14355 IFS=$as_save_IFS
14359 ft_devel=$ac_cv_prog_ft_devel
14360 if test -n "$ft_devel"; then
14361 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14362 echo "${ECHO_T}$ft_devel" >&6; }
14363 else
14364 { echo "$as_me:$LINENO: result: no" >&5
14365 echo "${ECHO_T}no" >&6; }
14369 test -n "$ft_devel" && break
14370 done
14371 test -n "$ft_devel" || ft_devel="no"
14373 if test "$ft_devel" != "no"
14374 then
14375 ac_freetype_incl=`$ft_devel --cflags`
14376 ac_freetype_libs=`$ft_devel --libs`
14378 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14379 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14380 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14381 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14382 echo $ECHO_N "(cached) $ECHO_C" >&6
14383 else
14384 ac_check_soname_save_LIBS=$LIBS
14385 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14386 cat >conftest.$ac_ext <<_ACEOF
14387 /* confdefs.h. */
14388 _ACEOF
14389 cat confdefs.h >>conftest.$ac_ext
14390 cat >>conftest.$ac_ext <<_ACEOF
14391 /* end confdefs.h. */
14393 /* Override any GCC internal prototype to avoid an error.
14394 Use char because int might match the return type of a GCC
14395 builtin and then its argument prototype would still apply. */
14396 #ifdef __cplusplus
14397 extern "C"
14398 #endif
14399 char FT_Init_FreeType ();
14401 main ()
14403 return FT_Init_FreeType ();
14405 return 0;
14407 _ACEOF
14408 rm -f conftest.$ac_objext conftest$ac_exeext
14409 if { (ac_try="$ac_link"
14410 case "(($ac_try" in
14411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14412 *) ac_try_echo=$ac_try;;
14413 esac
14414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14415 (eval "$ac_link") 2>conftest.er1
14416 ac_status=$?
14417 grep -v '^ *+' conftest.er1 >conftest.err
14418 rm -f conftest.er1
14419 cat conftest.err >&5
14420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14421 (exit $ac_status); } && {
14422 test -z "$ac_c_werror_flag" ||
14423 test ! -s conftest.err
14424 } && test -s conftest$ac_exeext &&
14425 $as_test_x conftest$ac_exeext; then
14426 case "$LIBEXT" in
14427 dll) ;;
14428 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'` ;;
14429 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14430 esac
14431 else
14432 echo "$as_me: failed program was:" >&5
14433 sed 's/^/| /' conftest.$ac_ext >&5
14438 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14439 conftest$ac_exeext conftest.$ac_ext
14440 LIBS=$ac_check_soname_save_LIBS
14442 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14443 { echo "$as_me:$LINENO: result: not found" >&5
14444 echo "${ECHO_T}not found" >&6; }
14445 ft_lib=no
14446 else
14447 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14448 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14450 cat >>confdefs.h <<_ACEOF
14451 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14452 _ACEOF
14454 ft_lib=yes
14457 if test "$ft_lib" = "yes"
14458 then
14459 ac_save_CPPFLAGS="$CPPFLAGS"
14460 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14473 for ac_header in ft2build.h \
14474 freetype/freetype.h \
14475 freetype/ftglyph.h \
14476 freetype/fttypes.h \
14477 freetype/tttables.h \
14478 freetype/ftsnames.h \
14479 freetype/ttnameid.h \
14480 freetype/ftoutln.h \
14481 freetype/ftwinfnt.h \
14482 freetype/ftmodapi.h \
14483 freetype/ftlcdfil.h \
14484 freetype/internal/sfnt.h
14486 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14487 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14488 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14489 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14490 echo $ECHO_N "(cached) $ECHO_C" >&6
14491 else
14492 cat >conftest.$ac_ext <<_ACEOF
14493 /* confdefs.h. */
14494 _ACEOF
14495 cat confdefs.h >>conftest.$ac_ext
14496 cat >>conftest.$ac_ext <<_ACEOF
14497 /* end confdefs.h. */
14498 #ifdef HAVE_FT2BUILD_H
14499 # include <ft2build.h>
14500 #endif
14502 #include <$ac_header>
14503 _ACEOF
14504 rm -f conftest.$ac_objext
14505 if { (ac_try="$ac_compile"
14506 case "(($ac_try" in
14507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14508 *) ac_try_echo=$ac_try;;
14509 esac
14510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14511 (eval "$ac_compile") 2>conftest.er1
14512 ac_status=$?
14513 grep -v '^ *+' conftest.er1 >conftest.err
14514 rm -f conftest.er1
14515 cat conftest.err >&5
14516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14517 (exit $ac_status); } && {
14518 test -z "$ac_c_werror_flag" ||
14519 test ! -s conftest.err
14520 } && test -s conftest.$ac_objext; then
14521 eval "$as_ac_Header=yes"
14522 else
14523 echo "$as_me: failed program was:" >&5
14524 sed 's/^/| /' conftest.$ac_ext >&5
14526 eval "$as_ac_Header=no"
14529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14531 ac_res=`eval echo '${'$as_ac_Header'}'`
14532 { echo "$as_me:$LINENO: result: $ac_res" >&5
14533 echo "${ECHO_T}$ac_res" >&6; }
14534 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14535 cat >>confdefs.h <<_ACEOF
14536 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14537 _ACEOF
14541 done
14543 cat >conftest.$ac_ext <<_ACEOF
14544 /* confdefs.h. */
14545 _ACEOF
14546 cat confdefs.h >>conftest.$ac_ext
14547 cat >>conftest.$ac_ext <<_ACEOF
14548 /* end confdefs.h. */
14549 #include <ft2build.h>
14550 #include <freetype/fttrigon.h>
14551 _ACEOF
14552 if { (ac_try="$ac_cpp conftest.$ac_ext"
14553 case "(($ac_try" in
14554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14555 *) ac_try_echo=$ac_try;;
14556 esac
14557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14558 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14559 ac_status=$?
14560 grep -v '^ *+' conftest.er1 >conftest.err
14561 rm -f conftest.er1
14562 cat conftest.err >&5
14563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14564 (exit $ac_status); } >/dev/null && {
14565 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14566 test ! -s conftest.err
14567 }; then
14569 cat >>confdefs.h <<\_ACEOF
14570 #define HAVE_FREETYPE_FTTRIGON_H 1
14571 _ACEOF
14573 wine_cv_fttrigon=yes
14574 else
14575 echo "$as_me: failed program was:" >&5
14576 sed 's/^/| /' conftest.$ac_ext >&5
14578 wine_cv_fttrigon=no
14581 rm -f conftest.err conftest.$ac_ext
14582 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14583 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14584 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14585 echo $ECHO_N "(cached) $ECHO_C" >&6
14586 else
14587 cat >conftest.$ac_ext <<_ACEOF
14588 /* confdefs.h. */
14589 _ACEOF
14590 cat confdefs.h >>conftest.$ac_ext
14591 cat >>conftest.$ac_ext <<_ACEOF
14592 /* end confdefs.h. */
14593 #include <freetype/ftmodapi.h>
14595 typedef FT_TrueTypeEngineType ac__type_new_;
14597 main ()
14599 if ((ac__type_new_ *) 0)
14600 return 0;
14601 if (sizeof (ac__type_new_))
14602 return 0;
14604 return 0;
14606 _ACEOF
14607 rm -f conftest.$ac_objext
14608 if { (ac_try="$ac_compile"
14609 case "(($ac_try" in
14610 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14611 *) ac_try_echo=$ac_try;;
14612 esac
14613 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14614 (eval "$ac_compile") 2>conftest.er1
14615 ac_status=$?
14616 grep -v '^ *+' conftest.er1 >conftest.err
14617 rm -f conftest.er1
14618 cat conftest.err >&5
14619 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14620 (exit $ac_status); } && {
14621 test -z "$ac_c_werror_flag" ||
14622 test ! -s conftest.err
14623 } && test -s conftest.$ac_objext; then
14624 ac_cv_type_FT_TrueTypeEngineType=yes
14625 else
14626 echo "$as_me: failed program was:" >&5
14627 sed 's/^/| /' conftest.$ac_ext >&5
14629 ac_cv_type_FT_TrueTypeEngineType=no
14632 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14634 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14635 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14636 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14638 cat >>confdefs.h <<_ACEOF
14639 #define HAVE_FT_TRUETYPEENGINETYPE 1
14640 _ACEOF
14645 ac_save_CFLAGS="$CFLAGS"
14646 CFLAGS="$CFLAGS $ac_freetype_libs"
14648 for ac_func in FT_Load_Sfnt_Table
14650 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14651 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14652 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14653 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14654 echo $ECHO_N "(cached) $ECHO_C" >&6
14655 else
14656 cat >conftest.$ac_ext <<_ACEOF
14657 /* confdefs.h. */
14658 _ACEOF
14659 cat confdefs.h >>conftest.$ac_ext
14660 cat >>conftest.$ac_ext <<_ACEOF
14661 /* end confdefs.h. */
14662 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14663 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14664 #define $ac_func innocuous_$ac_func
14666 /* System header to define __stub macros and hopefully few prototypes,
14667 which can conflict with char $ac_func (); below.
14668 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14669 <limits.h> exists even on freestanding compilers. */
14671 #ifdef __STDC__
14672 # include <limits.h>
14673 #else
14674 # include <assert.h>
14675 #endif
14677 #undef $ac_func
14679 /* Override any GCC internal prototype to avoid an error.
14680 Use char because int might match the return type of a GCC
14681 builtin and then its argument prototype would still apply. */
14682 #ifdef __cplusplus
14683 extern "C"
14684 #endif
14685 char $ac_func ();
14686 /* The GNU C library defines this for functions which it implements
14687 to always fail with ENOSYS. Some functions are actually named
14688 something starting with __ and the normal name is an alias. */
14689 #if defined __stub_$ac_func || defined __stub___$ac_func
14690 choke me
14691 #endif
14694 main ()
14696 return $ac_func ();
14698 return 0;
14700 _ACEOF
14701 rm -f conftest.$ac_objext conftest$ac_exeext
14702 if { (ac_try="$ac_link"
14703 case "(($ac_try" in
14704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14705 *) ac_try_echo=$ac_try;;
14706 esac
14707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14708 (eval "$ac_link") 2>conftest.er1
14709 ac_status=$?
14710 grep -v '^ *+' conftest.er1 >conftest.err
14711 rm -f conftest.er1
14712 cat conftest.err >&5
14713 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14714 (exit $ac_status); } && {
14715 test -z "$ac_c_werror_flag" ||
14716 test ! -s conftest.err
14717 } && test -s conftest$ac_exeext &&
14718 $as_test_x conftest$ac_exeext; then
14719 eval "$as_ac_var=yes"
14720 else
14721 echo "$as_me: failed program was:" >&5
14722 sed 's/^/| /' conftest.$ac_ext >&5
14724 eval "$as_ac_var=no"
14727 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14728 conftest$ac_exeext conftest.$ac_ext
14730 ac_res=`eval echo '${'$as_ac_var'}'`
14731 { echo "$as_me:$LINENO: result: $ac_res" >&5
14732 echo "${ECHO_T}$ac_res" >&6; }
14733 if test `eval echo '${'$as_ac_var'}'` = yes; then
14734 cat >>confdefs.h <<_ACEOF
14735 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14736 _ACEOF
14739 done
14741 CFLAGS="$ac_save_CFLAGS"
14742 CPPFLAGS="$ac_save_CPPFLAGS"
14743 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14744 then
14746 cat >>confdefs.h <<\_ACEOF
14747 #define HAVE_FREETYPE 1
14748 _ACEOF
14750 FREETYPELIBS="$ac_freetype_libs"
14752 FREETYPEINCL="$ac_freetype_incl"
14757 if test "x$FREETYPELIBS" = "x"; then
14758 case "x$with_freetype" in
14759 xno) ;;
14760 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14761 Use the --without-freetype option if you really want this." >&5
14762 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14763 Use the --without-freetype option if you really want this." >&2;}
14764 { (exit 1); exit 1; }; } ;;
14765 esac
14768 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14770 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14771 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14772 if test "${ac_cv_c_ppdev+set}" = set; then
14773 echo $ECHO_N "(cached) $ECHO_C" >&6
14774 else
14775 cat >conftest.$ac_ext <<_ACEOF
14776 /* confdefs.h. */
14777 _ACEOF
14778 cat confdefs.h >>conftest.$ac_ext
14779 cat >>conftest.$ac_ext <<_ACEOF
14780 /* end confdefs.h. */
14781 #include <linux/ppdev.h>
14783 main ()
14785 ioctl (1,PPCLAIM,0)
14787 return 0;
14789 _ACEOF
14790 rm -f conftest.$ac_objext
14791 if { (ac_try="$ac_compile"
14792 case "(($ac_try" in
14793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14794 *) ac_try_echo=$ac_try;;
14795 esac
14796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14797 (eval "$ac_compile") 2>conftest.er1
14798 ac_status=$?
14799 grep -v '^ *+' conftest.er1 >conftest.err
14800 rm -f conftest.er1
14801 cat conftest.err >&5
14802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14803 (exit $ac_status); } && {
14804 test -z "$ac_c_werror_flag" ||
14805 test ! -s conftest.err
14806 } && test -s conftest.$ac_objext; then
14807 ac_cv_c_ppdev="yes"
14808 else
14809 echo "$as_me: failed program was:" >&5
14810 sed 's/^/| /' conftest.$ac_ext >&5
14812 ac_cv_c_ppdev="no"
14815 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14817 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14818 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14819 if test "$ac_cv_c_ppdev" = "yes"
14820 then
14822 cat >>confdefs.h <<\_ACEOF
14823 #define HAVE_PPDEV 1
14824 _ACEOF
14828 ac_wine_check_funcs_save_LIBS="$LIBS"
14829 LIBS="$LIBS $LIBPTHREAD"
14834 for ac_func in \
14835 pthread_attr_get_np \
14836 pthread_getattr_np \
14837 pthread_get_stackaddr_np \
14838 pthread_get_stacksize_np
14840 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14841 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14842 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14843 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14844 echo $ECHO_N "(cached) $ECHO_C" >&6
14845 else
14846 cat >conftest.$ac_ext <<_ACEOF
14847 /* confdefs.h. */
14848 _ACEOF
14849 cat confdefs.h >>conftest.$ac_ext
14850 cat >>conftest.$ac_ext <<_ACEOF
14851 /* end confdefs.h. */
14852 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14853 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14854 #define $ac_func innocuous_$ac_func
14856 /* System header to define __stub macros and hopefully few prototypes,
14857 which can conflict with char $ac_func (); below.
14858 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14859 <limits.h> exists even on freestanding compilers. */
14861 #ifdef __STDC__
14862 # include <limits.h>
14863 #else
14864 # include <assert.h>
14865 #endif
14867 #undef $ac_func
14869 /* Override any GCC internal prototype to avoid an error.
14870 Use char because int might match the return type of a GCC
14871 builtin and then its argument prototype would still apply. */
14872 #ifdef __cplusplus
14873 extern "C"
14874 #endif
14875 char $ac_func ();
14876 /* The GNU C library defines this for functions which it implements
14877 to always fail with ENOSYS. Some functions are actually named
14878 something starting with __ and the normal name is an alias. */
14879 #if defined __stub_$ac_func || defined __stub___$ac_func
14880 choke me
14881 #endif
14884 main ()
14886 return $ac_func ();
14888 return 0;
14890 _ACEOF
14891 rm -f conftest.$ac_objext conftest$ac_exeext
14892 if { (ac_try="$ac_link"
14893 case "(($ac_try" in
14894 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14895 *) ac_try_echo=$ac_try;;
14896 esac
14897 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14898 (eval "$ac_link") 2>conftest.er1
14899 ac_status=$?
14900 grep -v '^ *+' conftest.er1 >conftest.err
14901 rm -f conftest.er1
14902 cat conftest.err >&5
14903 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14904 (exit $ac_status); } && {
14905 test -z "$ac_c_werror_flag" ||
14906 test ! -s conftest.err
14907 } && test -s conftest$ac_exeext &&
14908 $as_test_x conftest$ac_exeext; then
14909 eval "$as_ac_var=yes"
14910 else
14911 echo "$as_me: failed program was:" >&5
14912 sed 's/^/| /' conftest.$ac_ext >&5
14914 eval "$as_ac_var=no"
14917 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14918 conftest$ac_exeext conftest.$ac_ext
14920 ac_res=`eval echo '${'$as_ac_var'}'`
14921 { echo "$as_me:$LINENO: result: $ac_res" >&5
14922 echo "${ECHO_T}$ac_res" >&6; }
14923 if test `eval echo '${'$as_ac_var'}'` = yes; then
14924 cat >>confdefs.h <<_ACEOF
14925 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14926 _ACEOF
14929 done
14931 LIBS="$ac_wine_check_funcs_save_LIBS"
14933 if test "$ac_cv_header_zlib_h" = "yes"
14934 then
14935 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14936 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14937 if test "${ac_cv_lib_z_inflate+set}" = set; then
14938 echo $ECHO_N "(cached) $ECHO_C" >&6
14939 else
14940 ac_check_lib_save_LIBS=$LIBS
14941 LIBS="-lz $LIBS"
14942 cat >conftest.$ac_ext <<_ACEOF
14943 /* confdefs.h. */
14944 _ACEOF
14945 cat confdefs.h >>conftest.$ac_ext
14946 cat >>conftest.$ac_ext <<_ACEOF
14947 /* end confdefs.h. */
14949 /* Override any GCC internal prototype to avoid an error.
14950 Use char because int might match the return type of a GCC
14951 builtin and then its argument prototype would still apply. */
14952 #ifdef __cplusplus
14953 extern "C"
14954 #endif
14955 char inflate ();
14957 main ()
14959 return inflate ();
14961 return 0;
14963 _ACEOF
14964 rm -f conftest.$ac_objext conftest$ac_exeext
14965 if { (ac_try="$ac_link"
14966 case "(($ac_try" in
14967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14968 *) ac_try_echo=$ac_try;;
14969 esac
14970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14971 (eval "$ac_link") 2>conftest.er1
14972 ac_status=$?
14973 grep -v '^ *+' conftest.er1 >conftest.err
14974 rm -f conftest.er1
14975 cat conftest.err >&5
14976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14977 (exit $ac_status); } && {
14978 test -z "$ac_c_werror_flag" ||
14979 test ! -s conftest.err
14980 } && test -s conftest$ac_exeext &&
14981 $as_test_x conftest$ac_exeext; then
14982 ac_cv_lib_z_inflate=yes
14983 else
14984 echo "$as_me: failed program was:" >&5
14985 sed 's/^/| /' conftest.$ac_ext >&5
14987 ac_cv_lib_z_inflate=no
14990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14991 conftest$ac_exeext conftest.$ac_ext
14992 LIBS=$ac_check_lib_save_LIBS
14994 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
14995 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
14996 if test $ac_cv_lib_z_inflate = yes; then
14998 cat >>confdefs.h <<\_ACEOF
14999 #define HAVE_ZLIB 1
15000 _ACEOF
15002 ZLIB="-lz"
15008 if test "x$with_esd" != xno
15009 then
15010 save_CFLAGS="$CFLAGS"
15011 # Extract the first word of "esd-config", so it can be a program name with args.
15012 set dummy esd-config; ac_word=$2
15013 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15014 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15015 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15016 echo $ECHO_N "(cached) $ECHO_C" >&6
15017 else
15018 case $ESDCONFIG in
15019 [\\/]* | ?:[\\/]*)
15020 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15023 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15024 for as_dir in $PATH
15026 IFS=$as_save_IFS
15027 test -z "$as_dir" && as_dir=.
15028 for ac_exec_ext in '' $ac_executable_extensions; do
15029 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15030 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15031 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15032 break 2
15034 done
15035 done
15036 IFS=$as_save_IFS
15038 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15040 esac
15042 ESDCONFIG=$ac_cv_path_ESDCONFIG
15043 if test -n "$ESDCONFIG"; then
15044 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15045 echo "${ECHO_T}$ESDCONFIG" >&6; }
15046 else
15047 { echo "$as_me:$LINENO: result: no" >&5
15048 echo "${ECHO_T}no" >&6; }
15052 if test "x$ESDCONFIG" != "xno"
15053 then
15054 ac_esd_incl=""
15055 for i in `$ESDCONFIG --cflags`
15057 case "$i" in
15058 -I*) ac_esd_incl="$ac_esd_incl $i";;
15059 esac
15060 done
15061 ac_esd_libs=`$ESDCONFIG --libs`
15062 CFLAGS="$CFLAGS $ac_esd_incl"
15064 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15065 if test "${ac_cv_header_esd_h+set}" = set; then
15066 { echo "$as_me:$LINENO: checking for esd.h" >&5
15067 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15068 if test "${ac_cv_header_esd_h+set}" = set; then
15069 echo $ECHO_N "(cached) $ECHO_C" >&6
15071 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15072 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15073 else
15074 # Is the header compilable?
15075 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15076 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15077 cat >conftest.$ac_ext <<_ACEOF
15078 /* confdefs.h. */
15079 _ACEOF
15080 cat confdefs.h >>conftest.$ac_ext
15081 cat >>conftest.$ac_ext <<_ACEOF
15082 /* end confdefs.h. */
15083 $ac_includes_default
15084 #include <esd.h>
15085 _ACEOF
15086 rm -f conftest.$ac_objext
15087 if { (ac_try="$ac_compile"
15088 case "(($ac_try" in
15089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15090 *) ac_try_echo=$ac_try;;
15091 esac
15092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15093 (eval "$ac_compile") 2>conftest.er1
15094 ac_status=$?
15095 grep -v '^ *+' conftest.er1 >conftest.err
15096 rm -f conftest.er1
15097 cat conftest.err >&5
15098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15099 (exit $ac_status); } && {
15100 test -z "$ac_c_werror_flag" ||
15101 test ! -s conftest.err
15102 } && test -s conftest.$ac_objext; then
15103 ac_header_compiler=yes
15104 else
15105 echo "$as_me: failed program was:" >&5
15106 sed 's/^/| /' conftest.$ac_ext >&5
15108 ac_header_compiler=no
15111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15112 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15113 echo "${ECHO_T}$ac_header_compiler" >&6; }
15115 # Is the header present?
15116 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15117 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15118 cat >conftest.$ac_ext <<_ACEOF
15119 /* confdefs.h. */
15120 _ACEOF
15121 cat confdefs.h >>conftest.$ac_ext
15122 cat >>conftest.$ac_ext <<_ACEOF
15123 /* end confdefs.h. */
15124 #include <esd.h>
15125 _ACEOF
15126 if { (ac_try="$ac_cpp conftest.$ac_ext"
15127 case "(($ac_try" in
15128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15129 *) ac_try_echo=$ac_try;;
15130 esac
15131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15132 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15133 ac_status=$?
15134 grep -v '^ *+' conftest.er1 >conftest.err
15135 rm -f conftest.er1
15136 cat conftest.err >&5
15137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15138 (exit $ac_status); } >/dev/null && {
15139 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15140 test ! -s conftest.err
15141 }; then
15142 ac_header_preproc=yes
15143 else
15144 echo "$as_me: failed program was:" >&5
15145 sed 's/^/| /' conftest.$ac_ext >&5
15147 ac_header_preproc=no
15150 rm -f conftest.err conftest.$ac_ext
15151 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15152 echo "${ECHO_T}$ac_header_preproc" >&6; }
15154 # So? What about this header?
15155 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15156 yes:no: )
15157 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15158 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15159 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15160 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15161 ac_header_preproc=yes
15163 no:yes:* )
15164 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15165 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15166 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15167 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15168 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15169 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15170 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15171 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15172 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15173 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15174 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15175 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15176 ( cat <<\_ASBOX
15177 ## ------------------------------------ ##
15178 ## Report this to wine-devel@winehq.org ##
15179 ## ------------------------------------ ##
15180 _ASBOX
15181 ) | sed "s/^/$as_me: WARNING: /" >&2
15183 esac
15184 { echo "$as_me:$LINENO: checking for esd.h" >&5
15185 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15186 if test "${ac_cv_header_esd_h+set}" = set; then
15187 echo $ECHO_N "(cached) $ECHO_C" >&6
15188 else
15189 ac_cv_header_esd_h=$ac_header_preproc
15191 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15192 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15195 if test $ac_cv_header_esd_h = yes; then
15196 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15197 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15198 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15199 echo $ECHO_N "(cached) $ECHO_C" >&6
15200 else
15201 ac_check_lib_save_LIBS=$LIBS
15202 LIBS="-lesd $ac_esd_libs $LIBS"
15203 cat >conftest.$ac_ext <<_ACEOF
15204 /* confdefs.h. */
15205 _ACEOF
15206 cat confdefs.h >>conftest.$ac_ext
15207 cat >>conftest.$ac_ext <<_ACEOF
15208 /* end confdefs.h. */
15210 /* Override any GCC internal prototype to avoid an error.
15211 Use char because int might match the return type of a GCC
15212 builtin and then its argument prototype would still apply. */
15213 #ifdef __cplusplus
15214 extern "C"
15215 #endif
15216 char esd_open_sound ();
15218 main ()
15220 return esd_open_sound ();
15222 return 0;
15224 _ACEOF
15225 rm -f conftest.$ac_objext conftest$ac_exeext
15226 if { (ac_try="$ac_link"
15227 case "(($ac_try" in
15228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15229 *) ac_try_echo=$ac_try;;
15230 esac
15231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15232 (eval "$ac_link") 2>conftest.er1
15233 ac_status=$?
15234 grep -v '^ *+' conftest.er1 >conftest.err
15235 rm -f conftest.er1
15236 cat conftest.err >&5
15237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15238 (exit $ac_status); } && {
15239 test -z "$ac_c_werror_flag" ||
15240 test ! -s conftest.err
15241 } && test -s conftest$ac_exeext &&
15242 $as_test_x conftest$ac_exeext; then
15243 ac_cv_lib_esd_esd_open_sound=yes
15244 else
15245 echo "$as_me: failed program was:" >&5
15246 sed 's/^/| /' conftest.$ac_ext >&5
15248 ac_cv_lib_esd_esd_open_sound=no
15251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15252 conftest$ac_exeext conftest.$ac_ext
15253 LIBS=$ac_check_lib_save_LIBS
15255 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15256 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15257 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15258 ESDINCL="$ac_esd_incl"
15260 ESDLIBS="$ac_esd_libs"
15263 cat >>confdefs.h <<\_ACEOF
15264 #define HAVE_ESD 1
15265 _ACEOF
15272 CFLAGS="$save_CFLAGS"
15275 if test "x$with_pulse" != "xno"; then
15276 if test "$PKG_CONFIG" != "false"; then
15277 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15278 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15279 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15280 have_pulseaudio="yes"
15281 else
15282 have_pulseaudio="no"
15284 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15285 echo "${ECHO_T}$have_pulseaudio" >&6; }
15286 if test x"$have_pulseaudio" = xyes; then
15287 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15289 cat >>confdefs.h <<\_ACEOF
15290 #define HAVE_PULSEAUDIO 1
15291 _ACEOF
15293 PULSELIBS="$ac_pulse_libs"
15295 else
15296 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15301 ALSALIBS=""
15303 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15304 then
15305 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15306 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15307 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15308 echo $ECHO_N "(cached) $ECHO_C" >&6
15309 else
15310 ac_check_lib_save_LIBS=$LIBS
15311 LIBS="-lasound $LIBS"
15312 cat >conftest.$ac_ext <<_ACEOF
15313 /* confdefs.h. */
15314 _ACEOF
15315 cat confdefs.h >>conftest.$ac_ext
15316 cat >>conftest.$ac_ext <<_ACEOF
15317 /* end confdefs.h. */
15319 /* Override any GCC internal prototype to avoid an error.
15320 Use char because int might match the return type of a GCC
15321 builtin and then its argument prototype would still apply. */
15322 #ifdef __cplusplus
15323 extern "C"
15324 #endif
15325 char snd_pcm_hw_params_get_access ();
15327 main ()
15329 return snd_pcm_hw_params_get_access ();
15331 return 0;
15333 _ACEOF
15334 rm -f conftest.$ac_objext conftest$ac_exeext
15335 if { (ac_try="$ac_link"
15336 case "(($ac_try" in
15337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15338 *) ac_try_echo=$ac_try;;
15339 esac
15340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15341 (eval "$ac_link") 2>conftest.er1
15342 ac_status=$?
15343 grep -v '^ *+' conftest.er1 >conftest.err
15344 rm -f conftest.er1
15345 cat conftest.err >&5
15346 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15347 (exit $ac_status); } && {
15348 test -z "$ac_c_werror_flag" ||
15349 test ! -s conftest.err
15350 } && test -s conftest$ac_exeext &&
15351 $as_test_x conftest$ac_exeext; then
15352 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15353 else
15354 echo "$as_me: failed program was:" >&5
15355 sed 's/^/| /' conftest.$ac_ext >&5
15357 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15360 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15361 conftest$ac_exeext conftest.$ac_ext
15362 LIBS=$ac_check_lib_save_LIBS
15364 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15365 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15366 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15367 cat >conftest.$ac_ext <<_ACEOF
15368 /* confdefs.h. */
15369 _ACEOF
15370 cat confdefs.h >>conftest.$ac_ext
15371 cat >>conftest.$ac_ext <<_ACEOF
15372 /* end confdefs.h. */
15373 #ifdef HAVE_ALSA_ASOUNDLIB_H
15374 #include <alsa/asoundlib.h>
15375 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15376 #include <sys/asoundlib.h>
15377 #endif
15379 main ()
15381 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15383 return 0;
15385 _ACEOF
15386 rm -f conftest.$ac_objext
15387 if { (ac_try="$ac_compile"
15388 case "(($ac_try" in
15389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15390 *) ac_try_echo=$ac_try;;
15391 esac
15392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15393 (eval "$ac_compile") 2>conftest.er1
15394 ac_status=$?
15395 grep -v '^ *+' conftest.er1 >conftest.err
15396 rm -f conftest.er1
15397 cat conftest.err >&5
15398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15399 (exit $ac_status); } && {
15400 test -z "$ac_c_werror_flag" ||
15401 test ! -s conftest.err
15402 } && test -s conftest.$ac_objext; then
15404 cat >>confdefs.h <<\_ACEOF
15405 #define HAVE_ALSA 1
15406 _ACEOF
15408 ALSALIBS="-lasound"
15409 else
15410 echo "$as_me: failed program was:" >&5
15411 sed 's/^/| /' conftest.$ac_ext >&5
15416 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15421 AUDIOIOLIBS=""
15423 if test "$ac_cv_header_libaudioio_h" = "yes"
15424 then
15425 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15426 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15427 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15428 echo $ECHO_N "(cached) $ECHO_C" >&6
15429 else
15430 ac_check_lib_save_LIBS=$LIBS
15431 LIBS="-laudioio $LIBS"
15432 cat >conftest.$ac_ext <<_ACEOF
15433 /* confdefs.h. */
15434 _ACEOF
15435 cat confdefs.h >>conftest.$ac_ext
15436 cat >>conftest.$ac_ext <<_ACEOF
15437 /* end confdefs.h. */
15439 /* Override any GCC internal prototype to avoid an error.
15440 Use char because int might match the return type of a GCC
15441 builtin and then its argument prototype would still apply. */
15442 #ifdef __cplusplus
15443 extern "C"
15444 #endif
15445 char AudioIOGetVersion ();
15447 main ()
15449 return AudioIOGetVersion ();
15451 return 0;
15453 _ACEOF
15454 rm -f conftest.$ac_objext conftest$ac_exeext
15455 if { (ac_try="$ac_link"
15456 case "(($ac_try" in
15457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15458 *) ac_try_echo=$ac_try;;
15459 esac
15460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15461 (eval "$ac_link") 2>conftest.er1
15462 ac_status=$?
15463 grep -v '^ *+' conftest.er1 >conftest.err
15464 rm -f conftest.er1
15465 cat conftest.err >&5
15466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15467 (exit $ac_status); } && {
15468 test -z "$ac_c_werror_flag" ||
15469 test ! -s conftest.err
15470 } && test -s conftest$ac_exeext &&
15471 $as_test_x conftest$ac_exeext; then
15472 ac_cv_lib_audioio_AudioIOGetVersion=yes
15473 else
15474 echo "$as_me: failed program was:" >&5
15475 sed 's/^/| /' conftest.$ac_ext >&5
15477 ac_cv_lib_audioio_AudioIOGetVersion=no
15480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15481 conftest$ac_exeext conftest.$ac_ext
15482 LIBS=$ac_check_lib_save_LIBS
15484 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15485 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15486 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15487 AUDIOIOLIBS="-laudioio"
15489 cat >>confdefs.h <<\_ACEOF
15490 #define HAVE_LIBAUDIOIO 1
15491 _ACEOF
15498 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15499 then
15500 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15501 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15502 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15503 echo $ECHO_N "(cached) $ECHO_C" >&6
15504 else
15505 ac_check_soname_save_LIBS=$LIBS
15506 LIBS="-lcapi20 $LIBS"
15507 cat >conftest.$ac_ext <<_ACEOF
15508 /* confdefs.h. */
15509 _ACEOF
15510 cat confdefs.h >>conftest.$ac_ext
15511 cat >>conftest.$ac_ext <<_ACEOF
15512 /* end confdefs.h. */
15514 /* Override any GCC internal prototype to avoid an error.
15515 Use char because int might match the return type of a GCC
15516 builtin and then its argument prototype would still apply. */
15517 #ifdef __cplusplus
15518 extern "C"
15519 #endif
15520 char capi20_register ();
15522 main ()
15524 return capi20_register ();
15526 return 0;
15528 _ACEOF
15529 rm -f conftest.$ac_objext conftest$ac_exeext
15530 if { (ac_try="$ac_link"
15531 case "(($ac_try" in
15532 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15533 *) ac_try_echo=$ac_try;;
15534 esac
15535 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15536 (eval "$ac_link") 2>conftest.er1
15537 ac_status=$?
15538 grep -v '^ *+' conftest.er1 >conftest.err
15539 rm -f conftest.er1
15540 cat conftest.err >&5
15541 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15542 (exit $ac_status); } && {
15543 test -z "$ac_c_werror_flag" ||
15544 test ! -s conftest.err
15545 } && test -s conftest$ac_exeext &&
15546 $as_test_x conftest$ac_exeext; then
15547 case "$LIBEXT" in
15548 dll) ;;
15549 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'` ;;
15550 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15551 esac
15552 else
15553 echo "$as_me: failed program was:" >&5
15554 sed 's/^/| /' conftest.$ac_ext >&5
15559 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15560 conftest$ac_exeext conftest.$ac_ext
15561 LIBS=$ac_check_soname_save_LIBS
15563 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15564 { echo "$as_me:$LINENO: result: not found" >&5
15565 echo "${ECHO_T}not found" >&6; }
15567 else
15568 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15569 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15571 cat >>confdefs.h <<_ACEOF
15572 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15573 _ACEOF
15579 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15580 case "x$with_capi" in
15581 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15582 xno) ;;
15583 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15584 This is an error since --with-capi was requested." >&5
15585 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15586 This is an error since --with-capi was requested." >&2;}
15587 { (exit 1); exit 1; }; } ;;
15588 esac
15592 CUPSINCL=""
15594 if test "x$with_cups" != "xno"
15595 then
15596 ac_save_CPPFLAGS="$CPPFLAGS"
15597 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15598 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15599 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15601 for ac_header in cups/cups.h
15603 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15604 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15605 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15606 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15607 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15608 echo $ECHO_N "(cached) $ECHO_C" >&6
15610 ac_res=`eval echo '${'$as_ac_Header'}'`
15611 { echo "$as_me:$LINENO: result: $ac_res" >&5
15612 echo "${ECHO_T}$ac_res" >&6; }
15613 else
15614 # Is the header compilable?
15615 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15616 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15617 cat >conftest.$ac_ext <<_ACEOF
15618 /* confdefs.h. */
15619 _ACEOF
15620 cat confdefs.h >>conftest.$ac_ext
15621 cat >>conftest.$ac_ext <<_ACEOF
15622 /* end confdefs.h. */
15623 $ac_includes_default
15624 #include <$ac_header>
15625 _ACEOF
15626 rm -f conftest.$ac_objext
15627 if { (ac_try="$ac_compile"
15628 case "(($ac_try" in
15629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15630 *) ac_try_echo=$ac_try;;
15631 esac
15632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15633 (eval "$ac_compile") 2>conftest.er1
15634 ac_status=$?
15635 grep -v '^ *+' conftest.er1 >conftest.err
15636 rm -f conftest.er1
15637 cat conftest.err >&5
15638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15639 (exit $ac_status); } && {
15640 test -z "$ac_c_werror_flag" ||
15641 test ! -s conftest.err
15642 } && test -s conftest.$ac_objext; then
15643 ac_header_compiler=yes
15644 else
15645 echo "$as_me: failed program was:" >&5
15646 sed 's/^/| /' conftest.$ac_ext >&5
15648 ac_header_compiler=no
15651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15652 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15653 echo "${ECHO_T}$ac_header_compiler" >&6; }
15655 # Is the header present?
15656 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15657 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15658 cat >conftest.$ac_ext <<_ACEOF
15659 /* confdefs.h. */
15660 _ACEOF
15661 cat confdefs.h >>conftest.$ac_ext
15662 cat >>conftest.$ac_ext <<_ACEOF
15663 /* end confdefs.h. */
15664 #include <$ac_header>
15665 _ACEOF
15666 if { (ac_try="$ac_cpp conftest.$ac_ext"
15667 case "(($ac_try" in
15668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15669 *) ac_try_echo=$ac_try;;
15670 esac
15671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15672 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15673 ac_status=$?
15674 grep -v '^ *+' conftest.er1 >conftest.err
15675 rm -f conftest.er1
15676 cat conftest.err >&5
15677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15678 (exit $ac_status); } >/dev/null && {
15679 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15680 test ! -s conftest.err
15681 }; then
15682 ac_header_preproc=yes
15683 else
15684 echo "$as_me: failed program was:" >&5
15685 sed 's/^/| /' conftest.$ac_ext >&5
15687 ac_header_preproc=no
15690 rm -f conftest.err conftest.$ac_ext
15691 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15692 echo "${ECHO_T}$ac_header_preproc" >&6; }
15694 # So? What about this header?
15695 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15696 yes:no: )
15697 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15698 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15699 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15700 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15701 ac_header_preproc=yes
15703 no:yes:* )
15704 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15705 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15706 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15707 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15708 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15709 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15710 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15711 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15712 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15713 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15714 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15715 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15716 ( cat <<\_ASBOX
15717 ## ------------------------------------ ##
15718 ## Report this to wine-devel@winehq.org ##
15719 ## ------------------------------------ ##
15720 _ASBOX
15721 ) | sed "s/^/$as_me: WARNING: /" >&2
15723 esac
15724 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15725 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15726 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15727 echo $ECHO_N "(cached) $ECHO_C" >&6
15728 else
15729 eval "$as_ac_Header=\$ac_header_preproc"
15731 ac_res=`eval echo '${'$as_ac_Header'}'`
15732 { echo "$as_me:$LINENO: result: $ac_res" >&5
15733 echo "${ECHO_T}$ac_res" >&6; }
15736 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15737 cat >>confdefs.h <<_ACEOF
15738 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15739 _ACEOF
15740 { echo "$as_me:$LINENO: checking for -lcups" >&5
15741 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15742 if test "${ac_cv_lib_soname_cups+set}" = set; then
15743 echo $ECHO_N "(cached) $ECHO_C" >&6
15744 else
15745 ac_check_soname_save_LIBS=$LIBS
15746 LIBS="-lcups $ac_cups_libs $LIBS"
15747 cat >conftest.$ac_ext <<_ACEOF
15748 /* confdefs.h. */
15749 _ACEOF
15750 cat confdefs.h >>conftest.$ac_ext
15751 cat >>conftest.$ac_ext <<_ACEOF
15752 /* end confdefs.h. */
15754 /* Override any GCC internal prototype to avoid an error.
15755 Use char because int might match the return type of a GCC
15756 builtin and then its argument prototype would still apply. */
15757 #ifdef __cplusplus
15758 extern "C"
15759 #endif
15760 char cupsGetDefault ();
15762 main ()
15764 return cupsGetDefault ();
15766 return 0;
15768 _ACEOF
15769 rm -f conftest.$ac_objext conftest$ac_exeext
15770 if { (ac_try="$ac_link"
15771 case "(($ac_try" in
15772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15773 *) ac_try_echo=$ac_try;;
15774 esac
15775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15776 (eval "$ac_link") 2>conftest.er1
15777 ac_status=$?
15778 grep -v '^ *+' conftest.er1 >conftest.err
15779 rm -f conftest.er1
15780 cat conftest.err >&5
15781 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15782 (exit $ac_status); } && {
15783 test -z "$ac_c_werror_flag" ||
15784 test ! -s conftest.err
15785 } && test -s conftest$ac_exeext &&
15786 $as_test_x conftest$ac_exeext; then
15787 case "$LIBEXT" in
15788 dll) ;;
15789 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'` ;;
15790 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15791 esac
15792 else
15793 echo "$as_me: failed program was:" >&5
15794 sed 's/^/| /' conftest.$ac_ext >&5
15799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15800 conftest$ac_exeext conftest.$ac_ext
15801 LIBS=$ac_check_soname_save_LIBS
15803 if test "x$ac_cv_lib_soname_cups" = "x"; then
15804 { echo "$as_me:$LINENO: result: not found" >&5
15805 echo "${ECHO_T}not found" >&6; }
15807 else
15808 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15809 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15811 cat >>confdefs.h <<_ACEOF
15812 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15813 _ACEOF
15815 CUPSINCL="$ac_cups_cflags"
15820 done
15822 CPPFLAGS="$ac_save_CPPFLAGS"
15824 if test "x$ac_cv_lib_soname_cups" = "x"; then
15825 case "x$with_cups" in
15826 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15827 xno) ;;
15828 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15829 This is an error since --with-cups was requested." >&5
15830 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15831 This is an error since --with-cups was requested." >&2;}
15832 { (exit 1); exit 1; }; } ;;
15833 esac
15837 if test "$ac_cv_header_jack_jack_h" = "yes"
15838 then
15839 { echo "$as_me:$LINENO: checking for -ljack" >&5
15840 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15841 if test "${ac_cv_lib_soname_jack+set}" = set; then
15842 echo $ECHO_N "(cached) $ECHO_C" >&6
15843 else
15844 ac_check_soname_save_LIBS=$LIBS
15845 LIBS="-ljack $LIBS"
15846 cat >conftest.$ac_ext <<_ACEOF
15847 /* confdefs.h. */
15848 _ACEOF
15849 cat confdefs.h >>conftest.$ac_ext
15850 cat >>conftest.$ac_ext <<_ACEOF
15851 /* end confdefs.h. */
15853 /* Override any GCC internal prototype to avoid an error.
15854 Use char because int might match the return type of a GCC
15855 builtin and then its argument prototype would still apply. */
15856 #ifdef __cplusplus
15857 extern "C"
15858 #endif
15859 char jack_client_new ();
15861 main ()
15863 return jack_client_new ();
15865 return 0;
15867 _ACEOF
15868 rm -f conftest.$ac_objext conftest$ac_exeext
15869 if { (ac_try="$ac_link"
15870 case "(($ac_try" in
15871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15872 *) ac_try_echo=$ac_try;;
15873 esac
15874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15875 (eval "$ac_link") 2>conftest.er1
15876 ac_status=$?
15877 grep -v '^ *+' conftest.er1 >conftest.err
15878 rm -f conftest.er1
15879 cat conftest.err >&5
15880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15881 (exit $ac_status); } && {
15882 test -z "$ac_c_werror_flag" ||
15883 test ! -s conftest.err
15884 } && test -s conftest$ac_exeext &&
15885 $as_test_x conftest$ac_exeext; then
15886 case "$LIBEXT" in
15887 dll) ;;
15888 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'` ;;
15889 *) 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'` ;;
15890 esac
15891 else
15892 echo "$as_me: failed program was:" >&5
15893 sed 's/^/| /' conftest.$ac_ext >&5
15898 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15899 conftest$ac_exeext conftest.$ac_ext
15900 LIBS=$ac_check_soname_save_LIBS
15902 if test "x$ac_cv_lib_soname_jack" = "x"; then
15903 { echo "$as_me:$LINENO: result: not found" >&5
15904 echo "${ECHO_T}not found" >&6; }
15906 else
15907 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15908 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15910 cat >>confdefs.h <<_ACEOF
15911 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15912 _ACEOF
15919 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15920 then
15921 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15922 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15923 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15924 echo $ECHO_N "(cached) $ECHO_C" >&6
15925 else
15926 ac_check_soname_save_LIBS=$LIBS
15927 LIBS="-lfontconfig $LIBS"
15928 cat >conftest.$ac_ext <<_ACEOF
15929 /* confdefs.h. */
15930 _ACEOF
15931 cat confdefs.h >>conftest.$ac_ext
15932 cat >>conftest.$ac_ext <<_ACEOF
15933 /* end confdefs.h. */
15935 /* Override any GCC internal prototype to avoid an error.
15936 Use char because int might match the return type of a GCC
15937 builtin and then its argument prototype would still apply. */
15938 #ifdef __cplusplus
15939 extern "C"
15940 #endif
15941 char FcInit ();
15943 main ()
15945 return FcInit ();
15947 return 0;
15949 _ACEOF
15950 rm -f conftest.$ac_objext conftest$ac_exeext
15951 if { (ac_try="$ac_link"
15952 case "(($ac_try" in
15953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15954 *) ac_try_echo=$ac_try;;
15955 esac
15956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15957 (eval "$ac_link") 2>conftest.er1
15958 ac_status=$?
15959 grep -v '^ *+' conftest.er1 >conftest.err
15960 rm -f conftest.er1
15961 cat conftest.err >&5
15962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15963 (exit $ac_status); } && {
15964 test -z "$ac_c_werror_flag" ||
15965 test ! -s conftest.err
15966 } && test -s conftest$ac_exeext &&
15967 $as_test_x conftest$ac_exeext; then
15968 case "$LIBEXT" in
15969 dll) ;;
15970 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'` ;;
15971 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15972 esac
15973 else
15974 echo "$as_me: failed program was:" >&5
15975 sed 's/^/| /' conftest.$ac_ext >&5
15980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15981 conftest$ac_exeext conftest.$ac_ext
15982 LIBS=$ac_check_soname_save_LIBS
15984 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15985 { echo "$as_me:$LINENO: result: not found" >&5
15986 echo "${ECHO_T}not found" >&6; }
15988 else
15989 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15990 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15992 cat >>confdefs.h <<_ACEOF
15993 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15994 _ACEOF
15999 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16000 then
16001 ac_save_CPPFLAGS="$CPPFLAGS"
16002 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16003 $as_unset ac_cv_header_fontconfig_fontconfig_h
16005 for ac_header in fontconfig/fontconfig.h
16007 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16008 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16009 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16011 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16012 echo $ECHO_N "(cached) $ECHO_C" >&6
16014 ac_res=`eval echo '${'$as_ac_Header'}'`
16015 { echo "$as_me:$LINENO: result: $ac_res" >&5
16016 echo "${ECHO_T}$ac_res" >&6; }
16017 else
16018 # Is the header compilable?
16019 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16020 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16021 cat >conftest.$ac_ext <<_ACEOF
16022 /* confdefs.h. */
16023 _ACEOF
16024 cat confdefs.h >>conftest.$ac_ext
16025 cat >>conftest.$ac_ext <<_ACEOF
16026 /* end confdefs.h. */
16027 $ac_includes_default
16028 #include <$ac_header>
16029 _ACEOF
16030 rm -f conftest.$ac_objext
16031 if { (ac_try="$ac_compile"
16032 case "(($ac_try" in
16033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16034 *) ac_try_echo=$ac_try;;
16035 esac
16036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16037 (eval "$ac_compile") 2>conftest.er1
16038 ac_status=$?
16039 grep -v '^ *+' conftest.er1 >conftest.err
16040 rm -f conftest.er1
16041 cat conftest.err >&5
16042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16043 (exit $ac_status); } && {
16044 test -z "$ac_c_werror_flag" ||
16045 test ! -s conftest.err
16046 } && test -s conftest.$ac_objext; then
16047 ac_header_compiler=yes
16048 else
16049 echo "$as_me: failed program was:" >&5
16050 sed 's/^/| /' conftest.$ac_ext >&5
16052 ac_header_compiler=no
16055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16056 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16057 echo "${ECHO_T}$ac_header_compiler" >&6; }
16059 # Is the header present?
16060 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16061 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16062 cat >conftest.$ac_ext <<_ACEOF
16063 /* confdefs.h. */
16064 _ACEOF
16065 cat confdefs.h >>conftest.$ac_ext
16066 cat >>conftest.$ac_ext <<_ACEOF
16067 /* end confdefs.h. */
16068 #include <$ac_header>
16069 _ACEOF
16070 if { (ac_try="$ac_cpp conftest.$ac_ext"
16071 case "(($ac_try" in
16072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16073 *) ac_try_echo=$ac_try;;
16074 esac
16075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16076 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16077 ac_status=$?
16078 grep -v '^ *+' conftest.er1 >conftest.err
16079 rm -f conftest.er1
16080 cat conftest.err >&5
16081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16082 (exit $ac_status); } >/dev/null && {
16083 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16084 test ! -s conftest.err
16085 }; then
16086 ac_header_preproc=yes
16087 else
16088 echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16091 ac_header_preproc=no
16094 rm -f conftest.err conftest.$ac_ext
16095 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16096 echo "${ECHO_T}$ac_header_preproc" >&6; }
16098 # So? What about this header?
16099 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16100 yes:no: )
16101 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16102 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16103 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16104 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16105 ac_header_preproc=yes
16107 no:yes:* )
16108 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16109 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16110 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16111 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16112 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16113 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16114 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16115 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16116 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16117 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16118 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16119 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16120 ( cat <<\_ASBOX
16121 ## ------------------------------------ ##
16122 ## Report this to wine-devel@winehq.org ##
16123 ## ------------------------------------ ##
16124 _ASBOX
16125 ) | sed "s/^/$as_me: WARNING: /" >&2
16127 esac
16128 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16129 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16130 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16131 echo $ECHO_N "(cached) $ECHO_C" >&6
16132 else
16133 eval "$as_ac_Header=\$ac_header_preproc"
16135 ac_res=`eval echo '${'$as_ac_Header'}'`
16136 { echo "$as_me:$LINENO: result: $ac_res" >&5
16137 echo "${ECHO_T}$ac_res" >&6; }
16140 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16141 cat >>confdefs.h <<_ACEOF
16142 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16143 _ACEOF
16147 done
16149 CPPFLAGS="$ac_save_CPPFLAGS"
16150 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16151 then
16152 FONTCONFIGINCL="$X_CFLAGS"
16154 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16155 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16156 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16157 echo $ECHO_N "(cached) $ECHO_C" >&6
16158 else
16159 ac_check_soname_save_LIBS=$LIBS
16160 LIBS="-lfontconfig $X_LIBS $LIBS"
16161 cat >conftest.$ac_ext <<_ACEOF
16162 /* confdefs.h. */
16163 _ACEOF
16164 cat confdefs.h >>conftest.$ac_ext
16165 cat >>conftest.$ac_ext <<_ACEOF
16166 /* end confdefs.h. */
16168 /* Override any GCC internal prototype to avoid an error.
16169 Use char because int might match the return type of a GCC
16170 builtin and then its argument prototype would still apply. */
16171 #ifdef __cplusplus
16172 extern "C"
16173 #endif
16174 char FcInit ();
16176 main ()
16178 return FcInit ();
16180 return 0;
16182 _ACEOF
16183 rm -f conftest.$ac_objext conftest$ac_exeext
16184 if { (ac_try="$ac_link"
16185 case "(($ac_try" in
16186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16187 *) ac_try_echo=$ac_try;;
16188 esac
16189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16190 (eval "$ac_link") 2>conftest.er1
16191 ac_status=$?
16192 grep -v '^ *+' conftest.er1 >conftest.err
16193 rm -f conftest.er1
16194 cat conftest.err >&5
16195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16196 (exit $ac_status); } && {
16197 test -z "$ac_c_werror_flag" ||
16198 test ! -s conftest.err
16199 } && test -s conftest$ac_exeext &&
16200 $as_test_x conftest$ac_exeext; then
16201 case "$LIBEXT" in
16202 dll) ;;
16203 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'` ;;
16204 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16205 esac
16206 else
16207 echo "$as_me: failed program was:" >&5
16208 sed 's/^/| /' conftest.$ac_ext >&5
16213 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16214 conftest$ac_exeext conftest.$ac_ext
16215 LIBS=$ac_check_soname_save_LIBS
16217 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16218 { echo "$as_me:$LINENO: result: not found" >&5
16219 echo "${ECHO_T}not found" >&6; }
16221 else
16222 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16223 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16225 cat >>confdefs.h <<_ACEOF
16226 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16227 _ACEOF
16234 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16235 case "x$with_fontconfig" in
16236 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16237 xno) ;;
16238 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16239 This is an error since --with-fontconfig was requested." >&5
16240 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16241 This is an error since --with-fontconfig was requested." >&2;}
16242 { (exit 1); exit 1; }; } ;;
16243 esac
16247 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16248 then
16249 { echo "$as_me:$LINENO: checking for -lssl" >&5
16250 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16251 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16252 echo $ECHO_N "(cached) $ECHO_C" >&6
16253 else
16254 ac_check_soname_save_LIBS=$LIBS
16255 LIBS="-lssl $LIBS"
16256 cat >conftest.$ac_ext <<_ACEOF
16257 /* confdefs.h. */
16258 _ACEOF
16259 cat confdefs.h >>conftest.$ac_ext
16260 cat >>conftest.$ac_ext <<_ACEOF
16261 /* end confdefs.h. */
16263 /* Override any GCC internal prototype to avoid an error.
16264 Use char because int might match the return type of a GCC
16265 builtin and then its argument prototype would still apply. */
16266 #ifdef __cplusplus
16267 extern "C"
16268 #endif
16269 char SSL_library_init ();
16271 main ()
16273 return SSL_library_init ();
16275 return 0;
16277 _ACEOF
16278 rm -f conftest.$ac_objext conftest$ac_exeext
16279 if { (ac_try="$ac_link"
16280 case "(($ac_try" in
16281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16282 *) ac_try_echo=$ac_try;;
16283 esac
16284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16285 (eval "$ac_link") 2>conftest.er1
16286 ac_status=$?
16287 grep -v '^ *+' conftest.er1 >conftest.err
16288 rm -f conftest.er1
16289 cat conftest.err >&5
16290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16291 (exit $ac_status); } && {
16292 test -z "$ac_c_werror_flag" ||
16293 test ! -s conftest.err
16294 } && test -s conftest$ac_exeext &&
16295 $as_test_x conftest$ac_exeext; then
16296 case "$LIBEXT" in
16297 dll) ;;
16298 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'` ;;
16299 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16300 esac
16301 else
16302 echo "$as_me: failed program was:" >&5
16303 sed 's/^/| /' conftest.$ac_ext >&5
16308 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16309 conftest$ac_exeext conftest.$ac_ext
16310 LIBS=$ac_check_soname_save_LIBS
16312 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16313 { echo "$as_me:$LINENO: result: not found" >&5
16314 echo "${ECHO_T}not found" >&6; }
16316 else
16317 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16318 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16320 cat >>confdefs.h <<_ACEOF
16321 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16322 _ACEOF
16327 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16328 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16329 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16330 echo $ECHO_N "(cached) $ECHO_C" >&6
16331 else
16332 ac_check_soname_save_LIBS=$LIBS
16333 LIBS="-lcrypto $LIBS"
16334 cat >conftest.$ac_ext <<_ACEOF
16335 /* confdefs.h. */
16336 _ACEOF
16337 cat confdefs.h >>conftest.$ac_ext
16338 cat >>conftest.$ac_ext <<_ACEOF
16339 /* end confdefs.h. */
16341 /* Override any GCC internal prototype to avoid an error.
16342 Use char because int might match the return type of a GCC
16343 builtin and then its argument prototype would still apply. */
16344 #ifdef __cplusplus
16345 extern "C"
16346 #endif
16347 char BIO_new_socket ();
16349 main ()
16351 return BIO_new_socket ();
16353 return 0;
16355 _ACEOF
16356 rm -f conftest.$ac_objext conftest$ac_exeext
16357 if { (ac_try="$ac_link"
16358 case "(($ac_try" in
16359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16360 *) ac_try_echo=$ac_try;;
16361 esac
16362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16363 (eval "$ac_link") 2>conftest.er1
16364 ac_status=$?
16365 grep -v '^ *+' conftest.er1 >conftest.err
16366 rm -f conftest.er1
16367 cat conftest.err >&5
16368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16369 (exit $ac_status); } && {
16370 test -z "$ac_c_werror_flag" ||
16371 test ! -s conftest.err
16372 } && test -s conftest$ac_exeext &&
16373 $as_test_x conftest$ac_exeext; then
16374 case "$LIBEXT" in
16375 dll) ;;
16376 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'` ;;
16377 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16378 esac
16379 else
16380 echo "$as_me: failed program was:" >&5
16381 sed 's/^/| /' conftest.$ac_ext >&5
16386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16387 conftest$ac_exeext conftest.$ac_ext
16388 LIBS=$ac_check_soname_save_LIBS
16390 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16391 { echo "$as_me:$LINENO: result: not found" >&5
16392 echo "${ECHO_T}not found" >&6; }
16394 else
16395 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16396 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16398 cat >>confdefs.h <<_ACEOF
16399 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16400 _ACEOF
16406 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16407 case "x$with_openssl" in
16408 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16409 xno) ;;
16410 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16411 This is an error since --with-openssl was requested." >&5
16412 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16413 This is an error since --with-openssl was requested." >&2;}
16414 { (exit 1); exit 1; }; } ;;
16415 esac
16419 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16420 then
16421 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16422 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16423 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16424 echo $ECHO_N "(cached) $ECHO_C" >&6
16425 else
16426 ac_check_soname_save_LIBS=$LIBS
16427 LIBS="-lgsm $LIBS"
16428 cat >conftest.$ac_ext <<_ACEOF
16429 /* confdefs.h. */
16430 _ACEOF
16431 cat confdefs.h >>conftest.$ac_ext
16432 cat >>conftest.$ac_ext <<_ACEOF
16433 /* end confdefs.h. */
16435 /* Override any GCC internal prototype to avoid an error.
16436 Use char because int might match the return type of a GCC
16437 builtin and then its argument prototype would still apply. */
16438 #ifdef __cplusplus
16439 extern "C"
16440 #endif
16441 char gsm_create ();
16443 main ()
16445 return gsm_create ();
16447 return 0;
16449 _ACEOF
16450 rm -f conftest.$ac_objext conftest$ac_exeext
16451 if { (ac_try="$ac_link"
16452 case "(($ac_try" in
16453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16454 *) ac_try_echo=$ac_try;;
16455 esac
16456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16457 (eval "$ac_link") 2>conftest.er1
16458 ac_status=$?
16459 grep -v '^ *+' conftest.er1 >conftest.err
16460 rm -f conftest.er1
16461 cat conftest.err >&5
16462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16463 (exit $ac_status); } && {
16464 test -z "$ac_c_werror_flag" ||
16465 test ! -s conftest.err
16466 } && test -s conftest$ac_exeext &&
16467 $as_test_x conftest$ac_exeext; then
16468 case "$LIBEXT" in
16469 dll) ;;
16470 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'` ;;
16471 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16472 esac
16473 else
16474 echo "$as_me: failed program was:" >&5
16475 sed 's/^/| /' conftest.$ac_ext >&5
16480 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16481 conftest$ac_exeext conftest.$ac_ext
16482 LIBS=$ac_check_soname_save_LIBS
16484 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16485 { echo "$as_me:$LINENO: result: not found" >&5
16486 echo "${ECHO_T}not found" >&6; }
16488 else
16489 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16490 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16492 cat >>confdefs.h <<_ACEOF
16493 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16494 _ACEOF
16500 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16501 case "x$with_gsm" in
16502 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16503 xno) ;;
16504 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16505 This is an error since --with-gsm was requested." >&5
16506 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16507 This is an error since --with-gsm was requested." >&2;}
16508 { (exit 1); exit 1; }; } ;;
16509 esac
16513 if test "$ac_cv_header_jpeglib_h" = "yes"
16514 then
16515 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16516 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16517 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16518 echo $ECHO_N "(cached) $ECHO_C" >&6
16519 else
16520 ac_check_soname_save_LIBS=$LIBS
16521 LIBS="-ljpeg $LIBS"
16522 cat >conftest.$ac_ext <<_ACEOF
16523 /* confdefs.h. */
16524 _ACEOF
16525 cat confdefs.h >>conftest.$ac_ext
16526 cat >>conftest.$ac_ext <<_ACEOF
16527 /* end confdefs.h. */
16529 /* Override any GCC internal prototype to avoid an error.
16530 Use char because int might match the return type of a GCC
16531 builtin and then its argument prototype would still apply. */
16532 #ifdef __cplusplus
16533 extern "C"
16534 #endif
16535 char jpeg_start_decompress ();
16537 main ()
16539 return jpeg_start_decompress ();
16541 return 0;
16543 _ACEOF
16544 rm -f conftest.$ac_objext conftest$ac_exeext
16545 if { (ac_try="$ac_link"
16546 case "(($ac_try" in
16547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16548 *) ac_try_echo=$ac_try;;
16549 esac
16550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16551 (eval "$ac_link") 2>conftest.er1
16552 ac_status=$?
16553 grep -v '^ *+' conftest.er1 >conftest.err
16554 rm -f conftest.er1
16555 cat conftest.err >&5
16556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16557 (exit $ac_status); } && {
16558 test -z "$ac_c_werror_flag" ||
16559 test ! -s conftest.err
16560 } && test -s conftest$ac_exeext &&
16561 $as_test_x conftest$ac_exeext; then
16562 case "$LIBEXT" in
16563 dll) ;;
16564 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'` ;;
16565 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16566 esac
16567 else
16568 echo "$as_me: failed program was:" >&5
16569 sed 's/^/| /' conftest.$ac_ext >&5
16574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16575 conftest$ac_exeext conftest.$ac_ext
16576 LIBS=$ac_check_soname_save_LIBS
16578 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16579 { echo "$as_me:$LINENO: result: not found" >&5
16580 echo "${ECHO_T}not found" >&6; }
16582 else
16583 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16584 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16586 cat >>confdefs.h <<_ACEOF
16587 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16588 _ACEOF
16594 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16595 case "x$with_jpeg" in
16596 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16597 xno) ;;
16598 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16599 This is an error since --with-jpeg was requested." >&5
16600 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16601 This is an error since --with-jpeg was requested." >&2;}
16602 { (exit 1); exit 1; }; } ;;
16603 esac
16607 if test "$ac_cv_header_png_h" = "yes"
16608 then
16609 { echo "$as_me:$LINENO: checking for -lpng" >&5
16610 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16611 if test "${ac_cv_lib_soname_png+set}" = set; then
16612 echo $ECHO_N "(cached) $ECHO_C" >&6
16613 else
16614 ac_check_soname_save_LIBS=$LIBS
16615 LIBS="-lpng -lm -lz $LIBS"
16616 cat >conftest.$ac_ext <<_ACEOF
16617 /* confdefs.h. */
16618 _ACEOF
16619 cat confdefs.h >>conftest.$ac_ext
16620 cat >>conftest.$ac_ext <<_ACEOF
16621 /* end confdefs.h. */
16623 /* Override any GCC internal prototype to avoid an error.
16624 Use char because int might match the return type of a GCC
16625 builtin and then its argument prototype would still apply. */
16626 #ifdef __cplusplus
16627 extern "C"
16628 #endif
16629 char png_create_read_struct ();
16631 main ()
16633 return png_create_read_struct ();
16635 return 0;
16637 _ACEOF
16638 rm -f conftest.$ac_objext conftest$ac_exeext
16639 if { (ac_try="$ac_link"
16640 case "(($ac_try" in
16641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16642 *) ac_try_echo=$ac_try;;
16643 esac
16644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16645 (eval "$ac_link") 2>conftest.er1
16646 ac_status=$?
16647 grep -v '^ *+' conftest.er1 >conftest.err
16648 rm -f conftest.er1
16649 cat conftest.err >&5
16650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16651 (exit $ac_status); } && {
16652 test -z "$ac_c_werror_flag" ||
16653 test ! -s conftest.err
16654 } && test -s conftest$ac_exeext &&
16655 $as_test_x conftest$ac_exeext; then
16656 case "$LIBEXT" in
16657 dll) ;;
16658 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'` ;;
16659 *) 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'` ;;
16660 esac
16661 else
16662 echo "$as_me: failed program was:" >&5
16663 sed 's/^/| /' conftest.$ac_ext >&5
16668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16669 conftest$ac_exeext conftest.$ac_ext
16670 LIBS=$ac_check_soname_save_LIBS
16672 if test "x$ac_cv_lib_soname_png" = "x"; then
16673 { echo "$as_me:$LINENO: result: not found" >&5
16674 echo "${ECHO_T}not found" >&6; }
16676 else
16677 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16678 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16680 cat >>confdefs.h <<_ACEOF
16681 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16682 _ACEOF
16687 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16688 then
16689 ac_save_CPPFLAGS="$CPPFLAGS"
16690 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16691 $as_unset ac_cv_header_png_h
16693 for ac_header in png.h
16695 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16696 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16697 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16698 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16700 echo $ECHO_N "(cached) $ECHO_C" >&6
16702 ac_res=`eval echo '${'$as_ac_Header'}'`
16703 { echo "$as_me:$LINENO: result: $ac_res" >&5
16704 echo "${ECHO_T}$ac_res" >&6; }
16705 else
16706 # Is the header compilable?
16707 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16708 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16709 cat >conftest.$ac_ext <<_ACEOF
16710 /* confdefs.h. */
16711 _ACEOF
16712 cat confdefs.h >>conftest.$ac_ext
16713 cat >>conftest.$ac_ext <<_ACEOF
16714 /* end confdefs.h. */
16715 $ac_includes_default
16716 #include <$ac_header>
16717 _ACEOF
16718 rm -f conftest.$ac_objext
16719 if { (ac_try="$ac_compile"
16720 case "(($ac_try" in
16721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16722 *) ac_try_echo=$ac_try;;
16723 esac
16724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16725 (eval "$ac_compile") 2>conftest.er1
16726 ac_status=$?
16727 grep -v '^ *+' conftest.er1 >conftest.err
16728 rm -f conftest.er1
16729 cat conftest.err >&5
16730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16731 (exit $ac_status); } && {
16732 test -z "$ac_c_werror_flag" ||
16733 test ! -s conftest.err
16734 } && test -s conftest.$ac_objext; then
16735 ac_header_compiler=yes
16736 else
16737 echo "$as_me: failed program was:" >&5
16738 sed 's/^/| /' conftest.$ac_ext >&5
16740 ac_header_compiler=no
16743 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16744 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16745 echo "${ECHO_T}$ac_header_compiler" >&6; }
16747 # Is the header present?
16748 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16749 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16750 cat >conftest.$ac_ext <<_ACEOF
16751 /* confdefs.h. */
16752 _ACEOF
16753 cat confdefs.h >>conftest.$ac_ext
16754 cat >>conftest.$ac_ext <<_ACEOF
16755 /* end confdefs.h. */
16756 #include <$ac_header>
16757 _ACEOF
16758 if { (ac_try="$ac_cpp conftest.$ac_ext"
16759 case "(($ac_try" in
16760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16761 *) ac_try_echo=$ac_try;;
16762 esac
16763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16764 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16765 ac_status=$?
16766 grep -v '^ *+' conftest.er1 >conftest.err
16767 rm -f conftest.er1
16768 cat conftest.err >&5
16769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16770 (exit $ac_status); } >/dev/null && {
16771 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16772 test ! -s conftest.err
16773 }; then
16774 ac_header_preproc=yes
16775 else
16776 echo "$as_me: failed program was:" >&5
16777 sed 's/^/| /' conftest.$ac_ext >&5
16779 ac_header_preproc=no
16782 rm -f conftest.err conftest.$ac_ext
16783 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16784 echo "${ECHO_T}$ac_header_preproc" >&6; }
16786 # So? What about this header?
16787 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16788 yes:no: )
16789 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16790 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16791 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16792 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16793 ac_header_preproc=yes
16795 no:yes:* )
16796 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16797 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16798 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16799 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16800 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16801 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16802 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16803 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16804 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16805 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16806 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16807 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16808 ( cat <<\_ASBOX
16809 ## ------------------------------------ ##
16810 ## Report this to wine-devel@winehq.org ##
16811 ## ------------------------------------ ##
16812 _ASBOX
16813 ) | sed "s/^/$as_me: WARNING: /" >&2
16815 esac
16816 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16817 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16818 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16819 echo $ECHO_N "(cached) $ECHO_C" >&6
16820 else
16821 eval "$as_ac_Header=\$ac_header_preproc"
16823 ac_res=`eval echo '${'$as_ac_Header'}'`
16824 { echo "$as_me:$LINENO: result: $ac_res" >&5
16825 echo "${ECHO_T}$ac_res" >&6; }
16828 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16829 cat >>confdefs.h <<_ACEOF
16830 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16831 _ACEOF
16835 done
16837 CPPFLAGS="$ac_save_CPPFLAGS"
16838 if test "$ac_cv_header_png_h" = "yes"
16839 then
16840 PNGINCL="$X_CFLAGS"
16842 { echo "$as_me:$LINENO: checking for -lpng" >&5
16843 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16844 if test "${ac_cv_lib_soname_png+set}" = set; then
16845 echo $ECHO_N "(cached) $ECHO_C" >&6
16846 else
16847 ac_check_soname_save_LIBS=$LIBS
16848 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16849 cat >conftest.$ac_ext <<_ACEOF
16850 /* confdefs.h. */
16851 _ACEOF
16852 cat confdefs.h >>conftest.$ac_ext
16853 cat >>conftest.$ac_ext <<_ACEOF
16854 /* end confdefs.h. */
16856 /* Override any GCC internal prototype to avoid an error.
16857 Use char because int might match the return type of a GCC
16858 builtin and then its argument prototype would still apply. */
16859 #ifdef __cplusplus
16860 extern "C"
16861 #endif
16862 char png_create_read_struct ();
16864 main ()
16866 return png_create_read_struct ();
16868 return 0;
16870 _ACEOF
16871 rm -f conftest.$ac_objext conftest$ac_exeext
16872 if { (ac_try="$ac_link"
16873 case "(($ac_try" in
16874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16875 *) ac_try_echo=$ac_try;;
16876 esac
16877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16878 (eval "$ac_link") 2>conftest.er1
16879 ac_status=$?
16880 grep -v '^ *+' conftest.er1 >conftest.err
16881 rm -f conftest.er1
16882 cat conftest.err >&5
16883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16884 (exit $ac_status); } && {
16885 test -z "$ac_c_werror_flag" ||
16886 test ! -s conftest.err
16887 } && test -s conftest$ac_exeext &&
16888 $as_test_x conftest$ac_exeext; then
16889 case "$LIBEXT" in
16890 dll) ;;
16891 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'` ;;
16892 *) 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'` ;;
16893 esac
16894 else
16895 echo "$as_me: failed program was:" >&5
16896 sed 's/^/| /' conftest.$ac_ext >&5
16901 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16902 conftest$ac_exeext conftest.$ac_ext
16903 LIBS=$ac_check_soname_save_LIBS
16905 if test "x$ac_cv_lib_soname_png" = "x"; then
16906 { echo "$as_me:$LINENO: result: not found" >&5
16907 echo "${ECHO_T}not found" >&6; }
16909 else
16910 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16911 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16913 cat >>confdefs.h <<_ACEOF
16914 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16915 _ACEOF
16922 if test "x$ac_cv_lib_soname_png" = "x"; then
16923 case "x$with_png" in
16924 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16925 xno) ;;
16926 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16927 This is an error since --with-png was requested." >&5
16928 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16929 This is an error since --with-png was requested." >&2;}
16930 { (exit 1); exit 1; }; } ;;
16931 esac
16935 if test "$ac_cv_header_mpg123_h" = "yes"
16936 then
16937 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
16938 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
16939 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
16940 echo $ECHO_N "(cached) $ECHO_C" >&6
16941 else
16942 ac_check_lib_save_LIBS=$LIBS
16943 LIBS="-lmpg123 $LIBS"
16944 cat >conftest.$ac_ext <<_ACEOF
16945 /* confdefs.h. */
16946 _ACEOF
16947 cat confdefs.h >>conftest.$ac_ext
16948 cat >>conftest.$ac_ext <<_ACEOF
16949 /* end confdefs.h. */
16951 /* Override any GCC internal prototype to avoid an error.
16952 Use char because int might match the return type of a GCC
16953 builtin and then its argument prototype would still apply. */
16954 #ifdef __cplusplus
16955 extern "C"
16956 #endif
16957 char mpg123_feed ();
16959 main ()
16961 return mpg123_feed ();
16963 return 0;
16965 _ACEOF
16966 rm -f conftest.$ac_objext conftest$ac_exeext
16967 if { (ac_try="$ac_link"
16968 case "(($ac_try" in
16969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16970 *) ac_try_echo=$ac_try;;
16971 esac
16972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16973 (eval "$ac_link") 2>conftest.er1
16974 ac_status=$?
16975 grep -v '^ *+' conftest.er1 >conftest.err
16976 rm -f conftest.er1
16977 cat conftest.err >&5
16978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16979 (exit $ac_status); } && {
16980 test -z "$ac_c_werror_flag" ||
16981 test ! -s conftest.err
16982 } && test -s conftest$ac_exeext &&
16983 $as_test_x conftest$ac_exeext; then
16984 ac_cv_lib_mpg123_mpg123_feed=yes
16985 else
16986 echo "$as_me: failed program was:" >&5
16987 sed 's/^/| /' conftest.$ac_ext >&5
16989 ac_cv_lib_mpg123_mpg123_feed=no
16992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16993 conftest$ac_exeext conftest.$ac_ext
16994 LIBS=$ac_check_lib_save_LIBS
16996 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
16997 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
16998 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
16999 LIBMPG123="-lmpg123"
17004 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
17005 case "x$with_mpg123" in
17006 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
17007 xno) ;;
17008 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17009 This is an error since --with-mpg123 was requested." >&5
17010 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17011 This is an error since --with-mpg123 was requested." >&2;}
17012 { (exit 1); exit 1; }; } ;;
17013 esac
17016 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
17018 if test "$ac_cv_header_AL_al_h" = "yes"
17019 then
17020 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
17021 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
17022 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
17023 echo $ECHO_N "(cached) $ECHO_C" >&6
17024 else
17025 ac_check_lib_save_LIBS=$LIBS
17026 LIBS="-lopenal $LIBS"
17027 cat >conftest.$ac_ext <<_ACEOF
17028 /* confdefs.h. */
17029 _ACEOF
17030 cat confdefs.h >>conftest.$ac_ext
17031 cat >>conftest.$ac_ext <<_ACEOF
17032 /* end confdefs.h. */
17034 /* Override any GCC internal prototype to avoid an error.
17035 Use char because int might match the return type of a GCC
17036 builtin and then its argument prototype would still apply. */
17037 #ifdef __cplusplus
17038 extern "C"
17039 #endif
17040 char alGetSource3i ();
17042 main ()
17044 return alGetSource3i ();
17046 return 0;
17048 _ACEOF
17049 rm -f conftest.$ac_objext conftest$ac_exeext
17050 if { (ac_try="$ac_link"
17051 case "(($ac_try" in
17052 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17053 *) ac_try_echo=$ac_try;;
17054 esac
17055 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17056 (eval "$ac_link") 2>conftest.er1
17057 ac_status=$?
17058 grep -v '^ *+' conftest.er1 >conftest.err
17059 rm -f conftest.er1
17060 cat conftest.err >&5
17061 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17062 (exit $ac_status); } && {
17063 test -z "$ac_c_werror_flag" ||
17064 test ! -s conftest.err
17065 } && test -s conftest$ac_exeext &&
17066 $as_test_x conftest$ac_exeext; then
17067 ac_cv_lib_openal_alGetSource3i=yes
17068 else
17069 echo "$as_me: failed program was:" >&5
17070 sed 's/^/| /' conftest.$ac_ext >&5
17072 ac_cv_lib_openal_alGetSource3i=no
17075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17076 conftest$ac_exeext conftest.$ac_ext
17077 LIBS=$ac_check_lib_save_LIBS
17079 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
17080 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
17081 if test $ac_cv_lib_openal_alGetSource3i = yes; then
17082 LIBOPENAL="-lopenal"
17087 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
17088 case "x$with_openal" in
17089 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
17090 xno) ;;
17091 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17092 This is an error since --with-openal was requested." >&5
17093 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17094 This is an error since --with-openal was requested." >&2;}
17095 { (exit 1); exit 1; }; } ;;
17096 esac
17099 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
17101 if test "$ac_cv_header_kstat_h" = "yes"
17102 then
17103 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17104 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17105 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17106 echo $ECHO_N "(cached) $ECHO_C" >&6
17107 else
17108 ac_check_lib_save_LIBS=$LIBS
17109 LIBS="-lkstat $LIBS"
17110 cat >conftest.$ac_ext <<_ACEOF
17111 /* confdefs.h. */
17112 _ACEOF
17113 cat confdefs.h >>conftest.$ac_ext
17114 cat >>conftest.$ac_ext <<_ACEOF
17115 /* end confdefs.h. */
17117 /* Override any GCC internal prototype to avoid an error.
17118 Use char because int might match the return type of a GCC
17119 builtin and then its argument prototype would still apply. */
17120 #ifdef __cplusplus
17121 extern "C"
17122 #endif
17123 char kstat_open ();
17125 main ()
17127 return kstat_open ();
17129 return 0;
17131 _ACEOF
17132 rm -f conftest.$ac_objext conftest$ac_exeext
17133 if { (ac_try="$ac_link"
17134 case "(($ac_try" in
17135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17136 *) ac_try_echo=$ac_try;;
17137 esac
17138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17139 (eval "$ac_link") 2>conftest.er1
17140 ac_status=$?
17141 grep -v '^ *+' conftest.er1 >conftest.err
17142 rm -f conftest.er1
17143 cat conftest.err >&5
17144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17145 (exit $ac_status); } && {
17146 test -z "$ac_c_werror_flag" ||
17147 test ! -s conftest.err
17148 } && test -s conftest$ac_exeext &&
17149 $as_test_x conftest$ac_exeext; then
17150 ac_cv_lib_kstat_kstat_open=yes
17151 else
17152 echo "$as_me: failed program was:" >&5
17153 sed 's/^/| /' conftest.$ac_ext >&5
17155 ac_cv_lib_kstat_kstat_open=no
17158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17159 conftest$ac_exeext conftest.$ac_ext
17160 LIBS=$ac_check_lib_save_LIBS
17162 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17163 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17164 if test $ac_cv_lib_kstat_kstat_open = yes; then
17166 cat >>confdefs.h <<\_ACEOF
17167 #define HAVE_LIBKSTAT 1
17168 _ACEOF
17170 LIBKSTAT="-lkstat"
17176 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17177 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17178 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17179 echo $ECHO_N "(cached) $ECHO_C" >&6
17180 else
17181 ac_check_soname_save_LIBS=$LIBS
17182 LIBS="-lodbc $LIBS"
17183 cat >conftest.$ac_ext <<_ACEOF
17184 /* confdefs.h. */
17185 _ACEOF
17186 cat confdefs.h >>conftest.$ac_ext
17187 cat >>conftest.$ac_ext <<_ACEOF
17188 /* end confdefs.h. */
17190 /* Override any GCC internal prototype to avoid an error.
17191 Use char because int might match the return type of a GCC
17192 builtin and then its argument prototype would still apply. */
17193 #ifdef __cplusplus
17194 extern "C"
17195 #endif
17196 char SQLConnect ();
17198 main ()
17200 return SQLConnect ();
17202 return 0;
17204 _ACEOF
17205 rm -f conftest.$ac_objext conftest$ac_exeext
17206 if { (ac_try="$ac_link"
17207 case "(($ac_try" in
17208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17209 *) ac_try_echo=$ac_try;;
17210 esac
17211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17212 (eval "$ac_link") 2>conftest.er1
17213 ac_status=$?
17214 grep -v '^ *+' conftest.er1 >conftest.err
17215 rm -f conftest.er1
17216 cat conftest.err >&5
17217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17218 (exit $ac_status); } && {
17219 test -z "$ac_c_werror_flag" ||
17220 test ! -s conftest.err
17221 } && test -s conftest$ac_exeext &&
17222 $as_test_x conftest$ac_exeext; then
17223 case "$LIBEXT" in
17224 dll) ;;
17225 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'` ;;
17226 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17227 esac
17228 else
17229 echo "$as_me: failed program was:" >&5
17230 sed 's/^/| /' conftest.$ac_ext >&5
17235 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17236 conftest$ac_exeext conftest.$ac_ext
17237 LIBS=$ac_check_soname_save_LIBS
17239 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17240 { echo "$as_me:$LINENO: result: not found" >&5
17241 echo "${ECHO_T}not found" >&6; }
17242 cat >>confdefs.h <<_ACEOF
17243 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17244 _ACEOF
17246 else
17247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17248 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17250 cat >>confdefs.h <<_ACEOF
17251 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17252 _ACEOF
17258 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17259 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17260 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17261 "$ac_cv_header_soundcard_h" != "yes" -a \
17262 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17263 then
17264 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17268 EXTRACFLAGS=""
17270 if test "x${GCC}" = "xyes"
17271 then
17272 EXTRACFLAGS="-Wall -pipe"
17274 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17275 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17276 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17277 echo $ECHO_N "(cached) $ECHO_C" >&6
17278 else
17279 if test "$cross_compiling" = yes; then
17280 ac_cv_c_gcc_strength_bug="yes"
17281 else
17282 cat >conftest.$ac_ext <<_ACEOF
17283 /* confdefs.h. */
17284 _ACEOF
17285 cat confdefs.h >>conftest.$ac_ext
17286 cat >>conftest.$ac_ext <<_ACEOF
17287 /* end confdefs.h. */
17288 int L[4] = {0,1,2,3};
17290 main ()
17292 static int Array[3];
17293 unsigned int B = 3;
17294 int i;
17295 for(i=0; i<B; i++) Array[i] = i - 3;
17296 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17297 L[i] = 4;
17298 return (Array[1] != -2 || L[2] != 3)
17300 return 0;
17302 _ACEOF
17303 rm -f conftest$ac_exeext
17304 if { (ac_try="$ac_link"
17305 case "(($ac_try" in
17306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17307 *) ac_try_echo=$ac_try;;
17308 esac
17309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17310 (eval "$ac_link") 2>&5
17311 ac_status=$?
17312 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17313 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17314 { (case "(($ac_try" in
17315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17316 *) ac_try_echo=$ac_try;;
17317 esac
17318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17319 (eval "$ac_try") 2>&5
17320 ac_status=$?
17321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17322 (exit $ac_status); }; }; then
17323 ac_cv_c_gcc_strength_bug="no"
17324 else
17325 echo "$as_me: program exited with status $ac_status" >&5
17326 echo "$as_me: failed program was:" >&5
17327 sed 's/^/| /' conftest.$ac_ext >&5
17329 ( exit $ac_status )
17330 ac_cv_c_gcc_strength_bug="yes"
17332 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17337 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17338 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17339 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17340 then
17341 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17344 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17345 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17346 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17347 echo $ECHO_N "(cached) $ECHO_C" >&6
17348 else
17349 ac_wine_try_cflags_saved=$CFLAGS
17350 CFLAGS="$CFLAGS -fno-builtin"
17351 cat >conftest.$ac_ext <<_ACEOF
17352 /* confdefs.h. */
17353 _ACEOF
17354 cat confdefs.h >>conftest.$ac_ext
17355 cat >>conftest.$ac_ext <<_ACEOF
17356 /* end confdefs.h. */
17357 int main(int argc, char *argv) { return 0; }
17358 _ACEOF
17359 rm -f conftest.$ac_objext conftest$ac_exeext
17360 if { (ac_try="$ac_link"
17361 case "(($ac_try" in
17362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17363 *) ac_try_echo=$ac_try;;
17364 esac
17365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17366 (eval "$ac_link") 2>conftest.er1
17367 ac_status=$?
17368 grep -v '^ *+' conftest.er1 >conftest.err
17369 rm -f conftest.er1
17370 cat conftest.err >&5
17371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17372 (exit $ac_status); } && {
17373 test -z "$ac_c_werror_flag" ||
17374 test ! -s conftest.err
17375 } && test -s conftest$ac_exeext &&
17376 $as_test_x conftest$ac_exeext; then
17377 ac_cv_cflags__fno_builtin=yes
17378 else
17379 echo "$as_me: failed program was:" >&5
17380 sed 's/^/| /' conftest.$ac_ext >&5
17382 ac_cv_cflags__fno_builtin=no
17385 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17386 conftest$ac_exeext conftest.$ac_ext
17387 CFLAGS=$ac_wine_try_cflags_saved
17389 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17390 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17391 if test $ac_cv_cflags__fno_builtin = yes; then
17392 BUILTINFLAG="-fno-builtin"
17396 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17397 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17398 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17399 echo $ECHO_N "(cached) $ECHO_C" >&6
17400 else
17401 ac_wine_try_cflags_saved=$CFLAGS
17402 CFLAGS="$CFLAGS -fno-strict-aliasing"
17403 cat >conftest.$ac_ext <<_ACEOF
17404 /* confdefs.h. */
17405 _ACEOF
17406 cat confdefs.h >>conftest.$ac_ext
17407 cat >>conftest.$ac_ext <<_ACEOF
17408 /* end confdefs.h. */
17409 int main(int argc, char *argv) { return 0; }
17410 _ACEOF
17411 rm -f conftest.$ac_objext conftest$ac_exeext
17412 if { (ac_try="$ac_link"
17413 case "(($ac_try" in
17414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17415 *) ac_try_echo=$ac_try;;
17416 esac
17417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17418 (eval "$ac_link") 2>conftest.er1
17419 ac_status=$?
17420 grep -v '^ *+' conftest.er1 >conftest.err
17421 rm -f conftest.er1
17422 cat conftest.err >&5
17423 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17424 (exit $ac_status); } && {
17425 test -z "$ac_c_werror_flag" ||
17426 test ! -s conftest.err
17427 } && test -s conftest$ac_exeext &&
17428 $as_test_x conftest$ac_exeext; then
17429 ac_cv_cflags__fno_strict_aliasing=yes
17430 else
17431 echo "$as_me: failed program was:" >&5
17432 sed 's/^/| /' conftest.$ac_ext >&5
17434 ac_cv_cflags__fno_strict_aliasing=no
17437 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17438 conftest$ac_exeext conftest.$ac_ext
17439 CFLAGS=$ac_wine_try_cflags_saved
17441 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17442 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17443 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17444 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17447 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17448 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17449 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17450 echo $ECHO_N "(cached) $ECHO_C" >&6
17451 else
17452 ac_wine_try_cflags_saved=$CFLAGS
17453 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17454 cat >conftest.$ac_ext <<_ACEOF
17455 /* confdefs.h. */
17456 _ACEOF
17457 cat confdefs.h >>conftest.$ac_ext
17458 cat >>conftest.$ac_ext <<_ACEOF
17459 /* end confdefs.h. */
17460 int main(int argc, char *argv) { return 0; }
17461 _ACEOF
17462 rm -f conftest.$ac_objext conftest$ac_exeext
17463 if { (ac_try="$ac_link"
17464 case "(($ac_try" in
17465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17466 *) ac_try_echo=$ac_try;;
17467 esac
17468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17469 (eval "$ac_link") 2>conftest.er1
17470 ac_status=$?
17471 grep -v '^ *+' conftest.er1 >conftest.err
17472 rm -f conftest.er1
17473 cat conftest.err >&5
17474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17475 (exit $ac_status); } && {
17476 test -z "$ac_c_werror_flag" ||
17477 test ! -s conftest.err
17478 } && test -s conftest$ac_exeext &&
17479 $as_test_x conftest$ac_exeext; then
17480 ac_cv_cflags__Wdeclaration_after_statement=yes
17481 else
17482 echo "$as_me: failed program was:" >&5
17483 sed 's/^/| /' conftest.$ac_ext >&5
17485 ac_cv_cflags__Wdeclaration_after_statement=no
17488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17489 conftest$ac_exeext conftest.$ac_ext
17490 CFLAGS=$ac_wine_try_cflags_saved
17492 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17493 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17494 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17495 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17498 { echo "$as_me:$LINENO: checking whether the compiler supports -Wstrict-prototypes" >&5
17499 echo $ECHO_N "checking whether the compiler supports -Wstrict-prototypes... $ECHO_C" >&6; }
17500 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then
17501 echo $ECHO_N "(cached) $ECHO_C" >&6
17502 else
17503 ac_wine_try_cflags_saved=$CFLAGS
17504 CFLAGS="$CFLAGS -Wstrict-prototypes"
17505 cat >conftest.$ac_ext <<_ACEOF
17506 /* confdefs.h. */
17507 _ACEOF
17508 cat confdefs.h >>conftest.$ac_ext
17509 cat >>conftest.$ac_ext <<_ACEOF
17510 /* end confdefs.h. */
17511 int main(int argc, char *argv) { return 0; }
17512 _ACEOF
17513 rm -f conftest.$ac_objext conftest$ac_exeext
17514 if { (ac_try="$ac_link"
17515 case "(($ac_try" in
17516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17517 *) ac_try_echo=$ac_try;;
17518 esac
17519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17520 (eval "$ac_link") 2>conftest.er1
17521 ac_status=$?
17522 grep -v '^ *+' conftest.er1 >conftest.err
17523 rm -f conftest.er1
17524 cat conftest.err >&5
17525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17526 (exit $ac_status); } && {
17527 test -z "$ac_c_werror_flag" ||
17528 test ! -s conftest.err
17529 } && test -s conftest$ac_exeext &&
17530 $as_test_x conftest$ac_exeext; then
17531 ac_cv_cflags__Wstrict_prototypes=yes
17532 else
17533 echo "$as_me: failed program was:" >&5
17534 sed 's/^/| /' conftest.$ac_ext >&5
17536 ac_cv_cflags__Wstrict_prototypes=no
17539 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17540 conftest$ac_exeext conftest.$ac_ext
17541 CFLAGS=$ac_wine_try_cflags_saved
17543 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17544 echo "${ECHO_T}$ac_cv_cflags__Wstrict_prototypes" >&6; }
17545 if test $ac_cv_cflags__Wstrict_prototypes = yes; then
17546 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17549 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17550 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17551 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17553 else
17554 ac_wine_try_cflags_saved=$CFLAGS
17555 CFLAGS="$CFLAGS -Wwrite-strings"
17556 cat >conftest.$ac_ext <<_ACEOF
17557 /* confdefs.h. */
17558 _ACEOF
17559 cat confdefs.h >>conftest.$ac_ext
17560 cat >>conftest.$ac_ext <<_ACEOF
17561 /* end confdefs.h. */
17562 int main(int argc, char *argv) { return 0; }
17563 _ACEOF
17564 rm -f conftest.$ac_objext conftest$ac_exeext
17565 if { (ac_try="$ac_link"
17566 case "(($ac_try" in
17567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17568 *) ac_try_echo=$ac_try;;
17569 esac
17570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17571 (eval "$ac_link") 2>conftest.er1
17572 ac_status=$?
17573 grep -v '^ *+' conftest.er1 >conftest.err
17574 rm -f conftest.er1
17575 cat conftest.err >&5
17576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17577 (exit $ac_status); } && {
17578 test -z "$ac_c_werror_flag" ||
17579 test ! -s conftest.err
17580 } && test -s conftest$ac_exeext &&
17581 $as_test_x conftest$ac_exeext; then
17582 ac_cv_cflags__Wwrite_strings=yes
17583 else
17584 echo "$as_me: failed program was:" >&5
17585 sed 's/^/| /' conftest.$ac_ext >&5
17587 ac_cv_cflags__Wwrite_strings=no
17590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17591 conftest$ac_exeext conftest.$ac_ext
17592 CFLAGS=$ac_wine_try_cflags_saved
17594 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17595 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17596 if test $ac_cv_cflags__Wwrite_strings = yes; then
17597 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17600 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17601 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17602 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17603 echo $ECHO_N "(cached) $ECHO_C" >&6
17604 else
17605 ac_wine_try_cflags_saved=$CFLAGS
17606 CFLAGS="$CFLAGS -Wtype-limits"
17607 cat >conftest.$ac_ext <<_ACEOF
17608 /* confdefs.h. */
17609 _ACEOF
17610 cat confdefs.h >>conftest.$ac_ext
17611 cat >>conftest.$ac_ext <<_ACEOF
17612 /* end confdefs.h. */
17613 int main(int argc, char *argv) { return 0; }
17614 _ACEOF
17615 rm -f conftest.$ac_objext conftest$ac_exeext
17616 if { (ac_try="$ac_link"
17617 case "(($ac_try" in
17618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17619 *) ac_try_echo=$ac_try;;
17620 esac
17621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17622 (eval "$ac_link") 2>conftest.er1
17623 ac_status=$?
17624 grep -v '^ *+' conftest.er1 >conftest.err
17625 rm -f conftest.er1
17626 cat conftest.err >&5
17627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17628 (exit $ac_status); } && {
17629 test -z "$ac_c_werror_flag" ||
17630 test ! -s conftest.err
17631 } && test -s conftest$ac_exeext &&
17632 $as_test_x conftest$ac_exeext; then
17633 ac_cv_cflags__Wtype_limits=yes
17634 else
17635 echo "$as_me: failed program was:" >&5
17636 sed 's/^/| /' conftest.$ac_ext >&5
17638 ac_cv_cflags__Wtype_limits=no
17641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17642 conftest$ac_exeext conftest.$ac_ext
17643 CFLAGS=$ac_wine_try_cflags_saved
17645 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17646 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17647 if test $ac_cv_cflags__Wtype_limits = yes; then
17648 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17652 saved_CFLAGS="$CFLAGS"
17653 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17654 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17655 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17656 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17657 echo $ECHO_N "(cached) $ECHO_C" >&6
17658 else
17659 cat >conftest.$ac_ext <<_ACEOF
17660 /* confdefs.h. */
17661 _ACEOF
17662 cat confdefs.h >>conftest.$ac_ext
17663 cat >>conftest.$ac_ext <<_ACEOF
17664 /* end confdefs.h. */
17665 #include <string.h>
17667 main ()
17671 return 0;
17673 _ACEOF
17674 rm -f conftest.$ac_objext
17675 if { (ac_try="$ac_compile"
17676 case "(($ac_try" in
17677 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17678 *) ac_try_echo=$ac_try;;
17679 esac
17680 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17681 (eval "$ac_compile") 2>conftest.er1
17682 ac_status=$?
17683 grep -v '^ *+' conftest.er1 >conftest.err
17684 rm -f conftest.er1
17685 cat conftest.err >&5
17686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17687 (exit $ac_status); } && {
17688 test -z "$ac_c_werror_flag" ||
17689 test ! -s conftest.err
17690 } && test -s conftest.$ac_objext; then
17691 ac_cv_c_string_h_warnings=no
17692 else
17693 echo "$as_me: failed program was:" >&5
17694 sed 's/^/| /' conftest.$ac_ext >&5
17696 ac_cv_c_string_h_warnings=yes
17699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17701 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17702 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17703 CFLAGS="$saved_CFLAGS"
17704 if test "$ac_cv_c_string_h_warnings" = "no"
17705 then
17706 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17709 if test "${enable_maintainer_mode+set}" = set
17710 then
17711 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17712 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17713 if test "${ac_cv_cflags__Werror+set}" = set; then
17714 echo $ECHO_N "(cached) $ECHO_C" >&6
17715 else
17716 ac_wine_try_cflags_saved=$CFLAGS
17717 CFLAGS="$CFLAGS -Werror"
17718 cat >conftest.$ac_ext <<_ACEOF
17719 /* confdefs.h. */
17720 _ACEOF
17721 cat confdefs.h >>conftest.$ac_ext
17722 cat >>conftest.$ac_ext <<_ACEOF
17723 /* end confdefs.h. */
17724 int main(int argc, char *argv) { return 0; }
17725 _ACEOF
17726 rm -f conftest.$ac_objext conftest$ac_exeext
17727 if { (ac_try="$ac_link"
17728 case "(($ac_try" in
17729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17730 *) ac_try_echo=$ac_try;;
17731 esac
17732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17733 (eval "$ac_link") 2>conftest.er1
17734 ac_status=$?
17735 grep -v '^ *+' conftest.er1 >conftest.err
17736 rm -f conftest.er1
17737 cat conftest.err >&5
17738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17739 (exit $ac_status); } && {
17740 test -z "$ac_c_werror_flag" ||
17741 test ! -s conftest.err
17742 } && test -s conftest$ac_exeext &&
17743 $as_test_x conftest$ac_exeext; then
17744 ac_cv_cflags__Werror=yes
17745 else
17746 echo "$as_me: failed program was:" >&5
17747 sed 's/^/| /' conftest.$ac_ext >&5
17749 ac_cv_cflags__Werror=no
17752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17753 conftest$ac_exeext conftest.$ac_ext
17754 CFLAGS=$ac_wine_try_cflags_saved
17756 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17757 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17758 if test $ac_cv_cflags__Werror = yes; then
17759 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17764 saved_CFLAGS="$CFLAGS"
17765 CFLAGS="$CFLAGS -Werror"
17766 { echo "$as_me:$LINENO: checking for ms_hook_prologue attribute" >&5
17767 echo $ECHO_N "checking for ms_hook_prologue attribute... $ECHO_C" >&6; }
17768 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then
17769 echo $ECHO_N "(cached) $ECHO_C" >&6
17770 else
17771 cat >conftest.$ac_ext <<_ACEOF
17772 /* confdefs.h. */
17773 _ACEOF
17774 cat confdefs.h >>conftest.$ac_ext
17775 cat >>conftest.$ac_ext <<_ACEOF
17776 /* end confdefs.h. */
17777 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
17779 main ()
17783 return 0;
17785 _ACEOF
17786 rm -f conftest.$ac_objext
17787 if { (ac_try="$ac_compile"
17788 case "(($ac_try" in
17789 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17790 *) ac_try_echo=$ac_try;;
17791 esac
17792 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17793 (eval "$ac_compile") 2>conftest.er1
17794 ac_status=$?
17795 grep -v '^ *+' conftest.er1 >conftest.err
17796 rm -f conftest.er1
17797 cat conftest.err >&5
17798 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17799 (exit $ac_status); } && {
17800 test -z "$ac_c_werror_flag" ||
17801 test ! -s conftest.err
17802 } && test -s conftest.$ac_objext; then
17803 ac_cv_have_ms_hook_prologue="yes"
17804 else
17805 echo "$as_me: failed program was:" >&5
17806 sed 's/^/| /' conftest.$ac_ext >&5
17808 ac_cv_have_ms_hook_prologue="no"
17811 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17813 { echo "$as_me:$LINENO: result: $ac_cv_have_ms_hook_prologue" >&5
17814 echo "${ECHO_T}$ac_cv_have_ms_hook_prologue" >&6; }
17815 CFLAGS="$saved_CFLAGS"
17816 if test "$ac_cv_have_ms_hook_prologue" = "yes"
17817 then
17819 cat >>confdefs.h <<\_ACEOF
17820 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))
17821 _ACEOF
17823 else
17824 cat >>confdefs.h <<\_ACEOF
17825 #define DECLSPEC_HOTPATCH /* */
17826 _ACEOF
17832 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17833 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17834 if test "${ac_cv_c_extern_prefix+set}" = set; then
17835 echo $ECHO_N "(cached) $ECHO_C" >&6
17836 else
17837 cat >conftest.$ac_ext <<_ACEOF
17838 /* confdefs.h. */
17839 _ACEOF
17840 cat confdefs.h >>conftest.$ac_ext
17841 cat >>conftest.$ac_ext <<_ACEOF
17842 /* end confdefs.h. */
17843 extern int ac_test;
17845 main ()
17847 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17849 return 0;
17851 _ACEOF
17852 rm -f conftest.$ac_objext conftest$ac_exeext
17853 if { (ac_try="$ac_link"
17854 case "(($ac_try" in
17855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17856 *) ac_try_echo=$ac_try;;
17857 esac
17858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17859 (eval "$ac_link") 2>conftest.er1
17860 ac_status=$?
17861 grep -v '^ *+' conftest.er1 >conftest.err
17862 rm -f conftest.er1
17863 cat conftest.err >&5
17864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17865 (exit $ac_status); } && {
17866 test -z "$ac_c_werror_flag" ||
17867 test ! -s conftest.err
17868 } && test -s conftest$ac_exeext &&
17869 $as_test_x conftest$ac_exeext; then
17870 ac_cv_c_extern_prefix="yes"
17871 else
17872 echo "$as_me: failed program was:" >&5
17873 sed 's/^/| /' conftest.$ac_ext >&5
17875 ac_cv_c_extern_prefix="no"
17878 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17879 conftest$ac_exeext conftest.$ac_ext
17881 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17882 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17884 case $host_cpu in
17885 *i[3456789]86*)
17886 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17887 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17888 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17889 echo $ECHO_N "(cached) $ECHO_C" >&6
17890 else
17891 cat >conftest.$ac_ext <<_ACEOF
17892 /* confdefs.h. */
17893 _ACEOF
17894 cat confdefs.h >>conftest.$ac_ext
17895 cat >>conftest.$ac_ext <<_ACEOF
17896 /* end confdefs.h. */
17897 #ifndef _MSC_VER
17898 #define __stdcall __attribute__((__stdcall__))
17899 #endif
17900 int __stdcall ac_test(int i) { return i; }
17902 main ()
17904 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17906 return 0;
17908 _ACEOF
17909 rm -f conftest.$ac_objext conftest$ac_exeext
17910 if { (ac_try="$ac_link"
17911 case "(($ac_try" in
17912 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17913 *) ac_try_echo=$ac_try;;
17914 esac
17915 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17916 (eval "$ac_link") 2>conftest.er1
17917 ac_status=$?
17918 grep -v '^ *+' conftest.er1 >conftest.err
17919 rm -f conftest.er1
17920 cat conftest.err >&5
17921 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17922 (exit $ac_status); } && {
17923 test -z "$ac_c_werror_flag" ||
17924 test ! -s conftest.err
17925 } && test -s conftest$ac_exeext &&
17926 $as_test_x conftest$ac_exeext; then
17927 ac_cv_c_stdcall_suffix="yes"
17928 else
17929 echo "$as_me: failed program was:" >&5
17930 sed 's/^/| /' conftest.$ac_ext >&5
17932 ac_cv_c_stdcall_suffix="no"
17935 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17936 conftest$ac_exeext conftest.$ac_ext
17938 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17939 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17940 *) ac_cv_c_stdcall_suffix="no" ;;
17941 esac
17945 if test "$ac_cv_c_extern_prefix" = "yes"
17946 then
17947 cat >>confdefs.h <<\_ACEOF
17948 #define __ASM_NAME(name) "_" name
17949 _ACEOF
17951 asm_name_prefix="_"
17952 else
17953 cat >>confdefs.h <<\_ACEOF
17954 #define __ASM_NAME(name) name
17955 _ACEOF
17957 asm_name_prefix=""
17962 if test "$ac_cv_c_stdcall_suffix" = "yes"
17963 then
17964 cat >>confdefs.h <<\_ACEOF
17965 #define __ASM_STDCALL(args) "@" #args
17966 _ACEOF
17968 else
17969 cat >>confdefs.h <<\_ACEOF
17970 #define __ASM_STDCALL(args) ""
17971 _ACEOF
17976 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
17977 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
17978 if test "${ac_cv_asm_func_def+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. */
17989 main ()
17991 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
17993 return 0;
17995 _ACEOF
17996 rm -f conftest.$ac_objext conftest$ac_exeext
17997 if { (ac_try="$ac_link"
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_link") 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_exeext &&
18013 $as_test_x conftest$ac_exeext; then
18014 ac_cv_asm_func_def=".def"
18015 else
18016 echo "$as_me: failed program was:" >&5
18017 sed 's/^/| /' conftest.$ac_ext >&5
18019 cat >conftest.$ac_ext <<_ACEOF
18020 /* confdefs.h. */
18021 _ACEOF
18022 cat confdefs.h >>conftest.$ac_ext
18023 cat >>conftest.$ac_ext <<_ACEOF
18024 /* end confdefs.h. */
18027 main ()
18029 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18031 return 0;
18033 _ACEOF
18034 rm -f conftest.$ac_objext conftest$ac_exeext
18035 if { (ac_try="$ac_link"
18036 case "(($ac_try" in
18037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18038 *) ac_try_echo=$ac_try;;
18039 esac
18040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18041 (eval "$ac_link") 2>conftest.er1
18042 ac_status=$?
18043 grep -v '^ *+' conftest.er1 >conftest.err
18044 rm -f conftest.er1
18045 cat conftest.err >&5
18046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18047 (exit $ac_status); } && {
18048 test -z "$ac_c_werror_flag" ||
18049 test ! -s conftest.err
18050 } && test -s conftest$ac_exeext &&
18051 $as_test_x conftest$ac_exeext; then
18052 ac_cv_asm_func_def=".type @function"
18053 else
18054 echo "$as_me: failed program was:" >&5
18055 sed 's/^/| /' conftest.$ac_ext >&5
18057 cat >conftest.$ac_ext <<_ACEOF
18058 /* confdefs.h. */
18059 _ACEOF
18060 cat confdefs.h >>conftest.$ac_ext
18061 cat >>conftest.$ac_ext <<_ACEOF
18062 /* end confdefs.h. */
18065 main ()
18067 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18069 return 0;
18071 _ACEOF
18072 rm -f conftest.$ac_objext conftest$ac_exeext
18073 if { (ac_try="$ac_link"
18074 case "(($ac_try" in
18075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18076 *) ac_try_echo=$ac_try;;
18077 esac
18078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18079 (eval "$ac_link") 2>conftest.er1
18080 ac_status=$?
18081 grep -v '^ *+' conftest.er1 >conftest.err
18082 rm -f conftest.er1
18083 cat conftest.err >&5
18084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18085 (exit $ac_status); } && {
18086 test -z "$ac_c_werror_flag" ||
18087 test ! -s conftest.err
18088 } && test -s conftest$ac_exeext &&
18089 $as_test_x conftest$ac_exeext; then
18090 ac_cv_asm_func_def=".type 2"
18091 else
18092 echo "$as_me: failed program was:" >&5
18093 sed 's/^/| /' conftest.$ac_ext >&5
18095 ac_cv_asm_func_def="unknown"
18098 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18099 conftest$ac_exeext conftest.$ac_ext
18102 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18103 conftest$ac_exeext conftest.$ac_ext
18106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18107 conftest$ac_exeext conftest.$ac_ext
18109 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18110 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
18114 case "$ac_cv_asm_func_def" in
18115 ".def")
18116 cat >>confdefs.h <<\_ACEOF
18117 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18118 _ACEOF
18120 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18121 ".type @function")
18122 cat >>confdefs.h <<\_ACEOF
18123 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18124 _ACEOF
18126 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18127 ".type 2")
18128 cat >>confdefs.h <<\_ACEOF
18129 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18130 _ACEOF
18132 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18134 cat >>confdefs.h <<\_ACEOF
18135 #define __ASM_FUNC(name) ""
18136 _ACEOF
18138 asm_func_header="" ;;
18139 esac
18141 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18142 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
18143 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18144 echo $ECHO_N "(cached) $ECHO_C" >&6
18145 else
18146 cat >conftest.$ac_ext <<_ACEOF
18147 /* confdefs.h. */
18148 _ACEOF
18149 cat confdefs.h >>conftest.$ac_ext
18150 cat >>conftest.$ac_ext <<_ACEOF
18151 /* end confdefs.h. */
18152 asm(".text\n\t.long 0");
18154 main ()
18158 return 0;
18160 _ACEOF
18161 rm -f conftest.$ac_objext
18162 if { (ac_try="$ac_compile"
18163 case "(($ac_try" in
18164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18165 *) ac_try_echo=$ac_try;;
18166 esac
18167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18168 (eval "$ac_compile") 2>conftest.er1
18169 ac_status=$?
18170 grep -v '^ *+' conftest.er1 >conftest.err
18171 rm -f conftest.er1
18172 cat conftest.err >&5
18173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18174 (exit $ac_status); } && {
18175 test -z "$ac_c_werror_flag" ||
18176 test ! -s conftest.err
18177 } && test -s conftest.$ac_objext; then
18178 ac_cv_c_asm_outside_funcs="yes"
18179 else
18180 echo "$as_me: failed program was:" >&5
18181 sed 's/^/| /' conftest.$ac_ext >&5
18183 ac_cv_c_asm_outside_funcs="no"
18186 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18188 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18189 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18191 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18192 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18193 if test "${ac_cv_c_dot_previous+set}" = set; then
18194 echo $ECHO_N "(cached) $ECHO_C" >&6
18195 else
18196 cat >conftest.$ac_ext <<_ACEOF
18197 /* confdefs.h. */
18198 _ACEOF
18199 cat confdefs.h >>conftest.$ac_ext
18200 cat >>conftest.$ac_ext <<_ACEOF
18201 /* end confdefs.h. */
18204 main ()
18206 asm(".text\nac_test:\t.long 0\n\t.previous");
18208 return 0;
18210 _ACEOF
18211 rm -f conftest.$ac_objext conftest$ac_exeext
18212 if { (ac_try="$ac_link"
18213 case "(($ac_try" in
18214 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18215 *) ac_try_echo=$ac_try;;
18216 esac
18217 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18218 (eval "$ac_link") 2>conftest.er1
18219 ac_status=$?
18220 grep -v '^ *+' conftest.er1 >conftest.err
18221 rm -f conftest.er1
18222 cat conftest.err >&5
18223 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18224 (exit $ac_status); } && {
18225 test -z "$ac_c_werror_flag" ||
18226 test ! -s conftest.err
18227 } && test -s conftest$ac_exeext &&
18228 $as_test_x conftest$ac_exeext; then
18229 ac_cv_c_dot_previous="yes"
18230 else
18231 echo "$as_me: failed program was:" >&5
18232 sed 's/^/| /' conftest.$ac_ext >&5
18234 ac_cv_c_dot_previous="no"
18237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18238 conftest$ac_exeext conftest.$ac_ext
18240 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18241 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18243 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18244 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18245 if test "${ac_cv_c_cfi_support+set}" = set; then
18246 echo $ECHO_N "(cached) $ECHO_C" >&6
18247 else
18248 cat >conftest.$ac_ext <<_ACEOF
18249 /* confdefs.h. */
18250 _ACEOF
18251 cat confdefs.h >>conftest.$ac_ext
18252 cat >>conftest.$ac_ext <<_ACEOF
18253 /* end confdefs.h. */
18254 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18256 main ()
18260 return 0;
18262 _ACEOF
18263 rm -f conftest.$ac_objext
18264 if { (ac_try="$ac_compile"
18265 case "(($ac_try" in
18266 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18267 *) ac_try_echo=$ac_try;;
18268 esac
18269 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18270 (eval "$ac_compile") 2>conftest.er1
18271 ac_status=$?
18272 grep -v '^ *+' conftest.er1 >conftest.err
18273 rm -f conftest.er1
18274 cat conftest.err >&5
18275 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18276 (exit $ac_status); } && {
18277 test -z "$ac_c_werror_flag" ||
18278 test ! -s conftest.err
18279 } && test -s conftest.$ac_objext; then
18280 ac_cv_c_cfi_support="yes"
18281 else
18282 echo "$as_me: failed program was:" >&5
18283 sed 's/^/| /' conftest.$ac_ext >&5
18285 ac_cv_c_cfi_support="no"
18288 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18290 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18291 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18293 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18294 asm_func_trailer=""
18295 if test "$ac_cv_c_dot_previous" = "yes"
18296 then
18297 asm_func_trailer="\\n\\t.previous"
18299 if test "$ac_cv_c_cfi_support" = "yes"
18300 then
18301 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18302 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18304 cat >>confdefs.h <<\_ACEOF
18305 #define __ASM_CFI(str) str
18306 _ACEOF
18308 else
18309 cat >>confdefs.h <<\_ACEOF
18310 #define __ASM_CFI(str) ""
18311 _ACEOF
18315 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18319 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18320 then
18321 cat >>confdefs.h <<_ACEOF
18322 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18323 _ACEOF
18325 else
18326 cat >>confdefs.h <<_ACEOF
18327 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18328 _ACEOF
18332 cat >>confdefs.h <<\_ACEOF
18333 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18334 _ACEOF
18337 cat >>confdefs.h <<\_ACEOF
18338 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18339 _ACEOF
18343 LDPATH=""
18345 case $build_os in
18346 cygwin*|mingw32*)
18347 TOOLSEXT=".exe"
18349 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18351 darwin*|macosx*)
18354 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18356 esac
18358 case $host_os in
18359 mingw32*)
18360 CRTLIBS="-lmsvcrt"
18362 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18365 esac
18367 MAIN_BINARY="wine"
18369 test -z "$with_wine64" || MAIN_BINARY="wine32"
18371 case $host_cpu in
18372 *i[3456789]86*)
18373 case $host_os in
18374 linux*)
18375 EXTRA_BINARIES="wine-preloader"
18377 esac
18379 esac
18382 ac_save_CFLAGS="$CFLAGS"
18383 CFLAGS="$CFLAGS $BUILTINFLAG"
18456 for ac_func in \
18457 _pclose \
18458 _popen \
18459 _snprintf \
18460 _spawnvp \
18461 _strdup \
18462 _stricmp \
18463 _strnicmp \
18464 _strtoi64 \
18465 _strtoui64 \
18466 _vsnprintf \
18467 asctime_r \
18468 chsize \
18469 dlopen \
18470 epoll_create \
18471 ffs \
18472 finite \
18473 fnmatch \
18474 fork \
18475 fpclass \
18476 fstatfs \
18477 fstatvfs \
18478 ftruncate \
18479 futimes \
18480 futimesat \
18481 getdirentries \
18482 getopt_long \
18483 getpagesize \
18484 getpwuid \
18485 gettid \
18486 gettimeofday \
18487 getuid \
18488 kqueue \
18489 lstat \
18490 memmove \
18491 mmap \
18492 pclose \
18493 pipe2 \
18494 poll \
18495 popen \
18496 port_create \
18497 prctl \
18498 pread \
18499 pwrite \
18500 readdir \
18501 readlink \
18502 sched_setaffinity \
18503 sched_yield \
18504 select \
18505 setproctitle \
18506 setrlimit \
18507 settimeofday \
18508 sigaltstack \
18509 sigprocmask \
18510 snprintf \
18511 spawnvp \
18512 statfs \
18513 statvfs \
18514 strcasecmp \
18515 strdup \
18516 strerror \
18517 strncasecmp \
18518 strtold \
18519 strtoll \
18520 strtoull \
18521 symlink \
18522 tcgetattr \
18523 thr_kill2 \
18524 timegm \
18525 usleep \
18526 vsnprintf \
18527 wait4 \
18528 waitpid \
18531 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18532 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18533 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18534 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18535 echo $ECHO_N "(cached) $ECHO_C" >&6
18536 else
18537 cat >conftest.$ac_ext <<_ACEOF
18538 /* confdefs.h. */
18539 _ACEOF
18540 cat confdefs.h >>conftest.$ac_ext
18541 cat >>conftest.$ac_ext <<_ACEOF
18542 /* end confdefs.h. */
18543 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18544 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18545 #define $ac_func innocuous_$ac_func
18547 /* System header to define __stub macros and hopefully few prototypes,
18548 which can conflict with char $ac_func (); below.
18549 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18550 <limits.h> exists even on freestanding compilers. */
18552 #ifdef __STDC__
18553 # include <limits.h>
18554 #else
18555 # include <assert.h>
18556 #endif
18558 #undef $ac_func
18560 /* Override any GCC internal prototype to avoid an error.
18561 Use char because int might match the return type of a GCC
18562 builtin and then its argument prototype would still apply. */
18563 #ifdef __cplusplus
18564 extern "C"
18565 #endif
18566 char $ac_func ();
18567 /* The GNU C library defines this for functions which it implements
18568 to always fail with ENOSYS. Some functions are actually named
18569 something starting with __ and the normal name is an alias. */
18570 #if defined __stub_$ac_func || defined __stub___$ac_func
18571 choke me
18572 #endif
18575 main ()
18577 return $ac_func ();
18579 return 0;
18581 _ACEOF
18582 rm -f conftest.$ac_objext conftest$ac_exeext
18583 if { (ac_try="$ac_link"
18584 case "(($ac_try" in
18585 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18586 *) ac_try_echo=$ac_try;;
18587 esac
18588 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18589 (eval "$ac_link") 2>conftest.er1
18590 ac_status=$?
18591 grep -v '^ *+' conftest.er1 >conftest.err
18592 rm -f conftest.er1
18593 cat conftest.err >&5
18594 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18595 (exit $ac_status); } && {
18596 test -z "$ac_c_werror_flag" ||
18597 test ! -s conftest.err
18598 } && test -s conftest$ac_exeext &&
18599 $as_test_x conftest$ac_exeext; then
18600 eval "$as_ac_var=yes"
18601 else
18602 echo "$as_me: failed program was:" >&5
18603 sed 's/^/| /' conftest.$ac_ext >&5
18605 eval "$as_ac_var=no"
18608 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18609 conftest$ac_exeext conftest.$ac_ext
18611 ac_res=`eval echo '${'$as_ac_var'}'`
18612 { echo "$as_me:$LINENO: result: $ac_res" >&5
18613 echo "${ECHO_T}$ac_res" >&6; }
18614 if test `eval echo '${'$as_ac_var'}'` = yes; then
18615 cat >>confdefs.h <<_ACEOF
18616 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18617 _ACEOF
18620 done
18622 CFLAGS="$ac_save_CFLAGS"
18624 if test "$ac_cv_func_dlopen" = no
18625 then
18626 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18627 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18628 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18629 echo $ECHO_N "(cached) $ECHO_C" >&6
18630 else
18631 ac_check_lib_save_LIBS=$LIBS
18632 LIBS="-ldl $LIBS"
18633 cat >conftest.$ac_ext <<_ACEOF
18634 /* confdefs.h. */
18635 _ACEOF
18636 cat confdefs.h >>conftest.$ac_ext
18637 cat >>conftest.$ac_ext <<_ACEOF
18638 /* end confdefs.h. */
18640 /* Override any GCC internal prototype to avoid an error.
18641 Use char because int might match the return type of a GCC
18642 builtin and then its argument prototype would still apply. */
18643 #ifdef __cplusplus
18644 extern "C"
18645 #endif
18646 char dlopen ();
18648 main ()
18650 return dlopen ();
18652 return 0;
18654 _ACEOF
18655 rm -f conftest.$ac_objext conftest$ac_exeext
18656 if { (ac_try="$ac_link"
18657 case "(($ac_try" in
18658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18659 *) ac_try_echo=$ac_try;;
18660 esac
18661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18662 (eval "$ac_link") 2>conftest.er1
18663 ac_status=$?
18664 grep -v '^ *+' conftest.er1 >conftest.err
18665 rm -f conftest.er1
18666 cat conftest.err >&5
18667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18668 (exit $ac_status); } && {
18669 test -z "$ac_c_werror_flag" ||
18670 test ! -s conftest.err
18671 } && test -s conftest$ac_exeext &&
18672 $as_test_x conftest$ac_exeext; then
18673 ac_cv_lib_dl_dlopen=yes
18674 else
18675 echo "$as_me: failed program was:" >&5
18676 sed 's/^/| /' conftest.$ac_ext >&5
18678 ac_cv_lib_dl_dlopen=no
18681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18682 conftest$ac_exeext conftest.$ac_ext
18683 LIBS=$ac_check_lib_save_LIBS
18685 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18686 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18687 if test $ac_cv_lib_dl_dlopen = yes; then
18688 cat >>confdefs.h <<\_ACEOF
18689 #define HAVE_DLOPEN 1
18690 _ACEOF
18691 LIBDL="-ldl"
18696 ac_wine_check_funcs_save_LIBS="$LIBS"
18697 LIBS="$LIBS $LIBDL"
18699 for ac_func in dladdr
18701 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18702 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18703 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18704 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18705 echo $ECHO_N "(cached) $ECHO_C" >&6
18706 else
18707 cat >conftest.$ac_ext <<_ACEOF
18708 /* confdefs.h. */
18709 _ACEOF
18710 cat confdefs.h >>conftest.$ac_ext
18711 cat >>conftest.$ac_ext <<_ACEOF
18712 /* end confdefs.h. */
18713 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18714 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18715 #define $ac_func innocuous_$ac_func
18717 /* System header to define __stub macros and hopefully few prototypes,
18718 which can conflict with char $ac_func (); below.
18719 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18720 <limits.h> exists even on freestanding compilers. */
18722 #ifdef __STDC__
18723 # include <limits.h>
18724 #else
18725 # include <assert.h>
18726 #endif
18728 #undef $ac_func
18730 /* Override any GCC internal prototype to avoid an error.
18731 Use char because int might match the return type of a GCC
18732 builtin and then its argument prototype would still apply. */
18733 #ifdef __cplusplus
18734 extern "C"
18735 #endif
18736 char $ac_func ();
18737 /* The GNU C library defines this for functions which it implements
18738 to always fail with ENOSYS. Some functions are actually named
18739 something starting with __ and the normal name is an alias. */
18740 #if defined __stub_$ac_func || defined __stub___$ac_func
18741 choke me
18742 #endif
18745 main ()
18747 return $ac_func ();
18749 return 0;
18751 _ACEOF
18752 rm -f conftest.$ac_objext conftest$ac_exeext
18753 if { (ac_try="$ac_link"
18754 case "(($ac_try" in
18755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18756 *) ac_try_echo=$ac_try;;
18757 esac
18758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18759 (eval "$ac_link") 2>conftest.er1
18760 ac_status=$?
18761 grep -v '^ *+' conftest.er1 >conftest.err
18762 rm -f conftest.er1
18763 cat conftest.err >&5
18764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18765 (exit $ac_status); } && {
18766 test -z "$ac_c_werror_flag" ||
18767 test ! -s conftest.err
18768 } && test -s conftest$ac_exeext &&
18769 $as_test_x conftest$ac_exeext; then
18770 eval "$as_ac_var=yes"
18771 else
18772 echo "$as_me: failed program was:" >&5
18773 sed 's/^/| /' conftest.$ac_ext >&5
18775 eval "$as_ac_var=no"
18778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18779 conftest$ac_exeext conftest.$ac_ext
18781 ac_res=`eval echo '${'$as_ac_var'}'`
18782 { echo "$as_me:$LINENO: result: $ac_res" >&5
18783 echo "${ECHO_T}$ac_res" >&6; }
18784 if test `eval echo '${'$as_ac_var'}'` = yes; then
18785 cat >>confdefs.h <<_ACEOF
18786 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18787 _ACEOF
18790 done
18792 LIBS="$ac_wine_check_funcs_save_LIBS"
18794 if test "$ac_cv_func_poll" = no
18795 then
18796 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18797 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18798 if test "${ac_cv_lib_poll_poll+set}" = set; then
18799 echo $ECHO_N "(cached) $ECHO_C" >&6
18800 else
18801 ac_check_lib_save_LIBS=$LIBS
18802 LIBS="-lpoll $LIBS"
18803 cat >conftest.$ac_ext <<_ACEOF
18804 /* confdefs.h. */
18805 _ACEOF
18806 cat confdefs.h >>conftest.$ac_ext
18807 cat >>conftest.$ac_ext <<_ACEOF
18808 /* end confdefs.h. */
18810 /* Override any GCC internal prototype to avoid an error.
18811 Use char because int might match the return type of a GCC
18812 builtin and then its argument prototype would still apply. */
18813 #ifdef __cplusplus
18814 extern "C"
18815 #endif
18816 char poll ();
18818 main ()
18820 return poll ();
18822 return 0;
18824 _ACEOF
18825 rm -f conftest.$ac_objext conftest$ac_exeext
18826 if { (ac_try="$ac_link"
18827 case "(($ac_try" in
18828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18829 *) ac_try_echo=$ac_try;;
18830 esac
18831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18832 (eval "$ac_link") 2>conftest.er1
18833 ac_status=$?
18834 grep -v '^ *+' conftest.er1 >conftest.err
18835 rm -f conftest.er1
18836 cat conftest.err >&5
18837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18838 (exit $ac_status); } && {
18839 test -z "$ac_c_werror_flag" ||
18840 test ! -s conftest.err
18841 } && test -s conftest$ac_exeext &&
18842 $as_test_x conftest$ac_exeext; then
18843 ac_cv_lib_poll_poll=yes
18844 else
18845 echo "$as_me: failed program was:" >&5
18846 sed 's/^/| /' conftest.$ac_ext >&5
18848 ac_cv_lib_poll_poll=no
18851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18852 conftest$ac_exeext conftest.$ac_ext
18853 LIBS=$ac_check_lib_save_LIBS
18855 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18856 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18857 if test $ac_cv_lib_poll_poll = yes; then
18858 cat >>confdefs.h <<\_ACEOF
18859 #define HAVE_POLL 1
18860 _ACEOF
18861 LIBPOLL="-lpoll"
18867 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18868 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18869 if test "${ac_cv_search_gethostbyname+set}" = set; then
18870 echo $ECHO_N "(cached) $ECHO_C" >&6
18871 else
18872 ac_func_search_save_LIBS=$LIBS
18873 cat >conftest.$ac_ext <<_ACEOF
18874 /* confdefs.h. */
18875 _ACEOF
18876 cat confdefs.h >>conftest.$ac_ext
18877 cat >>conftest.$ac_ext <<_ACEOF
18878 /* end confdefs.h. */
18880 /* Override any GCC internal prototype to avoid an error.
18881 Use char because int might match the return type of a GCC
18882 builtin and then its argument prototype would still apply. */
18883 #ifdef __cplusplus
18884 extern "C"
18885 #endif
18886 char gethostbyname ();
18888 main ()
18890 return gethostbyname ();
18892 return 0;
18894 _ACEOF
18895 for ac_lib in '' nsl; do
18896 if test -z "$ac_lib"; then
18897 ac_res="none required"
18898 else
18899 ac_res=-l$ac_lib
18900 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18902 rm -f conftest.$ac_objext conftest$ac_exeext
18903 if { (ac_try="$ac_link"
18904 case "(($ac_try" in
18905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18906 *) ac_try_echo=$ac_try;;
18907 esac
18908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18909 (eval "$ac_link") 2>conftest.er1
18910 ac_status=$?
18911 grep -v '^ *+' conftest.er1 >conftest.err
18912 rm -f conftest.er1
18913 cat conftest.err >&5
18914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18915 (exit $ac_status); } && {
18916 test -z "$ac_c_werror_flag" ||
18917 test ! -s conftest.err
18918 } && test -s conftest$ac_exeext &&
18919 $as_test_x conftest$ac_exeext; then
18920 ac_cv_search_gethostbyname=$ac_res
18921 else
18922 echo "$as_me: failed program was:" >&5
18923 sed 's/^/| /' conftest.$ac_ext >&5
18928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18929 conftest$ac_exeext
18930 if test "${ac_cv_search_gethostbyname+set}" = set; then
18931 break
18933 done
18934 if test "${ac_cv_search_gethostbyname+set}" = set; then
18936 else
18937 ac_cv_search_gethostbyname=no
18939 rm conftest.$ac_ext
18940 LIBS=$ac_func_search_save_LIBS
18942 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18943 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18944 ac_res=$ac_cv_search_gethostbyname
18945 if test "$ac_res" != no; then
18946 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18951 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18952 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18953 if test "${ac_cv_search_connect+set}" = set; then
18954 echo $ECHO_N "(cached) $ECHO_C" >&6
18955 else
18956 ac_func_search_save_LIBS=$LIBS
18957 cat >conftest.$ac_ext <<_ACEOF
18958 /* confdefs.h. */
18959 _ACEOF
18960 cat confdefs.h >>conftest.$ac_ext
18961 cat >>conftest.$ac_ext <<_ACEOF
18962 /* end confdefs.h. */
18964 /* Override any GCC internal prototype to avoid an error.
18965 Use char because int might match the return type of a GCC
18966 builtin and then its argument prototype would still apply. */
18967 #ifdef __cplusplus
18968 extern "C"
18969 #endif
18970 char connect ();
18972 main ()
18974 return connect ();
18976 return 0;
18978 _ACEOF
18979 for ac_lib in '' socket; do
18980 if test -z "$ac_lib"; then
18981 ac_res="none required"
18982 else
18983 ac_res=-l$ac_lib
18984 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18986 rm -f conftest.$ac_objext conftest$ac_exeext
18987 if { (ac_try="$ac_link"
18988 case "(($ac_try" in
18989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18990 *) ac_try_echo=$ac_try;;
18991 esac
18992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18993 (eval "$ac_link") 2>conftest.er1
18994 ac_status=$?
18995 grep -v '^ *+' conftest.er1 >conftest.err
18996 rm -f conftest.er1
18997 cat conftest.err >&5
18998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18999 (exit $ac_status); } && {
19000 test -z "$ac_c_werror_flag" ||
19001 test ! -s conftest.err
19002 } && test -s conftest$ac_exeext &&
19003 $as_test_x conftest$ac_exeext; then
19004 ac_cv_search_connect=$ac_res
19005 else
19006 echo "$as_me: failed program was:" >&5
19007 sed 's/^/| /' conftest.$ac_ext >&5
19012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19013 conftest$ac_exeext
19014 if test "${ac_cv_search_connect+set}" = set; then
19015 break
19017 done
19018 if test "${ac_cv_search_connect+set}" = set; then
19020 else
19021 ac_cv_search_connect=no
19023 rm conftest.$ac_ext
19024 LIBS=$ac_func_search_save_LIBS
19026 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19027 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
19028 ac_res=$ac_cv_search_connect
19029 if test "$ac_res" != no; then
19030 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19035 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19036 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
19037 if test "${ac_cv_search_inet_aton+set}" = set; then
19038 echo $ECHO_N "(cached) $ECHO_C" >&6
19039 else
19040 ac_func_search_save_LIBS=$LIBS
19041 cat >conftest.$ac_ext <<_ACEOF
19042 /* confdefs.h. */
19043 _ACEOF
19044 cat confdefs.h >>conftest.$ac_ext
19045 cat >>conftest.$ac_ext <<_ACEOF
19046 /* end confdefs.h. */
19048 /* Override any GCC internal prototype to avoid an error.
19049 Use char because int might match the return type of a GCC
19050 builtin and then its argument prototype would still apply. */
19051 #ifdef __cplusplus
19052 extern "C"
19053 #endif
19054 char inet_aton ();
19056 main ()
19058 return inet_aton ();
19060 return 0;
19062 _ACEOF
19063 for ac_lib in '' resolv; do
19064 if test -z "$ac_lib"; then
19065 ac_res="none required"
19066 else
19067 ac_res=-l$ac_lib
19068 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19070 rm -f conftest.$ac_objext conftest$ac_exeext
19071 if { (ac_try="$ac_link"
19072 case "(($ac_try" in
19073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19074 *) ac_try_echo=$ac_try;;
19075 esac
19076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19077 (eval "$ac_link") 2>conftest.er1
19078 ac_status=$?
19079 grep -v '^ *+' conftest.er1 >conftest.err
19080 rm -f conftest.er1
19081 cat conftest.err >&5
19082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19083 (exit $ac_status); } && {
19084 test -z "$ac_c_werror_flag" ||
19085 test ! -s conftest.err
19086 } && test -s conftest$ac_exeext &&
19087 $as_test_x conftest$ac_exeext; then
19088 ac_cv_search_inet_aton=$ac_res
19089 else
19090 echo "$as_me: failed program was:" >&5
19091 sed 's/^/| /' conftest.$ac_ext >&5
19096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19097 conftest$ac_exeext
19098 if test "${ac_cv_search_inet_aton+set}" = set; then
19099 break
19101 done
19102 if test "${ac_cv_search_inet_aton+set}" = set; then
19104 else
19105 ac_cv_search_inet_aton=no
19107 rm conftest.$ac_ext
19108 LIBS=$ac_func_search_save_LIBS
19110 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19111 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
19112 ac_res=$ac_cv_search_inet_aton
19113 if test "$ac_res" != no; then
19114 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19130 for ac_func in \
19131 getaddrinfo \
19132 getnameinfo \
19133 getnetbyname \
19134 getprotobyname \
19135 getprotobynumber \
19136 getservbyport \
19137 inet_network \
19138 inet_ntop \
19139 inet_pton \
19140 sendmsg \
19141 socketpair \
19144 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19145 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19146 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19147 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19148 echo $ECHO_N "(cached) $ECHO_C" >&6
19149 else
19150 cat >conftest.$ac_ext <<_ACEOF
19151 /* confdefs.h. */
19152 _ACEOF
19153 cat confdefs.h >>conftest.$ac_ext
19154 cat >>conftest.$ac_ext <<_ACEOF
19155 /* end confdefs.h. */
19156 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19157 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19158 #define $ac_func innocuous_$ac_func
19160 /* System header to define __stub macros and hopefully few prototypes,
19161 which can conflict with char $ac_func (); below.
19162 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19163 <limits.h> exists even on freestanding compilers. */
19165 #ifdef __STDC__
19166 # include <limits.h>
19167 #else
19168 # include <assert.h>
19169 #endif
19171 #undef $ac_func
19173 /* Override any GCC internal prototype to avoid an error.
19174 Use char because int might match the return type of a GCC
19175 builtin and then its argument prototype would still apply. */
19176 #ifdef __cplusplus
19177 extern "C"
19178 #endif
19179 char $ac_func ();
19180 /* The GNU C library defines this for functions which it implements
19181 to always fail with ENOSYS. Some functions are actually named
19182 something starting with __ and the normal name is an alias. */
19183 #if defined __stub_$ac_func || defined __stub___$ac_func
19184 choke me
19185 #endif
19188 main ()
19190 return $ac_func ();
19192 return 0;
19194 _ACEOF
19195 rm -f conftest.$ac_objext conftest$ac_exeext
19196 if { (ac_try="$ac_link"
19197 case "(($ac_try" in
19198 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19199 *) ac_try_echo=$ac_try;;
19200 esac
19201 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19202 (eval "$ac_link") 2>conftest.er1
19203 ac_status=$?
19204 grep -v '^ *+' conftest.er1 >conftest.err
19205 rm -f conftest.er1
19206 cat conftest.err >&5
19207 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19208 (exit $ac_status); } && {
19209 test -z "$ac_c_werror_flag" ||
19210 test ! -s conftest.err
19211 } && test -s conftest$ac_exeext &&
19212 $as_test_x conftest$ac_exeext; then
19213 eval "$as_ac_var=yes"
19214 else
19215 echo "$as_me: failed program was:" >&5
19216 sed 's/^/| /' conftest.$ac_ext >&5
19218 eval "$as_ac_var=no"
19221 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19222 conftest$ac_exeext conftest.$ac_ext
19224 ac_res=`eval echo '${'$as_ac_var'}'`
19225 { echo "$as_me:$LINENO: result: $ac_res" >&5
19226 echo "${ECHO_T}$ac_res" >&6; }
19227 if test `eval echo '${'$as_ac_var'}'` = yes; then
19228 cat >>confdefs.h <<_ACEOF
19229 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19230 _ACEOF
19233 done
19236 LDAPLIBS=""
19238 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19239 then
19240 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19241 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19242 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19243 echo $ECHO_N "(cached) $ECHO_C" >&6
19244 else
19245 cat >conftest.$ac_ext <<_ACEOF
19246 /* confdefs.h. */
19247 _ACEOF
19248 cat confdefs.h >>conftest.$ac_ext
19249 cat >>conftest.$ac_ext <<_ACEOF
19250 /* end confdefs.h. */
19251 #include <ldap.h>
19253 typedef LDAPSortKey ac__type_new_;
19255 main ()
19257 if ((ac__type_new_ *) 0)
19258 return 0;
19259 if (sizeof (ac__type_new_))
19260 return 0;
19262 return 0;
19264 _ACEOF
19265 rm -f conftest.$ac_objext
19266 if { (ac_try="$ac_compile"
19267 case "(($ac_try" in
19268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19269 *) ac_try_echo=$ac_try;;
19270 esac
19271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19272 (eval "$ac_compile") 2>conftest.er1
19273 ac_status=$?
19274 grep -v '^ *+' conftest.er1 >conftest.err
19275 rm -f conftest.er1
19276 cat conftest.err >&5
19277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19278 (exit $ac_status); } && {
19279 test -z "$ac_c_werror_flag" ||
19280 test ! -s conftest.err
19281 } && test -s conftest.$ac_objext; then
19282 ac_cv_type_LDAPSortKey=yes
19283 else
19284 echo "$as_me: failed program was:" >&5
19285 sed 's/^/| /' conftest.$ac_ext >&5
19287 ac_cv_type_LDAPSortKey=no
19290 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19292 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19293 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19294 if test $ac_cv_type_LDAPSortKey = yes; then
19295 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19296 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19297 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19298 echo $ECHO_N "(cached) $ECHO_C" >&6
19299 else
19300 ac_check_lib_save_LIBS=$LIBS
19301 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19302 cat >conftest.$ac_ext <<_ACEOF
19303 /* confdefs.h. */
19304 _ACEOF
19305 cat confdefs.h >>conftest.$ac_ext
19306 cat >>conftest.$ac_ext <<_ACEOF
19307 /* end confdefs.h. */
19309 /* Override any GCC internal prototype to avoid an error.
19310 Use char because int might match the return type of a GCC
19311 builtin and then its argument prototype would still apply. */
19312 #ifdef __cplusplus
19313 extern "C"
19314 #endif
19315 char ldap_initialize ();
19317 main ()
19319 return ldap_initialize ();
19321 return 0;
19323 _ACEOF
19324 rm -f conftest.$ac_objext conftest$ac_exeext
19325 if { (ac_try="$ac_link"
19326 case "(($ac_try" in
19327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19328 *) ac_try_echo=$ac_try;;
19329 esac
19330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19331 (eval "$ac_link") 2>conftest.er1
19332 ac_status=$?
19333 grep -v '^ *+' conftest.er1 >conftest.err
19334 rm -f conftest.er1
19335 cat conftest.err >&5
19336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19337 (exit $ac_status); } && {
19338 test -z "$ac_c_werror_flag" ||
19339 test ! -s conftest.err
19340 } && test -s conftest$ac_exeext &&
19341 $as_test_x conftest$ac_exeext; then
19342 ac_cv_lib_ldap_r_ldap_initialize=yes
19343 else
19344 echo "$as_me: failed program was:" >&5
19345 sed 's/^/| /' conftest.$ac_ext >&5
19347 ac_cv_lib_ldap_r_ldap_initialize=no
19350 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19351 conftest$ac_exeext conftest.$ac_ext
19352 LIBS=$ac_check_lib_save_LIBS
19354 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19355 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19356 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19357 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19358 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19359 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19360 echo $ECHO_N "(cached) $ECHO_C" >&6
19361 else
19362 ac_check_lib_save_LIBS=$LIBS
19363 LIBS="-llber $LIBPTHREAD $LIBS"
19364 cat >conftest.$ac_ext <<_ACEOF
19365 /* confdefs.h. */
19366 _ACEOF
19367 cat confdefs.h >>conftest.$ac_ext
19368 cat >>conftest.$ac_ext <<_ACEOF
19369 /* end confdefs.h. */
19371 /* Override any GCC internal prototype to avoid an error.
19372 Use char because int might match the return type of a GCC
19373 builtin and then its argument prototype would still apply. */
19374 #ifdef __cplusplus
19375 extern "C"
19376 #endif
19377 char ber_init ();
19379 main ()
19381 return ber_init ();
19383 return 0;
19385 _ACEOF
19386 rm -f conftest.$ac_objext conftest$ac_exeext
19387 if { (ac_try="$ac_link"
19388 case "(($ac_try" in
19389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19390 *) ac_try_echo=$ac_try;;
19391 esac
19392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19393 (eval "$ac_link") 2>conftest.er1
19394 ac_status=$?
19395 grep -v '^ *+' conftest.er1 >conftest.err
19396 rm -f conftest.er1
19397 cat conftest.err >&5
19398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19399 (exit $ac_status); } && {
19400 test -z "$ac_c_werror_flag" ||
19401 test ! -s conftest.err
19402 } && test -s conftest$ac_exeext &&
19403 $as_test_x conftest$ac_exeext; then
19404 ac_cv_lib_lber_ber_init=yes
19405 else
19406 echo "$as_me: failed program was:" >&5
19407 sed 's/^/| /' conftest.$ac_ext >&5
19409 ac_cv_lib_lber_ber_init=no
19412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19413 conftest$ac_exeext conftest.$ac_ext
19414 LIBS=$ac_check_lib_save_LIBS
19416 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19417 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19418 if test $ac_cv_lib_lber_ber_init = yes; then
19420 cat >>confdefs.h <<\_ACEOF
19421 #define HAVE_LDAP 1
19422 _ACEOF
19424 LDAPLIBS="-lldap_r -llber"
19431 ac_wine_check_funcs_save_LIBS="$LIBS"
19432 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19441 for ac_func in \
19442 ldap_count_references \
19443 ldap_first_reference \
19444 ldap_next_reference \
19445 ldap_parse_reference \
19446 ldap_parse_sort_control \
19447 ldap_parse_sortresponse_control \
19448 ldap_parse_vlv_control \
19449 ldap_parse_vlvresponse_control
19451 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19452 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19453 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19454 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19455 echo $ECHO_N "(cached) $ECHO_C" >&6
19456 else
19457 cat >conftest.$ac_ext <<_ACEOF
19458 /* confdefs.h. */
19459 _ACEOF
19460 cat confdefs.h >>conftest.$ac_ext
19461 cat >>conftest.$ac_ext <<_ACEOF
19462 /* end confdefs.h. */
19463 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19464 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19465 #define $ac_func innocuous_$ac_func
19467 /* System header to define __stub macros and hopefully few prototypes,
19468 which can conflict with char $ac_func (); below.
19469 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19470 <limits.h> exists even on freestanding compilers. */
19472 #ifdef __STDC__
19473 # include <limits.h>
19474 #else
19475 # include <assert.h>
19476 #endif
19478 #undef $ac_func
19480 /* Override any GCC internal prototype to avoid an error.
19481 Use char because int might match the return type of a GCC
19482 builtin and then its argument prototype would still apply. */
19483 #ifdef __cplusplus
19484 extern "C"
19485 #endif
19486 char $ac_func ();
19487 /* The GNU C library defines this for functions which it implements
19488 to always fail with ENOSYS. Some functions are actually named
19489 something starting with __ and the normal name is an alias. */
19490 #if defined __stub_$ac_func || defined __stub___$ac_func
19491 choke me
19492 #endif
19495 main ()
19497 return $ac_func ();
19499 return 0;
19501 _ACEOF
19502 rm -f conftest.$ac_objext conftest$ac_exeext
19503 if { (ac_try="$ac_link"
19504 case "(($ac_try" in
19505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19506 *) ac_try_echo=$ac_try;;
19507 esac
19508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19509 (eval "$ac_link") 2>conftest.er1
19510 ac_status=$?
19511 grep -v '^ *+' conftest.er1 >conftest.err
19512 rm -f conftest.er1
19513 cat conftest.err >&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); } && {
19516 test -z "$ac_c_werror_flag" ||
19517 test ! -s conftest.err
19518 } && test -s conftest$ac_exeext &&
19519 $as_test_x conftest$ac_exeext; then
19520 eval "$as_ac_var=yes"
19521 else
19522 echo "$as_me: failed program was:" >&5
19523 sed 's/^/| /' conftest.$ac_ext >&5
19525 eval "$as_ac_var=no"
19528 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19529 conftest$ac_exeext conftest.$ac_ext
19531 ac_res=`eval echo '${'$as_ac_var'}'`
19532 { echo "$as_me:$LINENO: result: $ac_res" >&5
19533 echo "${ECHO_T}$ac_res" >&6; }
19534 if test `eval echo '${'$as_ac_var'}'` = yes; then
19535 cat >>confdefs.h <<_ACEOF
19536 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19537 _ACEOF
19540 done
19542 LIBS="$ac_wine_check_funcs_save_LIBS"
19544 if test "x$LDAPLIBS" = "x"; then
19545 case "x$with_ldap" in
19546 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19547 xno) ;;
19548 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19549 This is an error since --with-ldap was requested." >&5
19550 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19551 This is an error since --with-ldap was requested." >&2;}
19552 { (exit 1); exit 1; }; } ;;
19553 esac
19557 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19558 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19559 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19560 echo $ECHO_N "(cached) $ECHO_C" >&6
19561 else
19562 cat >conftest.$ac_ext <<_ACEOF
19563 /* confdefs.h. */
19564 _ACEOF
19565 cat confdefs.h >>conftest.$ac_ext
19566 cat >>conftest.$ac_ext <<_ACEOF
19567 /* end confdefs.h. */
19568 #include <sys/stat.h>
19570 main ()
19572 mkdir("foo");
19574 return 0;
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 wine_cv_one_arg_mkdir=yes
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19599 wine_cv_one_arg_mkdir=no
19602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19604 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19605 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19606 if test "$wine_cv_one_arg_mkdir" = "yes"
19607 then
19609 cat >>confdefs.h <<\_ACEOF
19610 #define HAVE_ONE_ARG_MKDIR 1
19611 _ACEOF
19616 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19617 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19618 if test "${ac_cv_c_const+set}" = set; then
19619 echo $ECHO_N "(cached) $ECHO_C" >&6
19620 else
19621 cat >conftest.$ac_ext <<_ACEOF
19622 /* confdefs.h. */
19623 _ACEOF
19624 cat confdefs.h >>conftest.$ac_ext
19625 cat >>conftest.$ac_ext <<_ACEOF
19626 /* end confdefs.h. */
19629 main ()
19631 /* FIXME: Include the comments suggested by Paul. */
19632 #ifndef __cplusplus
19633 /* Ultrix mips cc rejects this. */
19634 typedef int charset[2];
19635 const charset cs;
19636 /* SunOS 4.1.1 cc rejects this. */
19637 char const *const *pcpcc;
19638 char **ppc;
19639 /* NEC SVR4.0.2 mips cc rejects this. */
19640 struct point {int x, y;};
19641 static struct point const zero = {0,0};
19642 /* AIX XL C 1.02.0.0 rejects this.
19643 It does not let you subtract one const X* pointer from another in
19644 an arm of an if-expression whose if-part is not a constant
19645 expression */
19646 const char *g = "string";
19647 pcpcc = &g + (g ? g-g : 0);
19648 /* HPUX 7.0 cc rejects these. */
19649 ++pcpcc;
19650 ppc = (char**) pcpcc;
19651 pcpcc = (char const *const *) ppc;
19652 { /* SCO 3.2v4 cc rejects this. */
19653 char *t;
19654 char const *s = 0 ? (char *) 0 : (char const *) 0;
19656 *t++ = 0;
19657 if (s) return 0;
19659 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19660 int x[] = {25, 17};
19661 const int *foo = &x[0];
19662 ++foo;
19664 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19665 typedef const int *iptr;
19666 iptr p = 0;
19667 ++p;
19669 { /* AIX XL C 1.02.0.0 rejects this saying
19670 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19671 struct s { int j; const int *ap[3]; };
19672 struct s *b; b->j = 5;
19674 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19675 const int foo = 10;
19676 if (!foo) return 0;
19678 return !cs[0] && !zero.x;
19679 #endif
19682 return 0;
19684 _ACEOF
19685 rm -f conftest.$ac_objext
19686 if { (ac_try="$ac_compile"
19687 case "(($ac_try" in
19688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19689 *) ac_try_echo=$ac_try;;
19690 esac
19691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19692 (eval "$ac_compile") 2>conftest.er1
19693 ac_status=$?
19694 grep -v '^ *+' conftest.er1 >conftest.err
19695 rm -f conftest.er1
19696 cat conftest.err >&5
19697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19698 (exit $ac_status); } && {
19699 test -z "$ac_c_werror_flag" ||
19700 test ! -s conftest.err
19701 } && test -s conftest.$ac_objext; then
19702 ac_cv_c_const=yes
19703 else
19704 echo "$as_me: failed program was:" >&5
19705 sed 's/^/| /' conftest.$ac_ext >&5
19707 ac_cv_c_const=no
19710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19712 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19713 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19714 if test $ac_cv_c_const = no; then
19716 cat >>confdefs.h <<\_ACEOF
19717 #define const
19718 _ACEOF
19722 { echo "$as_me:$LINENO: checking for inline" >&5
19723 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19724 if test "${ac_cv_c_inline+set}" = set; then
19725 echo $ECHO_N "(cached) $ECHO_C" >&6
19726 else
19727 ac_cv_c_inline=no
19728 for ac_kw in inline __inline__ __inline; do
19729 cat >conftest.$ac_ext <<_ACEOF
19730 /* confdefs.h. */
19731 _ACEOF
19732 cat confdefs.h >>conftest.$ac_ext
19733 cat >>conftest.$ac_ext <<_ACEOF
19734 /* end confdefs.h. */
19735 #ifndef __cplusplus
19736 typedef int foo_t;
19737 static $ac_kw foo_t static_foo () {return 0; }
19738 $ac_kw foo_t foo () {return 0; }
19739 #endif
19741 _ACEOF
19742 rm -f conftest.$ac_objext
19743 if { (ac_try="$ac_compile"
19744 case "(($ac_try" in
19745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19746 *) ac_try_echo=$ac_try;;
19747 esac
19748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19749 (eval "$ac_compile") 2>conftest.er1
19750 ac_status=$?
19751 grep -v '^ *+' conftest.er1 >conftest.err
19752 rm -f conftest.er1
19753 cat conftest.err >&5
19754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19755 (exit $ac_status); } && {
19756 test -z "$ac_c_werror_flag" ||
19757 test ! -s conftest.err
19758 } && test -s conftest.$ac_objext; then
19759 ac_cv_c_inline=$ac_kw
19760 else
19761 echo "$as_me: failed program was:" >&5
19762 sed 's/^/| /' conftest.$ac_ext >&5
19767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19768 test "$ac_cv_c_inline" != no && break
19769 done
19772 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19773 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19776 case $ac_cv_c_inline in
19777 inline | yes) ;;
19779 case $ac_cv_c_inline in
19780 no) ac_val=;;
19781 *) ac_val=$ac_cv_c_inline;;
19782 esac
19783 cat >>confdefs.h <<_ACEOF
19784 #ifndef __cplusplus
19785 #define inline $ac_val
19786 #endif
19787 _ACEOF
19789 esac
19791 { echo "$as_me:$LINENO: checking for mode_t" >&5
19792 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19793 if test "${ac_cv_type_mode_t+set}" = set; then
19794 echo $ECHO_N "(cached) $ECHO_C" >&6
19795 else
19796 cat >conftest.$ac_ext <<_ACEOF
19797 /* confdefs.h. */
19798 _ACEOF
19799 cat confdefs.h >>conftest.$ac_ext
19800 cat >>conftest.$ac_ext <<_ACEOF
19801 /* end confdefs.h. */
19802 $ac_includes_default
19803 typedef mode_t ac__type_new_;
19805 main ()
19807 if ((ac__type_new_ *) 0)
19808 return 0;
19809 if (sizeof (ac__type_new_))
19810 return 0;
19812 return 0;
19814 _ACEOF
19815 rm -f conftest.$ac_objext
19816 if { (ac_try="$ac_compile"
19817 case "(($ac_try" in
19818 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19819 *) ac_try_echo=$ac_try;;
19820 esac
19821 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19822 (eval "$ac_compile") 2>conftest.er1
19823 ac_status=$?
19824 grep -v '^ *+' conftest.er1 >conftest.err
19825 rm -f conftest.er1
19826 cat conftest.err >&5
19827 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19828 (exit $ac_status); } && {
19829 test -z "$ac_c_werror_flag" ||
19830 test ! -s conftest.err
19831 } && test -s conftest.$ac_objext; then
19832 ac_cv_type_mode_t=yes
19833 else
19834 echo "$as_me: failed program was:" >&5
19835 sed 's/^/| /' conftest.$ac_ext >&5
19837 ac_cv_type_mode_t=no
19840 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19842 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19843 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19844 if test $ac_cv_type_mode_t = yes; then
19846 cat >>confdefs.h <<_ACEOF
19847 #define HAVE_MODE_T 1
19848 _ACEOF
19852 { echo "$as_me:$LINENO: checking for off_t" >&5
19853 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19854 if test "${ac_cv_type_off_t+set}" = set; then
19855 echo $ECHO_N "(cached) $ECHO_C" >&6
19856 else
19857 cat >conftest.$ac_ext <<_ACEOF
19858 /* confdefs.h. */
19859 _ACEOF
19860 cat confdefs.h >>conftest.$ac_ext
19861 cat >>conftest.$ac_ext <<_ACEOF
19862 /* end confdefs.h. */
19863 $ac_includes_default
19864 typedef off_t ac__type_new_;
19866 main ()
19868 if ((ac__type_new_ *) 0)
19869 return 0;
19870 if (sizeof (ac__type_new_))
19871 return 0;
19873 return 0;
19875 _ACEOF
19876 rm -f conftest.$ac_objext
19877 if { (ac_try="$ac_compile"
19878 case "(($ac_try" in
19879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19880 *) ac_try_echo=$ac_try;;
19881 esac
19882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19883 (eval "$ac_compile") 2>conftest.er1
19884 ac_status=$?
19885 grep -v '^ *+' conftest.er1 >conftest.err
19886 rm -f conftest.er1
19887 cat conftest.err >&5
19888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19889 (exit $ac_status); } && {
19890 test -z "$ac_c_werror_flag" ||
19891 test ! -s conftest.err
19892 } && test -s conftest.$ac_objext; then
19893 ac_cv_type_off_t=yes
19894 else
19895 echo "$as_me: failed program was:" >&5
19896 sed 's/^/| /' conftest.$ac_ext >&5
19898 ac_cv_type_off_t=no
19901 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19903 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19904 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19905 if test $ac_cv_type_off_t = yes; then
19907 cat >>confdefs.h <<_ACEOF
19908 #define HAVE_OFF_T 1
19909 _ACEOF
19913 { echo "$as_me:$LINENO: checking for pid_t" >&5
19914 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19915 if test "${ac_cv_type_pid_t+set}" = set; then
19916 echo $ECHO_N "(cached) $ECHO_C" >&6
19917 else
19918 cat >conftest.$ac_ext <<_ACEOF
19919 /* confdefs.h. */
19920 _ACEOF
19921 cat confdefs.h >>conftest.$ac_ext
19922 cat >>conftest.$ac_ext <<_ACEOF
19923 /* end confdefs.h. */
19924 $ac_includes_default
19925 typedef pid_t ac__type_new_;
19927 main ()
19929 if ((ac__type_new_ *) 0)
19930 return 0;
19931 if (sizeof (ac__type_new_))
19932 return 0;
19934 return 0;
19936 _ACEOF
19937 rm -f conftest.$ac_objext
19938 if { (ac_try="$ac_compile"
19939 case "(($ac_try" in
19940 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19941 *) ac_try_echo=$ac_try;;
19942 esac
19943 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19944 (eval "$ac_compile") 2>conftest.er1
19945 ac_status=$?
19946 grep -v '^ *+' conftest.er1 >conftest.err
19947 rm -f conftest.er1
19948 cat conftest.err >&5
19949 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19950 (exit $ac_status); } && {
19951 test -z "$ac_c_werror_flag" ||
19952 test ! -s conftest.err
19953 } && test -s conftest.$ac_objext; then
19954 ac_cv_type_pid_t=yes
19955 else
19956 echo "$as_me: failed program was:" >&5
19957 sed 's/^/| /' conftest.$ac_ext >&5
19959 ac_cv_type_pid_t=no
19962 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19964 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19965 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19966 if test $ac_cv_type_pid_t = yes; then
19968 cat >>confdefs.h <<_ACEOF
19969 #define HAVE_PID_T 1
19970 _ACEOF
19974 { echo "$as_me:$LINENO: checking for size_t" >&5
19975 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
19976 if test "${ac_cv_type_size_t+set}" = set; then
19977 echo $ECHO_N "(cached) $ECHO_C" >&6
19978 else
19979 cat >conftest.$ac_ext <<_ACEOF
19980 /* confdefs.h. */
19981 _ACEOF
19982 cat confdefs.h >>conftest.$ac_ext
19983 cat >>conftest.$ac_ext <<_ACEOF
19984 /* end confdefs.h. */
19985 $ac_includes_default
19986 typedef size_t ac__type_new_;
19988 main ()
19990 if ((ac__type_new_ *) 0)
19991 return 0;
19992 if (sizeof (ac__type_new_))
19993 return 0;
19995 return 0;
19997 _ACEOF
19998 rm -f conftest.$ac_objext
19999 if { (ac_try="$ac_compile"
20000 case "(($ac_try" in
20001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20002 *) ac_try_echo=$ac_try;;
20003 esac
20004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20005 (eval "$ac_compile") 2>conftest.er1
20006 ac_status=$?
20007 grep -v '^ *+' conftest.er1 >conftest.err
20008 rm -f conftest.er1
20009 cat conftest.err >&5
20010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20011 (exit $ac_status); } && {
20012 test -z "$ac_c_werror_flag" ||
20013 test ! -s conftest.err
20014 } && test -s conftest.$ac_objext; then
20015 ac_cv_type_size_t=yes
20016 else
20017 echo "$as_me: failed program was:" >&5
20018 sed 's/^/| /' conftest.$ac_ext >&5
20020 ac_cv_type_size_t=no
20023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20025 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20026 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
20027 if test $ac_cv_type_size_t = yes; then
20029 cat >>confdefs.h <<_ACEOF
20030 #define HAVE_SIZE_T 1
20031 _ACEOF
20035 { echo "$as_me:$LINENO: checking for ssize_t" >&5
20036 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
20037 if test "${ac_cv_type_ssize_t+set}" = set; then
20038 echo $ECHO_N "(cached) $ECHO_C" >&6
20039 else
20040 cat >conftest.$ac_ext <<_ACEOF
20041 /* confdefs.h. */
20042 _ACEOF
20043 cat confdefs.h >>conftest.$ac_ext
20044 cat >>conftest.$ac_ext <<_ACEOF
20045 /* end confdefs.h. */
20046 $ac_includes_default
20047 typedef ssize_t ac__type_new_;
20049 main ()
20051 if ((ac__type_new_ *) 0)
20052 return 0;
20053 if (sizeof (ac__type_new_))
20054 return 0;
20056 return 0;
20058 _ACEOF
20059 rm -f conftest.$ac_objext
20060 if { (ac_try="$ac_compile"
20061 case "(($ac_try" in
20062 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20063 *) ac_try_echo=$ac_try;;
20064 esac
20065 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20066 (eval "$ac_compile") 2>conftest.er1
20067 ac_status=$?
20068 grep -v '^ *+' conftest.er1 >conftest.err
20069 rm -f conftest.er1
20070 cat conftest.err >&5
20071 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20072 (exit $ac_status); } && {
20073 test -z "$ac_c_werror_flag" ||
20074 test ! -s conftest.err
20075 } && test -s conftest.$ac_objext; then
20076 ac_cv_type_ssize_t=yes
20077 else
20078 echo "$as_me: failed program was:" >&5
20079 sed 's/^/| /' conftest.$ac_ext >&5
20081 ac_cv_type_ssize_t=no
20084 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20086 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20087 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
20088 if test $ac_cv_type_ssize_t = yes; then
20090 cat >>confdefs.h <<_ACEOF
20091 #define HAVE_SSIZE_T 1
20092 _ACEOF
20096 { echo "$as_me:$LINENO: checking for long long" >&5
20097 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
20098 if test "${ac_cv_type_long_long+set}" = set; then
20099 echo $ECHO_N "(cached) $ECHO_C" >&6
20100 else
20101 cat >conftest.$ac_ext <<_ACEOF
20102 /* confdefs.h. */
20103 _ACEOF
20104 cat confdefs.h >>conftest.$ac_ext
20105 cat >>conftest.$ac_ext <<_ACEOF
20106 /* end confdefs.h. */
20107 $ac_includes_default
20108 typedef long long ac__type_new_;
20110 main ()
20112 if ((ac__type_new_ *) 0)
20113 return 0;
20114 if (sizeof (ac__type_new_))
20115 return 0;
20117 return 0;
20119 _ACEOF
20120 rm -f conftest.$ac_objext
20121 if { (ac_try="$ac_compile"
20122 case "(($ac_try" in
20123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20124 *) ac_try_echo=$ac_try;;
20125 esac
20126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20127 (eval "$ac_compile") 2>conftest.er1
20128 ac_status=$?
20129 grep -v '^ *+' conftest.er1 >conftest.err
20130 rm -f conftest.er1
20131 cat conftest.err >&5
20132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20133 (exit $ac_status); } && {
20134 test -z "$ac_c_werror_flag" ||
20135 test ! -s conftest.err
20136 } && test -s conftest.$ac_objext; then
20137 ac_cv_type_long_long=yes
20138 else
20139 echo "$as_me: failed program was:" >&5
20140 sed 's/^/| /' conftest.$ac_ext >&5
20142 ac_cv_type_long_long=no
20145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20147 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20148 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
20149 if test $ac_cv_type_long_long = yes; then
20151 cat >>confdefs.h <<_ACEOF
20152 #define HAVE_LONG_LONG 1
20153 _ACEOF
20157 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20158 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
20159 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20160 echo $ECHO_N "(cached) $ECHO_C" >&6
20161 else
20162 cat >conftest.$ac_ext <<_ACEOF
20163 /* confdefs.h. */
20164 _ACEOF
20165 cat confdefs.h >>conftest.$ac_ext
20166 cat >>conftest.$ac_ext <<_ACEOF
20167 /* end confdefs.h. */
20168 $ac_includes_default
20169 typedef fsblkcnt_t ac__type_new_;
20171 main ()
20173 if ((ac__type_new_ *) 0)
20174 return 0;
20175 if (sizeof (ac__type_new_))
20176 return 0;
20178 return 0;
20180 _ACEOF
20181 rm -f conftest.$ac_objext
20182 if { (ac_try="$ac_compile"
20183 case "(($ac_try" in
20184 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20185 *) ac_try_echo=$ac_try;;
20186 esac
20187 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20188 (eval "$ac_compile") 2>conftest.er1
20189 ac_status=$?
20190 grep -v '^ *+' conftest.er1 >conftest.err
20191 rm -f conftest.er1
20192 cat conftest.err >&5
20193 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20194 (exit $ac_status); } && {
20195 test -z "$ac_c_werror_flag" ||
20196 test ! -s conftest.err
20197 } && test -s conftest.$ac_objext; then
20198 ac_cv_type_fsblkcnt_t=yes
20199 else
20200 echo "$as_me: failed program was:" >&5
20201 sed 's/^/| /' conftest.$ac_ext >&5
20203 ac_cv_type_fsblkcnt_t=no
20206 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20208 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20209 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20210 if test $ac_cv_type_fsblkcnt_t = yes; then
20212 cat >>confdefs.h <<_ACEOF
20213 #define HAVE_FSBLKCNT_T 1
20214 _ACEOF
20218 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20219 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20220 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20221 echo $ECHO_N "(cached) $ECHO_C" >&6
20222 else
20223 cat >conftest.$ac_ext <<_ACEOF
20224 /* confdefs.h. */
20225 _ACEOF
20226 cat confdefs.h >>conftest.$ac_ext
20227 cat >>conftest.$ac_ext <<_ACEOF
20228 /* end confdefs.h. */
20229 $ac_includes_default
20230 typedef fsfilcnt_t ac__type_new_;
20232 main ()
20234 if ((ac__type_new_ *) 0)
20235 return 0;
20236 if (sizeof (ac__type_new_))
20237 return 0;
20239 return 0;
20241 _ACEOF
20242 rm -f conftest.$ac_objext
20243 if { (ac_try="$ac_compile"
20244 case "(($ac_try" in
20245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20246 *) ac_try_echo=$ac_try;;
20247 esac
20248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20249 (eval "$ac_compile") 2>conftest.er1
20250 ac_status=$?
20251 grep -v '^ *+' conftest.er1 >conftest.err
20252 rm -f conftest.er1
20253 cat conftest.err >&5
20254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20255 (exit $ac_status); } && {
20256 test -z "$ac_c_werror_flag" ||
20257 test ! -s conftest.err
20258 } && test -s conftest.$ac_objext; then
20259 ac_cv_type_fsfilcnt_t=yes
20260 else
20261 echo "$as_me: failed program was:" >&5
20262 sed 's/^/| /' conftest.$ac_ext >&5
20264 ac_cv_type_fsfilcnt_t=no
20267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20269 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20270 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20271 if test $ac_cv_type_fsfilcnt_t = yes; then
20273 cat >>confdefs.h <<_ACEOF
20274 #define HAVE_FSFILCNT_T 1
20275 _ACEOF
20280 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20281 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20282 if test "${ac_cv_type_sigset_t+set}" = set; then
20283 echo $ECHO_N "(cached) $ECHO_C" >&6
20284 else
20285 cat >conftest.$ac_ext <<_ACEOF
20286 /* confdefs.h. */
20287 _ACEOF
20288 cat confdefs.h >>conftest.$ac_ext
20289 cat >>conftest.$ac_ext <<_ACEOF
20290 /* end confdefs.h. */
20291 #include <sys/types.h>
20292 #include <signal.h>
20294 typedef sigset_t ac__type_new_;
20296 main ()
20298 if ((ac__type_new_ *) 0)
20299 return 0;
20300 if (sizeof (ac__type_new_))
20301 return 0;
20303 return 0;
20305 _ACEOF
20306 rm -f conftest.$ac_objext
20307 if { (ac_try="$ac_compile"
20308 case "(($ac_try" in
20309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20310 *) ac_try_echo=$ac_try;;
20311 esac
20312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20313 (eval "$ac_compile") 2>conftest.er1
20314 ac_status=$?
20315 grep -v '^ *+' conftest.er1 >conftest.err
20316 rm -f conftest.er1
20317 cat conftest.err >&5
20318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20319 (exit $ac_status); } && {
20320 test -z "$ac_c_werror_flag" ||
20321 test ! -s conftest.err
20322 } && test -s conftest.$ac_objext; then
20323 ac_cv_type_sigset_t=yes
20324 else
20325 echo "$as_me: failed program was:" >&5
20326 sed 's/^/| /' conftest.$ac_ext >&5
20328 ac_cv_type_sigset_t=no
20331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20333 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20334 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20335 if test $ac_cv_type_sigset_t = yes; then
20337 cat >>confdefs.h <<_ACEOF
20338 #define HAVE_SIGSET_T 1
20339 _ACEOF
20344 { echo "$as_me:$LINENO: checking for request_sense" >&5
20345 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20346 if test "${ac_cv_type_request_sense+set}" = set; then
20347 echo $ECHO_N "(cached) $ECHO_C" >&6
20348 else
20349 cat >conftest.$ac_ext <<_ACEOF
20350 /* confdefs.h. */
20351 _ACEOF
20352 cat confdefs.h >>conftest.$ac_ext
20353 cat >>conftest.$ac_ext <<_ACEOF
20354 /* end confdefs.h. */
20355 #include <linux/cdrom.h>
20357 typedef request_sense ac__type_new_;
20359 main ()
20361 if ((ac__type_new_ *) 0)
20362 return 0;
20363 if (sizeof (ac__type_new_))
20364 return 0;
20366 return 0;
20368 _ACEOF
20369 rm -f conftest.$ac_objext
20370 if { (ac_try="$ac_compile"
20371 case "(($ac_try" in
20372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20373 *) ac_try_echo=$ac_try;;
20374 esac
20375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20376 (eval "$ac_compile") 2>conftest.er1
20377 ac_status=$?
20378 grep -v '^ *+' conftest.er1 >conftest.err
20379 rm -f conftest.er1
20380 cat conftest.err >&5
20381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20382 (exit $ac_status); } && {
20383 test -z "$ac_c_werror_flag" ||
20384 test ! -s conftest.err
20385 } && test -s conftest.$ac_objext; then
20386 ac_cv_type_request_sense=yes
20387 else
20388 echo "$as_me: failed program was:" >&5
20389 sed 's/^/| /' conftest.$ac_ext >&5
20391 ac_cv_type_request_sense=no
20394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20396 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20397 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20398 if test $ac_cv_type_request_sense = yes; then
20400 cat >>confdefs.h <<_ACEOF
20401 #define HAVE_REQUEST_SENSE 1
20402 _ACEOF
20408 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20409 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20410 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20411 echo $ECHO_N "(cached) $ECHO_C" >&6
20412 else
20413 cat >conftest.$ac_ext <<_ACEOF
20414 /* confdefs.h. */
20415 _ACEOF
20416 cat confdefs.h >>conftest.$ac_ext
20417 cat >>conftest.$ac_ext <<_ACEOF
20418 /* end confdefs.h. */
20419 #include <sys/types.h>
20420 #ifdef HAVE_SYS_SOCKET_H
20421 #include <sys/socket.h>
20422 #endif
20423 #ifdef HAVE_SYS_SOCKETVAR_H
20424 #include <sys/socketvar.h>
20425 #endif
20426 #ifdef HAVE_NET_ROUTE_H
20427 #include <net/route.h>
20428 #endif
20429 #ifdef HAVE_NETINET_IN_H
20430 #include <netinet/in.h>
20431 #endif
20432 #ifdef HAVE_NETINET_IN_SYSTM_H
20433 #include <netinet/in_systm.h>
20434 #endif
20435 #ifdef HAVE_NETINET_IP_H
20436 #include <netinet/ip.h>
20437 #endif
20438 #ifdef HAVE_NETINET_IN_PCB_H
20439 #include <netinet/in_pcb.h>
20440 #endif
20442 typedef struct xinpgen ac__type_new_;
20444 main ()
20446 if ((ac__type_new_ *) 0)
20447 return 0;
20448 if (sizeof (ac__type_new_))
20449 return 0;
20451 return 0;
20453 _ACEOF
20454 rm -f conftest.$ac_objext
20455 if { (ac_try="$ac_compile"
20456 case "(($ac_try" in
20457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20458 *) ac_try_echo=$ac_try;;
20459 esac
20460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20461 (eval "$ac_compile") 2>conftest.er1
20462 ac_status=$?
20463 grep -v '^ *+' conftest.er1 >conftest.err
20464 rm -f conftest.er1
20465 cat conftest.err >&5
20466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20467 (exit $ac_status); } && {
20468 test -z "$ac_c_werror_flag" ||
20469 test ! -s conftest.err
20470 } && test -s conftest.$ac_objext; then
20471 ac_cv_type_struct_xinpgen=yes
20472 else
20473 echo "$as_me: failed program was:" >&5
20474 sed 's/^/| /' conftest.$ac_ext >&5
20476 ac_cv_type_struct_xinpgen=no
20479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20481 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20482 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20483 if test $ac_cv_type_struct_xinpgen = yes; then
20485 cat >>confdefs.h <<_ACEOF
20486 #define HAVE_STRUCT_XINPGEN 1
20487 _ACEOF
20493 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20494 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20495 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20496 echo $ECHO_N "(cached) $ECHO_C" >&6
20497 else
20498 cat >conftest.$ac_ext <<_ACEOF
20499 /* confdefs.h. */
20500 _ACEOF
20501 cat confdefs.h >>conftest.$ac_ext
20502 cat >>conftest.$ac_ext <<_ACEOF
20503 /* end confdefs.h. */
20504 #ifdef HAVE_LINUX_INPUT_H
20505 #include <linux/input.h>
20506 #endif
20509 main ()
20511 static struct ff_effect ac_aggr;
20512 if (ac_aggr.direction)
20513 return 0;
20515 return 0;
20517 _ACEOF
20518 rm -f conftest.$ac_objext
20519 if { (ac_try="$ac_compile"
20520 case "(($ac_try" in
20521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20522 *) ac_try_echo=$ac_try;;
20523 esac
20524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20525 (eval "$ac_compile") 2>conftest.er1
20526 ac_status=$?
20527 grep -v '^ *+' conftest.er1 >conftest.err
20528 rm -f conftest.er1
20529 cat conftest.err >&5
20530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20531 (exit $ac_status); } && {
20532 test -z "$ac_c_werror_flag" ||
20533 test ! -s conftest.err
20534 } && test -s conftest.$ac_objext; then
20535 ac_cv_member_struct_ff_effect_direction=yes
20536 else
20537 echo "$as_me: failed program was:" >&5
20538 sed 's/^/| /' conftest.$ac_ext >&5
20540 cat >conftest.$ac_ext <<_ACEOF
20541 /* confdefs.h. */
20542 _ACEOF
20543 cat confdefs.h >>conftest.$ac_ext
20544 cat >>conftest.$ac_ext <<_ACEOF
20545 /* end confdefs.h. */
20546 #ifdef HAVE_LINUX_INPUT_H
20547 #include <linux/input.h>
20548 #endif
20551 main ()
20553 static struct ff_effect ac_aggr;
20554 if (sizeof ac_aggr.direction)
20555 return 0;
20557 return 0;
20559 _ACEOF
20560 rm -f conftest.$ac_objext
20561 if { (ac_try="$ac_compile"
20562 case "(($ac_try" in
20563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20564 *) ac_try_echo=$ac_try;;
20565 esac
20566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20567 (eval "$ac_compile") 2>conftest.er1
20568 ac_status=$?
20569 grep -v '^ *+' conftest.er1 >conftest.err
20570 rm -f conftest.er1
20571 cat conftest.err >&5
20572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20573 (exit $ac_status); } && {
20574 test -z "$ac_c_werror_flag" ||
20575 test ! -s conftest.err
20576 } && test -s conftest.$ac_objext; then
20577 ac_cv_member_struct_ff_effect_direction=yes
20578 else
20579 echo "$as_me: failed program was:" >&5
20580 sed 's/^/| /' conftest.$ac_ext >&5
20582 ac_cv_member_struct_ff_effect_direction=no
20585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20590 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20591 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20592 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20594 cat >>confdefs.h <<_ACEOF
20595 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20596 _ACEOF
20602 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20603 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20604 if test "${wine_cv_have_sigaddset+set}" = set; then
20605 echo $ECHO_N "(cached) $ECHO_C" >&6
20606 else
20607 cat >conftest.$ac_ext <<_ACEOF
20608 /* confdefs.h. */
20609 _ACEOF
20610 cat confdefs.h >>conftest.$ac_ext
20611 cat >>conftest.$ac_ext <<_ACEOF
20612 /* end confdefs.h. */
20613 #include <signal.h>
20615 main ()
20617 sigset_t set; sigaddset(&set,SIGTERM);
20619 return 0;
20621 _ACEOF
20622 rm -f conftest.$ac_objext conftest$ac_exeext
20623 if { (ac_try="$ac_link"
20624 case "(($ac_try" in
20625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20626 *) ac_try_echo=$ac_try;;
20627 esac
20628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20629 (eval "$ac_link") 2>conftest.er1
20630 ac_status=$?
20631 grep -v '^ *+' conftest.er1 >conftest.err
20632 rm -f conftest.er1
20633 cat conftest.err >&5
20634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20635 (exit $ac_status); } && {
20636 test -z "$ac_c_werror_flag" ||
20637 test ! -s conftest.err
20638 } && test -s conftest$ac_exeext &&
20639 $as_test_x conftest$ac_exeext; then
20640 wine_cv_have_sigaddset=yes
20641 else
20642 echo "$as_me: failed program was:" >&5
20643 sed 's/^/| /' conftest.$ac_ext >&5
20645 wine_cv_have_sigaddset=no
20648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20649 conftest$ac_exeext conftest.$ac_ext
20651 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20652 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20653 if test "$wine_cv_have_sigaddset" = "yes"
20654 then
20656 cat >>confdefs.h <<\_ACEOF
20657 #define HAVE_SIGADDSET 1
20658 _ACEOF
20663 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20664 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20665 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20666 echo $ECHO_N "(cached) $ECHO_C" >&6
20667 else
20668 cat >conftest.$ac_ext <<_ACEOF
20669 /* confdefs.h. */
20670 _ACEOF
20671 cat confdefs.h >>conftest.$ac_ext
20672 cat >>conftest.$ac_ext <<_ACEOF
20673 /* end confdefs.h. */
20674 #include <netdb.h>
20676 main ()
20679 char *name=0;
20680 struct hostent he;
20681 struct hostent *result;
20682 char *buf=0;
20683 int bufsize=0;
20684 int res,errnr;
20685 char *addr=0;
20686 int addrlen=0;
20687 int addrtype=0;
20688 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20689 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20692 return 0;
20694 _ACEOF
20695 rm -f conftest.$ac_objext conftest$ac_exeext
20696 if { (ac_try="$ac_link"
20697 case "(($ac_try" in
20698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20699 *) ac_try_echo=$ac_try;;
20700 esac
20701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20702 (eval "$ac_link") 2>conftest.er1
20703 ac_status=$?
20704 grep -v '^ *+' conftest.er1 >conftest.err
20705 rm -f conftest.er1
20706 cat conftest.err >&5
20707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20708 (exit $ac_status); } && {
20709 test -z "$ac_c_werror_flag" ||
20710 test ! -s conftest.err
20711 } && test -s conftest$ac_exeext &&
20712 $as_test_x conftest$ac_exeext; then
20713 wine_cv_linux_gethostbyname_r_6=yes
20714 else
20715 echo "$as_me: failed program was:" >&5
20716 sed 's/^/| /' conftest.$ac_ext >&5
20718 wine_cv_linux_gethostbyname_r_6=no
20722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20723 conftest$ac_exeext conftest.$ac_ext
20726 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20727 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20728 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20729 then
20731 cat >>confdefs.h <<\_ACEOF
20732 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20733 _ACEOF
20737 if test "$ac_cv_header_linux_joystick_h" = "yes"
20738 then
20739 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20740 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20741 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20742 echo $ECHO_N "(cached) $ECHO_C" >&6
20743 else
20744 cat >conftest.$ac_ext <<_ACEOF
20745 /* confdefs.h. */
20746 _ACEOF
20747 cat confdefs.h >>conftest.$ac_ext
20748 cat >>conftest.$ac_ext <<_ACEOF
20749 /* end confdefs.h. */
20751 #include <sys/ioctl.h>
20752 #include <sys/types.h>
20753 #include <linux/joystick.h>
20755 struct js_event blub;
20756 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20757 #error "no 2.2 header"
20758 #endif
20761 main ()
20763 /*empty*/
20765 return 0;
20767 _ACEOF
20768 rm -f conftest.$ac_objext
20769 if { (ac_try="$ac_compile"
20770 case "(($ac_try" in
20771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20772 *) ac_try_echo=$ac_try;;
20773 esac
20774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20775 (eval "$ac_compile") 2>conftest.er1
20776 ac_status=$?
20777 grep -v '^ *+' conftest.er1 >conftest.err
20778 rm -f conftest.er1
20779 cat conftest.err >&5
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && {
20782 test -z "$ac_c_werror_flag" ||
20783 test ! -s conftest.err
20784 } && test -s conftest.$ac_objext; then
20785 wine_cv_linux_joystick_22_api=yes
20786 else
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5
20790 wine_cv_linux_joystick_22_api=no
20793 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20796 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20797 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20798 if test "$wine_cv_linux_joystick_22_api" = "yes"
20799 then
20801 cat >>confdefs.h <<\_ACEOF
20802 #define HAVE_LINUX_22_JOYSTICK_API 1
20803 _ACEOF
20809 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20810 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20811 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20812 echo $ECHO_N "(cached) $ECHO_C" >&6
20813 else
20814 cat >conftest.$ac_ext <<_ACEOF
20815 /* confdefs.h. */
20816 _ACEOF
20817 cat confdefs.h >>conftest.$ac_ext
20818 cat >>conftest.$ac_ext <<_ACEOF
20819 /* end confdefs.h. */
20820 #include <sys/types.h>
20821 #ifdef HAVE_SYS_PARAM_H
20822 # include <sys/param.h>
20823 #endif
20824 #ifdef HAVE_SYS_MOUNT_H
20825 # include <sys/mount.h>
20826 #endif
20827 #ifdef HAVE_SYS_VFS_H
20828 # include <sys/vfs.h>
20829 #endif
20830 #ifdef HAVE_SYS_STATFS_H
20831 # include <sys/statfs.h>
20832 #endif
20835 main ()
20837 static struct statfs ac_aggr;
20838 if (ac_aggr.f_bfree)
20839 return 0;
20841 return 0;
20843 _ACEOF
20844 rm -f conftest.$ac_objext
20845 if { (ac_try="$ac_compile"
20846 case "(($ac_try" in
20847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20848 *) ac_try_echo=$ac_try;;
20849 esac
20850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20851 (eval "$ac_compile") 2>conftest.er1
20852 ac_status=$?
20853 grep -v '^ *+' conftest.er1 >conftest.err
20854 rm -f conftest.er1
20855 cat conftest.err >&5
20856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20857 (exit $ac_status); } && {
20858 test -z "$ac_c_werror_flag" ||
20859 test ! -s conftest.err
20860 } && test -s conftest.$ac_objext; then
20861 ac_cv_member_struct_statfs_f_bfree=yes
20862 else
20863 echo "$as_me: failed program was:" >&5
20864 sed 's/^/| /' conftest.$ac_ext >&5
20866 cat >conftest.$ac_ext <<_ACEOF
20867 /* confdefs.h. */
20868 _ACEOF
20869 cat confdefs.h >>conftest.$ac_ext
20870 cat >>conftest.$ac_ext <<_ACEOF
20871 /* end confdefs.h. */
20872 #include <sys/types.h>
20873 #ifdef HAVE_SYS_PARAM_H
20874 # include <sys/param.h>
20875 #endif
20876 #ifdef HAVE_SYS_MOUNT_H
20877 # include <sys/mount.h>
20878 #endif
20879 #ifdef HAVE_SYS_VFS_H
20880 # include <sys/vfs.h>
20881 #endif
20882 #ifdef HAVE_SYS_STATFS_H
20883 # include <sys/statfs.h>
20884 #endif
20887 main ()
20889 static struct statfs ac_aggr;
20890 if (sizeof ac_aggr.f_bfree)
20891 return 0;
20893 return 0;
20895 _ACEOF
20896 rm -f conftest.$ac_objext
20897 if { (ac_try="$ac_compile"
20898 case "(($ac_try" in
20899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20900 *) ac_try_echo=$ac_try;;
20901 esac
20902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20903 (eval "$ac_compile") 2>conftest.er1
20904 ac_status=$?
20905 grep -v '^ *+' conftest.er1 >conftest.err
20906 rm -f conftest.er1
20907 cat conftest.err >&5
20908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20909 (exit $ac_status); } && {
20910 test -z "$ac_c_werror_flag" ||
20911 test ! -s conftest.err
20912 } && test -s conftest.$ac_objext; then
20913 ac_cv_member_struct_statfs_f_bfree=yes
20914 else
20915 echo "$as_me: failed program was:" >&5
20916 sed 's/^/| /' conftest.$ac_ext >&5
20918 ac_cv_member_struct_statfs_f_bfree=no
20921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20927 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20928 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20930 cat >>confdefs.h <<_ACEOF
20931 #define HAVE_STRUCT_STATFS_F_BFREE 1
20932 _ACEOF
20936 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20937 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20938 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20939 echo $ECHO_N "(cached) $ECHO_C" >&6
20940 else
20941 cat >conftest.$ac_ext <<_ACEOF
20942 /* confdefs.h. */
20943 _ACEOF
20944 cat confdefs.h >>conftest.$ac_ext
20945 cat >>conftest.$ac_ext <<_ACEOF
20946 /* end confdefs.h. */
20947 #include <sys/types.h>
20948 #ifdef HAVE_SYS_PARAM_H
20949 # include <sys/param.h>
20950 #endif
20951 #ifdef HAVE_SYS_MOUNT_H
20952 # include <sys/mount.h>
20953 #endif
20954 #ifdef HAVE_SYS_VFS_H
20955 # include <sys/vfs.h>
20956 #endif
20957 #ifdef HAVE_SYS_STATFS_H
20958 # include <sys/statfs.h>
20959 #endif
20962 main ()
20964 static struct statfs ac_aggr;
20965 if (ac_aggr.f_bavail)
20966 return 0;
20968 return 0;
20970 _ACEOF
20971 rm -f conftest.$ac_objext
20972 if { (ac_try="$ac_compile"
20973 case "(($ac_try" in
20974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20975 *) ac_try_echo=$ac_try;;
20976 esac
20977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20978 (eval "$ac_compile") 2>conftest.er1
20979 ac_status=$?
20980 grep -v '^ *+' conftest.er1 >conftest.err
20981 rm -f conftest.er1
20982 cat conftest.err >&5
20983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20984 (exit $ac_status); } && {
20985 test -z "$ac_c_werror_flag" ||
20986 test ! -s conftest.err
20987 } && test -s conftest.$ac_objext; then
20988 ac_cv_member_struct_statfs_f_bavail=yes
20989 else
20990 echo "$as_me: failed program was:" >&5
20991 sed 's/^/| /' conftest.$ac_ext >&5
20993 cat >conftest.$ac_ext <<_ACEOF
20994 /* confdefs.h. */
20995 _ACEOF
20996 cat confdefs.h >>conftest.$ac_ext
20997 cat >>conftest.$ac_ext <<_ACEOF
20998 /* end confdefs.h. */
20999 #include <sys/types.h>
21000 #ifdef HAVE_SYS_PARAM_H
21001 # include <sys/param.h>
21002 #endif
21003 #ifdef HAVE_SYS_MOUNT_H
21004 # include <sys/mount.h>
21005 #endif
21006 #ifdef HAVE_SYS_VFS_H
21007 # include <sys/vfs.h>
21008 #endif
21009 #ifdef HAVE_SYS_STATFS_H
21010 # include <sys/statfs.h>
21011 #endif
21014 main ()
21016 static struct statfs ac_aggr;
21017 if (sizeof ac_aggr.f_bavail)
21018 return 0;
21020 return 0;
21022 _ACEOF
21023 rm -f conftest.$ac_objext
21024 if { (ac_try="$ac_compile"
21025 case "(($ac_try" in
21026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21027 *) ac_try_echo=$ac_try;;
21028 esac
21029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21030 (eval "$ac_compile") 2>conftest.er1
21031 ac_status=$?
21032 grep -v '^ *+' conftest.er1 >conftest.err
21033 rm -f conftest.er1
21034 cat conftest.err >&5
21035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21036 (exit $ac_status); } && {
21037 test -z "$ac_c_werror_flag" ||
21038 test ! -s conftest.err
21039 } && test -s conftest.$ac_objext; then
21040 ac_cv_member_struct_statfs_f_bavail=yes
21041 else
21042 echo "$as_me: failed program was:" >&5
21043 sed 's/^/| /' conftest.$ac_ext >&5
21045 ac_cv_member_struct_statfs_f_bavail=no
21048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21051 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21053 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21054 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
21055 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
21057 cat >>confdefs.h <<_ACEOF
21058 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21059 _ACEOF
21063 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21064 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
21065 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21066 echo $ECHO_N "(cached) $ECHO_C" >&6
21067 else
21068 cat >conftest.$ac_ext <<_ACEOF
21069 /* confdefs.h. */
21070 _ACEOF
21071 cat confdefs.h >>conftest.$ac_ext
21072 cat >>conftest.$ac_ext <<_ACEOF
21073 /* end confdefs.h. */
21074 #include <sys/types.h>
21075 #ifdef HAVE_SYS_PARAM_H
21076 # include <sys/param.h>
21077 #endif
21078 #ifdef HAVE_SYS_MOUNT_H
21079 # include <sys/mount.h>
21080 #endif
21081 #ifdef HAVE_SYS_VFS_H
21082 # include <sys/vfs.h>
21083 #endif
21084 #ifdef HAVE_SYS_STATFS_H
21085 # include <sys/statfs.h>
21086 #endif
21089 main ()
21091 static struct statfs ac_aggr;
21092 if (ac_aggr.f_frsize)
21093 return 0;
21095 return 0;
21097 _ACEOF
21098 rm -f conftest.$ac_objext
21099 if { (ac_try="$ac_compile"
21100 case "(($ac_try" in
21101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21102 *) ac_try_echo=$ac_try;;
21103 esac
21104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21105 (eval "$ac_compile") 2>conftest.er1
21106 ac_status=$?
21107 grep -v '^ *+' conftest.er1 >conftest.err
21108 rm -f conftest.er1
21109 cat conftest.err >&5
21110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21111 (exit $ac_status); } && {
21112 test -z "$ac_c_werror_flag" ||
21113 test ! -s conftest.err
21114 } && test -s conftest.$ac_objext; then
21115 ac_cv_member_struct_statfs_f_frsize=yes
21116 else
21117 echo "$as_me: failed program was:" >&5
21118 sed 's/^/| /' conftest.$ac_ext >&5
21120 cat >conftest.$ac_ext <<_ACEOF
21121 /* confdefs.h. */
21122 _ACEOF
21123 cat confdefs.h >>conftest.$ac_ext
21124 cat >>conftest.$ac_ext <<_ACEOF
21125 /* end confdefs.h. */
21126 #include <sys/types.h>
21127 #ifdef HAVE_SYS_PARAM_H
21128 # include <sys/param.h>
21129 #endif
21130 #ifdef HAVE_SYS_MOUNT_H
21131 # include <sys/mount.h>
21132 #endif
21133 #ifdef HAVE_SYS_VFS_H
21134 # include <sys/vfs.h>
21135 #endif
21136 #ifdef HAVE_SYS_STATFS_H
21137 # include <sys/statfs.h>
21138 #endif
21141 main ()
21143 static struct statfs ac_aggr;
21144 if (sizeof ac_aggr.f_frsize)
21145 return 0;
21147 return 0;
21149 _ACEOF
21150 rm -f conftest.$ac_objext
21151 if { (ac_try="$ac_compile"
21152 case "(($ac_try" in
21153 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21154 *) ac_try_echo=$ac_try;;
21155 esac
21156 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21157 (eval "$ac_compile") 2>conftest.er1
21158 ac_status=$?
21159 grep -v '^ *+' conftest.er1 >conftest.err
21160 rm -f conftest.er1
21161 cat conftest.err >&5
21162 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21163 (exit $ac_status); } && {
21164 test -z "$ac_c_werror_flag" ||
21165 test ! -s conftest.err
21166 } && test -s conftest.$ac_objext; then
21167 ac_cv_member_struct_statfs_f_frsize=yes
21168 else
21169 echo "$as_me: failed program was:" >&5
21170 sed 's/^/| /' conftest.$ac_ext >&5
21172 ac_cv_member_struct_statfs_f_frsize=no
21175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21180 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21181 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21182 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21184 cat >>confdefs.h <<_ACEOF
21185 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21186 _ACEOF
21190 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21191 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21192 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21193 echo $ECHO_N "(cached) $ECHO_C" >&6
21194 else
21195 cat >conftest.$ac_ext <<_ACEOF
21196 /* confdefs.h. */
21197 _ACEOF
21198 cat confdefs.h >>conftest.$ac_ext
21199 cat >>conftest.$ac_ext <<_ACEOF
21200 /* end confdefs.h. */
21201 #include <sys/types.h>
21202 #ifdef HAVE_SYS_PARAM_H
21203 # include <sys/param.h>
21204 #endif
21205 #ifdef HAVE_SYS_MOUNT_H
21206 # include <sys/mount.h>
21207 #endif
21208 #ifdef HAVE_SYS_VFS_H
21209 # include <sys/vfs.h>
21210 #endif
21211 #ifdef HAVE_SYS_STATFS_H
21212 # include <sys/statfs.h>
21213 #endif
21216 main ()
21218 static struct statfs ac_aggr;
21219 if (ac_aggr.f_ffree)
21220 return 0;
21222 return 0;
21224 _ACEOF
21225 rm -f conftest.$ac_objext
21226 if { (ac_try="$ac_compile"
21227 case "(($ac_try" in
21228 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21229 *) ac_try_echo=$ac_try;;
21230 esac
21231 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21232 (eval "$ac_compile") 2>conftest.er1
21233 ac_status=$?
21234 grep -v '^ *+' conftest.er1 >conftest.err
21235 rm -f conftest.er1
21236 cat conftest.err >&5
21237 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21238 (exit $ac_status); } && {
21239 test -z "$ac_c_werror_flag" ||
21240 test ! -s conftest.err
21241 } && test -s conftest.$ac_objext; then
21242 ac_cv_member_struct_statfs_f_ffree=yes
21243 else
21244 echo "$as_me: failed program was:" >&5
21245 sed 's/^/| /' conftest.$ac_ext >&5
21247 cat >conftest.$ac_ext <<_ACEOF
21248 /* confdefs.h. */
21249 _ACEOF
21250 cat confdefs.h >>conftest.$ac_ext
21251 cat >>conftest.$ac_ext <<_ACEOF
21252 /* end confdefs.h. */
21253 #include <sys/types.h>
21254 #ifdef HAVE_SYS_PARAM_H
21255 # include <sys/param.h>
21256 #endif
21257 #ifdef HAVE_SYS_MOUNT_H
21258 # include <sys/mount.h>
21259 #endif
21260 #ifdef HAVE_SYS_VFS_H
21261 # include <sys/vfs.h>
21262 #endif
21263 #ifdef HAVE_SYS_STATFS_H
21264 # include <sys/statfs.h>
21265 #endif
21268 main ()
21270 static struct statfs ac_aggr;
21271 if (sizeof ac_aggr.f_ffree)
21272 return 0;
21274 return 0;
21276 _ACEOF
21277 rm -f conftest.$ac_objext
21278 if { (ac_try="$ac_compile"
21279 case "(($ac_try" in
21280 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21281 *) ac_try_echo=$ac_try;;
21282 esac
21283 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21284 (eval "$ac_compile") 2>conftest.er1
21285 ac_status=$?
21286 grep -v '^ *+' conftest.er1 >conftest.err
21287 rm -f conftest.er1
21288 cat conftest.err >&5
21289 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21290 (exit $ac_status); } && {
21291 test -z "$ac_c_werror_flag" ||
21292 test ! -s conftest.err
21293 } && test -s conftest.$ac_objext; then
21294 ac_cv_member_struct_statfs_f_ffree=yes
21295 else
21296 echo "$as_me: failed program was:" >&5
21297 sed 's/^/| /' conftest.$ac_ext >&5
21299 ac_cv_member_struct_statfs_f_ffree=no
21302 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21305 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21307 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21308 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21309 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21311 cat >>confdefs.h <<_ACEOF
21312 #define HAVE_STRUCT_STATFS_F_FFREE 1
21313 _ACEOF
21317 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21318 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21319 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21320 echo $ECHO_N "(cached) $ECHO_C" >&6
21321 else
21322 cat >conftest.$ac_ext <<_ACEOF
21323 /* confdefs.h. */
21324 _ACEOF
21325 cat confdefs.h >>conftest.$ac_ext
21326 cat >>conftest.$ac_ext <<_ACEOF
21327 /* end confdefs.h. */
21328 #include <sys/types.h>
21329 #ifdef HAVE_SYS_PARAM_H
21330 # include <sys/param.h>
21331 #endif
21332 #ifdef HAVE_SYS_MOUNT_H
21333 # include <sys/mount.h>
21334 #endif
21335 #ifdef HAVE_SYS_VFS_H
21336 # include <sys/vfs.h>
21337 #endif
21338 #ifdef HAVE_SYS_STATFS_H
21339 # include <sys/statfs.h>
21340 #endif
21343 main ()
21345 static struct statfs ac_aggr;
21346 if (ac_aggr.f_favail)
21347 return 0;
21349 return 0;
21351 _ACEOF
21352 rm -f conftest.$ac_objext
21353 if { (ac_try="$ac_compile"
21354 case "(($ac_try" in
21355 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21356 *) ac_try_echo=$ac_try;;
21357 esac
21358 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21359 (eval "$ac_compile") 2>conftest.er1
21360 ac_status=$?
21361 grep -v '^ *+' conftest.er1 >conftest.err
21362 rm -f conftest.er1
21363 cat conftest.err >&5
21364 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21365 (exit $ac_status); } && {
21366 test -z "$ac_c_werror_flag" ||
21367 test ! -s conftest.err
21368 } && test -s conftest.$ac_objext; then
21369 ac_cv_member_struct_statfs_f_favail=yes
21370 else
21371 echo "$as_me: failed program was:" >&5
21372 sed 's/^/| /' conftest.$ac_ext >&5
21374 cat >conftest.$ac_ext <<_ACEOF
21375 /* confdefs.h. */
21376 _ACEOF
21377 cat confdefs.h >>conftest.$ac_ext
21378 cat >>conftest.$ac_ext <<_ACEOF
21379 /* end confdefs.h. */
21380 #include <sys/types.h>
21381 #ifdef HAVE_SYS_PARAM_H
21382 # include <sys/param.h>
21383 #endif
21384 #ifdef HAVE_SYS_MOUNT_H
21385 # include <sys/mount.h>
21386 #endif
21387 #ifdef HAVE_SYS_VFS_H
21388 # include <sys/vfs.h>
21389 #endif
21390 #ifdef HAVE_SYS_STATFS_H
21391 # include <sys/statfs.h>
21392 #endif
21395 main ()
21397 static struct statfs ac_aggr;
21398 if (sizeof ac_aggr.f_favail)
21399 return 0;
21401 return 0;
21403 _ACEOF
21404 rm -f conftest.$ac_objext
21405 if { (ac_try="$ac_compile"
21406 case "(($ac_try" in
21407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21408 *) ac_try_echo=$ac_try;;
21409 esac
21410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21411 (eval "$ac_compile") 2>conftest.er1
21412 ac_status=$?
21413 grep -v '^ *+' conftest.er1 >conftest.err
21414 rm -f conftest.er1
21415 cat conftest.err >&5
21416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21417 (exit $ac_status); } && {
21418 test -z "$ac_c_werror_flag" ||
21419 test ! -s conftest.err
21420 } && test -s conftest.$ac_objext; then
21421 ac_cv_member_struct_statfs_f_favail=yes
21422 else
21423 echo "$as_me: failed program was:" >&5
21424 sed 's/^/| /' conftest.$ac_ext >&5
21426 ac_cv_member_struct_statfs_f_favail=no
21429 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21434 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21435 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21436 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21438 cat >>confdefs.h <<_ACEOF
21439 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21440 _ACEOF
21444 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21445 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21446 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21447 echo $ECHO_N "(cached) $ECHO_C" >&6
21448 else
21449 cat >conftest.$ac_ext <<_ACEOF
21450 /* confdefs.h. */
21451 _ACEOF
21452 cat confdefs.h >>conftest.$ac_ext
21453 cat >>conftest.$ac_ext <<_ACEOF
21454 /* end confdefs.h. */
21455 #include <sys/types.h>
21456 #ifdef HAVE_SYS_PARAM_H
21457 # include <sys/param.h>
21458 #endif
21459 #ifdef HAVE_SYS_MOUNT_H
21460 # include <sys/mount.h>
21461 #endif
21462 #ifdef HAVE_SYS_VFS_H
21463 # include <sys/vfs.h>
21464 #endif
21465 #ifdef HAVE_SYS_STATFS_H
21466 # include <sys/statfs.h>
21467 #endif
21470 main ()
21472 static struct statfs ac_aggr;
21473 if (ac_aggr.f_namelen)
21474 return 0;
21476 return 0;
21478 _ACEOF
21479 rm -f conftest.$ac_objext
21480 if { (ac_try="$ac_compile"
21481 case "(($ac_try" in
21482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21483 *) ac_try_echo=$ac_try;;
21484 esac
21485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21486 (eval "$ac_compile") 2>conftest.er1
21487 ac_status=$?
21488 grep -v '^ *+' conftest.er1 >conftest.err
21489 rm -f conftest.er1
21490 cat conftest.err >&5
21491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21492 (exit $ac_status); } && {
21493 test -z "$ac_c_werror_flag" ||
21494 test ! -s conftest.err
21495 } && test -s conftest.$ac_objext; then
21496 ac_cv_member_struct_statfs_f_namelen=yes
21497 else
21498 echo "$as_me: failed program was:" >&5
21499 sed 's/^/| /' conftest.$ac_ext >&5
21501 cat >conftest.$ac_ext <<_ACEOF
21502 /* confdefs.h. */
21503 _ACEOF
21504 cat confdefs.h >>conftest.$ac_ext
21505 cat >>conftest.$ac_ext <<_ACEOF
21506 /* end confdefs.h. */
21507 #include <sys/types.h>
21508 #ifdef HAVE_SYS_PARAM_H
21509 # include <sys/param.h>
21510 #endif
21511 #ifdef HAVE_SYS_MOUNT_H
21512 # include <sys/mount.h>
21513 #endif
21514 #ifdef HAVE_SYS_VFS_H
21515 # include <sys/vfs.h>
21516 #endif
21517 #ifdef HAVE_SYS_STATFS_H
21518 # include <sys/statfs.h>
21519 #endif
21522 main ()
21524 static struct statfs ac_aggr;
21525 if (sizeof ac_aggr.f_namelen)
21526 return 0;
21528 return 0;
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21536 esac
21537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21538 (eval "$ac_compile") 2>conftest.er1
21539 ac_status=$?
21540 grep -v '^ *+' conftest.er1 >conftest.err
21541 rm -f conftest.er1
21542 cat conftest.err >&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); } && {
21545 test -z "$ac_c_werror_flag" ||
21546 test ! -s conftest.err
21547 } && test -s conftest.$ac_objext; then
21548 ac_cv_member_struct_statfs_f_namelen=yes
21549 else
21550 echo "$as_me: failed program was:" >&5
21551 sed 's/^/| /' conftest.$ac_ext >&5
21553 ac_cv_member_struct_statfs_f_namelen=no
21556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21561 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21562 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21563 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21565 cat >>confdefs.h <<_ACEOF
21566 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21567 _ACEOF
21573 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21574 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21575 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21576 echo $ECHO_N "(cached) $ECHO_C" >&6
21577 else
21578 cat >conftest.$ac_ext <<_ACEOF
21579 /* confdefs.h. */
21580 _ACEOF
21581 cat confdefs.h >>conftest.$ac_ext
21582 cat >>conftest.$ac_ext <<_ACEOF
21583 /* end confdefs.h. */
21584 #ifdef HAVE_SYS_STATVFS_H
21585 #include <sys/statvfs.h>
21586 #endif
21589 main ()
21591 static struct statvfs ac_aggr;
21592 if (ac_aggr.f_blocks)
21593 return 0;
21595 return 0;
21597 _ACEOF
21598 rm -f conftest.$ac_objext
21599 if { (ac_try="$ac_compile"
21600 case "(($ac_try" in
21601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21602 *) ac_try_echo=$ac_try;;
21603 esac
21604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21605 (eval "$ac_compile") 2>conftest.er1
21606 ac_status=$?
21607 grep -v '^ *+' conftest.er1 >conftest.err
21608 rm -f conftest.er1
21609 cat conftest.err >&5
21610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21611 (exit $ac_status); } && {
21612 test -z "$ac_c_werror_flag" ||
21613 test ! -s conftest.err
21614 } && test -s conftest.$ac_objext; then
21615 ac_cv_member_struct_statvfs_f_blocks=yes
21616 else
21617 echo "$as_me: failed program was:" >&5
21618 sed 's/^/| /' conftest.$ac_ext >&5
21620 cat >conftest.$ac_ext <<_ACEOF
21621 /* confdefs.h. */
21622 _ACEOF
21623 cat confdefs.h >>conftest.$ac_ext
21624 cat >>conftest.$ac_ext <<_ACEOF
21625 /* end confdefs.h. */
21626 #ifdef HAVE_SYS_STATVFS_H
21627 #include <sys/statvfs.h>
21628 #endif
21631 main ()
21633 static struct statvfs ac_aggr;
21634 if (sizeof ac_aggr.f_blocks)
21635 return 0;
21637 return 0;
21639 _ACEOF
21640 rm -f conftest.$ac_objext
21641 if { (ac_try="$ac_compile"
21642 case "(($ac_try" in
21643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21644 *) ac_try_echo=$ac_try;;
21645 esac
21646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21647 (eval "$ac_compile") 2>conftest.er1
21648 ac_status=$?
21649 grep -v '^ *+' conftest.er1 >conftest.err
21650 rm -f conftest.er1
21651 cat conftest.err >&5
21652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21653 (exit $ac_status); } && {
21654 test -z "$ac_c_werror_flag" ||
21655 test ! -s conftest.err
21656 } && test -s conftest.$ac_objext; then
21657 ac_cv_member_struct_statvfs_f_blocks=yes
21658 else
21659 echo "$as_me: failed program was:" >&5
21660 sed 's/^/| /' conftest.$ac_ext >&5
21662 ac_cv_member_struct_statvfs_f_blocks=no
21665 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21670 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21671 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21672 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21674 cat >>confdefs.h <<_ACEOF
21675 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21676 _ACEOF
21682 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21683 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21684 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21685 echo $ECHO_N "(cached) $ECHO_C" >&6
21686 else
21687 cat >conftest.$ac_ext <<_ACEOF
21688 /* confdefs.h. */
21689 _ACEOF
21690 cat confdefs.h >>conftest.$ac_ext
21691 cat >>conftest.$ac_ext <<_ACEOF
21692 /* end confdefs.h. */
21693 #include <sys/types.h>
21694 #ifdef HAVE_SYS_SOCKET_H
21695 # include <sys/socket.h>
21696 #endif
21697 #ifdef HAVE_SYS_UN_H
21698 # include <sys/un.h>
21699 #endif
21702 main ()
21704 static struct msghdr ac_aggr;
21705 if (ac_aggr.msg_accrights)
21706 return 0;
21708 return 0;
21710 _ACEOF
21711 rm -f conftest.$ac_objext
21712 if { (ac_try="$ac_compile"
21713 case "(($ac_try" in
21714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21715 *) ac_try_echo=$ac_try;;
21716 esac
21717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21718 (eval "$ac_compile") 2>conftest.er1
21719 ac_status=$?
21720 grep -v '^ *+' conftest.er1 >conftest.err
21721 rm -f conftest.er1
21722 cat conftest.err >&5
21723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21724 (exit $ac_status); } && {
21725 test -z "$ac_c_werror_flag" ||
21726 test ! -s conftest.err
21727 } && test -s conftest.$ac_objext; then
21728 ac_cv_member_struct_msghdr_msg_accrights=yes
21729 else
21730 echo "$as_me: failed program was:" >&5
21731 sed 's/^/| /' conftest.$ac_ext >&5
21733 cat >conftest.$ac_ext <<_ACEOF
21734 /* confdefs.h. */
21735 _ACEOF
21736 cat confdefs.h >>conftest.$ac_ext
21737 cat >>conftest.$ac_ext <<_ACEOF
21738 /* end confdefs.h. */
21739 #include <sys/types.h>
21740 #ifdef HAVE_SYS_SOCKET_H
21741 # include <sys/socket.h>
21742 #endif
21743 #ifdef HAVE_SYS_UN_H
21744 # include <sys/un.h>
21745 #endif
21748 main ()
21750 static struct msghdr ac_aggr;
21751 if (sizeof ac_aggr.msg_accrights)
21752 return 0;
21754 return 0;
21756 _ACEOF
21757 rm -f conftest.$ac_objext
21758 if { (ac_try="$ac_compile"
21759 case "(($ac_try" in
21760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21761 *) ac_try_echo=$ac_try;;
21762 esac
21763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21764 (eval "$ac_compile") 2>conftest.er1
21765 ac_status=$?
21766 grep -v '^ *+' conftest.er1 >conftest.err
21767 rm -f conftest.er1
21768 cat conftest.err >&5
21769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21770 (exit $ac_status); } && {
21771 test -z "$ac_c_werror_flag" ||
21772 test ! -s conftest.err
21773 } && test -s conftest.$ac_objext; then
21774 ac_cv_member_struct_msghdr_msg_accrights=yes
21775 else
21776 echo "$as_me: failed program was:" >&5
21777 sed 's/^/| /' conftest.$ac_ext >&5
21779 ac_cv_member_struct_msghdr_msg_accrights=no
21782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21787 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21788 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21789 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21791 cat >>confdefs.h <<_ACEOF
21792 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21793 _ACEOF
21797 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21798 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21799 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21800 echo $ECHO_N "(cached) $ECHO_C" >&6
21801 else
21802 cat >conftest.$ac_ext <<_ACEOF
21803 /* confdefs.h. */
21804 _ACEOF
21805 cat confdefs.h >>conftest.$ac_ext
21806 cat >>conftest.$ac_ext <<_ACEOF
21807 /* end confdefs.h. */
21808 #include <sys/types.h>
21809 #ifdef HAVE_SYS_SOCKET_H
21810 # include <sys/socket.h>
21811 #endif
21812 #ifdef HAVE_SYS_UN_H
21813 # include <sys/un.h>
21814 #endif
21817 main ()
21819 static struct sockaddr ac_aggr;
21820 if (ac_aggr.sa_len)
21821 return 0;
21823 return 0;
21825 _ACEOF
21826 rm -f conftest.$ac_objext
21827 if { (ac_try="$ac_compile"
21828 case "(($ac_try" in
21829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21830 *) ac_try_echo=$ac_try;;
21831 esac
21832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21833 (eval "$ac_compile") 2>conftest.er1
21834 ac_status=$?
21835 grep -v '^ *+' conftest.er1 >conftest.err
21836 rm -f conftest.er1
21837 cat conftest.err >&5
21838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21839 (exit $ac_status); } && {
21840 test -z "$ac_c_werror_flag" ||
21841 test ! -s conftest.err
21842 } && test -s conftest.$ac_objext; then
21843 ac_cv_member_struct_sockaddr_sa_len=yes
21844 else
21845 echo "$as_me: failed program was:" >&5
21846 sed 's/^/| /' conftest.$ac_ext >&5
21848 cat >conftest.$ac_ext <<_ACEOF
21849 /* confdefs.h. */
21850 _ACEOF
21851 cat confdefs.h >>conftest.$ac_ext
21852 cat >>conftest.$ac_ext <<_ACEOF
21853 /* end confdefs.h. */
21854 #include <sys/types.h>
21855 #ifdef HAVE_SYS_SOCKET_H
21856 # include <sys/socket.h>
21857 #endif
21858 #ifdef HAVE_SYS_UN_H
21859 # include <sys/un.h>
21860 #endif
21863 main ()
21865 static struct sockaddr ac_aggr;
21866 if (sizeof ac_aggr.sa_len)
21867 return 0;
21869 return 0;
21871 _ACEOF
21872 rm -f conftest.$ac_objext
21873 if { (ac_try="$ac_compile"
21874 case "(($ac_try" in
21875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21876 *) ac_try_echo=$ac_try;;
21877 esac
21878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21879 (eval "$ac_compile") 2>conftest.er1
21880 ac_status=$?
21881 grep -v '^ *+' conftest.er1 >conftest.err
21882 rm -f conftest.er1
21883 cat conftest.err >&5
21884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21885 (exit $ac_status); } && {
21886 test -z "$ac_c_werror_flag" ||
21887 test ! -s conftest.err
21888 } && test -s conftest.$ac_objext; then
21889 ac_cv_member_struct_sockaddr_sa_len=yes
21890 else
21891 echo "$as_me: failed program was:" >&5
21892 sed 's/^/| /' conftest.$ac_ext >&5
21894 ac_cv_member_struct_sockaddr_sa_len=no
21897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21902 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21903 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21904 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21906 cat >>confdefs.h <<_ACEOF
21907 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21908 _ACEOF
21912 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21913 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21914 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21915 echo $ECHO_N "(cached) $ECHO_C" >&6
21916 else
21917 cat >conftest.$ac_ext <<_ACEOF
21918 /* confdefs.h. */
21919 _ACEOF
21920 cat confdefs.h >>conftest.$ac_ext
21921 cat >>conftest.$ac_ext <<_ACEOF
21922 /* end confdefs.h. */
21923 #include <sys/types.h>
21924 #ifdef HAVE_SYS_SOCKET_H
21925 # include <sys/socket.h>
21926 #endif
21927 #ifdef HAVE_SYS_UN_H
21928 # include <sys/un.h>
21929 #endif
21932 main ()
21934 static struct sockaddr_un ac_aggr;
21935 if (ac_aggr.sun_len)
21936 return 0;
21938 return 0;
21940 _ACEOF
21941 rm -f conftest.$ac_objext
21942 if { (ac_try="$ac_compile"
21943 case "(($ac_try" in
21944 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21945 *) ac_try_echo=$ac_try;;
21946 esac
21947 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21948 (eval "$ac_compile") 2>conftest.er1
21949 ac_status=$?
21950 grep -v '^ *+' conftest.er1 >conftest.err
21951 rm -f conftest.er1
21952 cat conftest.err >&5
21953 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21954 (exit $ac_status); } && {
21955 test -z "$ac_c_werror_flag" ||
21956 test ! -s conftest.err
21957 } && test -s conftest.$ac_objext; then
21958 ac_cv_member_struct_sockaddr_un_sun_len=yes
21959 else
21960 echo "$as_me: failed program was:" >&5
21961 sed 's/^/| /' conftest.$ac_ext >&5
21963 cat >conftest.$ac_ext <<_ACEOF
21964 /* confdefs.h. */
21965 _ACEOF
21966 cat confdefs.h >>conftest.$ac_ext
21967 cat >>conftest.$ac_ext <<_ACEOF
21968 /* end confdefs.h. */
21969 #include <sys/types.h>
21970 #ifdef HAVE_SYS_SOCKET_H
21971 # include <sys/socket.h>
21972 #endif
21973 #ifdef HAVE_SYS_UN_H
21974 # include <sys/un.h>
21975 #endif
21978 main ()
21980 static struct sockaddr_un ac_aggr;
21981 if (sizeof ac_aggr.sun_len)
21982 return 0;
21984 return 0;
21986 _ACEOF
21987 rm -f conftest.$ac_objext
21988 if { (ac_try="$ac_compile"
21989 case "(($ac_try" in
21990 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21991 *) ac_try_echo=$ac_try;;
21992 esac
21993 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21994 (eval "$ac_compile") 2>conftest.er1
21995 ac_status=$?
21996 grep -v '^ *+' conftest.er1 >conftest.err
21997 rm -f conftest.er1
21998 cat conftest.err >&5
21999 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22000 (exit $ac_status); } && {
22001 test -z "$ac_c_werror_flag" ||
22002 test ! -s conftest.err
22003 } && test -s conftest.$ac_objext; then
22004 ac_cv_member_struct_sockaddr_un_sun_len=yes
22005 else
22006 echo "$as_me: failed program was:" >&5
22007 sed 's/^/| /' conftest.$ac_ext >&5
22009 ac_cv_member_struct_sockaddr_un_sun_len=no
22012 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22015 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22017 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22018 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22019 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
22021 cat >>confdefs.h <<_ACEOF
22022 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22023 _ACEOF
22029 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22030 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
22031 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22032 echo $ECHO_N "(cached) $ECHO_C" >&6
22033 else
22034 cat >conftest.$ac_ext <<_ACEOF
22035 /* confdefs.h. */
22036 _ACEOF
22037 cat confdefs.h >>conftest.$ac_ext
22038 cat >>conftest.$ac_ext <<_ACEOF
22039 /* end confdefs.h. */
22040 #include <sys/types.h>
22041 #ifdef HAVE_SCSI_SG_H
22042 #include <scsi/sg.h>
22043 #endif
22046 main ()
22048 static scsireq_t ac_aggr;
22049 if (ac_aggr.cmd)
22050 return 0;
22052 return 0;
22054 _ACEOF
22055 rm -f conftest.$ac_objext
22056 if { (ac_try="$ac_compile"
22057 case "(($ac_try" in
22058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22059 *) ac_try_echo=$ac_try;;
22060 esac
22061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22062 (eval "$ac_compile") 2>conftest.er1
22063 ac_status=$?
22064 grep -v '^ *+' conftest.er1 >conftest.err
22065 rm -f conftest.er1
22066 cat conftest.err >&5
22067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22068 (exit $ac_status); } && {
22069 test -z "$ac_c_werror_flag" ||
22070 test ! -s conftest.err
22071 } && test -s conftest.$ac_objext; then
22072 ac_cv_member_scsireq_t_cmd=yes
22073 else
22074 echo "$as_me: failed program was:" >&5
22075 sed 's/^/| /' conftest.$ac_ext >&5
22077 cat >conftest.$ac_ext <<_ACEOF
22078 /* confdefs.h. */
22079 _ACEOF
22080 cat confdefs.h >>conftest.$ac_ext
22081 cat >>conftest.$ac_ext <<_ACEOF
22082 /* end confdefs.h. */
22083 #include <sys/types.h>
22084 #ifdef HAVE_SCSI_SG_H
22085 #include <scsi/sg.h>
22086 #endif
22089 main ()
22091 static scsireq_t ac_aggr;
22092 if (sizeof ac_aggr.cmd)
22093 return 0;
22095 return 0;
22097 _ACEOF
22098 rm -f conftest.$ac_objext
22099 if { (ac_try="$ac_compile"
22100 case "(($ac_try" in
22101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22102 *) ac_try_echo=$ac_try;;
22103 esac
22104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22105 (eval "$ac_compile") 2>conftest.er1
22106 ac_status=$?
22107 grep -v '^ *+' conftest.er1 >conftest.err
22108 rm -f conftest.er1
22109 cat conftest.err >&5
22110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22111 (exit $ac_status); } && {
22112 test -z "$ac_c_werror_flag" ||
22113 test ! -s conftest.err
22114 } && test -s conftest.$ac_objext; then
22115 ac_cv_member_scsireq_t_cmd=yes
22116 else
22117 echo "$as_me: failed program was:" >&5
22118 sed 's/^/| /' conftest.$ac_ext >&5
22120 ac_cv_member_scsireq_t_cmd=no
22123 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22126 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22128 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22129 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22130 if test $ac_cv_member_scsireq_t_cmd = yes; then
22132 cat >>confdefs.h <<_ACEOF
22133 #define HAVE_SCSIREQ_T_CMD 1
22134 _ACEOF
22138 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22139 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22140 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22141 echo $ECHO_N "(cached) $ECHO_C" >&6
22142 else
22143 cat >conftest.$ac_ext <<_ACEOF
22144 /* confdefs.h. */
22145 _ACEOF
22146 cat confdefs.h >>conftest.$ac_ext
22147 cat >>conftest.$ac_ext <<_ACEOF
22148 /* end confdefs.h. */
22149 #include <sys/types.h>
22150 #ifdef HAVE_SCSI_SG_H
22151 #include <scsi/sg.h>
22152 #endif
22155 main ()
22157 static sg_io_hdr_t ac_aggr;
22158 if (ac_aggr.interface_id)
22159 return 0;
22161 return 0;
22163 _ACEOF
22164 rm -f conftest.$ac_objext
22165 if { (ac_try="$ac_compile"
22166 case "(($ac_try" in
22167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22168 *) ac_try_echo=$ac_try;;
22169 esac
22170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22171 (eval "$ac_compile") 2>conftest.er1
22172 ac_status=$?
22173 grep -v '^ *+' conftest.er1 >conftest.err
22174 rm -f conftest.er1
22175 cat conftest.err >&5
22176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22177 (exit $ac_status); } && {
22178 test -z "$ac_c_werror_flag" ||
22179 test ! -s conftest.err
22180 } && test -s conftest.$ac_objext; then
22181 ac_cv_member_sg_io_hdr_t_interface_id=yes
22182 else
22183 echo "$as_me: failed program was:" >&5
22184 sed 's/^/| /' conftest.$ac_ext >&5
22186 cat >conftest.$ac_ext <<_ACEOF
22187 /* confdefs.h. */
22188 _ACEOF
22189 cat confdefs.h >>conftest.$ac_ext
22190 cat >>conftest.$ac_ext <<_ACEOF
22191 /* end confdefs.h. */
22192 #include <sys/types.h>
22193 #ifdef HAVE_SCSI_SG_H
22194 #include <scsi/sg.h>
22195 #endif
22198 main ()
22200 static sg_io_hdr_t ac_aggr;
22201 if (sizeof ac_aggr.interface_id)
22202 return 0;
22204 return 0;
22206 _ACEOF
22207 rm -f conftest.$ac_objext
22208 if { (ac_try="$ac_compile"
22209 case "(($ac_try" in
22210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22211 *) ac_try_echo=$ac_try;;
22212 esac
22213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22214 (eval "$ac_compile") 2>conftest.er1
22215 ac_status=$?
22216 grep -v '^ *+' conftest.er1 >conftest.err
22217 rm -f conftest.er1
22218 cat conftest.err >&5
22219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22220 (exit $ac_status); } && {
22221 test -z "$ac_c_werror_flag" ||
22222 test ! -s conftest.err
22223 } && test -s conftest.$ac_objext; then
22224 ac_cv_member_sg_io_hdr_t_interface_id=yes
22225 else
22226 echo "$as_me: failed program was:" >&5
22227 sed 's/^/| /' conftest.$ac_ext >&5
22229 ac_cv_member_sg_io_hdr_t_interface_id=no
22232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22237 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22238 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22239 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22241 cat >>confdefs.h <<_ACEOF
22242 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22243 _ACEOF
22249 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22250 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22251 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22252 echo $ECHO_N "(cached) $ECHO_C" >&6
22253 else
22254 cat >conftest.$ac_ext <<_ACEOF
22255 /* confdefs.h. */
22256 _ACEOF
22257 cat confdefs.h >>conftest.$ac_ext
22258 cat >>conftest.$ac_ext <<_ACEOF
22259 /* end confdefs.h. */
22260 #include <signal.h>
22263 main ()
22265 static siginfo_t ac_aggr;
22266 if (ac_aggr.si_fd)
22267 return 0;
22269 return 0;
22271 _ACEOF
22272 rm -f conftest.$ac_objext
22273 if { (ac_try="$ac_compile"
22274 case "(($ac_try" in
22275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22276 *) ac_try_echo=$ac_try;;
22277 esac
22278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22279 (eval "$ac_compile") 2>conftest.er1
22280 ac_status=$?
22281 grep -v '^ *+' conftest.er1 >conftest.err
22282 rm -f conftest.er1
22283 cat conftest.err >&5
22284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22285 (exit $ac_status); } && {
22286 test -z "$ac_c_werror_flag" ||
22287 test ! -s conftest.err
22288 } && test -s conftest.$ac_objext; then
22289 ac_cv_member_siginfo_t_si_fd=yes
22290 else
22291 echo "$as_me: failed program was:" >&5
22292 sed 's/^/| /' conftest.$ac_ext >&5
22294 cat >conftest.$ac_ext <<_ACEOF
22295 /* confdefs.h. */
22296 _ACEOF
22297 cat confdefs.h >>conftest.$ac_ext
22298 cat >>conftest.$ac_ext <<_ACEOF
22299 /* end confdefs.h. */
22300 #include <signal.h>
22303 main ()
22305 static siginfo_t ac_aggr;
22306 if (sizeof ac_aggr.si_fd)
22307 return 0;
22309 return 0;
22311 _ACEOF
22312 rm -f conftest.$ac_objext
22313 if { (ac_try="$ac_compile"
22314 case "(($ac_try" in
22315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22316 *) ac_try_echo=$ac_try;;
22317 esac
22318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22319 (eval "$ac_compile") 2>conftest.er1
22320 ac_status=$?
22321 grep -v '^ *+' conftest.er1 >conftest.err
22322 rm -f conftest.er1
22323 cat conftest.err >&5
22324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22325 (exit $ac_status); } && {
22326 test -z "$ac_c_werror_flag" ||
22327 test ! -s conftest.err
22328 } && test -s conftest.$ac_objext; then
22329 ac_cv_member_siginfo_t_si_fd=yes
22330 else
22331 echo "$as_me: failed program was:" >&5
22332 sed 's/^/| /' conftest.$ac_ext >&5
22334 ac_cv_member_siginfo_t_si_fd=no
22337 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22342 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22343 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22344 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22346 cat >>confdefs.h <<_ACEOF
22347 #define HAVE_SIGINFO_T_SI_FD 1
22348 _ACEOF
22354 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22355 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22356 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22357 echo $ECHO_N "(cached) $ECHO_C" >&6
22358 else
22359 cat >conftest.$ac_ext <<_ACEOF
22360 /* confdefs.h. */
22361 _ACEOF
22362 cat confdefs.h >>conftest.$ac_ext
22363 cat >>conftest.$ac_ext <<_ACEOF
22364 /* end confdefs.h. */
22365 #include <sys/types.h>
22366 #ifdef HAVE_SYS_MTIO_H
22367 #include <sys/mtio.h>
22368 #endif
22371 main ()
22373 static struct mtget ac_aggr;
22374 if (ac_aggr.mt_blksiz)
22375 return 0;
22377 return 0;
22379 _ACEOF
22380 rm -f conftest.$ac_objext
22381 if { (ac_try="$ac_compile"
22382 case "(($ac_try" in
22383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22384 *) ac_try_echo=$ac_try;;
22385 esac
22386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22387 (eval "$ac_compile") 2>conftest.er1
22388 ac_status=$?
22389 grep -v '^ *+' conftest.er1 >conftest.err
22390 rm -f conftest.er1
22391 cat conftest.err >&5
22392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22393 (exit $ac_status); } && {
22394 test -z "$ac_c_werror_flag" ||
22395 test ! -s conftest.err
22396 } && test -s conftest.$ac_objext; then
22397 ac_cv_member_struct_mtget_mt_blksiz=yes
22398 else
22399 echo "$as_me: failed program was:" >&5
22400 sed 's/^/| /' conftest.$ac_ext >&5
22402 cat >conftest.$ac_ext <<_ACEOF
22403 /* confdefs.h. */
22404 _ACEOF
22405 cat confdefs.h >>conftest.$ac_ext
22406 cat >>conftest.$ac_ext <<_ACEOF
22407 /* end confdefs.h. */
22408 #include <sys/types.h>
22409 #ifdef HAVE_SYS_MTIO_H
22410 #include <sys/mtio.h>
22411 #endif
22414 main ()
22416 static struct mtget ac_aggr;
22417 if (sizeof ac_aggr.mt_blksiz)
22418 return 0;
22420 return 0;
22422 _ACEOF
22423 rm -f conftest.$ac_objext
22424 if { (ac_try="$ac_compile"
22425 case "(($ac_try" in
22426 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22427 *) ac_try_echo=$ac_try;;
22428 esac
22429 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22430 (eval "$ac_compile") 2>conftest.er1
22431 ac_status=$?
22432 grep -v '^ *+' conftest.er1 >conftest.err
22433 rm -f conftest.er1
22434 cat conftest.err >&5
22435 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22436 (exit $ac_status); } && {
22437 test -z "$ac_c_werror_flag" ||
22438 test ! -s conftest.err
22439 } && test -s conftest.$ac_objext; then
22440 ac_cv_member_struct_mtget_mt_blksiz=yes
22441 else
22442 echo "$as_me: failed program was:" >&5
22443 sed 's/^/| /' conftest.$ac_ext >&5
22445 ac_cv_member_struct_mtget_mt_blksiz=no
22448 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22451 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22453 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22454 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22455 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22457 cat >>confdefs.h <<_ACEOF
22458 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22459 _ACEOF
22463 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22464 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22465 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22466 echo $ECHO_N "(cached) $ECHO_C" >&6
22467 else
22468 cat >conftest.$ac_ext <<_ACEOF
22469 /* confdefs.h. */
22470 _ACEOF
22471 cat confdefs.h >>conftest.$ac_ext
22472 cat >>conftest.$ac_ext <<_ACEOF
22473 /* end confdefs.h. */
22474 #include <sys/types.h>
22475 #ifdef HAVE_SYS_MTIO_H
22476 #include <sys/mtio.h>
22477 #endif
22480 main ()
22482 static struct mtget ac_aggr;
22483 if (ac_aggr.mt_gstat)
22484 return 0;
22486 return 0;
22488 _ACEOF
22489 rm -f conftest.$ac_objext
22490 if { (ac_try="$ac_compile"
22491 case "(($ac_try" in
22492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22493 *) ac_try_echo=$ac_try;;
22494 esac
22495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22496 (eval "$ac_compile") 2>conftest.er1
22497 ac_status=$?
22498 grep -v '^ *+' conftest.er1 >conftest.err
22499 rm -f conftest.er1
22500 cat conftest.err >&5
22501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22502 (exit $ac_status); } && {
22503 test -z "$ac_c_werror_flag" ||
22504 test ! -s conftest.err
22505 } && test -s conftest.$ac_objext; then
22506 ac_cv_member_struct_mtget_mt_gstat=yes
22507 else
22508 echo "$as_me: failed program was:" >&5
22509 sed 's/^/| /' conftest.$ac_ext >&5
22511 cat >conftest.$ac_ext <<_ACEOF
22512 /* confdefs.h. */
22513 _ACEOF
22514 cat confdefs.h >>conftest.$ac_ext
22515 cat >>conftest.$ac_ext <<_ACEOF
22516 /* end confdefs.h. */
22517 #include <sys/types.h>
22518 #ifdef HAVE_SYS_MTIO_H
22519 #include <sys/mtio.h>
22520 #endif
22523 main ()
22525 static struct mtget ac_aggr;
22526 if (sizeof ac_aggr.mt_gstat)
22527 return 0;
22529 return 0;
22531 _ACEOF
22532 rm -f conftest.$ac_objext
22533 if { (ac_try="$ac_compile"
22534 case "(($ac_try" in
22535 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22536 *) ac_try_echo=$ac_try;;
22537 esac
22538 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22539 (eval "$ac_compile") 2>conftest.er1
22540 ac_status=$?
22541 grep -v '^ *+' conftest.er1 >conftest.err
22542 rm -f conftest.er1
22543 cat conftest.err >&5
22544 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22545 (exit $ac_status); } && {
22546 test -z "$ac_c_werror_flag" ||
22547 test ! -s conftest.err
22548 } && test -s conftest.$ac_objext; then
22549 ac_cv_member_struct_mtget_mt_gstat=yes
22550 else
22551 echo "$as_me: failed program was:" >&5
22552 sed 's/^/| /' conftest.$ac_ext >&5
22554 ac_cv_member_struct_mtget_mt_gstat=no
22557 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22560 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22562 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22563 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22564 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22566 cat >>confdefs.h <<_ACEOF
22567 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22568 _ACEOF
22572 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22573 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22574 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22575 echo $ECHO_N "(cached) $ECHO_C" >&6
22576 else
22577 cat >conftest.$ac_ext <<_ACEOF
22578 /* confdefs.h. */
22579 _ACEOF
22580 cat confdefs.h >>conftest.$ac_ext
22581 cat >>conftest.$ac_ext <<_ACEOF
22582 /* end confdefs.h. */
22583 #include <sys/types.h>
22584 #ifdef HAVE_SYS_MTIO_H
22585 #include <sys/mtio.h>
22586 #endif
22589 main ()
22591 static struct mtget ac_aggr;
22592 if (ac_aggr.mt_blkno)
22593 return 0;
22595 return 0;
22597 _ACEOF
22598 rm -f conftest.$ac_objext
22599 if { (ac_try="$ac_compile"
22600 case "(($ac_try" in
22601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22602 *) ac_try_echo=$ac_try;;
22603 esac
22604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22605 (eval "$ac_compile") 2>conftest.er1
22606 ac_status=$?
22607 grep -v '^ *+' conftest.er1 >conftest.err
22608 rm -f conftest.er1
22609 cat conftest.err >&5
22610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22611 (exit $ac_status); } && {
22612 test -z "$ac_c_werror_flag" ||
22613 test ! -s conftest.err
22614 } && test -s conftest.$ac_objext; then
22615 ac_cv_member_struct_mtget_mt_blkno=yes
22616 else
22617 echo "$as_me: failed program was:" >&5
22618 sed 's/^/| /' conftest.$ac_ext >&5
22620 cat >conftest.$ac_ext <<_ACEOF
22621 /* confdefs.h. */
22622 _ACEOF
22623 cat confdefs.h >>conftest.$ac_ext
22624 cat >>conftest.$ac_ext <<_ACEOF
22625 /* end confdefs.h. */
22626 #include <sys/types.h>
22627 #ifdef HAVE_SYS_MTIO_H
22628 #include <sys/mtio.h>
22629 #endif
22632 main ()
22634 static struct mtget ac_aggr;
22635 if (sizeof ac_aggr.mt_blkno)
22636 return 0;
22638 return 0;
22640 _ACEOF
22641 rm -f conftest.$ac_objext
22642 if { (ac_try="$ac_compile"
22643 case "(($ac_try" in
22644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22645 *) ac_try_echo=$ac_try;;
22646 esac
22647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22648 (eval "$ac_compile") 2>conftest.er1
22649 ac_status=$?
22650 grep -v '^ *+' conftest.er1 >conftest.err
22651 rm -f conftest.er1
22652 cat conftest.err >&5
22653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22654 (exit $ac_status); } && {
22655 test -z "$ac_c_werror_flag" ||
22656 test ! -s conftest.err
22657 } && test -s conftest.$ac_objext; then
22658 ac_cv_member_struct_mtget_mt_blkno=yes
22659 else
22660 echo "$as_me: failed program was:" >&5
22661 sed 's/^/| /' conftest.$ac_ext >&5
22663 ac_cv_member_struct_mtget_mt_blkno=no
22666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22672 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22673 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22675 cat >>confdefs.h <<_ACEOF
22676 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22677 _ACEOF
22683 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22684 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22685 if test "${ac_cv_member_struct_option_name+set}" = set; then
22686 echo $ECHO_N "(cached) $ECHO_C" >&6
22687 else
22688 cat >conftest.$ac_ext <<_ACEOF
22689 /* confdefs.h. */
22690 _ACEOF
22691 cat confdefs.h >>conftest.$ac_ext
22692 cat >>conftest.$ac_ext <<_ACEOF
22693 /* end confdefs.h. */
22694 #ifdef HAVE_GETOPT_H
22695 #include <getopt.h>
22696 #endif
22699 main ()
22701 static struct option ac_aggr;
22702 if (ac_aggr.name)
22703 return 0;
22705 return 0;
22707 _ACEOF
22708 rm -f conftest.$ac_objext
22709 if { (ac_try="$ac_compile"
22710 case "(($ac_try" in
22711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22712 *) ac_try_echo=$ac_try;;
22713 esac
22714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22715 (eval "$ac_compile") 2>conftest.er1
22716 ac_status=$?
22717 grep -v '^ *+' conftest.er1 >conftest.err
22718 rm -f conftest.er1
22719 cat conftest.err >&5
22720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22721 (exit $ac_status); } && {
22722 test -z "$ac_c_werror_flag" ||
22723 test ! -s conftest.err
22724 } && test -s conftest.$ac_objext; then
22725 ac_cv_member_struct_option_name=yes
22726 else
22727 echo "$as_me: failed program was:" >&5
22728 sed 's/^/| /' conftest.$ac_ext >&5
22730 cat >conftest.$ac_ext <<_ACEOF
22731 /* confdefs.h. */
22732 _ACEOF
22733 cat confdefs.h >>conftest.$ac_ext
22734 cat >>conftest.$ac_ext <<_ACEOF
22735 /* end confdefs.h. */
22736 #ifdef HAVE_GETOPT_H
22737 #include <getopt.h>
22738 #endif
22741 main ()
22743 static struct option ac_aggr;
22744 if (sizeof ac_aggr.name)
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_option_name=yes
22768 else
22769 echo "$as_me: failed program was:" >&5
22770 sed 's/^/| /' conftest.$ac_ext >&5
22772 ac_cv_member_struct_option_name=no
22775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22780 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22781 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22782 if test $ac_cv_member_struct_option_name = yes; then
22784 cat >>confdefs.h <<_ACEOF
22785 #define HAVE_STRUCT_OPTION_NAME 1
22786 _ACEOF
22792 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22793 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22794 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22795 echo $ECHO_N "(cached) $ECHO_C" >&6
22796 else
22797 cat >conftest.$ac_ext <<_ACEOF
22798 /* confdefs.h. */
22799 _ACEOF
22800 cat confdefs.h >>conftest.$ac_ext
22801 cat >>conftest.$ac_ext <<_ACEOF
22802 /* end confdefs.h. */
22803 $ac_includes_default
22805 main ()
22807 static struct stat ac_aggr;
22808 if (ac_aggr.st_blocks)
22809 return 0;
22811 return 0;
22813 _ACEOF
22814 rm -f conftest.$ac_objext
22815 if { (ac_try="$ac_compile"
22816 case "(($ac_try" in
22817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22818 *) ac_try_echo=$ac_try;;
22819 esac
22820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22821 (eval "$ac_compile") 2>conftest.er1
22822 ac_status=$?
22823 grep -v '^ *+' conftest.er1 >conftest.err
22824 rm -f conftest.er1
22825 cat conftest.err >&5
22826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22827 (exit $ac_status); } && {
22828 test -z "$ac_c_werror_flag" ||
22829 test ! -s conftest.err
22830 } && test -s conftest.$ac_objext; then
22831 ac_cv_member_struct_stat_st_blocks=yes
22832 else
22833 echo "$as_me: failed program was:" >&5
22834 sed 's/^/| /' conftest.$ac_ext >&5
22836 cat >conftest.$ac_ext <<_ACEOF
22837 /* confdefs.h. */
22838 _ACEOF
22839 cat confdefs.h >>conftest.$ac_ext
22840 cat >>conftest.$ac_ext <<_ACEOF
22841 /* end confdefs.h. */
22842 $ac_includes_default
22844 main ()
22846 static struct stat ac_aggr;
22847 if (sizeof ac_aggr.st_blocks)
22848 return 0;
22850 return 0;
22852 _ACEOF
22853 rm -f conftest.$ac_objext
22854 if { (ac_try="$ac_compile"
22855 case "(($ac_try" in
22856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22857 *) ac_try_echo=$ac_try;;
22858 esac
22859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22860 (eval "$ac_compile") 2>conftest.er1
22861 ac_status=$?
22862 grep -v '^ *+' conftest.er1 >conftest.err
22863 rm -f conftest.er1
22864 cat conftest.err >&5
22865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22866 (exit $ac_status); } && {
22867 test -z "$ac_c_werror_flag" ||
22868 test ! -s conftest.err
22869 } && test -s conftest.$ac_objext; then
22870 ac_cv_member_struct_stat_st_blocks=yes
22871 else
22872 echo "$as_me: failed program was:" >&5
22873 sed 's/^/| /' conftest.$ac_ext >&5
22875 ac_cv_member_struct_stat_st_blocks=no
22878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22881 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22883 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22884 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22885 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22887 cat >>confdefs.h <<_ACEOF
22888 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22889 _ACEOF
22893 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22894 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22895 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22896 echo $ECHO_N "(cached) $ECHO_C" >&6
22897 else
22898 cat >conftest.$ac_ext <<_ACEOF
22899 /* confdefs.h. */
22900 _ACEOF
22901 cat confdefs.h >>conftest.$ac_ext
22902 cat >>conftest.$ac_ext <<_ACEOF
22903 /* end confdefs.h. */
22904 $ac_includes_default
22906 main ()
22908 static struct stat ac_aggr;
22909 if (ac_aggr.st_mtim)
22910 return 0;
22912 return 0;
22914 _ACEOF
22915 rm -f conftest.$ac_objext
22916 if { (ac_try="$ac_compile"
22917 case "(($ac_try" in
22918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22919 *) ac_try_echo=$ac_try;;
22920 esac
22921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22922 (eval "$ac_compile") 2>conftest.er1
22923 ac_status=$?
22924 grep -v '^ *+' conftest.er1 >conftest.err
22925 rm -f conftest.er1
22926 cat conftest.err >&5
22927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22928 (exit $ac_status); } && {
22929 test -z "$ac_c_werror_flag" ||
22930 test ! -s conftest.err
22931 } && test -s conftest.$ac_objext; then
22932 ac_cv_member_struct_stat_st_mtim=yes
22933 else
22934 echo "$as_me: failed program was:" >&5
22935 sed 's/^/| /' conftest.$ac_ext >&5
22937 cat >conftest.$ac_ext <<_ACEOF
22938 /* confdefs.h. */
22939 _ACEOF
22940 cat confdefs.h >>conftest.$ac_ext
22941 cat >>conftest.$ac_ext <<_ACEOF
22942 /* end confdefs.h. */
22943 $ac_includes_default
22945 main ()
22947 static struct stat ac_aggr;
22948 if (sizeof ac_aggr.st_mtim)
22949 return 0;
22951 return 0;
22953 _ACEOF
22954 rm -f conftest.$ac_objext
22955 if { (ac_try="$ac_compile"
22956 case "(($ac_try" in
22957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22958 *) ac_try_echo=$ac_try;;
22959 esac
22960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22961 (eval "$ac_compile") 2>conftest.er1
22962 ac_status=$?
22963 grep -v '^ *+' conftest.er1 >conftest.err
22964 rm -f conftest.er1
22965 cat conftest.err >&5
22966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22967 (exit $ac_status); } && {
22968 test -z "$ac_c_werror_flag" ||
22969 test ! -s conftest.err
22970 } && test -s conftest.$ac_objext; then
22971 ac_cv_member_struct_stat_st_mtim=yes
22972 else
22973 echo "$as_me: failed program was:" >&5
22974 sed 's/^/| /' conftest.$ac_ext >&5
22976 ac_cv_member_struct_stat_st_mtim=no
22979 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22982 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22984 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
22985 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
22986 if test $ac_cv_member_struct_stat_st_mtim = yes; then
22988 cat >>confdefs.h <<_ACEOF
22989 #define HAVE_STRUCT_STAT_ST_MTIM 1
22990 _ACEOF
22994 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
22995 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
22996 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
22997 echo $ECHO_N "(cached) $ECHO_C" >&6
22998 else
22999 cat >conftest.$ac_ext <<_ACEOF
23000 /* confdefs.h. */
23001 _ACEOF
23002 cat confdefs.h >>conftest.$ac_ext
23003 cat >>conftest.$ac_ext <<_ACEOF
23004 /* end confdefs.h. */
23005 $ac_includes_default
23007 main ()
23009 static struct stat ac_aggr;
23010 if (ac_aggr.st_ctim)
23011 return 0;
23013 return 0;
23015 _ACEOF
23016 rm -f conftest.$ac_objext
23017 if { (ac_try="$ac_compile"
23018 case "(($ac_try" in
23019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23020 *) ac_try_echo=$ac_try;;
23021 esac
23022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23023 (eval "$ac_compile") 2>conftest.er1
23024 ac_status=$?
23025 grep -v '^ *+' conftest.er1 >conftest.err
23026 rm -f conftest.er1
23027 cat conftest.err >&5
23028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23029 (exit $ac_status); } && {
23030 test -z "$ac_c_werror_flag" ||
23031 test ! -s conftest.err
23032 } && test -s conftest.$ac_objext; then
23033 ac_cv_member_struct_stat_st_ctim=yes
23034 else
23035 echo "$as_me: failed program was:" >&5
23036 sed 's/^/| /' conftest.$ac_ext >&5
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 $ac_includes_default
23046 main ()
23048 static struct stat ac_aggr;
23049 if (sizeof ac_aggr.st_ctim)
23050 return 0;
23052 return 0;
23054 _ACEOF
23055 rm -f conftest.$ac_objext
23056 if { (ac_try="$ac_compile"
23057 case "(($ac_try" in
23058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23059 *) ac_try_echo=$ac_try;;
23060 esac
23061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23062 (eval "$ac_compile") 2>conftest.er1
23063 ac_status=$?
23064 grep -v '^ *+' conftest.er1 >conftest.err
23065 rm -f conftest.er1
23066 cat conftest.err >&5
23067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23068 (exit $ac_status); } && {
23069 test -z "$ac_c_werror_flag" ||
23070 test ! -s conftest.err
23071 } && test -s conftest.$ac_objext; then
23072 ac_cv_member_struct_stat_st_ctim=yes
23073 else
23074 echo "$as_me: failed program was:" >&5
23075 sed 's/^/| /' conftest.$ac_ext >&5
23077 ac_cv_member_struct_stat_st_ctim=no
23080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23085 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23086 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
23087 if test $ac_cv_member_struct_stat_st_ctim = yes; then
23089 cat >>confdefs.h <<_ACEOF
23090 #define HAVE_STRUCT_STAT_ST_CTIM 1
23091 _ACEOF
23095 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23096 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
23097 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23098 echo $ECHO_N "(cached) $ECHO_C" >&6
23099 else
23100 cat >conftest.$ac_ext <<_ACEOF
23101 /* confdefs.h. */
23102 _ACEOF
23103 cat confdefs.h >>conftest.$ac_ext
23104 cat >>conftest.$ac_ext <<_ACEOF
23105 /* end confdefs.h. */
23106 $ac_includes_default
23108 main ()
23110 static struct stat ac_aggr;
23111 if (ac_aggr.st_atim)
23112 return 0;
23114 return 0;
23116 _ACEOF
23117 rm -f conftest.$ac_objext
23118 if { (ac_try="$ac_compile"
23119 case "(($ac_try" in
23120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23121 *) ac_try_echo=$ac_try;;
23122 esac
23123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23124 (eval "$ac_compile") 2>conftest.er1
23125 ac_status=$?
23126 grep -v '^ *+' conftest.er1 >conftest.err
23127 rm -f conftest.er1
23128 cat conftest.err >&5
23129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23130 (exit $ac_status); } && {
23131 test -z "$ac_c_werror_flag" ||
23132 test ! -s conftest.err
23133 } && test -s conftest.$ac_objext; then
23134 ac_cv_member_struct_stat_st_atim=yes
23135 else
23136 echo "$as_me: failed program was:" >&5
23137 sed 's/^/| /' conftest.$ac_ext >&5
23139 cat >conftest.$ac_ext <<_ACEOF
23140 /* confdefs.h. */
23141 _ACEOF
23142 cat confdefs.h >>conftest.$ac_ext
23143 cat >>conftest.$ac_ext <<_ACEOF
23144 /* end confdefs.h. */
23145 $ac_includes_default
23147 main ()
23149 static struct stat ac_aggr;
23150 if (sizeof ac_aggr.st_atim)
23151 return 0;
23153 return 0;
23155 _ACEOF
23156 rm -f conftest.$ac_objext
23157 if { (ac_try="$ac_compile"
23158 case "(($ac_try" in
23159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23160 *) ac_try_echo=$ac_try;;
23161 esac
23162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23163 (eval "$ac_compile") 2>conftest.er1
23164 ac_status=$?
23165 grep -v '^ *+' conftest.er1 >conftest.err
23166 rm -f conftest.er1
23167 cat conftest.err >&5
23168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23169 (exit $ac_status); } && {
23170 test -z "$ac_c_werror_flag" ||
23171 test ! -s conftest.err
23172 } && test -s conftest.$ac_objext; then
23173 ac_cv_member_struct_stat_st_atim=yes
23174 else
23175 echo "$as_me: failed program was:" >&5
23176 sed 's/^/| /' conftest.$ac_ext >&5
23178 ac_cv_member_struct_stat_st_atim=no
23181 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23186 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23187 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23188 if test $ac_cv_member_struct_stat_st_atim = yes; then
23190 cat >>confdefs.h <<_ACEOF
23191 #define HAVE_STRUCT_STAT_ST_ATIM 1
23192 _ACEOF
23198 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23199 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23200 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23201 echo $ECHO_N "(cached) $ECHO_C" >&6
23202 else
23203 cat >conftest.$ac_ext <<_ACEOF
23204 /* confdefs.h. */
23205 _ACEOF
23206 cat confdefs.h >>conftest.$ac_ext
23207 cat >>conftest.$ac_ext <<_ACEOF
23208 /* end confdefs.h. */
23209 #ifdef HAVE_SYS_TYPES_H
23210 #include <sys/types.h>
23211 #endif
23212 #ifdef HAVE_NETINET_IN_H
23213 #include <netinet/in.h>
23214 #endif
23217 main ()
23219 static struct sockaddr_in6 ac_aggr;
23220 if (ac_aggr.sin6_scope_id)
23221 return 0;
23223 return 0;
23225 _ACEOF
23226 rm -f conftest.$ac_objext
23227 if { (ac_try="$ac_compile"
23228 case "(($ac_try" in
23229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23230 *) ac_try_echo=$ac_try;;
23231 esac
23232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23233 (eval "$ac_compile") 2>conftest.er1
23234 ac_status=$?
23235 grep -v '^ *+' conftest.er1 >conftest.err
23236 rm -f conftest.er1
23237 cat conftest.err >&5
23238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23239 (exit $ac_status); } && {
23240 test -z "$ac_c_werror_flag" ||
23241 test ! -s conftest.err
23242 } && test -s conftest.$ac_objext; then
23243 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23244 else
23245 echo "$as_me: failed program was:" >&5
23246 sed 's/^/| /' conftest.$ac_ext >&5
23248 cat >conftest.$ac_ext <<_ACEOF
23249 /* confdefs.h. */
23250 _ACEOF
23251 cat confdefs.h >>conftest.$ac_ext
23252 cat >>conftest.$ac_ext <<_ACEOF
23253 /* end confdefs.h. */
23254 #ifdef HAVE_SYS_TYPES_H
23255 #include <sys/types.h>
23256 #endif
23257 #ifdef HAVE_NETINET_IN_H
23258 #include <netinet/in.h>
23259 #endif
23262 main ()
23264 static struct sockaddr_in6 ac_aggr;
23265 if (sizeof ac_aggr.sin6_scope_id)
23266 return 0;
23268 return 0;
23270 _ACEOF
23271 rm -f conftest.$ac_objext
23272 if { (ac_try="$ac_compile"
23273 case "(($ac_try" in
23274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23275 *) ac_try_echo=$ac_try;;
23276 esac
23277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23278 (eval "$ac_compile") 2>conftest.er1
23279 ac_status=$?
23280 grep -v '^ *+' conftest.er1 >conftest.err
23281 rm -f conftest.er1
23282 cat conftest.err >&5
23283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23284 (exit $ac_status); } && {
23285 test -z "$ac_c_werror_flag" ||
23286 test ! -s conftest.err
23287 } && test -s conftest.$ac_objext; then
23288 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23289 else
23290 echo "$as_me: failed program was:" >&5
23291 sed 's/^/| /' conftest.$ac_ext >&5
23293 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23299 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23301 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23302 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23303 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23305 cat >>confdefs.h <<_ACEOF
23306 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23307 _ACEOF
23313 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23314 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23315 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23316 echo $ECHO_N "(cached) $ECHO_C" >&6
23317 else
23318 cat >conftest.$ac_ext <<_ACEOF
23319 /* confdefs.h. */
23320 _ACEOF
23321 cat confdefs.h >>conftest.$ac_ext
23322 cat >>conftest.$ac_ext <<_ACEOF
23323 /* end confdefs.h. */
23324 #ifdef HAVE_SYS_TYPES_H
23325 #include <sys/types.h>
23326 #endif
23327 #ifdef HAVE_NETINET_IN_H
23328 # include <netinet/in.h>
23329 #endif
23330 #ifdef HAVE_ARPA_NAMESER_H
23331 # include <arpa/nameser.h>
23332 #endif
23335 main ()
23337 static ns_msg ac_aggr;
23338 if (ac_aggr._msg_ptr)
23339 return 0;
23341 return 0;
23343 _ACEOF
23344 rm -f conftest.$ac_objext
23345 if { (ac_try="$ac_compile"
23346 case "(($ac_try" in
23347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23348 *) ac_try_echo=$ac_try;;
23349 esac
23350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23351 (eval "$ac_compile") 2>conftest.er1
23352 ac_status=$?
23353 grep -v '^ *+' conftest.er1 >conftest.err
23354 rm -f conftest.er1
23355 cat conftest.err >&5
23356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23357 (exit $ac_status); } && {
23358 test -z "$ac_c_werror_flag" ||
23359 test ! -s conftest.err
23360 } && test -s conftest.$ac_objext; then
23361 ac_cv_member_ns_msg__msg_ptr=yes
23362 else
23363 echo "$as_me: failed program was:" >&5
23364 sed 's/^/| /' conftest.$ac_ext >&5
23366 cat >conftest.$ac_ext <<_ACEOF
23367 /* confdefs.h. */
23368 _ACEOF
23369 cat confdefs.h >>conftest.$ac_ext
23370 cat >>conftest.$ac_ext <<_ACEOF
23371 /* end confdefs.h. */
23372 #ifdef HAVE_SYS_TYPES_H
23373 #include <sys/types.h>
23374 #endif
23375 #ifdef HAVE_NETINET_IN_H
23376 # include <netinet/in.h>
23377 #endif
23378 #ifdef HAVE_ARPA_NAMESER_H
23379 # include <arpa/nameser.h>
23380 #endif
23383 main ()
23385 static ns_msg ac_aggr;
23386 if (sizeof ac_aggr._msg_ptr)
23387 return 0;
23389 return 0;
23391 _ACEOF
23392 rm -f conftest.$ac_objext
23393 if { (ac_try="$ac_compile"
23394 case "(($ac_try" in
23395 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23396 *) ac_try_echo=$ac_try;;
23397 esac
23398 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23399 (eval "$ac_compile") 2>conftest.er1
23400 ac_status=$?
23401 grep -v '^ *+' conftest.er1 >conftest.err
23402 rm -f conftest.er1
23403 cat conftest.err >&5
23404 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23405 (exit $ac_status); } && {
23406 test -z "$ac_c_werror_flag" ||
23407 test ! -s conftest.err
23408 } && test -s conftest.$ac_objext; then
23409 ac_cv_member_ns_msg__msg_ptr=yes
23410 else
23411 echo "$as_me: failed program was:" >&5
23412 sed 's/^/| /' conftest.$ac_ext >&5
23414 ac_cv_member_ns_msg__msg_ptr=no
23417 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23420 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23422 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23423 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23424 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23426 cat >>confdefs.h <<_ACEOF
23427 #define HAVE_NS_MSG__MSG_PTR 1
23428 _ACEOF
23434 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23435 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23436 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23437 echo $ECHO_N "(cached) $ECHO_C" >&6
23438 else
23439 cat >conftest.$ac_ext <<_ACEOF
23440 /* confdefs.h. */
23441 _ACEOF
23442 cat confdefs.h >>conftest.$ac_ext
23443 cat >>conftest.$ac_ext <<_ACEOF
23444 /* end confdefs.h. */
23445 #ifdef HAVE_SYS_TYPES_H
23446 #include <sys/types.h>
23447 #endif
23448 #ifdef HAVE_ALIAS_H
23449 #include <alias.h>
23450 #endif
23451 #ifdef HAVE_SYS_SOCKET_H
23452 #include <sys/socket.h>
23453 #endif
23454 #ifdef HAVE_SYS_SOCKETVAR_H
23455 #include <sys/socketvar.h>
23456 #endif
23457 #ifdef HAVE_SYS_TIMEOUT_H
23458 #include <sys/timeout.h>
23459 #endif
23460 #ifdef HAVE_NETINET_IN_H
23461 #include <netinet/in.h>
23462 #endif
23463 #ifdef HAVE_NETINET_IN_SYSTM_H
23464 #include <netinet/in_systm.h>
23465 #endif
23466 #ifdef HAVE_NETINET_IP_H
23467 #include <netinet/ip.h>
23468 #endif
23469 #ifdef HAVE_NETINET_IP_VAR_H
23470 #include <netinet/ip_var.h>
23471 #endif
23472 #ifdef HAVE_NETINET_IP_ICMP_H
23473 #include <netinet/ip_icmp.h>
23474 #endif
23475 #ifdef HAVE_NETINET_ICMP_VAR
23476 #include <netinet/icmp_var.h>
23477 #endif
23480 main ()
23482 static struct icmpstat ac_aggr;
23483 if (ac_aggr.icps_outhist)
23484 return 0;
23486 return 0;
23488 _ACEOF
23489 rm -f conftest.$ac_objext
23490 if { (ac_try="$ac_compile"
23491 case "(($ac_try" in
23492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23493 *) ac_try_echo=$ac_try;;
23494 esac
23495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23496 (eval "$ac_compile") 2>conftest.er1
23497 ac_status=$?
23498 grep -v '^ *+' conftest.er1 >conftest.err
23499 rm -f conftest.er1
23500 cat conftest.err >&5
23501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23502 (exit $ac_status); } && {
23503 test -z "$ac_c_werror_flag" ||
23504 test ! -s conftest.err
23505 } && test -s conftest.$ac_objext; then
23506 ac_cv_member_struct_icmpstat_icps_outhist=yes
23507 else
23508 echo "$as_me: failed program was:" >&5
23509 sed 's/^/| /' conftest.$ac_ext >&5
23511 cat >conftest.$ac_ext <<_ACEOF
23512 /* confdefs.h. */
23513 _ACEOF
23514 cat confdefs.h >>conftest.$ac_ext
23515 cat >>conftest.$ac_ext <<_ACEOF
23516 /* end confdefs.h. */
23517 #ifdef HAVE_SYS_TYPES_H
23518 #include <sys/types.h>
23519 #endif
23520 #ifdef HAVE_ALIAS_H
23521 #include <alias.h>
23522 #endif
23523 #ifdef HAVE_SYS_SOCKET_H
23524 #include <sys/socket.h>
23525 #endif
23526 #ifdef HAVE_SYS_SOCKETVAR_H
23527 #include <sys/socketvar.h>
23528 #endif
23529 #ifdef HAVE_SYS_TIMEOUT_H
23530 #include <sys/timeout.h>
23531 #endif
23532 #ifdef HAVE_NETINET_IN_H
23533 #include <netinet/in.h>
23534 #endif
23535 #ifdef HAVE_NETINET_IN_SYSTM_H
23536 #include <netinet/in_systm.h>
23537 #endif
23538 #ifdef HAVE_NETINET_IP_H
23539 #include <netinet/ip.h>
23540 #endif
23541 #ifdef HAVE_NETINET_IP_VAR_H
23542 #include <netinet/ip_var.h>
23543 #endif
23544 #ifdef HAVE_NETINET_IP_ICMP_H
23545 #include <netinet/ip_icmp.h>
23546 #endif
23547 #ifdef HAVE_NETINET_ICMP_VAR
23548 #include <netinet/icmp_var.h>
23549 #endif
23552 main ()
23554 static struct icmpstat ac_aggr;
23555 if (sizeof ac_aggr.icps_outhist)
23556 return 0;
23558 return 0;
23560 _ACEOF
23561 rm -f conftest.$ac_objext
23562 if { (ac_try="$ac_compile"
23563 case "(($ac_try" in
23564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23565 *) ac_try_echo=$ac_try;;
23566 esac
23567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23568 (eval "$ac_compile") 2>conftest.er1
23569 ac_status=$?
23570 grep -v '^ *+' conftest.er1 >conftest.err
23571 rm -f conftest.er1
23572 cat conftest.err >&5
23573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23574 (exit $ac_status); } && {
23575 test -z "$ac_c_werror_flag" ||
23576 test ! -s conftest.err
23577 } && test -s conftest.$ac_objext; then
23578 ac_cv_member_struct_icmpstat_icps_outhist=yes
23579 else
23580 echo "$as_me: failed program was:" >&5
23581 sed 's/^/| /' conftest.$ac_ext >&5
23583 ac_cv_member_struct_icmpstat_icps_outhist=no
23586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23589 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23591 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23592 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23593 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23595 cat >>confdefs.h <<_ACEOF
23596 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23597 _ACEOF
23603 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23604 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23605 if test "${ac_cv_have_timezone+set}" = set; then
23606 echo $ECHO_N "(cached) $ECHO_C" >&6
23607 else
23608 cat >conftest.$ac_ext <<_ACEOF
23609 /* confdefs.h. */
23610 _ACEOF
23611 cat confdefs.h >>conftest.$ac_ext
23612 cat >>conftest.$ac_ext <<_ACEOF
23613 /* end confdefs.h. */
23614 #include <time.h>
23616 main ()
23618 timezone = 1
23620 return 0;
23622 _ACEOF
23623 rm -f conftest.$ac_objext conftest$ac_exeext
23624 if { (ac_try="$ac_link"
23625 case "(($ac_try" in
23626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23627 *) ac_try_echo=$ac_try;;
23628 esac
23629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23630 (eval "$ac_link") 2>conftest.er1
23631 ac_status=$?
23632 grep -v '^ *+' conftest.er1 >conftest.err
23633 rm -f conftest.er1
23634 cat conftest.err >&5
23635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23636 (exit $ac_status); } && {
23637 test -z "$ac_c_werror_flag" ||
23638 test ! -s conftest.err
23639 } && test -s conftest$ac_exeext &&
23640 $as_test_x conftest$ac_exeext; then
23641 ac_cv_have_timezone="yes"
23642 else
23643 echo "$as_me: failed program was:" >&5
23644 sed 's/^/| /' conftest.$ac_ext >&5
23646 ac_cv_have_timezone="no"
23649 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23650 conftest$ac_exeext conftest.$ac_ext
23652 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23653 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23654 if test "$ac_cv_have_timezone" = "yes"
23655 then
23657 cat >>confdefs.h <<\_ACEOF
23658 #define HAVE_TIMEZONE 1
23659 _ACEOF
23662 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23663 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23664 if test "${ac_cv_have_daylight+set}" = set; then
23665 echo $ECHO_N "(cached) $ECHO_C" >&6
23666 else
23667 cat >conftest.$ac_ext <<_ACEOF
23668 /* confdefs.h. */
23669 _ACEOF
23670 cat confdefs.h >>conftest.$ac_ext
23671 cat >>conftest.$ac_ext <<_ACEOF
23672 /* end confdefs.h. */
23673 #include <time.h>
23675 main ()
23677 daylight = 1
23679 return 0;
23681 _ACEOF
23682 rm -f conftest.$ac_objext conftest$ac_exeext
23683 if { (ac_try="$ac_link"
23684 case "(($ac_try" in
23685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23686 *) ac_try_echo=$ac_try;;
23687 esac
23688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23689 (eval "$ac_link") 2>conftest.er1
23690 ac_status=$?
23691 grep -v '^ *+' conftest.er1 >conftest.err
23692 rm -f conftest.er1
23693 cat conftest.err >&5
23694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23695 (exit $ac_status); } && {
23696 test -z "$ac_c_werror_flag" ||
23697 test ! -s conftest.err
23698 } && test -s conftest$ac_exeext &&
23699 $as_test_x conftest$ac_exeext; then
23700 ac_cv_have_daylight="yes"
23701 else
23702 echo "$as_me: failed program was:" >&5
23703 sed 's/^/| /' conftest.$ac_ext >&5
23705 ac_cv_have_daylight="no"
23708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23709 conftest$ac_exeext conftest.$ac_ext
23711 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23712 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23713 if test "$ac_cv_have_daylight" = "yes"
23714 then
23716 cat >>confdefs.h <<\_ACEOF
23717 #define HAVE_DAYLIGHT 1
23718 _ACEOF
23722 { echo "$as_me:$LINENO: checking for isinf" >&5
23723 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23724 if test "${ac_cv_have_isinf+set}" = set; then
23725 echo $ECHO_N "(cached) $ECHO_C" >&6
23726 else
23727 cat >conftest.$ac_ext <<_ACEOF
23728 /* confdefs.h. */
23729 _ACEOF
23730 cat confdefs.h >>conftest.$ac_ext
23731 cat >>conftest.$ac_ext <<_ACEOF
23732 /* end confdefs.h. */
23733 #include <math.h>
23735 main ()
23737 float f = 0.0; int i=isinf(f)
23739 return 0;
23741 _ACEOF
23742 rm -f conftest.$ac_objext conftest$ac_exeext
23743 if { (ac_try="$ac_link"
23744 case "(($ac_try" in
23745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23746 *) ac_try_echo=$ac_try;;
23747 esac
23748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23749 (eval "$ac_link") 2>conftest.er1
23750 ac_status=$?
23751 grep -v '^ *+' conftest.er1 >conftest.err
23752 rm -f conftest.er1
23753 cat conftest.err >&5
23754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23755 (exit $ac_status); } && {
23756 test -z "$ac_c_werror_flag" ||
23757 test ! -s conftest.err
23758 } && test -s conftest$ac_exeext &&
23759 $as_test_x conftest$ac_exeext; then
23760 ac_cv_have_isinf="yes"
23761 else
23762 echo "$as_me: failed program was:" >&5
23763 sed 's/^/| /' conftest.$ac_ext >&5
23765 ac_cv_have_isinf="no"
23768 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23769 conftest$ac_exeext conftest.$ac_ext
23771 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23772 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23773 if test "$ac_cv_have_isinf" = "yes"
23774 then
23776 cat >>confdefs.h <<\_ACEOF
23777 #define HAVE_ISINF 1
23778 _ACEOF
23782 { echo "$as_me:$LINENO: checking for isnan" >&5
23783 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23784 if test "${ac_cv_have_isnan+set}" = set; then
23785 echo $ECHO_N "(cached) $ECHO_C" >&6
23786 else
23787 cat >conftest.$ac_ext <<_ACEOF
23788 /* confdefs.h. */
23789 _ACEOF
23790 cat confdefs.h >>conftest.$ac_ext
23791 cat >>conftest.$ac_ext <<_ACEOF
23792 /* end confdefs.h. */
23793 #include <math.h>
23795 main ()
23797 float f = 0.0; int i=isnan(f)
23799 return 0;
23801 _ACEOF
23802 rm -f conftest.$ac_objext conftest$ac_exeext
23803 if { (ac_try="$ac_link"
23804 case "(($ac_try" in
23805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23806 *) ac_try_echo=$ac_try;;
23807 esac
23808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23809 (eval "$ac_link") 2>conftest.er1
23810 ac_status=$?
23811 grep -v '^ *+' conftest.er1 >conftest.err
23812 rm -f conftest.er1
23813 cat conftest.err >&5
23814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23815 (exit $ac_status); } && {
23816 test -z "$ac_c_werror_flag" ||
23817 test ! -s conftest.err
23818 } && test -s conftest$ac_exeext &&
23819 $as_test_x conftest$ac_exeext; then
23820 ac_cv_have_isnan="yes"
23821 else
23822 echo "$as_me: failed program was:" >&5
23823 sed 's/^/| /' conftest.$ac_ext >&5
23825 ac_cv_have_isnan="no"
23828 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23829 conftest$ac_exeext conftest.$ac_ext
23831 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23832 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23833 if test "$ac_cv_have_isnan" = "yes"
23834 then
23836 cat >>confdefs.h <<\_ACEOF
23837 #define HAVE_ISNAN 1
23838 _ACEOF
23843 case $host_cpu in
23844 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23845 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23846 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23847 echo $ECHO_N "(cached) $ECHO_C" >&6
23848 else
23849 cat >conftest.$ac_ext <<_ACEOF
23850 /* confdefs.h. */
23851 _ACEOF
23852 cat confdefs.h >>conftest.$ac_ext
23853 cat >>conftest.$ac_ext <<_ACEOF
23854 /* end confdefs.h. */
23855 #ifndef __i386__
23857 #endif
23858 _ACEOF
23859 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23860 $EGREP "yes" >/dev/null 2>&1; then
23861 ac_cv_cpp_def___i386__=yes
23862 else
23863 ac_cv_cpp_def___i386__=no
23865 rm -f conftest*
23868 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23869 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23870 if test $ac_cv_cpp_def___i386__ = yes; then
23871 CFLAGS="$CFLAGS -D__i386__"
23872 LINTFLAGS="$LINTFLAGS -D__i386__"
23875 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23876 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23877 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23878 echo $ECHO_N "(cached) $ECHO_C" >&6
23879 else
23880 cat >conftest.$ac_ext <<_ACEOF
23881 /* confdefs.h. */
23882 _ACEOF
23883 cat confdefs.h >>conftest.$ac_ext
23884 cat >>conftest.$ac_ext <<_ACEOF
23885 /* end confdefs.h. */
23886 #ifndef __x86_64__
23888 #endif
23889 _ACEOF
23890 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23891 $EGREP "yes" >/dev/null 2>&1; then
23892 ac_cv_cpp_def___x86_64__=yes
23893 else
23894 ac_cv_cpp_def___x86_64__=no
23896 rm -f conftest*
23899 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23900 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23901 if test $ac_cv_cpp_def___x86_64__ = yes; then
23902 CFLAGS="$CFLAGS -D__x86_64__"
23903 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23906 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23907 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23908 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23909 echo $ECHO_N "(cached) $ECHO_C" >&6
23910 else
23911 cat >conftest.$ac_ext <<_ACEOF
23912 /* confdefs.h. */
23913 _ACEOF
23914 cat confdefs.h >>conftest.$ac_ext
23915 cat >>conftest.$ac_ext <<_ACEOF
23916 /* end confdefs.h. */
23917 #ifndef __ALPHA__
23919 #endif
23920 _ACEOF
23921 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23922 $EGREP "yes" >/dev/null 2>&1; then
23923 ac_cv_cpp_def___ALPHA__=yes
23924 else
23925 ac_cv_cpp_def___ALPHA__=no
23927 rm -f conftest*
23930 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23931 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23932 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23933 CFLAGS="$CFLAGS -D__ALPHA__"
23934 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23937 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23938 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23939 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23940 echo $ECHO_N "(cached) $ECHO_C" >&6
23941 else
23942 cat >conftest.$ac_ext <<_ACEOF
23943 /* confdefs.h. */
23944 _ACEOF
23945 cat confdefs.h >>conftest.$ac_ext
23946 cat >>conftest.$ac_ext <<_ACEOF
23947 /* end confdefs.h. */
23948 #ifndef __sparc__
23950 #endif
23951 _ACEOF
23952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23953 $EGREP "yes" >/dev/null 2>&1; then
23954 ac_cv_cpp_def___sparc__=yes
23955 else
23956 ac_cv_cpp_def___sparc__=no
23958 rm -f conftest*
23961 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23962 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23963 if test $ac_cv_cpp_def___sparc__ = yes; then
23964 CFLAGS="$CFLAGS -D__sparc__"
23965 LINTFLAGS="$LINTFLAGS -D__sparc__"
23968 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23969 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23970 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23971 echo $ECHO_N "(cached) $ECHO_C" >&6
23972 else
23973 cat >conftest.$ac_ext <<_ACEOF
23974 /* confdefs.h. */
23975 _ACEOF
23976 cat confdefs.h >>conftest.$ac_ext
23977 cat >>conftest.$ac_ext <<_ACEOF
23978 /* end confdefs.h. */
23979 #ifndef __powerpc__
23981 #endif
23982 _ACEOF
23983 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23984 $EGREP "yes" >/dev/null 2>&1; then
23985 ac_cv_cpp_def___powerpc__=yes
23986 else
23987 ac_cv_cpp_def___powerpc__=no
23989 rm -f conftest*
23992 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
23993 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
23994 if test $ac_cv_cpp_def___powerpc__ = yes; then
23995 CFLAGS="$CFLAGS -D__powerpc__"
23996 LINTFLAGS="$LINTFLAGS -D__powerpc__"
23999 esac
24001 case $host_vendor in
24002 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24003 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
24004 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24005 echo $ECHO_N "(cached) $ECHO_C" >&6
24006 else
24007 cat >conftest.$ac_ext <<_ACEOF
24008 /* confdefs.h. */
24009 _ACEOF
24010 cat confdefs.h >>conftest.$ac_ext
24011 cat >>conftest.$ac_ext <<_ACEOF
24012 /* end confdefs.h. */
24013 #ifndef __sun__
24015 #endif
24016 _ACEOF
24017 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24018 $EGREP "yes" >/dev/null 2>&1; then
24019 ac_cv_cpp_def___sun__=yes
24020 else
24021 ac_cv_cpp_def___sun__=no
24023 rm -f conftest*
24026 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24027 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
24028 if test $ac_cv_cpp_def___sun__ = yes; then
24029 CFLAGS="$CFLAGS -D__sun__"
24030 LINTFLAGS="$LINTFLAGS -D__sun__"
24033 esac
24036 DEPENDENCIES="### Dependencies:
24038 .INIT: Makefile
24039 .BEGIN: Makefile
24040 .MAKEFILEDEPS:
24041 Makefile: dummy
24042 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24044 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24045 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24046 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24047 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24048 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24051 ALL_MAKERULES=""
24053 ALL_MAKEFILES=""
24055 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24058 ALL_TOP_DIRS=""
24060 ALL_DLL_DIRS=""
24062 ALL_IMPLIB_DIRS=""
24064 ALL_TEST_DIRS=""
24066 ALL_PROGRAM_DIRS=""
24068 ALL_PROGRAM_INSTALL_DIRS=""
24070 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24076 ac_config_commands="$ac_config_commands include/stamp-h"
24079 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24081 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24083 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24085 ac_config_commands="$ac_config_commands dlls/user32/resources"
24087 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24089 ac_config_commands="$ac_config_commands include/wine"
24092 ALL_MAKERULES="$ALL_MAKERULES \\
24093 Make.rules"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 Make.rules: Make.rules.in"
24096 MAKE_RULES=Make.rules
24097 ac_config_files="$ac_config_files Make.rules"
24099 ALL_MAKERULES="$ALL_MAKERULES \\
24100 dlls/Makedll.rules"
24101 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24102 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24103 MAKE_DLL_RULES=dlls/Makedll.rules
24104 ac_config_files="$ac_config_files dlls/Makedll.rules"
24106 ALL_MAKERULES="$ALL_MAKERULES \\
24107 dlls/Makeimplib.rules"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24110 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24111 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24113 ALL_MAKERULES="$ALL_MAKERULES \\
24114 dlls/Maketest.rules"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24117 MAKE_TEST_RULES=dlls/Maketest.rules
24118 ac_config_files="$ac_config_files dlls/Maketest.rules"
24120 ALL_MAKERULES="$ALL_MAKERULES \\
24121 programs/Makeprog.rules"
24122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24123 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24124 MAKE_PROG_RULES=programs/Makeprog.rules
24125 ac_config_files="$ac_config_files programs/Makeprog.rules"
24130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24131 Makefile: Makefile.in Make.rules"
24132 ac_config_files="$ac_config_files Makefile"
24134 ALL_MAKEFILES="$ALL_MAKEFILES \\
24135 dlls/Makefile"
24136 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24137 dlls"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/Makefile: dlls/Makefile.in Make.rules"
24140 ac_config_files="$ac_config_files dlls/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/acledit/Makefile"
24144 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24145 acledit"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24148 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24150 ALL_MAKEFILES="$ALL_MAKEFILES \\
24151 dlls/aclui/Makefile"
24152 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24153 aclui"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24156 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/activeds/Makefile"
24160 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24161 activeds"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/actxprxy/Makefile"
24168 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 actxprxy"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/adsiid/Makefile"
24176 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24177 adsiid"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24180 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/advapi32/Makefile"
24184 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 advapi32"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/advapi32/tests/Makefile"
24192 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24193 advapi32/tests"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24196 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/advpack/Makefile"
24200 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24201 advpack"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24204 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/advpack/tests/Makefile"
24208 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24209 advpack/tests"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24212 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/amstream/Makefile"
24216 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24217 amstream"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24220 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/amstream/tests/Makefile"
24224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24225 amstream/tests"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24228 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/appwiz.cpl/Makefile"
24232 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24233 appwiz.cpl"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/atl/Makefile"
24240 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 atl"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/atl/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/authz/Makefile"
24248 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24249 authz"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24252 ac_config_files="$ac_config_files dlls/authz/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/avicap32/Makefile"
24256 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 avicap32"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/avifil32/Makefile"
24264 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 avifil32"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/avifile.dll16/Makefile"
24272 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 avifile.dll16"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/avrt/Makefile"
24280 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 avrt"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/avrt/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/bcrypt/Makefile"
24288 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 bcrypt"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/browseui/Makefile"
24296 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 browseui"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/browseui/tests/Makefile"
24304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24305 browseui/tests"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24308 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/cabinet/Makefile"
24312 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 cabinet"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/cabinet/tests/Makefile"
24320 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24321 cabinet/tests"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24324 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/capi2032/Makefile"
24328 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24329 capi2032"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24332 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/cards/Makefile"
24336 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 cards"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/cards/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/cfgmgr32/Makefile"
24344 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24345 cfgmgr32"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24348 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/clusapi/Makefile"
24352 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 clusapi"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/comcat/Makefile"
24360 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 comcat"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/comcat/tests/Makefile"
24368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24369 comcat/tests"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24372 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/comctl32/Makefile"
24376 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 comctl32"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/comctl32/tests/Makefile"
24384 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24385 comctl32/tests"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24388 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/comdlg32/Makefile"
24392 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24393 comdlg32"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24396 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/comdlg32/tests/Makefile"
24400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24401 comdlg32/tests"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24404 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/comm.drv16/Makefile"
24408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24409 comm.drv16"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24412 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/commdlg.dll16/Makefile"
24416 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 commdlg.dll16"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/compobj.dll16/Makefile"
24424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24425 compobj.dll16"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24428 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/compstui/Makefile"
24432 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 compstui"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/credui/Makefile"
24440 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 credui"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/credui/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/credui/tests/Makefile"
24448 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24449 credui/tests"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24452 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/crtdll/Makefile"
24456 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 crtdll"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/crypt32/Makefile"
24464 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 crypt32"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/crypt32/tests/Makefile"
24472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473 crypt32/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/cryptdlg/Makefile"
24480 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 cryptdlg"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/cryptdll/Makefile"
24488 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 cryptdll"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/cryptnet/Makefile"
24496 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24497 cryptnet"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24500 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/cryptnet/tests/Makefile"
24504 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24505 cryptnet/tests"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24508 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/cryptui/Makefile"
24512 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 cryptui"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/cryptui/tests/Makefile"
24520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24521 cryptui/tests"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24524 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/ctapi32/Makefile"
24528 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24529 ctapi32"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24532 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/ctl3d.dll16/Makefile"
24536 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 ctl3d.dll16"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/ctl3d32/Makefile"
24544 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24545 ctl3d32"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24548 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/ctl3dv2.dll16/Makefile"
24552 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 ctl3dv2.dll16"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/d3d10/Makefile"
24560 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 d3d10"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/d3d10/tests/Makefile"
24568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24569 d3d10/tests"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24572 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/d3d10core/Makefile"
24576 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 d3d10core"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/d3d10core/tests/Makefile"
24584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24585 d3d10core/tests"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24588 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/d3d8/Makefile"
24592 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24593 d3d8"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24596 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/d3d8/tests/Makefile"
24600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24601 d3d8/tests"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24604 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/d3d9/Makefile"
24608 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24609 d3d9"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24612 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/d3d9/tests/Makefile"
24616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24617 d3d9/tests"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24620 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/d3dim/Makefile"
24624 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24625 d3dim"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24628 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/d3drm/Makefile"
24632 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 d3drm"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/d3drm/tests/Makefile"
24640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24641 d3drm/tests"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24644 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/d3dx9_24/Makefile"
24648 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 d3dx9_24"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/d3dx9_25/Makefile"
24656 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 d3dx9_25"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/d3dx9_26/Makefile"
24664 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24665 d3dx9_26"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24668 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/d3dx9_27/Makefile"
24672 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673 d3dx9_27"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/d3dx9_28/Makefile"
24680 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 d3dx9_28"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/d3dx9_29/Makefile"
24688 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 d3dx9_29"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/d3dx9_30/Makefile"
24696 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 d3dx9_30"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/d3dx9_31/Makefile"
24704 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 d3dx9_31"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/d3dx9_32/Makefile"
24712 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713 d3dx9_32"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/d3dx9_33/Makefile"
24720 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 d3dx9_33"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/d3dx9_34/Makefile"
24728 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24729 d3dx9_34"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/d3dx9_35/Makefile"
24736 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 d3dx9_35"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/d3dx9_36/Makefile"
24744 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 d3dx9_36"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/d3dx9_36/tests/Makefile"
24752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24753 d3dx9_36/tests"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24756 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/d3dx9_37/Makefile"
24760 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 d3dx9_37"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/d3dx9_38/Makefile"
24768 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 d3dx9_38"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/d3dx9_39/Makefile"
24776 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24777 d3dx9_39"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24780 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/d3dx9_40/Makefile"
24784 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 d3dx9_40"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/d3dx9_41/Makefile"
24792 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 d3dx9_41"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/d3dx9_42/Makefile"
24800 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 d3dx9_42"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/d3dxof/Makefile"
24808 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 d3dxof"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/d3dxof/tests/Makefile"
24816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24817 d3dxof/tests"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24820 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/dbghelp/Makefile"
24824 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 dbghelp"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/dciman32/Makefile"
24832 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 dciman32"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/ddeml.dll16/Makefile"
24840 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24841 ddeml.dll16"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24844 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/ddraw/Makefile"
24848 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 ddraw"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/ddraw/tests/Makefile"
24856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24857 ddraw/tests"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24860 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/ddrawex/Makefile"
24864 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 ddrawex"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/ddrawex/tests/Makefile"
24872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24873 ddrawex/tests"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24876 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/devenum/Makefile"
24880 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24881 devenum"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24884 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/dinput/Makefile"
24888 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 dinput"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/dinput/tests/Makefile"
24896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24897 dinput/tests"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24900 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/dinput8/Makefile"
24904 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 dinput8"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/dispdib.dll16/Makefile"
24912 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 dispdib.dll16"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/display.drv16/Makefile"
24920 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24921 display.drv16"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24924 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/dmband/Makefile"
24928 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 dmband"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/dmcompos/Makefile"
24936 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 dmcompos"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/dmime/Makefile"
24944 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 dmime"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/dmloader/Makefile"
24952 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 dmloader"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/dmscript/Makefile"
24960 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 dmscript"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/dmstyle/Makefile"
24968 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 dmstyle"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/dmsynth/Makefile"
24976 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 dmsynth"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/dmusic/Makefile"
24984 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 dmusic"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/dmusic32/Makefile"
24992 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 dmusic32"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/dnsapi/Makefile"
25000 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 dnsapi"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/dnsapi/tests/Makefile"
25008 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25009 dnsapi/tests"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25012 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/dplay/Makefile"
25016 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 dplay"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/dplayx/Makefile"
25024 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 dplayx"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/dplayx/tests/Makefile"
25032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25033 dplayx/tests"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25036 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/dpnaddr/Makefile"
25040 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 dpnaddr"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/dpnet/Makefile"
25048 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 dpnet"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/dpnhpast/Makefile"
25056 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25057 dpnhpast"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25060 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/dpnlobby/Makefile"
25064 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 dpnlobby"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/dpwsockx/Makefile"
25072 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 dpwsockx"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/drmclien/Makefile"
25080 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 drmclien"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/dsound/Makefile"
25088 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 dsound"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/dsound/tests/Makefile"
25096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25097 dsound/tests"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25100 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/dssenh/Makefile"
25104 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 dssenh"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/dswave/Makefile"
25112 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 dswave"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/dwmapi/Makefile"
25120 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25121 dwmapi"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25124 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/dxdiagn/Makefile"
25128 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 dxdiagn"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/dxerr8/Makefile"
25136 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25137 dxerr8"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25140 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/dxerr9/Makefile"
25144 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25145 dxerr9"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25148 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/dxgi/Makefile"
25152 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 dxgi"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/dxgi/tests/Makefile"
25160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25161 dxgi/tests"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25164 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/dxguid/Makefile"
25168 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25169 dxguid"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25172 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/faultrep/Makefile"
25176 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 faultrep"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/fltlib/Makefile"
25184 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25185 fltlib"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25188 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/fusion/Makefile"
25192 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25193 fusion"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25196 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/fusion/tests/Makefile"
25200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25201 fusion/tests"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25204 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/fwpuclnt/Makefile"
25208 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 fwpuclnt"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/gdi32/Makefile"
25216 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 gdi32"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/gdi32/tests/Makefile"
25224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25225 gdi32/tests"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25228 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/gdiplus/Makefile"
25232 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 gdiplus"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/gdiplus/tests/Makefile"
25240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25241 gdiplus/tests"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25244 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/glu32/Makefile"
25248 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 glu32"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/gphoto2.ds/Makefile"
25256 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25257 gphoto2.ds"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25260 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/gpkcsp/Makefile"
25264 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 gpkcsp"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/hal/Makefile"
25272 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25273 hal"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25276 ac_config_files="$ac_config_files dlls/hal/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/hhctrl.ocx/Makefile"
25280 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 hhctrl.ocx"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/hid/Makefile"
25288 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25289 hid"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/hid/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/hlink/Makefile"
25296 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 hlink"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/hlink/tests/Makefile"
25304 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25305 hlink/tests"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25308 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/hnetcfg/Makefile"
25312 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 hnetcfg"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/httpapi/Makefile"
25320 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 httpapi"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/iccvid/Makefile"
25328 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 iccvid"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/icmp/Makefile"
25336 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25337 icmp"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25340 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/ifsmgr.vxd/Makefile"
25344 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 ifsmgr.vxd"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/imaadp32.acm/Makefile"
25352 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353 imaadp32.acm"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/imagehlp/Makefile"
25360 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361 imagehlp"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/imagehlp/tests/Makefile"
25368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25369 imagehlp/tests"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
25372 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/imm.dll16/Makefile"
25376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 imm.dll16"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/imm32/Makefile"
25384 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385 imm32"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/imm32/tests/Makefile"
25392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25393 imm32/tests"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25396 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/inetcomm/Makefile"
25400 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25401 inetcomm"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25404 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/inetcomm/tests/Makefile"
25408 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25409 inetcomm/tests"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25412 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/inetmib1/Makefile"
25416 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 inetmib1"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/inetmib1/tests/Makefile"
25424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25425 inetmib1/tests"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25428 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/infosoft/Makefile"
25432 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 infosoft"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/infosoft/tests/Makefile"
25440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25441 infosoft/tests"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25444 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/initpki/Makefile"
25448 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449 initpki"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/inkobj/Makefile"
25456 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25457 inkobj"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25460 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/inseng/Makefile"
25464 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 inseng"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/iphlpapi/Makefile"
25472 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25473 iphlpapi"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25476 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/iphlpapi/tests/Makefile"
25480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25481 iphlpapi/tests"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25484 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/itircl/Makefile"
25488 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 itircl"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/itss/Makefile"
25496 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 itss"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/itss/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/itss/tests/Makefile"
25504 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25505 itss/tests"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25508 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/jscript/Makefile"
25512 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25513 jscript"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25516 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/jscript/tests/Makefile"
25520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25521 jscript/tests"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25524 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/kernel32/Makefile"
25528 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 kernel32"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/kernel32/tests/Makefile"
25536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25537 kernel32/tests"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25540 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/keyboard.drv16/Makefile"
25544 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 keyboard.drv16"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/loadperf/Makefile"
25552 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25553 loadperf"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25556 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/localspl/Makefile"
25560 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561 localspl"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/localspl/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569 localspl/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/localui/Makefile"
25576 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 localui"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/localui/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/localui/tests/Makefile"
25584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25585 localui/tests"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25588 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/lz32/Makefile"
25592 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593 lz32"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/lz32/tests/Makefile"
25600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25601 lz32/tests"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25604 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/lzexpand.dll16/Makefile"
25608 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25609 lzexpand.dll16"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25612 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/mapi32/Makefile"
25616 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25617 mapi32"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25620 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/mapi32/tests/Makefile"
25624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25625 mapi32/tests"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25628 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/mciavi32/Makefile"
25632 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25633 mciavi32"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25636 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/mcicda/Makefile"
25640 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641 mcicda"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/mciqtz32/Makefile"
25648 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649 mciqtz32"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/mciseq/Makefile"
25656 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25657 mciseq"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25660 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/mciwave/Makefile"
25664 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665 mciwave"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/midimap/Makefile"
25672 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 midimap"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/mlang/Makefile"
25680 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681 mlang"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/mlang/tests/Makefile"
25688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25689 mlang/tests"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25692 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/mmdevldr.vxd/Makefile"
25696 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25697 mmdevldr.vxd"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25700 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/mmsystem.dll16/Makefile"
25704 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 mmsystem.dll16"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/monodebg.vxd/Makefile"
25712 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25713 monodebg.vxd"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25716 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/mountmgr.sys/Makefile"
25720 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25721 mountmgr.sys"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25724 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/mouse.drv16/Makefile"
25728 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729 mouse.drv16"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/mpr/Makefile"
25736 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 mpr"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/mprapi/Makefile"
25744 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745 mprapi"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/msacm.dll16/Makefile"
25752 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 msacm.dll16"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/msacm32.drv/Makefile"
25760 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761 msacm32.drv"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/msacm32/Makefile"
25768 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 msacm32"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/msacm32/tests/Makefile"
25776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25777 msacm32/tests"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25780 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/msadp32.acm/Makefile"
25784 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785 msadp32.acm"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/mscat32/Makefile"
25792 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793 mscat32"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/mscms/Makefile"
25800 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 mscms"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/mscms/tests/Makefile"
25808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25809 mscms/tests"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25812 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/mscoree/Makefile"
25816 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25817 mscoree"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25820 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/msctf/Makefile"
25824 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 msctf"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/msctf/tests/Makefile"
25832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25833 msctf/tests"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25836 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/msdaps/Makefile"
25840 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 msdaps"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/msdmo/Makefile"
25848 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25849 msdmo"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25852 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/msftedit/Makefile"
25856 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 msftedit"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/msg711.acm/Makefile"
25864 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 msg711.acm"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/msgsm32.acm/Makefile"
25872 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25873 msgsm32.acm"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25876 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/mshtml.tlb/Makefile"
25880 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881 mshtml.tlb"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/mshtml/Makefile"
25888 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 mshtml"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/mshtml/tests/Makefile"
25896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25897 mshtml/tests"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25900 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/msi/Makefile"
25904 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 msi"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/msi/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/msi/tests/Makefile"
25912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25913 msi/tests"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25916 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/msimg32/Makefile"
25920 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 msimg32"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/msimtf/Makefile"
25928 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 msimtf"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/msisip/Makefile"
25936 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25937 msisip"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25940 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/msisys.ocx/Makefile"
25944 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945 msisys.ocx"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/msnet32/Makefile"
25952 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25953 msnet32"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25956 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/msrle32/Makefile"
25960 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 msrle32"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/mssign32/Makefile"
25968 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25969 mssign32"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
25972 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/mssip32/Makefile"
25976 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 mssip32"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/mstask/Makefile"
25984 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985 mstask"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/mstask/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/mstask/tests/Makefile"
25992 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25993 mstask/tests"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
25996 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/msvcirt/Makefile"
26000 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001 msvcirt"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/msvcr71/Makefile"
26008 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 msvcr71"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/msvcrt/Makefile"
26016 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017 msvcrt"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/msvcrt/tests/Makefile"
26024 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26025 msvcrt/tests"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26028 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/msvcrt20/Makefile"
26032 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26033 msvcrt20"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26036 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/msvcrt40/Makefile"
26040 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 msvcrt40"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/msvcrtd/Makefile"
26048 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 msvcrtd"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/msvcrtd/tests/Makefile"
26056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26057 msvcrtd/tests"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26060 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/msvfw32/Makefile"
26064 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26065 msvfw32"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26068 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/msvfw32/tests/Makefile"
26072 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26073 msvfw32/tests"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26076 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/msvidc32/Makefile"
26080 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 msvidc32"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/msvideo.dll16/Makefile"
26088 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 msvideo.dll16"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/mswsock/Makefile"
26096 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26097 mswsock"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26100 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/msxml3/Makefile"
26104 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 msxml3"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/msxml3/tests/Makefile"
26112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26113 msxml3/tests"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26116 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/nddeapi/Makefile"
26120 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121 nddeapi"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/netapi32/Makefile"
26128 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 netapi32"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/netapi32/tests/Makefile"
26136 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26137 netapi32/tests"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26140 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/newdev/Makefile"
26144 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145 newdev"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/ntdll/Makefile"
26152 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26153 ntdll"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26156 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/ntdll/tests/Makefile"
26160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26161 ntdll/tests"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26164 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/ntdsapi/Makefile"
26168 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169 ntdsapi"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/ntdsapi/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177 ntdsapi/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/ntoskrnl.exe/Makefile"
26184 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 ntoskrnl.exe"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/ntprint/Makefile"
26192 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193 ntprint"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/ntprint/tests/Makefile"
26200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26201 ntprint/tests"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26204 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/objsel/Makefile"
26208 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 objsel"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/odbc32/Makefile"
26216 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26217 odbc32"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26220 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/odbccp32/Makefile"
26224 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225 odbccp32"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/odbccp32/tests/Makefile"
26232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26233 odbccp32/tests"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26236 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/ole2.dll16/Makefile"
26240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26241 ole2.dll16"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26244 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/ole2conv.dll16/Makefile"
26248 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 ole2conv.dll16"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/ole2disp.dll16/Makefile"
26256 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257 ole2disp.dll16"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/ole2nls.dll16/Makefile"
26264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 ole2nls.dll16"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/ole2prox.dll16/Makefile"
26272 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26273 ole2prox.dll16"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26276 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/ole2thk.dll16/Makefile"
26280 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281 ole2thk.dll16"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/ole32/Makefile"
26288 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289 ole32"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/ole32/tests/Makefile"
26296 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26297 ole32/tests"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26300 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/oleacc/Makefile"
26304 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 oleacc"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/oleacc/tests/Makefile"
26312 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26313 oleacc/tests"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26316 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/oleaut32/Makefile"
26320 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 oleaut32"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/oleaut32/tests/Makefile"
26328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26329 oleaut32/tests"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26332 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/olecli.dll16/Makefile"
26336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26337 olecli.dll16"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26340 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/olecli32/Makefile"
26344 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 olecli32"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/oledb32/Makefile"
26352 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26353 oledb32"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26356 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/oledb32/tests/Makefile"
26360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26361 oledb32/tests"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26364 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/oledlg/Makefile"
26368 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26369 oledlg"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26372 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/olepro32/Makefile"
26376 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377 olepro32"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/olesvr.dll16/Makefile"
26384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 olesvr.dll16"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/olesvr32/Makefile"
26392 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393 olesvr32"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/olethk32/Makefile"
26400 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26401 olethk32"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26404 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/openal32/Makefile"
26408 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 openal32"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/opengl32/Makefile"
26416 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 opengl32"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/opengl32/tests/Makefile"
26424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26425 opengl32/tests"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26428 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/pdh/Makefile"
26432 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 pdh"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/pdh/tests/Makefile"
26440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26441 pdh/tests"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26444 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/pidgen/Makefile"
26448 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449 pidgen"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/powrprof/Makefile"
26456 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 powrprof"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/printui/Makefile"
26464 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26465 printui"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26468 ac_config_files="$ac_config_files dlls/printui/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/propsys/Makefile"
26472 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473 propsys"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/psapi/Makefile"
26480 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26481 psapi"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26484 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/psapi/tests/Makefile"
26488 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26489 psapi/tests"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26492 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/pstorec/Makefile"
26496 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 pstorec"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/qcap/Makefile"
26504 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 qcap"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/qedit/Makefile"
26512 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 qedit"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/qedit/tests/Makefile"
26520 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26521 qedit/tests"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26524 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/qmgr/Makefile"
26528 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26529 qmgr"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26532 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/qmgr/tests/Makefile"
26536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26537 qmgr/tests"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26540 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/qmgrprxy/Makefile"
26544 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545 qmgrprxy"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/quartz/Makefile"
26552 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 quartz"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/quartz/tests/Makefile"
26560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26561 quartz/tests"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26564 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/query/Makefile"
26568 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 query"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/query/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/rasapi16.dll16/Makefile"
26576 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26577 rasapi16.dll16"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26580 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/rasapi32/Makefile"
26584 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 rasapi32"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/rasapi32/tests/Makefile"
26592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26593 rasapi32/tests"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26596 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/rasdlg/Makefile"
26600 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26601 rasdlg"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26604 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/resutils/Makefile"
26608 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609 resutils"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/riched20/Makefile"
26616 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 riched20"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/riched20/tests/Makefile"
26624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26625 riched20/tests"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26628 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/riched32/Makefile"
26632 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26633 riched32"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26636 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/riched32/tests/Makefile"
26640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26641 riched32/tests"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26644 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/rpcrt4/Makefile"
26648 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 rpcrt4"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/rpcrt4/tests/Makefile"
26656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26657 rpcrt4/tests"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26660 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/rsabase/Makefile"
26664 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26665 rsabase"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26668 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/rsaenh/Makefile"
26672 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673 rsaenh"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/rsaenh/tests/Makefile"
26680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26681 rsaenh/tests"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26684 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/rtutils/Makefile"
26688 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689 rtutils"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/sane.ds/Makefile"
26696 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26697 sane.ds"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26700 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/sccbase/Makefile"
26704 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 sccbase"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/schannel/Makefile"
26712 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713 schannel"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/schannel/tests/Makefile"
26720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26721 schannel/tests"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26724 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/secur32/Makefile"
26728 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729 secur32"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/secur32/tests/Makefile"
26736 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26737 secur32/tests"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26740 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/security/Makefile"
26744 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745 security"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/security/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/sensapi/Makefile"
26752 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 sensapi"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/serialui/Makefile"
26760 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26761 serialui"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26764 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/serialui/tests/Makefile"
26768 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26769 serialui/tests"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26772 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 dlls/setupapi/Makefile"
26776 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26777 setupapi"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26780 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 dlls/setupapi/tests/Makefile"
26784 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26785 setupapi/tests"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26788 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 dlls/setupx.dll16/Makefile"
26792 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26793 setupx.dll16"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26796 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 dlls/sfc/Makefile"
26800 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801 sfc"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 dlls/sfc_os/Makefile"
26808 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26809 sfc_os"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26812 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 dlls/shdoclc/Makefile"
26816 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26817 shdoclc"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26820 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823 dlls/shdocvw/Makefile"
26824 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26825 shdocvw"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26828 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831 dlls/shdocvw/tests/Makefile"
26832 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26833 shdocvw/tests"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26836 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 dlls/shell.dll16/Makefile"
26840 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841 shell.dll16"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 dlls/shell32/Makefile"
26848 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26849 shell32"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26852 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 dlls/shell32/tests/Makefile"
26856 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26857 shell32/tests"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26860 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863 dlls/shfolder/Makefile"
26864 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26865 shfolder"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26868 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 dlls/shlwapi/Makefile"
26872 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26873 shlwapi"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26876 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 dlls/shlwapi/tests/Makefile"
26880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26881 shlwapi/tests"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26884 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 dlls/slbcsp/Makefile"
26888 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26889 slbcsp"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26892 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 dlls/slc/Makefile"
26896 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26897 slc"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26900 ac_config_files="$ac_config_files dlls/slc/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 dlls/snmpapi/Makefile"
26904 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26905 snmpapi"
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26908 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911 dlls/snmpapi/tests/Makefile"
26912 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26913 snmpapi/tests"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26916 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 dlls/softpub/Makefile"
26920 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26921 softpub"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26924 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927 dlls/sound.drv16/Makefile"
26928 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26929 sound.drv16"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26932 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 dlls/spoolss/Makefile"
26936 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26937 spoolss"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26940 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 dlls/spoolss/tests/Makefile"
26944 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26945 spoolss/tests"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26948 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951 dlls/stdole2.tlb/Makefile"
26952 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26953 stdole2.tlb"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26956 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959 dlls/stdole32.tlb/Makefile"
26960 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26961 stdole32.tlb"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
26964 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 dlls/sti/Makefile"
26968 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26969 sti"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
26972 ac_config_files="$ac_config_files dlls/sti/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 dlls/sti/tests/Makefile"
26976 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26977 sti/tests"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
26980 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 dlls/storage.dll16/Makefile"
26984 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26985 storage.dll16"
26986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26987 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
26988 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
26990 ALL_MAKEFILES="$ALL_MAKEFILES \\
26991 dlls/stress.dll16/Makefile"
26992 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26993 stress.dll16"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
26996 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 dlls/strmiids/Makefile"
27000 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27001 strmiids"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27004 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007 dlls/svrapi/Makefile"
27008 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27009 svrapi"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27012 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 dlls/sxs/Makefile"
27016 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27017 sxs"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27020 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 dlls/system.drv16/Makefile"
27024 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27025 system.drv16"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
27028 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031 dlls/t2embed/Makefile"
27032 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27033 t2embed"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27036 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039 dlls/tapi32/Makefile"
27040 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27041 tapi32"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27044 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047 dlls/toolhelp.dll16/Makefile"
27048 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27049 toolhelp.dll16"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
27052 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 dlls/traffic/Makefile"
27056 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27057 traffic"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27060 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063 dlls/twain.dll16/Makefile"
27064 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27065 twain.dll16"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27068 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 dlls/twain_32/Makefile"
27072 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27073 twain_32"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27076 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079 dlls/twain_32/tests/Makefile"
27080 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27081 twain_32/tests"
27082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27083 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27084 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27086 ALL_MAKEFILES="$ALL_MAKEFILES \\
27087 dlls/typelib.dll16/Makefile"
27088 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27089 typelib.dll16"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27092 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 dlls/unicows/Makefile"
27096 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27097 unicows"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27100 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103 dlls/updspapi/Makefile"
27104 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27105 updspapi"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27108 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 dlls/url/Makefile"
27112 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27113 url"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27116 ac_config_files="$ac_config_files dlls/url/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 dlls/urlmon/Makefile"
27120 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27121 urlmon"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27124 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127 dlls/urlmon/tests/Makefile"
27128 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27129 urlmon/tests"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27132 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 dlls/user32/Makefile"
27136 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27137 user32"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27140 ac_config_files="$ac_config_files dlls/user32/Makefile"
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143 dlls/user32/tests/Makefile"
27144 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27145 user32/tests"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27148 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 dlls/userenv/Makefile"
27152 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27153 userenv"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27156 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159 dlls/userenv/tests/Makefile"
27160 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27161 userenv/tests"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27164 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 dlls/usp10/Makefile"
27168 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27169 usp10"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27172 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175 dlls/usp10/tests/Makefile"
27176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27177 usp10/tests"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27180 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 dlls/uuid/Makefile"
27184 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27185 uuid"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27188 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 dlls/uxtheme/Makefile"
27192 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27193 uxtheme"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27196 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199 dlls/uxtheme/tests/Makefile"
27200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27201 uxtheme/tests"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27204 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207 dlls/vdhcp.vxd/Makefile"
27208 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27209 vdhcp.vxd"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27212 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 dlls/vdmdbg/Makefile"
27216 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27217 vdmdbg"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27220 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223 dlls/ver.dll16/Makefile"
27224 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27225 ver.dll16"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27228 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 dlls/version/Makefile"
27232 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27233 version"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27236 ac_config_files="$ac_config_files dlls/version/Makefile"
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239 dlls/version/tests/Makefile"
27240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27241 version/tests"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27244 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 dlls/vmm.vxd/Makefile"
27248 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27249 vmm.vxd"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27252 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 dlls/vnbt.vxd/Makefile"
27256 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27257 vnbt.vxd"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27260 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263 dlls/vnetbios.vxd/Makefile"
27264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27265 vnetbios.vxd"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27268 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271 dlls/vtdapi.vxd/Makefile"
27272 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27273 vtdapi.vxd"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27276 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279 dlls/vwin32.vxd/Makefile"
27280 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27281 vwin32.vxd"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27284 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287 dlls/w32skrnl/Makefile"
27288 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27289 w32skrnl"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27292 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295 dlls/w32sys.dll16/Makefile"
27296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27297 w32sys.dll16"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27300 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 dlls/wbemprox/Makefile"
27304 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27305 wbemprox"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27308 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 dlls/wiaservc/Makefile"
27312 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27313 wiaservc"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
27316 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319 dlls/win32s16.dll16/Makefile"
27320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27321 win32s16.dll16"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27324 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 dlls/win87em.dll16/Makefile"
27328 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27329 win87em.dll16"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27332 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335 dlls/winaspi.dll16/Makefile"
27336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27337 winaspi.dll16"
27338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27339 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27340 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27342 ALL_MAKEFILES="$ALL_MAKEFILES \\
27343 dlls/windebug.dll16/Makefile"
27344 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27345 windebug.dll16"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27348 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351 dlls/windowscodecs/Makefile"
27352 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27353 windowscodecs"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27356 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359 dlls/windowscodecs/tests/Makefile"
27360 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27361 windowscodecs/tests"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27364 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367 dlls/winealsa.drv/Makefile"
27368 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27369 winealsa.drv"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27372 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375 dlls/wineaudioio.drv/Makefile"
27376 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27377 wineaudioio.drv"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27380 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383 dlls/winecoreaudio.drv/Makefile"
27384 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27385 winecoreaudio.drv"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27388 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391 dlls/winecrt0/Makefile"
27392 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27393 winecrt0"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27396 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399 dlls/wined3d/Makefile"
27400 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27401 wined3d"
27402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27403 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27404 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27406 ALL_MAKEFILES="$ALL_MAKEFILES \\
27407 dlls/winedos/Makefile"
27408 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27409 winedos"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27412 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415 dlls/wineesd.drv/Makefile"
27416 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27417 wineesd.drv"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27420 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423 dlls/winejack.drv/Makefile"
27424 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27425 winejack.drv"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27428 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431 dlls/winejoystick.drv/Makefile"
27432 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27433 winejoystick.drv"
27434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27435 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27436 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27438 ALL_MAKEFILES="$ALL_MAKEFILES \\
27439 dlls/winemp3.acm/Makefile"
27440 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27441 winemp3.acm"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27444 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447 dlls/winenas.drv/Makefile"
27448 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27449 winenas.drv"
27450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27451 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27452 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27454 ALL_MAKEFILES="$ALL_MAKEFILES \\
27455 dlls/wineoss.drv/Makefile"
27456 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27457 wineoss.drv"
27458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27459 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27460 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27462 ALL_MAKEFILES="$ALL_MAKEFILES \\
27463 dlls/wineps.drv/Makefile"
27464 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27465 wineps.drv"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27468 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471 dlls/wineps16.drv16/Makefile"
27472 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27473 wineps16.drv16"
27474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27475 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27476 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27478 ALL_MAKEFILES="$ALL_MAKEFILES \\
27479 dlls/winepulse.drv/Makefile"
27480 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27481 winepulse.drv"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27484 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487 dlls/winequartz.drv/Makefile"
27488 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27489 winequartz.drv"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27492 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495 dlls/winex11.drv/Makefile"
27496 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27497 winex11.drv"
27498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27499 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27500 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27502 ALL_MAKEFILES="$ALL_MAKEFILES \\
27503 dlls/wing.dll16/Makefile"
27504 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27505 wing.dll16"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27508 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511 dlls/wing32/Makefile"
27512 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27513 wing32"
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27516 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519 dlls/winhttp/Makefile"
27520 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27521 winhttp"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27524 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527 dlls/winhttp/tests/Makefile"
27528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27529 winhttp/tests"
27530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27531 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27532 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27534 ALL_MAKEFILES="$ALL_MAKEFILES \\
27535 dlls/wininet/Makefile"
27536 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27537 wininet"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27540 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543 dlls/wininet/tests/Makefile"
27544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27545 wininet/tests"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27548 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551 dlls/winmm/Makefile"
27552 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27553 winmm"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27556 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559 dlls/winmm/tests/Makefile"
27560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27561 winmm/tests"
27562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27563 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27564 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27566 ALL_MAKEFILES="$ALL_MAKEFILES \\
27567 dlls/winnls.dll16/Makefile"
27568 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27569 winnls.dll16"
27570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27571 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27572 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27574 ALL_MAKEFILES="$ALL_MAKEFILES \\
27575 dlls/winnls32/Makefile"
27576 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27577 winnls32"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27580 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 dlls/winscard/Makefile"
27584 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27585 winscard"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27588 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591 dlls/winsock.dll16/Makefile"
27592 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27593 winsock.dll16"
27594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27595 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27596 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27598 ALL_MAKEFILES="$ALL_MAKEFILES \\
27599 dlls/winspool.drv/Makefile"
27600 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27601 winspool.drv"
27602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27603 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27604 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27606 ALL_MAKEFILES="$ALL_MAKEFILES \\
27607 dlls/winspool.drv/tests/Makefile"
27608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27609 winspool.drv/tests"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27612 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 dlls/wintab.dll16/Makefile"
27616 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27617 wintab.dll16"
27618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27619 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27620 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27622 ALL_MAKEFILES="$ALL_MAKEFILES \\
27623 dlls/wintab32/Makefile"
27624 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27625 wintab32"
27626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27627 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27628 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27630 ALL_MAKEFILES="$ALL_MAKEFILES \\
27631 dlls/wintab32/tests/Makefile"
27632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27633 wintab32/tests"
27634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27635 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27636 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27638 ALL_MAKEFILES="$ALL_MAKEFILES \\
27639 dlls/wintrust/Makefile"
27640 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27641 wintrust"
27642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27643 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27644 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27646 ALL_MAKEFILES="$ALL_MAKEFILES \\
27647 dlls/wintrust/tests/Makefile"
27648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27649 wintrust/tests"
27650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27651 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27652 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27654 ALL_MAKEFILES="$ALL_MAKEFILES \\
27655 dlls/wldap32/Makefile"
27656 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27657 wldap32"
27658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27659 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27660 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27662 ALL_MAKEFILES="$ALL_MAKEFILES \\
27663 dlls/wldap32/tests/Makefile"
27664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27665 wldap32/tests"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27668 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671 dlls/wmi/Makefile"
27672 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27673 wmi"
27674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27675 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27676 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27678 ALL_MAKEFILES="$ALL_MAKEFILES \\
27679 dlls/wmiutils/Makefile"
27680 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27681 wmiutils"
27682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27683 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27684 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27686 ALL_MAKEFILES="$ALL_MAKEFILES \\
27687 dlls/wnaspi32/Makefile"
27688 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27689 wnaspi32"
27690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27691 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27692 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27694 ALL_MAKEFILES="$ALL_MAKEFILES \\
27695 dlls/wow32/Makefile"
27696 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27697 wow32"
27698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27699 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27700 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27702 ALL_MAKEFILES="$ALL_MAKEFILES \\
27703 dlls/ws2_32/Makefile"
27704 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27705 ws2_32"
27706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27707 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27708 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27710 ALL_MAKEFILES="$ALL_MAKEFILES \\
27711 dlls/ws2_32/tests/Makefile"
27712 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27713 ws2_32/tests"
27714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27715 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27716 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27718 ALL_MAKEFILES="$ALL_MAKEFILES \\
27719 dlls/wsock32/Makefile"
27720 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27721 wsock32"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27724 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727 dlls/wtsapi32/Makefile"
27728 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27729 wtsapi32"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27732 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735 dlls/wuapi/Makefile"
27736 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27737 wuapi"
27738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27739 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27740 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27742 ALL_MAKEFILES="$ALL_MAKEFILES \\
27743 dlls/wuaueng/Makefile"
27744 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27745 wuaueng"
27746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27747 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
27748 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
27750 ALL_MAKEFILES="$ALL_MAKEFILES \\
27751 dlls/xinput1_1/Makefile"
27752 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27753 xinput1_1"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27756 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 dlls/xinput1_2/Makefile"
27760 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27761 xinput1_2"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27764 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767 dlls/xinput1_3/Makefile"
27768 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27769 xinput1_3"
27770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27771 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27772 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27774 ALL_MAKEFILES="$ALL_MAKEFILES \\
27775 dlls/xinput1_3/tests/Makefile"
27776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27777 xinput1_3/tests"
27778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27779 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27780 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27782 ALL_MAKEFILES="$ALL_MAKEFILES \\
27783 dlls/xinput9_1_0/Makefile"
27784 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27785 xinput9_1_0"
27786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27787 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27788 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27790 ALL_MAKEFILES="$ALL_MAKEFILES \\
27791 dlls/xmllite/Makefile"
27792 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27793 xmllite"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27796 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 documentation/Makefile"
27800 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27801 documentation"
27802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27803 documentation/Makefile: documentation/Makefile.in Make.rules"
27804 ac_config_files="$ac_config_files documentation/Makefile"
27806 ALL_MAKEFILES="$ALL_MAKEFILES \\
27807 fonts/Makefile"
27808 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27809 fonts"
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 fonts/Makefile: fonts/Makefile.in Make.rules"
27812 ac_config_files="$ac_config_files fonts/Makefile"
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815 include/Makefile"
27816 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27817 include"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 include/Makefile: include/Makefile.in Make.rules"
27820 ac_config_files="$ac_config_files include/Makefile"
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823 libs/Makefile"
27824 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27825 libs"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 libs/Makefile: libs/Makefile.in Make.rules"
27828 ac_config_files="$ac_config_files libs/Makefile"
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831 libs/port/Makefile"
27833 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27834 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27835 ac_config_files="$ac_config_files libs/port/Makefile"
27837 ALL_MAKEFILES="$ALL_MAKEFILES \\
27838 libs/wine/Makefile"
27840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27841 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27842 ac_config_files="$ac_config_files libs/wine/Makefile"
27844 ALL_MAKEFILES="$ALL_MAKEFILES \\
27845 libs/wpp/Makefile"
27847 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27848 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27849 ac_config_files="$ac_config_files libs/wpp/Makefile"
27851 ALL_MAKEFILES="$ALL_MAKEFILES \\
27852 loader/Makefile"
27853 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27854 loader"
27855 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27856 loader/Makefile: loader/Makefile.in Make.rules"
27857 ac_config_files="$ac_config_files loader/Makefile"
27859 ALL_MAKEFILES="$ALL_MAKEFILES \\
27860 programs/Makefile"
27861 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27862 programs"
27863 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27864 programs/Makefile: programs/Makefile.in Make.rules"
27865 ac_config_files="$ac_config_files programs/Makefile"
27867 ALL_MAKEFILES="$ALL_MAKEFILES \\
27868 programs/cacls/Makefile"
27869 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27870 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27871 cacls"
27872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27873 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27874 ac_config_files="$ac_config_files programs/cacls/Makefile"
27876 ALL_MAKEFILES="$ALL_MAKEFILES \\
27877 programs/clock/Makefile"
27878 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27879 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27880 clock"
27881 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27882 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27883 ac_config_files="$ac_config_files programs/clock/Makefile"
27885 ALL_MAKEFILES="$ALL_MAKEFILES \\
27886 programs/cmd/Makefile"
27887 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27888 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27889 cmd"
27890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27891 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27892 ac_config_files="$ac_config_files programs/cmd/Makefile"
27894 ALL_MAKEFILES="$ALL_MAKEFILES \\
27895 programs/cmdlgtst/Makefile"
27896 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27897 cmdlgtst"
27898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27899 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27900 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27902 ALL_MAKEFILES="$ALL_MAKEFILES \\
27903 programs/control/Makefile"
27904 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27905 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27906 control"
27907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27908 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27909 ac_config_files="$ac_config_files programs/control/Makefile"
27911 ALL_MAKEFILES="$ALL_MAKEFILES \\
27912 programs/dxdiag/Makefile"
27913 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27914 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27915 dxdiag"
27916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27917 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27918 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27920 ALL_MAKEFILES="$ALL_MAKEFILES \\
27921 programs/eject/Makefile"
27922 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27923 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27924 eject"
27925 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27926 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27927 ac_config_files="$ac_config_files programs/eject/Makefile"
27929 ALL_MAKEFILES="$ALL_MAKEFILES \\
27930 programs/expand/Makefile"
27931 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27932 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27933 expand"
27934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27935 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27936 ac_config_files="$ac_config_files programs/expand/Makefile"
27938 ALL_MAKEFILES="$ALL_MAKEFILES \\
27939 programs/explorer/Makefile"
27940 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27941 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27942 explorer"
27943 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27944 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27945 ac_config_files="$ac_config_files programs/explorer/Makefile"
27947 ALL_MAKEFILES="$ALL_MAKEFILES \\
27948 programs/extrac32/Makefile"
27949 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27950 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27951 extrac32"
27952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27953 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
27954 ac_config_files="$ac_config_files programs/extrac32/Makefile"
27956 ALL_MAKEFILES="$ALL_MAKEFILES \\
27957 programs/hh/Makefile"
27958 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27959 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27961 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27962 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
27963 ac_config_files="$ac_config_files programs/hh/Makefile"
27965 ALL_MAKEFILES="$ALL_MAKEFILES \\
27966 programs/icinfo/Makefile"
27967 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27968 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27969 icinfo"
27970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27971 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
27972 ac_config_files="$ac_config_files programs/icinfo/Makefile"
27974 ALL_MAKEFILES="$ALL_MAKEFILES \\
27975 programs/iexplore/Makefile"
27976 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27977 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27978 iexplore"
27979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27980 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
27981 ac_config_files="$ac_config_files programs/iexplore/Makefile"
27983 ALL_MAKEFILES="$ALL_MAKEFILES \\
27984 programs/lodctr/Makefile"
27985 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27986 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27987 lodctr"
27988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27989 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
27990 ac_config_files="$ac_config_files programs/lodctr/Makefile"
27992 ALL_MAKEFILES="$ALL_MAKEFILES \\
27993 programs/mshta/Makefile"
27994 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27995 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27996 mshta"
27997 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27998 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
27999 ac_config_files="$ac_config_files programs/mshta/Makefile"
28001 ALL_MAKEFILES="$ALL_MAKEFILES \\
28002 programs/msiexec/Makefile"
28003 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28004 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28005 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28006 msiexec"
28007 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28008 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28009 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28011 ALL_MAKEFILES="$ALL_MAKEFILES \\
28012 programs/net/Makefile"
28013 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28014 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28015 net"
28016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28017 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28018 ac_config_files="$ac_config_files programs/net/Makefile"
28020 ALL_MAKEFILES="$ALL_MAKEFILES \\
28021 programs/notepad/Makefile"
28022 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28023 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28024 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28025 notepad"
28026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28027 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28028 ac_config_files="$ac_config_files programs/notepad/Makefile"
28030 ALL_MAKEFILES="$ALL_MAKEFILES \\
28031 programs/oleview/Makefile"
28032 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28033 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28034 oleview"
28035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28036 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28037 ac_config_files="$ac_config_files programs/oleview/Makefile"
28039 ALL_MAKEFILES="$ALL_MAKEFILES \\
28040 programs/progman/Makefile"
28041 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28042 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28043 progman"
28044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28045 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28046 ac_config_files="$ac_config_files programs/progman/Makefile"
28048 ALL_MAKEFILES="$ALL_MAKEFILES \\
28049 programs/reg/Makefile"
28050 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28051 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28052 reg"
28053 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28054 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28055 ac_config_files="$ac_config_files programs/reg/Makefile"
28057 ALL_MAKEFILES="$ALL_MAKEFILES \\
28058 programs/regedit/Makefile"
28059 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28060 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28061 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28062 regedit"
28063 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28064 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28065 ac_config_files="$ac_config_files programs/regedit/Makefile"
28067 ALL_MAKEFILES="$ALL_MAKEFILES \\
28068 programs/regsvr32/Makefile"
28069 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28070 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28071 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28072 regsvr32"
28073 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28074 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28075 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28077 ALL_MAKEFILES="$ALL_MAKEFILES \\
28078 programs/rpcss/Makefile"
28079 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28080 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28081 rpcss"
28082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28083 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28084 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28086 ALL_MAKEFILES="$ALL_MAKEFILES \\
28087 programs/rundll32/Makefile"
28088 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28089 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28090 rundll32"
28091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28092 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28093 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28095 ALL_MAKEFILES="$ALL_MAKEFILES \\
28096 programs/secedit/Makefile"
28097 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28098 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28099 secedit"
28100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28101 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28102 ac_config_files="$ac_config_files programs/secedit/Makefile"
28104 ALL_MAKEFILES="$ALL_MAKEFILES \\
28105 programs/services/Makefile"
28106 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28107 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28108 services"
28109 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28110 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28111 ac_config_files="$ac_config_files programs/services/Makefile"
28113 ALL_MAKEFILES="$ALL_MAKEFILES \\
28114 programs/spoolsv/Makefile"
28115 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28116 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28117 spoolsv"
28118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28119 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28120 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28122 ALL_MAKEFILES="$ALL_MAKEFILES \\
28123 programs/start/Makefile"
28124 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28125 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28126 start"
28127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28128 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28129 ac_config_files="$ac_config_files programs/start/Makefile"
28131 ALL_MAKEFILES="$ALL_MAKEFILES \\
28132 programs/svchost/Makefile"
28133 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28134 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28135 svchost"
28136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28137 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28138 ac_config_files="$ac_config_files programs/svchost/Makefile"
28140 ALL_MAKEFILES="$ALL_MAKEFILES \\
28141 programs/taskmgr/Makefile"
28142 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28143 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28144 taskmgr"
28145 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28146 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28147 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28149 ALL_MAKEFILES="$ALL_MAKEFILES \\
28150 programs/termsv/Makefile"
28151 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28152 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28153 termsv"
28154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28155 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28156 ac_config_files="$ac_config_files programs/termsv/Makefile"
28158 ALL_MAKEFILES="$ALL_MAKEFILES \\
28159 programs/uninstaller/Makefile"
28160 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28161 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28162 uninstaller"
28163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28164 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28165 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28167 ALL_MAKEFILES="$ALL_MAKEFILES \\
28168 programs/unlodctr/Makefile"
28169 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28170 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28171 unlodctr"
28172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28173 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28174 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28176 ALL_MAKEFILES="$ALL_MAKEFILES \\
28177 programs/view/Makefile"
28178 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28179 view"
28180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28181 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28182 ac_config_files="$ac_config_files programs/view/Makefile"
28184 ALL_MAKEFILES="$ALL_MAKEFILES \\
28185 programs/wineboot/Makefile"
28186 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28187 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28188 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28189 wineboot"
28190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28191 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28192 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28194 ALL_MAKEFILES="$ALL_MAKEFILES \\
28195 programs/winebrowser/Makefile"
28196 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28197 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28198 winebrowser"
28199 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28200 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28201 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28203 ALL_MAKEFILES="$ALL_MAKEFILES \\
28204 programs/winecfg/Makefile"
28205 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28206 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28207 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28208 winecfg"
28209 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28210 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28211 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28213 ALL_MAKEFILES="$ALL_MAKEFILES \\
28214 programs/wineconsole/Makefile"
28215 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28216 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28217 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28218 wineconsole"
28219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28220 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28221 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28223 ALL_MAKEFILES="$ALL_MAKEFILES \\
28224 programs/winedbg/Makefile"
28225 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28226 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28227 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28228 winedbg"
28229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28230 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28231 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28233 ALL_MAKEFILES="$ALL_MAKEFILES \\
28234 programs/winedevice/Makefile"
28235 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28236 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28237 winedevice"
28238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28239 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28240 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28242 ALL_MAKEFILES="$ALL_MAKEFILES \\
28243 programs/winefile/Makefile"
28244 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28245 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28246 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28247 winefile"
28248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28249 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28250 ac_config_files="$ac_config_files programs/winefile/Makefile"
28252 ALL_MAKEFILES="$ALL_MAKEFILES \\
28253 programs/winemenubuilder/Makefile"
28254 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28255 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28256 winemenubuilder"
28257 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28258 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28259 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28261 ALL_MAKEFILES="$ALL_MAKEFILES \\
28262 programs/winemine/Makefile"
28263 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28264 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28265 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28266 winemine"
28267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28268 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28269 ac_config_files="$ac_config_files programs/winemine/Makefile"
28271 ALL_MAKEFILES="$ALL_MAKEFILES \\
28272 programs/winepath/Makefile"
28273 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28274 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28275 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28276 winepath"
28277 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28278 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28279 ac_config_files="$ac_config_files programs/winepath/Makefile"
28281 ALL_MAKEFILES="$ALL_MAKEFILES \\
28282 programs/winetest/Makefile"
28283 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28284 winetest"
28285 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28286 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28287 ac_config_files="$ac_config_files programs/winetest/Makefile"
28289 ALL_MAKEFILES="$ALL_MAKEFILES \\
28290 programs/winevdm/Makefile"
28291 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28292 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28293 winevdm"
28294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28295 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28296 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28298 ALL_MAKEFILES="$ALL_MAKEFILES \\
28299 programs/winhelp.exe16/Makefile"
28300 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28301 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28302 winhelp.exe16"
28303 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28304 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28305 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28307 ALL_MAKEFILES="$ALL_MAKEFILES \\
28308 programs/winhlp32/Makefile"
28309 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28310 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28311 winhlp32"
28312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28313 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28314 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28316 ALL_MAKEFILES="$ALL_MAKEFILES \\
28317 programs/winoldap.mod16/Makefile"
28318 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28319 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28320 winoldap.mod16"
28321 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28322 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28323 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28325 ALL_MAKEFILES="$ALL_MAKEFILES \\
28326 programs/winver/Makefile"
28327 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28328 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28329 winver"
28330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28331 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28332 ac_config_files="$ac_config_files programs/winver/Makefile"
28334 ALL_MAKEFILES="$ALL_MAKEFILES \\
28335 programs/wordpad/Makefile"
28336 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28337 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28338 wordpad"
28339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28340 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28341 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28343 ALL_MAKEFILES="$ALL_MAKEFILES \\
28344 programs/write/Makefile"
28345 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28346 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28347 write"
28348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28349 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28350 ac_config_files="$ac_config_files programs/write/Makefile"
28352 ALL_MAKEFILES="$ALL_MAKEFILES \\
28353 programs/xcopy/Makefile"
28354 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28355 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28356 xcopy"
28357 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28358 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28359 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28361 ALL_MAKEFILES="$ALL_MAKEFILES \\
28362 server/Makefile"
28363 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28364 server"
28365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28366 server/Makefile: server/Makefile.in Make.rules"
28367 ac_config_files="$ac_config_files server/Makefile"
28369 ALL_MAKEFILES="$ALL_MAKEFILES \\
28370 tools/Makefile"
28371 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28372 tools"
28373 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28374 tools/Makefile: tools/Makefile.in Make.rules"
28375 ac_config_files="$ac_config_files tools/Makefile"
28377 ALL_MAKEFILES="$ALL_MAKEFILES \\
28378 tools/widl/Makefile"
28380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28381 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28382 ac_config_files="$ac_config_files tools/widl/Makefile"
28384 ALL_MAKEFILES="$ALL_MAKEFILES \\
28385 tools/winebuild/Makefile"
28387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28388 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28389 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28391 ALL_MAKEFILES="$ALL_MAKEFILES \\
28392 tools/winedump/Makefile"
28394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28395 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28396 ac_config_files="$ac_config_files tools/winedump/Makefile"
28398 ALL_MAKEFILES="$ALL_MAKEFILES \\
28399 tools/winegcc/Makefile"
28401 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28402 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28403 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28405 ALL_MAKEFILES="$ALL_MAKEFILES \\
28406 tools/wmc/Makefile"
28408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28409 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28410 ac_config_files="$ac_config_files tools/wmc/Makefile"
28412 ALL_MAKEFILES="$ALL_MAKEFILES \\
28413 tools/wrc/Makefile"
28415 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28416 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28417 ac_config_files="$ac_config_files tools/wrc/Makefile"
28421 ALL_WINETEST_DEPENDS="# Test binaries"
28423 for dir in $ALL_TEST_DIRS
28425 if test "$dir" != "\\"
28426 then
28427 testname=`expr $dir : '\(.*\)/tests'`_test
28428 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28430 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28431 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28432 $testname.rc:
28433 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28434 $testname.res: $testname.rc $testname.exe"
28436 done
28438 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28440 cat >confcache <<\_ACEOF
28441 # This file is a shell script that caches the results of configure
28442 # tests run on this system so they can be shared between configure
28443 # scripts and configure runs, see configure's option --config-cache.
28444 # It is not useful on other systems. If it contains results you don't
28445 # want to keep, you may remove or edit it.
28447 # config.status only pays attention to the cache file if you give it
28448 # the --recheck option to rerun configure.
28450 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28451 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28452 # following values.
28454 _ACEOF
28456 # The following way of writing the cache mishandles newlines in values,
28457 # but we know of no workaround that is simple, portable, and efficient.
28458 # So, we kill variables containing newlines.
28459 # Ultrix sh set writes to stderr and can't be redirected directly,
28460 # and sets the high bit in the cache file unless we assign to the vars.
28462 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28463 eval ac_val=\$$ac_var
28464 case $ac_val in #(
28465 *${as_nl}*)
28466 case $ac_var in #(
28467 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28468 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28469 esac
28470 case $ac_var in #(
28471 _ | IFS | as_nl) ;; #(
28472 *) $as_unset $ac_var ;;
28473 esac ;;
28474 esac
28475 done
28477 (set) 2>&1 |
28478 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28479 *${as_nl}ac_space=\ *)
28480 # `set' does not quote correctly, so add quotes (double-quote
28481 # substitution turns \\\\ into \\, and sed turns \\ into \).
28482 sed -n \
28483 "s/'/'\\\\''/g;
28484 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28485 ;; #(
28487 # `set' quotes correctly as required by POSIX, so do not add quotes.
28488 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28490 esac |
28491 sort
28493 sed '
28494 /^ac_cv_env_/b end
28495 t clear
28496 :clear
28497 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28498 t end
28499 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28500 :end' >>confcache
28501 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28502 if test -w "$cache_file"; then
28503 test "x$cache_file" != "x/dev/null" &&
28504 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28505 echo "$as_me: updating cache $cache_file" >&6;}
28506 cat confcache >$cache_file
28507 else
28508 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28509 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28512 rm -f confcache
28514 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28515 # Let make expand exec_prefix.
28516 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28518 DEFS=-DHAVE_CONFIG_H
28520 ac_libobjs=
28521 ac_ltlibobjs=
28522 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28523 # 1. Remove the extension, and $U if already installed.
28524 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28525 ac_i=`echo "$ac_i" | sed "$ac_script"`
28526 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28527 # will be set to the directory where LIBOBJS objects are built.
28528 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28529 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28530 done
28531 LIBOBJS=$ac_libobjs
28533 LTLIBOBJS=$ac_ltlibobjs
28537 : ${CONFIG_STATUS=./config.status}
28538 ac_clean_files_save=$ac_clean_files
28539 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28540 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28541 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28542 cat >$CONFIG_STATUS <<_ACEOF
28543 #! $SHELL
28544 # Generated by $as_me.
28545 # Run this file to recreate the current configuration.
28546 # Compiler output produced by configure, useful for debugging
28547 # configure, is in config.log if it exists.
28549 debug=false
28550 ac_cs_recheck=false
28551 ac_cs_silent=false
28552 SHELL=\${CONFIG_SHELL-$SHELL}
28553 _ACEOF
28555 cat >>$CONFIG_STATUS <<\_ACEOF
28556 ## --------------------- ##
28557 ## M4sh Initialization. ##
28558 ## --------------------- ##
28560 # Be more Bourne compatible
28561 DUALCASE=1; export DUALCASE # for MKS sh
28562 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28563 emulate sh
28564 NULLCMD=:
28565 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28566 # is contrary to our usage. Disable this feature.
28567 alias -g '${1+"$@"}'='"$@"'
28568 setopt NO_GLOB_SUBST
28569 else
28570 case `(set -o) 2>/dev/null` in
28571 *posix*) set -o posix ;;
28572 esac
28579 # PATH needs CR
28580 # Avoid depending upon Character Ranges.
28581 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28582 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28583 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28584 as_cr_digits='0123456789'
28585 as_cr_alnum=$as_cr_Letters$as_cr_digits
28587 # The user is always right.
28588 if test "${PATH_SEPARATOR+set}" != set; then
28589 echo "#! /bin/sh" >conf$$.sh
28590 echo "exit 0" >>conf$$.sh
28591 chmod +x conf$$.sh
28592 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28593 PATH_SEPARATOR=';'
28594 else
28595 PATH_SEPARATOR=:
28597 rm -f conf$$.sh
28600 # Support unset when possible.
28601 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28602 as_unset=unset
28603 else
28604 as_unset=false
28608 # IFS
28609 # We need space, tab and new line, in precisely that order. Quoting is
28610 # there to prevent editors from complaining about space-tab.
28611 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28612 # splitting by setting IFS to empty value.)
28613 as_nl='
28615 IFS=" "" $as_nl"
28617 # Find who we are. Look in the path if we contain no directory separator.
28618 case $0 in
28619 *[\\/]* ) as_myself=$0 ;;
28620 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28621 for as_dir in $PATH
28623 IFS=$as_save_IFS
28624 test -z "$as_dir" && as_dir=.
28625 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28626 done
28627 IFS=$as_save_IFS
28630 esac
28631 # We did not find ourselves, most probably we were run as `sh COMMAND'
28632 # in which case we are not to be found in the path.
28633 if test "x$as_myself" = x; then
28634 as_myself=$0
28636 if test ! -f "$as_myself"; then
28637 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28638 { (exit 1); exit 1; }
28641 # Work around bugs in pre-3.0 UWIN ksh.
28642 for as_var in ENV MAIL MAILPATH
28643 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28644 done
28645 PS1='$ '
28646 PS2='> '
28647 PS4='+ '
28649 # NLS nuisances.
28650 for as_var in \
28651 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28652 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28653 LC_TELEPHONE LC_TIME
28655 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28656 eval $as_var=C; export $as_var
28657 else
28658 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28660 done
28662 # Required to use basename.
28663 if expr a : '\(a\)' >/dev/null 2>&1 &&
28664 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28665 as_expr=expr
28666 else
28667 as_expr=false
28670 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28671 as_basename=basename
28672 else
28673 as_basename=false
28677 # Name of the executable.
28678 as_me=`$as_basename -- "$0" ||
28679 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28680 X"$0" : 'X\(//\)$' \| \
28681 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28682 echo X/"$0" |
28683 sed '/^.*\/\([^/][^/]*\)\/*$/{
28684 s//\1/
28687 /^X\/\(\/\/\)$/{
28688 s//\1/
28691 /^X\/\(\/\).*/{
28692 s//\1/
28695 s/.*/./; q'`
28697 # CDPATH.
28698 $as_unset CDPATH
28702 as_lineno_1=$LINENO
28703 as_lineno_2=$LINENO
28704 test "x$as_lineno_1" != "x$as_lineno_2" &&
28705 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28707 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28708 # uniformly replaced by the line number. The first 'sed' inserts a
28709 # line-number line after each line using $LINENO; the second 'sed'
28710 # does the real work. The second script uses 'N' to pair each
28711 # line-number line with the line containing $LINENO, and appends
28712 # trailing '-' during substitution so that $LINENO is not a special
28713 # case at line end.
28714 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28715 # scripts with optimization help from Paolo Bonzini. Blame Lee
28716 # E. McMahon (1931-1989) for sed's syntax. :-)
28717 sed -n '
28719 /[$]LINENO/=
28720 ' <$as_myself |
28721 sed '
28722 s/[$]LINENO.*/&-/
28723 t lineno
28725 :lineno
28727 :loop
28728 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28729 t loop
28730 s/-\n.*//
28731 ' >$as_me.lineno &&
28732 chmod +x "$as_me.lineno" ||
28733 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28734 { (exit 1); exit 1; }; }
28736 # Don't try to exec as it changes $[0], causing all sort of problems
28737 # (the dirname of $[0] is not the place where we might find the
28738 # original and so on. Autoconf is especially sensitive to this).
28739 . "./$as_me.lineno"
28740 # Exit status is that of the last command.
28741 exit
28745 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28746 as_dirname=dirname
28747 else
28748 as_dirname=false
28751 ECHO_C= ECHO_N= ECHO_T=
28752 case `echo -n x` in
28753 -n*)
28754 case `echo 'x\c'` in
28755 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28756 *) ECHO_C='\c';;
28757 esac;;
28759 ECHO_N='-n';;
28760 esac
28762 if expr a : '\(a\)' >/dev/null 2>&1 &&
28763 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28764 as_expr=expr
28765 else
28766 as_expr=false
28769 rm -f conf$$ conf$$.exe conf$$.file
28770 if test -d conf$$.dir; then
28771 rm -f conf$$.dir/conf$$.file
28772 else
28773 rm -f conf$$.dir
28774 mkdir conf$$.dir
28776 echo >conf$$.file
28777 if ln -s conf$$.file conf$$ 2>/dev/null; then
28778 as_ln_s='ln -s'
28779 # ... but there are two gotchas:
28780 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28781 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28782 # In both cases, we have to default to `cp -p'.
28783 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28784 as_ln_s='cp -p'
28785 elif ln conf$$.file conf$$ 2>/dev/null; then
28786 as_ln_s=ln
28787 else
28788 as_ln_s='cp -p'
28790 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28791 rmdir conf$$.dir 2>/dev/null
28793 if mkdir -p . 2>/dev/null; then
28794 as_mkdir_p=:
28795 else
28796 test -d ./-p && rmdir ./-p
28797 as_mkdir_p=false
28800 if test -x / >/dev/null 2>&1; then
28801 as_test_x='test -x'
28802 else
28803 if ls -dL / >/dev/null 2>&1; then
28804 as_ls_L_option=L
28805 else
28806 as_ls_L_option=
28808 as_test_x='
28809 eval sh -c '\''
28810 if test -d "$1"; then
28811 test -d "$1/.";
28812 else
28813 case $1 in
28814 -*)set "./$1";;
28815 esac;
28816 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28817 ???[sx]*):;;*)false;;esac;fi
28818 '\'' sh
28821 as_executable_p=$as_test_x
28823 # Sed expression to map a string onto a valid CPP name.
28824 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28826 # Sed expression to map a string onto a valid variable name.
28827 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28830 exec 6>&1
28832 # Save the log message, to keep $[0] and so on meaningful, and to
28833 # report actual input values of CONFIG_FILES etc. instead of their
28834 # values after options handling.
28835 ac_log="
28836 This file was extended by Wine $as_me 1.1.34, which was
28837 generated by GNU Autoconf 2.61. Invocation command line was
28839 CONFIG_FILES = $CONFIG_FILES
28840 CONFIG_HEADERS = $CONFIG_HEADERS
28841 CONFIG_LINKS = $CONFIG_LINKS
28842 CONFIG_COMMANDS = $CONFIG_COMMANDS
28843 $ $0 $@
28845 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28848 _ACEOF
28850 cat >>$CONFIG_STATUS <<_ACEOF
28851 # Files that config.status was made for.
28852 config_files="$ac_config_files"
28853 config_headers="$ac_config_headers"
28854 config_commands="$ac_config_commands"
28856 _ACEOF
28858 cat >>$CONFIG_STATUS <<\_ACEOF
28859 ac_cs_usage="\
28860 \`$as_me' instantiates files from templates according to the
28861 current configuration.
28863 Usage: $0 [OPTIONS] [FILE]...
28865 -h, --help print this help, then exit
28866 -V, --version print version number and configuration settings, then exit
28867 -q, --quiet do not print progress messages
28868 -d, --debug don't remove temporary files
28869 --recheck update $as_me by reconfiguring in the same conditions
28870 --file=FILE[:TEMPLATE]
28871 instantiate the configuration file FILE
28872 --header=FILE[:TEMPLATE]
28873 instantiate the configuration header FILE
28875 Configuration files:
28876 $config_files
28878 Configuration headers:
28879 $config_headers
28881 Configuration commands:
28882 $config_commands
28884 Report bugs to <bug-autoconf@gnu.org>."
28886 _ACEOF
28887 cat >>$CONFIG_STATUS <<_ACEOF
28888 ac_cs_version="\\
28889 Wine config.status 1.1.34
28890 configured by $0, generated by GNU Autoconf 2.61,
28891 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28893 Copyright (C) 2006 Free Software Foundation, Inc.
28894 This config.status script is free software; the Free Software Foundation
28895 gives unlimited permission to copy, distribute and modify it."
28897 ac_pwd='$ac_pwd'
28898 srcdir='$srcdir'
28899 INSTALL='$INSTALL'
28900 _ACEOF
28902 cat >>$CONFIG_STATUS <<\_ACEOF
28903 # If no file are specified by the user, then we need to provide default
28904 # value. By we need to know if files were specified by the user.
28905 ac_need_defaults=:
28906 while test $# != 0
28908 case $1 in
28909 --*=*)
28910 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28911 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28912 ac_shift=:
28915 ac_option=$1
28916 ac_optarg=$2
28917 ac_shift=shift
28919 esac
28921 case $ac_option in
28922 # Handling of the options.
28923 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28924 ac_cs_recheck=: ;;
28925 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28926 echo "$ac_cs_version"; exit ;;
28927 --debug | --debu | --deb | --de | --d | -d )
28928 debug=: ;;
28929 --file | --fil | --fi | --f )
28930 $ac_shift
28931 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28932 ac_need_defaults=false;;
28933 --header | --heade | --head | --hea )
28934 $ac_shift
28935 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28936 ac_need_defaults=false;;
28937 --he | --h)
28938 # Conflict between --help and --header
28939 { echo "$as_me: error: ambiguous option: $1
28940 Try \`$0 --help' for more information." >&2
28941 { (exit 1); exit 1; }; };;
28942 --help | --hel | -h )
28943 echo "$ac_cs_usage"; exit ;;
28944 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28945 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28946 ac_cs_silent=: ;;
28948 # This is an error.
28949 -*) { echo "$as_me: error: unrecognized option: $1
28950 Try \`$0 --help' for more information." >&2
28951 { (exit 1); exit 1; }; } ;;
28953 *) ac_config_targets="$ac_config_targets $1"
28954 ac_need_defaults=false ;;
28956 esac
28957 shift
28958 done
28960 ac_configure_extra_args=
28962 if $ac_cs_silent; then
28963 exec 6>/dev/null
28964 ac_configure_extra_args="$ac_configure_extra_args --silent"
28967 _ACEOF
28968 cat >>$CONFIG_STATUS <<_ACEOF
28969 if \$ac_cs_recheck; then
28970 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
28971 CONFIG_SHELL=$SHELL
28972 export CONFIG_SHELL
28973 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
28976 _ACEOF
28977 cat >>$CONFIG_STATUS <<\_ACEOF
28978 exec 5>>config.log
28980 echo
28981 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
28982 ## Running $as_me. ##
28983 _ASBOX
28984 echo "$ac_log"
28985 } >&5
28987 _ACEOF
28988 cat >>$CONFIG_STATUS <<_ACEOF
28989 _ACEOF
28991 cat >>$CONFIG_STATUS <<\_ACEOF
28993 # Handling of arguments.
28994 for ac_config_target in $ac_config_targets
28996 case $ac_config_target in
28997 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
28998 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
28999 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29000 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29001 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29002 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29003 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29004 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29005 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29006 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29007 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29008 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29009 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29010 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29011 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29012 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29013 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29014 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29015 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29016 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29017 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29018 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29019 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29020 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29021 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29022 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29023 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29024 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29025 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29026 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29027 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29028 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29029 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
29030 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29031 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29032 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29033 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29034 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29035 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29036 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29037 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29038 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29039 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29040 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29041 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29042 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29043 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29044 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29045 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29046 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
29047 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29048 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29049 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29050 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29051 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29052 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29053 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29054 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29055 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29056 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29057 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29058 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29059 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29060 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29061 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29062 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29063 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29064 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29065 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29066 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29067 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29068 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29069 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29070 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29071 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29072 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29073 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29074 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29075 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29076 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29077 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29078 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29079 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29080 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29081 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29082 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29083 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29084 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29085 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29086 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29087 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29088 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29089 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29090 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29091 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29092 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29093 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29094 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
29095 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29096 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29097 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29098 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29099 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29100 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29101 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29102 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29103 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29104 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29105 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29106 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29107 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29108 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29109 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29110 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29111 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29112 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29113 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29114 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29115 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29116 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29117 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29118 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29119 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29120 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29121 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29122 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29123 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29124 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29125 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29126 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29127 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29128 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29129 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29130 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29131 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29132 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29133 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29134 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29135 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29136 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29137 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29138 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29139 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29140 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29141 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29142 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29143 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29144 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29145 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
29146 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29147 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29148 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29149 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29150 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29151 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29152 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29153 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29154 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29155 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29156 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29157 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29158 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29159 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29160 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29161 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29162 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29163 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29164 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29165 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
29166 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29167 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29168 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29169 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29170 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29171 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29172 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29173 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29174 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29175 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29176 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29177 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29178 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29179 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29180 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29181 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29182 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29183 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29184 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29185 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29186 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29187 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29188 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29189 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29190 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29191 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29192 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29193 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29194 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29195 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29196 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29197 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29198 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29199 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29200 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29201 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29202 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29203 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29204 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29205 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29206 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29207 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
29208 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29209 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29210 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29211 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29212 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29213 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29214 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29215 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29216 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29217 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29218 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29219 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29220 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29221 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29222 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29223 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29224 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29225 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29226 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29227 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29228 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29229 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29230 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29231 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29232 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29233 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29234 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29235 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29236 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29237 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29238 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29239 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29240 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29241 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29242 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29243 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29244 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29245 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29246 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29247 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29248 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29249 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29250 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29251 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29252 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29253 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29254 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29255 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29256 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29257 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29258 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29259 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29260 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29261 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29262 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29263 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29264 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29265 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29266 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29267 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29268 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29269 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29270 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29271 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29272 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29273 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29274 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29275 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29276 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29277 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29278 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29279 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29280 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29281 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29282 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29283 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29284 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29285 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29286 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29287 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29288 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29289 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29290 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29291 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29292 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29293 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29294 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29295 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29296 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29297 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29298 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29299 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29300 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29301 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29302 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29303 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29304 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29305 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29306 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29307 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29308 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29309 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29310 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29311 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29312 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29313 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29314 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29315 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29316 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29317 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29318 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29319 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29320 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29321 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29322 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29323 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29324 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29325 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29326 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29327 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29328 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29329 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29330 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29331 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29332 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29333 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29334 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29335 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29336 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29337 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29338 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29339 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29340 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29341 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29342 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29343 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29344 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29345 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29346 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29347 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29348 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29349 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29350 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29351 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29352 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29353 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29354 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29355 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29356 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29357 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29358 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29359 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29360 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29361 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29362 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29363 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29364 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29365 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29366 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29367 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29368 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29369 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29370 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29371 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29372 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29373 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29374 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29375 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29376 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29377 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29378 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29379 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29380 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29381 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29382 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29383 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29384 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29385 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29386 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29387 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29388 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29389 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29390 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29391 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29392 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29393 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29394 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29395 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29396 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29397 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29398 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29399 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29400 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29401 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29402 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29403 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29404 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29405 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29406 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29407 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29408 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
29409 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29410 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29411 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29412 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29413 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29414 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29415 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29416 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29417 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29418 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29419 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29420 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29421 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29422 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29423 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29424 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29425 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29426 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29427 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29428 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29429 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29430 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29431 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29432 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29433 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29434 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29435 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29436 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29437 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29438 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29439 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29440 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29441 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29442 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29443 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29444 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29445 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29446 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29447 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29448 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29449 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29450 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29451 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29452 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29453 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29454 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29455 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29456 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29457 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29458 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29459 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29460 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29461 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29462 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
29463 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29464 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29465 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29466 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29467 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29468 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29469 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29470 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29471 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29472 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29473 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29474 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29475 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29476 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29477 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29478 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29479 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29480 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29481 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29482 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29483 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29484 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29485 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29486 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29487 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
29488 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29489 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29490 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29491 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29492 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
29493 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29494 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29495 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29496 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29497 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29498 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29499 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29500 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29501 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29502 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29503 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29504 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29505 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29506 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29507 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29508 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29509 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29510 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29511 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29512 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29513 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29514 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29515 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29516 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29517 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29518 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29519 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29520 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29521 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29522 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29523 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29524 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29525 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29526 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29527 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29528 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29529 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29530 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29531 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29532 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29533 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29534 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29535 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29536 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29537 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29538 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29539 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29541 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29542 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29543 { (exit 1); exit 1; }; };;
29544 esac
29545 done
29548 # If the user did not use the arguments to specify the items to instantiate,
29549 # then the envvar interface is used. Set only those that are not.
29550 # We use the long form for the default assignment because of an extremely
29551 # bizarre bug on SunOS 4.1.3.
29552 if $ac_need_defaults; then
29553 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29554 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29555 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29558 # Have a temporary directory for convenience. Make it in the build tree
29559 # simply because there is no reason against having it here, and in addition,
29560 # creating and moving files from /tmp can sometimes cause problems.
29561 # Hook for its removal unless debugging.
29562 # Note that there is a small window in which the directory will not be cleaned:
29563 # after its creation but before its name has been assigned to `$tmp'.
29564 $debug ||
29566 tmp=
29567 trap 'exit_status=$?
29568 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29570 trap '{ (exit 1); exit 1; }' 1 2 13 15
29572 # Create a (secure) tmp directory for tmp files.
29575 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29576 test -n "$tmp" && test -d "$tmp"
29577 } ||
29579 tmp=./conf$$-$RANDOM
29580 (umask 077 && mkdir "$tmp")
29581 } ||
29583 echo "$me: cannot create a temporary directory in ." >&2
29584 { (exit 1); exit 1; }
29588 # Set up the sed scripts for CONFIG_FILES section.
29591 # No need to generate the scripts if there are no CONFIG_FILES.
29592 # This happens for instance when ./config.status config.h
29593 if test -n "$CONFIG_FILES"; then
29595 _ACEOF
29597 # Create sed commands to just substitute file output variables.
29599 # Remaining file output variables are in a fragment that also has non-file
29600 # output varibles.
29604 ac_delim='%!_!# '
29605 for ac_last_try in false false false false false :; do
29606 cat >conf$$subs.sed <<_ACEOF
29607 SHELL!$SHELL$ac_delim
29608 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29609 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29610 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29611 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29612 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29613 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29614 exec_prefix!$exec_prefix$ac_delim
29615 prefix!$prefix$ac_delim
29616 program_transform_name!$program_transform_name$ac_delim
29617 bindir!$bindir$ac_delim
29618 sbindir!$sbindir$ac_delim
29619 libexecdir!$libexecdir$ac_delim
29620 datarootdir!$datarootdir$ac_delim
29621 datadir!$datadir$ac_delim
29622 sysconfdir!$sysconfdir$ac_delim
29623 sharedstatedir!$sharedstatedir$ac_delim
29624 localstatedir!$localstatedir$ac_delim
29625 includedir!$includedir$ac_delim
29626 oldincludedir!$oldincludedir$ac_delim
29627 docdir!$docdir$ac_delim
29628 infodir!$infodir$ac_delim
29629 htmldir!$htmldir$ac_delim
29630 dvidir!$dvidir$ac_delim
29631 pdfdir!$pdfdir$ac_delim
29632 psdir!$psdir$ac_delim
29633 libdir!$libdir$ac_delim
29634 localedir!$localedir$ac_delim
29635 mandir!$mandir$ac_delim
29636 DEFS!$DEFS$ac_delim
29637 ECHO_C!$ECHO_C$ac_delim
29638 ECHO_N!$ECHO_N$ac_delim
29639 ECHO_T!$ECHO_T$ac_delim
29640 LIBS!$LIBS$ac_delim
29641 build_alias!$build_alias$ac_delim
29642 host_alias!$host_alias$ac_delim
29643 target_alias!$target_alias$ac_delim
29644 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29645 build!$build$ac_delim
29646 build_cpu!$build_cpu$ac_delim
29647 build_vendor!$build_vendor$ac_delim
29648 build_os!$build_os$ac_delim
29649 host!$host$ac_delim
29650 host_cpu!$host_cpu$ac_delim
29651 host_vendor!$host_vendor$ac_delim
29652 host_os!$host_os$ac_delim
29653 SET_MAKE!$SET_MAKE$ac_delim
29654 CC!$CC$ac_delim
29655 CFLAGS!$CFLAGS$ac_delim
29656 LDFLAGS!$LDFLAGS$ac_delim
29657 CPPFLAGS!$CPPFLAGS$ac_delim
29658 ac_ct_CC!$ac_ct_CC$ac_delim
29659 EXEEXT!$EXEEXT$ac_delim
29660 OBJEXT!$OBJEXT$ac_delim
29661 CXX!$CXX$ac_delim
29662 CXXFLAGS!$CXXFLAGS$ac_delim
29663 ac_ct_CXX!$ac_ct_CXX$ac_delim
29664 CPPBIN!$CPPBIN$ac_delim
29665 TARGETFLAGS!$TARGETFLAGS$ac_delim
29666 WIN16_FILES!$WIN16_FILES$ac_delim
29667 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
29668 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29669 TOOLSDIR!$TOOLSDIR$ac_delim
29670 FLEX!$FLEX$ac_delim
29671 BISON!$BISON$ac_delim
29672 AR!$AR$ac_delim
29673 ac_ct_AR!$ac_ct_AR$ac_delim
29674 ARFLAGS!$ARFLAGS$ac_delim
29675 RANLIB!$RANLIB$ac_delim
29676 STRIP!$STRIP$ac_delim
29677 LN_S!$LN_S$ac_delim
29678 LN!$LN$ac_delim
29679 GREP!$GREP$ac_delim
29680 EGREP!$EGREP$ac_delim
29681 LDCONFIG!$LDCONFIG$ac_delim
29682 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29683 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29684 INSTALL_DATA!$INSTALL_DATA$ac_delim
29685 LINT!$LINT$ac_delim
29686 LINTFLAGS!$LINTFLAGS$ac_delim
29687 FONTFORGE!$FONTFORGE$ac_delim
29688 PKG_CONFIG!$PKG_CONFIG$ac_delim
29689 _ACEOF
29691 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29692 break
29693 elif $ac_last_try; then
29694 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29695 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29696 { (exit 1); exit 1; }; }
29697 else
29698 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29700 done
29702 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29703 if test -n "$ac_eof"; then
29704 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29705 ac_eof=`expr $ac_eof + 1`
29708 cat >>$CONFIG_STATUS <<_ACEOF
29709 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29710 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29711 /^[ ]*@MAKE_RULES@[ ]*$/{
29712 r $MAKE_RULES
29715 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29716 r $MAKE_DLL_RULES
29719 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29720 r $MAKE_IMPLIB_RULES
29723 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29724 r $MAKE_TEST_RULES
29727 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29728 r $MAKE_PROG_RULES
29731 _ACEOF
29732 sed '
29733 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29734 s/^/s,@/; s/!/@,|#_!!_#|/
29737 s/'"$ac_delim"'$/,g/; t
29738 s/$/\\/; p
29739 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29740 ' >>$CONFIG_STATUS <conf$$subs.sed
29741 rm -f conf$$subs.sed
29742 cat >>$CONFIG_STATUS <<_ACEOF
29743 CEOF$ac_eof
29744 _ACEOF
29747 ac_delim='%!_!# '
29748 for ac_last_try in false false false false false :; do
29749 cat >conf$$subs.sed <<_ACEOF
29750 RSVG!$RSVG$ac_delim
29751 ICOTOOL!$ICOTOOL$ac_delim
29752 PRELINK!$PRELINK$ac_delim
29753 XLIB!$XLIB$ac_delim
29754 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29755 CPP!$CPP$ac_delim
29756 DLLEXT!$DLLEXT$ac_delim
29757 DLLFLAGS!$DLLFLAGS$ac_delim
29758 LDSHARED!$LDSHARED$ac_delim
29759 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29760 LIBEXT!$LIBEXT$ac_delim
29761 IMPLIBEXT!$IMPLIBEXT$ac_delim
29762 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29763 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29764 LDD!$LDD$ac_delim
29765 DLLTOOL!$DLLTOOL$ac_delim
29766 DLLWRAP!$DLLWRAP$ac_delim
29767 MINGWAR!$MINGWAR$ac_delim
29768 SECURITYLIB!$SECURITYLIB$ac_delim
29769 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29770 IOKITLIB!$IOKITLIB$ac_delim
29771 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29772 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29773 COREAUDIO!$COREAUDIO$ac_delim
29774 LIBOPENAL!$LIBOPENAL$ac_delim
29775 CARBONLIB!$CARBONLIB$ac_delim
29776 CROSSCC!$CROSSCC$ac_delim
29777 CROSSTEST!$CROSSTEST$ac_delim
29778 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29779 LIBPTHREAD!$LIBPTHREAD$ac_delim
29780 XMKMF!$XMKMF$ac_delim
29781 X_CFLAGS!$X_CFLAGS$ac_delim
29782 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29783 X_LIBS!$X_LIBS$ac_delim
29784 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29785 NASLIBS!$NASLIBS$ac_delim
29786 XML2LIBS!$XML2LIBS$ac_delim
29787 XML2INCL!$XML2INCL$ac_delim
29788 XSLTINCL!$XSLTINCL$ac_delim
29789 HALINCL!$HALINCL$ac_delim
29790 GNUTLSINCL!$GNUTLSINCL$ac_delim
29791 sane_devel!$sane_devel$ac_delim
29792 SANEINCL!$SANEINCL$ac_delim
29793 gphoto2_devel!$gphoto2_devel$ac_delim
29794 gphoto2port_devel!$gphoto2port_devel$ac_delim
29795 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29796 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29797 RESOLVLIBS!$RESOLVLIBS$ac_delim
29798 LCMSLIBS!$LCMSLIBS$ac_delim
29799 ft_devel!$ft_devel$ac_delim
29800 FREETYPELIBS!$FREETYPELIBS$ac_delim
29801 FREETYPEINCL!$FREETYPEINCL$ac_delim
29802 ZLIB!$ZLIB$ac_delim
29803 ESDCONFIG!$ESDCONFIG$ac_delim
29804 ESDINCL!$ESDINCL$ac_delim
29805 ESDLIBS!$ESDLIBS$ac_delim
29806 PULSELIBS!$PULSELIBS$ac_delim
29807 ALSALIBS!$ALSALIBS$ac_delim
29808 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29809 CUPSINCL!$CUPSINCL$ac_delim
29810 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29811 PNGINCL!$PNGINCL$ac_delim
29812 LIBMPG123!$LIBMPG123$ac_delim
29813 LIBKSTAT!$LIBKSTAT$ac_delim
29814 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29815 BUILTINFLAG!$BUILTINFLAG$ac_delim
29816 LDPATH!$LDPATH$ac_delim
29817 TOOLSEXT!$TOOLSEXT$ac_delim
29818 CRTLIBS!$CRTLIBS$ac_delim
29819 SOCKETLIBS!$SOCKETLIBS$ac_delim
29820 MAIN_BINARY!$MAIN_BINARY$ac_delim
29821 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29822 LIBDL!$LIBDL$ac_delim
29823 LIBPOLL!$LIBPOLL$ac_delim
29824 LDAPLIBS!$LDAPLIBS$ac_delim
29825 DEPENDENCIES!$DEPENDENCIES$ac_delim
29826 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29827 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29828 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29829 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29830 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29831 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29832 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29833 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29834 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29835 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29836 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29837 LIBOBJS!$LIBOBJS$ac_delim
29838 LTLIBOBJS!$LTLIBOBJS$ac_delim
29839 _ACEOF
29841 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
29842 break
29843 elif $ac_last_try; then
29844 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29845 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29846 { (exit 1); exit 1; }; }
29847 else
29848 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29850 done
29852 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29853 if test -n "$ac_eof"; then
29854 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29855 ac_eof=`expr $ac_eof + 1`
29858 cat >>$CONFIG_STATUS <<_ACEOF
29859 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29860 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29861 _ACEOF
29862 sed '
29863 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29864 s/^/s,@/; s/!/@,|#_!!_#|/
29867 s/'"$ac_delim"'$/,g/; t
29868 s/$/\\/; p
29869 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29870 ' >>$CONFIG_STATUS <conf$$subs.sed
29871 rm -f conf$$subs.sed
29872 cat >>$CONFIG_STATUS <<_ACEOF
29873 :end
29874 s/|#_!!_#|//g
29875 CEOF$ac_eof
29876 _ACEOF
29879 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29880 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29881 # trailing colons and then remove the whole line if VPATH becomes empty
29882 # (actually we leave an empty line to preserve line numbers).
29883 if test "x$srcdir" = x.; then
29884 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29885 s/:*\$(srcdir):*/:/
29886 s/:*\${srcdir}:*/:/
29887 s/:*@srcdir@:*/:/
29888 s/^\([^=]*=[ ]*\):*/\1/
29889 s/:*$//
29890 s/^[^=]*=[ ]*$//
29894 cat >>$CONFIG_STATUS <<\_ACEOF
29895 fi # test -n "$CONFIG_FILES"
29898 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29900 case $ac_tag in
29901 :[FHLC]) ac_mode=$ac_tag; continue;;
29902 esac
29903 case $ac_mode$ac_tag in
29904 :[FHL]*:*);;
29905 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29906 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29907 { (exit 1); exit 1; }; };;
29908 :[FH]-) ac_tag=-:-;;
29909 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29910 esac
29911 ac_save_IFS=$IFS
29912 IFS=:
29913 set x $ac_tag
29914 IFS=$ac_save_IFS
29915 shift
29916 ac_file=$1
29917 shift
29919 case $ac_mode in
29920 :L) ac_source=$1;;
29921 :[FH])
29922 ac_file_inputs=
29923 for ac_f
29925 case $ac_f in
29926 -) ac_f="$tmp/stdin";;
29927 *) # Look for the file first in the build tree, then in the source tree
29928 # (if the path is not absolute). The absolute path cannot be DOS-style,
29929 # because $ac_f cannot contain `:'.
29930 test -f "$ac_f" ||
29931 case $ac_f in
29932 [\\/$]*) false;;
29933 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29934 esac ||
29935 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29936 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29937 { (exit 1); exit 1; }; };;
29938 esac
29939 ac_file_inputs="$ac_file_inputs $ac_f"
29940 done
29942 # Let's still pretend it is `configure' which instantiates (i.e., don't
29943 # use $as_me), people would be surprised to read:
29944 # /* config.h. Generated by config.status. */
29945 configure_input="Generated from "`IFS=:
29946 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29947 if test x"$ac_file" != x-; then
29948 configure_input="$ac_file. $configure_input"
29949 { echo "$as_me:$LINENO: creating $ac_file" >&5
29950 echo "$as_me: creating $ac_file" >&6;}
29953 case $ac_tag in
29954 *:-:* | *:-) cat >"$tmp/stdin";;
29955 esac
29957 esac
29959 ac_dir=`$as_dirname -- "$ac_file" ||
29960 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29961 X"$ac_file" : 'X\(//\)[^/]' \| \
29962 X"$ac_file" : 'X\(//\)$' \| \
29963 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
29964 echo X"$ac_file" |
29965 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
29966 s//\1/
29969 /^X\(\/\/\)[^/].*/{
29970 s//\1/
29973 /^X\(\/\/\)$/{
29974 s//\1/
29977 /^X\(\/\).*/{
29978 s//\1/
29981 s/.*/./; q'`
29982 { as_dir="$ac_dir"
29983 case $as_dir in #(
29984 -*) as_dir=./$as_dir;;
29985 esac
29986 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
29987 as_dirs=
29988 while :; do
29989 case $as_dir in #(
29990 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
29991 *) as_qdir=$as_dir;;
29992 esac
29993 as_dirs="'$as_qdir' $as_dirs"
29994 as_dir=`$as_dirname -- "$as_dir" ||
29995 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
29996 X"$as_dir" : 'X\(//\)[^/]' \| \
29997 X"$as_dir" : 'X\(//\)$' \| \
29998 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
29999 echo X"$as_dir" |
30000 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30001 s//\1/
30004 /^X\(\/\/\)[^/].*/{
30005 s//\1/
30008 /^X\(\/\/\)$/{
30009 s//\1/
30012 /^X\(\/\).*/{
30013 s//\1/
30016 s/.*/./; q'`
30017 test -d "$as_dir" && break
30018 done
30019 test -z "$as_dirs" || eval "mkdir $as_dirs"
30020 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30021 echo "$as_me: error: cannot create directory $as_dir" >&2;}
30022 { (exit 1); exit 1; }; }; }
30023 ac_builddir=.
30025 case "$ac_dir" in
30026 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30028 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
30029 # A ".." for each directory in $ac_dir_suffix.
30030 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
30031 case $ac_top_builddir_sub in
30032 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30033 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30034 esac ;;
30035 esac
30036 ac_abs_top_builddir=$ac_pwd
30037 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30038 # for backward compatibility:
30039 ac_top_builddir=$ac_top_build_prefix
30041 case $srcdir in
30042 .) # We are building in place.
30043 ac_srcdir=.
30044 ac_top_srcdir=$ac_top_builddir_sub
30045 ac_abs_top_srcdir=$ac_pwd ;;
30046 [\\/]* | ?:[\\/]* ) # Absolute name.
30047 ac_srcdir=$srcdir$ac_dir_suffix;
30048 ac_top_srcdir=$srcdir
30049 ac_abs_top_srcdir=$srcdir ;;
30050 *) # Relative name.
30051 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30052 ac_top_srcdir=$ac_top_build_prefix$srcdir
30053 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30054 esac
30055 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30058 case $ac_mode in
30061 # CONFIG_FILE
30064 case $INSTALL in
30065 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30066 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30067 esac
30068 _ACEOF
30070 cat >>$CONFIG_STATUS <<\_ACEOF
30071 # If the template does not know about datarootdir, expand it.
30072 # FIXME: This hack should be removed a few years after 2.60.
30073 ac_datarootdir_hack=; ac_datarootdir_seen=
30075 case `sed -n '/datarootdir/ {
30079 /@datadir@/p
30080 /@docdir@/p
30081 /@infodir@/p
30082 /@localedir@/p
30083 /@mandir@/p
30084 ' $ac_file_inputs` in
30085 *datarootdir*) ac_datarootdir_seen=yes;;
30086 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30087 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30088 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30089 _ACEOF
30090 cat >>$CONFIG_STATUS <<_ACEOF
30091 ac_datarootdir_hack='
30092 s&@datadir@&$datadir&g
30093 s&@docdir@&$docdir&g
30094 s&@infodir@&$infodir&g
30095 s&@localedir@&$localedir&g
30096 s&@mandir@&$mandir&g
30097 s&\\\${datarootdir}&$datarootdir&g' ;;
30098 esac
30099 _ACEOF
30101 # Neutralize VPATH when `$srcdir' = `.'.
30102 # Shell code in configure.ac might set extrasub.
30103 # FIXME: do we really want to maintain this feature?
30104 cat >>$CONFIG_STATUS <<_ACEOF
30105 sed "$ac_vpsub
30106 $extrasub
30107 _ACEOF
30108 cat >>$CONFIG_STATUS <<\_ACEOF
30110 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30111 s&@configure_input@&$configure_input&;t t
30112 s&@top_builddir@&$ac_top_builddir_sub&;t t
30113 s&@srcdir@&$ac_srcdir&;t t
30114 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30115 s&@top_srcdir@&$ac_top_srcdir&;t t
30116 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30117 s&@builddir@&$ac_builddir&;t t
30118 s&@abs_builddir@&$ac_abs_builddir&;t t
30119 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30120 s&@INSTALL@&$ac_INSTALL&;t t
30121 $ac_datarootdir_hack
30122 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30124 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30125 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30126 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30127 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30128 which seems to be undefined. Please make sure it is defined." >&5
30129 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30130 which seems to be undefined. Please make sure it is defined." >&2;}
30132 rm -f "$tmp/stdin"
30133 case $ac_file in
30134 -) cat "$tmp/out"; rm -f "$tmp/out";;
30135 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30136 esac
30140 # CONFIG_HEADER
30142 _ACEOF
30144 # Transform confdefs.h into a sed script `conftest.defines', that
30145 # substitutes the proper values into config.h.in to produce config.h.
30146 rm -f conftest.defines conftest.tail
30147 # First, append a space to every undef/define line, to ease matching.
30148 echo 's/$/ /' >conftest.defines
30149 # Then, protect against being on the right side of a sed subst, or in
30150 # an unquoted here document, in config.status. If some macros were
30151 # called several times there might be several #defines for the same
30152 # symbol, which is useless. But do not sort them, since the last
30153 # AC_DEFINE must be honored.
30154 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30155 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30156 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30157 # PARAMS is the parameter list in the macro definition--in most cases, it's
30158 # just an empty string.
30159 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30160 ac_dB='\\)[ (].*,\\1define\\2'
30161 ac_dC=' '
30162 ac_dD=' ,'
30164 uniq confdefs.h |
30165 sed -n '
30166 t rset
30167 :rset
30168 s/^[ ]*#[ ]*define[ ][ ]*//
30169 t ok
30172 s/[\\&,]/\\&/g
30173 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30174 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30175 ' >>conftest.defines
30177 # Remove the space that was appended to ease matching.
30178 # Then replace #undef with comments. This is necessary, for
30179 # example, in the case of _POSIX_SOURCE, which is predefined and required
30180 # on some systems where configure will not decide to define it.
30181 # (The regexp can be short, since the line contains either #define or #undef.)
30182 echo 's/ $//
30183 s,^[ #]*u.*,/* & */,' >>conftest.defines
30185 # Break up conftest.defines:
30186 ac_max_sed_lines=50
30188 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30189 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30190 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30191 # et cetera.
30192 ac_in='$ac_file_inputs'
30193 ac_out='"$tmp/out1"'
30194 ac_nxt='"$tmp/out2"'
30196 while :
30198 # Write a here document:
30199 cat >>$CONFIG_STATUS <<_ACEOF
30200 # First, check the format of the line:
30201 cat >"\$tmp/defines.sed" <<\\CEOF
30202 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30203 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30205 :def
30206 _ACEOF
30207 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30208 echo 'CEOF
30209 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30210 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30211 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30212 grep . conftest.tail >/dev/null || break
30213 rm -f conftest.defines
30214 mv conftest.tail conftest.defines
30215 done
30216 rm -f conftest.defines conftest.tail
30218 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30219 cat >>$CONFIG_STATUS <<\_ACEOF
30220 if test x"$ac_file" != x-; then
30221 echo "/* $configure_input */" >"$tmp/config.h"
30222 cat "$ac_result" >>"$tmp/config.h"
30223 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30224 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30225 echo "$as_me: $ac_file is unchanged" >&6;}
30226 else
30227 rm -f $ac_file
30228 mv "$tmp/config.h" $ac_file
30230 else
30231 echo "/* $configure_input */"
30232 cat "$ac_result"
30234 rm -f "$tmp/out12"
30237 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30238 echo "$as_me: executing $ac_file commands" >&6;}
30240 esac
30243 case $ac_file$ac_mode in
30244 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30245 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30246 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30247 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30248 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30249 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30250 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30251 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30252 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30253 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30254 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30255 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30256 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30258 esac
30259 done # for ac_tag
30262 { (exit 0); exit 0; }
30263 _ACEOF
30264 chmod +x $CONFIG_STATUS
30265 ac_clean_files=$ac_clean_files_save
30268 # configure is writing to config.log, and then calls config.status.
30269 # config.status does its own redirection, appending to config.log.
30270 # Unfortunately, on DOS this fails, as config.log is still kept open
30271 # by configure, so config.status won't be able to write to it; its
30272 # output is simply discarded. So we exec the FD to /dev/null,
30273 # effectively closing config.log, so it can be properly (re)opened and
30274 # appended to by config.status. When coming back to configure, we
30275 # need to make the FD available again.
30276 if test "$no_create" != yes; then
30277 ac_cs_success=:
30278 ac_config_status_args=
30279 test "$silent" = yes &&
30280 ac_config_status_args="$ac_config_status_args --quiet"
30281 exec 5>/dev/null
30282 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30283 exec 5>>config.log
30284 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30285 # would make configure fail if this is the last instruction.
30286 $ac_cs_success || { (exit 1); exit 1; }
30290 if test "$no_create" = "yes"
30291 then
30292 exit 0
30295 ac_save_IFS="$IFS"
30296 if test "x$wine_notices != "x; then
30297 echo >&6
30298 IFS="|"
30299 for msg in $wine_notices; do
30300 IFS="$ac_save_IFS"
30301 if test -n "$msg"; then
30302 { echo "$as_me:$LINENO: $msg" >&5
30303 echo "$as_me: $msg" >&6;}
30305 done
30307 IFS="|"
30308 for msg in $wine_warnings; do
30309 IFS="$ac_save_IFS"
30310 if test -n "$msg"; then
30311 echo >&2
30312 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30313 echo "$as_me: WARNING: $msg" >&2;}
30315 done
30316 IFS="$ac_save_IFS"
30318 echo "
30319 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30320 " >&6