push 5b1efc32b5a8acb1d5b5e60584746392dd0c436e
[wine/hacks.git] / configure
blobab891c4a8367182bde6bd3ee9256e6ffbe5c8779
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 case "$host_cpu" in
8425 i[3456789]86*)
8426 ac_prefix_list="i686-pc-mingw32-gcc i586-pc-mingw32-gcc i486-pc-mingw32-gcc i386-pc-mingw32-gcc i686-mingw32msvc-gcc i586-mingw32msvc-gcc i486-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc " ;;
8427 x86_64)
8428 ac_prefix_list="x86_64-pc-mingw32-gcc x86_64-w64-mingw32-gcc " ;;
8430 ac_prefix_list="" ;;
8431 esac
8432 for ac_prog in $ac_prefix_list
8434 # Extract the first word of "$ac_prog", so it can be a program name with args.
8435 set dummy $ac_prog; ac_word=$2
8436 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8437 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8438 if test "${ac_cv_prog_CROSSCC+set}" = set; then
8439 echo $ECHO_N "(cached) $ECHO_C" >&6
8440 else
8441 if test -n "$CROSSCC"; then
8442 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
8443 else
8444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8445 for as_dir in $PATH
8447 IFS=$as_save_IFS
8448 test -z "$as_dir" && as_dir=.
8449 for ac_exec_ext in '' $ac_executable_extensions; do
8450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8451 ac_cv_prog_CROSSCC="$ac_prog"
8452 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8453 break 2
8455 done
8456 done
8457 IFS=$as_save_IFS
8461 CROSSCC=$ac_cv_prog_CROSSCC
8462 if test -n "$CROSSCC"; then
8463 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
8464 echo "${ECHO_T}$CROSSCC" >&6; }
8465 else
8466 { echo "$as_me:$LINENO: result: no" >&5
8467 echo "${ECHO_T}no" >&6; }
8471 test -n "$CROSSCC" && break
8472 done
8473 test -n "$CROSSCC" || CROSSCC="false"
8475 case "$host_cpu" in
8476 i[3456789]86*)
8477 ac_prefix_list="i686-pc-mingw32-dlltool i586-pc-mingw32-dlltool i486-pc-mingw32-dlltool i386-pc-mingw32-dlltool i686-mingw32msvc-dlltool i586-mingw32msvc-dlltool i486-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool " ;;
8478 x86_64)
8479 ac_prefix_list="x86_64-pc-mingw32-dlltool x86_64-w64-mingw32-dlltool " ;;
8481 ac_prefix_list="" ;;
8482 esac
8483 for ac_prog in $ac_prefix_list
8485 # Extract the first word of "$ac_prog", so it can be a program name with args.
8486 set dummy $ac_prog; ac_word=$2
8487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8489 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8490 echo $ECHO_N "(cached) $ECHO_C" >&6
8491 else
8492 if test -n "$DLLTOOL"; then
8493 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8494 else
8495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8496 for as_dir in $PATH
8498 IFS=$as_save_IFS
8499 test -z "$as_dir" && as_dir=.
8500 for ac_exec_ext in '' $ac_executable_extensions; do
8501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8502 ac_cv_prog_DLLTOOL="$ac_prog"
8503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8504 break 2
8506 done
8507 done
8508 IFS=$as_save_IFS
8512 DLLTOOL=$ac_cv_prog_DLLTOOL
8513 if test -n "$DLLTOOL"; then
8514 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8515 echo "${ECHO_T}$DLLTOOL" >&6; }
8516 else
8517 { echo "$as_me:$LINENO: result: no" >&5
8518 echo "${ECHO_T}no" >&6; }
8522 test -n "$DLLTOOL" && break
8523 done
8524 test -n "$DLLTOOL" || DLLTOOL="false"
8526 case "$host_cpu" in
8527 i[3456789]86*)
8528 ac_prefix_list="i686-pc-mingw32-ar i586-pc-mingw32-ar i486-pc-mingw32-ar i386-pc-mingw32-ar i686-mingw32msvc-ar i586-mingw32msvc-ar i486-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar " ;;
8529 x86_64)
8530 ac_prefix_list="x86_64-pc-mingw32-ar x86_64-w64-mingw32-ar " ;;
8532 ac_prefix_list="" ;;
8533 esac
8534 for ac_prog in $ac_prefix_list
8536 # Extract the first word of "$ac_prog", so it can be a program name with args.
8537 set dummy $ac_prog; ac_word=$2
8538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8540 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8541 echo $ECHO_N "(cached) $ECHO_C" >&6
8542 else
8543 if test -n "$MINGWAR"; then
8544 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8545 else
8546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8547 for as_dir in $PATH
8549 IFS=$as_save_IFS
8550 test -z "$as_dir" && as_dir=.
8551 for ac_exec_ext in '' $ac_executable_extensions; do
8552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8553 ac_cv_prog_MINGWAR="$ac_prog"
8554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8555 break 2
8557 done
8558 done
8559 IFS=$as_save_IFS
8563 MINGWAR=$ac_cv_prog_MINGWAR
8564 if test -n "$MINGWAR"; then
8565 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8566 echo "${ECHO_T}$MINGWAR" >&6; }
8567 else
8568 { echo "$as_me:$LINENO: result: no" >&5
8569 echo "${ECHO_T}no" >&6; }
8573 test -n "$MINGWAR" && break
8574 done
8575 test -n "$MINGWAR" || MINGWAR="false"
8577 if test "$CROSSCC" != "false"
8578 then
8579 CROSSTEST="\$(CROSSTEST)"
8581 set x $CROSSCC
8582 shift
8583 target=""
8584 while test $# -ge 1
8586 case "$1" in
8587 *-gcc) target=`expr "$1" : '\(.*\)-gcc'` ;;
8588 esac
8589 shift
8590 done
8591 if test -n "$target"
8592 then
8593 CROSSTARGETFLAGS="-b $target"
8600 if test "$ac_cv_header_pthread_h" = "yes"
8601 then
8602 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
8603 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
8604 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
8605 echo $ECHO_N "(cached) $ECHO_C" >&6
8606 else
8607 ac_check_lib_save_LIBS=$LIBS
8608 LIBS="-lpthread $LIBS"
8609 cat >conftest.$ac_ext <<_ACEOF
8610 /* confdefs.h. */
8611 _ACEOF
8612 cat confdefs.h >>conftest.$ac_ext
8613 cat >>conftest.$ac_ext <<_ACEOF
8614 /* end confdefs.h. */
8616 /* Override any GCC internal prototype to avoid an error.
8617 Use char because int might match the return type of a GCC
8618 builtin and then its argument prototype would still apply. */
8619 #ifdef __cplusplus
8620 extern "C"
8621 #endif
8622 char pthread_create ();
8624 main ()
8626 return pthread_create ();
8628 return 0;
8630 _ACEOF
8631 rm -f conftest.$ac_objext conftest$ac_exeext
8632 if { (ac_try="$ac_link"
8633 case "(($ac_try" in
8634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8635 *) ac_try_echo=$ac_try;;
8636 esac
8637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8638 (eval "$ac_link") 2>conftest.er1
8639 ac_status=$?
8640 grep -v '^ *+' conftest.er1 >conftest.err
8641 rm -f conftest.er1
8642 cat conftest.err >&5
8643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8644 (exit $ac_status); } && {
8645 test -z "$ac_c_werror_flag" ||
8646 test ! -s conftest.err
8647 } && test -s conftest$ac_exeext &&
8648 $as_test_x conftest$ac_exeext; then
8649 ac_cv_lib_pthread_pthread_create=yes
8650 else
8651 echo "$as_me: failed program was:" >&5
8652 sed 's/^/| /' conftest.$ac_ext >&5
8654 ac_cv_lib_pthread_pthread_create=no
8657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8658 conftest$ac_exeext conftest.$ac_ext
8659 LIBS=$ac_check_lib_save_LIBS
8661 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
8662 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
8663 if test $ac_cv_lib_pthread_pthread_create = yes; then
8664 LIBPTHREAD="-lpthread"
8669 if test "x$LIBPTHREAD" = "x"; then
8670 case "x$with_pthread" in
8671 xno) ;;
8672 *) { { echo "$as_me:$LINENO: error: pthread ${notice_platform}development files not found.
8673 Wine cannot support threads without libpthread.
8674 Use the --without-pthread option if you really want this." >&5
8675 echo "$as_me: error: pthread ${notice_platform}development files not found.
8676 Wine cannot support threads without libpthread.
8677 Use the --without-pthread option if you really want this." >&2;}
8678 { (exit 1); exit 1; }; } ;;
8679 esac
8684 { echo "$as_me:$LINENO: checking for X" >&5
8685 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
8688 # Check whether --with-x was given.
8689 if test "${with_x+set}" = set; then
8690 withval=$with_x;
8693 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
8694 if test "x$with_x" = xno; then
8695 # The user explicitly disabled X.
8696 have_x=disabled
8697 else
8698 case $x_includes,$x_libraries in #(
8699 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
8700 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
8701 { (exit 1); exit 1; }; };; #(
8702 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
8703 echo $ECHO_N "(cached) $ECHO_C" >&6
8704 else
8705 # One or both of the vars are not set, and there is no cached value.
8706 ac_x_includes=no ac_x_libraries=no
8707 rm -f -r conftest.dir
8708 if mkdir conftest.dir; then
8709 cd conftest.dir
8710 cat >Imakefile <<'_ACEOF'
8711 incroot:
8712 @echo incroot='${INCROOT}'
8713 usrlibdir:
8714 @echo usrlibdir='${USRLIBDIR}'
8715 libdir:
8716 @echo libdir='${LIBDIR}'
8717 _ACEOF
8718 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
8719 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
8720 for ac_var in incroot usrlibdir libdir; do
8721 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
8722 done
8723 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
8724 for ac_extension in a so sl; do
8725 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
8726 test -f "$ac_im_libdir/libX11.$ac_extension"; then
8727 ac_im_usrlibdir=$ac_im_libdir; break
8729 done
8730 # Screen out bogus values from the imake configuration. They are
8731 # bogus both because they are the default anyway, and because
8732 # using them would break gcc on systems where it needs fixed includes.
8733 case $ac_im_incroot in
8734 /usr/include) ac_x_includes= ;;
8735 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
8736 esac
8737 case $ac_im_usrlibdir in
8738 /usr/lib | /lib) ;;
8739 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
8740 esac
8742 cd ..
8743 rm -f -r conftest.dir
8746 # Standard set of common directories for X headers.
8747 # Check X11 before X11Rn because it is often a symlink to the current release.
8748 ac_x_header_dirs='
8749 /usr/X11/include
8750 /usr/X11R6/include
8751 /usr/X11R5/include
8752 /usr/X11R4/include
8754 /usr/include/X11
8755 /usr/include/X11R6
8756 /usr/include/X11R5
8757 /usr/include/X11R4
8759 /usr/local/X11/include
8760 /usr/local/X11R6/include
8761 /usr/local/X11R5/include
8762 /usr/local/X11R4/include
8764 /usr/local/include/X11
8765 /usr/local/include/X11R6
8766 /usr/local/include/X11R5
8767 /usr/local/include/X11R4
8769 /usr/X386/include
8770 /usr/x386/include
8771 /usr/XFree86/include/X11
8773 /usr/include
8774 /usr/local/include
8775 /usr/unsupported/include
8776 /usr/athena/include
8777 /usr/local/x11r5/include
8778 /usr/lpp/Xamples/include
8780 /usr/openwin/include
8781 /usr/openwin/share/include'
8783 if test "$ac_x_includes" = no; then
8784 # Guess where to find include files, by looking for Xlib.h.
8785 # First, try using that file with no special directory specified.
8786 cat >conftest.$ac_ext <<_ACEOF
8787 /* confdefs.h. */
8788 _ACEOF
8789 cat confdefs.h >>conftest.$ac_ext
8790 cat >>conftest.$ac_ext <<_ACEOF
8791 /* end confdefs.h. */
8792 #include <X11/Xlib.h>
8793 _ACEOF
8794 if { (ac_try="$ac_cpp conftest.$ac_ext"
8795 case "(($ac_try" in
8796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8797 *) ac_try_echo=$ac_try;;
8798 esac
8799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8800 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
8801 ac_status=$?
8802 grep -v '^ *+' conftest.er1 >conftest.err
8803 rm -f conftest.er1
8804 cat conftest.err >&5
8805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8806 (exit $ac_status); } >/dev/null && {
8807 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
8808 test ! -s conftest.err
8809 }; then
8810 # We can compile using X headers with no special include directory.
8811 ac_x_includes=
8812 else
8813 echo "$as_me: failed program was:" >&5
8814 sed 's/^/| /' conftest.$ac_ext >&5
8816 for ac_dir in $ac_x_header_dirs; do
8817 if test -r "$ac_dir/X11/Xlib.h"; then
8818 ac_x_includes=$ac_dir
8819 break
8821 done
8824 rm -f conftest.err conftest.$ac_ext
8825 fi # $ac_x_includes = no
8827 if test "$ac_x_libraries" = no; then
8828 # Check for the libraries.
8829 # See if we find them without any special options.
8830 # Don't add to $LIBS permanently.
8831 ac_save_LIBS=$LIBS
8832 LIBS="-lX11 $LIBS"
8833 cat >conftest.$ac_ext <<_ACEOF
8834 /* confdefs.h. */
8835 _ACEOF
8836 cat confdefs.h >>conftest.$ac_ext
8837 cat >>conftest.$ac_ext <<_ACEOF
8838 /* end confdefs.h. */
8839 #include <X11/Xlib.h>
8841 main ()
8843 XrmInitialize ()
8845 return 0;
8847 _ACEOF
8848 rm -f conftest.$ac_objext conftest$ac_exeext
8849 if { (ac_try="$ac_link"
8850 case "(($ac_try" in
8851 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8852 *) ac_try_echo=$ac_try;;
8853 esac
8854 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8855 (eval "$ac_link") 2>conftest.er1
8856 ac_status=$?
8857 grep -v '^ *+' conftest.er1 >conftest.err
8858 rm -f conftest.er1
8859 cat conftest.err >&5
8860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8861 (exit $ac_status); } && {
8862 test -z "$ac_c_werror_flag" ||
8863 test ! -s conftest.err
8864 } && test -s conftest$ac_exeext &&
8865 $as_test_x conftest$ac_exeext; then
8866 LIBS=$ac_save_LIBS
8867 # We can link X programs with no special library path.
8868 ac_x_libraries=
8869 else
8870 echo "$as_me: failed program was:" >&5
8871 sed 's/^/| /' conftest.$ac_ext >&5
8873 LIBS=$ac_save_LIBS
8874 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
8876 # Don't even attempt the hair of trying to link an X program!
8877 for ac_extension in a so sl; do
8878 if test -r "$ac_dir/libX11.$ac_extension"; then
8879 ac_x_libraries=$ac_dir
8880 break 2
8882 done
8883 done
8886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8887 conftest$ac_exeext conftest.$ac_ext
8888 fi # $ac_x_libraries = no
8890 case $ac_x_includes,$ac_x_libraries in #(
8891 no,* | *,no | *\'*)
8892 # Didn't find X, or a directory has "'" in its name.
8893 ac_cv_have_x="have_x=no";; #(
8895 # Record where we found X for the cache.
8896 ac_cv_have_x="have_x=yes\
8897 ac_x_includes='$ac_x_includes'\
8898 ac_x_libraries='$ac_x_libraries'"
8899 esac
8901 ;; #(
8902 *) have_x=yes;;
8903 esac
8904 eval "$ac_cv_have_x"
8905 fi # $with_x != no
8907 if test "$have_x" != yes; then
8908 { echo "$as_me:$LINENO: result: $have_x" >&5
8909 echo "${ECHO_T}$have_x" >&6; }
8910 no_x=yes
8911 else
8912 # If each of the values was on the command line, it overrides each guess.
8913 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
8914 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
8915 # Update the cache value to reflect the command line values.
8916 ac_cv_have_x="have_x=yes\
8917 ac_x_includes='$x_includes'\
8918 ac_x_libraries='$x_libraries'"
8919 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
8920 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
8923 if test "$no_x" = yes; then
8924 # Not all programs may use this symbol, but it does not hurt to define it.
8926 cat >>confdefs.h <<\_ACEOF
8927 #define X_DISPLAY_MISSING 1
8928 _ACEOF
8930 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
8931 else
8932 if test -n "$x_includes"; then
8933 X_CFLAGS="$X_CFLAGS -I$x_includes"
8936 # It would also be nice to do this for all -L options, not just this one.
8937 if test -n "$x_libraries"; then
8938 X_LIBS="$X_LIBS -L$x_libraries"
8939 # For Solaris; some versions of Sun CC require a space after -R and
8940 # others require no space. Words are not sufficient . . . .
8941 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
8942 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
8943 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
8944 ac_xsave_c_werror_flag=$ac_c_werror_flag
8945 ac_c_werror_flag=yes
8946 cat >conftest.$ac_ext <<_ACEOF
8947 /* confdefs.h. */
8948 _ACEOF
8949 cat confdefs.h >>conftest.$ac_ext
8950 cat >>conftest.$ac_ext <<_ACEOF
8951 /* end confdefs.h. */
8954 main ()
8958 return 0;
8960 _ACEOF
8961 rm -f conftest.$ac_objext conftest$ac_exeext
8962 if { (ac_try="$ac_link"
8963 case "(($ac_try" in
8964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8965 *) ac_try_echo=$ac_try;;
8966 esac
8967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8968 (eval "$ac_link") 2>conftest.er1
8969 ac_status=$?
8970 grep -v '^ *+' conftest.er1 >conftest.err
8971 rm -f conftest.er1
8972 cat conftest.err >&5
8973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8974 (exit $ac_status); } && {
8975 test -z "$ac_c_werror_flag" ||
8976 test ! -s conftest.err
8977 } && test -s conftest$ac_exeext &&
8978 $as_test_x conftest$ac_exeext; then
8979 { echo "$as_me:$LINENO: result: no" >&5
8980 echo "${ECHO_T}no" >&6; }
8981 X_LIBS="$X_LIBS -R$x_libraries"
8982 else
8983 echo "$as_me: failed program was:" >&5
8984 sed 's/^/| /' conftest.$ac_ext >&5
8986 LIBS="$ac_xsave_LIBS -R $x_libraries"
8987 cat >conftest.$ac_ext <<_ACEOF
8988 /* confdefs.h. */
8989 _ACEOF
8990 cat confdefs.h >>conftest.$ac_ext
8991 cat >>conftest.$ac_ext <<_ACEOF
8992 /* end confdefs.h. */
8995 main ()
8999 return 0;
9001 _ACEOF
9002 rm -f conftest.$ac_objext conftest$ac_exeext
9003 if { (ac_try="$ac_link"
9004 case "(($ac_try" in
9005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9006 *) ac_try_echo=$ac_try;;
9007 esac
9008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9009 (eval "$ac_link") 2>conftest.er1
9010 ac_status=$?
9011 grep -v '^ *+' conftest.er1 >conftest.err
9012 rm -f conftest.er1
9013 cat conftest.err >&5
9014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9015 (exit $ac_status); } && {
9016 test -z "$ac_c_werror_flag" ||
9017 test ! -s conftest.err
9018 } && test -s conftest$ac_exeext &&
9019 $as_test_x conftest$ac_exeext; then
9020 { echo "$as_me:$LINENO: result: yes" >&5
9021 echo "${ECHO_T}yes" >&6; }
9022 X_LIBS="$X_LIBS -R $x_libraries"
9023 else
9024 echo "$as_me: failed program was:" >&5
9025 sed 's/^/| /' conftest.$ac_ext >&5
9027 { echo "$as_me:$LINENO: result: neither works" >&5
9028 echo "${ECHO_T}neither works" >&6; }
9031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9032 conftest$ac_exeext conftest.$ac_ext
9035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9036 conftest$ac_exeext conftest.$ac_ext
9037 ac_c_werror_flag=$ac_xsave_c_werror_flag
9038 LIBS=$ac_xsave_LIBS
9041 # Check for system-dependent libraries X programs must link with.
9042 # Do this before checking for the system-independent R6 libraries
9043 # (-lICE), since we may need -lsocket or whatever for X linking.
9045 if test "$ISC" = yes; then
9046 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
9047 else
9048 # Martyn Johnson says this is needed for Ultrix, if the X
9049 # libraries were built with DECnet support. And Karl Berry says
9050 # the Alpha needs dnet_stub (dnet does not exist).
9051 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
9052 cat >conftest.$ac_ext <<_ACEOF
9053 /* confdefs.h. */
9054 _ACEOF
9055 cat confdefs.h >>conftest.$ac_ext
9056 cat >>conftest.$ac_ext <<_ACEOF
9057 /* end confdefs.h. */
9059 /* Override any GCC internal prototype to avoid an error.
9060 Use char because int might match the return type of a GCC
9061 builtin and then its argument prototype would still apply. */
9062 #ifdef __cplusplus
9063 extern "C"
9064 #endif
9065 char XOpenDisplay ();
9067 main ()
9069 return XOpenDisplay ();
9071 return 0;
9073 _ACEOF
9074 rm -f conftest.$ac_objext conftest$ac_exeext
9075 if { (ac_try="$ac_link"
9076 case "(($ac_try" in
9077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9078 *) ac_try_echo=$ac_try;;
9079 esac
9080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9081 (eval "$ac_link") 2>conftest.er1
9082 ac_status=$?
9083 grep -v '^ *+' conftest.er1 >conftest.err
9084 rm -f conftest.er1
9085 cat conftest.err >&5
9086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9087 (exit $ac_status); } && {
9088 test -z "$ac_c_werror_flag" ||
9089 test ! -s conftest.err
9090 } && test -s conftest$ac_exeext &&
9091 $as_test_x conftest$ac_exeext; then
9093 else
9094 echo "$as_me: failed program was:" >&5
9095 sed 's/^/| /' conftest.$ac_ext >&5
9097 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
9098 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
9099 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
9100 echo $ECHO_N "(cached) $ECHO_C" >&6
9101 else
9102 ac_check_lib_save_LIBS=$LIBS
9103 LIBS="-ldnet $LIBS"
9104 cat >conftest.$ac_ext <<_ACEOF
9105 /* confdefs.h. */
9106 _ACEOF
9107 cat confdefs.h >>conftest.$ac_ext
9108 cat >>conftest.$ac_ext <<_ACEOF
9109 /* end confdefs.h. */
9111 /* Override any GCC internal prototype to avoid an error.
9112 Use char because int might match the return type of a GCC
9113 builtin and then its argument prototype would still apply. */
9114 #ifdef __cplusplus
9115 extern "C"
9116 #endif
9117 char dnet_ntoa ();
9119 main ()
9121 return dnet_ntoa ();
9123 return 0;
9125 _ACEOF
9126 rm -f conftest.$ac_objext conftest$ac_exeext
9127 if { (ac_try="$ac_link"
9128 case "(($ac_try" in
9129 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9130 *) ac_try_echo=$ac_try;;
9131 esac
9132 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9133 (eval "$ac_link") 2>conftest.er1
9134 ac_status=$?
9135 grep -v '^ *+' conftest.er1 >conftest.err
9136 rm -f conftest.er1
9137 cat conftest.err >&5
9138 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9139 (exit $ac_status); } && {
9140 test -z "$ac_c_werror_flag" ||
9141 test ! -s conftest.err
9142 } && test -s conftest$ac_exeext &&
9143 $as_test_x conftest$ac_exeext; then
9144 ac_cv_lib_dnet_dnet_ntoa=yes
9145 else
9146 echo "$as_me: failed program was:" >&5
9147 sed 's/^/| /' conftest.$ac_ext >&5
9149 ac_cv_lib_dnet_dnet_ntoa=no
9152 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9153 conftest$ac_exeext conftest.$ac_ext
9154 LIBS=$ac_check_lib_save_LIBS
9156 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
9157 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
9158 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
9159 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
9162 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
9163 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
9164 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
9165 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
9166 echo $ECHO_N "(cached) $ECHO_C" >&6
9167 else
9168 ac_check_lib_save_LIBS=$LIBS
9169 LIBS="-ldnet_stub $LIBS"
9170 cat >conftest.$ac_ext <<_ACEOF
9171 /* confdefs.h. */
9172 _ACEOF
9173 cat confdefs.h >>conftest.$ac_ext
9174 cat >>conftest.$ac_ext <<_ACEOF
9175 /* end confdefs.h. */
9177 /* Override any GCC internal prototype to avoid an error.
9178 Use char because int might match the return type of a GCC
9179 builtin and then its argument prototype would still apply. */
9180 #ifdef __cplusplus
9181 extern "C"
9182 #endif
9183 char dnet_ntoa ();
9185 main ()
9187 return dnet_ntoa ();
9189 return 0;
9191 _ACEOF
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9194 case "(($ac_try" in
9195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9196 *) ac_try_echo=$ac_try;;
9197 esac
9198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9199 (eval "$ac_link") 2>conftest.er1
9200 ac_status=$?
9201 grep -v '^ *+' conftest.er1 >conftest.err
9202 rm -f conftest.er1
9203 cat conftest.err >&5
9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205 (exit $ac_status); } && {
9206 test -z "$ac_c_werror_flag" ||
9207 test ! -s conftest.err
9208 } && test -s conftest$ac_exeext &&
9209 $as_test_x conftest$ac_exeext; then
9210 ac_cv_lib_dnet_stub_dnet_ntoa=yes
9211 else
9212 echo "$as_me: failed program was:" >&5
9213 sed 's/^/| /' conftest.$ac_ext >&5
9215 ac_cv_lib_dnet_stub_dnet_ntoa=no
9218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9219 conftest$ac_exeext conftest.$ac_ext
9220 LIBS=$ac_check_lib_save_LIBS
9222 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
9223 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
9224 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
9225 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
9231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9232 conftest$ac_exeext conftest.$ac_ext
9233 LIBS="$ac_xsave_LIBS"
9235 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
9236 # to get the SysV transport functions.
9237 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
9238 # needs -lnsl.
9239 # The nsl library prevents programs from opening the X display
9240 # on Irix 5.2, according to T.E. Dickey.
9241 # The functions gethostbyname, getservbyname, and inet_addr are
9242 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
9243 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
9244 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
9245 if test "${ac_cv_func_gethostbyname+set}" = set; then
9246 echo $ECHO_N "(cached) $ECHO_C" >&6
9247 else
9248 cat >conftest.$ac_ext <<_ACEOF
9249 /* confdefs.h. */
9250 _ACEOF
9251 cat confdefs.h >>conftest.$ac_ext
9252 cat >>conftest.$ac_ext <<_ACEOF
9253 /* end confdefs.h. */
9254 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
9255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9256 #define gethostbyname innocuous_gethostbyname
9258 /* System header to define __stub macros and hopefully few prototypes,
9259 which can conflict with char gethostbyname (); below.
9260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9261 <limits.h> exists even on freestanding compilers. */
9263 #ifdef __STDC__
9264 # include <limits.h>
9265 #else
9266 # include <assert.h>
9267 #endif
9269 #undef gethostbyname
9271 /* Override any GCC internal prototype to avoid an error.
9272 Use char because int might match the return type of a GCC
9273 builtin and then its argument prototype would still apply. */
9274 #ifdef __cplusplus
9275 extern "C"
9276 #endif
9277 char gethostbyname ();
9278 /* The GNU C library defines this for functions which it implements
9279 to always fail with ENOSYS. Some functions are actually named
9280 something starting with __ and the normal name is an alias. */
9281 #if defined __stub_gethostbyname || defined __stub___gethostbyname
9282 choke me
9283 #endif
9286 main ()
9288 return gethostbyname ();
9290 return 0;
9292 _ACEOF
9293 rm -f conftest.$ac_objext conftest$ac_exeext
9294 if { (ac_try="$ac_link"
9295 case "(($ac_try" in
9296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9297 *) ac_try_echo=$ac_try;;
9298 esac
9299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9300 (eval "$ac_link") 2>conftest.er1
9301 ac_status=$?
9302 grep -v '^ *+' conftest.er1 >conftest.err
9303 rm -f conftest.er1
9304 cat conftest.err >&5
9305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9306 (exit $ac_status); } && {
9307 test -z "$ac_c_werror_flag" ||
9308 test ! -s conftest.err
9309 } && test -s conftest$ac_exeext &&
9310 $as_test_x conftest$ac_exeext; then
9311 ac_cv_func_gethostbyname=yes
9312 else
9313 echo "$as_me: failed program was:" >&5
9314 sed 's/^/| /' conftest.$ac_ext >&5
9316 ac_cv_func_gethostbyname=no
9319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9320 conftest$ac_exeext conftest.$ac_ext
9322 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
9323 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
9325 if test $ac_cv_func_gethostbyname = no; then
9326 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
9327 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
9328 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
9329 echo $ECHO_N "(cached) $ECHO_C" >&6
9330 else
9331 ac_check_lib_save_LIBS=$LIBS
9332 LIBS="-lnsl $LIBS"
9333 cat >conftest.$ac_ext <<_ACEOF
9334 /* confdefs.h. */
9335 _ACEOF
9336 cat confdefs.h >>conftest.$ac_ext
9337 cat >>conftest.$ac_ext <<_ACEOF
9338 /* end confdefs.h. */
9340 /* Override any GCC internal prototype to avoid an error.
9341 Use char because int might match the return type of a GCC
9342 builtin and then its argument prototype would still apply. */
9343 #ifdef __cplusplus
9344 extern "C"
9345 #endif
9346 char gethostbyname ();
9348 main ()
9350 return gethostbyname ();
9352 return 0;
9354 _ACEOF
9355 rm -f conftest.$ac_objext conftest$ac_exeext
9356 if { (ac_try="$ac_link"
9357 case "(($ac_try" in
9358 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9359 *) ac_try_echo=$ac_try;;
9360 esac
9361 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9362 (eval "$ac_link") 2>conftest.er1
9363 ac_status=$?
9364 grep -v '^ *+' conftest.er1 >conftest.err
9365 rm -f conftest.er1
9366 cat conftest.err >&5
9367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9368 (exit $ac_status); } && {
9369 test -z "$ac_c_werror_flag" ||
9370 test ! -s conftest.err
9371 } && test -s conftest$ac_exeext &&
9372 $as_test_x conftest$ac_exeext; then
9373 ac_cv_lib_nsl_gethostbyname=yes
9374 else
9375 echo "$as_me: failed program was:" >&5
9376 sed 's/^/| /' conftest.$ac_ext >&5
9378 ac_cv_lib_nsl_gethostbyname=no
9381 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9382 conftest$ac_exeext conftest.$ac_ext
9383 LIBS=$ac_check_lib_save_LIBS
9385 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
9386 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
9387 if test $ac_cv_lib_nsl_gethostbyname = yes; then
9388 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
9391 if test $ac_cv_lib_nsl_gethostbyname = no; then
9392 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
9393 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
9394 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
9395 echo $ECHO_N "(cached) $ECHO_C" >&6
9396 else
9397 ac_check_lib_save_LIBS=$LIBS
9398 LIBS="-lbsd $LIBS"
9399 cat >conftest.$ac_ext <<_ACEOF
9400 /* confdefs.h. */
9401 _ACEOF
9402 cat confdefs.h >>conftest.$ac_ext
9403 cat >>conftest.$ac_ext <<_ACEOF
9404 /* end confdefs.h. */
9406 /* Override any GCC internal prototype to avoid an error.
9407 Use char because int might match the return type of a GCC
9408 builtin and then its argument prototype would still apply. */
9409 #ifdef __cplusplus
9410 extern "C"
9411 #endif
9412 char gethostbyname ();
9414 main ()
9416 return gethostbyname ();
9418 return 0;
9420 _ACEOF
9421 rm -f conftest.$ac_objext conftest$ac_exeext
9422 if { (ac_try="$ac_link"
9423 case "(($ac_try" in
9424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9425 *) ac_try_echo=$ac_try;;
9426 esac
9427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9428 (eval "$ac_link") 2>conftest.er1
9429 ac_status=$?
9430 grep -v '^ *+' conftest.er1 >conftest.err
9431 rm -f conftest.er1
9432 cat conftest.err >&5
9433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9434 (exit $ac_status); } && {
9435 test -z "$ac_c_werror_flag" ||
9436 test ! -s conftest.err
9437 } && test -s conftest$ac_exeext &&
9438 $as_test_x conftest$ac_exeext; then
9439 ac_cv_lib_bsd_gethostbyname=yes
9440 else
9441 echo "$as_me: failed program was:" >&5
9442 sed 's/^/| /' conftest.$ac_ext >&5
9444 ac_cv_lib_bsd_gethostbyname=no
9447 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9448 conftest$ac_exeext conftest.$ac_ext
9449 LIBS=$ac_check_lib_save_LIBS
9451 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
9452 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
9453 if test $ac_cv_lib_bsd_gethostbyname = yes; then
9454 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
9460 # lieder@skyler.mavd.honeywell.com says without -lsocket,
9461 # socket/setsockopt and other routines are undefined under SCO ODT
9462 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
9463 # on later versions), says Simon Leinen: it contains gethostby*
9464 # variants that don't use the name server (or something). -lsocket
9465 # must be given before -lnsl if both are needed. We assume that
9466 # if connect needs -lnsl, so does gethostbyname.
9467 { echo "$as_me:$LINENO: checking for connect" >&5
9468 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
9469 if test "${ac_cv_func_connect+set}" = set; then
9470 echo $ECHO_N "(cached) $ECHO_C" >&6
9471 else
9472 cat >conftest.$ac_ext <<_ACEOF
9473 /* confdefs.h. */
9474 _ACEOF
9475 cat confdefs.h >>conftest.$ac_ext
9476 cat >>conftest.$ac_ext <<_ACEOF
9477 /* end confdefs.h. */
9478 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
9479 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9480 #define connect innocuous_connect
9482 /* System header to define __stub macros and hopefully few prototypes,
9483 which can conflict with char connect (); below.
9484 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9485 <limits.h> exists even on freestanding compilers. */
9487 #ifdef __STDC__
9488 # include <limits.h>
9489 #else
9490 # include <assert.h>
9491 #endif
9493 #undef connect
9495 /* Override any GCC internal prototype to avoid an error.
9496 Use char because int might match the return type of a GCC
9497 builtin and then its argument prototype would still apply. */
9498 #ifdef __cplusplus
9499 extern "C"
9500 #endif
9501 char connect ();
9502 /* The GNU C library defines this for functions which it implements
9503 to always fail with ENOSYS. Some functions are actually named
9504 something starting with __ and the normal name is an alias. */
9505 #if defined __stub_connect || defined __stub___connect
9506 choke me
9507 #endif
9510 main ()
9512 return connect ();
9514 return 0;
9516 _ACEOF
9517 rm -f conftest.$ac_objext conftest$ac_exeext
9518 if { (ac_try="$ac_link"
9519 case "(($ac_try" in
9520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9521 *) ac_try_echo=$ac_try;;
9522 esac
9523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9524 (eval "$ac_link") 2>conftest.er1
9525 ac_status=$?
9526 grep -v '^ *+' conftest.er1 >conftest.err
9527 rm -f conftest.er1
9528 cat conftest.err >&5
9529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9530 (exit $ac_status); } && {
9531 test -z "$ac_c_werror_flag" ||
9532 test ! -s conftest.err
9533 } && test -s conftest$ac_exeext &&
9534 $as_test_x conftest$ac_exeext; then
9535 ac_cv_func_connect=yes
9536 else
9537 echo "$as_me: failed program was:" >&5
9538 sed 's/^/| /' conftest.$ac_ext >&5
9540 ac_cv_func_connect=no
9543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9544 conftest$ac_exeext conftest.$ac_ext
9546 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
9547 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
9549 if test $ac_cv_func_connect = no; then
9550 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
9551 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
9552 if test "${ac_cv_lib_socket_connect+set}" = set; then
9553 echo $ECHO_N "(cached) $ECHO_C" >&6
9554 else
9555 ac_check_lib_save_LIBS=$LIBS
9556 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
9557 cat >conftest.$ac_ext <<_ACEOF
9558 /* confdefs.h. */
9559 _ACEOF
9560 cat confdefs.h >>conftest.$ac_ext
9561 cat >>conftest.$ac_ext <<_ACEOF
9562 /* end confdefs.h. */
9564 /* Override any GCC internal prototype to avoid an error.
9565 Use char because int might match the return type of a GCC
9566 builtin and then its argument prototype would still apply. */
9567 #ifdef __cplusplus
9568 extern "C"
9569 #endif
9570 char connect ();
9572 main ()
9574 return connect ();
9576 return 0;
9578 _ACEOF
9579 rm -f conftest.$ac_objext conftest$ac_exeext
9580 if { (ac_try="$ac_link"
9581 case "(($ac_try" in
9582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9583 *) ac_try_echo=$ac_try;;
9584 esac
9585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9586 (eval "$ac_link") 2>conftest.er1
9587 ac_status=$?
9588 grep -v '^ *+' conftest.er1 >conftest.err
9589 rm -f conftest.er1
9590 cat conftest.err >&5
9591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9592 (exit $ac_status); } && {
9593 test -z "$ac_c_werror_flag" ||
9594 test ! -s conftest.err
9595 } && test -s conftest$ac_exeext &&
9596 $as_test_x conftest$ac_exeext; then
9597 ac_cv_lib_socket_connect=yes
9598 else
9599 echo "$as_me: failed program was:" >&5
9600 sed 's/^/| /' conftest.$ac_ext >&5
9602 ac_cv_lib_socket_connect=no
9605 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9606 conftest$ac_exeext conftest.$ac_ext
9607 LIBS=$ac_check_lib_save_LIBS
9609 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
9610 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
9611 if test $ac_cv_lib_socket_connect = yes; then
9612 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
9617 # Guillermo Gomez says -lposix is necessary on A/UX.
9618 { echo "$as_me:$LINENO: checking for remove" >&5
9619 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
9620 if test "${ac_cv_func_remove+set}" = set; then
9621 echo $ECHO_N "(cached) $ECHO_C" >&6
9622 else
9623 cat >conftest.$ac_ext <<_ACEOF
9624 /* confdefs.h. */
9625 _ACEOF
9626 cat confdefs.h >>conftest.$ac_ext
9627 cat >>conftest.$ac_ext <<_ACEOF
9628 /* end confdefs.h. */
9629 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
9630 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9631 #define remove innocuous_remove
9633 /* System header to define __stub macros and hopefully few prototypes,
9634 which can conflict with char remove (); below.
9635 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9636 <limits.h> exists even on freestanding compilers. */
9638 #ifdef __STDC__
9639 # include <limits.h>
9640 #else
9641 # include <assert.h>
9642 #endif
9644 #undef remove
9646 /* Override any GCC internal prototype to avoid an error.
9647 Use char because int might match the return type of a GCC
9648 builtin and then its argument prototype would still apply. */
9649 #ifdef __cplusplus
9650 extern "C"
9651 #endif
9652 char remove ();
9653 /* The GNU C library defines this for functions which it implements
9654 to always fail with ENOSYS. Some functions are actually named
9655 something starting with __ and the normal name is an alias. */
9656 #if defined __stub_remove || defined __stub___remove
9657 choke me
9658 #endif
9661 main ()
9663 return remove ();
9665 return 0;
9667 _ACEOF
9668 rm -f conftest.$ac_objext conftest$ac_exeext
9669 if { (ac_try="$ac_link"
9670 case "(($ac_try" in
9671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9672 *) ac_try_echo=$ac_try;;
9673 esac
9674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9675 (eval "$ac_link") 2>conftest.er1
9676 ac_status=$?
9677 grep -v '^ *+' conftest.er1 >conftest.err
9678 rm -f conftest.er1
9679 cat conftest.err >&5
9680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9681 (exit $ac_status); } && {
9682 test -z "$ac_c_werror_flag" ||
9683 test ! -s conftest.err
9684 } && test -s conftest$ac_exeext &&
9685 $as_test_x conftest$ac_exeext; then
9686 ac_cv_func_remove=yes
9687 else
9688 echo "$as_me: failed program was:" >&5
9689 sed 's/^/| /' conftest.$ac_ext >&5
9691 ac_cv_func_remove=no
9694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9695 conftest$ac_exeext conftest.$ac_ext
9697 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
9698 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
9700 if test $ac_cv_func_remove = no; then
9701 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
9702 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
9703 if test "${ac_cv_lib_posix_remove+set}" = set; then
9704 echo $ECHO_N "(cached) $ECHO_C" >&6
9705 else
9706 ac_check_lib_save_LIBS=$LIBS
9707 LIBS="-lposix $LIBS"
9708 cat >conftest.$ac_ext <<_ACEOF
9709 /* confdefs.h. */
9710 _ACEOF
9711 cat confdefs.h >>conftest.$ac_ext
9712 cat >>conftest.$ac_ext <<_ACEOF
9713 /* end confdefs.h. */
9715 /* Override any GCC internal prototype to avoid an error.
9716 Use char because int might match the return type of a GCC
9717 builtin and then its argument prototype would still apply. */
9718 #ifdef __cplusplus
9719 extern "C"
9720 #endif
9721 char remove ();
9723 main ()
9725 return remove ();
9727 return 0;
9729 _ACEOF
9730 rm -f conftest.$ac_objext conftest$ac_exeext
9731 if { (ac_try="$ac_link"
9732 case "(($ac_try" in
9733 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9734 *) ac_try_echo=$ac_try;;
9735 esac
9736 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9737 (eval "$ac_link") 2>conftest.er1
9738 ac_status=$?
9739 grep -v '^ *+' conftest.er1 >conftest.err
9740 rm -f conftest.er1
9741 cat conftest.err >&5
9742 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9743 (exit $ac_status); } && {
9744 test -z "$ac_c_werror_flag" ||
9745 test ! -s conftest.err
9746 } && test -s conftest$ac_exeext &&
9747 $as_test_x conftest$ac_exeext; then
9748 ac_cv_lib_posix_remove=yes
9749 else
9750 echo "$as_me: failed program was:" >&5
9751 sed 's/^/| /' conftest.$ac_ext >&5
9753 ac_cv_lib_posix_remove=no
9756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_lib_save_LIBS
9760 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
9761 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
9762 if test $ac_cv_lib_posix_remove = yes; then
9763 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
9768 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
9769 { echo "$as_me:$LINENO: checking for shmat" >&5
9770 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
9771 if test "${ac_cv_func_shmat+set}" = set; then
9772 echo $ECHO_N "(cached) $ECHO_C" >&6
9773 else
9774 cat >conftest.$ac_ext <<_ACEOF
9775 /* confdefs.h. */
9776 _ACEOF
9777 cat confdefs.h >>conftest.$ac_ext
9778 cat >>conftest.$ac_ext <<_ACEOF
9779 /* end confdefs.h. */
9780 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
9781 For example, HP-UX 11i <limits.h> declares gettimeofday. */
9782 #define shmat innocuous_shmat
9784 /* System header to define __stub macros and hopefully few prototypes,
9785 which can conflict with char shmat (); below.
9786 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
9787 <limits.h> exists even on freestanding compilers. */
9789 #ifdef __STDC__
9790 # include <limits.h>
9791 #else
9792 # include <assert.h>
9793 #endif
9795 #undef shmat
9797 /* Override any GCC internal prototype to avoid an error.
9798 Use char because int might match the return type of a GCC
9799 builtin and then its argument prototype would still apply. */
9800 #ifdef __cplusplus
9801 extern "C"
9802 #endif
9803 char shmat ();
9804 /* The GNU C library defines this for functions which it implements
9805 to always fail with ENOSYS. Some functions are actually named
9806 something starting with __ and the normal name is an alias. */
9807 #if defined __stub_shmat || defined __stub___shmat
9808 choke me
9809 #endif
9812 main ()
9814 return shmat ();
9816 return 0;
9818 _ACEOF
9819 rm -f conftest.$ac_objext conftest$ac_exeext
9820 if { (ac_try="$ac_link"
9821 case "(($ac_try" in
9822 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9823 *) ac_try_echo=$ac_try;;
9824 esac
9825 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9826 (eval "$ac_link") 2>conftest.er1
9827 ac_status=$?
9828 grep -v '^ *+' conftest.er1 >conftest.err
9829 rm -f conftest.er1
9830 cat conftest.err >&5
9831 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9832 (exit $ac_status); } && {
9833 test -z "$ac_c_werror_flag" ||
9834 test ! -s conftest.err
9835 } && test -s conftest$ac_exeext &&
9836 $as_test_x conftest$ac_exeext; then
9837 ac_cv_func_shmat=yes
9838 else
9839 echo "$as_me: failed program was:" >&5
9840 sed 's/^/| /' conftest.$ac_ext >&5
9842 ac_cv_func_shmat=no
9845 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9846 conftest$ac_exeext conftest.$ac_ext
9848 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
9849 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
9851 if test $ac_cv_func_shmat = no; then
9852 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
9853 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
9854 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
9855 echo $ECHO_N "(cached) $ECHO_C" >&6
9856 else
9857 ac_check_lib_save_LIBS=$LIBS
9858 LIBS="-lipc $LIBS"
9859 cat >conftest.$ac_ext <<_ACEOF
9860 /* confdefs.h. */
9861 _ACEOF
9862 cat confdefs.h >>conftest.$ac_ext
9863 cat >>conftest.$ac_ext <<_ACEOF
9864 /* end confdefs.h. */
9866 /* Override any GCC internal prototype to avoid an error.
9867 Use char because int might match the return type of a GCC
9868 builtin and then its argument prototype would still apply. */
9869 #ifdef __cplusplus
9870 extern "C"
9871 #endif
9872 char shmat ();
9874 main ()
9876 return shmat ();
9878 return 0;
9880 _ACEOF
9881 rm -f conftest.$ac_objext conftest$ac_exeext
9882 if { (ac_try="$ac_link"
9883 case "(($ac_try" in
9884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9885 *) ac_try_echo=$ac_try;;
9886 esac
9887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9888 (eval "$ac_link") 2>conftest.er1
9889 ac_status=$?
9890 grep -v '^ *+' conftest.er1 >conftest.err
9891 rm -f conftest.er1
9892 cat conftest.err >&5
9893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9894 (exit $ac_status); } && {
9895 test -z "$ac_c_werror_flag" ||
9896 test ! -s conftest.err
9897 } && test -s conftest$ac_exeext &&
9898 $as_test_x conftest$ac_exeext; then
9899 ac_cv_lib_ipc_shmat=yes
9900 else
9901 echo "$as_me: failed program was:" >&5
9902 sed 's/^/| /' conftest.$ac_ext >&5
9904 ac_cv_lib_ipc_shmat=no
9907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9908 conftest$ac_exeext conftest.$ac_ext
9909 LIBS=$ac_check_lib_save_LIBS
9911 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
9912 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
9913 if test $ac_cv_lib_ipc_shmat = yes; then
9914 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
9920 # Check for libraries that X11R6 Xt/Xaw programs need.
9921 ac_save_LDFLAGS=$LDFLAGS
9922 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
9923 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
9924 # check for ICE first), but we must link in the order -lSM -lICE or
9925 # we get undefined symbols. So assume we have SM if we have ICE.
9926 # These have to be linked with before -lX11, unlike the other
9927 # libraries we check for below, so use a different variable.
9928 # John Interrante, Karl Berry
9929 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
9930 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
9931 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 else
9934 ac_check_lib_save_LIBS=$LIBS
9935 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
9936 cat >conftest.$ac_ext <<_ACEOF
9937 /* confdefs.h. */
9938 _ACEOF
9939 cat confdefs.h >>conftest.$ac_ext
9940 cat >>conftest.$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char IceConnectionNumber ();
9951 main ()
9953 return IceConnectionNumber ();
9955 return 0;
9957 _ACEOF
9958 rm -f conftest.$ac_objext conftest$ac_exeext
9959 if { (ac_try="$ac_link"
9960 case "(($ac_try" in
9961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962 *) ac_try_echo=$ac_try;;
9963 esac
9964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965 (eval "$ac_link") 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && {
9972 test -z "$ac_c_werror_flag" ||
9973 test ! -s conftest.err
9974 } && test -s conftest$ac_exeext &&
9975 $as_test_x conftest$ac_exeext; then
9976 ac_cv_lib_ICE_IceConnectionNumber=yes
9977 else
9978 echo "$as_me: failed program was:" >&5
9979 sed 's/^/| /' conftest.$ac_ext >&5
9981 ac_cv_lib_ICE_IceConnectionNumber=no
9984 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9985 conftest$ac_exeext conftest.$ac_ext
9986 LIBS=$ac_check_lib_save_LIBS
9988 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
9989 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
9990 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
9991 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
9994 LDFLAGS=$ac_save_LDFLAGS
9999 if test "$have_x" = "yes"
10000 then
10001 XLIB="-lX11"
10002 ac_save_CPPFLAGS="$CPPFLAGS"
10003 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
10005 { echo "$as_me:$LINENO: checking for -lX11" >&5
10006 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
10007 if test "${ac_cv_lib_soname_X11+set}" = set; then
10008 echo $ECHO_N "(cached) $ECHO_C" >&6
10009 else
10010 ac_check_soname_save_LIBS=$LIBS
10011 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
10012 cat >conftest.$ac_ext <<_ACEOF
10013 /* confdefs.h. */
10014 _ACEOF
10015 cat confdefs.h >>conftest.$ac_ext
10016 cat >>conftest.$ac_ext <<_ACEOF
10017 /* end confdefs.h. */
10019 /* Override any GCC internal prototype to avoid an error.
10020 Use char because int might match the return type of a GCC
10021 builtin and then its argument prototype would still apply. */
10022 #ifdef __cplusplus
10023 extern "C"
10024 #endif
10025 char XCreateWindow ();
10027 main ()
10029 return XCreateWindow ();
10031 return 0;
10033 _ACEOF
10034 rm -f conftest.$ac_objext conftest$ac_exeext
10035 if { (ac_try="$ac_link"
10036 case "(($ac_try" in
10037 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10038 *) ac_try_echo=$ac_try;;
10039 esac
10040 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10041 (eval "$ac_link") 2>conftest.er1
10042 ac_status=$?
10043 grep -v '^ *+' conftest.er1 >conftest.err
10044 rm -f conftest.er1
10045 cat conftest.err >&5
10046 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10047 (exit $ac_status); } && {
10048 test -z "$ac_c_werror_flag" ||
10049 test ! -s conftest.err
10050 } && test -s conftest$ac_exeext &&
10051 $as_test_x conftest$ac_exeext; then
10052 case "$LIBEXT" in
10053 dll) ;;
10054 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'` ;;
10055 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10056 esac
10057 else
10058 echo "$as_me: failed program was:" >&5
10059 sed 's/^/| /' conftest.$ac_ext >&5
10064 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10065 conftest$ac_exeext conftest.$ac_ext
10066 LIBS=$ac_check_soname_save_LIBS
10068 if test "x$ac_cv_lib_soname_X11" = "x"; then
10069 { echo "$as_me:$LINENO: result: not found" >&5
10070 echo "${ECHO_T}not found" >&6; }
10072 else
10073 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
10074 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
10076 cat >>confdefs.h <<_ACEOF
10077 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
10078 _ACEOF
10083 { echo "$as_me:$LINENO: checking for -lXext" >&5
10084 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
10085 if test "${ac_cv_lib_soname_Xext+set}" = set; then
10086 echo $ECHO_N "(cached) $ECHO_C" >&6
10087 else
10088 ac_check_soname_save_LIBS=$LIBS
10089 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
10090 cat >conftest.$ac_ext <<_ACEOF
10091 /* confdefs.h. */
10092 _ACEOF
10093 cat confdefs.h >>conftest.$ac_ext
10094 cat >>conftest.$ac_ext <<_ACEOF
10095 /* end confdefs.h. */
10097 /* Override any GCC internal prototype to avoid an error.
10098 Use char because int might match the return type of a GCC
10099 builtin and then its argument prototype would still apply. */
10100 #ifdef __cplusplus
10101 extern "C"
10102 #endif
10103 char XextCreateExtension ();
10105 main ()
10107 return XextCreateExtension ();
10109 return 0;
10111 _ACEOF
10112 rm -f conftest.$ac_objext conftest$ac_exeext
10113 if { (ac_try="$ac_link"
10114 case "(($ac_try" in
10115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10116 *) ac_try_echo=$ac_try;;
10117 esac
10118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10119 (eval "$ac_link") 2>conftest.er1
10120 ac_status=$?
10121 grep -v '^ *+' conftest.er1 >conftest.err
10122 rm -f conftest.er1
10123 cat conftest.err >&5
10124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10125 (exit $ac_status); } && {
10126 test -z "$ac_c_werror_flag" ||
10127 test ! -s conftest.err
10128 } && test -s conftest$ac_exeext &&
10129 $as_test_x conftest$ac_exeext; then
10130 case "$LIBEXT" in
10131 dll) ;;
10132 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'` ;;
10133 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10134 esac
10135 else
10136 echo "$as_me: failed program was:" >&5
10137 sed 's/^/| /' conftest.$ac_ext >&5
10142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10143 conftest$ac_exeext conftest.$ac_ext
10144 LIBS=$ac_check_soname_save_LIBS
10146 if test "x$ac_cv_lib_soname_Xext" = "x"; then
10147 { echo "$as_me:$LINENO: result: not found" >&5
10148 echo "${ECHO_T}not found" >&6; }
10150 else
10151 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
10152 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
10154 cat >>confdefs.h <<_ACEOF
10155 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
10156 _ACEOF
10158 XLIB="-lXext $XLIB"
10175 for ac_header in X11/Xlib.h \
10176 X11/XKBlib.h \
10177 X11/Xutil.h \
10178 X11/Xcursor/Xcursor.h \
10179 X11/extensions/shape.h \
10180 X11/extensions/XInput.h \
10181 X11/extensions/XShm.h \
10182 X11/extensions/Xcomposite.h \
10183 X11/extensions/Xinerama.h \
10184 X11/extensions/Xrandr.h \
10185 X11/extensions/Xrender.h \
10186 X11/extensions/xf86vmode.h \
10187 X11/extensions/xf86vmproto.h
10189 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
10190 { echo "$as_me:$LINENO: checking for $ac_header" >&5
10191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
10192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
10193 echo $ECHO_N "(cached) $ECHO_C" >&6
10194 else
10195 cat >conftest.$ac_ext <<_ACEOF
10196 /* confdefs.h. */
10197 _ACEOF
10198 cat confdefs.h >>conftest.$ac_ext
10199 cat >>conftest.$ac_ext <<_ACEOF
10200 /* end confdefs.h. */
10201 #ifdef HAVE_X11_XLIB_H
10202 # include <X11/Xlib.h>
10203 #endif
10204 #ifdef HAVE_X11_XUTIL_H
10205 # include <X11/Xutil.h>
10206 #endif
10208 #include <$ac_header>
10209 _ACEOF
10210 rm -f conftest.$ac_objext
10211 if { (ac_try="$ac_compile"
10212 case "(($ac_try" in
10213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10214 *) ac_try_echo=$ac_try;;
10215 esac
10216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10217 (eval "$ac_compile") 2>conftest.er1
10218 ac_status=$?
10219 grep -v '^ *+' conftest.er1 >conftest.err
10220 rm -f conftest.er1
10221 cat conftest.err >&5
10222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10223 (exit $ac_status); } && {
10224 test -z "$ac_c_werror_flag" ||
10225 test ! -s conftest.err
10226 } && test -s conftest.$ac_objext; then
10227 eval "$as_ac_Header=yes"
10228 else
10229 echo "$as_me: failed program was:" >&5
10230 sed 's/^/| /' conftest.$ac_ext >&5
10232 eval "$as_ac_Header=no"
10235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10237 ac_res=`eval echo '${'$as_ac_Header'}'`
10238 { echo "$as_me:$LINENO: result: $ac_res" >&5
10239 echo "${ECHO_T}$ac_res" >&6; }
10240 if test `eval echo '${'$as_ac_Header'}'` = yes; then
10241 cat >>confdefs.h <<_ACEOF
10242 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
10243 _ACEOF
10247 done
10250 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
10251 then
10252 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
10253 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
10254 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
10255 echo $ECHO_N "(cached) $ECHO_C" >&6
10256 else
10257 ac_check_lib_save_LIBS=$LIBS
10258 LIBS="-lX11 $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10259 cat >conftest.$ac_ext <<_ACEOF
10260 /* confdefs.h. */
10261 _ACEOF
10262 cat confdefs.h >>conftest.$ac_ext
10263 cat >>conftest.$ac_ext <<_ACEOF
10264 /* end confdefs.h. */
10266 /* Override any GCC internal prototype to avoid an error.
10267 Use char because int might match the return type of a GCC
10268 builtin and then its argument prototype would still apply. */
10269 #ifdef __cplusplus
10270 extern "C"
10271 #endif
10272 char XkbQueryExtension ();
10274 main ()
10276 return XkbQueryExtension ();
10278 return 0;
10280 _ACEOF
10281 rm -f conftest.$ac_objext conftest$ac_exeext
10282 if { (ac_try="$ac_link"
10283 case "(($ac_try" in
10284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10285 *) ac_try_echo=$ac_try;;
10286 esac
10287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10288 (eval "$ac_link") 2>conftest.er1
10289 ac_status=$?
10290 grep -v '^ *+' conftest.er1 >conftest.err
10291 rm -f conftest.er1
10292 cat conftest.err >&5
10293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10294 (exit $ac_status); } && {
10295 test -z "$ac_c_werror_flag" ||
10296 test ! -s conftest.err
10297 } && test -s conftest$ac_exeext &&
10298 $as_test_x conftest$ac_exeext; then
10299 ac_cv_lib_X11_XkbQueryExtension=yes
10300 else
10301 echo "$as_me: failed program was:" >&5
10302 sed 's/^/| /' conftest.$ac_ext >&5
10304 ac_cv_lib_X11_XkbQueryExtension=no
10307 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10308 conftest$ac_exeext conftest.$ac_ext
10309 LIBS=$ac_check_lib_save_LIBS
10311 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
10312 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
10313 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
10315 cat >>confdefs.h <<\_ACEOF
10316 #define HAVE_XKB 1
10317 _ACEOF
10323 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
10324 then
10325 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
10326 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
10327 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
10328 echo $ECHO_N "(cached) $ECHO_C" >&6
10329 else
10330 ac_check_soname_save_LIBS=$LIBS
10331 LIBS="-lXcursor $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10332 cat >conftest.$ac_ext <<_ACEOF
10333 /* confdefs.h. */
10334 _ACEOF
10335 cat confdefs.h >>conftest.$ac_ext
10336 cat >>conftest.$ac_ext <<_ACEOF
10337 /* end confdefs.h. */
10339 /* Override any GCC internal prototype to avoid an error.
10340 Use char because int might match the return type of a GCC
10341 builtin and then its argument prototype would still apply. */
10342 #ifdef __cplusplus
10343 extern "C"
10344 #endif
10345 char XcursorImageLoadCursor ();
10347 main ()
10349 return XcursorImageLoadCursor ();
10351 return 0;
10353 _ACEOF
10354 rm -f conftest.$ac_objext conftest$ac_exeext
10355 if { (ac_try="$ac_link"
10356 case "(($ac_try" in
10357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10358 *) ac_try_echo=$ac_try;;
10359 esac
10360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10361 (eval "$ac_link") 2>conftest.er1
10362 ac_status=$?
10363 grep -v '^ *+' conftest.er1 >conftest.err
10364 rm -f conftest.er1
10365 cat conftest.err >&5
10366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10367 (exit $ac_status); } && {
10368 test -z "$ac_c_werror_flag" ||
10369 test ! -s conftest.err
10370 } && test -s conftest$ac_exeext &&
10371 $as_test_x conftest$ac_exeext; then
10372 case "$LIBEXT" in
10373 dll) ;;
10374 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'` ;;
10375 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10376 esac
10377 else
10378 echo "$as_me: failed program was:" >&5
10379 sed 's/^/| /' conftest.$ac_ext >&5
10384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10385 conftest$ac_exeext conftest.$ac_ext
10386 LIBS=$ac_check_soname_save_LIBS
10388 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10389 { echo "$as_me:$LINENO: result: not found" >&5
10390 echo "${ECHO_T}not found" >&6; }
10392 else
10393 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10394 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10396 cat >>confdefs.h <<_ACEOF
10397 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10398 _ACEOF
10404 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10405 case "x$with_xcursor" in
10406 x) wine_notices="$wine_notices|libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported." ;;
10407 xno) ;;
10408 *) { { echo "$as_me:$LINENO: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10409 This is an error since --with-xcursor was requested." >&5
10410 echo "$as_me: error: libxcursor ${notice_platform}development files not found, the Xcursor extension won't be supported.
10411 This is an error since --with-xcursor was requested." >&2;}
10412 { (exit 1); exit 1; }; } ;;
10413 esac
10417 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10418 then
10419 { echo "$as_me:$LINENO: checking for -lXi" >&5
10420 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10421 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10422 echo $ECHO_N "(cached) $ECHO_C" >&6
10423 else
10424 ac_check_soname_save_LIBS=$LIBS
10425 LIBS="-lXi $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10426 cat >conftest.$ac_ext <<_ACEOF
10427 /* confdefs.h. */
10428 _ACEOF
10429 cat confdefs.h >>conftest.$ac_ext
10430 cat >>conftest.$ac_ext <<_ACEOF
10431 /* end confdefs.h. */
10433 /* Override any GCC internal prototype to avoid an error.
10434 Use char because int might match the return type of a GCC
10435 builtin and then its argument prototype would still apply. */
10436 #ifdef __cplusplus
10437 extern "C"
10438 #endif
10439 char XOpenDevice ();
10441 main ()
10443 return XOpenDevice ();
10445 return 0;
10447 _ACEOF
10448 rm -f conftest.$ac_objext conftest$ac_exeext
10449 if { (ac_try="$ac_link"
10450 case "(($ac_try" in
10451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10452 *) ac_try_echo=$ac_try;;
10453 esac
10454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10455 (eval "$ac_link") 2>conftest.er1
10456 ac_status=$?
10457 grep -v '^ *+' conftest.er1 >conftest.err
10458 rm -f conftest.er1
10459 cat conftest.err >&5
10460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10461 (exit $ac_status); } && {
10462 test -z "$ac_c_werror_flag" ||
10463 test ! -s conftest.err
10464 } && test -s conftest$ac_exeext &&
10465 $as_test_x conftest$ac_exeext; then
10466 case "$LIBEXT" in
10467 dll) ;;
10468 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'` ;;
10469 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10470 esac
10471 else
10472 echo "$as_me: failed program was:" >&5
10473 sed 's/^/| /' conftest.$ac_ext >&5
10478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10479 conftest$ac_exeext conftest.$ac_ext
10480 LIBS=$ac_check_soname_save_LIBS
10482 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10483 { echo "$as_me:$LINENO: result: not found" >&5
10484 echo "${ECHO_T}not found" >&6; }
10486 else
10487 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10488 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10490 cat >>confdefs.h <<_ACEOF
10491 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10492 _ACEOF
10498 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10499 case "x$with_xinput" in
10500 x) wine_notices="$wine_notices|libxi ${notice_platform}development files not found, the Xinput extension won't be supported." ;;
10501 xno) ;;
10502 *) { { echo "$as_me:$LINENO: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10503 This is an error since --with-xinput was requested." >&5
10504 echo "$as_me: error: libxi ${notice_platform}development files not found, the Xinput extension won't be supported.
10505 This is an error since --with-xinput was requested." >&2;}
10506 { (exit 1); exit 1; }; } ;;
10507 esac
10511 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10512 then
10513 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10514 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10515 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10516 echo $ECHO_N "(cached) $ECHO_C" >&6
10517 else
10518 ac_check_lib_save_LIBS=$LIBS
10519 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10520 cat >conftest.$ac_ext <<_ACEOF
10521 /* confdefs.h. */
10522 _ACEOF
10523 cat confdefs.h >>conftest.$ac_ext
10524 cat >>conftest.$ac_ext <<_ACEOF
10525 /* end confdefs.h. */
10527 /* Override any GCC internal prototype to avoid an error.
10528 Use char because int might match the return type of a GCC
10529 builtin and then its argument prototype would still apply. */
10530 #ifdef __cplusplus
10531 extern "C"
10532 #endif
10533 char XShmQueryExtension ();
10535 main ()
10537 return XShmQueryExtension ();
10539 return 0;
10541 _ACEOF
10542 rm -f conftest.$ac_objext conftest$ac_exeext
10543 if { (ac_try="$ac_link"
10544 case "(($ac_try" in
10545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10546 *) ac_try_echo=$ac_try;;
10547 esac
10548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10549 (eval "$ac_link") 2>conftest.er1
10550 ac_status=$?
10551 grep -v '^ *+' conftest.er1 >conftest.err
10552 rm -f conftest.er1
10553 cat conftest.err >&5
10554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10555 (exit $ac_status); } && {
10556 test -z "$ac_c_werror_flag" ||
10557 test ! -s conftest.err
10558 } && test -s conftest$ac_exeext &&
10559 $as_test_x conftest$ac_exeext; then
10560 ac_cv_lib_Xext_XShmQueryExtension=yes
10561 else
10562 echo "$as_me: failed program was:" >&5
10563 sed 's/^/| /' conftest.$ac_ext >&5
10565 ac_cv_lib_Xext_XShmQueryExtension=no
10568 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10569 conftest$ac_exeext conftest.$ac_ext
10570 LIBS=$ac_check_lib_save_LIBS
10572 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10573 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10574 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10576 cat >>confdefs.h <<\_ACEOF
10577 #define HAVE_LIBXXSHM 1
10578 _ACEOF
10583 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10584 case "x$with_xshm" in
10585 x) wine_notices="$wine_notices|XShm ${notice_platform}development files not found, X Shared Memory won't be supported." ;;
10586 xno) ;;
10587 *) { { echo "$as_me:$LINENO: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10588 This is an error since --with-xshm was requested." >&5
10589 echo "$as_me: error: XShm ${notice_platform}development files not found, X Shared Memory won't be supported.
10590 This is an error since --with-xshm was requested." >&2;}
10591 { (exit 1); exit 1; }; } ;;
10592 esac
10596 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10597 then
10598 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10599 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10600 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10601 echo $ECHO_N "(cached) $ECHO_C" >&6
10602 else
10603 ac_check_lib_save_LIBS=$LIBS
10604 LIBS="-lXext $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10605 cat >conftest.$ac_ext <<_ACEOF
10606 /* confdefs.h. */
10607 _ACEOF
10608 cat confdefs.h >>conftest.$ac_ext
10609 cat >>conftest.$ac_ext <<_ACEOF
10610 /* end confdefs.h. */
10612 /* Override any GCC internal prototype to avoid an error.
10613 Use char because int might match the return type of a GCC
10614 builtin and then its argument prototype would still apply. */
10615 #ifdef __cplusplus
10616 extern "C"
10617 #endif
10618 char XShapeQueryExtension ();
10620 main ()
10622 return XShapeQueryExtension ();
10624 return 0;
10626 _ACEOF
10627 rm -f conftest.$ac_objext conftest$ac_exeext
10628 if { (ac_try="$ac_link"
10629 case "(($ac_try" in
10630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10631 *) ac_try_echo=$ac_try;;
10632 esac
10633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10634 (eval "$ac_link") 2>conftest.er1
10635 ac_status=$?
10636 grep -v '^ *+' conftest.er1 >conftest.err
10637 rm -f conftest.er1
10638 cat conftest.err >&5
10639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10640 (exit $ac_status); } && {
10641 test -z "$ac_c_werror_flag" ||
10642 test ! -s conftest.err
10643 } && test -s conftest$ac_exeext &&
10644 $as_test_x conftest$ac_exeext; then
10645 ac_cv_lib_Xext_XShapeQueryExtension=yes
10646 else
10647 echo "$as_me: failed program was:" >&5
10648 sed 's/^/| /' conftest.$ac_ext >&5
10650 ac_cv_lib_Xext_XShapeQueryExtension=no
10653 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10654 conftest$ac_exeext conftest.$ac_ext
10655 LIBS=$ac_check_lib_save_LIBS
10657 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10658 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10659 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10661 cat >>confdefs.h <<\_ACEOF
10662 #define HAVE_LIBXSHAPE 1
10663 _ACEOF
10668 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10669 case "x$with_xshape" in
10670 x) wine_notices="$wine_notices|XShape ${notice_platform}development files not found, XShape won't be supported." ;;
10671 xno) ;;
10672 *) { { echo "$as_me:$LINENO: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10673 This is an error since --with-xshape was requested." >&5
10674 echo "$as_me: error: XShape ${notice_platform}development files not found, XShape won't be supported.
10675 This is an error since --with-xshape was requested." >&2;}
10676 { (exit 1); exit 1; }; } ;;
10677 esac
10681 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes" -o "$ac_cv_header_X11_extensions_xf86vmproto_h" = "yes"
10682 then
10683 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10684 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10685 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10686 echo $ECHO_N "(cached) $ECHO_C" >&6
10687 else
10688 ac_check_soname_save_LIBS=$LIBS
10689 LIBS="-lXxf86vm $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10690 cat >conftest.$ac_ext <<_ACEOF
10691 /* confdefs.h. */
10692 _ACEOF
10693 cat confdefs.h >>conftest.$ac_ext
10694 cat >>conftest.$ac_ext <<_ACEOF
10695 /* end confdefs.h. */
10697 /* Override any GCC internal prototype to avoid an error.
10698 Use char because int might match the return type of a GCC
10699 builtin and then its argument prototype would still apply. */
10700 #ifdef __cplusplus
10701 extern "C"
10702 #endif
10703 char XF86VidModeQueryExtension ();
10705 main ()
10707 return XF86VidModeQueryExtension ();
10709 return 0;
10711 _ACEOF
10712 rm -f conftest.$ac_objext conftest$ac_exeext
10713 if { (ac_try="$ac_link"
10714 case "(($ac_try" in
10715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10716 *) ac_try_echo=$ac_try;;
10717 esac
10718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10719 (eval "$ac_link") 2>conftest.er1
10720 ac_status=$?
10721 grep -v '^ *+' conftest.er1 >conftest.err
10722 rm -f conftest.er1
10723 cat conftest.err >&5
10724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10725 (exit $ac_status); } && {
10726 test -z "$ac_c_werror_flag" ||
10727 test ! -s conftest.err
10728 } && test -s conftest$ac_exeext &&
10729 $as_test_x conftest$ac_exeext; then
10730 case "$LIBEXT" in
10731 dll) ;;
10732 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'` ;;
10733 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10734 esac
10735 else
10736 echo "$as_me: failed program was:" >&5
10737 sed 's/^/| /' conftest.$ac_ext >&5
10742 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10743 conftest$ac_exeext conftest.$ac_ext
10744 LIBS=$ac_check_soname_save_LIBS
10746 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10747 { echo "$as_me:$LINENO: result: not found" >&5
10748 echo "${ECHO_T}not found" >&6; }
10750 else
10751 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10752 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10754 cat >>confdefs.h <<_ACEOF
10755 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10756 _ACEOF
10762 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10763 case "x$with_xxf86vm" in
10764 x) wine_notices="$wine_notices|libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported." ;;
10765 xno) ;;
10766 *) { { echo "$as_me:$LINENO: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10767 This is an error since --with-xxf86vm was requested." >&5
10768 echo "$as_me: error: libXxf86vm ${notice_platform}development files not found, XFree86 Vidmode won't be supported.
10769 This is an error since --with-xxf86vm was requested." >&2;}
10770 { (exit 1); exit 1; }; } ;;
10771 esac
10775 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"
10776 then
10777 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10778 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10779 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10780 echo $ECHO_N "(cached) $ECHO_C" >&6
10781 else
10782 ac_check_soname_save_LIBS=$LIBS
10783 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10784 cat >conftest.$ac_ext <<_ACEOF
10785 /* confdefs.h. */
10786 _ACEOF
10787 cat confdefs.h >>conftest.$ac_ext
10788 cat >>conftest.$ac_ext <<_ACEOF
10789 /* end confdefs.h. */
10791 /* Override any GCC internal prototype to avoid an error.
10792 Use char because int might match the return type of a GCC
10793 builtin and then its argument prototype would still apply. */
10794 #ifdef __cplusplus
10795 extern "C"
10796 #endif
10797 char XRenderQueryExtension ();
10799 main ()
10801 return XRenderQueryExtension ();
10803 return 0;
10805 _ACEOF
10806 rm -f conftest.$ac_objext conftest$ac_exeext
10807 if { (ac_try="$ac_link"
10808 case "(($ac_try" in
10809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10810 *) ac_try_echo=$ac_try;;
10811 esac
10812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10813 (eval "$ac_link") 2>conftest.er1
10814 ac_status=$?
10815 grep -v '^ *+' conftest.er1 >conftest.err
10816 rm -f conftest.er1
10817 cat conftest.err >&5
10818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10819 (exit $ac_status); } && {
10820 test -z "$ac_c_werror_flag" ||
10821 test ! -s conftest.err
10822 } && test -s conftest$ac_exeext &&
10823 $as_test_x conftest$ac_exeext; then
10824 case "$LIBEXT" in
10825 dll) ;;
10826 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'` ;;
10827 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10828 esac
10829 else
10830 echo "$as_me: failed program was:" >&5
10831 sed 's/^/| /' conftest.$ac_ext >&5
10836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10837 conftest$ac_exeext conftest.$ac_ext
10838 LIBS=$ac_check_soname_save_LIBS
10840 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10841 { echo "$as_me:$LINENO: result: not found" >&5
10842 echo "${ECHO_T}not found" >&6; }
10844 else
10845 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10846 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10848 cat >>confdefs.h <<_ACEOF
10849 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10850 _ACEOF
10852 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10853 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10854 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10855 echo $ECHO_N "(cached) $ECHO_C" >&6
10856 else
10857 ac_check_lib_save_LIBS=$LIBS
10858 LIBS="-lXrender $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10859 cat >conftest.$ac_ext <<_ACEOF
10860 /* confdefs.h. */
10861 _ACEOF
10862 cat confdefs.h >>conftest.$ac_ext
10863 cat >>conftest.$ac_ext <<_ACEOF
10864 /* end confdefs.h. */
10866 /* Override any GCC internal prototype to avoid an error.
10867 Use char because int might match the return type of a GCC
10868 builtin and then its argument prototype would still apply. */
10869 #ifdef __cplusplus
10870 extern "C"
10871 #endif
10872 char XRenderSetPictureTransform ();
10874 main ()
10876 return XRenderSetPictureTransform ();
10878 return 0;
10880 _ACEOF
10881 rm -f conftest.$ac_objext conftest$ac_exeext
10882 if { (ac_try="$ac_link"
10883 case "(($ac_try" in
10884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10885 *) ac_try_echo=$ac_try;;
10886 esac
10887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10888 (eval "$ac_link") 2>conftest.er1
10889 ac_status=$?
10890 grep -v '^ *+' conftest.er1 >conftest.err
10891 rm -f conftest.er1
10892 cat conftest.err >&5
10893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10894 (exit $ac_status); } && {
10895 test -z "$ac_c_werror_flag" ||
10896 test ! -s conftest.err
10897 } && test -s conftest$ac_exeext &&
10898 $as_test_x conftest$ac_exeext; then
10899 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10900 else
10901 echo "$as_me: failed program was:" >&5
10902 sed 's/^/| /' conftest.$ac_ext >&5
10904 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10908 conftest$ac_exeext conftest.$ac_ext
10909 LIBS=$ac_check_lib_save_LIBS
10911 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10912 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10913 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10915 cat >>confdefs.h <<\_ACEOF
10916 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10917 _ACEOF
10925 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10926 case "x$with_xrender" in
10927 x) wine_warnings="$wine_warnings|libxrender ${notice_platform}development files not found, XRender won't be supported." ;;
10928 xno) ;;
10929 *) { { echo "$as_me:$LINENO: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10930 This is an error since --with-xrender was requested." >&5
10931 echo "$as_me: error: libxrender ${notice_platform}development files not found, XRender won't be supported.
10932 This is an error since --with-xrender was requested." >&2;}
10933 { (exit 1); exit 1; }; } ;;
10934 esac
10938 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10939 then
10940 cat >conftest.$ac_ext <<_ACEOF
10941 /* confdefs.h. */
10942 _ACEOF
10943 cat confdefs.h >>conftest.$ac_ext
10944 cat >>conftest.$ac_ext <<_ACEOF
10945 /* end confdefs.h. */
10946 #include <X11/Xlib.h>
10947 #include <X11/extensions/Xrandr.h>
10949 main ()
10951 static typeof(XRRSetScreenConfigAndRate) * func;
10953 return 0;
10955 _ACEOF
10956 rm -f conftest.$ac_objext
10957 if { (ac_try="$ac_compile"
10958 case "(($ac_try" in
10959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10960 *) ac_try_echo=$ac_try;;
10961 esac
10962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10963 (eval "$ac_compile") 2>conftest.er1
10964 ac_status=$?
10965 grep -v '^ *+' conftest.er1 >conftest.err
10966 rm -f conftest.er1
10967 cat conftest.err >&5
10968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10969 (exit $ac_status); } && {
10970 test -z "$ac_c_werror_flag" ||
10971 test ! -s conftest.err
10972 } && test -s conftest.$ac_objext; then
10973 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10974 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10975 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10976 echo $ECHO_N "(cached) $ECHO_C" >&6
10977 else
10978 ac_check_soname_save_LIBS=$LIBS
10979 LIBS="-lXrandr $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
10980 cat >conftest.$ac_ext <<_ACEOF
10981 /* confdefs.h. */
10982 _ACEOF
10983 cat confdefs.h >>conftest.$ac_ext
10984 cat >>conftest.$ac_ext <<_ACEOF
10985 /* end confdefs.h. */
10987 /* Override any GCC internal prototype to avoid an error.
10988 Use char because int might match the return type of a GCC
10989 builtin and then its argument prototype would still apply. */
10990 #ifdef __cplusplus
10991 extern "C"
10992 #endif
10993 char XRRQueryExtension ();
10995 main ()
10997 return XRRQueryExtension ();
10999 return 0;
11001 _ACEOF
11002 rm -f conftest.$ac_objext conftest$ac_exeext
11003 if { (ac_try="$ac_link"
11004 case "(($ac_try" in
11005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11006 *) ac_try_echo=$ac_try;;
11007 esac
11008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11009 (eval "$ac_link") 2>conftest.er1
11010 ac_status=$?
11011 grep -v '^ *+' conftest.er1 >conftest.err
11012 rm -f conftest.er1
11013 cat conftest.err >&5
11014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11015 (exit $ac_status); } && {
11016 test -z "$ac_c_werror_flag" ||
11017 test ! -s conftest.err
11018 } && test -s conftest$ac_exeext &&
11019 $as_test_x conftest$ac_exeext; then
11020 case "$LIBEXT" in
11021 dll) ;;
11022 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'` ;;
11023 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11024 esac
11025 else
11026 echo "$as_me: failed program was:" >&5
11027 sed 's/^/| /' conftest.$ac_ext >&5
11032 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11033 conftest$ac_exeext conftest.$ac_ext
11034 LIBS=$ac_check_soname_save_LIBS
11036 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11037 { echo "$as_me:$LINENO: result: not found" >&5
11038 echo "${ECHO_T}not found" >&6; }
11040 else
11041 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
11042 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
11044 cat >>confdefs.h <<_ACEOF
11045 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
11046 _ACEOF
11051 else
11052 echo "$as_me: failed program was:" >&5
11053 sed 's/^/| /' conftest.$ac_ext >&5
11058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11060 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
11061 case "x$with_xrandr" in
11062 x) wine_notices="$wine_notices|libxrandr ${notice_platform}development files not found, XRandr won't be supported." ;;
11063 xno) ;;
11064 *) { { echo "$as_me:$LINENO: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11065 This is an error since --with-xrandr was requested." >&5
11066 echo "$as_me: error: libxrandr ${notice_platform}development files not found, XRandr won't be supported.
11067 This is an error since --with-xrandr was requested." >&2;}
11068 { (exit 1); exit 1; }; } ;;
11069 esac
11073 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
11074 then
11075 cat >conftest.$ac_ext <<_ACEOF
11076 /* confdefs.h. */
11077 _ACEOF
11078 cat confdefs.h >>conftest.$ac_ext
11079 cat >>conftest.$ac_ext <<_ACEOF
11080 /* end confdefs.h. */
11081 #include <X11/Xlib.h>
11082 #include <X11/extensions/Xinerama.h>
11084 main ()
11086 static typeof(XineramaQueryScreens) * func;
11088 return 0;
11090 _ACEOF
11091 rm -f conftest.$ac_objext
11092 if { (ac_try="$ac_compile"
11093 case "(($ac_try" in
11094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11095 *) ac_try_echo=$ac_try;;
11096 esac
11097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11098 (eval "$ac_compile") 2>conftest.er1
11099 ac_status=$?
11100 grep -v '^ *+' conftest.er1 >conftest.err
11101 rm -f conftest.er1
11102 cat conftest.err >&5
11103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11104 (exit $ac_status); } && {
11105 test -z "$ac_c_werror_flag" ||
11106 test ! -s conftest.err
11107 } && test -s conftest.$ac_objext; then
11108 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
11109 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
11110 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
11111 echo $ECHO_N "(cached) $ECHO_C" >&6
11112 else
11113 ac_check_soname_save_LIBS=$LIBS
11114 LIBS="-lXinerama $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11115 cat >conftest.$ac_ext <<_ACEOF
11116 /* confdefs.h. */
11117 _ACEOF
11118 cat confdefs.h >>conftest.$ac_ext
11119 cat >>conftest.$ac_ext <<_ACEOF
11120 /* end confdefs.h. */
11122 /* Override any GCC internal prototype to avoid an error.
11123 Use char because int might match the return type of a GCC
11124 builtin and then its argument prototype would still apply. */
11125 #ifdef __cplusplus
11126 extern "C"
11127 #endif
11128 char XineramaQueryScreens ();
11130 main ()
11132 return XineramaQueryScreens ();
11134 return 0;
11136 _ACEOF
11137 rm -f conftest.$ac_objext conftest$ac_exeext
11138 if { (ac_try="$ac_link"
11139 case "(($ac_try" in
11140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11141 *) ac_try_echo=$ac_try;;
11142 esac
11143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11144 (eval "$ac_link") 2>conftest.er1
11145 ac_status=$?
11146 grep -v '^ *+' conftest.er1 >conftest.err
11147 rm -f conftest.er1
11148 cat conftest.err >&5
11149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11150 (exit $ac_status); } && {
11151 test -z "$ac_c_werror_flag" ||
11152 test ! -s conftest.err
11153 } && test -s conftest$ac_exeext &&
11154 $as_test_x conftest$ac_exeext; then
11155 case "$LIBEXT" in
11156 dll) ;;
11157 dylib) ac_cv_lib_soname_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'` ;;
11158 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11159 esac
11160 else
11161 echo "$as_me: failed program was:" >&5
11162 sed 's/^/| /' conftest.$ac_ext >&5
11167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11168 conftest$ac_exeext conftest.$ac_ext
11169 LIBS=$ac_check_soname_save_LIBS
11171 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11172 { echo "$as_me:$LINENO: result: not found" >&5
11173 echo "${ECHO_T}not found" >&6; }
11175 else
11176 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
11177 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
11179 cat >>confdefs.h <<_ACEOF
11180 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
11181 _ACEOF
11186 else
11187 echo "$as_me: failed program was:" >&5
11188 sed 's/^/| /' conftest.$ac_ext >&5
11193 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11195 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
11196 case "x$with_xinerama" in
11197 x) wine_notices="$wine_notices|libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported." ;;
11198 xno) ;;
11199 *) { { echo "$as_me:$LINENO: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11200 This is an error since --with-xinerama was requested." >&5
11201 echo "$as_me: error: libxinerama ${notice_platform}development files not found, multi-monitor setups won't be supported.
11202 This is an error since --with-xinerama was requested." >&2;}
11203 { (exit 1); exit 1; }; } ;;
11204 esac
11208 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
11209 then
11210 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
11211 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
11212 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
11213 echo $ECHO_N "(cached) $ECHO_C" >&6
11214 else
11215 ac_check_soname_save_LIBS=$LIBS
11216 LIBS="-lXcomposite $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
11217 cat >conftest.$ac_ext <<_ACEOF
11218 /* confdefs.h. */
11219 _ACEOF
11220 cat confdefs.h >>conftest.$ac_ext
11221 cat >>conftest.$ac_ext <<_ACEOF
11222 /* end confdefs.h. */
11224 /* Override any GCC internal prototype to avoid an error.
11225 Use char because int might match the return type of a GCC
11226 builtin and then its argument prototype would still apply. */
11227 #ifdef __cplusplus
11228 extern "C"
11229 #endif
11230 char XCompositeRedirectWindow ();
11232 main ()
11234 return XCompositeRedirectWindow ();
11236 return 0;
11238 _ACEOF
11239 rm -f conftest.$ac_objext conftest$ac_exeext
11240 if { (ac_try="$ac_link"
11241 case "(($ac_try" in
11242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11243 *) ac_try_echo=$ac_try;;
11244 esac
11245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11246 (eval "$ac_link") 2>conftest.er1
11247 ac_status=$?
11248 grep -v '^ *+' conftest.er1 >conftest.err
11249 rm -f conftest.er1
11250 cat conftest.err >&5
11251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11252 (exit $ac_status); } && {
11253 test -z "$ac_c_werror_flag" ||
11254 test ! -s conftest.err
11255 } && test -s conftest$ac_exeext &&
11256 $as_test_x conftest$ac_exeext; then
11257 case "$LIBEXT" in
11258 dll) ;;
11259 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'` ;;
11260 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11261 esac
11262 else
11263 echo "$as_me: failed program was:" >&5
11264 sed 's/^/| /' conftest.$ac_ext >&5
11269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11270 conftest$ac_exeext conftest.$ac_ext
11271 LIBS=$ac_check_soname_save_LIBS
11273 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11274 { echo "$as_me:$LINENO: result: not found" >&5
11275 echo "${ECHO_T}not found" >&6; }
11277 else
11278 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
11279 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
11281 cat >>confdefs.h <<_ACEOF
11282 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
11283 _ACEOF
11289 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
11290 case "x$with_xcomposite" in
11291 x) wine_notices="$wine_notices|libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported." ;;
11292 xno) ;;
11293 *) { { echo "$as_me:$LINENO: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11294 This is an error since --with-xcomposite was requested." >&5
11295 echo "$as_me: error: libxcomposite ${notice_platform}development files not found, Xcomposite won't be supported.
11296 This is an error since --with-xcomposite was requested." >&2;}
11297 { (exit 1); exit 1; }; } ;;
11298 esac
11302 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
11303 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
11304 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
11305 echo $ECHO_N "(cached) $ECHO_C" >&6
11306 else
11307 cat >conftest.$ac_ext <<_ACEOF
11308 /* confdefs.h. */
11309 _ACEOF
11310 cat confdefs.h >>conftest.$ac_ext
11311 cat >>conftest.$ac_ext <<_ACEOF
11312 /* end confdefs.h. */
11313 #ifdef HAVE_X11_XLIB_H
11314 #include <X11/Xlib.h>
11315 #endif
11318 main ()
11320 static XICCallback ac_aggr;
11321 if (ac_aggr.callback)
11322 return 0;
11324 return 0;
11326 _ACEOF
11327 rm -f conftest.$ac_objext
11328 if { (ac_try="$ac_compile"
11329 case "(($ac_try" in
11330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11331 *) ac_try_echo=$ac_try;;
11332 esac
11333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11334 (eval "$ac_compile") 2>conftest.er1
11335 ac_status=$?
11336 grep -v '^ *+' conftest.er1 >conftest.err
11337 rm -f conftest.er1
11338 cat conftest.err >&5
11339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11340 (exit $ac_status); } && {
11341 test -z "$ac_c_werror_flag" ||
11342 test ! -s conftest.err
11343 } && test -s conftest.$ac_objext; then
11344 ac_cv_member_XICCallback_callback=yes
11345 else
11346 echo "$as_me: failed program was:" >&5
11347 sed 's/^/| /' conftest.$ac_ext >&5
11349 cat >conftest.$ac_ext <<_ACEOF
11350 /* confdefs.h. */
11351 _ACEOF
11352 cat confdefs.h >>conftest.$ac_ext
11353 cat >>conftest.$ac_ext <<_ACEOF
11354 /* end confdefs.h. */
11355 #ifdef HAVE_X11_XLIB_H
11356 #include <X11/Xlib.h>
11357 #endif
11360 main ()
11362 static XICCallback ac_aggr;
11363 if (sizeof ac_aggr.callback)
11364 return 0;
11366 return 0;
11368 _ACEOF
11369 rm -f conftest.$ac_objext
11370 if { (ac_try="$ac_compile"
11371 case "(($ac_try" in
11372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11373 *) ac_try_echo=$ac_try;;
11374 esac
11375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11376 (eval "$ac_compile") 2>conftest.er1
11377 ac_status=$?
11378 grep -v '^ *+' conftest.er1 >conftest.err
11379 rm -f conftest.er1
11380 cat conftest.err >&5
11381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11382 (exit $ac_status); } && {
11383 test -z "$ac_c_werror_flag" ||
11384 test ! -s conftest.err
11385 } && test -s conftest.$ac_objext; then
11386 ac_cv_member_XICCallback_callback=yes
11387 else
11388 echo "$as_me: failed program was:" >&5
11389 sed 's/^/| /' conftest.$ac_ext >&5
11391 ac_cv_member_XICCallback_callback=no
11394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11399 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11400 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11401 if test $ac_cv_member_XICCallback_callback = yes; then
11403 cat >>confdefs.h <<_ACEOF
11404 #define HAVE_XICCALLBACK_CALLBACK 1
11405 _ACEOF
11412 opengl_msg=""
11413 if test "x$with_opengl" != "xno"
11414 then
11418 for ac_header in GL/gl.h GL/glx.h GL/glu.h
11420 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 echo $ECHO_N "(cached) $ECHO_C" >&6
11425 else
11426 cat >conftest.$ac_ext <<_ACEOF
11427 /* confdefs.h. */
11428 _ACEOF
11429 cat confdefs.h >>conftest.$ac_ext
11430 cat >>conftest.$ac_ext <<_ACEOF
11431 /* end confdefs.h. */
11432 #ifdef HAVE_GL_GLX_H
11433 # include <GL/glx.h>
11434 #endif
11436 #include <$ac_header>
11437 _ACEOF
11438 rm -f conftest.$ac_objext
11439 if { (ac_try="$ac_compile"
11440 case "(($ac_try" in
11441 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11442 *) ac_try_echo=$ac_try;;
11443 esac
11444 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11445 (eval "$ac_compile") 2>conftest.er1
11446 ac_status=$?
11447 grep -v '^ *+' conftest.er1 >conftest.err
11448 rm -f conftest.er1
11449 cat conftest.err >&5
11450 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11451 (exit $ac_status); } && {
11452 test -z "$ac_c_werror_flag" ||
11453 test ! -s conftest.err
11454 } && test -s conftest.$ac_objext; then
11455 eval "$as_ac_Header=yes"
11456 else
11457 echo "$as_me: failed program was:" >&5
11458 sed 's/^/| /' conftest.$ac_ext >&5
11460 eval "$as_ac_Header=no"
11463 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11465 ac_res=`eval echo '${'$as_ac_Header'}'`
11466 { echo "$as_me:$LINENO: result: $ac_res" >&5
11467 echo "${ECHO_T}$ac_res" >&6; }
11468 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11469 cat >>confdefs.h <<_ACEOF
11470 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11471 _ACEOF
11475 done
11477 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11478 then
11479 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11480 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11481 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11482 echo $ECHO_N "(cached) $ECHO_C" >&6
11483 else
11484 cat >conftest.$ac_ext <<_ACEOF
11485 /* confdefs.h. */
11486 _ACEOF
11487 cat confdefs.h >>conftest.$ac_ext
11488 cat >>conftest.$ac_ext <<_ACEOF
11489 /* end confdefs.h. */
11490 #include <GL/gl.h>
11492 main ()
11494 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11496 return 0;
11498 _ACEOF
11499 rm -f conftest.$ac_objext
11500 if { (ac_try="$ac_compile"
11501 case "(($ac_try" in
11502 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11503 *) ac_try_echo=$ac_try;;
11504 esac
11505 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11506 (eval "$ac_compile") 2>conftest.er1
11507 ac_status=$?
11508 grep -v '^ *+' conftest.er1 >conftest.err
11509 rm -f conftest.er1
11510 cat conftest.err >&5
11511 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11512 (exit $ac_status); } && {
11513 test -z "$ac_c_werror_flag" ||
11514 test ! -s conftest.err
11515 } && test -s conftest.$ac_objext; then
11516 wine_cv_opengl_header_version_OK="yes"
11517 else
11518 echo "$as_me: failed program was:" >&5
11519 sed 's/^/| /' conftest.$ac_ext >&5
11521 wine_cv_opengl_header_version_OK="no"
11524 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11526 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11527 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11529 if test "$wine_cv_opengl_header_version_OK" = "yes"
11530 then
11531 { echo "$as_me:$LINENO: checking for -lGL" >&5
11532 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11533 if test "${ac_cv_lib_soname_GL+set}" = set; then
11534 echo $ECHO_N "(cached) $ECHO_C" >&6
11535 else
11536 ac_check_soname_save_LIBS=$LIBS
11537 LIBS="-lGL $X_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11538 cat >conftest.$ac_ext <<_ACEOF
11539 /* confdefs.h. */
11540 _ACEOF
11541 cat confdefs.h >>conftest.$ac_ext
11542 cat >>conftest.$ac_ext <<_ACEOF
11543 /* end confdefs.h. */
11545 /* Override any GCC internal prototype to avoid an error.
11546 Use char because int might match the return type of a GCC
11547 builtin and then its argument prototype would still apply. */
11548 #ifdef __cplusplus
11549 extern "C"
11550 #endif
11551 char glXCreateContext ();
11553 main ()
11555 return glXCreateContext ();
11557 return 0;
11559 _ACEOF
11560 rm -f conftest.$ac_objext conftest$ac_exeext
11561 if { (ac_try="$ac_link"
11562 case "(($ac_try" in
11563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11564 *) ac_try_echo=$ac_try;;
11565 esac
11566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11567 (eval "$ac_link") 2>conftest.er1
11568 ac_status=$?
11569 grep -v '^ *+' conftest.er1 >conftest.err
11570 rm -f conftest.er1
11571 cat conftest.err >&5
11572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11573 (exit $ac_status); } && {
11574 test -z "$ac_c_werror_flag" ||
11575 test ! -s conftest.err
11576 } && test -s conftest$ac_exeext &&
11577 $as_test_x conftest$ac_exeext; then
11578 case "$LIBEXT" in
11579 dll) ;;
11580 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'` ;;
11581 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11582 esac
11583 else
11584 echo "$as_me: failed program was:" >&5
11585 sed 's/^/| /' conftest.$ac_ext >&5
11590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11591 conftest$ac_exeext conftest.$ac_ext
11592 LIBS=$ac_check_soname_save_LIBS
11594 if test "x$ac_cv_lib_soname_GL" = "x"; then
11595 { echo "$as_me:$LINENO: result: not found" >&5
11596 echo "${ECHO_T}not found" >&6; }
11597 { echo "$as_me:$LINENO: checking for -lGL" >&5
11598 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11599 if test "${ac_cv_lib_soname_GL+set}" = set; then
11600 echo $ECHO_N "(cached) $ECHO_C" >&6
11601 else
11602 ac_check_soname_save_LIBS=$LIBS
11603 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"
11604 cat >conftest.$ac_ext <<_ACEOF
11605 /* confdefs.h. */
11606 _ACEOF
11607 cat confdefs.h >>conftest.$ac_ext
11608 cat >>conftest.$ac_ext <<_ACEOF
11609 /* end confdefs.h. */
11611 /* Override any GCC internal prototype to avoid an error.
11612 Use char because int might match the return type of a GCC
11613 builtin and then its argument prototype would still apply. */
11614 #ifdef __cplusplus
11615 extern "C"
11616 #endif
11617 char glXCreateContext ();
11619 main ()
11621 return glXCreateContext ();
11623 return 0;
11625 _ACEOF
11626 rm -f conftest.$ac_objext conftest$ac_exeext
11627 if { (ac_try="$ac_link"
11628 case "(($ac_try" in
11629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11630 *) ac_try_echo=$ac_try;;
11631 esac
11632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11633 (eval "$ac_link") 2>conftest.er1
11634 ac_status=$?
11635 grep -v '^ *+' conftest.er1 >conftest.err
11636 rm -f conftest.er1
11637 cat conftest.err >&5
11638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11639 (exit $ac_status); } && {
11640 test -z "$ac_c_werror_flag" ||
11641 test ! -s conftest.err
11642 } && test -s conftest$ac_exeext &&
11643 $as_test_x conftest$ac_exeext; then
11644 case "$LIBEXT" in
11645 dll) ;;
11646 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'` ;;
11647 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11648 esac
11649 else
11650 echo "$as_me: failed program was:" >&5
11651 sed 's/^/| /' conftest.$ac_ext >&5
11656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11657 conftest$ac_exeext conftest.$ac_ext
11658 LIBS=$ac_check_soname_save_LIBS
11660 if test "x$ac_cv_lib_soname_GL" = "x"; then
11661 { echo "$as_me:$LINENO: result: not found" >&5
11662 echo "${ECHO_T}not found" >&6; }
11663 if test -f /usr/X11R6/lib/libGL.a
11664 then
11665 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11666 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11667 else
11668 opengl_msg="No OpenGL library found on this system."
11670 else
11671 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11672 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11674 cat >>confdefs.h <<_ACEOF
11675 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11676 _ACEOF
11678 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"
11680 cat >>confdefs.h <<\_ACEOF
11681 #define HAVE_OPENGL 1
11682 _ACEOF
11686 else
11687 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11688 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11690 cat >>confdefs.h <<_ACEOF
11691 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11692 _ACEOF
11694 OPENGL_LIBS="-lGL"
11696 cat >>confdefs.h <<\_ACEOF
11697 #define HAVE_OPENGL 1
11698 _ACEOF
11702 if test "$ac_cv_header_GL_glu_h" = "yes"
11703 then
11704 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11705 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11706 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11707 echo $ECHO_N "(cached) $ECHO_C" >&6
11708 else
11709 ac_check_soname_save_LIBS=$LIBS
11710 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS $XLIB -lm $X_EXTRA_LIBS $LIBS"
11711 cat >conftest.$ac_ext <<_ACEOF
11712 /* confdefs.h. */
11713 _ACEOF
11714 cat confdefs.h >>conftest.$ac_ext
11715 cat >>conftest.$ac_ext <<_ACEOF
11716 /* end confdefs.h. */
11718 /* Override any GCC internal prototype to avoid an error.
11719 Use char because int might match the return type of a GCC
11720 builtin and then its argument prototype would still apply. */
11721 #ifdef __cplusplus
11722 extern "C"
11723 #endif
11724 char gluLookAt ();
11726 main ()
11728 return gluLookAt ();
11730 return 0;
11732 _ACEOF
11733 rm -f conftest.$ac_objext conftest$ac_exeext
11734 if { (ac_try="$ac_link"
11735 case "(($ac_try" in
11736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11737 *) ac_try_echo=$ac_try;;
11738 esac
11739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11740 (eval "$ac_link") 2>conftest.er1
11741 ac_status=$?
11742 grep -v '^ *+' conftest.er1 >conftest.err
11743 rm -f conftest.er1
11744 cat conftest.err >&5
11745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11746 (exit $ac_status); } && {
11747 test -z "$ac_c_werror_flag" ||
11748 test ! -s conftest.err
11749 } && test -s conftest$ac_exeext &&
11750 $as_test_x conftest$ac_exeext; then
11751 case "$LIBEXT" in
11752 dll) ;;
11753 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'` ;;
11754 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11755 esac
11756 else
11757 echo "$as_me: failed program was:" >&5
11758 sed 's/^/| /' conftest.$ac_ext >&5
11763 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11764 conftest$ac_exeext conftest.$ac_ext
11765 LIBS=$ac_check_soname_save_LIBS
11767 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11768 { echo "$as_me:$LINENO: result: not found" >&5
11769 echo "${ECHO_T}not found" >&6; }
11771 else
11772 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11773 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11775 cat >>confdefs.h <<_ACEOF
11776 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11777 _ACEOF
11783 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11784 case "x$with_glu" in
11785 x) wine_notices="$wine_notices|libGLU ${notice_platform}development files not found, GLU won't be supported." ;;
11786 xno) ;;
11787 *) { { echo "$as_me:$LINENO: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11788 This is an error since --with-glu was requested." >&5
11789 echo "$as_me: error: libGLU ${notice_platform}development files not found, GLU won't be supported.
11790 This is an error since --with-glu was requested." >&2;}
11791 { (exit 1); exit 1; }; } ;;
11792 esac
11795 else
11796 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11798 else
11799 opengl_msg="OpenGL development headers not found."
11801 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11802 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11803 else
11804 enable_opengl32=${enable_opengl32:-no}
11805 enable_glu32=${enable_glu32:-no}
11807 if test -n "$opengl_msg"; then
11808 case "x$with_opengl" in
11809 x) wine_warnings="$wine_warnings|$opengl_msg
11810 OpenGL and Direct3D won't be supported." ;;
11811 xno) ;;
11812 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11813 OpenGL and Direct3D won't be supported.
11814 This is an error since --with-opengl was requested." >&5
11815 echo "$as_me: error: $opengl_msg
11816 OpenGL and Direct3D won't be supported.
11817 This is an error since --with-opengl was requested." >&2;}
11818 { (exit 1); exit 1; }; } ;;
11819 esac
11823 NASLIBS=""
11826 for ac_header in audio/audiolib.h
11828 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11829 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11830 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11831 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11832 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11833 echo $ECHO_N "(cached) $ECHO_C" >&6
11835 ac_res=`eval echo '${'$as_ac_Header'}'`
11836 { echo "$as_me:$LINENO: result: $ac_res" >&5
11837 echo "${ECHO_T}$ac_res" >&6; }
11838 else
11839 # Is the header compilable?
11840 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11841 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11842 cat >conftest.$ac_ext <<_ACEOF
11843 /* confdefs.h. */
11844 _ACEOF
11845 cat confdefs.h >>conftest.$ac_ext
11846 cat >>conftest.$ac_ext <<_ACEOF
11847 /* end confdefs.h. */
11848 $ac_includes_default
11849 #include <$ac_header>
11850 _ACEOF
11851 rm -f conftest.$ac_objext
11852 if { (ac_try="$ac_compile"
11853 case "(($ac_try" in
11854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11855 *) ac_try_echo=$ac_try;;
11856 esac
11857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11858 (eval "$ac_compile") 2>conftest.er1
11859 ac_status=$?
11860 grep -v '^ *+' conftest.er1 >conftest.err
11861 rm -f conftest.er1
11862 cat conftest.err >&5
11863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11864 (exit $ac_status); } && {
11865 test -z "$ac_c_werror_flag" ||
11866 test ! -s conftest.err
11867 } && test -s conftest.$ac_objext; then
11868 ac_header_compiler=yes
11869 else
11870 echo "$as_me: failed program was:" >&5
11871 sed 's/^/| /' conftest.$ac_ext >&5
11873 ac_header_compiler=no
11876 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11877 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11878 echo "${ECHO_T}$ac_header_compiler" >&6; }
11880 # Is the header present?
11881 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11882 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11883 cat >conftest.$ac_ext <<_ACEOF
11884 /* confdefs.h. */
11885 _ACEOF
11886 cat confdefs.h >>conftest.$ac_ext
11887 cat >>conftest.$ac_ext <<_ACEOF
11888 /* end confdefs.h. */
11889 #include <$ac_header>
11890 _ACEOF
11891 if { (ac_try="$ac_cpp conftest.$ac_ext"
11892 case "(($ac_try" in
11893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11894 *) ac_try_echo=$ac_try;;
11895 esac
11896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11897 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11898 ac_status=$?
11899 grep -v '^ *+' conftest.er1 >conftest.err
11900 rm -f conftest.er1
11901 cat conftest.err >&5
11902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11903 (exit $ac_status); } >/dev/null && {
11904 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11905 test ! -s conftest.err
11906 }; then
11907 ac_header_preproc=yes
11908 else
11909 echo "$as_me: failed program was:" >&5
11910 sed 's/^/| /' conftest.$ac_ext >&5
11912 ac_header_preproc=no
11915 rm -f conftest.err conftest.$ac_ext
11916 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11917 echo "${ECHO_T}$ac_header_preproc" >&6; }
11919 # So? What about this header?
11920 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11921 yes:no: )
11922 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11923 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11924 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11925 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11926 ac_header_preproc=yes
11928 no:yes:* )
11929 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11930 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11931 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11932 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11933 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11934 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11935 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11936 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11937 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11938 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11939 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11940 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11941 ( cat <<\_ASBOX
11942 ## ------------------------------------ ##
11943 ## Report this to wine-devel@winehq.org ##
11944 ## ------------------------------------ ##
11945 _ASBOX
11946 ) | sed "s/^/$as_me: WARNING: /" >&2
11948 esac
11949 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11950 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11951 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11952 echo $ECHO_N "(cached) $ECHO_C" >&6
11953 else
11954 eval "$as_ac_Header=\$ac_header_preproc"
11956 ac_res=`eval echo '${'$as_ac_Header'}'`
11957 { echo "$as_me:$LINENO: result: $ac_res" >&5
11958 echo "${ECHO_T}$ac_res" >&6; }
11961 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11962 cat >>confdefs.h <<_ACEOF
11963 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11964 _ACEOF
11966 for ac_header in audio/soundlib.h
11968 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11969 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11970 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11971 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11972 echo $ECHO_N "(cached) $ECHO_C" >&6
11973 else
11974 cat >conftest.$ac_ext <<_ACEOF
11975 /* confdefs.h. */
11976 _ACEOF
11977 cat confdefs.h >>conftest.$ac_ext
11978 cat >>conftest.$ac_ext <<_ACEOF
11979 /* end confdefs.h. */
11980 #include <audio/audiolib.h>
11982 #include <$ac_header>
11983 _ACEOF
11984 rm -f conftest.$ac_objext
11985 if { (ac_try="$ac_compile"
11986 case "(($ac_try" in
11987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11988 *) ac_try_echo=$ac_try;;
11989 esac
11990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11991 (eval "$ac_compile") 2>conftest.er1
11992 ac_status=$?
11993 grep -v '^ *+' conftest.er1 >conftest.err
11994 rm -f conftest.er1
11995 cat conftest.err >&5
11996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11997 (exit $ac_status); } && {
11998 test -z "$ac_c_werror_flag" ||
11999 test ! -s conftest.err
12000 } && test -s conftest.$ac_objext; then
12001 eval "$as_ac_Header=yes"
12002 else
12003 echo "$as_me: failed program was:" >&5
12004 sed 's/^/| /' conftest.$ac_ext >&5
12006 eval "$as_ac_Header=no"
12009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12011 ac_res=`eval echo '${'$as_ac_Header'}'`
12012 { echo "$as_me:$LINENO: result: $ac_res" >&5
12013 echo "${ECHO_T}$ac_res" >&6; }
12014 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12015 cat >>confdefs.h <<_ACEOF
12016 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12017 _ACEOF
12021 done
12023 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
12024 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
12025 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
12026 echo $ECHO_N "(cached) $ECHO_C" >&6
12027 else
12028 ac_check_lib_save_LIBS=$LIBS
12029 LIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS $LIBS"
12030 cat >conftest.$ac_ext <<_ACEOF
12031 /* confdefs.h. */
12032 _ACEOF
12033 cat confdefs.h >>conftest.$ac_ext
12034 cat >>conftest.$ac_ext <<_ACEOF
12035 /* end confdefs.h. */
12037 /* Override any GCC internal prototype to avoid an error.
12038 Use char because int might match the return type of a GCC
12039 builtin and then its argument prototype would still apply. */
12040 #ifdef __cplusplus
12041 extern "C"
12042 #endif
12043 char AuCreateFlow ();
12045 main ()
12047 return AuCreateFlow ();
12049 return 0;
12051 _ACEOF
12052 rm -f conftest.$ac_objext conftest$ac_exeext
12053 if { (ac_try="$ac_link"
12054 case "(($ac_try" in
12055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12056 *) ac_try_echo=$ac_try;;
12057 esac
12058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12059 (eval "$ac_link") 2>conftest.er1
12060 ac_status=$?
12061 grep -v '^ *+' conftest.er1 >conftest.err
12062 rm -f conftest.er1
12063 cat conftest.err >&5
12064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12065 (exit $ac_status); } && {
12066 test -z "$ac_c_werror_flag" ||
12067 test ! -s conftest.err
12068 } && test -s conftest$ac_exeext &&
12069 $as_test_x conftest$ac_exeext; then
12070 ac_cv_lib_audio_AuCreateFlow=yes
12071 else
12072 echo "$as_me: failed program was:" >&5
12073 sed 's/^/| /' conftest.$ac_ext >&5
12075 ac_cv_lib_audio_AuCreateFlow=no
12078 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12079 conftest$ac_exeext conftest.$ac_ext
12080 LIBS=$ac_check_lib_save_LIBS
12082 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
12083 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
12084 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
12086 cat >>confdefs.h <<\_ACEOF
12087 #define HAVE_NAS 1
12088 _ACEOF
12090 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
12091 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
12092 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
12093 echo $ECHO_N "(cached) $ECHO_C" >&6
12094 else
12095 ac_check_lib_save_LIBS=$LIBS
12096 LIBS="-lXau $X_LIBS $LIBS"
12097 cat >conftest.$ac_ext <<_ACEOF
12098 /* confdefs.h. */
12099 _ACEOF
12100 cat confdefs.h >>conftest.$ac_ext
12101 cat >>conftest.$ac_ext <<_ACEOF
12102 /* end confdefs.h. */
12104 /* Override any GCC internal prototype to avoid an error.
12105 Use char because int might match the return type of a GCC
12106 builtin and then its argument prototype would still apply. */
12107 #ifdef __cplusplus
12108 extern "C"
12109 #endif
12110 char XauGetBestAuthByAddr ();
12112 main ()
12114 return XauGetBestAuthByAddr ();
12116 return 0;
12118 _ACEOF
12119 rm -f conftest.$ac_objext conftest$ac_exeext
12120 if { (ac_try="$ac_link"
12121 case "(($ac_try" in
12122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12123 *) ac_try_echo=$ac_try;;
12124 esac
12125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12126 (eval "$ac_link") 2>conftest.er1
12127 ac_status=$?
12128 grep -v '^ *+' conftest.er1 >conftest.err
12129 rm -f conftest.er1
12130 cat conftest.err >&5
12131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12132 (exit $ac_status); } && {
12133 test -z "$ac_c_werror_flag" ||
12134 test ! -s conftest.err
12135 } && test -s conftest$ac_exeext &&
12136 $as_test_x conftest$ac_exeext; then
12137 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
12138 else
12139 echo "$as_me: failed program was:" >&5
12140 sed 's/^/| /' conftest.$ac_ext >&5
12142 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
12145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12146 conftest$ac_exeext conftest.$ac_ext
12147 LIBS=$ac_check_lib_save_LIBS
12149 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
12150 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
12151 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
12152 NASLIBS="-lXau -laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12153 else
12154 NASLIBS="-laudio -lXt $X_LIBS $XLIB $X_EXTRA_LIBS"
12162 done
12165 CPPFLAGS="$ac_save_CPPFLAGS"
12166 else
12167 XLIB=""
12168 X_CFLAGS=""
12169 X_LIBS=""
12170 enable_winex11_drv=${enable_winex11_drv:-no}
12171 enable_opengl32=${enable_opengl32:-no}
12172 enable_glu32=${enable_glu32:-no}
12174 if test "x$XLIB" = "x"; then
12175 case "x$with_x" in
12176 xno) ;;
12177 *) { { echo "$as_me:$LINENO: error: X ${notice_platform}development files not found. Wine will be built
12178 without X support, which probably isn't what you want. You will need to install
12179 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12180 Use the --without-x option if you really want this." >&5
12181 echo "$as_me: error: X ${notice_platform}development files not found. Wine will be built
12182 without X support, which probably isn't what you want. You will need to install
12183 ${notice_platform}development packages of Xlib/Xfree86 at the very least.
12184 Use the --without-x option if you really want this." >&2;}
12185 { (exit 1); exit 1; }; } ;;
12186 esac
12191 XML2LIBS=""
12193 XML2INCL=""
12195 XSLTINCL=""
12197 if test "x$with_xml" != "xno"
12198 then
12199 ac_save_CPPFLAGS="$CPPFLAGS"
12200 if test "$PKG_CONFIG" != "false"
12201 then
12202 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
12203 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
12204 else
12205 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
12206 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
12208 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
12210 for ac_header in libxml/parser.h
12212 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12213 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12214 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12215 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12216 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12217 echo $ECHO_N "(cached) $ECHO_C" >&6
12219 ac_res=`eval echo '${'$as_ac_Header'}'`
12220 { echo "$as_me:$LINENO: result: $ac_res" >&5
12221 echo "${ECHO_T}$ac_res" >&6; }
12222 else
12223 # Is the header compilable?
12224 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12225 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12226 cat >conftest.$ac_ext <<_ACEOF
12227 /* confdefs.h. */
12228 _ACEOF
12229 cat confdefs.h >>conftest.$ac_ext
12230 cat >>conftest.$ac_ext <<_ACEOF
12231 /* end confdefs.h. */
12232 $ac_includes_default
12233 #include <$ac_header>
12234 _ACEOF
12235 rm -f conftest.$ac_objext
12236 if { (ac_try="$ac_compile"
12237 case "(($ac_try" in
12238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12239 *) ac_try_echo=$ac_try;;
12240 esac
12241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12242 (eval "$ac_compile") 2>conftest.er1
12243 ac_status=$?
12244 grep -v '^ *+' conftest.er1 >conftest.err
12245 rm -f conftest.er1
12246 cat conftest.err >&5
12247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12248 (exit $ac_status); } && {
12249 test -z "$ac_c_werror_flag" ||
12250 test ! -s conftest.err
12251 } && test -s conftest.$ac_objext; then
12252 ac_header_compiler=yes
12253 else
12254 echo "$as_me: failed program was:" >&5
12255 sed 's/^/| /' conftest.$ac_ext >&5
12257 ac_header_compiler=no
12260 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12261 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12262 echo "${ECHO_T}$ac_header_compiler" >&6; }
12264 # Is the header present?
12265 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12266 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12267 cat >conftest.$ac_ext <<_ACEOF
12268 /* confdefs.h. */
12269 _ACEOF
12270 cat confdefs.h >>conftest.$ac_ext
12271 cat >>conftest.$ac_ext <<_ACEOF
12272 /* end confdefs.h. */
12273 #include <$ac_header>
12274 _ACEOF
12275 if { (ac_try="$ac_cpp conftest.$ac_ext"
12276 case "(($ac_try" in
12277 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12278 *) ac_try_echo=$ac_try;;
12279 esac
12280 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12281 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12282 ac_status=$?
12283 grep -v '^ *+' conftest.er1 >conftest.err
12284 rm -f conftest.er1
12285 cat conftest.err >&5
12286 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12287 (exit $ac_status); } >/dev/null && {
12288 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12289 test ! -s conftest.err
12290 }; then
12291 ac_header_preproc=yes
12292 else
12293 echo "$as_me: failed program was:" >&5
12294 sed 's/^/| /' conftest.$ac_ext >&5
12296 ac_header_preproc=no
12299 rm -f conftest.err conftest.$ac_ext
12300 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12301 echo "${ECHO_T}$ac_header_preproc" >&6; }
12303 # So? What about this header?
12304 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12305 yes:no: )
12306 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12307 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12308 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12309 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12310 ac_header_preproc=yes
12312 no:yes:* )
12313 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12314 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12315 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12316 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12317 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12318 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12319 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12320 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12321 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12322 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12323 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12324 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12325 ( cat <<\_ASBOX
12326 ## ------------------------------------ ##
12327 ## Report this to wine-devel@winehq.org ##
12328 ## ------------------------------------ ##
12329 _ASBOX
12330 ) | sed "s/^/$as_me: WARNING: /" >&2
12332 esac
12333 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12334 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12336 echo $ECHO_N "(cached) $ECHO_C" >&6
12337 else
12338 eval "$as_ac_Header=\$ac_header_preproc"
12340 ac_res=`eval echo '${'$as_ac_Header'}'`
12341 { echo "$as_me:$LINENO: result: $ac_res" >&5
12342 echo "${ECHO_T}$ac_res" >&6; }
12345 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12346 cat >>confdefs.h <<_ACEOF
12347 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12348 _ACEOF
12349 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
12350 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
12351 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
12352 echo $ECHO_N "(cached) $ECHO_C" >&6
12353 else
12354 ac_check_lib_save_LIBS=$LIBS
12355 LIBS="-lxml2 $ac_xml_libs $LIBS"
12356 cat >conftest.$ac_ext <<_ACEOF
12357 /* confdefs.h. */
12358 _ACEOF
12359 cat confdefs.h >>conftest.$ac_ext
12360 cat >>conftest.$ac_ext <<_ACEOF
12361 /* end confdefs.h. */
12363 /* Override any GCC internal prototype to avoid an error.
12364 Use char because int might match the return type of a GCC
12365 builtin and then its argument prototype would still apply. */
12366 #ifdef __cplusplus
12367 extern "C"
12368 #endif
12369 char xmlParseMemory ();
12371 main ()
12373 return xmlParseMemory ();
12375 return 0;
12377 _ACEOF
12378 rm -f conftest.$ac_objext conftest$ac_exeext
12379 if { (ac_try="$ac_link"
12380 case "(($ac_try" in
12381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12382 *) ac_try_echo=$ac_try;;
12383 esac
12384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12385 (eval "$ac_link") 2>conftest.er1
12386 ac_status=$?
12387 grep -v '^ *+' conftest.er1 >conftest.err
12388 rm -f conftest.er1
12389 cat conftest.err >&5
12390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12391 (exit $ac_status); } && {
12392 test -z "$ac_c_werror_flag" ||
12393 test ! -s conftest.err
12394 } && test -s conftest$ac_exeext &&
12395 $as_test_x conftest$ac_exeext; then
12396 ac_cv_lib_xml2_xmlParseMemory=yes
12397 else
12398 echo "$as_me: failed program was:" >&5
12399 sed 's/^/| /' conftest.$ac_ext >&5
12401 ac_cv_lib_xml2_xmlParseMemory=no
12404 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12405 conftest$ac_exeext conftest.$ac_ext
12406 LIBS=$ac_check_lib_save_LIBS
12408 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12409 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12410 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12412 cat >>confdefs.h <<\_ACEOF
12413 #define HAVE_LIBXML2 1
12414 _ACEOF
12416 XML2LIBS="$ac_xml_libs"
12417 XML2INCL="$ac_xml_cflags"
12420 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12421 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12422 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12423 echo $ECHO_N "(cached) $ECHO_C" >&6
12424 else
12425 ac_check_lib_save_LIBS=$LIBS
12426 LIBS="-lxml2 $ac_xml_libs $LIBS"
12427 cat >conftest.$ac_ext <<_ACEOF
12428 /* confdefs.h. */
12429 _ACEOF
12430 cat confdefs.h >>conftest.$ac_ext
12431 cat >>conftest.$ac_ext <<_ACEOF
12432 /* end confdefs.h. */
12434 /* Override any GCC internal prototype to avoid an error.
12435 Use char because int might match the return type of a GCC
12436 builtin and then its argument prototype would still apply. */
12437 #ifdef __cplusplus
12438 extern "C"
12439 #endif
12440 char xmlReadMemory ();
12442 main ()
12444 return xmlReadMemory ();
12446 return 0;
12448 _ACEOF
12449 rm -f conftest.$ac_objext conftest$ac_exeext
12450 if { (ac_try="$ac_link"
12451 case "(($ac_try" in
12452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12453 *) ac_try_echo=$ac_try;;
12454 esac
12455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12456 (eval "$ac_link") 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } && {
12463 test -z "$ac_c_werror_flag" ||
12464 test ! -s conftest.err
12465 } && test -s conftest$ac_exeext &&
12466 $as_test_x conftest$ac_exeext; then
12467 ac_cv_lib_xml2_xmlReadMemory=yes
12468 else
12469 echo "$as_me: failed program was:" >&5
12470 sed 's/^/| /' conftest.$ac_ext >&5
12472 ac_cv_lib_xml2_xmlReadMemory=no
12475 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12476 conftest$ac_exeext conftest.$ac_ext
12477 LIBS=$ac_check_lib_save_LIBS
12479 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12480 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12481 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12483 cat >>confdefs.h <<\_ACEOF
12484 #define HAVE_XMLREADMEMORY 1
12485 _ACEOF
12489 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12490 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12491 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12492 echo $ECHO_N "(cached) $ECHO_C" >&6
12493 else
12494 ac_check_lib_save_LIBS=$LIBS
12495 LIBS="-lxml2 $ac_xml_libs $LIBS"
12496 cat >conftest.$ac_ext <<_ACEOF
12497 /* confdefs.h. */
12498 _ACEOF
12499 cat confdefs.h >>conftest.$ac_ext
12500 cat >>conftest.$ac_ext <<_ACEOF
12501 /* end confdefs.h. */
12503 /* Override any GCC internal prototype to avoid an error.
12504 Use char because int might match the return type of a GCC
12505 builtin and then its argument prototype would still apply. */
12506 #ifdef __cplusplus
12507 extern "C"
12508 #endif
12509 char xmlNewDocPI ();
12511 main ()
12513 return xmlNewDocPI ();
12515 return 0;
12517 _ACEOF
12518 rm -f conftest.$ac_objext conftest$ac_exeext
12519 if { (ac_try="$ac_link"
12520 case "(($ac_try" in
12521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12522 *) ac_try_echo=$ac_try;;
12523 esac
12524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12525 (eval "$ac_link") 2>conftest.er1
12526 ac_status=$?
12527 grep -v '^ *+' conftest.er1 >conftest.err
12528 rm -f conftest.er1
12529 cat conftest.err >&5
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } && {
12532 test -z "$ac_c_werror_flag" ||
12533 test ! -s conftest.err
12534 } && test -s conftest$ac_exeext &&
12535 $as_test_x conftest$ac_exeext; then
12536 ac_cv_lib_xml2_xmlNewDocPI=yes
12537 else
12538 echo "$as_me: failed program was:" >&5
12539 sed 's/^/| /' conftest.$ac_ext >&5
12541 ac_cv_lib_xml2_xmlNewDocPI=no
12544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12545 conftest$ac_exeext conftest.$ac_ext
12546 LIBS=$ac_check_lib_save_LIBS
12548 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12549 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12550 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12552 cat >>confdefs.h <<\_ACEOF
12553 #define HAVE_XMLNEWDOCPI 1
12554 _ACEOF
12561 done
12563 CPPFLAGS="$ac_save_CPPFLAGS"
12565 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12566 case "x$with_xml" in
12567 x) wine_warnings="$wine_warnings|libxml2 ${notice_platform}development files not found, XML won't be supported." ;;
12568 xno) ;;
12569 *) { { echo "$as_me:$LINENO: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12570 This is an error since --with-xml was requested." >&5
12571 echo "$as_me: error: libxml2 ${notice_platform}development files not found, XML won't be supported.
12572 This is an error since --with-xml was requested." >&2;}
12573 { (exit 1); exit 1; }; } ;;
12574 esac
12578 if test "x$with_xslt" != "xno"
12579 then
12580 if test "$PKG_CONFIG" != "false"
12581 then
12582 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12583 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12584 else
12585 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12586 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12588 ac_save_CPPFLAGS="$CPPFLAGS"
12589 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12592 for ac_header in libxslt/pattern.h libxslt/transform.h
12594 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12595 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12596 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12597 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12598 echo $ECHO_N "(cached) $ECHO_C" >&6
12599 else
12600 cat >conftest.$ac_ext <<_ACEOF
12601 /* confdefs.h. */
12602 _ACEOF
12603 cat confdefs.h >>conftest.$ac_ext
12604 cat >>conftest.$ac_ext <<_ACEOF
12605 /* end confdefs.h. */
12606 #ifdef HAVE_LIBXSLT_PATTERN_H
12607 # include <libxslt/pattern.h>
12608 #endif
12610 #include <$ac_header>
12611 _ACEOF
12612 rm -f conftest.$ac_objext
12613 if { (ac_try="$ac_compile"
12614 case "(($ac_try" in
12615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12616 *) ac_try_echo=$ac_try;;
12617 esac
12618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12619 (eval "$ac_compile") 2>conftest.er1
12620 ac_status=$?
12621 grep -v '^ *+' conftest.er1 >conftest.err
12622 rm -f conftest.er1
12623 cat conftest.err >&5
12624 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12625 (exit $ac_status); } && {
12626 test -z "$ac_c_werror_flag" ||
12627 test ! -s conftest.err
12628 } && test -s conftest.$ac_objext; then
12629 eval "$as_ac_Header=yes"
12630 else
12631 echo "$as_me: failed program was:" >&5
12632 sed 's/^/| /' conftest.$ac_ext >&5
12634 eval "$as_ac_Header=no"
12637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12639 ac_res=`eval echo '${'$as_ac_Header'}'`
12640 { echo "$as_me:$LINENO: result: $ac_res" >&5
12641 echo "${ECHO_T}$ac_res" >&6; }
12642 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12643 cat >>confdefs.h <<_ACEOF
12644 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12645 _ACEOF
12649 done
12651 CPPFLAGS="$ac_save_CPPFLAGS"
12652 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12653 then
12654 { echo "$as_me:$LINENO: checking for -lxslt" >&5
12655 echo $ECHO_N "checking for -lxslt... $ECHO_C" >&6; }
12656 if test "${ac_cv_lib_soname_xslt+set}" = set; then
12657 echo $ECHO_N "(cached) $ECHO_C" >&6
12658 else
12659 ac_check_soname_save_LIBS=$LIBS
12660 LIBS="-lxslt $ac_xslt_libs $LIBS"
12661 cat >conftest.$ac_ext <<_ACEOF
12662 /* confdefs.h. */
12663 _ACEOF
12664 cat confdefs.h >>conftest.$ac_ext
12665 cat >>conftest.$ac_ext <<_ACEOF
12666 /* end confdefs.h. */
12668 /* Override any GCC internal prototype to avoid an error.
12669 Use char because int might match the return type of a GCC
12670 builtin and then its argument prototype would still apply. */
12671 #ifdef __cplusplus
12672 extern "C"
12673 #endif
12674 char xsltCompilePattern ();
12676 main ()
12678 return xsltCompilePattern ();
12680 return 0;
12682 _ACEOF
12683 rm -f conftest.$ac_objext conftest$ac_exeext
12684 if { (ac_try="$ac_link"
12685 case "(($ac_try" in
12686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12687 *) ac_try_echo=$ac_try;;
12688 esac
12689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12690 (eval "$ac_link") 2>conftest.er1
12691 ac_status=$?
12692 grep -v '^ *+' conftest.er1 >conftest.err
12693 rm -f conftest.er1
12694 cat conftest.err >&5
12695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12696 (exit $ac_status); } && {
12697 test -z "$ac_c_werror_flag" ||
12698 test ! -s conftest.err
12699 } && test -s conftest$ac_exeext &&
12700 $as_test_x conftest$ac_exeext; then
12701 case "$LIBEXT" in
12702 dll) ;;
12703 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'` ;;
12704 *) ac_cv_lib_soname_xslt=`$ac_cv_path_LDD conftest$ac_exeext | grep "libxslt\\.$LIBEXT" | sed -e "s/^.*\(libxslt\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12705 esac
12706 else
12707 echo "$as_me: failed program was:" >&5
12708 sed 's/^/| /' conftest.$ac_ext >&5
12713 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12714 conftest$ac_exeext conftest.$ac_ext
12715 LIBS=$ac_check_soname_save_LIBS
12717 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12718 { echo "$as_me:$LINENO: result: not found" >&5
12719 echo "${ECHO_T}not found" >&6; }
12721 else
12722 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_xslt" >&5
12723 echo "${ECHO_T}$ac_cv_lib_soname_xslt" >&6; }
12725 cat >>confdefs.h <<_ACEOF
12726 #define SONAME_LIBXSLT "$ac_cv_lib_soname_xslt"
12727 _ACEOF
12729 XSLTINCL="$ac_xslt_cflags"
12734 if test "x$ac_cv_lib_soname_xslt" = "x"; then
12735 case "x$with_xslt" in
12736 x) wine_warnings="$wine_warnings|libxslt ${notice_platform}development files not found, xslt won't be supported." ;;
12737 xno) ;;
12738 *) { { echo "$as_me:$LINENO: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12739 This is an error since --with-xslt was requested." >&5
12740 echo "$as_me: error: libxslt ${notice_platform}development files not found, xslt won't be supported.
12741 This is an error since --with-xslt was requested." >&2;}
12742 { (exit 1); exit 1; }; } ;;
12743 esac
12747 HALINCL=""
12749 if test "x$with_hal" != "xno"
12750 then
12751 ac_save_CPPFLAGS="$CPPFLAGS"
12752 if test "$PKG_CONFIG" != "false"
12753 then
12754 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12755 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12756 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12760 for ac_header in dbus/dbus.h hal/libhal.h
12762 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12763 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12764 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12765 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12766 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12767 echo $ECHO_N "(cached) $ECHO_C" >&6
12769 ac_res=`eval echo '${'$as_ac_Header'}'`
12770 { echo "$as_me:$LINENO: result: $ac_res" >&5
12771 echo "${ECHO_T}$ac_res" >&6; }
12772 else
12773 # Is the header compilable?
12774 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12775 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12776 cat >conftest.$ac_ext <<_ACEOF
12777 /* confdefs.h. */
12778 _ACEOF
12779 cat confdefs.h >>conftest.$ac_ext
12780 cat >>conftest.$ac_ext <<_ACEOF
12781 /* end confdefs.h. */
12782 $ac_includes_default
12783 #include <$ac_header>
12784 _ACEOF
12785 rm -f conftest.$ac_objext
12786 if { (ac_try="$ac_compile"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12792 (eval "$ac_compile") 2>conftest.er1
12793 ac_status=$?
12794 grep -v '^ *+' conftest.er1 >conftest.err
12795 rm -f conftest.er1
12796 cat conftest.err >&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); } && {
12799 test -z "$ac_c_werror_flag" ||
12800 test ! -s conftest.err
12801 } && test -s conftest.$ac_objext; then
12802 ac_header_compiler=yes
12803 else
12804 echo "$as_me: failed program was:" >&5
12805 sed 's/^/| /' conftest.$ac_ext >&5
12807 ac_header_compiler=no
12810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12811 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12812 echo "${ECHO_T}$ac_header_compiler" >&6; }
12814 # Is the header present?
12815 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12816 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12817 cat >conftest.$ac_ext <<_ACEOF
12818 /* confdefs.h. */
12819 _ACEOF
12820 cat confdefs.h >>conftest.$ac_ext
12821 cat >>conftest.$ac_ext <<_ACEOF
12822 /* end confdefs.h. */
12823 #include <$ac_header>
12824 _ACEOF
12825 if { (ac_try="$ac_cpp conftest.$ac_ext"
12826 case "(($ac_try" in
12827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12828 *) ac_try_echo=$ac_try;;
12829 esac
12830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12832 ac_status=$?
12833 grep -v '^ *+' conftest.er1 >conftest.err
12834 rm -f conftest.er1
12835 cat conftest.err >&5
12836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12837 (exit $ac_status); } >/dev/null && {
12838 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12839 test ! -s conftest.err
12840 }; then
12841 ac_header_preproc=yes
12842 else
12843 echo "$as_me: failed program was:" >&5
12844 sed 's/^/| /' conftest.$ac_ext >&5
12846 ac_header_preproc=no
12849 rm -f conftest.err conftest.$ac_ext
12850 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12851 echo "${ECHO_T}$ac_header_preproc" >&6; }
12853 # So? What about this header?
12854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12855 yes:no: )
12856 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12857 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12859 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12860 ac_header_preproc=yes
12862 no:yes:* )
12863 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12864 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12865 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12866 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12867 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12868 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12869 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12870 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12871 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12872 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12873 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12874 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12875 ( cat <<\_ASBOX
12876 ## ------------------------------------ ##
12877 ## Report this to wine-devel@winehq.org ##
12878 ## ------------------------------------ ##
12879 _ASBOX
12880 ) | sed "s/^/$as_me: WARNING: /" >&2
12882 esac
12883 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12884 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12885 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12886 echo $ECHO_N "(cached) $ECHO_C" >&6
12887 else
12888 eval "$as_ac_Header=\$ac_header_preproc"
12890 ac_res=`eval echo '${'$as_ac_Header'}'`
12891 { echo "$as_me:$LINENO: result: $ac_res" >&5
12892 echo "${ECHO_T}$ac_res" >&6; }
12895 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12896 cat >>confdefs.h <<_ACEOF
12897 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12898 _ACEOF
12902 done
12904 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12905 then
12906 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12907 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12908 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12909 echo $ECHO_N "(cached) $ECHO_C" >&6
12910 else
12911 ac_check_lib_save_LIBS=$LIBS
12912 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12913 cat >conftest.$ac_ext <<_ACEOF
12914 /* confdefs.h. */
12915 _ACEOF
12916 cat confdefs.h >>conftest.$ac_ext
12917 cat >>conftest.$ac_ext <<_ACEOF
12918 /* end confdefs.h. */
12920 /* Override any GCC internal prototype to avoid an error.
12921 Use char because int might match the return type of a GCC
12922 builtin and then its argument prototype would still apply. */
12923 #ifdef __cplusplus
12924 extern "C"
12925 #endif
12926 char dbus_connection_close ();
12928 main ()
12930 return dbus_connection_close ();
12932 return 0;
12934 _ACEOF
12935 rm -f conftest.$ac_objext conftest$ac_exeext
12936 if { (ac_try="$ac_link"
12937 case "(($ac_try" in
12938 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12939 *) ac_try_echo=$ac_try;;
12940 esac
12941 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12942 (eval "$ac_link") 2>conftest.er1
12943 ac_status=$?
12944 grep -v '^ *+' conftest.er1 >conftest.err
12945 rm -f conftest.er1
12946 cat conftest.err >&5
12947 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12948 (exit $ac_status); } && {
12949 test -z "$ac_c_werror_flag" ||
12950 test ! -s conftest.err
12951 } && test -s conftest$ac_exeext &&
12952 $as_test_x conftest$ac_exeext; then
12953 ac_cv_lib_dbus_1_dbus_connection_close=yes
12954 else
12955 echo "$as_me: failed program was:" >&5
12956 sed 's/^/| /' conftest.$ac_ext >&5
12958 ac_cv_lib_dbus_1_dbus_connection_close=no
12961 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12962 conftest$ac_exeext conftest.$ac_ext
12963 LIBS=$ac_check_lib_save_LIBS
12965 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12966 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12967 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12968 { echo "$as_me:$LINENO: checking for -lhal" >&5
12969 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12970 if test "${ac_cv_lib_soname_hal+set}" = set; then
12971 echo $ECHO_N "(cached) $ECHO_C" >&6
12972 else
12973 ac_check_soname_save_LIBS=$LIBS
12974 LIBS="-lhal $ac_hal_libs $LIBS"
12975 cat >conftest.$ac_ext <<_ACEOF
12976 /* confdefs.h. */
12977 _ACEOF
12978 cat confdefs.h >>conftest.$ac_ext
12979 cat >>conftest.$ac_ext <<_ACEOF
12980 /* end confdefs.h. */
12982 /* Override any GCC internal prototype to avoid an error.
12983 Use char because int might match the return type of a GCC
12984 builtin and then its argument prototype would still apply. */
12985 #ifdef __cplusplus
12986 extern "C"
12987 #endif
12988 char libhal_ctx_new ();
12990 main ()
12992 return libhal_ctx_new ();
12994 return 0;
12996 _ACEOF
12997 rm -f conftest.$ac_objext conftest$ac_exeext
12998 if { (ac_try="$ac_link"
12999 case "(($ac_try" in
13000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13001 *) ac_try_echo=$ac_try;;
13002 esac
13003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13004 (eval "$ac_link") 2>conftest.er1
13005 ac_status=$?
13006 grep -v '^ *+' conftest.er1 >conftest.err
13007 rm -f conftest.er1
13008 cat conftest.err >&5
13009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13010 (exit $ac_status); } && {
13011 test -z "$ac_c_werror_flag" ||
13012 test ! -s conftest.err
13013 } && test -s conftest$ac_exeext &&
13014 $as_test_x conftest$ac_exeext; then
13015 case "$LIBEXT" in
13016 dll) ;;
13017 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'` ;;
13018 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13019 esac
13020 else
13021 echo "$as_me: failed program was:" >&5
13022 sed 's/^/| /' conftest.$ac_ext >&5
13027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13028 conftest$ac_exeext conftest.$ac_ext
13029 LIBS=$ac_check_soname_save_LIBS
13031 if test "x$ac_cv_lib_soname_hal" = "x"; then
13032 { echo "$as_me:$LINENO: result: not found" >&5
13033 echo "${ECHO_T}not found" >&6; }
13035 else
13036 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
13037 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
13039 cat >>confdefs.h <<_ACEOF
13040 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
13041 _ACEOF
13043 HALINCL="$ac_hal_cflags"
13049 CPPFLAGS="$ac_save_CPPFLAGS"
13051 if test "x$ac_cv_lib_soname_hal" = "x"; then
13052 case "x$with_hal" in
13053 x) wine_notices="$wine_notices|libhal/libdbus ${notice_platform}development files not found, no dynamic device support." ;;
13054 xno) ;;
13055 *) { { echo "$as_me:$LINENO: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13056 This is an error since --with-hal was requested." >&5
13057 echo "$as_me: error: libhal/libdbus ${notice_platform}development files not found, no dynamic device support.
13058 This is an error since --with-hal was requested." >&2;}
13059 { (exit 1); exit 1; }; } ;;
13060 esac
13064 if test "x$with_gnutls" != "xno"
13065 then
13066 ac_save_CPPFLAGS="$CPPFLAGS"
13067 if test "$PKG_CONFIG" != "false"
13068 then
13069 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
13070 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
13071 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
13073 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13074 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13075 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13076 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13077 echo $ECHO_N "(cached) $ECHO_C" >&6
13079 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13080 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13081 else
13082 # Is the header compilable?
13083 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
13084 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
13085 cat >conftest.$ac_ext <<_ACEOF
13086 /* confdefs.h. */
13087 _ACEOF
13088 cat confdefs.h >>conftest.$ac_ext
13089 cat >>conftest.$ac_ext <<_ACEOF
13090 /* end confdefs.h. */
13091 $ac_includes_default
13092 #include <gnutls/gnutls.h>
13093 _ACEOF
13094 rm -f conftest.$ac_objext
13095 if { (ac_try="$ac_compile"
13096 case "(($ac_try" in
13097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13098 *) ac_try_echo=$ac_try;;
13099 esac
13100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13101 (eval "$ac_compile") 2>conftest.er1
13102 ac_status=$?
13103 grep -v '^ *+' conftest.er1 >conftest.err
13104 rm -f conftest.er1
13105 cat conftest.err >&5
13106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13107 (exit $ac_status); } && {
13108 test -z "$ac_c_werror_flag" ||
13109 test ! -s conftest.err
13110 } && test -s conftest.$ac_objext; then
13111 ac_header_compiler=yes
13112 else
13113 echo "$as_me: failed program was:" >&5
13114 sed 's/^/| /' conftest.$ac_ext >&5
13116 ac_header_compiler=no
13119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13120 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13121 echo "${ECHO_T}$ac_header_compiler" >&6; }
13123 # Is the header present?
13124 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
13125 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
13126 cat >conftest.$ac_ext <<_ACEOF
13127 /* confdefs.h. */
13128 _ACEOF
13129 cat confdefs.h >>conftest.$ac_ext
13130 cat >>conftest.$ac_ext <<_ACEOF
13131 /* end confdefs.h. */
13132 #include <gnutls/gnutls.h>
13133 _ACEOF
13134 if { (ac_try="$ac_cpp conftest.$ac_ext"
13135 case "(($ac_try" in
13136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13137 *) ac_try_echo=$ac_try;;
13138 esac
13139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13140 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13141 ac_status=$?
13142 grep -v '^ *+' conftest.er1 >conftest.err
13143 rm -f conftest.er1
13144 cat conftest.err >&5
13145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13146 (exit $ac_status); } >/dev/null && {
13147 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13148 test ! -s conftest.err
13149 }; then
13150 ac_header_preproc=yes
13151 else
13152 echo "$as_me: failed program was:" >&5
13153 sed 's/^/| /' conftest.$ac_ext >&5
13155 ac_header_preproc=no
13158 rm -f conftest.err conftest.$ac_ext
13159 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13160 echo "${ECHO_T}$ac_header_preproc" >&6; }
13162 # So? What about this header?
13163 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13164 yes:no: )
13165 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
13166 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13167 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
13168 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
13169 ac_header_preproc=yes
13171 no:yes:* )
13172 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
13173 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
13174 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
13175 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
13176 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
13177 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
13178 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
13179 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
13180 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
13181 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
13182 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
13183 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
13184 ( cat <<\_ASBOX
13185 ## ------------------------------------ ##
13186 ## Report this to wine-devel@winehq.org ##
13187 ## ------------------------------------ ##
13188 _ASBOX
13189 ) | sed "s/^/$as_me: WARNING: /" >&2
13191 esac
13192 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
13193 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
13194 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
13195 echo $ECHO_N "(cached) $ECHO_C" >&6
13196 else
13197 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
13199 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
13200 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
13203 if test $ac_cv_header_gnutls_gnutls_h = yes; then
13204 cat >conftest.$ac_ext <<_ACEOF
13205 /* confdefs.h. */
13206 _ACEOF
13207 cat confdefs.h >>conftest.$ac_ext
13208 cat >>conftest.$ac_ext <<_ACEOF
13209 /* end confdefs.h. */
13210 #include <gnutls/gnutls.h>
13212 main ()
13214 typeof(gnutls_mac_get_key_size) *pfunc;
13216 return 0;
13218 _ACEOF
13219 rm -f conftest.$ac_objext
13220 if { (ac_try="$ac_compile"
13221 case "(($ac_try" in
13222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13223 *) ac_try_echo=$ac_try;;
13224 esac
13225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13226 (eval "$ac_compile") 2>conftest.er1
13227 ac_status=$?
13228 grep -v '^ *+' conftest.er1 >conftest.err
13229 rm -f conftest.er1
13230 cat conftest.err >&5
13231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13232 (exit $ac_status); } && {
13233 test -z "$ac_c_werror_flag" ||
13234 test ! -s conftest.err
13235 } && test -s conftest.$ac_objext; then
13236 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
13237 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
13238 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
13239 echo $ECHO_N "(cached) $ECHO_C" >&6
13240 else
13241 ac_check_soname_save_LIBS=$LIBS
13242 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
13243 cat >conftest.$ac_ext <<_ACEOF
13244 /* confdefs.h. */
13245 _ACEOF
13246 cat confdefs.h >>conftest.$ac_ext
13247 cat >>conftest.$ac_ext <<_ACEOF
13248 /* end confdefs.h. */
13250 /* Override any GCC internal prototype to avoid an error.
13251 Use char because int might match the return type of a GCC
13252 builtin and then its argument prototype would still apply. */
13253 #ifdef __cplusplus
13254 extern "C"
13255 #endif
13256 char gnutls_global_init ();
13258 main ()
13260 return gnutls_global_init ();
13262 return 0;
13264 _ACEOF
13265 rm -f conftest.$ac_objext conftest$ac_exeext
13266 if { (ac_try="$ac_link"
13267 case "(($ac_try" in
13268 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13269 *) ac_try_echo=$ac_try;;
13270 esac
13271 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13272 (eval "$ac_link") 2>conftest.er1
13273 ac_status=$?
13274 grep -v '^ *+' conftest.er1 >conftest.err
13275 rm -f conftest.er1
13276 cat conftest.err >&5
13277 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13278 (exit $ac_status); } && {
13279 test -z "$ac_c_werror_flag" ||
13280 test ! -s conftest.err
13281 } && test -s conftest$ac_exeext &&
13282 $as_test_x conftest$ac_exeext; then
13283 case "$LIBEXT" in
13284 dll) ;;
13285 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'` ;;
13286 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13287 esac
13288 else
13289 echo "$as_me: failed program was:" >&5
13290 sed 's/^/| /' conftest.$ac_ext >&5
13295 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13296 conftest$ac_exeext conftest.$ac_ext
13297 LIBS=$ac_check_soname_save_LIBS
13299 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13300 { echo "$as_me:$LINENO: result: not found" >&5
13301 echo "${ECHO_T}not found" >&6; }
13303 else
13304 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
13305 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
13307 cat >>confdefs.h <<_ACEOF
13308 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
13309 _ACEOF
13311 GNUTLSINCL="$ac_gnutls_cflags"
13315 else
13316 echo "$as_me: failed program was:" >&5
13317 sed 's/^/| /' conftest.$ac_ext >&5
13322 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13326 CPPFLAGS="$ac_save_CPPFLAGS"
13328 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
13329 case "x$with_gnutls" in
13330 x) wine_notices="$wine_notices|libgnutls ${notice_platform}development files not found, no schannel support." ;;
13331 xno) ;;
13332 *) { { echo "$as_me:$LINENO: error: libgnutls ${notice_platform}development files not found, no schannel support.
13333 This is an error since --with-gnutls was requested." >&5
13334 echo "$as_me: error: libgnutls ${notice_platform}development files not found, no schannel support.
13335 This is an error since --with-gnutls was requested." >&2;}
13336 { (exit 1); exit 1; }; } ;;
13337 esac
13341 CURSESLIBS=""
13342 if test "$ac_cv_header_ncurses_h" = "yes"
13343 then
13344 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13345 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13346 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13347 echo $ECHO_N "(cached) $ECHO_C" >&6
13348 else
13349 ac_check_soname_save_LIBS=$LIBS
13350 LIBS="-lncurses $LIBS"
13351 cat >conftest.$ac_ext <<_ACEOF
13352 /* confdefs.h. */
13353 _ACEOF
13354 cat confdefs.h >>conftest.$ac_ext
13355 cat >>conftest.$ac_ext <<_ACEOF
13356 /* end confdefs.h. */
13358 /* Override any GCC internal prototype to avoid an error.
13359 Use char because int might match the return type of a GCC
13360 builtin and then its argument prototype would still apply. */
13361 #ifdef __cplusplus
13362 extern "C"
13363 #endif
13364 char waddch ();
13366 main ()
13368 return waddch ();
13370 return 0;
13372 _ACEOF
13373 rm -f conftest.$ac_objext conftest$ac_exeext
13374 if { (ac_try="$ac_link"
13375 case "(($ac_try" in
13376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13377 *) ac_try_echo=$ac_try;;
13378 esac
13379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13380 (eval "$ac_link") 2>conftest.er1
13381 ac_status=$?
13382 grep -v '^ *+' conftest.er1 >conftest.err
13383 rm -f conftest.er1
13384 cat conftest.err >&5
13385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13386 (exit $ac_status); } && {
13387 test -z "$ac_c_werror_flag" ||
13388 test ! -s conftest.err
13389 } && test -s conftest$ac_exeext &&
13390 $as_test_x conftest$ac_exeext; then
13391 case "$LIBEXT" in
13392 dll) ;;
13393 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'` ;;
13394 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13395 esac
13396 else
13397 echo "$as_me: failed program was:" >&5
13398 sed 's/^/| /' conftest.$ac_ext >&5
13403 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13404 conftest$ac_exeext conftest.$ac_ext
13405 LIBS=$ac_check_soname_save_LIBS
13407 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13408 { echo "$as_me:$LINENO: result: not found" >&5
13409 echo "${ECHO_T}not found" >&6; }
13411 else
13412 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13413 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13415 cat >>confdefs.h <<_ACEOF
13416 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13417 _ACEOF
13419 CURSESLIBS="-lncurses"
13422 elif test "$ac_cv_header_curses_h" = "yes"
13423 then
13424 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13425 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13426 if test "${ac_cv_lib_soname_curses+set}" = set; then
13427 echo $ECHO_N "(cached) $ECHO_C" >&6
13428 else
13429 ac_check_soname_save_LIBS=$LIBS
13430 LIBS="-lcurses $LIBS"
13431 cat >conftest.$ac_ext <<_ACEOF
13432 /* confdefs.h. */
13433 _ACEOF
13434 cat confdefs.h >>conftest.$ac_ext
13435 cat >>conftest.$ac_ext <<_ACEOF
13436 /* end confdefs.h. */
13438 /* Override any GCC internal prototype to avoid an error.
13439 Use char because int might match the return type of a GCC
13440 builtin and then its argument prototype would still apply. */
13441 #ifdef __cplusplus
13442 extern "C"
13443 #endif
13444 char waddch ();
13446 main ()
13448 return waddch ();
13450 return 0;
13452 _ACEOF
13453 rm -f conftest.$ac_objext conftest$ac_exeext
13454 if { (ac_try="$ac_link"
13455 case "(($ac_try" in
13456 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13457 *) ac_try_echo=$ac_try;;
13458 esac
13459 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13460 (eval "$ac_link") 2>conftest.er1
13461 ac_status=$?
13462 grep -v '^ *+' conftest.er1 >conftest.err
13463 rm -f conftest.er1
13464 cat conftest.err >&5
13465 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13466 (exit $ac_status); } && {
13467 test -z "$ac_c_werror_flag" ||
13468 test ! -s conftest.err
13469 } && test -s conftest$ac_exeext &&
13470 $as_test_x conftest$ac_exeext; then
13471 case "$LIBEXT" in
13472 dll) ;;
13473 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'` ;;
13474 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13475 esac
13476 else
13477 echo "$as_me: failed program was:" >&5
13478 sed 's/^/| /' conftest.$ac_ext >&5
13483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13484 conftest$ac_exeext conftest.$ac_ext
13485 LIBS=$ac_check_soname_save_LIBS
13487 if test "x$ac_cv_lib_soname_curses" = "x"; then
13488 { echo "$as_me:$LINENO: result: not found" >&5
13489 echo "${ECHO_T}not found" >&6; }
13491 else
13492 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13493 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13495 cat >>confdefs.h <<_ACEOF
13496 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13497 _ACEOF
13499 CURSESLIBS="-lcurses"
13503 ac_save_LIBS="$LIBS"
13504 LIBS="$LIBS $CURSESLIBS"
13506 for ac_func in mousemask
13508 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13509 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13510 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13511 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13512 echo $ECHO_N "(cached) $ECHO_C" >&6
13513 else
13514 cat >conftest.$ac_ext <<_ACEOF
13515 /* confdefs.h. */
13516 _ACEOF
13517 cat confdefs.h >>conftest.$ac_ext
13518 cat >>conftest.$ac_ext <<_ACEOF
13519 /* end confdefs.h. */
13520 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13522 #define $ac_func innocuous_$ac_func
13524 /* System header to define __stub macros and hopefully few prototypes,
13525 which can conflict with char $ac_func (); below.
13526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13527 <limits.h> exists even on freestanding compilers. */
13529 #ifdef __STDC__
13530 # include <limits.h>
13531 #else
13532 # include <assert.h>
13533 #endif
13535 #undef $ac_func
13537 /* Override any GCC internal prototype to avoid an error.
13538 Use char because int might match the return type of a GCC
13539 builtin and then its argument prototype would still apply. */
13540 #ifdef __cplusplus
13541 extern "C"
13542 #endif
13543 char $ac_func ();
13544 /* The GNU C library defines this for functions which it implements
13545 to always fail with ENOSYS. Some functions are actually named
13546 something starting with __ and the normal name is an alias. */
13547 #if defined __stub_$ac_func || defined __stub___$ac_func
13548 choke me
13549 #endif
13552 main ()
13554 return $ac_func ();
13556 return 0;
13558 _ACEOF
13559 rm -f conftest.$ac_objext conftest$ac_exeext
13560 if { (ac_try="$ac_link"
13561 case "(($ac_try" in
13562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13563 *) ac_try_echo=$ac_try;;
13564 esac
13565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13566 (eval "$ac_link") 2>conftest.er1
13567 ac_status=$?
13568 grep -v '^ *+' conftest.er1 >conftest.err
13569 rm -f conftest.er1
13570 cat conftest.err >&5
13571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13572 (exit $ac_status); } && {
13573 test -z "$ac_c_werror_flag" ||
13574 test ! -s conftest.err
13575 } && test -s conftest$ac_exeext &&
13576 $as_test_x conftest$ac_exeext; then
13577 eval "$as_ac_var=yes"
13578 else
13579 echo "$as_me: failed program was:" >&5
13580 sed 's/^/| /' conftest.$ac_ext >&5
13582 eval "$as_ac_var=no"
13585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13586 conftest$ac_exeext conftest.$ac_ext
13588 ac_res=`eval echo '${'$as_ac_var'}'`
13589 { echo "$as_me:$LINENO: result: $ac_res" >&5
13590 echo "${ECHO_T}$ac_res" >&6; }
13591 if test `eval echo '${'$as_ac_var'}'` = yes; then
13592 cat >>confdefs.h <<_ACEOF
13593 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13594 _ACEOF
13597 done
13599 LIBS="$ac_save_LIBS"
13600 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13601 case "x$with_curses" in
13602 x) wine_notices="$wine_notices|lib(n)curses ${notice_platform}development files not found, curses won't be supported." ;;
13603 xno) ;;
13604 *) { { echo "$as_me:$LINENO: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13605 This is an error since --with-curses was requested." >&5
13606 echo "$as_me: error: lib(n)curses ${notice_platform}development files not found, curses won't be supported.
13607 This is an error since --with-curses was requested." >&2;}
13608 { (exit 1); exit 1; }; } ;;
13609 esac
13613 if test "x$with_sane" != "xno"
13614 then
13615 ac_save_CPPFLAGS="$CPPFLAGS"
13616 # Extract the first word of "sane-config", so it can be a program name with args.
13617 set dummy sane-config; ac_word=$2
13618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13620 if test "${ac_cv_prog_sane_devel+set}" = set; then
13621 echo $ECHO_N "(cached) $ECHO_C" >&6
13622 else
13623 if test -n "$sane_devel"; then
13624 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13625 else
13626 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13627 for as_dir in $PATH
13629 IFS=$as_save_IFS
13630 test -z "$as_dir" && as_dir=.
13631 for ac_exec_ext in '' $ac_executable_extensions; do
13632 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13633 ac_cv_prog_sane_devel="sane-config"
13634 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13635 break 2
13637 done
13638 done
13639 IFS=$as_save_IFS
13641 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13644 sane_devel=$ac_cv_prog_sane_devel
13645 if test -n "$sane_devel"; then
13646 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13647 echo "${ECHO_T}$sane_devel" >&6; }
13648 else
13649 { echo "$as_me:$LINENO: result: no" >&5
13650 echo "${ECHO_T}no" >&6; }
13654 if test "$sane_devel" != "no"
13655 then
13656 ac_sane_incl="`$sane_devel --cflags`"
13657 ac_sane_libs="`$sane_devel --ldflags`"
13658 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13660 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13661 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13662 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13663 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13664 echo $ECHO_N "(cached) $ECHO_C" >&6
13666 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13667 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13668 else
13669 # Is the header compilable?
13670 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13671 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13672 cat >conftest.$ac_ext <<_ACEOF
13673 /* confdefs.h. */
13674 _ACEOF
13675 cat confdefs.h >>conftest.$ac_ext
13676 cat >>conftest.$ac_ext <<_ACEOF
13677 /* end confdefs.h. */
13678 $ac_includes_default
13679 #include <sane/sane.h>
13680 _ACEOF
13681 rm -f conftest.$ac_objext
13682 if { (ac_try="$ac_compile"
13683 case "(($ac_try" in
13684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13685 *) ac_try_echo=$ac_try;;
13686 esac
13687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13688 (eval "$ac_compile") 2>conftest.er1
13689 ac_status=$?
13690 grep -v '^ *+' conftest.er1 >conftest.err
13691 rm -f conftest.er1
13692 cat conftest.err >&5
13693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13694 (exit $ac_status); } && {
13695 test -z "$ac_c_werror_flag" ||
13696 test ! -s conftest.err
13697 } && test -s conftest.$ac_objext; then
13698 ac_header_compiler=yes
13699 else
13700 echo "$as_me: failed program was:" >&5
13701 sed 's/^/| /' conftest.$ac_ext >&5
13703 ac_header_compiler=no
13706 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13707 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13708 echo "${ECHO_T}$ac_header_compiler" >&6; }
13710 # Is the header present?
13711 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13712 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13713 cat >conftest.$ac_ext <<_ACEOF
13714 /* confdefs.h. */
13715 _ACEOF
13716 cat confdefs.h >>conftest.$ac_ext
13717 cat >>conftest.$ac_ext <<_ACEOF
13718 /* end confdefs.h. */
13719 #include <sane/sane.h>
13720 _ACEOF
13721 if { (ac_try="$ac_cpp conftest.$ac_ext"
13722 case "(($ac_try" in
13723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13724 *) ac_try_echo=$ac_try;;
13725 esac
13726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13727 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13728 ac_status=$?
13729 grep -v '^ *+' conftest.er1 >conftest.err
13730 rm -f conftest.er1
13731 cat conftest.err >&5
13732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13733 (exit $ac_status); } >/dev/null && {
13734 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13735 test ! -s conftest.err
13736 }; then
13737 ac_header_preproc=yes
13738 else
13739 echo "$as_me: failed program was:" >&5
13740 sed 's/^/| /' conftest.$ac_ext >&5
13742 ac_header_preproc=no
13745 rm -f conftest.err conftest.$ac_ext
13746 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13747 echo "${ECHO_T}$ac_header_preproc" >&6; }
13749 # So? What about this header?
13750 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13751 yes:no: )
13752 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13753 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13754 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13755 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13756 ac_header_preproc=yes
13758 no:yes:* )
13759 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13760 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13761 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13762 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13763 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13764 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13765 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13766 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13767 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13768 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13769 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13770 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13771 ( cat <<\_ASBOX
13772 ## ------------------------------------ ##
13773 ## Report this to wine-devel@winehq.org ##
13774 ## ------------------------------------ ##
13775 _ASBOX
13776 ) | sed "s/^/$as_me: WARNING: /" >&2
13778 esac
13779 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13780 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13781 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13782 echo $ECHO_N "(cached) $ECHO_C" >&6
13783 else
13784 ac_cv_header_sane_sane_h=$ac_header_preproc
13786 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13787 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13790 if test $ac_cv_header_sane_sane_h = yes; then
13791 { echo "$as_me:$LINENO: checking for -lsane" >&5
13792 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13793 if test "${ac_cv_lib_soname_sane+set}" = set; then
13794 echo $ECHO_N "(cached) $ECHO_C" >&6
13795 else
13796 ac_check_soname_save_LIBS=$LIBS
13797 LIBS="-lsane $ac_sane_libs $LIBS"
13798 cat >conftest.$ac_ext <<_ACEOF
13799 /* confdefs.h. */
13800 _ACEOF
13801 cat confdefs.h >>conftest.$ac_ext
13802 cat >>conftest.$ac_ext <<_ACEOF
13803 /* end confdefs.h. */
13805 /* Override any GCC internal prototype to avoid an error.
13806 Use char because int might match the return type of a GCC
13807 builtin and then its argument prototype would still apply. */
13808 #ifdef __cplusplus
13809 extern "C"
13810 #endif
13811 char sane_init ();
13813 main ()
13815 return sane_init ();
13817 return 0;
13819 _ACEOF
13820 rm -f conftest.$ac_objext conftest$ac_exeext
13821 if { (ac_try="$ac_link"
13822 case "(($ac_try" in
13823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13824 *) ac_try_echo=$ac_try;;
13825 esac
13826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13827 (eval "$ac_link") 2>conftest.er1
13828 ac_status=$?
13829 grep -v '^ *+' conftest.er1 >conftest.err
13830 rm -f conftest.er1
13831 cat conftest.err >&5
13832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13833 (exit $ac_status); } && {
13834 test -z "$ac_c_werror_flag" ||
13835 test ! -s conftest.err
13836 } && test -s conftest$ac_exeext &&
13837 $as_test_x conftest$ac_exeext; then
13838 case "$LIBEXT" in
13839 dll) ;;
13840 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'` ;;
13841 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13842 esac
13843 else
13844 echo "$as_me: failed program was:" >&5
13845 sed 's/^/| /' conftest.$ac_ext >&5
13850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13851 conftest$ac_exeext conftest.$ac_ext
13852 LIBS=$ac_check_soname_save_LIBS
13854 if test "x$ac_cv_lib_soname_sane" = "x"; then
13855 { echo "$as_me:$LINENO: result: not found" >&5
13856 echo "${ECHO_T}not found" >&6; }
13858 else
13859 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13860 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13862 cat >>confdefs.h <<_ACEOF
13863 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13864 _ACEOF
13866 SANEINCL="$ac_sane_incl"
13873 CPPFLAGS="$ac_save_CPPFLAGS"
13875 if test "x$ac_cv_lib_soname_sane" = "x"; then
13876 case "x$with_sane" in
13877 x) wine_notices="$wine_notices|libsane ${notice_platform}development files not found, scanners won't be supported." ;;
13878 xno) ;;
13879 *) { { echo "$as_me:$LINENO: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13880 This is an error since --with-sane was requested." >&5
13881 echo "$as_me: error: libsane ${notice_platform}development files not found, scanners won't be supported.
13882 This is an error since --with-sane was requested." >&2;}
13883 { (exit 1); exit 1; }; } ;;
13884 esac
13888 if test "x$with_gphoto" != "xno"
13889 then
13890 ac_save_CPPFLAGS="$CPPFLAGS"
13891 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13892 set dummy gphoto2-config; ac_word=$2
13893 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13894 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13895 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13896 echo $ECHO_N "(cached) $ECHO_C" >&6
13897 else
13898 if test -n "$gphoto2_devel"; then
13899 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13900 else
13901 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13902 for as_dir in $PATH
13904 IFS=$as_save_IFS
13905 test -z "$as_dir" && as_dir=.
13906 for ac_exec_ext in '' $ac_executable_extensions; do
13907 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13908 ac_cv_prog_gphoto2_devel="gphoto2-config"
13909 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13910 break 2
13912 done
13913 done
13914 IFS=$as_save_IFS
13916 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13919 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13920 if test -n "$gphoto2_devel"; then
13921 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13922 echo "${ECHO_T}$gphoto2_devel" >&6; }
13923 else
13924 { echo "$as_me:$LINENO: result: no" >&5
13925 echo "${ECHO_T}no" >&6; }
13929 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13930 set dummy gphoto2-port-config; ac_word=$2
13931 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13932 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13933 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13934 echo $ECHO_N "(cached) $ECHO_C" >&6
13935 else
13936 if test -n "$gphoto2port_devel"; then
13937 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13938 else
13939 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13940 for as_dir in $PATH
13942 IFS=$as_save_IFS
13943 test -z "$as_dir" && as_dir=.
13944 for ac_exec_ext in '' $ac_executable_extensions; do
13945 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13946 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13947 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13948 break 2
13950 done
13951 done
13952 IFS=$as_save_IFS
13954 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13957 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13958 if test -n "$gphoto2port_devel"; then
13959 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13960 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13961 else
13962 { echo "$as_me:$LINENO: result: no" >&5
13963 echo "${ECHO_T}no" >&6; }
13967 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no"
13968 then
13969 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13970 ac_gphoto2_libs=""
13971 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13973 case "$i" in
13974 -L/usr/lib|-L/usr/lib64) ;;
13975 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13976 esac
13977 done
13978 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13980 ac_gphoto2_libs=${ac_gphoto2_libs:-"-lgphoto2"}
13981 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13982 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13983 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13984 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13985 echo $ECHO_N "(cached) $ECHO_C" >&6
13987 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13988 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13989 else
13990 # Is the header compilable?
13991 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13992 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13993 cat >conftest.$ac_ext <<_ACEOF
13994 /* confdefs.h. */
13995 _ACEOF
13996 cat confdefs.h >>conftest.$ac_ext
13997 cat >>conftest.$ac_ext <<_ACEOF
13998 /* end confdefs.h. */
13999 $ac_includes_default
14000 #include <gphoto2-camera.h>
14001 _ACEOF
14002 rm -f conftest.$ac_objext
14003 if { (ac_try="$ac_compile"
14004 case "(($ac_try" in
14005 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14006 *) ac_try_echo=$ac_try;;
14007 esac
14008 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14009 (eval "$ac_compile") 2>conftest.er1
14010 ac_status=$?
14011 grep -v '^ *+' conftest.er1 >conftest.err
14012 rm -f conftest.er1
14013 cat conftest.err >&5
14014 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14015 (exit $ac_status); } && {
14016 test -z "$ac_c_werror_flag" ||
14017 test ! -s conftest.err
14018 } && test -s conftest.$ac_objext; then
14019 ac_header_compiler=yes
14020 else
14021 echo "$as_me: failed program was:" >&5
14022 sed 's/^/| /' conftest.$ac_ext >&5
14024 ac_header_compiler=no
14027 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14028 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
14029 echo "${ECHO_T}$ac_header_compiler" >&6; }
14031 # Is the header present?
14032 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
14033 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
14034 cat >conftest.$ac_ext <<_ACEOF
14035 /* confdefs.h. */
14036 _ACEOF
14037 cat confdefs.h >>conftest.$ac_ext
14038 cat >>conftest.$ac_ext <<_ACEOF
14039 /* end confdefs.h. */
14040 #include <gphoto2-camera.h>
14041 _ACEOF
14042 if { (ac_try="$ac_cpp conftest.$ac_ext"
14043 case "(($ac_try" in
14044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14045 *) ac_try_echo=$ac_try;;
14046 esac
14047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14048 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14049 ac_status=$?
14050 grep -v '^ *+' conftest.er1 >conftest.err
14051 rm -f conftest.er1
14052 cat conftest.err >&5
14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); } >/dev/null && {
14055 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14056 test ! -s conftest.err
14057 }; then
14058 ac_header_preproc=yes
14059 else
14060 echo "$as_me: failed program was:" >&5
14061 sed 's/^/| /' conftest.$ac_ext >&5
14063 ac_header_preproc=no
14066 rm -f conftest.err conftest.$ac_ext
14067 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
14068 echo "${ECHO_T}$ac_header_preproc" >&6; }
14070 # So? What about this header?
14071 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
14072 yes:no: )
14073 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
14074 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
14075 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
14076 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
14077 ac_header_preproc=yes
14079 no:yes:* )
14080 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
14081 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
14082 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
14083 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
14084 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
14085 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
14086 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
14087 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
14088 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
14089 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
14090 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
14091 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
14092 ( cat <<\_ASBOX
14093 ## ------------------------------------ ##
14094 ## Report this to wine-devel@winehq.org ##
14095 ## ------------------------------------ ##
14096 _ASBOX
14097 ) | sed "s/^/$as_me: WARNING: /" >&2
14099 esac
14100 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
14101 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
14102 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
14103 echo $ECHO_N "(cached) $ECHO_C" >&6
14104 else
14105 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
14107 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
14108 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
14111 if test $ac_cv_header_gphoto2_camera_h = yes; then
14112 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
14113 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
14114 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
14115 echo $ECHO_N "(cached) $ECHO_C" >&6
14116 else
14117 ac_check_lib_save_LIBS=$LIBS
14118 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
14119 cat >conftest.$ac_ext <<_ACEOF
14120 /* confdefs.h. */
14121 _ACEOF
14122 cat confdefs.h >>conftest.$ac_ext
14123 cat >>conftest.$ac_ext <<_ACEOF
14124 /* end confdefs.h. */
14126 /* Override any GCC internal prototype to avoid an error.
14127 Use char because int might match the return type of a GCC
14128 builtin and then its argument prototype would still apply. */
14129 #ifdef __cplusplus
14130 extern "C"
14131 #endif
14132 char gp_camera_new ();
14134 main ()
14136 return gp_camera_new ();
14138 return 0;
14140 _ACEOF
14141 rm -f conftest.$ac_objext conftest$ac_exeext
14142 if { (ac_try="$ac_link"
14143 case "(($ac_try" in
14144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14145 *) ac_try_echo=$ac_try;;
14146 esac
14147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14148 (eval "$ac_link") 2>conftest.er1
14149 ac_status=$?
14150 grep -v '^ *+' conftest.er1 >conftest.err
14151 rm -f conftest.er1
14152 cat conftest.err >&5
14153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14154 (exit $ac_status); } && {
14155 test -z "$ac_c_werror_flag" ||
14156 test ! -s conftest.err
14157 } && test -s conftest$ac_exeext &&
14158 $as_test_x conftest$ac_exeext; then
14159 ac_cv_lib_gphoto2_gp_camera_new=yes
14160 else
14161 echo "$as_me: failed program was:" >&5
14162 sed 's/^/| /' conftest.$ac_ext >&5
14164 ac_cv_lib_gphoto2_gp_camera_new=no
14167 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14168 conftest$ac_exeext conftest.$ac_ext
14169 LIBS=$ac_check_lib_save_LIBS
14171 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
14172 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
14173 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
14175 cat >>confdefs.h <<\_ACEOF
14176 #define HAVE_GPHOTO2 1
14177 _ACEOF
14179 GPHOTO2LIBS="$ac_gphoto2_libs"
14181 GPHOTO2INCL="$ac_gphoto2_incl"
14188 CPPFLAGS="$ac_save_CPPFLAGS"
14190 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
14191 case "x$with_gphoto" in
14192 x) wine_notices="$wine_notices|libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported." ;;
14193 xno) ;;
14194 *) { { echo "$as_me:$LINENO: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14195 This is an error since --with-gphoto was requested." >&5
14196 echo "$as_me: error: libgphoto2 ${notice_platform}development files not found, digital cameras won't be supported.
14197 This is an error since --with-gphoto was requested." >&2;}
14198 { (exit 1); exit 1; }; } ;;
14199 esac
14204 RESOLVLIBS=""
14206 if test "$ac_cv_header_resolv_h" = "yes"
14207 then
14208 ac_save_LIBS="$LIBS"
14209 LIBS="$LIBS -lresolv"
14210 cat >conftest.$ac_ext <<_ACEOF
14211 /* confdefs.h. */
14212 _ACEOF
14213 cat confdefs.h >>conftest.$ac_ext
14214 cat >>conftest.$ac_ext <<_ACEOF
14215 /* end confdefs.h. */
14216 #ifdef HAVE_NETINET_IN_H
14217 #include <netinet/in.h>
14218 #endif
14219 #include <resolv.h>
14221 main ()
14223 res_init();
14225 return 0;
14227 _ACEOF
14228 rm -f conftest.$ac_objext conftest$ac_exeext
14229 if { (ac_try="$ac_link"
14230 case "(($ac_try" in
14231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14232 *) ac_try_echo=$ac_try;;
14233 esac
14234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14235 (eval "$ac_link") 2>conftest.er1
14236 ac_status=$?
14237 grep -v '^ *+' conftest.er1 >conftest.err
14238 rm -f conftest.er1
14239 cat conftest.err >&5
14240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14241 (exit $ac_status); } && {
14242 test -z "$ac_c_werror_flag" ||
14243 test ! -s conftest.err
14244 } && test -s conftest$ac_exeext &&
14245 $as_test_x conftest$ac_exeext; then
14247 cat >>confdefs.h <<\_ACEOF
14248 #define HAVE_RESOLV 1
14249 _ACEOF
14251 RESOLVLIBS="-lresolv"
14252 else
14253 echo "$as_me: failed program was:" >&5
14254 sed 's/^/| /' conftest.$ac_ext >&5
14259 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14260 conftest$ac_exeext conftest.$ac_ext
14261 LIBS="$ac_save_LIBS"
14264 LCMSLIBS=""
14266 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
14267 then
14268 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
14269 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
14270 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
14271 echo $ECHO_N "(cached) $ECHO_C" >&6
14272 else
14273 ac_check_lib_save_LIBS=$LIBS
14274 LIBS="-llcms $LIBS"
14275 cat >conftest.$ac_ext <<_ACEOF
14276 /* confdefs.h. */
14277 _ACEOF
14278 cat confdefs.h >>conftest.$ac_ext
14279 cat >>conftest.$ac_ext <<_ACEOF
14280 /* end confdefs.h. */
14282 /* Override any GCC internal prototype to avoid an error.
14283 Use char because int might match the return type of a GCC
14284 builtin and then its argument prototype would still apply. */
14285 #ifdef __cplusplus
14286 extern "C"
14287 #endif
14288 char cmsOpenProfileFromFile ();
14290 main ()
14292 return cmsOpenProfileFromFile ();
14294 return 0;
14296 _ACEOF
14297 rm -f conftest.$ac_objext conftest$ac_exeext
14298 if { (ac_try="$ac_link"
14299 case "(($ac_try" in
14300 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14301 *) ac_try_echo=$ac_try;;
14302 esac
14303 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14304 (eval "$ac_link") 2>conftest.er1
14305 ac_status=$?
14306 grep -v '^ *+' conftest.er1 >conftest.err
14307 rm -f conftest.er1
14308 cat conftest.err >&5
14309 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14310 (exit $ac_status); } && {
14311 test -z "$ac_c_werror_flag" ||
14312 test ! -s conftest.err
14313 } && test -s conftest$ac_exeext &&
14314 $as_test_x conftest$ac_exeext; then
14315 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
14316 else
14317 echo "$as_me: failed program was:" >&5
14318 sed 's/^/| /' conftest.$ac_ext >&5
14320 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
14323 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14324 conftest$ac_exeext conftest.$ac_ext
14325 LIBS=$ac_check_lib_save_LIBS
14327 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
14328 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
14329 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
14331 cat >>confdefs.h <<\_ACEOF
14332 #define HAVE_LCMS 1
14333 _ACEOF
14335 LCMSLIBS="-llcms"
14339 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14340 case "x$with_cms" in
14341 x) wine_notices="$wine_notices|liblcms ${notice_platform}development files not found, Color Management won't be supported." ;;
14342 xno) ;;
14343 *) { { echo "$as_me:$LINENO: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14344 This is an error since --with-cms was requested." >&5
14345 echo "$as_me: error: liblcms ${notice_platform}development files not found, Color Management won't be supported.
14346 This is an error since --with-cms was requested." >&2;}
14347 { (exit 1); exit 1; }; } ;;
14348 esac
14352 if test "x$with_freetype" != "xno"
14353 then
14354 for ac_prog in freetype-config freetype2-config
14356 # Extract the first word of "$ac_prog", so it can be a program name with args.
14357 set dummy $ac_prog; ac_word=$2
14358 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14359 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14360 if test "${ac_cv_prog_ft_devel+set}" = set; then
14361 echo $ECHO_N "(cached) $ECHO_C" >&6
14362 else
14363 if test -n "$ft_devel"; then
14364 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14365 else
14366 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14367 for as_dir in $PATH
14369 IFS=$as_save_IFS
14370 test -z "$as_dir" && as_dir=.
14371 for ac_exec_ext in '' $ac_executable_extensions; do
14372 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14373 ac_cv_prog_ft_devel="$ac_prog"
14374 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14375 break 2
14377 done
14378 done
14379 IFS=$as_save_IFS
14383 ft_devel=$ac_cv_prog_ft_devel
14384 if test -n "$ft_devel"; then
14385 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14386 echo "${ECHO_T}$ft_devel" >&6; }
14387 else
14388 { echo "$as_me:$LINENO: result: no" >&5
14389 echo "${ECHO_T}no" >&6; }
14393 test -n "$ft_devel" && break
14394 done
14395 test -n "$ft_devel" || ft_devel="no"
14397 if test "$ft_devel" != "no"
14398 then
14399 ac_freetype_incl=`$ft_devel --cflags`
14400 ac_freetype_libs=`$ft_devel --libs`
14402 ac_freetype_libs=${ac_freetype_libs:-"-lfreetype"}
14403 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14404 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14405 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14406 echo $ECHO_N "(cached) $ECHO_C" >&6
14407 else
14408 ac_check_soname_save_LIBS=$LIBS
14409 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14410 cat >conftest.$ac_ext <<_ACEOF
14411 /* confdefs.h. */
14412 _ACEOF
14413 cat confdefs.h >>conftest.$ac_ext
14414 cat >>conftest.$ac_ext <<_ACEOF
14415 /* end confdefs.h. */
14417 /* Override any GCC internal prototype to avoid an error.
14418 Use char because int might match the return type of a GCC
14419 builtin and then its argument prototype would still apply. */
14420 #ifdef __cplusplus
14421 extern "C"
14422 #endif
14423 char FT_Init_FreeType ();
14425 main ()
14427 return FT_Init_FreeType ();
14429 return 0;
14431 _ACEOF
14432 rm -f conftest.$ac_objext conftest$ac_exeext
14433 if { (ac_try="$ac_link"
14434 case "(($ac_try" in
14435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14436 *) ac_try_echo=$ac_try;;
14437 esac
14438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14439 (eval "$ac_link") 2>conftest.er1
14440 ac_status=$?
14441 grep -v '^ *+' conftest.er1 >conftest.err
14442 rm -f conftest.er1
14443 cat conftest.err >&5
14444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14445 (exit $ac_status); } && {
14446 test -z "$ac_c_werror_flag" ||
14447 test ! -s conftest.err
14448 } && test -s conftest$ac_exeext &&
14449 $as_test_x conftest$ac_exeext; then
14450 case "$LIBEXT" in
14451 dll) ;;
14452 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'` ;;
14453 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14454 esac
14455 else
14456 echo "$as_me: failed program was:" >&5
14457 sed 's/^/| /' conftest.$ac_ext >&5
14462 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14463 conftest$ac_exeext conftest.$ac_ext
14464 LIBS=$ac_check_soname_save_LIBS
14466 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14467 { echo "$as_me:$LINENO: result: not found" >&5
14468 echo "${ECHO_T}not found" >&6; }
14469 ft_lib=no
14470 else
14471 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14472 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14474 cat >>confdefs.h <<_ACEOF
14475 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14476 _ACEOF
14478 ft_lib=yes
14481 if test "$ft_lib" = "yes"
14482 then
14483 ac_save_CPPFLAGS="$CPPFLAGS"
14484 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14497 for ac_header in ft2build.h \
14498 freetype/freetype.h \
14499 freetype/ftglyph.h \
14500 freetype/fttypes.h \
14501 freetype/tttables.h \
14502 freetype/ftsnames.h \
14503 freetype/ttnameid.h \
14504 freetype/ftoutln.h \
14505 freetype/ftwinfnt.h \
14506 freetype/ftmodapi.h \
14507 freetype/ftlcdfil.h \
14508 freetype/internal/sfnt.h
14510 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14511 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14512 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14513 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14514 echo $ECHO_N "(cached) $ECHO_C" >&6
14515 else
14516 cat >conftest.$ac_ext <<_ACEOF
14517 /* confdefs.h. */
14518 _ACEOF
14519 cat confdefs.h >>conftest.$ac_ext
14520 cat >>conftest.$ac_ext <<_ACEOF
14521 /* end confdefs.h. */
14522 #ifdef HAVE_FT2BUILD_H
14523 # include <ft2build.h>
14524 #endif
14526 #include <$ac_header>
14527 _ACEOF
14528 rm -f conftest.$ac_objext
14529 if { (ac_try="$ac_compile"
14530 case "(($ac_try" in
14531 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14532 *) ac_try_echo=$ac_try;;
14533 esac
14534 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14535 (eval "$ac_compile") 2>conftest.er1
14536 ac_status=$?
14537 grep -v '^ *+' conftest.er1 >conftest.err
14538 rm -f conftest.er1
14539 cat conftest.err >&5
14540 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14541 (exit $ac_status); } && {
14542 test -z "$ac_c_werror_flag" ||
14543 test ! -s conftest.err
14544 } && test -s conftest.$ac_objext; then
14545 eval "$as_ac_Header=yes"
14546 else
14547 echo "$as_me: failed program was:" >&5
14548 sed 's/^/| /' conftest.$ac_ext >&5
14550 eval "$as_ac_Header=no"
14553 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14555 ac_res=`eval echo '${'$as_ac_Header'}'`
14556 { echo "$as_me:$LINENO: result: $ac_res" >&5
14557 echo "${ECHO_T}$ac_res" >&6; }
14558 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14559 cat >>confdefs.h <<_ACEOF
14560 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14561 _ACEOF
14565 done
14567 cat >conftest.$ac_ext <<_ACEOF
14568 /* confdefs.h. */
14569 _ACEOF
14570 cat confdefs.h >>conftest.$ac_ext
14571 cat >>conftest.$ac_ext <<_ACEOF
14572 /* end confdefs.h. */
14573 #include <ft2build.h>
14574 #include <freetype/fttrigon.h>
14575 _ACEOF
14576 if { (ac_try="$ac_cpp conftest.$ac_ext"
14577 case "(($ac_try" in
14578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14579 *) ac_try_echo=$ac_try;;
14580 esac
14581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14582 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14583 ac_status=$?
14584 grep -v '^ *+' conftest.er1 >conftest.err
14585 rm -f conftest.er1
14586 cat conftest.err >&5
14587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14588 (exit $ac_status); } >/dev/null && {
14589 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14590 test ! -s conftest.err
14591 }; then
14593 cat >>confdefs.h <<\_ACEOF
14594 #define HAVE_FREETYPE_FTTRIGON_H 1
14595 _ACEOF
14597 wine_cv_fttrigon=yes
14598 else
14599 echo "$as_me: failed program was:" >&5
14600 sed 's/^/| /' conftest.$ac_ext >&5
14602 wine_cv_fttrigon=no
14605 rm -f conftest.err conftest.$ac_ext
14606 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14607 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14608 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14609 echo $ECHO_N "(cached) $ECHO_C" >&6
14610 else
14611 cat >conftest.$ac_ext <<_ACEOF
14612 /* confdefs.h. */
14613 _ACEOF
14614 cat confdefs.h >>conftest.$ac_ext
14615 cat >>conftest.$ac_ext <<_ACEOF
14616 /* end confdefs.h. */
14617 #include <freetype/ftmodapi.h>
14619 typedef FT_TrueTypeEngineType ac__type_new_;
14621 main ()
14623 if ((ac__type_new_ *) 0)
14624 return 0;
14625 if (sizeof (ac__type_new_))
14626 return 0;
14628 return 0;
14630 _ACEOF
14631 rm -f conftest.$ac_objext
14632 if { (ac_try="$ac_compile"
14633 case "(($ac_try" in
14634 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14635 *) ac_try_echo=$ac_try;;
14636 esac
14637 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14638 (eval "$ac_compile") 2>conftest.er1
14639 ac_status=$?
14640 grep -v '^ *+' conftest.er1 >conftest.err
14641 rm -f conftest.er1
14642 cat conftest.err >&5
14643 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14644 (exit $ac_status); } && {
14645 test -z "$ac_c_werror_flag" ||
14646 test ! -s conftest.err
14647 } && test -s conftest.$ac_objext; then
14648 ac_cv_type_FT_TrueTypeEngineType=yes
14649 else
14650 echo "$as_me: failed program was:" >&5
14651 sed 's/^/| /' conftest.$ac_ext >&5
14653 ac_cv_type_FT_TrueTypeEngineType=no
14656 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14658 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14659 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14660 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14662 cat >>confdefs.h <<_ACEOF
14663 #define HAVE_FT_TRUETYPEENGINETYPE 1
14664 _ACEOF
14669 ac_save_CFLAGS="$CFLAGS"
14670 CFLAGS="$CFLAGS $ac_freetype_libs"
14672 for ac_func in FT_Load_Sfnt_Table
14674 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14675 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14676 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14677 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14678 echo $ECHO_N "(cached) $ECHO_C" >&6
14679 else
14680 cat >conftest.$ac_ext <<_ACEOF
14681 /* confdefs.h. */
14682 _ACEOF
14683 cat confdefs.h >>conftest.$ac_ext
14684 cat >>conftest.$ac_ext <<_ACEOF
14685 /* end confdefs.h. */
14686 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14687 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14688 #define $ac_func innocuous_$ac_func
14690 /* System header to define __stub macros and hopefully few prototypes,
14691 which can conflict with char $ac_func (); below.
14692 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14693 <limits.h> exists even on freestanding compilers. */
14695 #ifdef __STDC__
14696 # include <limits.h>
14697 #else
14698 # include <assert.h>
14699 #endif
14701 #undef $ac_func
14703 /* Override any GCC internal prototype to avoid an error.
14704 Use char because int might match the return type of a GCC
14705 builtin and then its argument prototype would still apply. */
14706 #ifdef __cplusplus
14707 extern "C"
14708 #endif
14709 char $ac_func ();
14710 /* The GNU C library defines this for functions which it implements
14711 to always fail with ENOSYS. Some functions are actually named
14712 something starting with __ and the normal name is an alias. */
14713 #if defined __stub_$ac_func || defined __stub___$ac_func
14714 choke me
14715 #endif
14718 main ()
14720 return $ac_func ();
14722 return 0;
14724 _ACEOF
14725 rm -f conftest.$ac_objext conftest$ac_exeext
14726 if { (ac_try="$ac_link"
14727 case "(($ac_try" in
14728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14729 *) ac_try_echo=$ac_try;;
14730 esac
14731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14732 (eval "$ac_link") 2>conftest.er1
14733 ac_status=$?
14734 grep -v '^ *+' conftest.er1 >conftest.err
14735 rm -f conftest.er1
14736 cat conftest.err >&5
14737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14738 (exit $ac_status); } && {
14739 test -z "$ac_c_werror_flag" ||
14740 test ! -s conftest.err
14741 } && test -s conftest$ac_exeext &&
14742 $as_test_x conftest$ac_exeext; then
14743 eval "$as_ac_var=yes"
14744 else
14745 echo "$as_me: failed program was:" >&5
14746 sed 's/^/| /' conftest.$ac_ext >&5
14748 eval "$as_ac_var=no"
14751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14752 conftest$ac_exeext conftest.$ac_ext
14754 ac_res=`eval echo '${'$as_ac_var'}'`
14755 { echo "$as_me:$LINENO: result: $ac_res" >&5
14756 echo "${ECHO_T}$ac_res" >&6; }
14757 if test `eval echo '${'$as_ac_var'}'` = yes; then
14758 cat >>confdefs.h <<_ACEOF
14759 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14760 _ACEOF
14763 done
14765 CFLAGS="$ac_save_CFLAGS"
14766 CPPFLAGS="$ac_save_CPPFLAGS"
14767 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14768 then
14770 cat >>confdefs.h <<\_ACEOF
14771 #define HAVE_FREETYPE 1
14772 _ACEOF
14774 FREETYPELIBS="$ac_freetype_libs"
14776 FREETYPEINCL="$ac_freetype_incl"
14781 if test "x$FREETYPELIBS" = "x"; then
14782 case "x$with_freetype" in
14783 xno) ;;
14784 *) { { echo "$as_me:$LINENO: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14785 Use the --without-freetype option if you really want this." >&5
14786 echo "$as_me: error: FreeType ${notice_platform}development files not found. Fonts will not be built.
14787 Use the --without-freetype option if you really want this." >&2;}
14788 { (exit 1); exit 1; }; } ;;
14789 esac
14792 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14794 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14795 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14796 if test "${ac_cv_c_ppdev+set}" = set; then
14797 echo $ECHO_N "(cached) $ECHO_C" >&6
14798 else
14799 cat >conftest.$ac_ext <<_ACEOF
14800 /* confdefs.h. */
14801 _ACEOF
14802 cat confdefs.h >>conftest.$ac_ext
14803 cat >>conftest.$ac_ext <<_ACEOF
14804 /* end confdefs.h. */
14805 #include <linux/ppdev.h>
14807 main ()
14809 ioctl (1,PPCLAIM,0)
14811 return 0;
14813 _ACEOF
14814 rm -f conftest.$ac_objext
14815 if { (ac_try="$ac_compile"
14816 case "(($ac_try" in
14817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14818 *) ac_try_echo=$ac_try;;
14819 esac
14820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14821 (eval "$ac_compile") 2>conftest.er1
14822 ac_status=$?
14823 grep -v '^ *+' conftest.er1 >conftest.err
14824 rm -f conftest.er1
14825 cat conftest.err >&5
14826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14827 (exit $ac_status); } && {
14828 test -z "$ac_c_werror_flag" ||
14829 test ! -s conftest.err
14830 } && test -s conftest.$ac_objext; then
14831 ac_cv_c_ppdev="yes"
14832 else
14833 echo "$as_me: failed program was:" >&5
14834 sed 's/^/| /' conftest.$ac_ext >&5
14836 ac_cv_c_ppdev="no"
14839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14841 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14842 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14843 if test "$ac_cv_c_ppdev" = "yes"
14844 then
14846 cat >>confdefs.h <<\_ACEOF
14847 #define HAVE_PPDEV 1
14848 _ACEOF
14852 ac_wine_check_funcs_save_LIBS="$LIBS"
14853 LIBS="$LIBS $LIBPTHREAD"
14858 for ac_func in \
14859 pthread_attr_get_np \
14860 pthread_getattr_np \
14861 pthread_get_stackaddr_np \
14862 pthread_get_stacksize_np
14864 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14865 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14866 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14867 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14868 echo $ECHO_N "(cached) $ECHO_C" >&6
14869 else
14870 cat >conftest.$ac_ext <<_ACEOF
14871 /* confdefs.h. */
14872 _ACEOF
14873 cat confdefs.h >>conftest.$ac_ext
14874 cat >>conftest.$ac_ext <<_ACEOF
14875 /* end confdefs.h. */
14876 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14878 #define $ac_func innocuous_$ac_func
14880 /* System header to define __stub macros and hopefully few prototypes,
14881 which can conflict with char $ac_func (); below.
14882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14883 <limits.h> exists even on freestanding compilers. */
14885 #ifdef __STDC__
14886 # include <limits.h>
14887 #else
14888 # include <assert.h>
14889 #endif
14891 #undef $ac_func
14893 /* Override any GCC internal prototype to avoid an error.
14894 Use char because int might match the return type of a GCC
14895 builtin and then its argument prototype would still apply. */
14896 #ifdef __cplusplus
14897 extern "C"
14898 #endif
14899 char $ac_func ();
14900 /* The GNU C library defines this for functions which it implements
14901 to always fail with ENOSYS. Some functions are actually named
14902 something starting with __ and the normal name is an alias. */
14903 #if defined __stub_$ac_func || defined __stub___$ac_func
14904 choke me
14905 #endif
14908 main ()
14910 return $ac_func ();
14912 return 0;
14914 _ACEOF
14915 rm -f conftest.$ac_objext conftest$ac_exeext
14916 if { (ac_try="$ac_link"
14917 case "(($ac_try" in
14918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14919 *) ac_try_echo=$ac_try;;
14920 esac
14921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14922 (eval "$ac_link") 2>conftest.er1
14923 ac_status=$?
14924 grep -v '^ *+' conftest.er1 >conftest.err
14925 rm -f conftest.er1
14926 cat conftest.err >&5
14927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14928 (exit $ac_status); } && {
14929 test -z "$ac_c_werror_flag" ||
14930 test ! -s conftest.err
14931 } && test -s conftest$ac_exeext &&
14932 $as_test_x conftest$ac_exeext; then
14933 eval "$as_ac_var=yes"
14934 else
14935 echo "$as_me: failed program was:" >&5
14936 sed 's/^/| /' conftest.$ac_ext >&5
14938 eval "$as_ac_var=no"
14941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14942 conftest$ac_exeext conftest.$ac_ext
14944 ac_res=`eval echo '${'$as_ac_var'}'`
14945 { echo "$as_me:$LINENO: result: $ac_res" >&5
14946 echo "${ECHO_T}$ac_res" >&6; }
14947 if test `eval echo '${'$as_ac_var'}'` = yes; then
14948 cat >>confdefs.h <<_ACEOF
14949 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14950 _ACEOF
14953 done
14955 LIBS="$ac_wine_check_funcs_save_LIBS"
14957 if test "$ac_cv_header_zlib_h" = "yes"
14958 then
14959 { echo "$as_me:$LINENO: checking for inflate in -lz" >&5
14960 echo $ECHO_N "checking for inflate in -lz... $ECHO_C" >&6; }
14961 if test "${ac_cv_lib_z_inflate+set}" = set; then
14962 echo $ECHO_N "(cached) $ECHO_C" >&6
14963 else
14964 ac_check_lib_save_LIBS=$LIBS
14965 LIBS="-lz $LIBS"
14966 cat >conftest.$ac_ext <<_ACEOF
14967 /* confdefs.h. */
14968 _ACEOF
14969 cat confdefs.h >>conftest.$ac_ext
14970 cat >>conftest.$ac_ext <<_ACEOF
14971 /* end confdefs.h. */
14973 /* Override any GCC internal prototype to avoid an error.
14974 Use char because int might match the return type of a GCC
14975 builtin and then its argument prototype would still apply. */
14976 #ifdef __cplusplus
14977 extern "C"
14978 #endif
14979 char inflate ();
14981 main ()
14983 return inflate ();
14985 return 0;
14987 _ACEOF
14988 rm -f conftest.$ac_objext conftest$ac_exeext
14989 if { (ac_try="$ac_link"
14990 case "(($ac_try" in
14991 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14992 *) ac_try_echo=$ac_try;;
14993 esac
14994 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14995 (eval "$ac_link") 2>conftest.er1
14996 ac_status=$?
14997 grep -v '^ *+' conftest.er1 >conftest.err
14998 rm -f conftest.er1
14999 cat conftest.err >&5
15000 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15001 (exit $ac_status); } && {
15002 test -z "$ac_c_werror_flag" ||
15003 test ! -s conftest.err
15004 } && test -s conftest$ac_exeext &&
15005 $as_test_x conftest$ac_exeext; then
15006 ac_cv_lib_z_inflate=yes
15007 else
15008 echo "$as_me: failed program was:" >&5
15009 sed 's/^/| /' conftest.$ac_ext >&5
15011 ac_cv_lib_z_inflate=no
15014 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15015 conftest$ac_exeext conftest.$ac_ext
15016 LIBS=$ac_check_lib_save_LIBS
15018 { echo "$as_me:$LINENO: result: $ac_cv_lib_z_inflate" >&5
15019 echo "${ECHO_T}$ac_cv_lib_z_inflate" >&6; }
15020 if test $ac_cv_lib_z_inflate = yes; then
15022 cat >>confdefs.h <<\_ACEOF
15023 #define HAVE_ZLIB 1
15024 _ACEOF
15026 ZLIB="-lz"
15032 if test "x$with_esd" != xno
15033 then
15034 save_CFLAGS="$CFLAGS"
15035 # Extract the first word of "esd-config", so it can be a program name with args.
15036 set dummy esd-config; ac_word=$2
15037 { echo "$as_me:$LINENO: checking for $ac_word" >&5
15038 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
15039 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
15040 echo $ECHO_N "(cached) $ECHO_C" >&6
15041 else
15042 case $ESDCONFIG in
15043 [\\/]* | ?:[\\/]*)
15044 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
15047 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
15048 for as_dir in $PATH
15050 IFS=$as_save_IFS
15051 test -z "$as_dir" && as_dir=.
15052 for ac_exec_ext in '' $ac_executable_extensions; do
15053 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
15054 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
15055 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
15056 break 2
15058 done
15059 done
15060 IFS=$as_save_IFS
15062 test -z "$ac_cv_path_ESDCONFIG" && ac_cv_path_ESDCONFIG="no"
15064 esac
15066 ESDCONFIG=$ac_cv_path_ESDCONFIG
15067 if test -n "$ESDCONFIG"; then
15068 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
15069 echo "${ECHO_T}$ESDCONFIG" >&6; }
15070 else
15071 { echo "$as_me:$LINENO: result: no" >&5
15072 echo "${ECHO_T}no" >&6; }
15076 if test "x$ESDCONFIG" != "xno"
15077 then
15078 ac_esd_incl=""
15079 for i in `$ESDCONFIG --cflags`
15081 case "$i" in
15082 -I*) ac_esd_incl="$ac_esd_incl $i";;
15083 esac
15084 done
15085 ac_esd_libs=`$ESDCONFIG --libs`
15086 CFLAGS="$CFLAGS $ac_esd_incl"
15088 ac_esd_libs=${ac_esd_libs:-"-lesd"}
15089 if test "${ac_cv_header_esd_h+set}" = set; then
15090 { echo "$as_me:$LINENO: checking for esd.h" >&5
15091 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15092 if test "${ac_cv_header_esd_h+set}" = set; then
15093 echo $ECHO_N "(cached) $ECHO_C" >&6
15095 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15096 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15097 else
15098 # Is the header compilable?
15099 { echo "$as_me:$LINENO: checking esd.h usability" >&5
15100 echo $ECHO_N "checking esd.h usability... $ECHO_C" >&6; }
15101 cat >conftest.$ac_ext <<_ACEOF
15102 /* confdefs.h. */
15103 _ACEOF
15104 cat confdefs.h >>conftest.$ac_ext
15105 cat >>conftest.$ac_ext <<_ACEOF
15106 /* end confdefs.h. */
15107 $ac_includes_default
15108 #include <esd.h>
15109 _ACEOF
15110 rm -f conftest.$ac_objext
15111 if { (ac_try="$ac_compile"
15112 case "(($ac_try" in
15113 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15114 *) ac_try_echo=$ac_try;;
15115 esac
15116 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15117 (eval "$ac_compile") 2>conftest.er1
15118 ac_status=$?
15119 grep -v '^ *+' conftest.er1 >conftest.err
15120 rm -f conftest.er1
15121 cat conftest.err >&5
15122 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15123 (exit $ac_status); } && {
15124 test -z "$ac_c_werror_flag" ||
15125 test ! -s conftest.err
15126 } && test -s conftest.$ac_objext; then
15127 ac_header_compiler=yes
15128 else
15129 echo "$as_me: failed program was:" >&5
15130 sed 's/^/| /' conftest.$ac_ext >&5
15132 ac_header_compiler=no
15135 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15136 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15137 echo "${ECHO_T}$ac_header_compiler" >&6; }
15139 # Is the header present?
15140 { echo "$as_me:$LINENO: checking esd.h presence" >&5
15141 echo $ECHO_N "checking esd.h presence... $ECHO_C" >&6; }
15142 cat >conftest.$ac_ext <<_ACEOF
15143 /* confdefs.h. */
15144 _ACEOF
15145 cat confdefs.h >>conftest.$ac_ext
15146 cat >>conftest.$ac_ext <<_ACEOF
15147 /* end confdefs.h. */
15148 #include <esd.h>
15149 _ACEOF
15150 if { (ac_try="$ac_cpp conftest.$ac_ext"
15151 case "(($ac_try" in
15152 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15153 *) ac_try_echo=$ac_try;;
15154 esac
15155 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15156 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15157 ac_status=$?
15158 grep -v '^ *+' conftest.er1 >conftest.err
15159 rm -f conftest.er1
15160 cat conftest.err >&5
15161 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15162 (exit $ac_status); } >/dev/null && {
15163 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15164 test ! -s conftest.err
15165 }; then
15166 ac_header_preproc=yes
15167 else
15168 echo "$as_me: failed program was:" >&5
15169 sed 's/^/| /' conftest.$ac_ext >&5
15171 ac_header_preproc=no
15174 rm -f conftest.err conftest.$ac_ext
15175 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15176 echo "${ECHO_T}$ac_header_preproc" >&6; }
15178 # So? What about this header?
15179 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15180 yes:no: )
15181 { echo "$as_me:$LINENO: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&5
15182 echo "$as_me: WARNING: esd.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
15183 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the compiler's result" >&5
15184 echo "$as_me: WARNING: esd.h: proceeding with the compiler's result" >&2;}
15185 ac_header_preproc=yes
15187 no:yes:* )
15188 { echo "$as_me:$LINENO: WARNING: esd.h: present but cannot be compiled" >&5
15189 echo "$as_me: WARNING: esd.h: present but cannot be compiled" >&2;}
15190 { echo "$as_me:$LINENO: WARNING: esd.h: check for missing prerequisite headers?" >&5
15191 echo "$as_me: WARNING: esd.h: check for missing prerequisite headers?" >&2;}
15192 { echo "$as_me:$LINENO: WARNING: esd.h: see the Autoconf documentation" >&5
15193 echo "$as_me: WARNING: esd.h: see the Autoconf documentation" >&2;}
15194 { echo "$as_me:$LINENO: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&5
15195 echo "$as_me: WARNING: esd.h: section \"Present But Cannot Be Compiled\"" >&2;}
15196 { echo "$as_me:$LINENO: WARNING: esd.h: proceeding with the preprocessor's result" >&5
15197 echo "$as_me: WARNING: esd.h: proceeding with the preprocessor's result" >&2;}
15198 { echo "$as_me:$LINENO: WARNING: esd.h: in the future, the compiler will take precedence" >&5
15199 echo "$as_me: WARNING: esd.h: in the future, the compiler will take precedence" >&2;}
15200 ( cat <<\_ASBOX
15201 ## ------------------------------------ ##
15202 ## Report this to wine-devel@winehq.org ##
15203 ## ------------------------------------ ##
15204 _ASBOX
15205 ) | sed "s/^/$as_me: WARNING: /" >&2
15207 esac
15208 { echo "$as_me:$LINENO: checking for esd.h" >&5
15209 echo $ECHO_N "checking for esd.h... $ECHO_C" >&6; }
15210 if test "${ac_cv_header_esd_h+set}" = set; then
15211 echo $ECHO_N "(cached) $ECHO_C" >&6
15212 else
15213 ac_cv_header_esd_h=$ac_header_preproc
15215 { echo "$as_me:$LINENO: result: $ac_cv_header_esd_h" >&5
15216 echo "${ECHO_T}$ac_cv_header_esd_h" >&6; }
15219 if test $ac_cv_header_esd_h = yes; then
15220 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
15221 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
15222 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
15223 echo $ECHO_N "(cached) $ECHO_C" >&6
15224 else
15225 ac_check_lib_save_LIBS=$LIBS
15226 LIBS="-lesd $ac_esd_libs $LIBS"
15227 cat >conftest.$ac_ext <<_ACEOF
15228 /* confdefs.h. */
15229 _ACEOF
15230 cat confdefs.h >>conftest.$ac_ext
15231 cat >>conftest.$ac_ext <<_ACEOF
15232 /* end confdefs.h. */
15234 /* Override any GCC internal prototype to avoid an error.
15235 Use char because int might match the return type of a GCC
15236 builtin and then its argument prototype would still apply. */
15237 #ifdef __cplusplus
15238 extern "C"
15239 #endif
15240 char esd_open_sound ();
15242 main ()
15244 return esd_open_sound ();
15246 return 0;
15248 _ACEOF
15249 rm -f conftest.$ac_objext conftest$ac_exeext
15250 if { (ac_try="$ac_link"
15251 case "(($ac_try" in
15252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15253 *) ac_try_echo=$ac_try;;
15254 esac
15255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15256 (eval "$ac_link") 2>conftest.er1
15257 ac_status=$?
15258 grep -v '^ *+' conftest.er1 >conftest.err
15259 rm -f conftest.er1
15260 cat conftest.err >&5
15261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15262 (exit $ac_status); } && {
15263 test -z "$ac_c_werror_flag" ||
15264 test ! -s conftest.err
15265 } && test -s conftest$ac_exeext &&
15266 $as_test_x conftest$ac_exeext; then
15267 ac_cv_lib_esd_esd_open_sound=yes
15268 else
15269 echo "$as_me: failed program was:" >&5
15270 sed 's/^/| /' conftest.$ac_ext >&5
15272 ac_cv_lib_esd_esd_open_sound=no
15275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15276 conftest$ac_exeext conftest.$ac_ext
15277 LIBS=$ac_check_lib_save_LIBS
15279 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
15280 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
15281 if test $ac_cv_lib_esd_esd_open_sound = yes; then
15282 ESDINCL="$ac_esd_incl"
15284 ESDLIBS="$ac_esd_libs"
15287 cat >>confdefs.h <<\_ACEOF
15288 #define HAVE_ESD 1
15289 _ACEOF
15296 CFLAGS="$save_CFLAGS"
15299 if test "x$with_pulse" != "xno"; then
15300 if test "$PKG_CONFIG" != "false"; then
15301 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.14" >&5
15302 echo $ECHO_N "checking for pulseaudio >= 0.9.14... $ECHO_C" >&6; }
15303 if "$PKG_CONFIG" --atleast-version=0.9.14 libpulse; then
15304 have_pulseaudio="yes"
15305 else
15306 have_pulseaudio="no"
15308 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15309 echo "${ECHO_T}$have_pulseaudio" >&6; }
15310 if test x"$have_pulseaudio" = xyes; then
15311 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15313 cat >>confdefs.h <<\_ACEOF
15314 #define HAVE_PULSEAUDIO 1
15315 _ACEOF
15317 PULSELIBS="$ac_pulse_libs"
15319 else
15320 wine_warnings="$wine_warnings|libpulse not found or too old. Pulseaudio support will NOT be built."
15325 ALSALIBS=""
15327 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15328 then
15329 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15330 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15331 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15332 echo $ECHO_N "(cached) $ECHO_C" >&6
15333 else
15334 ac_check_lib_save_LIBS=$LIBS
15335 LIBS="-lasound $LIBS"
15336 cat >conftest.$ac_ext <<_ACEOF
15337 /* confdefs.h. */
15338 _ACEOF
15339 cat confdefs.h >>conftest.$ac_ext
15340 cat >>conftest.$ac_ext <<_ACEOF
15341 /* end confdefs.h. */
15343 /* Override any GCC internal prototype to avoid an error.
15344 Use char because int might match the return type of a GCC
15345 builtin and then its argument prototype would still apply. */
15346 #ifdef __cplusplus
15347 extern "C"
15348 #endif
15349 char snd_pcm_hw_params_get_access ();
15351 main ()
15353 return snd_pcm_hw_params_get_access ();
15355 return 0;
15357 _ACEOF
15358 rm -f conftest.$ac_objext conftest$ac_exeext
15359 if { (ac_try="$ac_link"
15360 case "(($ac_try" in
15361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15362 *) ac_try_echo=$ac_try;;
15363 esac
15364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15365 (eval "$ac_link") 2>conftest.er1
15366 ac_status=$?
15367 grep -v '^ *+' conftest.er1 >conftest.err
15368 rm -f conftest.er1
15369 cat conftest.err >&5
15370 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15371 (exit $ac_status); } && {
15372 test -z "$ac_c_werror_flag" ||
15373 test ! -s conftest.err
15374 } && test -s conftest$ac_exeext &&
15375 $as_test_x conftest$ac_exeext; then
15376 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15377 else
15378 echo "$as_me: failed program was:" >&5
15379 sed 's/^/| /' conftest.$ac_ext >&5
15381 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15384 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15385 conftest$ac_exeext conftest.$ac_ext
15386 LIBS=$ac_check_lib_save_LIBS
15388 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15389 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15390 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15391 cat >conftest.$ac_ext <<_ACEOF
15392 /* confdefs.h. */
15393 _ACEOF
15394 cat confdefs.h >>conftest.$ac_ext
15395 cat >>conftest.$ac_ext <<_ACEOF
15396 /* end confdefs.h. */
15397 #ifdef HAVE_ALSA_ASOUNDLIB_H
15398 #include <alsa/asoundlib.h>
15399 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15400 #include <sys/asoundlib.h>
15401 #endif
15403 main ()
15405 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15407 return 0;
15409 _ACEOF
15410 rm -f conftest.$ac_objext
15411 if { (ac_try="$ac_compile"
15412 case "(($ac_try" in
15413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15414 *) ac_try_echo=$ac_try;;
15415 esac
15416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15417 (eval "$ac_compile") 2>conftest.er1
15418 ac_status=$?
15419 grep -v '^ *+' conftest.er1 >conftest.err
15420 rm -f conftest.er1
15421 cat conftest.err >&5
15422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15423 (exit $ac_status); } && {
15424 test -z "$ac_c_werror_flag" ||
15425 test ! -s conftest.err
15426 } && test -s conftest.$ac_objext; then
15428 cat >>confdefs.h <<\_ACEOF
15429 #define HAVE_ALSA 1
15430 _ACEOF
15432 ALSALIBS="-lasound"
15433 else
15434 echo "$as_me: failed program was:" >&5
15435 sed 's/^/| /' conftest.$ac_ext >&5
15440 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15445 AUDIOIOLIBS=""
15447 if test "$ac_cv_header_libaudioio_h" = "yes"
15448 then
15449 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15450 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15451 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15452 echo $ECHO_N "(cached) $ECHO_C" >&6
15453 else
15454 ac_check_lib_save_LIBS=$LIBS
15455 LIBS="-laudioio $LIBS"
15456 cat >conftest.$ac_ext <<_ACEOF
15457 /* confdefs.h. */
15458 _ACEOF
15459 cat confdefs.h >>conftest.$ac_ext
15460 cat >>conftest.$ac_ext <<_ACEOF
15461 /* end confdefs.h. */
15463 /* Override any GCC internal prototype to avoid an error.
15464 Use char because int might match the return type of a GCC
15465 builtin and then its argument prototype would still apply. */
15466 #ifdef __cplusplus
15467 extern "C"
15468 #endif
15469 char AudioIOGetVersion ();
15471 main ()
15473 return AudioIOGetVersion ();
15475 return 0;
15477 _ACEOF
15478 rm -f conftest.$ac_objext conftest$ac_exeext
15479 if { (ac_try="$ac_link"
15480 case "(($ac_try" in
15481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15482 *) ac_try_echo=$ac_try;;
15483 esac
15484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15485 (eval "$ac_link") 2>conftest.er1
15486 ac_status=$?
15487 grep -v '^ *+' conftest.er1 >conftest.err
15488 rm -f conftest.er1
15489 cat conftest.err >&5
15490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15491 (exit $ac_status); } && {
15492 test -z "$ac_c_werror_flag" ||
15493 test ! -s conftest.err
15494 } && test -s conftest$ac_exeext &&
15495 $as_test_x conftest$ac_exeext; then
15496 ac_cv_lib_audioio_AudioIOGetVersion=yes
15497 else
15498 echo "$as_me: failed program was:" >&5
15499 sed 's/^/| /' conftest.$ac_ext >&5
15501 ac_cv_lib_audioio_AudioIOGetVersion=no
15504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15505 conftest$ac_exeext conftest.$ac_ext
15506 LIBS=$ac_check_lib_save_LIBS
15508 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15509 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15510 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15511 AUDIOIOLIBS="-laudioio"
15513 cat >>confdefs.h <<\_ACEOF
15514 #define HAVE_LIBAUDIOIO 1
15515 _ACEOF
15522 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15523 then
15524 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15525 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15526 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15527 echo $ECHO_N "(cached) $ECHO_C" >&6
15528 else
15529 ac_check_soname_save_LIBS=$LIBS
15530 LIBS="-lcapi20 $LIBS"
15531 cat >conftest.$ac_ext <<_ACEOF
15532 /* confdefs.h. */
15533 _ACEOF
15534 cat confdefs.h >>conftest.$ac_ext
15535 cat >>conftest.$ac_ext <<_ACEOF
15536 /* end confdefs.h. */
15538 /* Override any GCC internal prototype to avoid an error.
15539 Use char because int might match the return type of a GCC
15540 builtin and then its argument prototype would still apply. */
15541 #ifdef __cplusplus
15542 extern "C"
15543 #endif
15544 char capi20_register ();
15546 main ()
15548 return capi20_register ();
15550 return 0;
15552 _ACEOF
15553 rm -f conftest.$ac_objext conftest$ac_exeext
15554 if { (ac_try="$ac_link"
15555 case "(($ac_try" in
15556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15557 *) ac_try_echo=$ac_try;;
15558 esac
15559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15560 (eval "$ac_link") 2>conftest.er1
15561 ac_status=$?
15562 grep -v '^ *+' conftest.er1 >conftest.err
15563 rm -f conftest.er1
15564 cat conftest.err >&5
15565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15566 (exit $ac_status); } && {
15567 test -z "$ac_c_werror_flag" ||
15568 test ! -s conftest.err
15569 } && test -s conftest$ac_exeext &&
15570 $as_test_x conftest$ac_exeext; then
15571 case "$LIBEXT" in
15572 dll) ;;
15573 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'` ;;
15574 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15575 esac
15576 else
15577 echo "$as_me: failed program was:" >&5
15578 sed 's/^/| /' conftest.$ac_ext >&5
15583 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15584 conftest$ac_exeext conftest.$ac_ext
15585 LIBS=$ac_check_soname_save_LIBS
15587 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15588 { echo "$as_me:$LINENO: result: not found" >&5
15589 echo "${ECHO_T}not found" >&6; }
15591 else
15592 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15593 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15595 cat >>confdefs.h <<_ACEOF
15596 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15597 _ACEOF
15603 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15604 case "x$with_capi" in
15605 x) wine_notices="$wine_notices|libcapi20 ${notice_platform}development files not found, ISDN won't be supported." ;;
15606 xno) ;;
15607 *) { { echo "$as_me:$LINENO: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15608 This is an error since --with-capi was requested." >&5
15609 echo "$as_me: error: libcapi20 ${notice_platform}development files not found, ISDN won't be supported.
15610 This is an error since --with-capi was requested." >&2;}
15611 { (exit 1); exit 1; }; } ;;
15612 esac
15616 CUPSINCL=""
15618 if test "x$with_cups" != "xno"
15619 then
15620 ac_save_CPPFLAGS="$CPPFLAGS"
15621 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15622 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15623 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15625 for ac_header in cups/cups.h
15627 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15628 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15629 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15630 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15631 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15632 echo $ECHO_N "(cached) $ECHO_C" >&6
15634 ac_res=`eval echo '${'$as_ac_Header'}'`
15635 { echo "$as_me:$LINENO: result: $ac_res" >&5
15636 echo "${ECHO_T}$ac_res" >&6; }
15637 else
15638 # Is the header compilable?
15639 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15640 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15641 cat >conftest.$ac_ext <<_ACEOF
15642 /* confdefs.h. */
15643 _ACEOF
15644 cat confdefs.h >>conftest.$ac_ext
15645 cat >>conftest.$ac_ext <<_ACEOF
15646 /* end confdefs.h. */
15647 $ac_includes_default
15648 #include <$ac_header>
15649 _ACEOF
15650 rm -f conftest.$ac_objext
15651 if { (ac_try="$ac_compile"
15652 case "(($ac_try" in
15653 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15654 *) ac_try_echo=$ac_try;;
15655 esac
15656 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15657 (eval "$ac_compile") 2>conftest.er1
15658 ac_status=$?
15659 grep -v '^ *+' conftest.er1 >conftest.err
15660 rm -f conftest.er1
15661 cat conftest.err >&5
15662 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15663 (exit $ac_status); } && {
15664 test -z "$ac_c_werror_flag" ||
15665 test ! -s conftest.err
15666 } && test -s conftest.$ac_objext; then
15667 ac_header_compiler=yes
15668 else
15669 echo "$as_me: failed program was:" >&5
15670 sed 's/^/| /' conftest.$ac_ext >&5
15672 ac_header_compiler=no
15675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15676 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15677 echo "${ECHO_T}$ac_header_compiler" >&6; }
15679 # Is the header present?
15680 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15681 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15682 cat >conftest.$ac_ext <<_ACEOF
15683 /* confdefs.h. */
15684 _ACEOF
15685 cat confdefs.h >>conftest.$ac_ext
15686 cat >>conftest.$ac_ext <<_ACEOF
15687 /* end confdefs.h. */
15688 #include <$ac_header>
15689 _ACEOF
15690 if { (ac_try="$ac_cpp conftest.$ac_ext"
15691 case "(($ac_try" in
15692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15693 *) ac_try_echo=$ac_try;;
15694 esac
15695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15696 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15697 ac_status=$?
15698 grep -v '^ *+' conftest.er1 >conftest.err
15699 rm -f conftest.er1
15700 cat conftest.err >&5
15701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15702 (exit $ac_status); } >/dev/null && {
15703 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15704 test ! -s conftest.err
15705 }; then
15706 ac_header_preproc=yes
15707 else
15708 echo "$as_me: failed program was:" >&5
15709 sed 's/^/| /' conftest.$ac_ext >&5
15711 ac_header_preproc=no
15714 rm -f conftest.err conftest.$ac_ext
15715 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15716 echo "${ECHO_T}$ac_header_preproc" >&6; }
15718 # So? What about this header?
15719 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15720 yes:no: )
15721 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15722 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15723 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15724 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15725 ac_header_preproc=yes
15727 no:yes:* )
15728 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15729 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15730 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15731 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15732 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15733 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15734 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15735 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15736 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15737 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15738 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15739 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15740 ( cat <<\_ASBOX
15741 ## ------------------------------------ ##
15742 ## Report this to wine-devel@winehq.org ##
15743 ## ------------------------------------ ##
15744 _ASBOX
15745 ) | sed "s/^/$as_me: WARNING: /" >&2
15747 esac
15748 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15749 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15750 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15751 echo $ECHO_N "(cached) $ECHO_C" >&6
15752 else
15753 eval "$as_ac_Header=\$ac_header_preproc"
15755 ac_res=`eval echo '${'$as_ac_Header'}'`
15756 { echo "$as_me:$LINENO: result: $ac_res" >&5
15757 echo "${ECHO_T}$ac_res" >&6; }
15760 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15761 cat >>confdefs.h <<_ACEOF
15762 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15763 _ACEOF
15764 { echo "$as_me:$LINENO: checking for -lcups" >&5
15765 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15766 if test "${ac_cv_lib_soname_cups+set}" = set; then
15767 echo $ECHO_N "(cached) $ECHO_C" >&6
15768 else
15769 ac_check_soname_save_LIBS=$LIBS
15770 LIBS="-lcups $ac_cups_libs $LIBS"
15771 cat >conftest.$ac_ext <<_ACEOF
15772 /* confdefs.h. */
15773 _ACEOF
15774 cat confdefs.h >>conftest.$ac_ext
15775 cat >>conftest.$ac_ext <<_ACEOF
15776 /* end confdefs.h. */
15778 /* Override any GCC internal prototype to avoid an error.
15779 Use char because int might match the return type of a GCC
15780 builtin and then its argument prototype would still apply. */
15781 #ifdef __cplusplus
15782 extern "C"
15783 #endif
15784 char cupsGetDefault ();
15786 main ()
15788 return cupsGetDefault ();
15790 return 0;
15792 _ACEOF
15793 rm -f conftest.$ac_objext conftest$ac_exeext
15794 if { (ac_try="$ac_link"
15795 case "(($ac_try" in
15796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15797 *) ac_try_echo=$ac_try;;
15798 esac
15799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15800 (eval "$ac_link") 2>conftest.er1
15801 ac_status=$?
15802 grep -v '^ *+' conftest.er1 >conftest.err
15803 rm -f conftest.er1
15804 cat conftest.err >&5
15805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15806 (exit $ac_status); } && {
15807 test -z "$ac_c_werror_flag" ||
15808 test ! -s conftest.err
15809 } && test -s conftest$ac_exeext &&
15810 $as_test_x conftest$ac_exeext; then
15811 case "$LIBEXT" in
15812 dll) ;;
15813 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'` ;;
15814 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15815 esac
15816 else
15817 echo "$as_me: failed program was:" >&5
15818 sed 's/^/| /' conftest.$ac_ext >&5
15823 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15824 conftest$ac_exeext conftest.$ac_ext
15825 LIBS=$ac_check_soname_save_LIBS
15827 if test "x$ac_cv_lib_soname_cups" = "x"; then
15828 { echo "$as_me:$LINENO: result: not found" >&5
15829 echo "${ECHO_T}not found" >&6; }
15831 else
15832 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15833 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15835 cat >>confdefs.h <<_ACEOF
15836 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15837 _ACEOF
15839 CUPSINCL="$ac_cups_cflags"
15844 done
15846 CPPFLAGS="$ac_save_CPPFLAGS"
15848 if test "x$ac_cv_lib_soname_cups" = "x"; then
15849 case "x$with_cups" in
15850 x) wine_notices="$wine_notices|libcups ${notice_platform}development files not found, CUPS won't be supported." ;;
15851 xno) ;;
15852 *) { { echo "$as_me:$LINENO: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15853 This is an error since --with-cups was requested." >&5
15854 echo "$as_me: error: libcups ${notice_platform}development files not found, CUPS won't be supported.
15855 This is an error since --with-cups was requested." >&2;}
15856 { (exit 1); exit 1; }; } ;;
15857 esac
15861 if test "$ac_cv_header_jack_jack_h" = "yes"
15862 then
15863 { echo "$as_me:$LINENO: checking for -ljack" >&5
15864 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15865 if test "${ac_cv_lib_soname_jack+set}" = set; then
15866 echo $ECHO_N "(cached) $ECHO_C" >&6
15867 else
15868 ac_check_soname_save_LIBS=$LIBS
15869 LIBS="-ljack $LIBS"
15870 cat >conftest.$ac_ext <<_ACEOF
15871 /* confdefs.h. */
15872 _ACEOF
15873 cat confdefs.h >>conftest.$ac_ext
15874 cat >>conftest.$ac_ext <<_ACEOF
15875 /* end confdefs.h. */
15877 /* Override any GCC internal prototype to avoid an error.
15878 Use char because int might match the return type of a GCC
15879 builtin and then its argument prototype would still apply. */
15880 #ifdef __cplusplus
15881 extern "C"
15882 #endif
15883 char jack_client_new ();
15885 main ()
15887 return jack_client_new ();
15889 return 0;
15891 _ACEOF
15892 rm -f conftest.$ac_objext conftest$ac_exeext
15893 if { (ac_try="$ac_link"
15894 case "(($ac_try" in
15895 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15896 *) ac_try_echo=$ac_try;;
15897 esac
15898 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15899 (eval "$ac_link") 2>conftest.er1
15900 ac_status=$?
15901 grep -v '^ *+' conftest.er1 >conftest.err
15902 rm -f conftest.er1
15903 cat conftest.err >&5
15904 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15905 (exit $ac_status); } && {
15906 test -z "$ac_c_werror_flag" ||
15907 test ! -s conftest.err
15908 } && test -s conftest$ac_exeext &&
15909 $as_test_x conftest$ac_exeext; then
15910 case "$LIBEXT" in
15911 dll) ;;
15912 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'` ;;
15913 *) 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'` ;;
15914 esac
15915 else
15916 echo "$as_me: failed program was:" >&5
15917 sed 's/^/| /' conftest.$ac_ext >&5
15922 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15923 conftest$ac_exeext conftest.$ac_ext
15924 LIBS=$ac_check_soname_save_LIBS
15926 if test "x$ac_cv_lib_soname_jack" = "x"; then
15927 { echo "$as_me:$LINENO: result: not found" >&5
15928 echo "${ECHO_T}not found" >&6; }
15930 else
15931 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15932 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15934 cat >>confdefs.h <<_ACEOF
15935 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15936 _ACEOF
15943 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15944 then
15945 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15946 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15947 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15948 echo $ECHO_N "(cached) $ECHO_C" >&6
15949 else
15950 ac_check_soname_save_LIBS=$LIBS
15951 LIBS="-lfontconfig $LIBS"
15952 cat >conftest.$ac_ext <<_ACEOF
15953 /* confdefs.h. */
15954 _ACEOF
15955 cat confdefs.h >>conftest.$ac_ext
15956 cat >>conftest.$ac_ext <<_ACEOF
15957 /* end confdefs.h. */
15959 /* Override any GCC internal prototype to avoid an error.
15960 Use char because int might match the return type of a GCC
15961 builtin and then its argument prototype would still apply. */
15962 #ifdef __cplusplus
15963 extern "C"
15964 #endif
15965 char FcInit ();
15967 main ()
15969 return FcInit ();
15971 return 0;
15973 _ACEOF
15974 rm -f conftest.$ac_objext conftest$ac_exeext
15975 if { (ac_try="$ac_link"
15976 case "(($ac_try" in
15977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15978 *) ac_try_echo=$ac_try;;
15979 esac
15980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15981 (eval "$ac_link") 2>conftest.er1
15982 ac_status=$?
15983 grep -v '^ *+' conftest.er1 >conftest.err
15984 rm -f conftest.er1
15985 cat conftest.err >&5
15986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15987 (exit $ac_status); } && {
15988 test -z "$ac_c_werror_flag" ||
15989 test ! -s conftest.err
15990 } && test -s conftest$ac_exeext &&
15991 $as_test_x conftest$ac_exeext; then
15992 case "$LIBEXT" in
15993 dll) ;;
15994 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'` ;;
15995 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15996 esac
15997 else
15998 echo "$as_me: failed program was:" >&5
15999 sed 's/^/| /' conftest.$ac_ext >&5
16004 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16005 conftest$ac_exeext conftest.$ac_ext
16006 LIBS=$ac_check_soname_save_LIBS
16008 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16009 { echo "$as_me:$LINENO: result: not found" >&5
16010 echo "${ECHO_T}not found" >&6; }
16012 else
16013 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16014 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16016 cat >>confdefs.h <<_ACEOF
16017 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16018 _ACEOF
16023 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
16024 then
16025 ac_save_CPPFLAGS="$CPPFLAGS"
16026 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16027 $as_unset ac_cv_header_fontconfig_fontconfig_h
16029 for ac_header in fontconfig/fontconfig.h
16031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16033 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16036 echo $ECHO_N "(cached) $ECHO_C" >&6
16038 ac_res=`eval echo '${'$as_ac_Header'}'`
16039 { echo "$as_me:$LINENO: result: $ac_res" >&5
16040 echo "${ECHO_T}$ac_res" >&6; }
16041 else
16042 # Is the header compilable?
16043 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16044 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16045 cat >conftest.$ac_ext <<_ACEOF
16046 /* confdefs.h. */
16047 _ACEOF
16048 cat confdefs.h >>conftest.$ac_ext
16049 cat >>conftest.$ac_ext <<_ACEOF
16050 /* end confdefs.h. */
16051 $ac_includes_default
16052 #include <$ac_header>
16053 _ACEOF
16054 rm -f conftest.$ac_objext
16055 if { (ac_try="$ac_compile"
16056 case "(($ac_try" in
16057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16058 *) ac_try_echo=$ac_try;;
16059 esac
16060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16061 (eval "$ac_compile") 2>conftest.er1
16062 ac_status=$?
16063 grep -v '^ *+' conftest.er1 >conftest.err
16064 rm -f conftest.er1
16065 cat conftest.err >&5
16066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16067 (exit $ac_status); } && {
16068 test -z "$ac_c_werror_flag" ||
16069 test ! -s conftest.err
16070 } && test -s conftest.$ac_objext; then
16071 ac_header_compiler=yes
16072 else
16073 echo "$as_me: failed program was:" >&5
16074 sed 's/^/| /' conftest.$ac_ext >&5
16076 ac_header_compiler=no
16079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16080 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16081 echo "${ECHO_T}$ac_header_compiler" >&6; }
16083 # Is the header present?
16084 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16085 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16086 cat >conftest.$ac_ext <<_ACEOF
16087 /* confdefs.h. */
16088 _ACEOF
16089 cat confdefs.h >>conftest.$ac_ext
16090 cat >>conftest.$ac_ext <<_ACEOF
16091 /* end confdefs.h. */
16092 #include <$ac_header>
16093 _ACEOF
16094 if { (ac_try="$ac_cpp conftest.$ac_ext"
16095 case "(($ac_try" in
16096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16097 *) ac_try_echo=$ac_try;;
16098 esac
16099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16100 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16101 ac_status=$?
16102 grep -v '^ *+' conftest.er1 >conftest.err
16103 rm -f conftest.er1
16104 cat conftest.err >&5
16105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16106 (exit $ac_status); } >/dev/null && {
16107 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16108 test ! -s conftest.err
16109 }; then
16110 ac_header_preproc=yes
16111 else
16112 echo "$as_me: failed program was:" >&5
16113 sed 's/^/| /' conftest.$ac_ext >&5
16115 ac_header_preproc=no
16118 rm -f conftest.err conftest.$ac_ext
16119 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16120 echo "${ECHO_T}$ac_header_preproc" >&6; }
16122 # So? What about this header?
16123 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16124 yes:no: )
16125 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16126 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16127 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16128 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16129 ac_header_preproc=yes
16131 no:yes:* )
16132 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16133 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16134 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16135 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16136 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16137 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16138 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16139 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16141 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16142 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16143 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16144 ( cat <<\_ASBOX
16145 ## ------------------------------------ ##
16146 ## Report this to wine-devel@winehq.org ##
16147 ## ------------------------------------ ##
16148 _ASBOX
16149 ) | sed "s/^/$as_me: WARNING: /" >&2
16151 esac
16152 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16153 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16155 echo $ECHO_N "(cached) $ECHO_C" >&6
16156 else
16157 eval "$as_ac_Header=\$ac_header_preproc"
16159 ac_res=`eval echo '${'$as_ac_Header'}'`
16160 { echo "$as_me:$LINENO: result: $ac_res" >&5
16161 echo "${ECHO_T}$ac_res" >&6; }
16164 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16165 cat >>confdefs.h <<_ACEOF
16166 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16167 _ACEOF
16171 done
16173 CPPFLAGS="$ac_save_CPPFLAGS"
16174 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
16175 then
16176 FONTCONFIGINCL="$X_CFLAGS"
16178 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
16179 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
16180 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
16181 echo $ECHO_N "(cached) $ECHO_C" >&6
16182 else
16183 ac_check_soname_save_LIBS=$LIBS
16184 LIBS="-lfontconfig $X_LIBS $LIBS"
16185 cat >conftest.$ac_ext <<_ACEOF
16186 /* confdefs.h. */
16187 _ACEOF
16188 cat confdefs.h >>conftest.$ac_ext
16189 cat >>conftest.$ac_ext <<_ACEOF
16190 /* end confdefs.h. */
16192 /* Override any GCC internal prototype to avoid an error.
16193 Use char because int might match the return type of a GCC
16194 builtin and then its argument prototype would still apply. */
16195 #ifdef __cplusplus
16196 extern "C"
16197 #endif
16198 char FcInit ();
16200 main ()
16202 return FcInit ();
16204 return 0;
16206 _ACEOF
16207 rm -f conftest.$ac_objext conftest$ac_exeext
16208 if { (ac_try="$ac_link"
16209 case "(($ac_try" in
16210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16211 *) ac_try_echo=$ac_try;;
16212 esac
16213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16214 (eval "$ac_link") 2>conftest.er1
16215 ac_status=$?
16216 grep -v '^ *+' conftest.er1 >conftest.err
16217 rm -f conftest.er1
16218 cat conftest.err >&5
16219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16220 (exit $ac_status); } && {
16221 test -z "$ac_c_werror_flag" ||
16222 test ! -s conftest.err
16223 } && test -s conftest$ac_exeext &&
16224 $as_test_x conftest$ac_exeext; then
16225 case "$LIBEXT" in
16226 dll) ;;
16227 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'` ;;
16228 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16229 esac
16230 else
16231 echo "$as_me: failed program was:" >&5
16232 sed 's/^/| /' conftest.$ac_ext >&5
16237 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16238 conftest$ac_exeext conftest.$ac_ext
16239 LIBS=$ac_check_soname_save_LIBS
16241 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16242 { echo "$as_me:$LINENO: result: not found" >&5
16243 echo "${ECHO_T}not found" >&6; }
16245 else
16246 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
16247 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
16249 cat >>confdefs.h <<_ACEOF
16250 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
16251 _ACEOF
16258 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
16259 case "x$with_fontconfig" in
16260 x) wine_notices="$wine_notices|fontconfig ${notice_platform}development files not found, fontconfig won't be supported." ;;
16261 xno) ;;
16262 *) { { echo "$as_me:$LINENO: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16263 This is an error since --with-fontconfig was requested." >&5
16264 echo "$as_me: error: fontconfig ${notice_platform}development files not found, fontconfig won't be supported.
16265 This is an error since --with-fontconfig was requested." >&2;}
16266 { (exit 1); exit 1; }; } ;;
16267 esac
16271 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
16272 then
16273 { echo "$as_me:$LINENO: checking for -lssl" >&5
16274 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
16275 if test "${ac_cv_lib_soname_ssl+set}" = set; then
16276 echo $ECHO_N "(cached) $ECHO_C" >&6
16277 else
16278 ac_check_soname_save_LIBS=$LIBS
16279 LIBS="-lssl $LIBS"
16280 cat >conftest.$ac_ext <<_ACEOF
16281 /* confdefs.h. */
16282 _ACEOF
16283 cat confdefs.h >>conftest.$ac_ext
16284 cat >>conftest.$ac_ext <<_ACEOF
16285 /* end confdefs.h. */
16287 /* Override any GCC internal prototype to avoid an error.
16288 Use char because int might match the return type of a GCC
16289 builtin and then its argument prototype would still apply. */
16290 #ifdef __cplusplus
16291 extern "C"
16292 #endif
16293 char SSL_library_init ();
16295 main ()
16297 return SSL_library_init ();
16299 return 0;
16301 _ACEOF
16302 rm -f conftest.$ac_objext conftest$ac_exeext
16303 if { (ac_try="$ac_link"
16304 case "(($ac_try" in
16305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16306 *) ac_try_echo=$ac_try;;
16307 esac
16308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16309 (eval "$ac_link") 2>conftest.er1
16310 ac_status=$?
16311 grep -v '^ *+' conftest.er1 >conftest.err
16312 rm -f conftest.er1
16313 cat conftest.err >&5
16314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16315 (exit $ac_status); } && {
16316 test -z "$ac_c_werror_flag" ||
16317 test ! -s conftest.err
16318 } && test -s conftest$ac_exeext &&
16319 $as_test_x conftest$ac_exeext; then
16320 case "$LIBEXT" in
16321 dll) ;;
16322 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'` ;;
16323 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16324 esac
16325 else
16326 echo "$as_me: failed program was:" >&5
16327 sed 's/^/| /' conftest.$ac_ext >&5
16332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16333 conftest$ac_exeext conftest.$ac_ext
16334 LIBS=$ac_check_soname_save_LIBS
16336 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16337 { echo "$as_me:$LINENO: result: not found" >&5
16338 echo "${ECHO_T}not found" >&6; }
16340 else
16341 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16342 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16344 cat >>confdefs.h <<_ACEOF
16345 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16346 _ACEOF
16351 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16352 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16353 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16354 echo $ECHO_N "(cached) $ECHO_C" >&6
16355 else
16356 ac_check_soname_save_LIBS=$LIBS
16357 LIBS="-lcrypto $LIBS"
16358 cat >conftest.$ac_ext <<_ACEOF
16359 /* confdefs.h. */
16360 _ACEOF
16361 cat confdefs.h >>conftest.$ac_ext
16362 cat >>conftest.$ac_ext <<_ACEOF
16363 /* end confdefs.h. */
16365 /* Override any GCC internal prototype to avoid an error.
16366 Use char because int might match the return type of a GCC
16367 builtin and then its argument prototype would still apply. */
16368 #ifdef __cplusplus
16369 extern "C"
16370 #endif
16371 char BIO_new_socket ();
16373 main ()
16375 return BIO_new_socket ();
16377 return 0;
16379 _ACEOF
16380 rm -f conftest.$ac_objext conftest$ac_exeext
16381 if { (ac_try="$ac_link"
16382 case "(($ac_try" in
16383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16384 *) ac_try_echo=$ac_try;;
16385 esac
16386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16387 (eval "$ac_link") 2>conftest.er1
16388 ac_status=$?
16389 grep -v '^ *+' conftest.er1 >conftest.err
16390 rm -f conftest.er1
16391 cat conftest.err >&5
16392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16393 (exit $ac_status); } && {
16394 test -z "$ac_c_werror_flag" ||
16395 test ! -s conftest.err
16396 } && test -s conftest$ac_exeext &&
16397 $as_test_x conftest$ac_exeext; then
16398 case "$LIBEXT" in
16399 dll) ;;
16400 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'` ;;
16401 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16402 esac
16403 else
16404 echo "$as_me: failed program was:" >&5
16405 sed 's/^/| /' conftest.$ac_ext >&5
16410 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16411 conftest$ac_exeext conftest.$ac_ext
16412 LIBS=$ac_check_soname_save_LIBS
16414 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16415 { echo "$as_me:$LINENO: result: not found" >&5
16416 echo "${ECHO_T}not found" >&6; }
16418 else
16419 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16420 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16422 cat >>confdefs.h <<_ACEOF
16423 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16424 _ACEOF
16430 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16431 case "x$with_openssl" in
16432 x) wine_warnings="$wine_warnings|OpenSSL ${notice_platform}development files not found, SSL won't be supported." ;;
16433 xno) ;;
16434 *) { { echo "$as_me:$LINENO: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16435 This is an error since --with-openssl was requested." >&5
16436 echo "$as_me: error: OpenSSL ${notice_platform}development files not found, SSL won't be supported.
16437 This is an error since --with-openssl was requested." >&2;}
16438 { (exit 1); exit 1; }; } ;;
16439 esac
16443 if test "$ac_cv_header_gsm_h" = "yes" -o "$ac_cv_header_gsm_gsm_h" = "yes"
16444 then
16445 { echo "$as_me:$LINENO: checking for -lgsm" >&5
16446 echo $ECHO_N "checking for -lgsm... $ECHO_C" >&6; }
16447 if test "${ac_cv_lib_soname_gsm+set}" = set; then
16448 echo $ECHO_N "(cached) $ECHO_C" >&6
16449 else
16450 ac_check_soname_save_LIBS=$LIBS
16451 LIBS="-lgsm $LIBS"
16452 cat >conftest.$ac_ext <<_ACEOF
16453 /* confdefs.h. */
16454 _ACEOF
16455 cat confdefs.h >>conftest.$ac_ext
16456 cat >>conftest.$ac_ext <<_ACEOF
16457 /* end confdefs.h. */
16459 /* Override any GCC internal prototype to avoid an error.
16460 Use char because int might match the return type of a GCC
16461 builtin and then its argument prototype would still apply. */
16462 #ifdef __cplusplus
16463 extern "C"
16464 #endif
16465 char gsm_create ();
16467 main ()
16469 return gsm_create ();
16471 return 0;
16473 _ACEOF
16474 rm -f conftest.$ac_objext conftest$ac_exeext
16475 if { (ac_try="$ac_link"
16476 case "(($ac_try" in
16477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16478 *) ac_try_echo=$ac_try;;
16479 esac
16480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16481 (eval "$ac_link") 2>conftest.er1
16482 ac_status=$?
16483 grep -v '^ *+' conftest.er1 >conftest.err
16484 rm -f conftest.er1
16485 cat conftest.err >&5
16486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16487 (exit $ac_status); } && {
16488 test -z "$ac_c_werror_flag" ||
16489 test ! -s conftest.err
16490 } && test -s conftest$ac_exeext &&
16491 $as_test_x conftest$ac_exeext; then
16492 case "$LIBEXT" in
16493 dll) ;;
16494 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'` ;;
16495 *) ac_cv_lib_soname_gsm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgsm\\.$LIBEXT" | sed -e "s/^.*\(libgsm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16496 esac
16497 else
16498 echo "$as_me: failed program was:" >&5
16499 sed 's/^/| /' conftest.$ac_ext >&5
16504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16505 conftest$ac_exeext conftest.$ac_ext
16506 LIBS=$ac_check_soname_save_LIBS
16508 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16509 { echo "$as_me:$LINENO: result: not found" >&5
16510 echo "${ECHO_T}not found" >&6; }
16512 else
16513 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gsm" >&5
16514 echo "${ECHO_T}$ac_cv_lib_soname_gsm" >&6; }
16516 cat >>confdefs.h <<_ACEOF
16517 #define SONAME_LIBGSM "$ac_cv_lib_soname_gsm"
16518 _ACEOF
16524 if test "x$ac_cv_lib_soname_gsm" = "x"; then
16525 case "x$with_gsm" in
16526 x) wine_notices="$wine_notices|libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported." ;;
16527 xno) ;;
16528 *) { { echo "$as_me:$LINENO: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16529 This is an error since --with-gsm was requested." >&5
16530 echo "$as_me: error: libgsm ${notice_platform}development files not found, gsm 06.10 codec won't be supported.
16531 This is an error since --with-gsm was requested." >&2;}
16532 { (exit 1); exit 1; }; } ;;
16533 esac
16537 if test "$ac_cv_header_jpeglib_h" = "yes"
16538 then
16539 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16540 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16541 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16542 echo $ECHO_N "(cached) $ECHO_C" >&6
16543 else
16544 ac_check_soname_save_LIBS=$LIBS
16545 LIBS="-ljpeg $LIBS"
16546 cat >conftest.$ac_ext <<_ACEOF
16547 /* confdefs.h. */
16548 _ACEOF
16549 cat confdefs.h >>conftest.$ac_ext
16550 cat >>conftest.$ac_ext <<_ACEOF
16551 /* end confdefs.h. */
16553 /* Override any GCC internal prototype to avoid an error.
16554 Use char because int might match the return type of a GCC
16555 builtin and then its argument prototype would still apply. */
16556 #ifdef __cplusplus
16557 extern "C"
16558 #endif
16559 char jpeg_start_decompress ();
16561 main ()
16563 return jpeg_start_decompress ();
16565 return 0;
16567 _ACEOF
16568 rm -f conftest.$ac_objext conftest$ac_exeext
16569 if { (ac_try="$ac_link"
16570 case "(($ac_try" in
16571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16572 *) ac_try_echo=$ac_try;;
16573 esac
16574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16575 (eval "$ac_link") 2>conftest.er1
16576 ac_status=$?
16577 grep -v '^ *+' conftest.er1 >conftest.err
16578 rm -f conftest.er1
16579 cat conftest.err >&5
16580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16581 (exit $ac_status); } && {
16582 test -z "$ac_c_werror_flag" ||
16583 test ! -s conftest.err
16584 } && test -s conftest$ac_exeext &&
16585 $as_test_x conftest$ac_exeext; then
16586 case "$LIBEXT" in
16587 dll) ;;
16588 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'` ;;
16589 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16590 esac
16591 else
16592 echo "$as_me: failed program was:" >&5
16593 sed 's/^/| /' conftest.$ac_ext >&5
16598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16599 conftest$ac_exeext conftest.$ac_ext
16600 LIBS=$ac_check_soname_save_LIBS
16602 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16603 { echo "$as_me:$LINENO: result: not found" >&5
16604 echo "${ECHO_T}not found" >&6; }
16606 else
16607 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16608 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16610 cat >>confdefs.h <<_ACEOF
16611 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16612 _ACEOF
16618 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16619 case "x$with_jpeg" in
16620 x) wine_warnings="$wine_warnings|libjpeg ${notice_platform}development files not found, JPEG won't be supported." ;;
16621 xno) ;;
16622 *) { { echo "$as_me:$LINENO: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16623 This is an error since --with-jpeg was requested." >&5
16624 echo "$as_me: error: libjpeg ${notice_platform}development files not found, JPEG won't be supported.
16625 This is an error since --with-jpeg was requested." >&2;}
16626 { (exit 1); exit 1; }; } ;;
16627 esac
16631 if test "$ac_cv_header_png_h" = "yes"
16632 then
16633 { echo "$as_me:$LINENO: checking for -lpng" >&5
16634 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16635 if test "${ac_cv_lib_soname_png+set}" = set; then
16636 echo $ECHO_N "(cached) $ECHO_C" >&6
16637 else
16638 ac_check_soname_save_LIBS=$LIBS
16639 LIBS="-lpng -lm -lz $LIBS"
16640 cat >conftest.$ac_ext <<_ACEOF
16641 /* confdefs.h. */
16642 _ACEOF
16643 cat confdefs.h >>conftest.$ac_ext
16644 cat >>conftest.$ac_ext <<_ACEOF
16645 /* end confdefs.h. */
16647 /* Override any GCC internal prototype to avoid an error.
16648 Use char because int might match the return type of a GCC
16649 builtin and then its argument prototype would still apply. */
16650 #ifdef __cplusplus
16651 extern "C"
16652 #endif
16653 char png_create_read_struct ();
16655 main ()
16657 return png_create_read_struct ();
16659 return 0;
16661 _ACEOF
16662 rm -f conftest.$ac_objext conftest$ac_exeext
16663 if { (ac_try="$ac_link"
16664 case "(($ac_try" in
16665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16666 *) ac_try_echo=$ac_try;;
16667 esac
16668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16669 (eval "$ac_link") 2>conftest.er1
16670 ac_status=$?
16671 grep -v '^ *+' conftest.er1 >conftest.err
16672 rm -f conftest.er1
16673 cat conftest.err >&5
16674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16675 (exit $ac_status); } && {
16676 test -z "$ac_c_werror_flag" ||
16677 test ! -s conftest.err
16678 } && test -s conftest$ac_exeext &&
16679 $as_test_x conftest$ac_exeext; then
16680 case "$LIBEXT" in
16681 dll) ;;
16682 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'` ;;
16683 *) 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'` ;;
16684 esac
16685 else
16686 echo "$as_me: failed program was:" >&5
16687 sed 's/^/| /' conftest.$ac_ext >&5
16692 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16693 conftest$ac_exeext conftest.$ac_ext
16694 LIBS=$ac_check_soname_save_LIBS
16696 if test "x$ac_cv_lib_soname_png" = "x"; then
16697 { echo "$as_me:$LINENO: result: not found" >&5
16698 echo "${ECHO_T}not found" >&6; }
16700 else
16701 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16702 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16704 cat >>confdefs.h <<_ACEOF
16705 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16706 _ACEOF
16711 elif test -n "$X_CFLAGS" -a "x$with_png" != "xno"
16712 then
16713 ac_save_CPPFLAGS="$CPPFLAGS"
16714 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
16715 $as_unset ac_cv_header_png_h
16717 for ac_header in png.h
16719 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
16720 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16721 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16722 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16723 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16724 echo $ECHO_N "(cached) $ECHO_C" >&6
16726 ac_res=`eval echo '${'$as_ac_Header'}'`
16727 { echo "$as_me:$LINENO: result: $ac_res" >&5
16728 echo "${ECHO_T}$ac_res" >&6; }
16729 else
16730 # Is the header compilable?
16731 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
16732 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
16733 cat >conftest.$ac_ext <<_ACEOF
16734 /* confdefs.h. */
16735 _ACEOF
16736 cat confdefs.h >>conftest.$ac_ext
16737 cat >>conftest.$ac_ext <<_ACEOF
16738 /* end confdefs.h. */
16739 $ac_includes_default
16740 #include <$ac_header>
16741 _ACEOF
16742 rm -f conftest.$ac_objext
16743 if { (ac_try="$ac_compile"
16744 case "(($ac_try" in
16745 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16746 *) ac_try_echo=$ac_try;;
16747 esac
16748 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16749 (eval "$ac_compile") 2>conftest.er1
16750 ac_status=$?
16751 grep -v '^ *+' conftest.er1 >conftest.err
16752 rm -f conftest.er1
16753 cat conftest.err >&5
16754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16755 (exit $ac_status); } && {
16756 test -z "$ac_c_werror_flag" ||
16757 test ! -s conftest.err
16758 } && test -s conftest.$ac_objext; then
16759 ac_header_compiler=yes
16760 else
16761 echo "$as_me: failed program was:" >&5
16762 sed 's/^/| /' conftest.$ac_ext >&5
16764 ac_header_compiler=no
16767 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16768 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
16769 echo "${ECHO_T}$ac_header_compiler" >&6; }
16771 # Is the header present?
16772 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
16773 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
16774 cat >conftest.$ac_ext <<_ACEOF
16775 /* confdefs.h. */
16776 _ACEOF
16777 cat confdefs.h >>conftest.$ac_ext
16778 cat >>conftest.$ac_ext <<_ACEOF
16779 /* end confdefs.h. */
16780 #include <$ac_header>
16781 _ACEOF
16782 if { (ac_try="$ac_cpp conftest.$ac_ext"
16783 case "(($ac_try" in
16784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16785 *) ac_try_echo=$ac_try;;
16786 esac
16787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16788 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
16789 ac_status=$?
16790 grep -v '^ *+' conftest.er1 >conftest.err
16791 rm -f conftest.er1
16792 cat conftest.err >&5
16793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16794 (exit $ac_status); } >/dev/null && {
16795 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
16796 test ! -s conftest.err
16797 }; then
16798 ac_header_preproc=yes
16799 else
16800 echo "$as_me: failed program was:" >&5
16801 sed 's/^/| /' conftest.$ac_ext >&5
16803 ac_header_preproc=no
16806 rm -f conftest.err conftest.$ac_ext
16807 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
16808 echo "${ECHO_T}$ac_header_preproc" >&6; }
16810 # So? What about this header?
16811 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
16812 yes:no: )
16813 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
16814 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
16815 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
16816 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
16817 ac_header_preproc=yes
16819 no:yes:* )
16820 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
16821 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
16822 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
16823 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
16824 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
16825 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
16826 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
16827 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
16828 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
16829 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
16830 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
16831 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
16832 ( cat <<\_ASBOX
16833 ## ------------------------------------ ##
16834 ## Report this to wine-devel@winehq.org ##
16835 ## ------------------------------------ ##
16836 _ASBOX
16837 ) | sed "s/^/$as_me: WARNING: /" >&2
16839 esac
16840 { echo "$as_me:$LINENO: checking for $ac_header" >&5
16841 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
16842 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
16843 echo $ECHO_N "(cached) $ECHO_C" >&6
16844 else
16845 eval "$as_ac_Header=\$ac_header_preproc"
16847 ac_res=`eval echo '${'$as_ac_Header'}'`
16848 { echo "$as_me:$LINENO: result: $ac_res" >&5
16849 echo "${ECHO_T}$ac_res" >&6; }
16852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
16853 cat >>confdefs.h <<_ACEOF
16854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
16855 _ACEOF
16859 done
16861 CPPFLAGS="$ac_save_CPPFLAGS"
16862 if test "$ac_cv_header_png_h" = "yes"
16863 then
16864 PNGINCL="$X_CFLAGS"
16866 { echo "$as_me:$LINENO: checking for -lpng" >&5
16867 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16868 if test "${ac_cv_lib_soname_png+set}" = set; then
16869 echo $ECHO_N "(cached) $ECHO_C" >&6
16870 else
16871 ac_check_soname_save_LIBS=$LIBS
16872 LIBS="-lpng $X_LIBS -lm -lz $LIBS"
16873 cat >conftest.$ac_ext <<_ACEOF
16874 /* confdefs.h. */
16875 _ACEOF
16876 cat confdefs.h >>conftest.$ac_ext
16877 cat >>conftest.$ac_ext <<_ACEOF
16878 /* end confdefs.h. */
16880 /* Override any GCC internal prototype to avoid an error.
16881 Use char because int might match the return type of a GCC
16882 builtin and then its argument prototype would still apply. */
16883 #ifdef __cplusplus
16884 extern "C"
16885 #endif
16886 char png_create_read_struct ();
16888 main ()
16890 return png_create_read_struct ();
16892 return 0;
16894 _ACEOF
16895 rm -f conftest.$ac_objext conftest$ac_exeext
16896 if { (ac_try="$ac_link"
16897 case "(($ac_try" in
16898 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16899 *) ac_try_echo=$ac_try;;
16900 esac
16901 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16902 (eval "$ac_link") 2>conftest.er1
16903 ac_status=$?
16904 grep -v '^ *+' conftest.er1 >conftest.err
16905 rm -f conftest.er1
16906 cat conftest.err >&5
16907 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16908 (exit $ac_status); } && {
16909 test -z "$ac_c_werror_flag" ||
16910 test ! -s conftest.err
16911 } && test -s conftest$ac_exeext &&
16912 $as_test_x conftest$ac_exeext; then
16913 case "$LIBEXT" in
16914 dll) ;;
16915 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'` ;;
16916 *) 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'` ;;
16917 esac
16918 else
16919 echo "$as_me: failed program was:" >&5
16920 sed 's/^/| /' conftest.$ac_ext >&5
16925 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16926 conftest$ac_exeext conftest.$ac_ext
16927 LIBS=$ac_check_soname_save_LIBS
16929 if test "x$ac_cv_lib_soname_png" = "x"; then
16930 { echo "$as_me:$LINENO: result: not found" >&5
16931 echo "${ECHO_T}not found" >&6; }
16933 else
16934 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16935 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16937 cat >>confdefs.h <<_ACEOF
16938 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16939 _ACEOF
16946 if test "x$ac_cv_lib_soname_png" = "x"; then
16947 case "x$with_png" in
16948 x) wine_warnings="$wine_warnings|libpng ${notice_platform}development files not found, PNG won't be supported." ;;
16949 xno) ;;
16950 *) { { echo "$as_me:$LINENO: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16951 This is an error since --with-png was requested." >&5
16952 echo "$as_me: error: libpng ${notice_platform}development files not found, PNG won't be supported.
16953 This is an error since --with-png was requested." >&2;}
16954 { (exit 1); exit 1; }; } ;;
16955 esac
16959 if test "$ac_cv_header_mpg123_h" = "yes"
16960 then
16961 { echo "$as_me:$LINENO: checking for mpg123_feed in -lmpg123" >&5
16962 echo $ECHO_N "checking for mpg123_feed in -lmpg123... $ECHO_C" >&6; }
16963 if test "${ac_cv_lib_mpg123_mpg123_feed+set}" = set; then
16964 echo $ECHO_N "(cached) $ECHO_C" >&6
16965 else
16966 ac_check_lib_save_LIBS=$LIBS
16967 LIBS="-lmpg123 $LIBS"
16968 cat >conftest.$ac_ext <<_ACEOF
16969 /* confdefs.h. */
16970 _ACEOF
16971 cat confdefs.h >>conftest.$ac_ext
16972 cat >>conftest.$ac_ext <<_ACEOF
16973 /* end confdefs.h. */
16975 /* Override any GCC internal prototype to avoid an error.
16976 Use char because int might match the return type of a GCC
16977 builtin and then its argument prototype would still apply. */
16978 #ifdef __cplusplus
16979 extern "C"
16980 #endif
16981 char mpg123_feed ();
16983 main ()
16985 return mpg123_feed ();
16987 return 0;
16989 _ACEOF
16990 rm -f conftest.$ac_objext conftest$ac_exeext
16991 if { (ac_try="$ac_link"
16992 case "(($ac_try" in
16993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16994 *) ac_try_echo=$ac_try;;
16995 esac
16996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16997 (eval "$ac_link") 2>conftest.er1
16998 ac_status=$?
16999 grep -v '^ *+' conftest.er1 >conftest.err
17000 rm -f conftest.er1
17001 cat conftest.err >&5
17002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17003 (exit $ac_status); } && {
17004 test -z "$ac_c_werror_flag" ||
17005 test ! -s conftest.err
17006 } && test -s conftest$ac_exeext &&
17007 $as_test_x conftest$ac_exeext; then
17008 ac_cv_lib_mpg123_mpg123_feed=yes
17009 else
17010 echo "$as_me: failed program was:" >&5
17011 sed 's/^/| /' conftest.$ac_ext >&5
17013 ac_cv_lib_mpg123_mpg123_feed=no
17016 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17017 conftest$ac_exeext conftest.$ac_ext
17018 LIBS=$ac_check_lib_save_LIBS
17020 { echo "$as_me:$LINENO: result: $ac_cv_lib_mpg123_mpg123_feed" >&5
17021 echo "${ECHO_T}$ac_cv_lib_mpg123_mpg123_feed" >&6; }
17022 if test $ac_cv_lib_mpg123_mpg123_feed = yes; then
17023 LIBMPG123="-lmpg123"
17028 if test "x$ac_cv_lib_mpg123_mpg123_feed" != xyes; then
17029 case "x$with_mpg123" in
17030 x) wine_notices="$wine_notices|libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported." ;;
17031 xno) ;;
17032 *) { { echo "$as_me:$LINENO: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17033 This is an error since --with-mpg123 was requested." >&5
17034 echo "$as_me: error: libmpg123 ${notice_platform}development files not found (or too old), mp3 codec won't be supported.
17035 This is an error since --with-mpg123 was requested." >&2;}
17036 { (exit 1); exit 1; }; } ;;
17037 esac
17040 test "x$ac_cv_lib_mpg123_mpg123_feed" = xyes || enable_winemp3_acm=${enable_winemp3_acm:-no}
17042 if test "$ac_cv_header_AL_al_h" = "yes"
17043 then
17044 { echo "$as_me:$LINENO: checking for alGetSource3i in -lopenal" >&5
17045 echo $ECHO_N "checking for alGetSource3i in -lopenal... $ECHO_C" >&6; }
17046 if test "${ac_cv_lib_openal_alGetSource3i+set}" = set; then
17047 echo $ECHO_N "(cached) $ECHO_C" >&6
17048 else
17049 ac_check_lib_save_LIBS=$LIBS
17050 LIBS="-lopenal $LIBS"
17051 cat >conftest.$ac_ext <<_ACEOF
17052 /* confdefs.h. */
17053 _ACEOF
17054 cat confdefs.h >>conftest.$ac_ext
17055 cat >>conftest.$ac_ext <<_ACEOF
17056 /* end confdefs.h. */
17058 /* Override any GCC internal prototype to avoid an error.
17059 Use char because int might match the return type of a GCC
17060 builtin and then its argument prototype would still apply. */
17061 #ifdef __cplusplus
17062 extern "C"
17063 #endif
17064 char alGetSource3i ();
17066 main ()
17068 return alGetSource3i ();
17070 return 0;
17072 _ACEOF
17073 rm -f conftest.$ac_objext conftest$ac_exeext
17074 if { (ac_try="$ac_link"
17075 case "(($ac_try" in
17076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17077 *) ac_try_echo=$ac_try;;
17078 esac
17079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17080 (eval "$ac_link") 2>conftest.er1
17081 ac_status=$?
17082 grep -v '^ *+' conftest.er1 >conftest.err
17083 rm -f conftest.er1
17084 cat conftest.err >&5
17085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17086 (exit $ac_status); } && {
17087 test -z "$ac_c_werror_flag" ||
17088 test ! -s conftest.err
17089 } && test -s conftest$ac_exeext &&
17090 $as_test_x conftest$ac_exeext; then
17091 ac_cv_lib_openal_alGetSource3i=yes
17092 else
17093 echo "$as_me: failed program was:" >&5
17094 sed 's/^/| /' conftest.$ac_ext >&5
17096 ac_cv_lib_openal_alGetSource3i=no
17099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17100 conftest$ac_exeext conftest.$ac_ext
17101 LIBS=$ac_check_lib_save_LIBS
17103 { echo "$as_me:$LINENO: result: $ac_cv_lib_openal_alGetSource3i" >&5
17104 echo "${ECHO_T}$ac_cv_lib_openal_alGetSource3i" >&6; }
17105 if test $ac_cv_lib_openal_alGetSource3i = yes; then
17106 LIBOPENAL="-lopenal"
17111 if test "x$ac_cv_lib_openal_alGetSource3i" != xyes; then
17112 case "x$with_openal" in
17113 x) wine_notices="$wine_notices|libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported." ;;
17114 xno) ;;
17115 *) { { echo "$as_me:$LINENO: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17116 This is an error since --with-openal was requested." >&5
17117 echo "$as_me: error: libopenal ${notice_platform}development files not found (or too old), OpenAL won't be supported.
17118 This is an error since --with-openal was requested." >&2;}
17119 { (exit 1); exit 1; }; } ;;
17120 esac
17123 test "x$ac_cv_lib_openal_alGetSource3i" = xyes || enable_openal32=${enable_openal32:-no}
17125 if test "$ac_cv_header_kstat_h" = "yes"
17126 then
17127 { echo "$as_me:$LINENO: checking for kstat_open in -lkstat" >&5
17128 echo $ECHO_N "checking for kstat_open in -lkstat... $ECHO_C" >&6; }
17129 if test "${ac_cv_lib_kstat_kstat_open+set}" = set; then
17130 echo $ECHO_N "(cached) $ECHO_C" >&6
17131 else
17132 ac_check_lib_save_LIBS=$LIBS
17133 LIBS="-lkstat $LIBS"
17134 cat >conftest.$ac_ext <<_ACEOF
17135 /* confdefs.h. */
17136 _ACEOF
17137 cat confdefs.h >>conftest.$ac_ext
17138 cat >>conftest.$ac_ext <<_ACEOF
17139 /* end confdefs.h. */
17141 /* Override any GCC internal prototype to avoid an error.
17142 Use char because int might match the return type of a GCC
17143 builtin and then its argument prototype would still apply. */
17144 #ifdef __cplusplus
17145 extern "C"
17146 #endif
17147 char kstat_open ();
17149 main ()
17151 return kstat_open ();
17153 return 0;
17155 _ACEOF
17156 rm -f conftest.$ac_objext conftest$ac_exeext
17157 if { (ac_try="$ac_link"
17158 case "(($ac_try" in
17159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17160 *) ac_try_echo=$ac_try;;
17161 esac
17162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17163 (eval "$ac_link") 2>conftest.er1
17164 ac_status=$?
17165 grep -v '^ *+' conftest.er1 >conftest.err
17166 rm -f conftest.er1
17167 cat conftest.err >&5
17168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17169 (exit $ac_status); } && {
17170 test -z "$ac_c_werror_flag" ||
17171 test ! -s conftest.err
17172 } && test -s conftest$ac_exeext &&
17173 $as_test_x conftest$ac_exeext; then
17174 ac_cv_lib_kstat_kstat_open=yes
17175 else
17176 echo "$as_me: failed program was:" >&5
17177 sed 's/^/| /' conftest.$ac_ext >&5
17179 ac_cv_lib_kstat_kstat_open=no
17182 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17183 conftest$ac_exeext conftest.$ac_ext
17184 LIBS=$ac_check_lib_save_LIBS
17186 { echo "$as_me:$LINENO: result: $ac_cv_lib_kstat_kstat_open" >&5
17187 echo "${ECHO_T}$ac_cv_lib_kstat_kstat_open" >&6; }
17188 if test $ac_cv_lib_kstat_kstat_open = yes; then
17190 cat >>confdefs.h <<\_ACEOF
17191 #define HAVE_LIBKSTAT 1
17192 _ACEOF
17194 LIBKSTAT="-lkstat"
17200 { echo "$as_me:$LINENO: checking for -lodbc" >&5
17201 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
17202 if test "${ac_cv_lib_soname_odbc+set}" = set; then
17203 echo $ECHO_N "(cached) $ECHO_C" >&6
17204 else
17205 ac_check_soname_save_LIBS=$LIBS
17206 LIBS="-lodbc $LIBS"
17207 cat >conftest.$ac_ext <<_ACEOF
17208 /* confdefs.h. */
17209 _ACEOF
17210 cat confdefs.h >>conftest.$ac_ext
17211 cat >>conftest.$ac_ext <<_ACEOF
17212 /* end confdefs.h. */
17214 /* Override any GCC internal prototype to avoid an error.
17215 Use char because int might match the return type of a GCC
17216 builtin and then its argument prototype would still apply. */
17217 #ifdef __cplusplus
17218 extern "C"
17219 #endif
17220 char SQLConnect ();
17222 main ()
17224 return SQLConnect ();
17226 return 0;
17228 _ACEOF
17229 rm -f conftest.$ac_objext conftest$ac_exeext
17230 if { (ac_try="$ac_link"
17231 case "(($ac_try" in
17232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17233 *) ac_try_echo=$ac_try;;
17234 esac
17235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17236 (eval "$ac_link") 2>conftest.er1
17237 ac_status=$?
17238 grep -v '^ *+' conftest.er1 >conftest.err
17239 rm -f conftest.er1
17240 cat conftest.err >&5
17241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17242 (exit $ac_status); } && {
17243 test -z "$ac_c_werror_flag" ||
17244 test ! -s conftest.err
17245 } && test -s conftest$ac_exeext &&
17246 $as_test_x conftest$ac_exeext; then
17247 case "$LIBEXT" in
17248 dll) ;;
17249 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'` ;;
17250 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
17251 esac
17252 else
17253 echo "$as_me: failed program was:" >&5
17254 sed 's/^/| /' conftest.$ac_ext >&5
17259 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17260 conftest$ac_exeext conftest.$ac_ext
17261 LIBS=$ac_check_soname_save_LIBS
17263 if test "x$ac_cv_lib_soname_odbc" = "x"; then
17264 { echo "$as_me:$LINENO: result: not found" >&5
17265 echo "${ECHO_T}not found" >&6; }
17266 cat >>confdefs.h <<_ACEOF
17267 #define SONAME_LIBODBC "libodbc.$LIBEXT"
17268 _ACEOF
17270 else
17271 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
17272 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
17274 cat >>confdefs.h <<_ACEOF
17275 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
17276 _ACEOF
17282 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
17283 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
17284 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
17285 "$ac_cv_header_soundcard_h" != "yes" -a \
17286 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
17287 then
17288 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
17292 EXTRACFLAGS=""
17294 if test "x${GCC}" = "xyes"
17295 then
17296 EXTRACFLAGS="-Wall -pipe"
17298 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
17299 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
17300 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17302 else
17303 if test "$cross_compiling" = yes; then
17304 ac_cv_c_gcc_strength_bug="yes"
17305 else
17306 cat >conftest.$ac_ext <<_ACEOF
17307 /* confdefs.h. */
17308 _ACEOF
17309 cat confdefs.h >>conftest.$ac_ext
17310 cat >>conftest.$ac_ext <<_ACEOF
17311 /* end confdefs.h. */
17312 int L[4] = {0,1,2,3};
17314 main ()
17316 static int Array[3];
17317 unsigned int B = 3;
17318 int i;
17319 for(i=0; i<B; i++) Array[i] = i - 3;
17320 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
17321 L[i] = 4;
17322 return (Array[1] != -2 || L[2] != 3)
17324 return 0;
17326 _ACEOF
17327 rm -f conftest$ac_exeext
17328 if { (ac_try="$ac_link"
17329 case "(($ac_try" in
17330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17331 *) ac_try_echo=$ac_try;;
17332 esac
17333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17334 (eval "$ac_link") 2>&5
17335 ac_status=$?
17336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17337 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
17338 { (case "(($ac_try" in
17339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17340 *) ac_try_echo=$ac_try;;
17341 esac
17342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17343 (eval "$ac_try") 2>&5
17344 ac_status=$?
17345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17346 (exit $ac_status); }; }; then
17347 ac_cv_c_gcc_strength_bug="no"
17348 else
17349 echo "$as_me: program exited with status $ac_status" >&5
17350 echo "$as_me: failed program was:" >&5
17351 sed 's/^/| /' conftest.$ac_ext >&5
17353 ( exit $ac_status )
17354 ac_cv_c_gcc_strength_bug="yes"
17356 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
17361 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
17362 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
17363 if test "$ac_cv_c_gcc_strength_bug" = "yes"
17364 then
17365 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
17368 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
17369 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
17370 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
17371 echo $ECHO_N "(cached) $ECHO_C" >&6
17372 else
17373 ac_wine_try_cflags_saved=$CFLAGS
17374 CFLAGS="$CFLAGS -fno-builtin"
17375 cat >conftest.$ac_ext <<_ACEOF
17376 /* confdefs.h. */
17377 _ACEOF
17378 cat confdefs.h >>conftest.$ac_ext
17379 cat >>conftest.$ac_ext <<_ACEOF
17380 /* end confdefs.h. */
17381 int main(int argc, char *argv) { return 0; }
17382 _ACEOF
17383 rm -f conftest.$ac_objext conftest$ac_exeext
17384 if { (ac_try="$ac_link"
17385 case "(($ac_try" in
17386 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17387 *) ac_try_echo=$ac_try;;
17388 esac
17389 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17390 (eval "$ac_link") 2>conftest.er1
17391 ac_status=$?
17392 grep -v '^ *+' conftest.er1 >conftest.err
17393 rm -f conftest.er1
17394 cat conftest.err >&5
17395 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17396 (exit $ac_status); } && {
17397 test -z "$ac_c_werror_flag" ||
17398 test ! -s conftest.err
17399 } && test -s conftest$ac_exeext &&
17400 $as_test_x conftest$ac_exeext; then
17401 ac_cv_cflags__fno_builtin=yes
17402 else
17403 echo "$as_me: failed program was:" >&5
17404 sed 's/^/| /' conftest.$ac_ext >&5
17406 ac_cv_cflags__fno_builtin=no
17409 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17410 conftest$ac_exeext conftest.$ac_ext
17411 CFLAGS=$ac_wine_try_cflags_saved
17413 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
17414 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
17415 if test $ac_cv_cflags__fno_builtin = yes; then
17416 BUILTINFLAG="-fno-builtin"
17420 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
17421 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
17422 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
17423 echo $ECHO_N "(cached) $ECHO_C" >&6
17424 else
17425 ac_wine_try_cflags_saved=$CFLAGS
17426 CFLAGS="$CFLAGS -fno-strict-aliasing"
17427 cat >conftest.$ac_ext <<_ACEOF
17428 /* confdefs.h. */
17429 _ACEOF
17430 cat confdefs.h >>conftest.$ac_ext
17431 cat >>conftest.$ac_ext <<_ACEOF
17432 /* end confdefs.h. */
17433 int main(int argc, char *argv) { return 0; }
17434 _ACEOF
17435 rm -f conftest.$ac_objext conftest$ac_exeext
17436 if { (ac_try="$ac_link"
17437 case "(($ac_try" in
17438 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17439 *) ac_try_echo=$ac_try;;
17440 esac
17441 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17442 (eval "$ac_link") 2>conftest.er1
17443 ac_status=$?
17444 grep -v '^ *+' conftest.er1 >conftest.err
17445 rm -f conftest.er1
17446 cat conftest.err >&5
17447 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17448 (exit $ac_status); } && {
17449 test -z "$ac_c_werror_flag" ||
17450 test ! -s conftest.err
17451 } && test -s conftest$ac_exeext &&
17452 $as_test_x conftest$ac_exeext; then
17453 ac_cv_cflags__fno_strict_aliasing=yes
17454 else
17455 echo "$as_me: failed program was:" >&5
17456 sed 's/^/| /' conftest.$ac_ext >&5
17458 ac_cv_cflags__fno_strict_aliasing=no
17461 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17462 conftest$ac_exeext conftest.$ac_ext
17463 CFLAGS=$ac_wine_try_cflags_saved
17465 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
17466 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
17467 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
17468 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
17471 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
17472 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
17473 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17475 else
17476 ac_wine_try_cflags_saved=$CFLAGS
17477 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
17478 cat >conftest.$ac_ext <<_ACEOF
17479 /* confdefs.h. */
17480 _ACEOF
17481 cat confdefs.h >>conftest.$ac_ext
17482 cat >>conftest.$ac_ext <<_ACEOF
17483 /* end confdefs.h. */
17484 int main(int argc, char *argv) { return 0; }
17485 _ACEOF
17486 rm -f conftest.$ac_objext conftest$ac_exeext
17487 if { (ac_try="$ac_link"
17488 case "(($ac_try" in
17489 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17490 *) ac_try_echo=$ac_try;;
17491 esac
17492 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17493 (eval "$ac_link") 2>conftest.er1
17494 ac_status=$?
17495 grep -v '^ *+' conftest.er1 >conftest.err
17496 rm -f conftest.er1
17497 cat conftest.err >&5
17498 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17499 (exit $ac_status); } && {
17500 test -z "$ac_c_werror_flag" ||
17501 test ! -s conftest.err
17502 } && test -s conftest$ac_exeext &&
17503 $as_test_x conftest$ac_exeext; then
17504 ac_cv_cflags__Wdeclaration_after_statement=yes
17505 else
17506 echo "$as_me: failed program was:" >&5
17507 sed 's/^/| /' conftest.$ac_ext >&5
17509 ac_cv_cflags__Wdeclaration_after_statement=no
17512 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17513 conftest$ac_exeext conftest.$ac_ext
17514 CFLAGS=$ac_wine_try_cflags_saved
17516 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
17517 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
17518 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
17519 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
17522 { echo "$as_me:$LINENO: checking whether the compiler supports -Wstrict-prototypes" >&5
17523 echo $ECHO_N "checking whether the compiler supports -Wstrict-prototypes... $ECHO_C" >&6; }
17524 if test "${ac_cv_cflags__Wstrict_prototypes+set}" = set; then
17525 echo $ECHO_N "(cached) $ECHO_C" >&6
17526 else
17527 ac_wine_try_cflags_saved=$CFLAGS
17528 CFLAGS="$CFLAGS -Wstrict-prototypes"
17529 cat >conftest.$ac_ext <<_ACEOF
17530 /* confdefs.h. */
17531 _ACEOF
17532 cat confdefs.h >>conftest.$ac_ext
17533 cat >>conftest.$ac_ext <<_ACEOF
17534 /* end confdefs.h. */
17535 int main(int argc, char *argv) { return 0; }
17536 _ACEOF
17537 rm -f conftest.$ac_objext conftest$ac_exeext
17538 if { (ac_try="$ac_link"
17539 case "(($ac_try" in
17540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17541 *) ac_try_echo=$ac_try;;
17542 esac
17543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17544 (eval "$ac_link") 2>conftest.er1
17545 ac_status=$?
17546 grep -v '^ *+' conftest.er1 >conftest.err
17547 rm -f conftest.er1
17548 cat conftest.err >&5
17549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17550 (exit $ac_status); } && {
17551 test -z "$ac_c_werror_flag" ||
17552 test ! -s conftest.err
17553 } && test -s conftest$ac_exeext &&
17554 $as_test_x conftest$ac_exeext; then
17555 ac_cv_cflags__Wstrict_prototypes=yes
17556 else
17557 echo "$as_me: failed program was:" >&5
17558 sed 's/^/| /' conftest.$ac_ext >&5
17560 ac_cv_cflags__Wstrict_prototypes=no
17563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17564 conftest$ac_exeext conftest.$ac_ext
17565 CFLAGS=$ac_wine_try_cflags_saved
17567 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wstrict_prototypes" >&5
17568 echo "${ECHO_T}$ac_cv_cflags__Wstrict_prototypes" >&6; }
17569 if test $ac_cv_cflags__Wstrict_prototypes = yes; then
17570 EXTRACFLAGS="$EXTRACFLAGS -Wstrict-prototypes"
17573 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
17574 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
17575 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
17576 echo $ECHO_N "(cached) $ECHO_C" >&6
17577 else
17578 ac_wine_try_cflags_saved=$CFLAGS
17579 CFLAGS="$CFLAGS -Wwrite-strings"
17580 cat >conftest.$ac_ext <<_ACEOF
17581 /* confdefs.h. */
17582 _ACEOF
17583 cat confdefs.h >>conftest.$ac_ext
17584 cat >>conftest.$ac_ext <<_ACEOF
17585 /* end confdefs.h. */
17586 int main(int argc, char *argv) { return 0; }
17587 _ACEOF
17588 rm -f conftest.$ac_objext conftest$ac_exeext
17589 if { (ac_try="$ac_link"
17590 case "(($ac_try" in
17591 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17592 *) ac_try_echo=$ac_try;;
17593 esac
17594 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17595 (eval "$ac_link") 2>conftest.er1
17596 ac_status=$?
17597 grep -v '^ *+' conftest.er1 >conftest.err
17598 rm -f conftest.er1
17599 cat conftest.err >&5
17600 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17601 (exit $ac_status); } && {
17602 test -z "$ac_c_werror_flag" ||
17603 test ! -s conftest.err
17604 } && test -s conftest$ac_exeext &&
17605 $as_test_x conftest$ac_exeext; then
17606 ac_cv_cflags__Wwrite_strings=yes
17607 else
17608 echo "$as_me: failed program was:" >&5
17609 sed 's/^/| /' conftest.$ac_ext >&5
17611 ac_cv_cflags__Wwrite_strings=no
17614 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17615 conftest$ac_exeext conftest.$ac_ext
17616 CFLAGS=$ac_wine_try_cflags_saved
17618 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
17619 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
17620 if test $ac_cv_cflags__Wwrite_strings = yes; then
17621 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
17624 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
17625 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
17626 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
17627 echo $ECHO_N "(cached) $ECHO_C" >&6
17628 else
17629 ac_wine_try_cflags_saved=$CFLAGS
17630 CFLAGS="$CFLAGS -Wtype-limits"
17631 cat >conftest.$ac_ext <<_ACEOF
17632 /* confdefs.h. */
17633 _ACEOF
17634 cat confdefs.h >>conftest.$ac_ext
17635 cat >>conftest.$ac_ext <<_ACEOF
17636 /* end confdefs.h. */
17637 int main(int argc, char *argv) { return 0; }
17638 _ACEOF
17639 rm -f conftest.$ac_objext conftest$ac_exeext
17640 if { (ac_try="$ac_link"
17641 case "(($ac_try" in
17642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17643 *) ac_try_echo=$ac_try;;
17644 esac
17645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17646 (eval "$ac_link") 2>conftest.er1
17647 ac_status=$?
17648 grep -v '^ *+' conftest.er1 >conftest.err
17649 rm -f conftest.er1
17650 cat conftest.err >&5
17651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17652 (exit $ac_status); } && {
17653 test -z "$ac_c_werror_flag" ||
17654 test ! -s conftest.err
17655 } && test -s conftest$ac_exeext &&
17656 $as_test_x conftest$ac_exeext; then
17657 ac_cv_cflags__Wtype_limits=yes
17658 else
17659 echo "$as_me: failed program was:" >&5
17660 sed 's/^/| /' conftest.$ac_ext >&5
17662 ac_cv_cflags__Wtype_limits=no
17665 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17666 conftest$ac_exeext conftest.$ac_ext
17667 CFLAGS=$ac_wine_try_cflags_saved
17669 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
17670 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
17671 if test $ac_cv_cflags__Wtype_limits = yes; then
17672 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
17676 saved_CFLAGS="$CFLAGS"
17677 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
17678 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
17679 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
17680 if test "${ac_cv_c_string_h_warnings+set}" = set; then
17681 echo $ECHO_N "(cached) $ECHO_C" >&6
17682 else
17683 cat >conftest.$ac_ext <<_ACEOF
17684 /* confdefs.h. */
17685 _ACEOF
17686 cat confdefs.h >>conftest.$ac_ext
17687 cat >>conftest.$ac_ext <<_ACEOF
17688 /* end confdefs.h. */
17689 #include <string.h>
17691 main ()
17695 return 0;
17697 _ACEOF
17698 rm -f conftest.$ac_objext
17699 if { (ac_try="$ac_compile"
17700 case "(($ac_try" in
17701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17702 *) ac_try_echo=$ac_try;;
17703 esac
17704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17705 (eval "$ac_compile") 2>conftest.er1
17706 ac_status=$?
17707 grep -v '^ *+' conftest.er1 >conftest.err
17708 rm -f conftest.er1
17709 cat conftest.err >&5
17710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17711 (exit $ac_status); } && {
17712 test -z "$ac_c_werror_flag" ||
17713 test ! -s conftest.err
17714 } && test -s conftest.$ac_objext; then
17715 ac_cv_c_string_h_warnings=no
17716 else
17717 echo "$as_me: failed program was:" >&5
17718 sed 's/^/| /' conftest.$ac_ext >&5
17720 ac_cv_c_string_h_warnings=yes
17723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17725 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
17726 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
17727 CFLAGS="$saved_CFLAGS"
17728 if test "$ac_cv_c_string_h_warnings" = "no"
17729 then
17730 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
17733 if test "${enable_maintainer_mode+set}" = set
17734 then
17735 { echo "$as_me:$LINENO: checking whether the compiler supports -Werror" >&5
17736 echo $ECHO_N "checking whether the compiler supports -Werror... $ECHO_C" >&6; }
17737 if test "${ac_cv_cflags__Werror+set}" = set; then
17738 echo $ECHO_N "(cached) $ECHO_C" >&6
17739 else
17740 ac_wine_try_cflags_saved=$CFLAGS
17741 CFLAGS="$CFLAGS -Werror"
17742 cat >conftest.$ac_ext <<_ACEOF
17743 /* confdefs.h. */
17744 _ACEOF
17745 cat confdefs.h >>conftest.$ac_ext
17746 cat >>conftest.$ac_ext <<_ACEOF
17747 /* end confdefs.h. */
17748 int main(int argc, char *argv) { return 0; }
17749 _ACEOF
17750 rm -f conftest.$ac_objext conftest$ac_exeext
17751 if { (ac_try="$ac_link"
17752 case "(($ac_try" in
17753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17754 *) ac_try_echo=$ac_try;;
17755 esac
17756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17757 (eval "$ac_link") 2>conftest.er1
17758 ac_status=$?
17759 grep -v '^ *+' conftest.er1 >conftest.err
17760 rm -f conftest.er1
17761 cat conftest.err >&5
17762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17763 (exit $ac_status); } && {
17764 test -z "$ac_c_werror_flag" ||
17765 test ! -s conftest.err
17766 } && test -s conftest$ac_exeext &&
17767 $as_test_x conftest$ac_exeext; then
17768 ac_cv_cflags__Werror=yes
17769 else
17770 echo "$as_me: failed program was:" >&5
17771 sed 's/^/| /' conftest.$ac_ext >&5
17773 ac_cv_cflags__Werror=no
17776 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17777 conftest$ac_exeext conftest.$ac_ext
17778 CFLAGS=$ac_wine_try_cflags_saved
17780 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Werror" >&5
17781 echo "${ECHO_T}$ac_cv_cflags__Werror" >&6; }
17782 if test $ac_cv_cflags__Werror = yes; then
17783 EXTRACFLAGS="$EXTRACFLAGS -Werror"
17788 saved_CFLAGS="$CFLAGS"
17789 CFLAGS="$CFLAGS -Werror"
17790 { echo "$as_me:$LINENO: checking for ms_hook_prologue attribute" >&5
17791 echo $ECHO_N "checking for ms_hook_prologue attribute... $ECHO_C" >&6; }
17792 if test "${ac_cv_have_ms_hook_prologue+set}" = set; then
17793 echo $ECHO_N "(cached) $ECHO_C" >&6
17794 else
17795 cat >conftest.$ac_ext <<_ACEOF
17796 /* confdefs.h. */
17797 _ACEOF
17798 cat confdefs.h >>conftest.$ac_ext
17799 cat >>conftest.$ac_ext <<_ACEOF
17800 /* end confdefs.h. */
17801 int __attribute__((__ms_hook_prologue__)) test(void) { return 0; }
17803 main ()
17807 return 0;
17809 _ACEOF
17810 rm -f conftest.$ac_objext
17811 if { (ac_try="$ac_compile"
17812 case "(($ac_try" in
17813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17814 *) ac_try_echo=$ac_try;;
17815 esac
17816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17817 (eval "$ac_compile") 2>conftest.er1
17818 ac_status=$?
17819 grep -v '^ *+' conftest.er1 >conftest.err
17820 rm -f conftest.er1
17821 cat conftest.err >&5
17822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17823 (exit $ac_status); } && {
17824 test -z "$ac_c_werror_flag" ||
17825 test ! -s conftest.err
17826 } && test -s conftest.$ac_objext; then
17827 ac_cv_have_ms_hook_prologue="yes"
17828 else
17829 echo "$as_me: failed program was:" >&5
17830 sed 's/^/| /' conftest.$ac_ext >&5
17832 ac_cv_have_ms_hook_prologue="no"
17835 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17837 { echo "$as_me:$LINENO: result: $ac_cv_have_ms_hook_prologue" >&5
17838 echo "${ECHO_T}$ac_cv_have_ms_hook_prologue" >&6; }
17839 CFLAGS="$saved_CFLAGS"
17840 if test "$ac_cv_have_ms_hook_prologue" = "yes"
17841 then
17843 cat >>confdefs.h <<\_ACEOF
17844 #define DECLSPEC_HOTPATCH __attribute__((__ms_hook_prologue__))
17845 _ACEOF
17847 else
17848 cat >>confdefs.h <<\_ACEOF
17849 #define DECLSPEC_HOTPATCH /* */
17850 _ACEOF
17856 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17857 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17858 if test "${ac_cv_c_extern_prefix+set}" = set; then
17859 echo $ECHO_N "(cached) $ECHO_C" >&6
17860 else
17861 cat >conftest.$ac_ext <<_ACEOF
17862 /* confdefs.h. */
17863 _ACEOF
17864 cat confdefs.h >>conftest.$ac_ext
17865 cat >>conftest.$ac_ext <<_ACEOF
17866 /* end confdefs.h. */
17867 extern int ac_test;
17869 main ()
17871 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17873 return 0;
17875 _ACEOF
17876 rm -f conftest.$ac_objext conftest$ac_exeext
17877 if { (ac_try="$ac_link"
17878 case "(($ac_try" in
17879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17880 *) ac_try_echo=$ac_try;;
17881 esac
17882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17883 (eval "$ac_link") 2>conftest.er1
17884 ac_status=$?
17885 grep -v '^ *+' conftest.er1 >conftest.err
17886 rm -f conftest.er1
17887 cat conftest.err >&5
17888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17889 (exit $ac_status); } && {
17890 test -z "$ac_c_werror_flag" ||
17891 test ! -s conftest.err
17892 } && test -s conftest$ac_exeext &&
17893 $as_test_x conftest$ac_exeext; then
17894 ac_cv_c_extern_prefix="yes"
17895 else
17896 echo "$as_me: failed program was:" >&5
17897 sed 's/^/| /' conftest.$ac_ext >&5
17899 ac_cv_c_extern_prefix="no"
17902 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17903 conftest$ac_exeext conftest.$ac_ext
17905 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17906 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17908 case $host_cpu in
17909 *i[3456789]86*)
17910 { echo "$as_me:$LINENO: checking whether external symbols need stdcall decoration" >&5
17911 echo $ECHO_N "checking whether external symbols need stdcall decoration... $ECHO_C" >&6; }
17912 if test "${ac_cv_c_stdcall_suffix+set}" = set; then
17913 echo $ECHO_N "(cached) $ECHO_C" >&6
17914 else
17915 cat >conftest.$ac_ext <<_ACEOF
17916 /* confdefs.h. */
17917 _ACEOF
17918 cat confdefs.h >>conftest.$ac_ext
17919 cat >>conftest.$ac_ext <<_ACEOF
17920 /* end confdefs.h. */
17921 #ifndef _MSC_VER
17922 #define __stdcall __attribute__((__stdcall__))
17923 #endif
17924 int __stdcall ac_test(int i) { return i; }
17926 main ()
17928 asm("jmp _ac_test@4"); if (ac_test(1)) return 1
17930 return 0;
17932 _ACEOF
17933 rm -f conftest.$ac_objext conftest$ac_exeext
17934 if { (ac_try="$ac_link"
17935 case "(($ac_try" in
17936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17937 *) ac_try_echo=$ac_try;;
17938 esac
17939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17940 (eval "$ac_link") 2>conftest.er1
17941 ac_status=$?
17942 grep -v '^ *+' conftest.er1 >conftest.err
17943 rm -f conftest.er1
17944 cat conftest.err >&5
17945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17946 (exit $ac_status); } && {
17947 test -z "$ac_c_werror_flag" ||
17948 test ! -s conftest.err
17949 } && test -s conftest$ac_exeext &&
17950 $as_test_x conftest$ac_exeext; then
17951 ac_cv_c_stdcall_suffix="yes"
17952 else
17953 echo "$as_me: failed program was:" >&5
17954 sed 's/^/| /' conftest.$ac_ext >&5
17956 ac_cv_c_stdcall_suffix="no"
17959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17960 conftest$ac_exeext conftest.$ac_ext
17962 { echo "$as_me:$LINENO: result: $ac_cv_c_stdcall_suffix" >&5
17963 echo "${ECHO_T}$ac_cv_c_stdcall_suffix" >&6; } ;;
17964 *) ac_cv_c_stdcall_suffix="no" ;;
17965 esac
17969 if test "$ac_cv_c_extern_prefix" = "yes"
17970 then
17971 cat >>confdefs.h <<\_ACEOF
17972 #define __ASM_NAME(name) "_" name
17973 _ACEOF
17975 asm_name_prefix="_"
17976 else
17977 cat >>confdefs.h <<\_ACEOF
17978 #define __ASM_NAME(name) name
17979 _ACEOF
17981 asm_name_prefix=""
17986 if test "$ac_cv_c_stdcall_suffix" = "yes"
17987 then
17988 cat >>confdefs.h <<\_ACEOF
17989 #define __ASM_STDCALL(args) "@" #args
17990 _ACEOF
17992 else
17993 cat >>confdefs.h <<\_ACEOF
17994 #define __ASM_STDCALL(args) ""
17995 _ACEOF
18000 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
18001 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
18002 if test "${ac_cv_asm_func_def+set}" = set; then
18003 echo $ECHO_N "(cached) $ECHO_C" >&6
18004 else
18005 cat >conftest.$ac_ext <<_ACEOF
18006 /* confdefs.h. */
18007 _ACEOF
18008 cat confdefs.h >>conftest.$ac_ext
18009 cat >>conftest.$ac_ext <<_ACEOF
18010 /* end confdefs.h. */
18013 main ()
18015 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
18017 return 0;
18019 _ACEOF
18020 rm -f conftest.$ac_objext conftest$ac_exeext
18021 if { (ac_try="$ac_link"
18022 case "(($ac_try" in
18023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18024 *) ac_try_echo=$ac_try;;
18025 esac
18026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18027 (eval "$ac_link") 2>conftest.er1
18028 ac_status=$?
18029 grep -v '^ *+' conftest.er1 >conftest.err
18030 rm -f conftest.er1
18031 cat conftest.err >&5
18032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18033 (exit $ac_status); } && {
18034 test -z "$ac_c_werror_flag" ||
18035 test ! -s conftest.err
18036 } && test -s conftest$ac_exeext &&
18037 $as_test_x conftest$ac_exeext; then
18038 ac_cv_asm_func_def=".def"
18039 else
18040 echo "$as_me: failed program was:" >&5
18041 sed 's/^/| /' conftest.$ac_ext >&5
18043 cat >conftest.$ac_ext <<_ACEOF
18044 /* confdefs.h. */
18045 _ACEOF
18046 cat confdefs.h >>conftest.$ac_ext
18047 cat >>conftest.$ac_ext <<_ACEOF
18048 /* end confdefs.h. */
18051 main ()
18053 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
18055 return 0;
18057 _ACEOF
18058 rm -f conftest.$ac_objext conftest$ac_exeext
18059 if { (ac_try="$ac_link"
18060 case "(($ac_try" in
18061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18062 *) ac_try_echo=$ac_try;;
18063 esac
18064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18065 (eval "$ac_link") 2>conftest.er1
18066 ac_status=$?
18067 grep -v '^ *+' conftest.er1 >conftest.err
18068 rm -f conftest.er1
18069 cat conftest.err >&5
18070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18071 (exit $ac_status); } && {
18072 test -z "$ac_c_werror_flag" ||
18073 test ! -s conftest.err
18074 } && test -s conftest$ac_exeext &&
18075 $as_test_x conftest$ac_exeext; then
18076 ac_cv_asm_func_def=".type @function"
18077 else
18078 echo "$as_me: failed program was:" >&5
18079 sed 's/^/| /' conftest.$ac_ext >&5
18081 cat >conftest.$ac_ext <<_ACEOF
18082 /* confdefs.h. */
18083 _ACEOF
18084 cat confdefs.h >>conftest.$ac_ext
18085 cat >>conftest.$ac_ext <<_ACEOF
18086 /* end confdefs.h. */
18089 main ()
18091 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
18093 return 0;
18095 _ACEOF
18096 rm -f conftest.$ac_objext conftest$ac_exeext
18097 if { (ac_try="$ac_link"
18098 case "(($ac_try" in
18099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18100 *) ac_try_echo=$ac_try;;
18101 esac
18102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18103 (eval "$ac_link") 2>conftest.er1
18104 ac_status=$?
18105 grep -v '^ *+' conftest.er1 >conftest.err
18106 rm -f conftest.er1
18107 cat conftest.err >&5
18108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18109 (exit $ac_status); } && {
18110 test -z "$ac_c_werror_flag" ||
18111 test ! -s conftest.err
18112 } && test -s conftest$ac_exeext &&
18113 $as_test_x conftest$ac_exeext; then
18114 ac_cv_asm_func_def=".type 2"
18115 else
18116 echo "$as_me: failed program was:" >&5
18117 sed 's/^/| /' conftest.$ac_ext >&5
18119 ac_cv_asm_func_def="unknown"
18122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18123 conftest$ac_exeext conftest.$ac_ext
18126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18127 conftest$ac_exeext conftest.$ac_ext
18130 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18131 conftest$ac_exeext conftest.$ac_ext
18133 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
18134 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
18138 case "$ac_cv_asm_func_def" in
18139 ".def")
18140 cat >>confdefs.h <<\_ACEOF
18141 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
18142 _ACEOF
18144 asm_func_header=".def $asm_name_prefix\" #name suffix \"; .scl 2; .type 32; .endef" ;;
18145 ".type @function")
18146 cat >>confdefs.h <<\_ACEOF
18147 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
18148 _ACEOF
18150 asm_func_header=".type $asm_name_prefix\" #name suffix \",@function" ;;
18151 ".type 2")
18152 cat >>confdefs.h <<\_ACEOF
18153 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
18154 _ACEOF
18156 asm_func_header=".type $asm_name_prefix\" #name suffix \",2" ;;
18158 cat >>confdefs.h <<\_ACEOF
18159 #define __ASM_FUNC(name) ""
18160 _ACEOF
18162 asm_func_header="" ;;
18163 esac
18165 { echo "$as_me:$LINENO: checking whether asm() works outside of functions" >&5
18166 echo $ECHO_N "checking whether asm() works outside of functions... $ECHO_C" >&6; }
18167 if test "${ac_cv_c_asm_outside_funcs+set}" = set; then
18168 echo $ECHO_N "(cached) $ECHO_C" >&6
18169 else
18170 cat >conftest.$ac_ext <<_ACEOF
18171 /* confdefs.h. */
18172 _ACEOF
18173 cat confdefs.h >>conftest.$ac_ext
18174 cat >>conftest.$ac_ext <<_ACEOF
18175 /* end confdefs.h. */
18176 asm(".text\n\t.long 0");
18178 main ()
18182 return 0;
18184 _ACEOF
18185 rm -f conftest.$ac_objext
18186 if { (ac_try="$ac_compile"
18187 case "(($ac_try" in
18188 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18189 *) ac_try_echo=$ac_try;;
18190 esac
18191 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18192 (eval "$ac_compile") 2>conftest.er1
18193 ac_status=$?
18194 grep -v '^ *+' conftest.er1 >conftest.err
18195 rm -f conftest.er1
18196 cat conftest.err >&5
18197 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18198 (exit $ac_status); } && {
18199 test -z "$ac_c_werror_flag" ||
18200 test ! -s conftest.err
18201 } && test -s conftest.$ac_objext; then
18202 ac_cv_c_asm_outside_funcs="yes"
18203 else
18204 echo "$as_me: failed program was:" >&5
18205 sed 's/^/| /' conftest.$ac_ext >&5
18207 ac_cv_c_asm_outside_funcs="no"
18210 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18212 { echo "$as_me:$LINENO: result: $ac_cv_c_asm_outside_funcs" >&5
18213 echo "${ECHO_T}$ac_cv_c_asm_outside_funcs" >&6; }
18215 { echo "$as_me:$LINENO: checking whether .previous is supported in assembly code" >&5
18216 echo $ECHO_N "checking whether .previous is supported in assembly code... $ECHO_C" >&6; }
18217 if test "${ac_cv_c_dot_previous+set}" = set; then
18218 echo $ECHO_N "(cached) $ECHO_C" >&6
18219 else
18220 cat >conftest.$ac_ext <<_ACEOF
18221 /* confdefs.h. */
18222 _ACEOF
18223 cat confdefs.h >>conftest.$ac_ext
18224 cat >>conftest.$ac_ext <<_ACEOF
18225 /* end confdefs.h. */
18228 main ()
18230 asm(".text\nac_test:\t.long 0\n\t.previous");
18232 return 0;
18234 _ACEOF
18235 rm -f conftest.$ac_objext conftest$ac_exeext
18236 if { (ac_try="$ac_link"
18237 case "(($ac_try" in
18238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18239 *) ac_try_echo=$ac_try;;
18240 esac
18241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18242 (eval "$ac_link") 2>conftest.er1
18243 ac_status=$?
18244 grep -v '^ *+' conftest.er1 >conftest.err
18245 rm -f conftest.er1
18246 cat conftest.err >&5
18247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18248 (exit $ac_status); } && {
18249 test -z "$ac_c_werror_flag" ||
18250 test ! -s conftest.err
18251 } && test -s conftest$ac_exeext &&
18252 $as_test_x conftest$ac_exeext; then
18253 ac_cv_c_dot_previous="yes"
18254 else
18255 echo "$as_me: failed program was:" >&5
18256 sed 's/^/| /' conftest.$ac_ext >&5
18258 ac_cv_c_dot_previous="no"
18261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18262 conftest$ac_exeext conftest.$ac_ext
18264 { echo "$as_me:$LINENO: result: $ac_cv_c_dot_previous" >&5
18265 echo "${ECHO_T}$ac_cv_c_dot_previous" >&6; }
18267 { echo "$as_me:$LINENO: checking whether CFI directives are supported in assembly code" >&5
18268 echo $ECHO_N "checking whether CFI directives are supported in assembly code... $ECHO_C" >&6; }
18269 if test "${ac_cv_c_cfi_support+set}" = set; then
18270 echo $ECHO_N "(cached) $ECHO_C" >&6
18271 else
18272 cat >conftest.$ac_ext <<_ACEOF
18273 /* confdefs.h. */
18274 _ACEOF
18275 cat confdefs.h >>conftest.$ac_ext
18276 cat >>conftest.$ac_ext <<_ACEOF
18277 /* end confdefs.h. */
18278 asm(".text\nac_test:\t.cfi_startproc\n\t.long 0\n\t.cfi_endproc");
18280 main ()
18284 return 0;
18286 _ACEOF
18287 rm -f conftest.$ac_objext
18288 if { (ac_try="$ac_compile"
18289 case "(($ac_try" in
18290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18291 *) ac_try_echo=$ac_try;;
18292 esac
18293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18294 (eval "$ac_compile") 2>conftest.er1
18295 ac_status=$?
18296 grep -v '^ *+' conftest.er1 >conftest.err
18297 rm -f conftest.er1
18298 cat conftest.err >&5
18299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18300 (exit $ac_status); } && {
18301 test -z "$ac_c_werror_flag" ||
18302 test ! -s conftest.err
18303 } && test -s conftest.$ac_objext; then
18304 ac_cv_c_cfi_support="yes"
18305 else
18306 echo "$as_me: failed program was:" >&5
18307 sed 's/^/| /' conftest.$ac_ext >&5
18309 ac_cv_c_cfi_support="no"
18312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18314 { echo "$as_me:$LINENO: result: $ac_cv_c_cfi_support" >&5
18315 echo "${ECHO_T}$ac_cv_c_cfi_support" >&6; }
18317 asm_func_header=".globl $asm_name_prefix\" #name suffix \"\\n\\t$asm_func_header\\n$asm_name_prefix\" #name suffix \":\\n\\t"
18318 asm_func_trailer=""
18319 if test "$ac_cv_c_dot_previous" = "yes"
18320 then
18321 asm_func_trailer="\\n\\t.previous"
18323 if test "$ac_cv_c_cfi_support" = "yes"
18324 then
18325 asm_func_header="$asm_func_header.cfi_startproc\\n\\t"
18326 asm_func_trailer="\\n\\t.cfi_endproc$asm_func_trailer"
18328 cat >>confdefs.h <<\_ACEOF
18329 #define __ASM_CFI(str) str
18330 _ACEOF
18332 else
18333 cat >>confdefs.h <<\_ACEOF
18334 #define __ASM_CFI(str) ""
18335 _ACEOF
18339 asm_func_code="$asm_func_header\" code \"$asm_func_trailer"
18343 if test "$ac_cv_c_asm_outside_funcs" = "yes"
18344 then
18345 cat >>confdefs.h <<_ACEOF
18346 #define __ASM_DEFINE_FUNC(name,suffix,code) asm(".text\n\t.align 4\n\t$asm_func_code");
18347 _ACEOF
18349 else
18350 cat >>confdefs.h <<_ACEOF
18351 #define __ASM_DEFINE_FUNC(name,suffix,code) void __asm_dummy_##name(void) { asm(".text\n\t.align 4\n\t$asm_func_code"); }
18352 _ACEOF
18356 cat >>confdefs.h <<\_ACEOF
18357 #define __ASM_GLOBAL_FUNC(name,code) __ASM_DEFINE_FUNC(name,"",code)
18358 _ACEOF
18361 cat >>confdefs.h <<\_ACEOF
18362 #define __ASM_STDCALL_FUNC(name,args,code) __ASM_DEFINE_FUNC(name,__ASM_STDCALL(args),code)
18363 _ACEOF
18367 LDPATH=""
18369 case $build_os in
18370 cygwin*|mingw32*)
18371 TOOLSEXT=".exe"
18373 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
18375 darwin*|macosx*)
18378 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
18380 esac
18382 case $host_os in
18383 mingw32*)
18384 CRTLIBS="-lmsvcrt"
18386 SOCKETLIBS="-L\$(TOPOBJDIR)/dlls/ws2_32 -lws2_32"
18389 esac
18391 MAIN_BINARY="wine"
18393 test -z "$with_wine64" || MAIN_BINARY="wine32"
18395 case $host_cpu in
18396 *i[3456789]86*)
18397 case $host_os in
18398 linux*)
18399 EXTRA_BINARIES="wine-preloader"
18401 esac
18403 esac
18406 ac_save_CFLAGS="$CFLAGS"
18407 CFLAGS="$CFLAGS $BUILTINFLAG"
18480 for ac_func in \
18481 _pclose \
18482 _popen \
18483 _snprintf \
18484 _spawnvp \
18485 _strdup \
18486 _stricmp \
18487 _strnicmp \
18488 _strtoi64 \
18489 _strtoui64 \
18490 _vsnprintf \
18491 asctime_r \
18492 chsize \
18493 dlopen \
18494 epoll_create \
18495 ffs \
18496 finite \
18497 fnmatch \
18498 fork \
18499 fpclass \
18500 fstatfs \
18501 fstatvfs \
18502 ftruncate \
18503 futimes \
18504 futimesat \
18505 getdirentries \
18506 getopt_long \
18507 getpagesize \
18508 getpwuid \
18509 gettid \
18510 gettimeofday \
18511 getuid \
18512 kqueue \
18513 lstat \
18514 memmove \
18515 mmap \
18516 pclose \
18517 pipe2 \
18518 poll \
18519 popen \
18520 port_create \
18521 prctl \
18522 pread \
18523 pwrite \
18524 readdir \
18525 readlink \
18526 sched_setaffinity \
18527 sched_yield \
18528 select \
18529 setproctitle \
18530 setrlimit \
18531 settimeofday \
18532 sigaltstack \
18533 sigprocmask \
18534 snprintf \
18535 spawnvp \
18536 statfs \
18537 statvfs \
18538 strcasecmp \
18539 strdup \
18540 strerror \
18541 strncasecmp \
18542 strtold \
18543 strtoll \
18544 strtoull \
18545 symlink \
18546 tcgetattr \
18547 thr_kill2 \
18548 timegm \
18549 usleep \
18550 vsnprintf \
18551 wait4 \
18552 waitpid \
18555 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18556 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18557 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18558 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18559 echo $ECHO_N "(cached) $ECHO_C" >&6
18560 else
18561 cat >conftest.$ac_ext <<_ACEOF
18562 /* confdefs.h. */
18563 _ACEOF
18564 cat confdefs.h >>conftest.$ac_ext
18565 cat >>conftest.$ac_ext <<_ACEOF
18566 /* end confdefs.h. */
18567 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18568 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18569 #define $ac_func innocuous_$ac_func
18571 /* System header to define __stub macros and hopefully few prototypes,
18572 which can conflict with char $ac_func (); below.
18573 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18574 <limits.h> exists even on freestanding compilers. */
18576 #ifdef __STDC__
18577 # include <limits.h>
18578 #else
18579 # include <assert.h>
18580 #endif
18582 #undef $ac_func
18584 /* Override any GCC internal prototype to avoid an error.
18585 Use char because int might match the return type of a GCC
18586 builtin and then its argument prototype would still apply. */
18587 #ifdef __cplusplus
18588 extern "C"
18589 #endif
18590 char $ac_func ();
18591 /* The GNU C library defines this for functions which it implements
18592 to always fail with ENOSYS. Some functions are actually named
18593 something starting with __ and the normal name is an alias. */
18594 #if defined __stub_$ac_func || defined __stub___$ac_func
18595 choke me
18596 #endif
18599 main ()
18601 return $ac_func ();
18603 return 0;
18605 _ACEOF
18606 rm -f conftest.$ac_objext conftest$ac_exeext
18607 if { (ac_try="$ac_link"
18608 case "(($ac_try" in
18609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18610 *) ac_try_echo=$ac_try;;
18611 esac
18612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18613 (eval "$ac_link") 2>conftest.er1
18614 ac_status=$?
18615 grep -v '^ *+' conftest.er1 >conftest.err
18616 rm -f conftest.er1
18617 cat conftest.err >&5
18618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18619 (exit $ac_status); } && {
18620 test -z "$ac_c_werror_flag" ||
18621 test ! -s conftest.err
18622 } && test -s conftest$ac_exeext &&
18623 $as_test_x conftest$ac_exeext; then
18624 eval "$as_ac_var=yes"
18625 else
18626 echo "$as_me: failed program was:" >&5
18627 sed 's/^/| /' conftest.$ac_ext >&5
18629 eval "$as_ac_var=no"
18632 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18633 conftest$ac_exeext conftest.$ac_ext
18635 ac_res=`eval echo '${'$as_ac_var'}'`
18636 { echo "$as_me:$LINENO: result: $ac_res" >&5
18637 echo "${ECHO_T}$ac_res" >&6; }
18638 if test `eval echo '${'$as_ac_var'}'` = yes; then
18639 cat >>confdefs.h <<_ACEOF
18640 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18641 _ACEOF
18644 done
18646 CFLAGS="$ac_save_CFLAGS"
18648 if test "$ac_cv_func_dlopen" = no
18649 then
18650 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
18651 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
18652 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
18653 echo $ECHO_N "(cached) $ECHO_C" >&6
18654 else
18655 ac_check_lib_save_LIBS=$LIBS
18656 LIBS="-ldl $LIBS"
18657 cat >conftest.$ac_ext <<_ACEOF
18658 /* confdefs.h. */
18659 _ACEOF
18660 cat confdefs.h >>conftest.$ac_ext
18661 cat >>conftest.$ac_ext <<_ACEOF
18662 /* end confdefs.h. */
18664 /* Override any GCC internal prototype to avoid an error.
18665 Use char because int might match the return type of a GCC
18666 builtin and then its argument prototype would still apply. */
18667 #ifdef __cplusplus
18668 extern "C"
18669 #endif
18670 char dlopen ();
18672 main ()
18674 return dlopen ();
18676 return 0;
18678 _ACEOF
18679 rm -f conftest.$ac_objext conftest$ac_exeext
18680 if { (ac_try="$ac_link"
18681 case "(($ac_try" in
18682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18683 *) ac_try_echo=$ac_try;;
18684 esac
18685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18686 (eval "$ac_link") 2>conftest.er1
18687 ac_status=$?
18688 grep -v '^ *+' conftest.er1 >conftest.err
18689 rm -f conftest.er1
18690 cat conftest.err >&5
18691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18692 (exit $ac_status); } && {
18693 test -z "$ac_c_werror_flag" ||
18694 test ! -s conftest.err
18695 } && test -s conftest$ac_exeext &&
18696 $as_test_x conftest$ac_exeext; then
18697 ac_cv_lib_dl_dlopen=yes
18698 else
18699 echo "$as_me: failed program was:" >&5
18700 sed 's/^/| /' conftest.$ac_ext >&5
18702 ac_cv_lib_dl_dlopen=no
18705 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18706 conftest$ac_exeext conftest.$ac_ext
18707 LIBS=$ac_check_lib_save_LIBS
18709 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
18710 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
18711 if test $ac_cv_lib_dl_dlopen = yes; then
18712 cat >>confdefs.h <<\_ACEOF
18713 #define HAVE_DLOPEN 1
18714 _ACEOF
18715 LIBDL="-ldl"
18720 ac_wine_check_funcs_save_LIBS="$LIBS"
18721 LIBS="$LIBS $LIBDL"
18723 for ac_func in dladdr
18725 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18726 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18727 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18728 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18729 echo $ECHO_N "(cached) $ECHO_C" >&6
18730 else
18731 cat >conftest.$ac_ext <<_ACEOF
18732 /* confdefs.h. */
18733 _ACEOF
18734 cat confdefs.h >>conftest.$ac_ext
18735 cat >>conftest.$ac_ext <<_ACEOF
18736 /* end confdefs.h. */
18737 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18738 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18739 #define $ac_func innocuous_$ac_func
18741 /* System header to define __stub macros and hopefully few prototypes,
18742 which can conflict with char $ac_func (); below.
18743 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18744 <limits.h> exists even on freestanding compilers. */
18746 #ifdef __STDC__
18747 # include <limits.h>
18748 #else
18749 # include <assert.h>
18750 #endif
18752 #undef $ac_func
18754 /* Override any GCC internal prototype to avoid an error.
18755 Use char because int might match the return type of a GCC
18756 builtin and then its argument prototype would still apply. */
18757 #ifdef __cplusplus
18758 extern "C"
18759 #endif
18760 char $ac_func ();
18761 /* The GNU C library defines this for functions which it implements
18762 to always fail with ENOSYS. Some functions are actually named
18763 something starting with __ and the normal name is an alias. */
18764 #if defined __stub_$ac_func || defined __stub___$ac_func
18765 choke me
18766 #endif
18769 main ()
18771 return $ac_func ();
18773 return 0;
18775 _ACEOF
18776 rm -f conftest.$ac_objext conftest$ac_exeext
18777 if { (ac_try="$ac_link"
18778 case "(($ac_try" in
18779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18780 *) ac_try_echo=$ac_try;;
18781 esac
18782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18783 (eval "$ac_link") 2>conftest.er1
18784 ac_status=$?
18785 grep -v '^ *+' conftest.er1 >conftest.err
18786 rm -f conftest.er1
18787 cat conftest.err >&5
18788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18789 (exit $ac_status); } && {
18790 test -z "$ac_c_werror_flag" ||
18791 test ! -s conftest.err
18792 } && test -s conftest$ac_exeext &&
18793 $as_test_x conftest$ac_exeext; then
18794 eval "$as_ac_var=yes"
18795 else
18796 echo "$as_me: failed program was:" >&5
18797 sed 's/^/| /' conftest.$ac_ext >&5
18799 eval "$as_ac_var=no"
18802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18803 conftest$ac_exeext conftest.$ac_ext
18805 ac_res=`eval echo '${'$as_ac_var'}'`
18806 { echo "$as_me:$LINENO: result: $ac_res" >&5
18807 echo "${ECHO_T}$ac_res" >&6; }
18808 if test `eval echo '${'$as_ac_var'}'` = yes; then
18809 cat >>confdefs.h <<_ACEOF
18810 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18811 _ACEOF
18814 done
18816 LIBS="$ac_wine_check_funcs_save_LIBS"
18818 if test "$ac_cv_func_poll" = no
18819 then
18820 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
18821 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
18822 if test "${ac_cv_lib_poll_poll+set}" = set; then
18823 echo $ECHO_N "(cached) $ECHO_C" >&6
18824 else
18825 ac_check_lib_save_LIBS=$LIBS
18826 LIBS="-lpoll $LIBS"
18827 cat >conftest.$ac_ext <<_ACEOF
18828 /* confdefs.h. */
18829 _ACEOF
18830 cat confdefs.h >>conftest.$ac_ext
18831 cat >>conftest.$ac_ext <<_ACEOF
18832 /* end confdefs.h. */
18834 /* Override any GCC internal prototype to avoid an error.
18835 Use char because int might match the return type of a GCC
18836 builtin and then its argument prototype would still apply. */
18837 #ifdef __cplusplus
18838 extern "C"
18839 #endif
18840 char poll ();
18842 main ()
18844 return poll ();
18846 return 0;
18848 _ACEOF
18849 rm -f conftest.$ac_objext conftest$ac_exeext
18850 if { (ac_try="$ac_link"
18851 case "(($ac_try" in
18852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18853 *) ac_try_echo=$ac_try;;
18854 esac
18855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18856 (eval "$ac_link") 2>conftest.er1
18857 ac_status=$?
18858 grep -v '^ *+' conftest.er1 >conftest.err
18859 rm -f conftest.er1
18860 cat conftest.err >&5
18861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18862 (exit $ac_status); } && {
18863 test -z "$ac_c_werror_flag" ||
18864 test ! -s conftest.err
18865 } && test -s conftest$ac_exeext &&
18866 $as_test_x conftest$ac_exeext; then
18867 ac_cv_lib_poll_poll=yes
18868 else
18869 echo "$as_me: failed program was:" >&5
18870 sed 's/^/| /' conftest.$ac_ext >&5
18872 ac_cv_lib_poll_poll=no
18875 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18876 conftest$ac_exeext conftest.$ac_ext
18877 LIBS=$ac_check_lib_save_LIBS
18879 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
18880 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
18881 if test $ac_cv_lib_poll_poll = yes; then
18882 cat >>confdefs.h <<\_ACEOF
18883 #define HAVE_POLL 1
18884 _ACEOF
18885 LIBPOLL="-lpoll"
18891 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
18892 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
18893 if test "${ac_cv_search_gethostbyname+set}" = set; then
18894 echo $ECHO_N "(cached) $ECHO_C" >&6
18895 else
18896 ac_func_search_save_LIBS=$LIBS
18897 cat >conftest.$ac_ext <<_ACEOF
18898 /* confdefs.h. */
18899 _ACEOF
18900 cat confdefs.h >>conftest.$ac_ext
18901 cat >>conftest.$ac_ext <<_ACEOF
18902 /* end confdefs.h. */
18904 /* Override any GCC internal prototype to avoid an error.
18905 Use char because int might match the return type of a GCC
18906 builtin and then its argument prototype would still apply. */
18907 #ifdef __cplusplus
18908 extern "C"
18909 #endif
18910 char gethostbyname ();
18912 main ()
18914 return gethostbyname ();
18916 return 0;
18918 _ACEOF
18919 for ac_lib in '' nsl; do
18920 if test -z "$ac_lib"; then
18921 ac_res="none required"
18922 else
18923 ac_res=-l$ac_lib
18924 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
18926 rm -f conftest.$ac_objext conftest$ac_exeext
18927 if { (ac_try="$ac_link"
18928 case "(($ac_try" in
18929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18930 *) ac_try_echo=$ac_try;;
18931 esac
18932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18933 (eval "$ac_link") 2>conftest.er1
18934 ac_status=$?
18935 grep -v '^ *+' conftest.er1 >conftest.err
18936 rm -f conftest.er1
18937 cat conftest.err >&5
18938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18939 (exit $ac_status); } && {
18940 test -z "$ac_c_werror_flag" ||
18941 test ! -s conftest.err
18942 } && test -s conftest$ac_exeext &&
18943 $as_test_x conftest$ac_exeext; then
18944 ac_cv_search_gethostbyname=$ac_res
18945 else
18946 echo "$as_me: failed program was:" >&5
18947 sed 's/^/| /' conftest.$ac_ext >&5
18952 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18953 conftest$ac_exeext
18954 if test "${ac_cv_search_gethostbyname+set}" = set; then
18955 break
18957 done
18958 if test "${ac_cv_search_gethostbyname+set}" = set; then
18960 else
18961 ac_cv_search_gethostbyname=no
18963 rm conftest.$ac_ext
18964 LIBS=$ac_func_search_save_LIBS
18966 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
18967 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
18968 ac_res=$ac_cv_search_gethostbyname
18969 if test "$ac_res" != no; then
18970 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
18975 { echo "$as_me:$LINENO: checking for library containing connect" >&5
18976 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
18977 if test "${ac_cv_search_connect+set}" = set; then
18978 echo $ECHO_N "(cached) $ECHO_C" >&6
18979 else
18980 ac_func_search_save_LIBS=$LIBS
18981 cat >conftest.$ac_ext <<_ACEOF
18982 /* confdefs.h. */
18983 _ACEOF
18984 cat confdefs.h >>conftest.$ac_ext
18985 cat >>conftest.$ac_ext <<_ACEOF
18986 /* end confdefs.h. */
18988 /* Override any GCC internal prototype to avoid an error.
18989 Use char because int might match the return type of a GCC
18990 builtin and then its argument prototype would still apply. */
18991 #ifdef __cplusplus
18992 extern "C"
18993 #endif
18994 char connect ();
18996 main ()
18998 return connect ();
19000 return 0;
19002 _ACEOF
19003 for ac_lib in '' socket; do
19004 if test -z "$ac_lib"; then
19005 ac_res="none required"
19006 else
19007 ac_res=-l$ac_lib
19008 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19010 rm -f conftest.$ac_objext conftest$ac_exeext
19011 if { (ac_try="$ac_link"
19012 case "(($ac_try" in
19013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19014 *) ac_try_echo=$ac_try;;
19015 esac
19016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19017 (eval "$ac_link") 2>conftest.er1
19018 ac_status=$?
19019 grep -v '^ *+' conftest.er1 >conftest.err
19020 rm -f conftest.er1
19021 cat conftest.err >&5
19022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19023 (exit $ac_status); } && {
19024 test -z "$ac_c_werror_flag" ||
19025 test ! -s conftest.err
19026 } && test -s conftest$ac_exeext &&
19027 $as_test_x conftest$ac_exeext; then
19028 ac_cv_search_connect=$ac_res
19029 else
19030 echo "$as_me: failed program was:" >&5
19031 sed 's/^/| /' conftest.$ac_ext >&5
19036 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19037 conftest$ac_exeext
19038 if test "${ac_cv_search_connect+set}" = set; then
19039 break
19041 done
19042 if test "${ac_cv_search_connect+set}" = set; then
19044 else
19045 ac_cv_search_connect=no
19047 rm conftest.$ac_ext
19048 LIBS=$ac_func_search_save_LIBS
19050 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
19051 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
19052 ac_res=$ac_cv_search_connect
19053 if test "$ac_res" != no; then
19054 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19059 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
19060 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
19061 if test "${ac_cv_search_inet_aton+set}" = set; then
19062 echo $ECHO_N "(cached) $ECHO_C" >&6
19063 else
19064 ac_func_search_save_LIBS=$LIBS
19065 cat >conftest.$ac_ext <<_ACEOF
19066 /* confdefs.h. */
19067 _ACEOF
19068 cat confdefs.h >>conftest.$ac_ext
19069 cat >>conftest.$ac_ext <<_ACEOF
19070 /* end confdefs.h. */
19072 /* Override any GCC internal prototype to avoid an error.
19073 Use char because int might match the return type of a GCC
19074 builtin and then its argument prototype would still apply. */
19075 #ifdef __cplusplus
19076 extern "C"
19077 #endif
19078 char inet_aton ();
19080 main ()
19082 return inet_aton ();
19084 return 0;
19086 _ACEOF
19087 for ac_lib in '' resolv; do
19088 if test -z "$ac_lib"; then
19089 ac_res="none required"
19090 else
19091 ac_res=-l$ac_lib
19092 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
19094 rm -f conftest.$ac_objext conftest$ac_exeext
19095 if { (ac_try="$ac_link"
19096 case "(($ac_try" in
19097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19098 *) ac_try_echo=$ac_try;;
19099 esac
19100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19101 (eval "$ac_link") 2>conftest.er1
19102 ac_status=$?
19103 grep -v '^ *+' conftest.er1 >conftest.err
19104 rm -f conftest.er1
19105 cat conftest.err >&5
19106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19107 (exit $ac_status); } && {
19108 test -z "$ac_c_werror_flag" ||
19109 test ! -s conftest.err
19110 } && test -s conftest$ac_exeext &&
19111 $as_test_x conftest$ac_exeext; then
19112 ac_cv_search_inet_aton=$ac_res
19113 else
19114 echo "$as_me: failed program was:" >&5
19115 sed 's/^/| /' conftest.$ac_ext >&5
19120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19121 conftest$ac_exeext
19122 if test "${ac_cv_search_inet_aton+set}" = set; then
19123 break
19125 done
19126 if test "${ac_cv_search_inet_aton+set}" = set; then
19128 else
19129 ac_cv_search_inet_aton=no
19131 rm conftest.$ac_ext
19132 LIBS=$ac_func_search_save_LIBS
19134 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
19135 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
19136 ac_res=$ac_cv_search_inet_aton
19137 if test "$ac_res" != no; then
19138 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
19154 for ac_func in \
19155 getaddrinfo \
19156 getnameinfo \
19157 getnetbyname \
19158 getprotobyname \
19159 getprotobynumber \
19160 getservbyport \
19161 inet_network \
19162 inet_ntop \
19163 inet_pton \
19164 sendmsg \
19165 socketpair \
19168 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19169 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19170 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19171 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19172 echo $ECHO_N "(cached) $ECHO_C" >&6
19173 else
19174 cat >conftest.$ac_ext <<_ACEOF
19175 /* confdefs.h. */
19176 _ACEOF
19177 cat confdefs.h >>conftest.$ac_ext
19178 cat >>conftest.$ac_ext <<_ACEOF
19179 /* end confdefs.h. */
19180 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19181 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19182 #define $ac_func innocuous_$ac_func
19184 /* System header to define __stub macros and hopefully few prototypes,
19185 which can conflict with char $ac_func (); below.
19186 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19187 <limits.h> exists even on freestanding compilers. */
19189 #ifdef __STDC__
19190 # include <limits.h>
19191 #else
19192 # include <assert.h>
19193 #endif
19195 #undef $ac_func
19197 /* Override any GCC internal prototype to avoid an error.
19198 Use char because int might match the return type of a GCC
19199 builtin and then its argument prototype would still apply. */
19200 #ifdef __cplusplus
19201 extern "C"
19202 #endif
19203 char $ac_func ();
19204 /* The GNU C library defines this for functions which it implements
19205 to always fail with ENOSYS. Some functions are actually named
19206 something starting with __ and the normal name is an alias. */
19207 #if defined __stub_$ac_func || defined __stub___$ac_func
19208 choke me
19209 #endif
19212 main ()
19214 return $ac_func ();
19216 return 0;
19218 _ACEOF
19219 rm -f conftest.$ac_objext conftest$ac_exeext
19220 if { (ac_try="$ac_link"
19221 case "(($ac_try" in
19222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19223 *) ac_try_echo=$ac_try;;
19224 esac
19225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19226 (eval "$ac_link") 2>conftest.er1
19227 ac_status=$?
19228 grep -v '^ *+' conftest.er1 >conftest.err
19229 rm -f conftest.er1
19230 cat conftest.err >&5
19231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19232 (exit $ac_status); } && {
19233 test -z "$ac_c_werror_flag" ||
19234 test ! -s conftest.err
19235 } && test -s conftest$ac_exeext &&
19236 $as_test_x conftest$ac_exeext; then
19237 eval "$as_ac_var=yes"
19238 else
19239 echo "$as_me: failed program was:" >&5
19240 sed 's/^/| /' conftest.$ac_ext >&5
19242 eval "$as_ac_var=no"
19245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19246 conftest$ac_exeext conftest.$ac_ext
19248 ac_res=`eval echo '${'$as_ac_var'}'`
19249 { echo "$as_me:$LINENO: result: $ac_res" >&5
19250 echo "${ECHO_T}$ac_res" >&6; }
19251 if test `eval echo '${'$as_ac_var'}'` = yes; then
19252 cat >>confdefs.h <<_ACEOF
19253 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19254 _ACEOF
19257 done
19260 LDAPLIBS=""
19262 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
19263 then
19264 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
19265 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
19266 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
19267 echo $ECHO_N "(cached) $ECHO_C" >&6
19268 else
19269 cat >conftest.$ac_ext <<_ACEOF
19270 /* confdefs.h. */
19271 _ACEOF
19272 cat confdefs.h >>conftest.$ac_ext
19273 cat >>conftest.$ac_ext <<_ACEOF
19274 /* end confdefs.h. */
19275 #include <ldap.h>
19277 typedef LDAPSortKey ac__type_new_;
19279 main ()
19281 if ((ac__type_new_ *) 0)
19282 return 0;
19283 if (sizeof (ac__type_new_))
19284 return 0;
19286 return 0;
19288 _ACEOF
19289 rm -f conftest.$ac_objext
19290 if { (ac_try="$ac_compile"
19291 case "(($ac_try" in
19292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19293 *) ac_try_echo=$ac_try;;
19294 esac
19295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19296 (eval "$ac_compile") 2>conftest.er1
19297 ac_status=$?
19298 grep -v '^ *+' conftest.er1 >conftest.err
19299 rm -f conftest.er1
19300 cat conftest.err >&5
19301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19302 (exit $ac_status); } && {
19303 test -z "$ac_c_werror_flag" ||
19304 test ! -s conftest.err
19305 } && test -s conftest.$ac_objext; then
19306 ac_cv_type_LDAPSortKey=yes
19307 else
19308 echo "$as_me: failed program was:" >&5
19309 sed 's/^/| /' conftest.$ac_ext >&5
19311 ac_cv_type_LDAPSortKey=no
19314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19316 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
19317 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
19318 if test $ac_cv_type_LDAPSortKey = yes; then
19319 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
19320 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
19321 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
19322 echo $ECHO_N "(cached) $ECHO_C" >&6
19323 else
19324 ac_check_lib_save_LIBS=$LIBS
19325 LIBS="-lldap_r $LIBPTHREAD $LIBS"
19326 cat >conftest.$ac_ext <<_ACEOF
19327 /* confdefs.h. */
19328 _ACEOF
19329 cat confdefs.h >>conftest.$ac_ext
19330 cat >>conftest.$ac_ext <<_ACEOF
19331 /* end confdefs.h. */
19333 /* Override any GCC internal prototype to avoid an error.
19334 Use char because int might match the return type of a GCC
19335 builtin and then its argument prototype would still apply. */
19336 #ifdef __cplusplus
19337 extern "C"
19338 #endif
19339 char ldap_initialize ();
19341 main ()
19343 return ldap_initialize ();
19345 return 0;
19347 _ACEOF
19348 rm -f conftest.$ac_objext conftest$ac_exeext
19349 if { (ac_try="$ac_link"
19350 case "(($ac_try" in
19351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19352 *) ac_try_echo=$ac_try;;
19353 esac
19354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19355 (eval "$ac_link") 2>conftest.er1
19356 ac_status=$?
19357 grep -v '^ *+' conftest.er1 >conftest.err
19358 rm -f conftest.er1
19359 cat conftest.err >&5
19360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19361 (exit $ac_status); } && {
19362 test -z "$ac_c_werror_flag" ||
19363 test ! -s conftest.err
19364 } && test -s conftest$ac_exeext &&
19365 $as_test_x conftest$ac_exeext; then
19366 ac_cv_lib_ldap_r_ldap_initialize=yes
19367 else
19368 echo "$as_me: failed program was:" >&5
19369 sed 's/^/| /' conftest.$ac_ext >&5
19371 ac_cv_lib_ldap_r_ldap_initialize=no
19374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19375 conftest$ac_exeext conftest.$ac_ext
19376 LIBS=$ac_check_lib_save_LIBS
19378 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
19379 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
19380 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
19381 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
19382 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
19383 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
19384 echo $ECHO_N "(cached) $ECHO_C" >&6
19385 else
19386 ac_check_lib_save_LIBS=$LIBS
19387 LIBS="-llber $LIBPTHREAD $LIBS"
19388 cat >conftest.$ac_ext <<_ACEOF
19389 /* confdefs.h. */
19390 _ACEOF
19391 cat confdefs.h >>conftest.$ac_ext
19392 cat >>conftest.$ac_ext <<_ACEOF
19393 /* end confdefs.h. */
19395 /* Override any GCC internal prototype to avoid an error.
19396 Use char because int might match the return type of a GCC
19397 builtin and then its argument prototype would still apply. */
19398 #ifdef __cplusplus
19399 extern "C"
19400 #endif
19401 char ber_init ();
19403 main ()
19405 return ber_init ();
19407 return 0;
19409 _ACEOF
19410 rm -f conftest.$ac_objext conftest$ac_exeext
19411 if { (ac_try="$ac_link"
19412 case "(($ac_try" in
19413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19414 *) ac_try_echo=$ac_try;;
19415 esac
19416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19417 (eval "$ac_link") 2>conftest.er1
19418 ac_status=$?
19419 grep -v '^ *+' conftest.er1 >conftest.err
19420 rm -f conftest.er1
19421 cat conftest.err >&5
19422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19423 (exit $ac_status); } && {
19424 test -z "$ac_c_werror_flag" ||
19425 test ! -s conftest.err
19426 } && test -s conftest$ac_exeext &&
19427 $as_test_x conftest$ac_exeext; then
19428 ac_cv_lib_lber_ber_init=yes
19429 else
19430 echo "$as_me: failed program was:" >&5
19431 sed 's/^/| /' conftest.$ac_ext >&5
19433 ac_cv_lib_lber_ber_init=no
19436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19437 conftest$ac_exeext conftest.$ac_ext
19438 LIBS=$ac_check_lib_save_LIBS
19440 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
19441 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
19442 if test $ac_cv_lib_lber_ber_init = yes; then
19444 cat >>confdefs.h <<\_ACEOF
19445 #define HAVE_LDAP 1
19446 _ACEOF
19448 LDAPLIBS="-lldap_r -llber"
19455 ac_wine_check_funcs_save_LIBS="$LIBS"
19456 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
19465 for ac_func in \
19466 ldap_count_references \
19467 ldap_first_reference \
19468 ldap_next_reference \
19469 ldap_parse_reference \
19470 ldap_parse_sort_control \
19471 ldap_parse_sortresponse_control \
19472 ldap_parse_vlv_control \
19473 ldap_parse_vlvresponse_control
19475 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
19476 { echo "$as_me:$LINENO: checking for $ac_func" >&5
19477 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
19478 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
19479 echo $ECHO_N "(cached) $ECHO_C" >&6
19480 else
19481 cat >conftest.$ac_ext <<_ACEOF
19482 /* confdefs.h. */
19483 _ACEOF
19484 cat confdefs.h >>conftest.$ac_ext
19485 cat >>conftest.$ac_ext <<_ACEOF
19486 /* end confdefs.h. */
19487 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
19488 For example, HP-UX 11i <limits.h> declares gettimeofday. */
19489 #define $ac_func innocuous_$ac_func
19491 /* System header to define __stub macros and hopefully few prototypes,
19492 which can conflict with char $ac_func (); below.
19493 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
19494 <limits.h> exists even on freestanding compilers. */
19496 #ifdef __STDC__
19497 # include <limits.h>
19498 #else
19499 # include <assert.h>
19500 #endif
19502 #undef $ac_func
19504 /* Override any GCC internal prototype to avoid an error.
19505 Use char because int might match the return type of a GCC
19506 builtin and then its argument prototype would still apply. */
19507 #ifdef __cplusplus
19508 extern "C"
19509 #endif
19510 char $ac_func ();
19511 /* The GNU C library defines this for functions which it implements
19512 to always fail with ENOSYS. Some functions are actually named
19513 something starting with __ and the normal name is an alias. */
19514 #if defined __stub_$ac_func || defined __stub___$ac_func
19515 choke me
19516 #endif
19519 main ()
19521 return $ac_func ();
19523 return 0;
19525 _ACEOF
19526 rm -f conftest.$ac_objext conftest$ac_exeext
19527 if { (ac_try="$ac_link"
19528 case "(($ac_try" in
19529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19530 *) ac_try_echo=$ac_try;;
19531 esac
19532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19533 (eval "$ac_link") 2>conftest.er1
19534 ac_status=$?
19535 grep -v '^ *+' conftest.er1 >conftest.err
19536 rm -f conftest.er1
19537 cat conftest.err >&5
19538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19539 (exit $ac_status); } && {
19540 test -z "$ac_c_werror_flag" ||
19541 test ! -s conftest.err
19542 } && test -s conftest$ac_exeext &&
19543 $as_test_x conftest$ac_exeext; then
19544 eval "$as_ac_var=yes"
19545 else
19546 echo "$as_me: failed program was:" >&5
19547 sed 's/^/| /' conftest.$ac_ext >&5
19549 eval "$as_ac_var=no"
19552 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19553 conftest$ac_exeext conftest.$ac_ext
19555 ac_res=`eval echo '${'$as_ac_var'}'`
19556 { echo "$as_me:$LINENO: result: $ac_res" >&5
19557 echo "${ECHO_T}$ac_res" >&6; }
19558 if test `eval echo '${'$as_ac_var'}'` = yes; then
19559 cat >>confdefs.h <<_ACEOF
19560 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
19561 _ACEOF
19564 done
19566 LIBS="$ac_wine_check_funcs_save_LIBS"
19568 if test "x$LDAPLIBS" = "x"; then
19569 case "x$with_ldap" in
19570 x) wine_notices="$wine_notices|libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported." ;;
19571 xno) ;;
19572 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19573 This is an error since --with-ldap was requested." >&5
19574 echo "$as_me: error: libldap (OpenLDAP) ${notice_platform}development files not found, LDAP won't be supported.
19575 This is an error since --with-ldap was requested." >&2;}
19576 { (exit 1); exit 1; }; } ;;
19577 esac
19581 { echo "$as_me:$LINENO: checking whether mkdir takes only one argument" >&5
19582 echo $ECHO_N "checking whether mkdir takes only one argument... $ECHO_C" >&6; }
19583 if test "${wine_cv_one_arg_mkdir+set}" = set; then
19584 echo $ECHO_N "(cached) $ECHO_C" >&6
19585 else
19586 cat >conftest.$ac_ext <<_ACEOF
19587 /* confdefs.h. */
19588 _ACEOF
19589 cat confdefs.h >>conftest.$ac_ext
19590 cat >>conftest.$ac_ext <<_ACEOF
19591 /* end confdefs.h. */
19592 #include <sys/stat.h>
19594 main ()
19596 mkdir("foo");
19598 return 0;
19600 _ACEOF
19601 rm -f conftest.$ac_objext
19602 if { (ac_try="$ac_compile"
19603 case "(($ac_try" in
19604 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19605 *) ac_try_echo=$ac_try;;
19606 esac
19607 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19608 (eval "$ac_compile") 2>conftest.er1
19609 ac_status=$?
19610 grep -v '^ *+' conftest.er1 >conftest.err
19611 rm -f conftest.er1
19612 cat conftest.err >&5
19613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19614 (exit $ac_status); } && {
19615 test -z "$ac_c_werror_flag" ||
19616 test ! -s conftest.err
19617 } && test -s conftest.$ac_objext; then
19618 wine_cv_one_arg_mkdir=yes
19619 else
19620 echo "$as_me: failed program was:" >&5
19621 sed 's/^/| /' conftest.$ac_ext >&5
19623 wine_cv_one_arg_mkdir=no
19626 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19628 { echo "$as_me:$LINENO: result: $wine_cv_one_arg_mkdir" >&5
19629 echo "${ECHO_T}$wine_cv_one_arg_mkdir" >&6; }
19630 if test "$wine_cv_one_arg_mkdir" = "yes"
19631 then
19633 cat >>confdefs.h <<\_ACEOF
19634 #define HAVE_ONE_ARG_MKDIR 1
19635 _ACEOF
19640 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
19641 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
19642 if test "${ac_cv_c_const+set}" = set; then
19643 echo $ECHO_N "(cached) $ECHO_C" >&6
19644 else
19645 cat >conftest.$ac_ext <<_ACEOF
19646 /* confdefs.h. */
19647 _ACEOF
19648 cat confdefs.h >>conftest.$ac_ext
19649 cat >>conftest.$ac_ext <<_ACEOF
19650 /* end confdefs.h. */
19653 main ()
19655 /* FIXME: Include the comments suggested by Paul. */
19656 #ifndef __cplusplus
19657 /* Ultrix mips cc rejects this. */
19658 typedef int charset[2];
19659 const charset cs;
19660 /* SunOS 4.1.1 cc rejects this. */
19661 char const *const *pcpcc;
19662 char **ppc;
19663 /* NEC SVR4.0.2 mips cc rejects this. */
19664 struct point {int x, y;};
19665 static struct point const zero = {0,0};
19666 /* AIX XL C 1.02.0.0 rejects this.
19667 It does not let you subtract one const X* pointer from another in
19668 an arm of an if-expression whose if-part is not a constant
19669 expression */
19670 const char *g = "string";
19671 pcpcc = &g + (g ? g-g : 0);
19672 /* HPUX 7.0 cc rejects these. */
19673 ++pcpcc;
19674 ppc = (char**) pcpcc;
19675 pcpcc = (char const *const *) ppc;
19676 { /* SCO 3.2v4 cc rejects this. */
19677 char *t;
19678 char const *s = 0 ? (char *) 0 : (char const *) 0;
19680 *t++ = 0;
19681 if (s) return 0;
19683 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
19684 int x[] = {25, 17};
19685 const int *foo = &x[0];
19686 ++foo;
19688 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
19689 typedef const int *iptr;
19690 iptr p = 0;
19691 ++p;
19693 { /* AIX XL C 1.02.0.0 rejects this saying
19694 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
19695 struct s { int j; const int *ap[3]; };
19696 struct s *b; b->j = 5;
19698 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
19699 const int foo = 10;
19700 if (!foo) return 0;
19702 return !cs[0] && !zero.x;
19703 #endif
19706 return 0;
19708 _ACEOF
19709 rm -f conftest.$ac_objext
19710 if { (ac_try="$ac_compile"
19711 case "(($ac_try" in
19712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19713 *) ac_try_echo=$ac_try;;
19714 esac
19715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19716 (eval "$ac_compile") 2>conftest.er1
19717 ac_status=$?
19718 grep -v '^ *+' conftest.er1 >conftest.err
19719 rm -f conftest.er1
19720 cat conftest.err >&5
19721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19722 (exit $ac_status); } && {
19723 test -z "$ac_c_werror_flag" ||
19724 test ! -s conftest.err
19725 } && test -s conftest.$ac_objext; then
19726 ac_cv_c_const=yes
19727 else
19728 echo "$as_me: failed program was:" >&5
19729 sed 's/^/| /' conftest.$ac_ext >&5
19731 ac_cv_c_const=no
19734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19736 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
19737 echo "${ECHO_T}$ac_cv_c_const" >&6; }
19738 if test $ac_cv_c_const = no; then
19740 cat >>confdefs.h <<\_ACEOF
19741 #define const
19742 _ACEOF
19746 { echo "$as_me:$LINENO: checking for inline" >&5
19747 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
19748 if test "${ac_cv_c_inline+set}" = set; then
19749 echo $ECHO_N "(cached) $ECHO_C" >&6
19750 else
19751 ac_cv_c_inline=no
19752 for ac_kw in inline __inline__ __inline; do
19753 cat >conftest.$ac_ext <<_ACEOF
19754 /* confdefs.h. */
19755 _ACEOF
19756 cat confdefs.h >>conftest.$ac_ext
19757 cat >>conftest.$ac_ext <<_ACEOF
19758 /* end confdefs.h. */
19759 #ifndef __cplusplus
19760 typedef int foo_t;
19761 static $ac_kw foo_t static_foo () {return 0; }
19762 $ac_kw foo_t foo () {return 0; }
19763 #endif
19765 _ACEOF
19766 rm -f conftest.$ac_objext
19767 if { (ac_try="$ac_compile"
19768 case "(($ac_try" in
19769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19770 *) ac_try_echo=$ac_try;;
19771 esac
19772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19773 (eval "$ac_compile") 2>conftest.er1
19774 ac_status=$?
19775 grep -v '^ *+' conftest.er1 >conftest.err
19776 rm -f conftest.er1
19777 cat conftest.err >&5
19778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779 (exit $ac_status); } && {
19780 test -z "$ac_c_werror_flag" ||
19781 test ! -s conftest.err
19782 } && test -s conftest.$ac_objext; then
19783 ac_cv_c_inline=$ac_kw
19784 else
19785 echo "$as_me: failed program was:" >&5
19786 sed 's/^/| /' conftest.$ac_ext >&5
19791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19792 test "$ac_cv_c_inline" != no && break
19793 done
19796 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
19797 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
19800 case $ac_cv_c_inline in
19801 inline | yes) ;;
19803 case $ac_cv_c_inline in
19804 no) ac_val=;;
19805 *) ac_val=$ac_cv_c_inline;;
19806 esac
19807 cat >>confdefs.h <<_ACEOF
19808 #ifndef __cplusplus
19809 #define inline $ac_val
19810 #endif
19811 _ACEOF
19813 esac
19815 { echo "$as_me:$LINENO: checking for mode_t" >&5
19816 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
19817 if test "${ac_cv_type_mode_t+set}" = set; then
19818 echo $ECHO_N "(cached) $ECHO_C" >&6
19819 else
19820 cat >conftest.$ac_ext <<_ACEOF
19821 /* confdefs.h. */
19822 _ACEOF
19823 cat confdefs.h >>conftest.$ac_ext
19824 cat >>conftest.$ac_ext <<_ACEOF
19825 /* end confdefs.h. */
19826 $ac_includes_default
19827 typedef mode_t ac__type_new_;
19829 main ()
19831 if ((ac__type_new_ *) 0)
19832 return 0;
19833 if (sizeof (ac__type_new_))
19834 return 0;
19836 return 0;
19838 _ACEOF
19839 rm -f conftest.$ac_objext
19840 if { (ac_try="$ac_compile"
19841 case "(($ac_try" in
19842 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19843 *) ac_try_echo=$ac_try;;
19844 esac
19845 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19846 (eval "$ac_compile") 2>conftest.er1
19847 ac_status=$?
19848 grep -v '^ *+' conftest.er1 >conftest.err
19849 rm -f conftest.er1
19850 cat conftest.err >&5
19851 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19852 (exit $ac_status); } && {
19853 test -z "$ac_c_werror_flag" ||
19854 test ! -s conftest.err
19855 } && test -s conftest.$ac_objext; then
19856 ac_cv_type_mode_t=yes
19857 else
19858 echo "$as_me: failed program was:" >&5
19859 sed 's/^/| /' conftest.$ac_ext >&5
19861 ac_cv_type_mode_t=no
19864 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19866 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
19867 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
19868 if test $ac_cv_type_mode_t = yes; then
19870 cat >>confdefs.h <<_ACEOF
19871 #define HAVE_MODE_T 1
19872 _ACEOF
19876 { echo "$as_me:$LINENO: checking for off_t" >&5
19877 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
19878 if test "${ac_cv_type_off_t+set}" = set; then
19879 echo $ECHO_N "(cached) $ECHO_C" >&6
19880 else
19881 cat >conftest.$ac_ext <<_ACEOF
19882 /* confdefs.h. */
19883 _ACEOF
19884 cat confdefs.h >>conftest.$ac_ext
19885 cat >>conftest.$ac_ext <<_ACEOF
19886 /* end confdefs.h. */
19887 $ac_includes_default
19888 typedef off_t ac__type_new_;
19890 main ()
19892 if ((ac__type_new_ *) 0)
19893 return 0;
19894 if (sizeof (ac__type_new_))
19895 return 0;
19897 return 0;
19899 _ACEOF
19900 rm -f conftest.$ac_objext
19901 if { (ac_try="$ac_compile"
19902 case "(($ac_try" in
19903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19904 *) ac_try_echo=$ac_try;;
19905 esac
19906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19907 (eval "$ac_compile") 2>conftest.er1
19908 ac_status=$?
19909 grep -v '^ *+' conftest.er1 >conftest.err
19910 rm -f conftest.er1
19911 cat conftest.err >&5
19912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19913 (exit $ac_status); } && {
19914 test -z "$ac_c_werror_flag" ||
19915 test ! -s conftest.err
19916 } && test -s conftest.$ac_objext; then
19917 ac_cv_type_off_t=yes
19918 else
19919 echo "$as_me: failed program was:" >&5
19920 sed 's/^/| /' conftest.$ac_ext >&5
19922 ac_cv_type_off_t=no
19925 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19927 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
19928 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
19929 if test $ac_cv_type_off_t = yes; then
19931 cat >>confdefs.h <<_ACEOF
19932 #define HAVE_OFF_T 1
19933 _ACEOF
19937 { echo "$as_me:$LINENO: checking for pid_t" >&5
19938 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
19939 if test "${ac_cv_type_pid_t+set}" = set; then
19940 echo $ECHO_N "(cached) $ECHO_C" >&6
19941 else
19942 cat >conftest.$ac_ext <<_ACEOF
19943 /* confdefs.h. */
19944 _ACEOF
19945 cat confdefs.h >>conftest.$ac_ext
19946 cat >>conftest.$ac_ext <<_ACEOF
19947 /* end confdefs.h. */
19948 $ac_includes_default
19949 typedef pid_t ac__type_new_;
19951 main ()
19953 if ((ac__type_new_ *) 0)
19954 return 0;
19955 if (sizeof (ac__type_new_))
19956 return 0;
19958 return 0;
19960 _ACEOF
19961 rm -f conftest.$ac_objext
19962 if { (ac_try="$ac_compile"
19963 case "(($ac_try" in
19964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19965 *) ac_try_echo=$ac_try;;
19966 esac
19967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19968 (eval "$ac_compile") 2>conftest.er1
19969 ac_status=$?
19970 grep -v '^ *+' conftest.er1 >conftest.err
19971 rm -f conftest.er1
19972 cat conftest.err >&5
19973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19974 (exit $ac_status); } && {
19975 test -z "$ac_c_werror_flag" ||
19976 test ! -s conftest.err
19977 } && test -s conftest.$ac_objext; then
19978 ac_cv_type_pid_t=yes
19979 else
19980 echo "$as_me: failed program was:" >&5
19981 sed 's/^/| /' conftest.$ac_ext >&5
19983 ac_cv_type_pid_t=no
19986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19988 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
19989 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
19990 if test $ac_cv_type_pid_t = yes; then
19992 cat >>confdefs.h <<_ACEOF
19993 #define HAVE_PID_T 1
19994 _ACEOF
19998 { echo "$as_me:$LINENO: checking for size_t" >&5
19999 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
20000 if test "${ac_cv_type_size_t+set}" = set; then
20001 echo $ECHO_N "(cached) $ECHO_C" >&6
20002 else
20003 cat >conftest.$ac_ext <<_ACEOF
20004 /* confdefs.h. */
20005 _ACEOF
20006 cat confdefs.h >>conftest.$ac_ext
20007 cat >>conftest.$ac_ext <<_ACEOF
20008 /* end confdefs.h. */
20009 $ac_includes_default
20010 typedef size_t ac__type_new_;
20012 main ()
20014 if ((ac__type_new_ *) 0)
20015 return 0;
20016 if (sizeof (ac__type_new_))
20017 return 0;
20019 return 0;
20021 _ACEOF
20022 rm -f conftest.$ac_objext
20023 if { (ac_try="$ac_compile"
20024 case "(($ac_try" in
20025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20026 *) ac_try_echo=$ac_try;;
20027 esac
20028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20029 (eval "$ac_compile") 2>conftest.er1
20030 ac_status=$?
20031 grep -v '^ *+' conftest.er1 >conftest.err
20032 rm -f conftest.er1
20033 cat conftest.err >&5
20034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20035 (exit $ac_status); } && {
20036 test -z "$ac_c_werror_flag" ||
20037 test ! -s conftest.err
20038 } && test -s conftest.$ac_objext; then
20039 ac_cv_type_size_t=yes
20040 else
20041 echo "$as_me: failed program was:" >&5
20042 sed 's/^/| /' conftest.$ac_ext >&5
20044 ac_cv_type_size_t=no
20047 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20049 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
20050 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
20051 if test $ac_cv_type_size_t = yes; then
20053 cat >>confdefs.h <<_ACEOF
20054 #define HAVE_SIZE_T 1
20055 _ACEOF
20059 { echo "$as_me:$LINENO: checking for ssize_t" >&5
20060 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
20061 if test "${ac_cv_type_ssize_t+set}" = set; then
20062 echo $ECHO_N "(cached) $ECHO_C" >&6
20063 else
20064 cat >conftest.$ac_ext <<_ACEOF
20065 /* confdefs.h. */
20066 _ACEOF
20067 cat confdefs.h >>conftest.$ac_ext
20068 cat >>conftest.$ac_ext <<_ACEOF
20069 /* end confdefs.h. */
20070 $ac_includes_default
20071 typedef ssize_t ac__type_new_;
20073 main ()
20075 if ((ac__type_new_ *) 0)
20076 return 0;
20077 if (sizeof (ac__type_new_))
20078 return 0;
20080 return 0;
20082 _ACEOF
20083 rm -f conftest.$ac_objext
20084 if { (ac_try="$ac_compile"
20085 case "(($ac_try" in
20086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20087 *) ac_try_echo=$ac_try;;
20088 esac
20089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20090 (eval "$ac_compile") 2>conftest.er1
20091 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && {
20097 test -z "$ac_c_werror_flag" ||
20098 test ! -s conftest.err
20099 } && test -s conftest.$ac_objext; then
20100 ac_cv_type_ssize_t=yes
20101 else
20102 echo "$as_me: failed program was:" >&5
20103 sed 's/^/| /' conftest.$ac_ext >&5
20105 ac_cv_type_ssize_t=no
20108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20110 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
20111 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
20112 if test $ac_cv_type_ssize_t = yes; then
20114 cat >>confdefs.h <<_ACEOF
20115 #define HAVE_SSIZE_T 1
20116 _ACEOF
20120 { echo "$as_me:$LINENO: checking for long long" >&5
20121 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
20122 if test "${ac_cv_type_long_long+set}" = set; then
20123 echo $ECHO_N "(cached) $ECHO_C" >&6
20124 else
20125 cat >conftest.$ac_ext <<_ACEOF
20126 /* confdefs.h. */
20127 _ACEOF
20128 cat confdefs.h >>conftest.$ac_ext
20129 cat >>conftest.$ac_ext <<_ACEOF
20130 /* end confdefs.h. */
20131 $ac_includes_default
20132 typedef long long ac__type_new_;
20134 main ()
20136 if ((ac__type_new_ *) 0)
20137 return 0;
20138 if (sizeof (ac__type_new_))
20139 return 0;
20141 return 0;
20143 _ACEOF
20144 rm -f conftest.$ac_objext
20145 if { (ac_try="$ac_compile"
20146 case "(($ac_try" in
20147 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20148 *) ac_try_echo=$ac_try;;
20149 esac
20150 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20151 (eval "$ac_compile") 2>conftest.er1
20152 ac_status=$?
20153 grep -v '^ *+' conftest.er1 >conftest.err
20154 rm -f conftest.er1
20155 cat conftest.err >&5
20156 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20157 (exit $ac_status); } && {
20158 test -z "$ac_c_werror_flag" ||
20159 test ! -s conftest.err
20160 } && test -s conftest.$ac_objext; then
20161 ac_cv_type_long_long=yes
20162 else
20163 echo "$as_me: failed program was:" >&5
20164 sed 's/^/| /' conftest.$ac_ext >&5
20166 ac_cv_type_long_long=no
20169 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20171 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
20172 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
20173 if test $ac_cv_type_long_long = yes; then
20175 cat >>confdefs.h <<_ACEOF
20176 #define HAVE_LONG_LONG 1
20177 _ACEOF
20181 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
20182 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
20183 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
20184 echo $ECHO_N "(cached) $ECHO_C" >&6
20185 else
20186 cat >conftest.$ac_ext <<_ACEOF
20187 /* confdefs.h. */
20188 _ACEOF
20189 cat confdefs.h >>conftest.$ac_ext
20190 cat >>conftest.$ac_ext <<_ACEOF
20191 /* end confdefs.h. */
20192 $ac_includes_default
20193 typedef fsblkcnt_t ac__type_new_;
20195 main ()
20197 if ((ac__type_new_ *) 0)
20198 return 0;
20199 if (sizeof (ac__type_new_))
20200 return 0;
20202 return 0;
20204 _ACEOF
20205 rm -f conftest.$ac_objext
20206 if { (ac_try="$ac_compile"
20207 case "(($ac_try" in
20208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20209 *) ac_try_echo=$ac_try;;
20210 esac
20211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20212 (eval "$ac_compile") 2>conftest.er1
20213 ac_status=$?
20214 grep -v '^ *+' conftest.er1 >conftest.err
20215 rm -f conftest.er1
20216 cat conftest.err >&5
20217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20218 (exit $ac_status); } && {
20219 test -z "$ac_c_werror_flag" ||
20220 test ! -s conftest.err
20221 } && test -s conftest.$ac_objext; then
20222 ac_cv_type_fsblkcnt_t=yes
20223 else
20224 echo "$as_me: failed program was:" >&5
20225 sed 's/^/| /' conftest.$ac_ext >&5
20227 ac_cv_type_fsblkcnt_t=no
20230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20232 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
20233 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
20234 if test $ac_cv_type_fsblkcnt_t = yes; then
20236 cat >>confdefs.h <<_ACEOF
20237 #define HAVE_FSBLKCNT_T 1
20238 _ACEOF
20242 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
20243 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
20244 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
20245 echo $ECHO_N "(cached) $ECHO_C" >&6
20246 else
20247 cat >conftest.$ac_ext <<_ACEOF
20248 /* confdefs.h. */
20249 _ACEOF
20250 cat confdefs.h >>conftest.$ac_ext
20251 cat >>conftest.$ac_ext <<_ACEOF
20252 /* end confdefs.h. */
20253 $ac_includes_default
20254 typedef fsfilcnt_t ac__type_new_;
20256 main ()
20258 if ((ac__type_new_ *) 0)
20259 return 0;
20260 if (sizeof (ac__type_new_))
20261 return 0;
20263 return 0;
20265 _ACEOF
20266 rm -f conftest.$ac_objext
20267 if { (ac_try="$ac_compile"
20268 case "(($ac_try" in
20269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20270 *) ac_try_echo=$ac_try;;
20271 esac
20272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20273 (eval "$ac_compile") 2>conftest.er1
20274 ac_status=$?
20275 grep -v '^ *+' conftest.er1 >conftest.err
20276 rm -f conftest.er1
20277 cat conftest.err >&5
20278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20279 (exit $ac_status); } && {
20280 test -z "$ac_c_werror_flag" ||
20281 test ! -s conftest.err
20282 } && test -s conftest.$ac_objext; then
20283 ac_cv_type_fsfilcnt_t=yes
20284 else
20285 echo "$as_me: failed program was:" >&5
20286 sed 's/^/| /' conftest.$ac_ext >&5
20288 ac_cv_type_fsfilcnt_t=no
20291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20293 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
20294 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
20295 if test $ac_cv_type_fsfilcnt_t = yes; then
20297 cat >>confdefs.h <<_ACEOF
20298 #define HAVE_FSFILCNT_T 1
20299 _ACEOF
20304 { echo "$as_me:$LINENO: checking for sigset_t" >&5
20305 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
20306 if test "${ac_cv_type_sigset_t+set}" = set; then
20307 echo $ECHO_N "(cached) $ECHO_C" >&6
20308 else
20309 cat >conftest.$ac_ext <<_ACEOF
20310 /* confdefs.h. */
20311 _ACEOF
20312 cat confdefs.h >>conftest.$ac_ext
20313 cat >>conftest.$ac_ext <<_ACEOF
20314 /* end confdefs.h. */
20315 #include <sys/types.h>
20316 #include <signal.h>
20318 typedef sigset_t ac__type_new_;
20320 main ()
20322 if ((ac__type_new_ *) 0)
20323 return 0;
20324 if (sizeof (ac__type_new_))
20325 return 0;
20327 return 0;
20329 _ACEOF
20330 rm -f conftest.$ac_objext
20331 if { (ac_try="$ac_compile"
20332 case "(($ac_try" in
20333 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20334 *) ac_try_echo=$ac_try;;
20335 esac
20336 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20337 (eval "$ac_compile") 2>conftest.er1
20338 ac_status=$?
20339 grep -v '^ *+' conftest.er1 >conftest.err
20340 rm -f conftest.er1
20341 cat conftest.err >&5
20342 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20343 (exit $ac_status); } && {
20344 test -z "$ac_c_werror_flag" ||
20345 test ! -s conftest.err
20346 } && test -s conftest.$ac_objext; then
20347 ac_cv_type_sigset_t=yes
20348 else
20349 echo "$as_me: failed program was:" >&5
20350 sed 's/^/| /' conftest.$ac_ext >&5
20352 ac_cv_type_sigset_t=no
20355 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20357 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
20358 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
20359 if test $ac_cv_type_sigset_t = yes; then
20361 cat >>confdefs.h <<_ACEOF
20362 #define HAVE_SIGSET_T 1
20363 _ACEOF
20368 { echo "$as_me:$LINENO: checking for request_sense" >&5
20369 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
20370 if test "${ac_cv_type_request_sense+set}" = set; then
20371 echo $ECHO_N "(cached) $ECHO_C" >&6
20372 else
20373 cat >conftest.$ac_ext <<_ACEOF
20374 /* confdefs.h. */
20375 _ACEOF
20376 cat confdefs.h >>conftest.$ac_ext
20377 cat >>conftest.$ac_ext <<_ACEOF
20378 /* end confdefs.h. */
20379 #include <linux/cdrom.h>
20381 typedef request_sense ac__type_new_;
20383 main ()
20385 if ((ac__type_new_ *) 0)
20386 return 0;
20387 if (sizeof (ac__type_new_))
20388 return 0;
20390 return 0;
20392 _ACEOF
20393 rm -f conftest.$ac_objext
20394 if { (ac_try="$ac_compile"
20395 case "(($ac_try" in
20396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20397 *) ac_try_echo=$ac_try;;
20398 esac
20399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20400 (eval "$ac_compile") 2>conftest.er1
20401 ac_status=$?
20402 grep -v '^ *+' conftest.er1 >conftest.err
20403 rm -f conftest.er1
20404 cat conftest.err >&5
20405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20406 (exit $ac_status); } && {
20407 test -z "$ac_c_werror_flag" ||
20408 test ! -s conftest.err
20409 } && test -s conftest.$ac_objext; then
20410 ac_cv_type_request_sense=yes
20411 else
20412 echo "$as_me: failed program was:" >&5
20413 sed 's/^/| /' conftest.$ac_ext >&5
20415 ac_cv_type_request_sense=no
20418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20420 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
20421 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
20422 if test $ac_cv_type_request_sense = yes; then
20424 cat >>confdefs.h <<_ACEOF
20425 #define HAVE_REQUEST_SENSE 1
20426 _ACEOF
20432 { echo "$as_me:$LINENO: checking for struct xinpgen" >&5
20433 echo $ECHO_N "checking for struct xinpgen... $ECHO_C" >&6; }
20434 if test "${ac_cv_type_struct_xinpgen+set}" = set; then
20435 echo $ECHO_N "(cached) $ECHO_C" >&6
20436 else
20437 cat >conftest.$ac_ext <<_ACEOF
20438 /* confdefs.h. */
20439 _ACEOF
20440 cat confdefs.h >>conftest.$ac_ext
20441 cat >>conftest.$ac_ext <<_ACEOF
20442 /* end confdefs.h. */
20443 #include <sys/types.h>
20444 #ifdef HAVE_SYS_SOCKET_H
20445 #include <sys/socket.h>
20446 #endif
20447 #ifdef HAVE_SYS_SOCKETVAR_H
20448 #include <sys/socketvar.h>
20449 #endif
20450 #ifdef HAVE_NET_ROUTE_H
20451 #include <net/route.h>
20452 #endif
20453 #ifdef HAVE_NETINET_IN_H
20454 #include <netinet/in.h>
20455 #endif
20456 #ifdef HAVE_NETINET_IN_SYSTM_H
20457 #include <netinet/in_systm.h>
20458 #endif
20459 #ifdef HAVE_NETINET_IP_H
20460 #include <netinet/ip.h>
20461 #endif
20462 #ifdef HAVE_NETINET_IN_PCB_H
20463 #include <netinet/in_pcb.h>
20464 #endif
20466 typedef struct xinpgen ac__type_new_;
20468 main ()
20470 if ((ac__type_new_ *) 0)
20471 return 0;
20472 if (sizeof (ac__type_new_))
20473 return 0;
20475 return 0;
20477 _ACEOF
20478 rm -f conftest.$ac_objext
20479 if { (ac_try="$ac_compile"
20480 case "(($ac_try" in
20481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20482 *) ac_try_echo=$ac_try;;
20483 esac
20484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20485 (eval "$ac_compile") 2>conftest.er1
20486 ac_status=$?
20487 grep -v '^ *+' conftest.er1 >conftest.err
20488 rm -f conftest.er1
20489 cat conftest.err >&5
20490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491 (exit $ac_status); } && {
20492 test -z "$ac_c_werror_flag" ||
20493 test ! -s conftest.err
20494 } && test -s conftest.$ac_objext; then
20495 ac_cv_type_struct_xinpgen=yes
20496 else
20497 echo "$as_me: failed program was:" >&5
20498 sed 's/^/| /' conftest.$ac_ext >&5
20500 ac_cv_type_struct_xinpgen=no
20503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20505 { echo "$as_me:$LINENO: result: $ac_cv_type_struct_xinpgen" >&5
20506 echo "${ECHO_T}$ac_cv_type_struct_xinpgen" >&6; }
20507 if test $ac_cv_type_struct_xinpgen = yes; then
20509 cat >>confdefs.h <<_ACEOF
20510 #define HAVE_STRUCT_XINPGEN 1
20511 _ACEOF
20517 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
20518 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
20519 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
20520 echo $ECHO_N "(cached) $ECHO_C" >&6
20521 else
20522 cat >conftest.$ac_ext <<_ACEOF
20523 /* confdefs.h. */
20524 _ACEOF
20525 cat confdefs.h >>conftest.$ac_ext
20526 cat >>conftest.$ac_ext <<_ACEOF
20527 /* end confdefs.h. */
20528 #ifdef HAVE_LINUX_INPUT_H
20529 #include <linux/input.h>
20530 #endif
20533 main ()
20535 static struct ff_effect ac_aggr;
20536 if (ac_aggr.direction)
20537 return 0;
20539 return 0;
20541 _ACEOF
20542 rm -f conftest.$ac_objext
20543 if { (ac_try="$ac_compile"
20544 case "(($ac_try" in
20545 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20546 *) ac_try_echo=$ac_try;;
20547 esac
20548 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20549 (eval "$ac_compile") 2>conftest.er1
20550 ac_status=$?
20551 grep -v '^ *+' conftest.er1 >conftest.err
20552 rm -f conftest.er1
20553 cat conftest.err >&5
20554 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20555 (exit $ac_status); } && {
20556 test -z "$ac_c_werror_flag" ||
20557 test ! -s conftest.err
20558 } && test -s conftest.$ac_objext; then
20559 ac_cv_member_struct_ff_effect_direction=yes
20560 else
20561 echo "$as_me: failed program was:" >&5
20562 sed 's/^/| /' conftest.$ac_ext >&5
20564 cat >conftest.$ac_ext <<_ACEOF
20565 /* confdefs.h. */
20566 _ACEOF
20567 cat confdefs.h >>conftest.$ac_ext
20568 cat >>conftest.$ac_ext <<_ACEOF
20569 /* end confdefs.h. */
20570 #ifdef HAVE_LINUX_INPUT_H
20571 #include <linux/input.h>
20572 #endif
20575 main ()
20577 static struct ff_effect ac_aggr;
20578 if (sizeof ac_aggr.direction)
20579 return 0;
20581 return 0;
20583 _ACEOF
20584 rm -f conftest.$ac_objext
20585 if { (ac_try="$ac_compile"
20586 case "(($ac_try" in
20587 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20588 *) ac_try_echo=$ac_try;;
20589 esac
20590 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20591 (eval "$ac_compile") 2>conftest.er1
20592 ac_status=$?
20593 grep -v '^ *+' conftest.er1 >conftest.err
20594 rm -f conftest.er1
20595 cat conftest.err >&5
20596 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20597 (exit $ac_status); } && {
20598 test -z "$ac_c_werror_flag" ||
20599 test ! -s conftest.err
20600 } && test -s conftest.$ac_objext; then
20601 ac_cv_member_struct_ff_effect_direction=yes
20602 else
20603 echo "$as_me: failed program was:" >&5
20604 sed 's/^/| /' conftest.$ac_ext >&5
20606 ac_cv_member_struct_ff_effect_direction=no
20609 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20614 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
20615 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
20616 if test $ac_cv_member_struct_ff_effect_direction = yes; then
20618 cat >>confdefs.h <<_ACEOF
20619 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
20620 _ACEOF
20626 { echo "$as_me:$LINENO: checking for sigaddset" >&5
20627 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
20628 if test "${wine_cv_have_sigaddset+set}" = set; then
20629 echo $ECHO_N "(cached) $ECHO_C" >&6
20630 else
20631 cat >conftest.$ac_ext <<_ACEOF
20632 /* confdefs.h. */
20633 _ACEOF
20634 cat confdefs.h >>conftest.$ac_ext
20635 cat >>conftest.$ac_ext <<_ACEOF
20636 /* end confdefs.h. */
20637 #include <signal.h>
20639 main ()
20641 sigset_t set; sigaddset(&set,SIGTERM);
20643 return 0;
20645 _ACEOF
20646 rm -f conftest.$ac_objext conftest$ac_exeext
20647 if { (ac_try="$ac_link"
20648 case "(($ac_try" in
20649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20650 *) ac_try_echo=$ac_try;;
20651 esac
20652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20653 (eval "$ac_link") 2>conftest.er1
20654 ac_status=$?
20655 grep -v '^ *+' conftest.er1 >conftest.err
20656 rm -f conftest.er1
20657 cat conftest.err >&5
20658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20659 (exit $ac_status); } && {
20660 test -z "$ac_c_werror_flag" ||
20661 test ! -s conftest.err
20662 } && test -s conftest$ac_exeext &&
20663 $as_test_x conftest$ac_exeext; then
20664 wine_cv_have_sigaddset=yes
20665 else
20666 echo "$as_me: failed program was:" >&5
20667 sed 's/^/| /' conftest.$ac_ext >&5
20669 wine_cv_have_sigaddset=no
20672 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20673 conftest$ac_exeext conftest.$ac_ext
20675 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
20676 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
20677 if test "$wine_cv_have_sigaddset" = "yes"
20678 then
20680 cat >>confdefs.h <<\_ACEOF
20681 #define HAVE_SIGADDSET 1
20682 _ACEOF
20687 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
20688 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
20689 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
20690 echo $ECHO_N "(cached) $ECHO_C" >&6
20691 else
20692 cat >conftest.$ac_ext <<_ACEOF
20693 /* confdefs.h. */
20694 _ACEOF
20695 cat confdefs.h >>conftest.$ac_ext
20696 cat >>conftest.$ac_ext <<_ACEOF
20697 /* end confdefs.h. */
20698 #include <netdb.h>
20700 main ()
20703 char *name=0;
20704 struct hostent he;
20705 struct hostent *result;
20706 char *buf=0;
20707 int bufsize=0;
20708 int res,errnr;
20709 char *addr=0;
20710 int addrlen=0;
20711 int addrtype=0;
20712 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
20713 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
20716 return 0;
20718 _ACEOF
20719 rm -f conftest.$ac_objext conftest$ac_exeext
20720 if { (ac_try="$ac_link"
20721 case "(($ac_try" in
20722 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20723 *) ac_try_echo=$ac_try;;
20724 esac
20725 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20726 (eval "$ac_link") 2>conftest.er1
20727 ac_status=$?
20728 grep -v '^ *+' conftest.er1 >conftest.err
20729 rm -f conftest.er1
20730 cat conftest.err >&5
20731 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20732 (exit $ac_status); } && {
20733 test -z "$ac_c_werror_flag" ||
20734 test ! -s conftest.err
20735 } && test -s conftest$ac_exeext &&
20736 $as_test_x conftest$ac_exeext; then
20737 wine_cv_linux_gethostbyname_r_6=yes
20738 else
20739 echo "$as_me: failed program was:" >&5
20740 sed 's/^/| /' conftest.$ac_ext >&5
20742 wine_cv_linux_gethostbyname_r_6=no
20746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
20747 conftest$ac_exeext conftest.$ac_ext
20750 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
20751 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
20752 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
20753 then
20755 cat >>confdefs.h <<\_ACEOF
20756 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
20757 _ACEOF
20761 if test "$ac_cv_header_linux_joystick_h" = "yes"
20762 then
20763 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
20764 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
20765 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
20766 echo $ECHO_N "(cached) $ECHO_C" >&6
20767 else
20768 cat >conftest.$ac_ext <<_ACEOF
20769 /* confdefs.h. */
20770 _ACEOF
20771 cat confdefs.h >>conftest.$ac_ext
20772 cat >>conftest.$ac_ext <<_ACEOF
20773 /* end confdefs.h. */
20775 #include <sys/ioctl.h>
20776 #include <sys/types.h>
20777 #include <linux/joystick.h>
20779 struct js_event blub;
20780 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
20781 #error "no 2.2 header"
20782 #endif
20785 main ()
20787 /*empty*/
20789 return 0;
20791 _ACEOF
20792 rm -f conftest.$ac_objext
20793 if { (ac_try="$ac_compile"
20794 case "(($ac_try" in
20795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20796 *) ac_try_echo=$ac_try;;
20797 esac
20798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20799 (eval "$ac_compile") 2>conftest.er1
20800 ac_status=$?
20801 grep -v '^ *+' conftest.er1 >conftest.err
20802 rm -f conftest.er1
20803 cat conftest.err >&5
20804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20805 (exit $ac_status); } && {
20806 test -z "$ac_c_werror_flag" ||
20807 test ! -s conftest.err
20808 } && test -s conftest.$ac_objext; then
20809 wine_cv_linux_joystick_22_api=yes
20810 else
20811 echo "$as_me: failed program was:" >&5
20812 sed 's/^/| /' conftest.$ac_ext >&5
20814 wine_cv_linux_joystick_22_api=no
20817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20820 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
20821 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
20822 if test "$wine_cv_linux_joystick_22_api" = "yes"
20823 then
20825 cat >>confdefs.h <<\_ACEOF
20826 #define HAVE_LINUX_22_JOYSTICK_API 1
20827 _ACEOF
20833 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
20834 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
20835 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
20836 echo $ECHO_N "(cached) $ECHO_C" >&6
20837 else
20838 cat >conftest.$ac_ext <<_ACEOF
20839 /* confdefs.h. */
20840 _ACEOF
20841 cat confdefs.h >>conftest.$ac_ext
20842 cat >>conftest.$ac_ext <<_ACEOF
20843 /* end confdefs.h. */
20844 #include <sys/types.h>
20845 #ifdef HAVE_SYS_PARAM_H
20846 # include <sys/param.h>
20847 #endif
20848 #ifdef HAVE_SYS_MOUNT_H
20849 # include <sys/mount.h>
20850 #endif
20851 #ifdef HAVE_SYS_VFS_H
20852 # include <sys/vfs.h>
20853 #endif
20854 #ifdef HAVE_SYS_STATFS_H
20855 # include <sys/statfs.h>
20856 #endif
20859 main ()
20861 static struct statfs ac_aggr;
20862 if (ac_aggr.f_bfree)
20863 return 0;
20865 return 0;
20867 _ACEOF
20868 rm -f conftest.$ac_objext
20869 if { (ac_try="$ac_compile"
20870 case "(($ac_try" in
20871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20872 *) ac_try_echo=$ac_try;;
20873 esac
20874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20875 (eval "$ac_compile") 2>conftest.er1
20876 ac_status=$?
20877 grep -v '^ *+' conftest.er1 >conftest.err
20878 rm -f conftest.er1
20879 cat conftest.err >&5
20880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20881 (exit $ac_status); } && {
20882 test -z "$ac_c_werror_flag" ||
20883 test ! -s conftest.err
20884 } && test -s conftest.$ac_objext; then
20885 ac_cv_member_struct_statfs_f_bfree=yes
20886 else
20887 echo "$as_me: failed program was:" >&5
20888 sed 's/^/| /' conftest.$ac_ext >&5
20890 cat >conftest.$ac_ext <<_ACEOF
20891 /* confdefs.h. */
20892 _ACEOF
20893 cat confdefs.h >>conftest.$ac_ext
20894 cat >>conftest.$ac_ext <<_ACEOF
20895 /* end confdefs.h. */
20896 #include <sys/types.h>
20897 #ifdef HAVE_SYS_PARAM_H
20898 # include <sys/param.h>
20899 #endif
20900 #ifdef HAVE_SYS_MOUNT_H
20901 # include <sys/mount.h>
20902 #endif
20903 #ifdef HAVE_SYS_VFS_H
20904 # include <sys/vfs.h>
20905 #endif
20906 #ifdef HAVE_SYS_STATFS_H
20907 # include <sys/statfs.h>
20908 #endif
20911 main ()
20913 static struct statfs ac_aggr;
20914 if (sizeof ac_aggr.f_bfree)
20915 return 0;
20917 return 0;
20919 _ACEOF
20920 rm -f conftest.$ac_objext
20921 if { (ac_try="$ac_compile"
20922 case "(($ac_try" in
20923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20924 *) ac_try_echo=$ac_try;;
20925 esac
20926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_struct_statfs_f_bfree=yes
20938 else
20939 echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 ac_cv_member_struct_statfs_f_bfree=no
20945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20948 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20950 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
20951 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
20952 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
20954 cat >>confdefs.h <<_ACEOF
20955 #define HAVE_STRUCT_STATFS_F_BFREE 1
20956 _ACEOF
20960 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
20961 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
20962 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
20963 echo $ECHO_N "(cached) $ECHO_C" >&6
20964 else
20965 cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h. */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_PARAM_H
20973 # include <sys/param.h>
20974 #endif
20975 #ifdef HAVE_SYS_MOUNT_H
20976 # include <sys/mount.h>
20977 #endif
20978 #ifdef HAVE_SYS_VFS_H
20979 # include <sys/vfs.h>
20980 #endif
20981 #ifdef HAVE_SYS_STATFS_H
20982 # include <sys/statfs.h>
20983 #endif
20986 main ()
20988 static struct statfs ac_aggr;
20989 if (ac_aggr.f_bavail)
20990 return 0;
20992 return 0;
20994 _ACEOF
20995 rm -f conftest.$ac_objext
20996 if { (ac_try="$ac_compile"
20997 case "(($ac_try" in
20998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20999 *) ac_try_echo=$ac_try;;
21000 esac
21001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21002 (eval "$ac_compile") 2>conftest.er1
21003 ac_status=$?
21004 grep -v '^ *+' conftest.er1 >conftest.err
21005 rm -f conftest.er1
21006 cat conftest.err >&5
21007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21008 (exit $ac_status); } && {
21009 test -z "$ac_c_werror_flag" ||
21010 test ! -s conftest.err
21011 } && test -s conftest.$ac_objext; then
21012 ac_cv_member_struct_statfs_f_bavail=yes
21013 else
21014 echo "$as_me: failed program was:" >&5
21015 sed 's/^/| /' conftest.$ac_ext >&5
21017 cat >conftest.$ac_ext <<_ACEOF
21018 /* confdefs.h. */
21019 _ACEOF
21020 cat confdefs.h >>conftest.$ac_ext
21021 cat >>conftest.$ac_ext <<_ACEOF
21022 /* end confdefs.h. */
21023 #include <sys/types.h>
21024 #ifdef HAVE_SYS_PARAM_H
21025 # include <sys/param.h>
21026 #endif
21027 #ifdef HAVE_SYS_MOUNT_H
21028 # include <sys/mount.h>
21029 #endif
21030 #ifdef HAVE_SYS_VFS_H
21031 # include <sys/vfs.h>
21032 #endif
21033 #ifdef HAVE_SYS_STATFS_H
21034 # include <sys/statfs.h>
21035 #endif
21038 main ()
21040 static struct statfs ac_aggr;
21041 if (sizeof ac_aggr.f_bavail)
21042 return 0;
21044 return 0;
21046 _ACEOF
21047 rm -f conftest.$ac_objext
21048 if { (ac_try="$ac_compile"
21049 case "(($ac_try" in
21050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21051 *) ac_try_echo=$ac_try;;
21052 esac
21053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21054 (eval "$ac_compile") 2>conftest.er1
21055 ac_status=$?
21056 grep -v '^ *+' conftest.er1 >conftest.err
21057 rm -f conftest.er1
21058 cat conftest.err >&5
21059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21060 (exit $ac_status); } && {
21061 test -z "$ac_c_werror_flag" ||
21062 test ! -s conftest.err
21063 } && test -s conftest.$ac_objext; then
21064 ac_cv_member_struct_statfs_f_bavail=yes
21065 else
21066 echo "$as_me: failed program was:" >&5
21067 sed 's/^/| /' conftest.$ac_ext >&5
21069 ac_cv_member_struct_statfs_f_bavail=no
21072 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21075 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21077 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
21078 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
21079 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
21081 cat >>confdefs.h <<_ACEOF
21082 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
21083 _ACEOF
21087 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
21088 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
21089 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
21090 echo $ECHO_N "(cached) $ECHO_C" >&6
21091 else
21092 cat >conftest.$ac_ext <<_ACEOF
21093 /* confdefs.h. */
21094 _ACEOF
21095 cat confdefs.h >>conftest.$ac_ext
21096 cat >>conftest.$ac_ext <<_ACEOF
21097 /* end confdefs.h. */
21098 #include <sys/types.h>
21099 #ifdef HAVE_SYS_PARAM_H
21100 # include <sys/param.h>
21101 #endif
21102 #ifdef HAVE_SYS_MOUNT_H
21103 # include <sys/mount.h>
21104 #endif
21105 #ifdef HAVE_SYS_VFS_H
21106 # include <sys/vfs.h>
21107 #endif
21108 #ifdef HAVE_SYS_STATFS_H
21109 # include <sys/statfs.h>
21110 #endif
21113 main ()
21115 static struct statfs ac_aggr;
21116 if (ac_aggr.f_frsize)
21117 return 0;
21119 return 0;
21121 _ACEOF
21122 rm -f conftest.$ac_objext
21123 if { (ac_try="$ac_compile"
21124 case "(($ac_try" in
21125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21126 *) ac_try_echo=$ac_try;;
21127 esac
21128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21129 (eval "$ac_compile") 2>conftest.er1
21130 ac_status=$?
21131 grep -v '^ *+' conftest.er1 >conftest.err
21132 rm -f conftest.er1
21133 cat conftest.err >&5
21134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21135 (exit $ac_status); } && {
21136 test -z "$ac_c_werror_flag" ||
21137 test ! -s conftest.err
21138 } && test -s conftest.$ac_objext; then
21139 ac_cv_member_struct_statfs_f_frsize=yes
21140 else
21141 echo "$as_me: failed program was:" >&5
21142 sed 's/^/| /' conftest.$ac_ext >&5
21144 cat >conftest.$ac_ext <<_ACEOF
21145 /* confdefs.h. */
21146 _ACEOF
21147 cat confdefs.h >>conftest.$ac_ext
21148 cat >>conftest.$ac_ext <<_ACEOF
21149 /* end confdefs.h. */
21150 #include <sys/types.h>
21151 #ifdef HAVE_SYS_PARAM_H
21152 # include <sys/param.h>
21153 #endif
21154 #ifdef HAVE_SYS_MOUNT_H
21155 # include <sys/mount.h>
21156 #endif
21157 #ifdef HAVE_SYS_VFS_H
21158 # include <sys/vfs.h>
21159 #endif
21160 #ifdef HAVE_SYS_STATFS_H
21161 # include <sys/statfs.h>
21162 #endif
21165 main ()
21167 static struct statfs ac_aggr;
21168 if (sizeof ac_aggr.f_frsize)
21169 return 0;
21171 return 0;
21173 _ACEOF
21174 rm -f conftest.$ac_objext
21175 if { (ac_try="$ac_compile"
21176 case "(($ac_try" in
21177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21178 *) ac_try_echo=$ac_try;;
21179 esac
21180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21181 (eval "$ac_compile") 2>conftest.er1
21182 ac_status=$?
21183 grep -v '^ *+' conftest.er1 >conftest.err
21184 rm -f conftest.er1
21185 cat conftest.err >&5
21186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21187 (exit $ac_status); } && {
21188 test -z "$ac_c_werror_flag" ||
21189 test ! -s conftest.err
21190 } && test -s conftest.$ac_objext; then
21191 ac_cv_member_struct_statfs_f_frsize=yes
21192 else
21193 echo "$as_me: failed program was:" >&5
21194 sed 's/^/| /' conftest.$ac_ext >&5
21196 ac_cv_member_struct_statfs_f_frsize=no
21199 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21202 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21204 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
21205 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
21206 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
21208 cat >>confdefs.h <<_ACEOF
21209 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
21210 _ACEOF
21214 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
21215 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
21216 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
21217 echo $ECHO_N "(cached) $ECHO_C" >&6
21218 else
21219 cat >conftest.$ac_ext <<_ACEOF
21220 /* confdefs.h. */
21221 _ACEOF
21222 cat confdefs.h >>conftest.$ac_ext
21223 cat >>conftest.$ac_ext <<_ACEOF
21224 /* end confdefs.h. */
21225 #include <sys/types.h>
21226 #ifdef HAVE_SYS_PARAM_H
21227 # include <sys/param.h>
21228 #endif
21229 #ifdef HAVE_SYS_MOUNT_H
21230 # include <sys/mount.h>
21231 #endif
21232 #ifdef HAVE_SYS_VFS_H
21233 # include <sys/vfs.h>
21234 #endif
21235 #ifdef HAVE_SYS_STATFS_H
21236 # include <sys/statfs.h>
21237 #endif
21240 main ()
21242 static struct statfs ac_aggr;
21243 if (ac_aggr.f_ffree)
21244 return 0;
21246 return 0;
21248 _ACEOF
21249 rm -f conftest.$ac_objext
21250 if { (ac_try="$ac_compile"
21251 case "(($ac_try" in
21252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21253 *) ac_try_echo=$ac_try;;
21254 esac
21255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21256 (eval "$ac_compile") 2>conftest.er1
21257 ac_status=$?
21258 grep -v '^ *+' conftest.er1 >conftest.err
21259 rm -f conftest.er1
21260 cat conftest.err >&5
21261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21262 (exit $ac_status); } && {
21263 test -z "$ac_c_werror_flag" ||
21264 test ! -s conftest.err
21265 } && test -s conftest.$ac_objext; then
21266 ac_cv_member_struct_statfs_f_ffree=yes
21267 else
21268 echo "$as_me: failed program was:" >&5
21269 sed 's/^/| /' conftest.$ac_ext >&5
21271 cat >conftest.$ac_ext <<_ACEOF
21272 /* confdefs.h. */
21273 _ACEOF
21274 cat confdefs.h >>conftest.$ac_ext
21275 cat >>conftest.$ac_ext <<_ACEOF
21276 /* end confdefs.h. */
21277 #include <sys/types.h>
21278 #ifdef HAVE_SYS_PARAM_H
21279 # include <sys/param.h>
21280 #endif
21281 #ifdef HAVE_SYS_MOUNT_H
21282 # include <sys/mount.h>
21283 #endif
21284 #ifdef HAVE_SYS_VFS_H
21285 # include <sys/vfs.h>
21286 #endif
21287 #ifdef HAVE_SYS_STATFS_H
21288 # include <sys/statfs.h>
21289 #endif
21292 main ()
21294 static struct statfs ac_aggr;
21295 if (sizeof ac_aggr.f_ffree)
21296 return 0;
21298 return 0;
21300 _ACEOF
21301 rm -f conftest.$ac_objext
21302 if { (ac_try="$ac_compile"
21303 case "(($ac_try" in
21304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21305 *) ac_try_echo=$ac_try;;
21306 esac
21307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21308 (eval "$ac_compile") 2>conftest.er1
21309 ac_status=$?
21310 grep -v '^ *+' conftest.er1 >conftest.err
21311 rm -f conftest.er1
21312 cat conftest.err >&5
21313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21314 (exit $ac_status); } && {
21315 test -z "$ac_c_werror_flag" ||
21316 test ! -s conftest.err
21317 } && test -s conftest.$ac_objext; then
21318 ac_cv_member_struct_statfs_f_ffree=yes
21319 else
21320 echo "$as_me: failed program was:" >&5
21321 sed 's/^/| /' conftest.$ac_ext >&5
21323 ac_cv_member_struct_statfs_f_ffree=no
21326 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21329 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21331 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
21332 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
21333 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
21335 cat >>confdefs.h <<_ACEOF
21336 #define HAVE_STRUCT_STATFS_F_FFREE 1
21337 _ACEOF
21341 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
21342 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
21343 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
21344 echo $ECHO_N "(cached) $ECHO_C" >&6
21345 else
21346 cat >conftest.$ac_ext <<_ACEOF
21347 /* confdefs.h. */
21348 _ACEOF
21349 cat confdefs.h >>conftest.$ac_ext
21350 cat >>conftest.$ac_ext <<_ACEOF
21351 /* end confdefs.h. */
21352 #include <sys/types.h>
21353 #ifdef HAVE_SYS_PARAM_H
21354 # include <sys/param.h>
21355 #endif
21356 #ifdef HAVE_SYS_MOUNT_H
21357 # include <sys/mount.h>
21358 #endif
21359 #ifdef HAVE_SYS_VFS_H
21360 # include <sys/vfs.h>
21361 #endif
21362 #ifdef HAVE_SYS_STATFS_H
21363 # include <sys/statfs.h>
21364 #endif
21367 main ()
21369 static struct statfs ac_aggr;
21370 if (ac_aggr.f_favail)
21371 return 0;
21373 return 0;
21375 _ACEOF
21376 rm -f conftest.$ac_objext
21377 if { (ac_try="$ac_compile"
21378 case "(($ac_try" in
21379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21380 *) ac_try_echo=$ac_try;;
21381 esac
21382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21383 (eval "$ac_compile") 2>conftest.er1
21384 ac_status=$?
21385 grep -v '^ *+' conftest.er1 >conftest.err
21386 rm -f conftest.er1
21387 cat conftest.err >&5
21388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21389 (exit $ac_status); } && {
21390 test -z "$ac_c_werror_flag" ||
21391 test ! -s conftest.err
21392 } && test -s conftest.$ac_objext; then
21393 ac_cv_member_struct_statfs_f_favail=yes
21394 else
21395 echo "$as_me: failed program was:" >&5
21396 sed 's/^/| /' conftest.$ac_ext >&5
21398 cat >conftest.$ac_ext <<_ACEOF
21399 /* confdefs.h. */
21400 _ACEOF
21401 cat confdefs.h >>conftest.$ac_ext
21402 cat >>conftest.$ac_ext <<_ACEOF
21403 /* end confdefs.h. */
21404 #include <sys/types.h>
21405 #ifdef HAVE_SYS_PARAM_H
21406 # include <sys/param.h>
21407 #endif
21408 #ifdef HAVE_SYS_MOUNT_H
21409 # include <sys/mount.h>
21410 #endif
21411 #ifdef HAVE_SYS_VFS_H
21412 # include <sys/vfs.h>
21413 #endif
21414 #ifdef HAVE_SYS_STATFS_H
21415 # include <sys/statfs.h>
21416 #endif
21419 main ()
21421 static struct statfs ac_aggr;
21422 if (sizeof ac_aggr.f_favail)
21423 return 0;
21425 return 0;
21427 _ACEOF
21428 rm -f conftest.$ac_objext
21429 if { (ac_try="$ac_compile"
21430 case "(($ac_try" in
21431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21432 *) ac_try_echo=$ac_try;;
21433 esac
21434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21435 (eval "$ac_compile") 2>conftest.er1
21436 ac_status=$?
21437 grep -v '^ *+' conftest.er1 >conftest.err
21438 rm -f conftest.er1
21439 cat conftest.err >&5
21440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21441 (exit $ac_status); } && {
21442 test -z "$ac_c_werror_flag" ||
21443 test ! -s conftest.err
21444 } && test -s conftest.$ac_objext; then
21445 ac_cv_member_struct_statfs_f_favail=yes
21446 else
21447 echo "$as_me: failed program was:" >&5
21448 sed 's/^/| /' conftest.$ac_ext >&5
21450 ac_cv_member_struct_statfs_f_favail=no
21453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21458 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
21459 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
21460 if test $ac_cv_member_struct_statfs_f_favail = yes; then
21462 cat >>confdefs.h <<_ACEOF
21463 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
21464 _ACEOF
21468 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
21469 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
21470 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
21471 echo $ECHO_N "(cached) $ECHO_C" >&6
21472 else
21473 cat >conftest.$ac_ext <<_ACEOF
21474 /* confdefs.h. */
21475 _ACEOF
21476 cat confdefs.h >>conftest.$ac_ext
21477 cat >>conftest.$ac_ext <<_ACEOF
21478 /* end confdefs.h. */
21479 #include <sys/types.h>
21480 #ifdef HAVE_SYS_PARAM_H
21481 # include <sys/param.h>
21482 #endif
21483 #ifdef HAVE_SYS_MOUNT_H
21484 # include <sys/mount.h>
21485 #endif
21486 #ifdef HAVE_SYS_VFS_H
21487 # include <sys/vfs.h>
21488 #endif
21489 #ifdef HAVE_SYS_STATFS_H
21490 # include <sys/statfs.h>
21491 #endif
21494 main ()
21496 static struct statfs ac_aggr;
21497 if (ac_aggr.f_namelen)
21498 return 0;
21500 return 0;
21502 _ACEOF
21503 rm -f conftest.$ac_objext
21504 if { (ac_try="$ac_compile"
21505 case "(($ac_try" in
21506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21507 *) ac_try_echo=$ac_try;;
21508 esac
21509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21510 (eval "$ac_compile") 2>conftest.er1
21511 ac_status=$?
21512 grep -v '^ *+' conftest.er1 >conftest.err
21513 rm -f conftest.er1
21514 cat conftest.err >&5
21515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21516 (exit $ac_status); } && {
21517 test -z "$ac_c_werror_flag" ||
21518 test ! -s conftest.err
21519 } && test -s conftest.$ac_objext; then
21520 ac_cv_member_struct_statfs_f_namelen=yes
21521 else
21522 echo "$as_me: failed program was:" >&5
21523 sed 's/^/| /' conftest.$ac_ext >&5
21525 cat >conftest.$ac_ext <<_ACEOF
21526 /* confdefs.h. */
21527 _ACEOF
21528 cat confdefs.h >>conftest.$ac_ext
21529 cat >>conftest.$ac_ext <<_ACEOF
21530 /* end confdefs.h. */
21531 #include <sys/types.h>
21532 #ifdef HAVE_SYS_PARAM_H
21533 # include <sys/param.h>
21534 #endif
21535 #ifdef HAVE_SYS_MOUNT_H
21536 # include <sys/mount.h>
21537 #endif
21538 #ifdef HAVE_SYS_VFS_H
21539 # include <sys/vfs.h>
21540 #endif
21541 #ifdef HAVE_SYS_STATFS_H
21542 # include <sys/statfs.h>
21543 #endif
21546 main ()
21548 static struct statfs ac_aggr;
21549 if (sizeof ac_aggr.f_namelen)
21550 return 0;
21552 return 0;
21554 _ACEOF
21555 rm -f conftest.$ac_objext
21556 if { (ac_try="$ac_compile"
21557 case "(($ac_try" in
21558 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21559 *) ac_try_echo=$ac_try;;
21560 esac
21561 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21562 (eval "$ac_compile") 2>conftest.er1
21563 ac_status=$?
21564 grep -v '^ *+' conftest.er1 >conftest.err
21565 rm -f conftest.er1
21566 cat conftest.err >&5
21567 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21568 (exit $ac_status); } && {
21569 test -z "$ac_c_werror_flag" ||
21570 test ! -s conftest.err
21571 } && test -s conftest.$ac_objext; then
21572 ac_cv_member_struct_statfs_f_namelen=yes
21573 else
21574 echo "$as_me: failed program was:" >&5
21575 sed 's/^/| /' conftest.$ac_ext >&5
21577 ac_cv_member_struct_statfs_f_namelen=no
21580 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21585 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
21586 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
21587 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
21589 cat >>confdefs.h <<_ACEOF
21590 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
21591 _ACEOF
21597 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
21598 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
21599 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
21600 echo $ECHO_N "(cached) $ECHO_C" >&6
21601 else
21602 cat >conftest.$ac_ext <<_ACEOF
21603 /* confdefs.h. */
21604 _ACEOF
21605 cat confdefs.h >>conftest.$ac_ext
21606 cat >>conftest.$ac_ext <<_ACEOF
21607 /* end confdefs.h. */
21608 #ifdef HAVE_SYS_STATVFS_H
21609 #include <sys/statvfs.h>
21610 #endif
21613 main ()
21615 static struct statvfs ac_aggr;
21616 if (ac_aggr.f_blocks)
21617 return 0;
21619 return 0;
21621 _ACEOF
21622 rm -f conftest.$ac_objext
21623 if { (ac_try="$ac_compile"
21624 case "(($ac_try" in
21625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21626 *) ac_try_echo=$ac_try;;
21627 esac
21628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1
21633 cat conftest.err >&5
21634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_statvfs_f_blocks=yes
21640 else
21641 echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 cat >conftest.$ac_ext <<_ACEOF
21645 /* confdefs.h. */
21646 _ACEOF
21647 cat confdefs.h >>conftest.$ac_ext
21648 cat >>conftest.$ac_ext <<_ACEOF
21649 /* end confdefs.h. */
21650 #ifdef HAVE_SYS_STATVFS_H
21651 #include <sys/statvfs.h>
21652 #endif
21655 main ()
21657 static struct statvfs ac_aggr;
21658 if (sizeof ac_aggr.f_blocks)
21659 return 0;
21661 return 0;
21663 _ACEOF
21664 rm -f conftest.$ac_objext
21665 if { (ac_try="$ac_compile"
21666 case "(($ac_try" in
21667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21668 *) ac_try_echo=$ac_try;;
21669 esac
21670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21671 (eval "$ac_compile") 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } && {
21678 test -z "$ac_c_werror_flag" ||
21679 test ! -s conftest.err
21680 } && test -s conftest.$ac_objext; then
21681 ac_cv_member_struct_statvfs_f_blocks=yes
21682 else
21683 echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21686 ac_cv_member_struct_statvfs_f_blocks=no
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21694 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
21695 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
21696 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
21698 cat >>confdefs.h <<_ACEOF
21699 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
21700 _ACEOF
21706 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
21707 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
21708 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
21709 echo $ECHO_N "(cached) $ECHO_C" >&6
21710 else
21711 cat >conftest.$ac_ext <<_ACEOF
21712 /* confdefs.h. */
21713 _ACEOF
21714 cat confdefs.h >>conftest.$ac_ext
21715 cat >>conftest.$ac_ext <<_ACEOF
21716 /* end confdefs.h. */
21717 #include <sys/types.h>
21718 #ifdef HAVE_SYS_SOCKET_H
21719 # include <sys/socket.h>
21720 #endif
21721 #ifdef HAVE_SYS_UN_H
21722 # include <sys/un.h>
21723 #endif
21726 main ()
21728 static struct msghdr ac_aggr;
21729 if (ac_aggr.msg_accrights)
21730 return 0;
21732 return 0;
21734 _ACEOF
21735 rm -f conftest.$ac_objext
21736 if { (ac_try="$ac_compile"
21737 case "(($ac_try" in
21738 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21739 *) ac_try_echo=$ac_try;;
21740 esac
21741 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21742 (eval "$ac_compile") 2>conftest.er1
21743 ac_status=$?
21744 grep -v '^ *+' conftest.er1 >conftest.err
21745 rm -f conftest.er1
21746 cat conftest.err >&5
21747 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21748 (exit $ac_status); } && {
21749 test -z "$ac_c_werror_flag" ||
21750 test ! -s conftest.err
21751 } && test -s conftest.$ac_objext; then
21752 ac_cv_member_struct_msghdr_msg_accrights=yes
21753 else
21754 echo "$as_me: failed program was:" >&5
21755 sed 's/^/| /' conftest.$ac_ext >&5
21757 cat >conftest.$ac_ext <<_ACEOF
21758 /* confdefs.h. */
21759 _ACEOF
21760 cat confdefs.h >>conftest.$ac_ext
21761 cat >>conftest.$ac_ext <<_ACEOF
21762 /* end confdefs.h. */
21763 #include <sys/types.h>
21764 #ifdef HAVE_SYS_SOCKET_H
21765 # include <sys/socket.h>
21766 #endif
21767 #ifdef HAVE_SYS_UN_H
21768 # include <sys/un.h>
21769 #endif
21772 main ()
21774 static struct msghdr ac_aggr;
21775 if (sizeof ac_aggr.msg_accrights)
21776 return 0;
21778 return 0;
21780 _ACEOF
21781 rm -f conftest.$ac_objext
21782 if { (ac_try="$ac_compile"
21783 case "(($ac_try" in
21784 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21785 *) ac_try_echo=$ac_try;;
21786 esac
21787 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21788 (eval "$ac_compile") 2>conftest.er1
21789 ac_status=$?
21790 grep -v '^ *+' conftest.er1 >conftest.err
21791 rm -f conftest.er1
21792 cat conftest.err >&5
21793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21794 (exit $ac_status); } && {
21795 test -z "$ac_c_werror_flag" ||
21796 test ! -s conftest.err
21797 } && test -s conftest.$ac_objext; then
21798 ac_cv_member_struct_msghdr_msg_accrights=yes
21799 else
21800 echo "$as_me: failed program was:" >&5
21801 sed 's/^/| /' conftest.$ac_ext >&5
21803 ac_cv_member_struct_msghdr_msg_accrights=no
21806 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21809 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21811 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
21812 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
21813 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
21815 cat >>confdefs.h <<_ACEOF
21816 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
21817 _ACEOF
21821 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
21822 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
21823 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
21824 echo $ECHO_N "(cached) $ECHO_C" >&6
21825 else
21826 cat >conftest.$ac_ext <<_ACEOF
21827 /* confdefs.h. */
21828 _ACEOF
21829 cat confdefs.h >>conftest.$ac_ext
21830 cat >>conftest.$ac_ext <<_ACEOF
21831 /* end confdefs.h. */
21832 #include <sys/types.h>
21833 #ifdef HAVE_SYS_SOCKET_H
21834 # include <sys/socket.h>
21835 #endif
21836 #ifdef HAVE_SYS_UN_H
21837 # include <sys/un.h>
21838 #endif
21841 main ()
21843 static struct sockaddr ac_aggr;
21844 if (ac_aggr.sa_len)
21845 return 0;
21847 return 0;
21849 _ACEOF
21850 rm -f conftest.$ac_objext
21851 if { (ac_try="$ac_compile"
21852 case "(($ac_try" in
21853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21854 *) ac_try_echo=$ac_try;;
21855 esac
21856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21857 (eval "$ac_compile") 2>conftest.er1
21858 ac_status=$?
21859 grep -v '^ *+' conftest.er1 >conftest.err
21860 rm -f conftest.er1
21861 cat conftest.err >&5
21862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21863 (exit $ac_status); } && {
21864 test -z "$ac_c_werror_flag" ||
21865 test ! -s conftest.err
21866 } && test -s conftest.$ac_objext; then
21867 ac_cv_member_struct_sockaddr_sa_len=yes
21868 else
21869 echo "$as_me: failed program was:" >&5
21870 sed 's/^/| /' conftest.$ac_ext >&5
21872 cat >conftest.$ac_ext <<_ACEOF
21873 /* confdefs.h. */
21874 _ACEOF
21875 cat confdefs.h >>conftest.$ac_ext
21876 cat >>conftest.$ac_ext <<_ACEOF
21877 /* end confdefs.h. */
21878 #include <sys/types.h>
21879 #ifdef HAVE_SYS_SOCKET_H
21880 # include <sys/socket.h>
21881 #endif
21882 #ifdef HAVE_SYS_UN_H
21883 # include <sys/un.h>
21884 #endif
21887 main ()
21889 static struct sockaddr ac_aggr;
21890 if (sizeof ac_aggr.sa_len)
21891 return 0;
21893 return 0;
21895 _ACEOF
21896 rm -f conftest.$ac_objext
21897 if { (ac_try="$ac_compile"
21898 case "(($ac_try" in
21899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21900 *) ac_try_echo=$ac_try;;
21901 esac
21902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21903 (eval "$ac_compile") 2>conftest.er1
21904 ac_status=$?
21905 grep -v '^ *+' conftest.er1 >conftest.err
21906 rm -f conftest.er1
21907 cat conftest.err >&5
21908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21909 (exit $ac_status); } && {
21910 test -z "$ac_c_werror_flag" ||
21911 test ! -s conftest.err
21912 } && test -s conftest.$ac_objext; then
21913 ac_cv_member_struct_sockaddr_sa_len=yes
21914 else
21915 echo "$as_me: failed program was:" >&5
21916 sed 's/^/| /' conftest.$ac_ext >&5
21918 ac_cv_member_struct_sockaddr_sa_len=no
21921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21924 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21926 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
21927 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
21928 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
21930 cat >>confdefs.h <<_ACEOF
21931 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
21932 _ACEOF
21936 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
21937 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
21938 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
21939 echo $ECHO_N "(cached) $ECHO_C" >&6
21940 else
21941 cat >conftest.$ac_ext <<_ACEOF
21942 /* confdefs.h. */
21943 _ACEOF
21944 cat confdefs.h >>conftest.$ac_ext
21945 cat >>conftest.$ac_ext <<_ACEOF
21946 /* end confdefs.h. */
21947 #include <sys/types.h>
21948 #ifdef HAVE_SYS_SOCKET_H
21949 # include <sys/socket.h>
21950 #endif
21951 #ifdef HAVE_SYS_UN_H
21952 # include <sys/un.h>
21953 #endif
21956 main ()
21958 static struct sockaddr_un ac_aggr;
21959 if (ac_aggr.sun_len)
21960 return 0;
21962 return 0;
21964 _ACEOF
21965 rm -f conftest.$ac_objext
21966 if { (ac_try="$ac_compile"
21967 case "(($ac_try" in
21968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21969 *) ac_try_echo=$ac_try;;
21970 esac
21971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21972 (eval "$ac_compile") 2>conftest.er1
21973 ac_status=$?
21974 grep -v '^ *+' conftest.er1 >conftest.err
21975 rm -f conftest.er1
21976 cat conftest.err >&5
21977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21978 (exit $ac_status); } && {
21979 test -z "$ac_c_werror_flag" ||
21980 test ! -s conftest.err
21981 } && test -s conftest.$ac_objext; then
21982 ac_cv_member_struct_sockaddr_un_sun_len=yes
21983 else
21984 echo "$as_me: failed program was:" >&5
21985 sed 's/^/| /' conftest.$ac_ext >&5
21987 cat >conftest.$ac_ext <<_ACEOF
21988 /* confdefs.h. */
21989 _ACEOF
21990 cat confdefs.h >>conftest.$ac_ext
21991 cat >>conftest.$ac_ext <<_ACEOF
21992 /* end confdefs.h. */
21993 #include <sys/types.h>
21994 #ifdef HAVE_SYS_SOCKET_H
21995 # include <sys/socket.h>
21996 #endif
21997 #ifdef HAVE_SYS_UN_H
21998 # include <sys/un.h>
21999 #endif
22002 main ()
22004 static struct sockaddr_un ac_aggr;
22005 if (sizeof ac_aggr.sun_len)
22006 return 0;
22008 return 0;
22010 _ACEOF
22011 rm -f conftest.$ac_objext
22012 if { (ac_try="$ac_compile"
22013 case "(($ac_try" in
22014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22015 *) ac_try_echo=$ac_try;;
22016 esac
22017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22018 (eval "$ac_compile") 2>conftest.er1
22019 ac_status=$?
22020 grep -v '^ *+' conftest.er1 >conftest.err
22021 rm -f conftest.er1
22022 cat conftest.err >&5
22023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22024 (exit $ac_status); } && {
22025 test -z "$ac_c_werror_flag" ||
22026 test ! -s conftest.err
22027 } && test -s conftest.$ac_objext; then
22028 ac_cv_member_struct_sockaddr_un_sun_len=yes
22029 else
22030 echo "$as_me: failed program was:" >&5
22031 sed 's/^/| /' conftest.$ac_ext >&5
22033 ac_cv_member_struct_sockaddr_un_sun_len=no
22036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22041 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
22042 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
22043 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
22045 cat >>confdefs.h <<_ACEOF
22046 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
22047 _ACEOF
22053 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
22054 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
22055 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
22056 echo $ECHO_N "(cached) $ECHO_C" >&6
22057 else
22058 cat >conftest.$ac_ext <<_ACEOF
22059 /* confdefs.h. */
22060 _ACEOF
22061 cat confdefs.h >>conftest.$ac_ext
22062 cat >>conftest.$ac_ext <<_ACEOF
22063 /* end confdefs.h. */
22064 #include <sys/types.h>
22065 #ifdef HAVE_SCSI_SG_H
22066 #include <scsi/sg.h>
22067 #endif
22070 main ()
22072 static scsireq_t ac_aggr;
22073 if (ac_aggr.cmd)
22074 return 0;
22076 return 0;
22078 _ACEOF
22079 rm -f conftest.$ac_objext
22080 if { (ac_try="$ac_compile"
22081 case "(($ac_try" in
22082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22083 *) ac_try_echo=$ac_try;;
22084 esac
22085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22086 (eval "$ac_compile") 2>conftest.er1
22087 ac_status=$?
22088 grep -v '^ *+' conftest.er1 >conftest.err
22089 rm -f conftest.er1
22090 cat conftest.err >&5
22091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22092 (exit $ac_status); } && {
22093 test -z "$ac_c_werror_flag" ||
22094 test ! -s conftest.err
22095 } && test -s conftest.$ac_objext; then
22096 ac_cv_member_scsireq_t_cmd=yes
22097 else
22098 echo "$as_me: failed program was:" >&5
22099 sed 's/^/| /' conftest.$ac_ext >&5
22101 cat >conftest.$ac_ext <<_ACEOF
22102 /* confdefs.h. */
22103 _ACEOF
22104 cat confdefs.h >>conftest.$ac_ext
22105 cat >>conftest.$ac_ext <<_ACEOF
22106 /* end confdefs.h. */
22107 #include <sys/types.h>
22108 #ifdef HAVE_SCSI_SG_H
22109 #include <scsi/sg.h>
22110 #endif
22113 main ()
22115 static scsireq_t ac_aggr;
22116 if (sizeof ac_aggr.cmd)
22117 return 0;
22119 return 0;
22121 _ACEOF
22122 rm -f conftest.$ac_objext
22123 if { (ac_try="$ac_compile"
22124 case "(($ac_try" in
22125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22126 *) ac_try_echo=$ac_try;;
22127 esac
22128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22129 (eval "$ac_compile") 2>conftest.er1
22130 ac_status=$?
22131 grep -v '^ *+' conftest.er1 >conftest.err
22132 rm -f conftest.er1
22133 cat conftest.err >&5
22134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22135 (exit $ac_status); } && {
22136 test -z "$ac_c_werror_flag" ||
22137 test ! -s conftest.err
22138 } && test -s conftest.$ac_objext; then
22139 ac_cv_member_scsireq_t_cmd=yes
22140 else
22141 echo "$as_me: failed program was:" >&5
22142 sed 's/^/| /' conftest.$ac_ext >&5
22144 ac_cv_member_scsireq_t_cmd=no
22147 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22150 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22152 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
22153 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
22154 if test $ac_cv_member_scsireq_t_cmd = yes; then
22156 cat >>confdefs.h <<_ACEOF
22157 #define HAVE_SCSIREQ_T_CMD 1
22158 _ACEOF
22162 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
22163 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
22164 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
22165 echo $ECHO_N "(cached) $ECHO_C" >&6
22166 else
22167 cat >conftest.$ac_ext <<_ACEOF
22168 /* confdefs.h. */
22169 _ACEOF
22170 cat confdefs.h >>conftest.$ac_ext
22171 cat >>conftest.$ac_ext <<_ACEOF
22172 /* end confdefs.h. */
22173 #include <sys/types.h>
22174 #ifdef HAVE_SCSI_SG_H
22175 #include <scsi/sg.h>
22176 #endif
22179 main ()
22181 static sg_io_hdr_t ac_aggr;
22182 if (ac_aggr.interface_id)
22183 return 0;
22185 return 0;
22187 _ACEOF
22188 rm -f conftest.$ac_objext
22189 if { (ac_try="$ac_compile"
22190 case "(($ac_try" in
22191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22192 *) ac_try_echo=$ac_try;;
22193 esac
22194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22195 (eval "$ac_compile") 2>conftest.er1
22196 ac_status=$?
22197 grep -v '^ *+' conftest.er1 >conftest.err
22198 rm -f conftest.er1
22199 cat conftest.err >&5
22200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22201 (exit $ac_status); } && {
22202 test -z "$ac_c_werror_flag" ||
22203 test ! -s conftest.err
22204 } && test -s conftest.$ac_objext; then
22205 ac_cv_member_sg_io_hdr_t_interface_id=yes
22206 else
22207 echo "$as_me: failed program was:" >&5
22208 sed 's/^/| /' conftest.$ac_ext >&5
22210 cat >conftest.$ac_ext <<_ACEOF
22211 /* confdefs.h. */
22212 _ACEOF
22213 cat confdefs.h >>conftest.$ac_ext
22214 cat >>conftest.$ac_ext <<_ACEOF
22215 /* end confdefs.h. */
22216 #include <sys/types.h>
22217 #ifdef HAVE_SCSI_SG_H
22218 #include <scsi/sg.h>
22219 #endif
22222 main ()
22224 static sg_io_hdr_t ac_aggr;
22225 if (sizeof ac_aggr.interface_id)
22226 return 0;
22228 return 0;
22230 _ACEOF
22231 rm -f conftest.$ac_objext
22232 if { (ac_try="$ac_compile"
22233 case "(($ac_try" in
22234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22235 *) ac_try_echo=$ac_try;;
22236 esac
22237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22238 (eval "$ac_compile") 2>conftest.er1
22239 ac_status=$?
22240 grep -v '^ *+' conftest.er1 >conftest.err
22241 rm -f conftest.er1
22242 cat conftest.err >&5
22243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22244 (exit $ac_status); } && {
22245 test -z "$ac_c_werror_flag" ||
22246 test ! -s conftest.err
22247 } && test -s conftest.$ac_objext; then
22248 ac_cv_member_sg_io_hdr_t_interface_id=yes
22249 else
22250 echo "$as_me: failed program was:" >&5
22251 sed 's/^/| /' conftest.$ac_ext >&5
22253 ac_cv_member_sg_io_hdr_t_interface_id=no
22256 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22259 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22261 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
22262 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
22263 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
22265 cat >>confdefs.h <<_ACEOF
22266 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
22267 _ACEOF
22273 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
22274 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
22275 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
22276 echo $ECHO_N "(cached) $ECHO_C" >&6
22277 else
22278 cat >conftest.$ac_ext <<_ACEOF
22279 /* confdefs.h. */
22280 _ACEOF
22281 cat confdefs.h >>conftest.$ac_ext
22282 cat >>conftest.$ac_ext <<_ACEOF
22283 /* end confdefs.h. */
22284 #include <signal.h>
22287 main ()
22289 static siginfo_t ac_aggr;
22290 if (ac_aggr.si_fd)
22291 return 0;
22293 return 0;
22295 _ACEOF
22296 rm -f conftest.$ac_objext
22297 if { (ac_try="$ac_compile"
22298 case "(($ac_try" in
22299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22300 *) ac_try_echo=$ac_try;;
22301 esac
22302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22303 (eval "$ac_compile") 2>conftest.er1
22304 ac_status=$?
22305 grep -v '^ *+' conftest.er1 >conftest.err
22306 rm -f conftest.er1
22307 cat conftest.err >&5
22308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22309 (exit $ac_status); } && {
22310 test -z "$ac_c_werror_flag" ||
22311 test ! -s conftest.err
22312 } && test -s conftest.$ac_objext; then
22313 ac_cv_member_siginfo_t_si_fd=yes
22314 else
22315 echo "$as_me: failed program was:" >&5
22316 sed 's/^/| /' conftest.$ac_ext >&5
22318 cat >conftest.$ac_ext <<_ACEOF
22319 /* confdefs.h. */
22320 _ACEOF
22321 cat confdefs.h >>conftest.$ac_ext
22322 cat >>conftest.$ac_ext <<_ACEOF
22323 /* end confdefs.h. */
22324 #include <signal.h>
22327 main ()
22329 static siginfo_t ac_aggr;
22330 if (sizeof ac_aggr.si_fd)
22331 return 0;
22333 return 0;
22335 _ACEOF
22336 rm -f conftest.$ac_objext
22337 if { (ac_try="$ac_compile"
22338 case "(($ac_try" in
22339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22340 *) ac_try_echo=$ac_try;;
22341 esac
22342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22343 (eval "$ac_compile") 2>conftest.er1
22344 ac_status=$?
22345 grep -v '^ *+' conftest.er1 >conftest.err
22346 rm -f conftest.er1
22347 cat conftest.err >&5
22348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22349 (exit $ac_status); } && {
22350 test -z "$ac_c_werror_flag" ||
22351 test ! -s conftest.err
22352 } && test -s conftest.$ac_objext; then
22353 ac_cv_member_siginfo_t_si_fd=yes
22354 else
22355 echo "$as_me: failed program was:" >&5
22356 sed 's/^/| /' conftest.$ac_ext >&5
22358 ac_cv_member_siginfo_t_si_fd=no
22361 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22366 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
22367 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
22368 if test $ac_cv_member_siginfo_t_si_fd = yes; then
22370 cat >>confdefs.h <<_ACEOF
22371 #define HAVE_SIGINFO_T_SI_FD 1
22372 _ACEOF
22378 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
22379 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
22380 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
22381 echo $ECHO_N "(cached) $ECHO_C" >&6
22382 else
22383 cat >conftest.$ac_ext <<_ACEOF
22384 /* confdefs.h. */
22385 _ACEOF
22386 cat confdefs.h >>conftest.$ac_ext
22387 cat >>conftest.$ac_ext <<_ACEOF
22388 /* end confdefs.h. */
22389 #include <sys/types.h>
22390 #ifdef HAVE_SYS_MTIO_H
22391 #include <sys/mtio.h>
22392 #endif
22395 main ()
22397 static struct mtget ac_aggr;
22398 if (ac_aggr.mt_blksiz)
22399 return 0;
22401 return 0;
22403 _ACEOF
22404 rm -f conftest.$ac_objext
22405 if { (ac_try="$ac_compile"
22406 case "(($ac_try" in
22407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22408 *) ac_try_echo=$ac_try;;
22409 esac
22410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22411 (eval "$ac_compile") 2>conftest.er1
22412 ac_status=$?
22413 grep -v '^ *+' conftest.er1 >conftest.err
22414 rm -f conftest.er1
22415 cat conftest.err >&5
22416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22417 (exit $ac_status); } && {
22418 test -z "$ac_c_werror_flag" ||
22419 test ! -s conftest.err
22420 } && test -s conftest.$ac_objext; then
22421 ac_cv_member_struct_mtget_mt_blksiz=yes
22422 else
22423 echo "$as_me: failed program was:" >&5
22424 sed 's/^/| /' conftest.$ac_ext >&5
22426 cat >conftest.$ac_ext <<_ACEOF
22427 /* confdefs.h. */
22428 _ACEOF
22429 cat confdefs.h >>conftest.$ac_ext
22430 cat >>conftest.$ac_ext <<_ACEOF
22431 /* end confdefs.h. */
22432 #include <sys/types.h>
22433 #ifdef HAVE_SYS_MTIO_H
22434 #include <sys/mtio.h>
22435 #endif
22438 main ()
22440 static struct mtget ac_aggr;
22441 if (sizeof ac_aggr.mt_blksiz)
22442 return 0;
22444 return 0;
22446 _ACEOF
22447 rm -f conftest.$ac_objext
22448 if { (ac_try="$ac_compile"
22449 case "(($ac_try" in
22450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22451 *) ac_try_echo=$ac_try;;
22452 esac
22453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22454 (eval "$ac_compile") 2>conftest.er1
22455 ac_status=$?
22456 grep -v '^ *+' conftest.er1 >conftest.err
22457 rm -f conftest.er1
22458 cat conftest.err >&5
22459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22460 (exit $ac_status); } && {
22461 test -z "$ac_c_werror_flag" ||
22462 test ! -s conftest.err
22463 } && test -s conftest.$ac_objext; then
22464 ac_cv_member_struct_mtget_mt_blksiz=yes
22465 else
22466 echo "$as_me: failed program was:" >&5
22467 sed 's/^/| /' conftest.$ac_ext >&5
22469 ac_cv_member_struct_mtget_mt_blksiz=no
22472 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22477 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
22478 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
22479 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
22481 cat >>confdefs.h <<_ACEOF
22482 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
22483 _ACEOF
22487 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
22488 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
22489 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
22490 echo $ECHO_N "(cached) $ECHO_C" >&6
22491 else
22492 cat >conftest.$ac_ext <<_ACEOF
22493 /* confdefs.h. */
22494 _ACEOF
22495 cat confdefs.h >>conftest.$ac_ext
22496 cat >>conftest.$ac_ext <<_ACEOF
22497 /* end confdefs.h. */
22498 #include <sys/types.h>
22499 #ifdef HAVE_SYS_MTIO_H
22500 #include <sys/mtio.h>
22501 #endif
22504 main ()
22506 static struct mtget ac_aggr;
22507 if (ac_aggr.mt_gstat)
22508 return 0;
22510 return 0;
22512 _ACEOF
22513 rm -f conftest.$ac_objext
22514 if { (ac_try="$ac_compile"
22515 case "(($ac_try" in
22516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22517 *) ac_try_echo=$ac_try;;
22518 esac
22519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22520 (eval "$ac_compile") 2>conftest.er1
22521 ac_status=$?
22522 grep -v '^ *+' conftest.er1 >conftest.err
22523 rm -f conftest.er1
22524 cat conftest.err >&5
22525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22526 (exit $ac_status); } && {
22527 test -z "$ac_c_werror_flag" ||
22528 test ! -s conftest.err
22529 } && test -s conftest.$ac_objext; then
22530 ac_cv_member_struct_mtget_mt_gstat=yes
22531 else
22532 echo "$as_me: failed program was:" >&5
22533 sed 's/^/| /' conftest.$ac_ext >&5
22535 cat >conftest.$ac_ext <<_ACEOF
22536 /* confdefs.h. */
22537 _ACEOF
22538 cat confdefs.h >>conftest.$ac_ext
22539 cat >>conftest.$ac_ext <<_ACEOF
22540 /* end confdefs.h. */
22541 #include <sys/types.h>
22542 #ifdef HAVE_SYS_MTIO_H
22543 #include <sys/mtio.h>
22544 #endif
22547 main ()
22549 static struct mtget ac_aggr;
22550 if (sizeof ac_aggr.mt_gstat)
22551 return 0;
22553 return 0;
22555 _ACEOF
22556 rm -f conftest.$ac_objext
22557 if { (ac_try="$ac_compile"
22558 case "(($ac_try" in
22559 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22560 *) ac_try_echo=$ac_try;;
22561 esac
22562 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22563 (eval "$ac_compile") 2>conftest.er1
22564 ac_status=$?
22565 grep -v '^ *+' conftest.er1 >conftest.err
22566 rm -f conftest.er1
22567 cat conftest.err >&5
22568 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22569 (exit $ac_status); } && {
22570 test -z "$ac_c_werror_flag" ||
22571 test ! -s conftest.err
22572 } && test -s conftest.$ac_objext; then
22573 ac_cv_member_struct_mtget_mt_gstat=yes
22574 else
22575 echo "$as_me: failed program was:" >&5
22576 sed 's/^/| /' conftest.$ac_ext >&5
22578 ac_cv_member_struct_mtget_mt_gstat=no
22581 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22586 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
22587 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
22588 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
22590 cat >>confdefs.h <<_ACEOF
22591 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
22592 _ACEOF
22596 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
22597 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
22598 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
22599 echo $ECHO_N "(cached) $ECHO_C" >&6
22600 else
22601 cat >conftest.$ac_ext <<_ACEOF
22602 /* confdefs.h. */
22603 _ACEOF
22604 cat confdefs.h >>conftest.$ac_ext
22605 cat >>conftest.$ac_ext <<_ACEOF
22606 /* end confdefs.h. */
22607 #include <sys/types.h>
22608 #ifdef HAVE_SYS_MTIO_H
22609 #include <sys/mtio.h>
22610 #endif
22613 main ()
22615 static struct mtget ac_aggr;
22616 if (ac_aggr.mt_blkno)
22617 return 0;
22619 return 0;
22621 _ACEOF
22622 rm -f conftest.$ac_objext
22623 if { (ac_try="$ac_compile"
22624 case "(($ac_try" in
22625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22626 *) ac_try_echo=$ac_try;;
22627 esac
22628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22629 (eval "$ac_compile") 2>conftest.er1
22630 ac_status=$?
22631 grep -v '^ *+' conftest.er1 >conftest.err
22632 rm -f conftest.er1
22633 cat conftest.err >&5
22634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22635 (exit $ac_status); } && {
22636 test -z "$ac_c_werror_flag" ||
22637 test ! -s conftest.err
22638 } && test -s conftest.$ac_objext; then
22639 ac_cv_member_struct_mtget_mt_blkno=yes
22640 else
22641 echo "$as_me: failed program was:" >&5
22642 sed 's/^/| /' conftest.$ac_ext >&5
22644 cat >conftest.$ac_ext <<_ACEOF
22645 /* confdefs.h. */
22646 _ACEOF
22647 cat confdefs.h >>conftest.$ac_ext
22648 cat >>conftest.$ac_ext <<_ACEOF
22649 /* end confdefs.h. */
22650 #include <sys/types.h>
22651 #ifdef HAVE_SYS_MTIO_H
22652 #include <sys/mtio.h>
22653 #endif
22656 main ()
22658 static struct mtget ac_aggr;
22659 if (sizeof ac_aggr.mt_blkno)
22660 return 0;
22662 return 0;
22664 _ACEOF
22665 rm -f conftest.$ac_objext
22666 if { (ac_try="$ac_compile"
22667 case "(($ac_try" in
22668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22669 *) ac_try_echo=$ac_try;;
22670 esac
22671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22672 (eval "$ac_compile") 2>conftest.er1
22673 ac_status=$?
22674 grep -v '^ *+' conftest.er1 >conftest.err
22675 rm -f conftest.er1
22676 cat conftest.err >&5
22677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22678 (exit $ac_status); } && {
22679 test -z "$ac_c_werror_flag" ||
22680 test ! -s conftest.err
22681 } && test -s conftest.$ac_objext; then
22682 ac_cv_member_struct_mtget_mt_blkno=yes
22683 else
22684 echo "$as_me: failed program was:" >&5
22685 sed 's/^/| /' conftest.$ac_ext >&5
22687 ac_cv_member_struct_mtget_mt_blkno=no
22690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22695 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
22696 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
22697 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
22699 cat >>confdefs.h <<_ACEOF
22700 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
22701 _ACEOF
22707 { echo "$as_me:$LINENO: checking for struct option.name" >&5
22708 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
22709 if test "${ac_cv_member_struct_option_name+set}" = set; then
22710 echo $ECHO_N "(cached) $ECHO_C" >&6
22711 else
22712 cat >conftest.$ac_ext <<_ACEOF
22713 /* confdefs.h. */
22714 _ACEOF
22715 cat confdefs.h >>conftest.$ac_ext
22716 cat >>conftest.$ac_ext <<_ACEOF
22717 /* end confdefs.h. */
22718 #ifdef HAVE_GETOPT_H
22719 #include <getopt.h>
22720 #endif
22723 main ()
22725 static struct option ac_aggr;
22726 if (ac_aggr.name)
22727 return 0;
22729 return 0;
22731 _ACEOF
22732 rm -f conftest.$ac_objext
22733 if { (ac_try="$ac_compile"
22734 case "(($ac_try" in
22735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22736 *) ac_try_echo=$ac_try;;
22737 esac
22738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22739 (eval "$ac_compile") 2>conftest.er1
22740 ac_status=$?
22741 grep -v '^ *+' conftest.er1 >conftest.err
22742 rm -f conftest.er1
22743 cat conftest.err >&5
22744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22745 (exit $ac_status); } && {
22746 test -z "$ac_c_werror_flag" ||
22747 test ! -s conftest.err
22748 } && test -s conftest.$ac_objext; then
22749 ac_cv_member_struct_option_name=yes
22750 else
22751 echo "$as_me: failed program was:" >&5
22752 sed 's/^/| /' conftest.$ac_ext >&5
22754 cat >conftest.$ac_ext <<_ACEOF
22755 /* confdefs.h. */
22756 _ACEOF
22757 cat confdefs.h >>conftest.$ac_ext
22758 cat >>conftest.$ac_ext <<_ACEOF
22759 /* end confdefs.h. */
22760 #ifdef HAVE_GETOPT_H
22761 #include <getopt.h>
22762 #endif
22765 main ()
22767 static struct option ac_aggr;
22768 if (sizeof ac_aggr.name)
22769 return 0;
22771 return 0;
22773 _ACEOF
22774 rm -f conftest.$ac_objext
22775 if { (ac_try="$ac_compile"
22776 case "(($ac_try" in
22777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22778 *) ac_try_echo=$ac_try;;
22779 esac
22780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22781 (eval "$ac_compile") 2>conftest.er1
22782 ac_status=$?
22783 grep -v '^ *+' conftest.er1 >conftest.err
22784 rm -f conftest.er1
22785 cat conftest.err >&5
22786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22787 (exit $ac_status); } && {
22788 test -z "$ac_c_werror_flag" ||
22789 test ! -s conftest.err
22790 } && test -s conftest.$ac_objext; then
22791 ac_cv_member_struct_option_name=yes
22792 else
22793 echo "$as_me: failed program was:" >&5
22794 sed 's/^/| /' conftest.$ac_ext >&5
22796 ac_cv_member_struct_option_name=no
22799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22804 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
22805 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
22806 if test $ac_cv_member_struct_option_name = yes; then
22808 cat >>confdefs.h <<_ACEOF
22809 #define HAVE_STRUCT_OPTION_NAME 1
22810 _ACEOF
22816 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
22817 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
22818 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
22819 echo $ECHO_N "(cached) $ECHO_C" >&6
22820 else
22821 cat >conftest.$ac_ext <<_ACEOF
22822 /* confdefs.h. */
22823 _ACEOF
22824 cat confdefs.h >>conftest.$ac_ext
22825 cat >>conftest.$ac_ext <<_ACEOF
22826 /* end confdefs.h. */
22827 $ac_includes_default
22829 main ()
22831 static struct stat ac_aggr;
22832 if (ac_aggr.st_blocks)
22833 return 0;
22835 return 0;
22837 _ACEOF
22838 rm -f conftest.$ac_objext
22839 if { (ac_try="$ac_compile"
22840 case "(($ac_try" in
22841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22842 *) ac_try_echo=$ac_try;;
22843 esac
22844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22845 (eval "$ac_compile") 2>conftest.er1
22846 ac_status=$?
22847 grep -v '^ *+' conftest.er1 >conftest.err
22848 rm -f conftest.er1
22849 cat conftest.err >&5
22850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22851 (exit $ac_status); } && {
22852 test -z "$ac_c_werror_flag" ||
22853 test ! -s conftest.err
22854 } && test -s conftest.$ac_objext; then
22855 ac_cv_member_struct_stat_st_blocks=yes
22856 else
22857 echo "$as_me: failed program was:" >&5
22858 sed 's/^/| /' conftest.$ac_ext >&5
22860 cat >conftest.$ac_ext <<_ACEOF
22861 /* confdefs.h. */
22862 _ACEOF
22863 cat confdefs.h >>conftest.$ac_ext
22864 cat >>conftest.$ac_ext <<_ACEOF
22865 /* end confdefs.h. */
22866 $ac_includes_default
22868 main ()
22870 static struct stat ac_aggr;
22871 if (sizeof ac_aggr.st_blocks)
22872 return 0;
22874 return 0;
22876 _ACEOF
22877 rm -f conftest.$ac_objext
22878 if { (ac_try="$ac_compile"
22879 case "(($ac_try" in
22880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22881 *) ac_try_echo=$ac_try;;
22882 esac
22883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22884 (eval "$ac_compile") 2>conftest.er1
22885 ac_status=$?
22886 grep -v '^ *+' conftest.er1 >conftest.err
22887 rm -f conftest.er1
22888 cat conftest.err >&5
22889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22890 (exit $ac_status); } && {
22891 test -z "$ac_c_werror_flag" ||
22892 test ! -s conftest.err
22893 } && test -s conftest.$ac_objext; then
22894 ac_cv_member_struct_stat_st_blocks=yes
22895 else
22896 echo "$as_me: failed program was:" >&5
22897 sed 's/^/| /' conftest.$ac_ext >&5
22899 ac_cv_member_struct_stat_st_blocks=no
22902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
22908 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
22909 if test $ac_cv_member_struct_stat_st_blocks = yes; then
22911 cat >>confdefs.h <<_ACEOF
22912 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
22913 _ACEOF
22917 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
22918 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
22919 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
22920 echo $ECHO_N "(cached) $ECHO_C" >&6
22921 else
22922 cat >conftest.$ac_ext <<_ACEOF
22923 /* confdefs.h. */
22924 _ACEOF
22925 cat confdefs.h >>conftest.$ac_ext
22926 cat >>conftest.$ac_ext <<_ACEOF
22927 /* end confdefs.h. */
22928 $ac_includes_default
22930 main ()
22932 static struct stat ac_aggr;
22933 if (ac_aggr.st_mtim)
22934 return 0;
22936 return 0;
22938 _ACEOF
22939 rm -f conftest.$ac_objext
22940 if { (ac_try="$ac_compile"
22941 case "(($ac_try" in
22942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22943 *) ac_try_echo=$ac_try;;
22944 esac
22945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22946 (eval "$ac_compile") 2>conftest.er1
22947 ac_status=$?
22948 grep -v '^ *+' conftest.er1 >conftest.err
22949 rm -f conftest.er1
22950 cat conftest.err >&5
22951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22952 (exit $ac_status); } && {
22953 test -z "$ac_c_werror_flag" ||
22954 test ! -s conftest.err
22955 } && test -s conftest.$ac_objext; then
22956 ac_cv_member_struct_stat_st_mtim=yes
22957 else
22958 echo "$as_me: failed program was:" >&5
22959 sed 's/^/| /' conftest.$ac_ext >&5
22961 cat >conftest.$ac_ext <<_ACEOF
22962 /* confdefs.h. */
22963 _ACEOF
22964 cat confdefs.h >>conftest.$ac_ext
22965 cat >>conftest.$ac_ext <<_ACEOF
22966 /* end confdefs.h. */
22967 $ac_includes_default
22969 main ()
22971 static struct stat ac_aggr;
22972 if (sizeof ac_aggr.st_mtim)
22973 return 0;
22975 return 0;
22977 _ACEOF
22978 rm -f conftest.$ac_objext
22979 if { (ac_try="$ac_compile"
22980 case "(($ac_try" in
22981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22982 *) ac_try_echo=$ac_try;;
22983 esac
22984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22985 (eval "$ac_compile") 2>conftest.er1
22986 ac_status=$?
22987 grep -v '^ *+' conftest.er1 >conftest.err
22988 rm -f conftest.er1
22989 cat conftest.err >&5
22990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22991 (exit $ac_status); } && {
22992 test -z "$ac_c_werror_flag" ||
22993 test ! -s conftest.err
22994 } && test -s conftest.$ac_objext; then
22995 ac_cv_member_struct_stat_st_mtim=yes
22996 else
22997 echo "$as_me: failed program was:" >&5
22998 sed 's/^/| /' conftest.$ac_ext >&5
23000 ac_cv_member_struct_stat_st_mtim=no
23003 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23008 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
23009 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
23010 if test $ac_cv_member_struct_stat_st_mtim = yes; then
23012 cat >>confdefs.h <<_ACEOF
23013 #define HAVE_STRUCT_STAT_ST_MTIM 1
23014 _ACEOF
23018 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
23019 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
23020 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
23021 echo $ECHO_N "(cached) $ECHO_C" >&6
23022 else
23023 cat >conftest.$ac_ext <<_ACEOF
23024 /* confdefs.h. */
23025 _ACEOF
23026 cat confdefs.h >>conftest.$ac_ext
23027 cat >>conftest.$ac_ext <<_ACEOF
23028 /* end confdefs.h. */
23029 $ac_includes_default
23031 main ()
23033 static struct stat ac_aggr;
23034 if (ac_aggr.st_ctim)
23035 return 0;
23037 return 0;
23039 _ACEOF
23040 rm -f conftest.$ac_objext
23041 if { (ac_try="$ac_compile"
23042 case "(($ac_try" in
23043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23044 *) ac_try_echo=$ac_try;;
23045 esac
23046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23047 (eval "$ac_compile") 2>conftest.er1
23048 ac_status=$?
23049 grep -v '^ *+' conftest.er1 >conftest.err
23050 rm -f conftest.er1
23051 cat conftest.err >&5
23052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23053 (exit $ac_status); } && {
23054 test -z "$ac_c_werror_flag" ||
23055 test ! -s conftest.err
23056 } && test -s conftest.$ac_objext; then
23057 ac_cv_member_struct_stat_st_ctim=yes
23058 else
23059 echo "$as_me: failed program was:" >&5
23060 sed 's/^/| /' conftest.$ac_ext >&5
23062 cat >conftest.$ac_ext <<_ACEOF
23063 /* confdefs.h. */
23064 _ACEOF
23065 cat confdefs.h >>conftest.$ac_ext
23066 cat >>conftest.$ac_ext <<_ACEOF
23067 /* end confdefs.h. */
23068 $ac_includes_default
23070 main ()
23072 static struct stat ac_aggr;
23073 if (sizeof ac_aggr.st_ctim)
23074 return 0;
23076 return 0;
23078 _ACEOF
23079 rm -f conftest.$ac_objext
23080 if { (ac_try="$ac_compile"
23081 case "(($ac_try" in
23082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23083 *) ac_try_echo=$ac_try;;
23084 esac
23085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23086 (eval "$ac_compile") 2>conftest.er1
23087 ac_status=$?
23088 grep -v '^ *+' conftest.er1 >conftest.err
23089 rm -f conftest.er1
23090 cat conftest.err >&5
23091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23092 (exit $ac_status); } && {
23093 test -z "$ac_c_werror_flag" ||
23094 test ! -s conftest.err
23095 } && test -s conftest.$ac_objext; then
23096 ac_cv_member_struct_stat_st_ctim=yes
23097 else
23098 echo "$as_me: failed program was:" >&5
23099 sed 's/^/| /' conftest.$ac_ext >&5
23101 ac_cv_member_struct_stat_st_ctim=no
23104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23109 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
23110 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
23111 if test $ac_cv_member_struct_stat_st_ctim = yes; then
23113 cat >>confdefs.h <<_ACEOF
23114 #define HAVE_STRUCT_STAT_ST_CTIM 1
23115 _ACEOF
23119 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
23120 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
23121 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
23122 echo $ECHO_N "(cached) $ECHO_C" >&6
23123 else
23124 cat >conftest.$ac_ext <<_ACEOF
23125 /* confdefs.h. */
23126 _ACEOF
23127 cat confdefs.h >>conftest.$ac_ext
23128 cat >>conftest.$ac_ext <<_ACEOF
23129 /* end confdefs.h. */
23130 $ac_includes_default
23132 main ()
23134 static struct stat ac_aggr;
23135 if (ac_aggr.st_atim)
23136 return 0;
23138 return 0;
23140 _ACEOF
23141 rm -f conftest.$ac_objext
23142 if { (ac_try="$ac_compile"
23143 case "(($ac_try" in
23144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23145 *) ac_try_echo=$ac_try;;
23146 esac
23147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23148 (eval "$ac_compile") 2>conftest.er1
23149 ac_status=$?
23150 grep -v '^ *+' conftest.er1 >conftest.err
23151 rm -f conftest.er1
23152 cat conftest.err >&5
23153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23154 (exit $ac_status); } && {
23155 test -z "$ac_c_werror_flag" ||
23156 test ! -s conftest.err
23157 } && test -s conftest.$ac_objext; then
23158 ac_cv_member_struct_stat_st_atim=yes
23159 else
23160 echo "$as_me: failed program was:" >&5
23161 sed 's/^/| /' conftest.$ac_ext >&5
23163 cat >conftest.$ac_ext <<_ACEOF
23164 /* confdefs.h. */
23165 _ACEOF
23166 cat confdefs.h >>conftest.$ac_ext
23167 cat >>conftest.$ac_ext <<_ACEOF
23168 /* end confdefs.h. */
23169 $ac_includes_default
23171 main ()
23173 static struct stat ac_aggr;
23174 if (sizeof ac_aggr.st_atim)
23175 return 0;
23177 return 0;
23179 _ACEOF
23180 rm -f conftest.$ac_objext
23181 if { (ac_try="$ac_compile"
23182 case "(($ac_try" in
23183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23184 *) ac_try_echo=$ac_try;;
23185 esac
23186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23187 (eval "$ac_compile") 2>conftest.er1
23188 ac_status=$?
23189 grep -v '^ *+' conftest.er1 >conftest.err
23190 rm -f conftest.er1
23191 cat conftest.err >&5
23192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23193 (exit $ac_status); } && {
23194 test -z "$ac_c_werror_flag" ||
23195 test ! -s conftest.err
23196 } && test -s conftest.$ac_objext; then
23197 ac_cv_member_struct_stat_st_atim=yes
23198 else
23199 echo "$as_me: failed program was:" >&5
23200 sed 's/^/| /' conftest.$ac_ext >&5
23202 ac_cv_member_struct_stat_st_atim=no
23205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23210 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
23211 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
23212 if test $ac_cv_member_struct_stat_st_atim = yes; then
23214 cat >>confdefs.h <<_ACEOF
23215 #define HAVE_STRUCT_STAT_ST_ATIM 1
23216 _ACEOF
23222 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
23223 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
23224 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
23225 echo $ECHO_N "(cached) $ECHO_C" >&6
23226 else
23227 cat >conftest.$ac_ext <<_ACEOF
23228 /* confdefs.h. */
23229 _ACEOF
23230 cat confdefs.h >>conftest.$ac_ext
23231 cat >>conftest.$ac_ext <<_ACEOF
23232 /* end confdefs.h. */
23233 #ifdef HAVE_SYS_TYPES_H
23234 #include <sys/types.h>
23235 #endif
23236 #ifdef HAVE_NETINET_IN_H
23237 #include <netinet/in.h>
23238 #endif
23241 main ()
23243 static struct sockaddr_in6 ac_aggr;
23244 if (ac_aggr.sin6_scope_id)
23245 return 0;
23247 return 0;
23249 _ACEOF
23250 rm -f conftest.$ac_objext
23251 if { (ac_try="$ac_compile"
23252 case "(($ac_try" in
23253 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23254 *) ac_try_echo=$ac_try;;
23255 esac
23256 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23257 (eval "$ac_compile") 2>conftest.er1
23258 ac_status=$?
23259 grep -v '^ *+' conftest.er1 >conftest.err
23260 rm -f conftest.er1
23261 cat conftest.err >&5
23262 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23263 (exit $ac_status); } && {
23264 test -z "$ac_c_werror_flag" ||
23265 test ! -s conftest.err
23266 } && test -s conftest.$ac_objext; then
23267 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23268 else
23269 echo "$as_me: failed program was:" >&5
23270 sed 's/^/| /' conftest.$ac_ext >&5
23272 cat >conftest.$ac_ext <<_ACEOF
23273 /* confdefs.h. */
23274 _ACEOF
23275 cat confdefs.h >>conftest.$ac_ext
23276 cat >>conftest.$ac_ext <<_ACEOF
23277 /* end confdefs.h. */
23278 #ifdef HAVE_SYS_TYPES_H
23279 #include <sys/types.h>
23280 #endif
23281 #ifdef HAVE_NETINET_IN_H
23282 #include <netinet/in.h>
23283 #endif
23286 main ()
23288 static struct sockaddr_in6 ac_aggr;
23289 if (sizeof ac_aggr.sin6_scope_id)
23290 return 0;
23292 return 0;
23294 _ACEOF
23295 rm -f conftest.$ac_objext
23296 if { (ac_try="$ac_compile"
23297 case "(($ac_try" in
23298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23299 *) ac_try_echo=$ac_try;;
23300 esac
23301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23302 (eval "$ac_compile") 2>conftest.er1
23303 ac_status=$?
23304 grep -v '^ *+' conftest.er1 >conftest.err
23305 rm -f conftest.er1
23306 cat conftest.err >&5
23307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23308 (exit $ac_status); } && {
23309 test -z "$ac_c_werror_flag" ||
23310 test ! -s conftest.err
23311 } && test -s conftest.$ac_objext; then
23312 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
23313 else
23314 echo "$as_me: failed program was:" >&5
23315 sed 's/^/| /' conftest.$ac_ext >&5
23317 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
23320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23323 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23325 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
23326 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
23327 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
23329 cat >>confdefs.h <<_ACEOF
23330 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
23331 _ACEOF
23337 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
23338 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
23339 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
23340 echo $ECHO_N "(cached) $ECHO_C" >&6
23341 else
23342 cat >conftest.$ac_ext <<_ACEOF
23343 /* confdefs.h. */
23344 _ACEOF
23345 cat confdefs.h >>conftest.$ac_ext
23346 cat >>conftest.$ac_ext <<_ACEOF
23347 /* end confdefs.h. */
23348 #ifdef HAVE_SYS_TYPES_H
23349 #include <sys/types.h>
23350 #endif
23351 #ifdef HAVE_NETINET_IN_H
23352 # include <netinet/in.h>
23353 #endif
23354 #ifdef HAVE_ARPA_NAMESER_H
23355 # include <arpa/nameser.h>
23356 #endif
23359 main ()
23361 static ns_msg ac_aggr;
23362 if (ac_aggr._msg_ptr)
23363 return 0;
23365 return 0;
23367 _ACEOF
23368 rm -f conftest.$ac_objext
23369 if { (ac_try="$ac_compile"
23370 case "(($ac_try" in
23371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23372 *) ac_try_echo=$ac_try;;
23373 esac
23374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23375 (eval "$ac_compile") 2>conftest.er1
23376 ac_status=$?
23377 grep -v '^ *+' conftest.er1 >conftest.err
23378 rm -f conftest.er1
23379 cat conftest.err >&5
23380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23381 (exit $ac_status); } && {
23382 test -z "$ac_c_werror_flag" ||
23383 test ! -s conftest.err
23384 } && test -s conftest.$ac_objext; then
23385 ac_cv_member_ns_msg__msg_ptr=yes
23386 else
23387 echo "$as_me: failed program was:" >&5
23388 sed 's/^/| /' conftest.$ac_ext >&5
23390 cat >conftest.$ac_ext <<_ACEOF
23391 /* confdefs.h. */
23392 _ACEOF
23393 cat confdefs.h >>conftest.$ac_ext
23394 cat >>conftest.$ac_ext <<_ACEOF
23395 /* end confdefs.h. */
23396 #ifdef HAVE_SYS_TYPES_H
23397 #include <sys/types.h>
23398 #endif
23399 #ifdef HAVE_NETINET_IN_H
23400 # include <netinet/in.h>
23401 #endif
23402 #ifdef HAVE_ARPA_NAMESER_H
23403 # include <arpa/nameser.h>
23404 #endif
23407 main ()
23409 static ns_msg ac_aggr;
23410 if (sizeof ac_aggr._msg_ptr)
23411 return 0;
23413 return 0;
23415 _ACEOF
23416 rm -f conftest.$ac_objext
23417 if { (ac_try="$ac_compile"
23418 case "(($ac_try" in
23419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23420 *) ac_try_echo=$ac_try;;
23421 esac
23422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23423 (eval "$ac_compile") 2>conftest.er1
23424 ac_status=$?
23425 grep -v '^ *+' conftest.er1 >conftest.err
23426 rm -f conftest.er1
23427 cat conftest.err >&5
23428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23429 (exit $ac_status); } && {
23430 test -z "$ac_c_werror_flag" ||
23431 test ! -s conftest.err
23432 } && test -s conftest.$ac_objext; then
23433 ac_cv_member_ns_msg__msg_ptr=yes
23434 else
23435 echo "$as_me: failed program was:" >&5
23436 sed 's/^/| /' conftest.$ac_ext >&5
23438 ac_cv_member_ns_msg__msg_ptr=no
23441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23444 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23446 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
23447 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
23448 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
23450 cat >>confdefs.h <<_ACEOF
23451 #define HAVE_NS_MSG__MSG_PTR 1
23452 _ACEOF
23458 { echo "$as_me:$LINENO: checking for struct icmpstat.icps_outhist" >&5
23459 echo $ECHO_N "checking for struct icmpstat.icps_outhist... $ECHO_C" >&6; }
23460 if test "${ac_cv_member_struct_icmpstat_icps_outhist+set}" = set; then
23461 echo $ECHO_N "(cached) $ECHO_C" >&6
23462 else
23463 cat >conftest.$ac_ext <<_ACEOF
23464 /* confdefs.h. */
23465 _ACEOF
23466 cat confdefs.h >>conftest.$ac_ext
23467 cat >>conftest.$ac_ext <<_ACEOF
23468 /* end confdefs.h. */
23469 #ifdef HAVE_SYS_TYPES_H
23470 #include <sys/types.h>
23471 #endif
23472 #ifdef HAVE_ALIAS_H
23473 #include <alias.h>
23474 #endif
23475 #ifdef HAVE_SYS_SOCKET_H
23476 #include <sys/socket.h>
23477 #endif
23478 #ifdef HAVE_SYS_SOCKETVAR_H
23479 #include <sys/socketvar.h>
23480 #endif
23481 #ifdef HAVE_SYS_TIMEOUT_H
23482 #include <sys/timeout.h>
23483 #endif
23484 #ifdef HAVE_NETINET_IN_H
23485 #include <netinet/in.h>
23486 #endif
23487 #ifdef HAVE_NETINET_IN_SYSTM_H
23488 #include <netinet/in_systm.h>
23489 #endif
23490 #ifdef HAVE_NETINET_IP_H
23491 #include <netinet/ip.h>
23492 #endif
23493 #ifdef HAVE_NETINET_IP_VAR_H
23494 #include <netinet/ip_var.h>
23495 #endif
23496 #ifdef HAVE_NETINET_IP_ICMP_H
23497 #include <netinet/ip_icmp.h>
23498 #endif
23499 #ifdef HAVE_NETINET_ICMP_VAR
23500 #include <netinet/icmp_var.h>
23501 #endif
23504 main ()
23506 static struct icmpstat ac_aggr;
23507 if (ac_aggr.icps_outhist)
23508 return 0;
23510 return 0;
23512 _ACEOF
23513 rm -f conftest.$ac_objext
23514 if { (ac_try="$ac_compile"
23515 case "(($ac_try" in
23516 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23517 *) ac_try_echo=$ac_try;;
23518 esac
23519 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23520 (eval "$ac_compile") 2>conftest.er1
23521 ac_status=$?
23522 grep -v '^ *+' conftest.er1 >conftest.err
23523 rm -f conftest.er1
23524 cat conftest.err >&5
23525 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23526 (exit $ac_status); } && {
23527 test -z "$ac_c_werror_flag" ||
23528 test ! -s conftest.err
23529 } && test -s conftest.$ac_objext; then
23530 ac_cv_member_struct_icmpstat_icps_outhist=yes
23531 else
23532 echo "$as_me: failed program was:" >&5
23533 sed 's/^/| /' conftest.$ac_ext >&5
23535 cat >conftest.$ac_ext <<_ACEOF
23536 /* confdefs.h. */
23537 _ACEOF
23538 cat confdefs.h >>conftest.$ac_ext
23539 cat >>conftest.$ac_ext <<_ACEOF
23540 /* end confdefs.h. */
23541 #ifdef HAVE_SYS_TYPES_H
23542 #include <sys/types.h>
23543 #endif
23544 #ifdef HAVE_ALIAS_H
23545 #include <alias.h>
23546 #endif
23547 #ifdef HAVE_SYS_SOCKET_H
23548 #include <sys/socket.h>
23549 #endif
23550 #ifdef HAVE_SYS_SOCKETVAR_H
23551 #include <sys/socketvar.h>
23552 #endif
23553 #ifdef HAVE_SYS_TIMEOUT_H
23554 #include <sys/timeout.h>
23555 #endif
23556 #ifdef HAVE_NETINET_IN_H
23557 #include <netinet/in.h>
23558 #endif
23559 #ifdef HAVE_NETINET_IN_SYSTM_H
23560 #include <netinet/in_systm.h>
23561 #endif
23562 #ifdef HAVE_NETINET_IP_H
23563 #include <netinet/ip.h>
23564 #endif
23565 #ifdef HAVE_NETINET_IP_VAR_H
23566 #include <netinet/ip_var.h>
23567 #endif
23568 #ifdef HAVE_NETINET_IP_ICMP_H
23569 #include <netinet/ip_icmp.h>
23570 #endif
23571 #ifdef HAVE_NETINET_ICMP_VAR
23572 #include <netinet/icmp_var.h>
23573 #endif
23576 main ()
23578 static struct icmpstat ac_aggr;
23579 if (sizeof ac_aggr.icps_outhist)
23580 return 0;
23582 return 0;
23584 _ACEOF
23585 rm -f conftest.$ac_objext
23586 if { (ac_try="$ac_compile"
23587 case "(($ac_try" in
23588 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23589 *) ac_try_echo=$ac_try;;
23590 esac
23591 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23592 (eval "$ac_compile") 2>conftest.er1
23593 ac_status=$?
23594 grep -v '^ *+' conftest.er1 >conftest.err
23595 rm -f conftest.er1
23596 cat conftest.err >&5
23597 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23598 (exit $ac_status); } && {
23599 test -z "$ac_c_werror_flag" ||
23600 test ! -s conftest.err
23601 } && test -s conftest.$ac_objext; then
23602 ac_cv_member_struct_icmpstat_icps_outhist=yes
23603 else
23604 echo "$as_me: failed program was:" >&5
23605 sed 's/^/| /' conftest.$ac_ext >&5
23607 ac_cv_member_struct_icmpstat_icps_outhist=no
23610 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23613 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
23615 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_icmpstat_icps_outhist" >&5
23616 echo "${ECHO_T}$ac_cv_member_struct_icmpstat_icps_outhist" >&6; }
23617 if test $ac_cv_member_struct_icmpstat_icps_outhist = yes; then
23619 cat >>confdefs.h <<_ACEOF
23620 #define HAVE_STRUCT_ICMPSTAT_ICPS_OUTHIST 1
23621 _ACEOF
23627 { echo "$as_me:$LINENO: checking for timezone variable" >&5
23628 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
23629 if test "${ac_cv_have_timezone+set}" = set; then
23630 echo $ECHO_N "(cached) $ECHO_C" >&6
23631 else
23632 cat >conftest.$ac_ext <<_ACEOF
23633 /* confdefs.h. */
23634 _ACEOF
23635 cat confdefs.h >>conftest.$ac_ext
23636 cat >>conftest.$ac_ext <<_ACEOF
23637 /* end confdefs.h. */
23638 #include <time.h>
23640 main ()
23642 timezone = 1
23644 return 0;
23646 _ACEOF
23647 rm -f conftest.$ac_objext conftest$ac_exeext
23648 if { (ac_try="$ac_link"
23649 case "(($ac_try" in
23650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23651 *) ac_try_echo=$ac_try;;
23652 esac
23653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23654 (eval "$ac_link") 2>conftest.er1
23655 ac_status=$?
23656 grep -v '^ *+' conftest.er1 >conftest.err
23657 rm -f conftest.er1
23658 cat conftest.err >&5
23659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23660 (exit $ac_status); } && {
23661 test -z "$ac_c_werror_flag" ||
23662 test ! -s conftest.err
23663 } && test -s conftest$ac_exeext &&
23664 $as_test_x conftest$ac_exeext; then
23665 ac_cv_have_timezone="yes"
23666 else
23667 echo "$as_me: failed program was:" >&5
23668 sed 's/^/| /' conftest.$ac_ext >&5
23670 ac_cv_have_timezone="no"
23673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23674 conftest$ac_exeext conftest.$ac_ext
23676 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
23677 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
23678 if test "$ac_cv_have_timezone" = "yes"
23679 then
23681 cat >>confdefs.h <<\_ACEOF
23682 #define HAVE_TIMEZONE 1
23683 _ACEOF
23686 { echo "$as_me:$LINENO: checking for daylight variable" >&5
23687 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
23688 if test "${ac_cv_have_daylight+set}" = set; then
23689 echo $ECHO_N "(cached) $ECHO_C" >&6
23690 else
23691 cat >conftest.$ac_ext <<_ACEOF
23692 /* confdefs.h. */
23693 _ACEOF
23694 cat confdefs.h >>conftest.$ac_ext
23695 cat >>conftest.$ac_ext <<_ACEOF
23696 /* end confdefs.h. */
23697 #include <time.h>
23699 main ()
23701 daylight = 1
23703 return 0;
23705 _ACEOF
23706 rm -f conftest.$ac_objext conftest$ac_exeext
23707 if { (ac_try="$ac_link"
23708 case "(($ac_try" in
23709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23710 *) ac_try_echo=$ac_try;;
23711 esac
23712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23713 (eval "$ac_link") 2>conftest.er1
23714 ac_status=$?
23715 grep -v '^ *+' conftest.er1 >conftest.err
23716 rm -f conftest.er1
23717 cat conftest.err >&5
23718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23719 (exit $ac_status); } && {
23720 test -z "$ac_c_werror_flag" ||
23721 test ! -s conftest.err
23722 } && test -s conftest$ac_exeext &&
23723 $as_test_x conftest$ac_exeext; then
23724 ac_cv_have_daylight="yes"
23725 else
23726 echo "$as_me: failed program was:" >&5
23727 sed 's/^/| /' conftest.$ac_ext >&5
23729 ac_cv_have_daylight="no"
23732 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23733 conftest$ac_exeext conftest.$ac_ext
23735 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
23736 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
23737 if test "$ac_cv_have_daylight" = "yes"
23738 then
23740 cat >>confdefs.h <<\_ACEOF
23741 #define HAVE_DAYLIGHT 1
23742 _ACEOF
23746 { echo "$as_me:$LINENO: checking for isinf" >&5
23747 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
23748 if test "${ac_cv_have_isinf+set}" = set; then
23749 echo $ECHO_N "(cached) $ECHO_C" >&6
23750 else
23751 cat >conftest.$ac_ext <<_ACEOF
23752 /* confdefs.h. */
23753 _ACEOF
23754 cat confdefs.h >>conftest.$ac_ext
23755 cat >>conftest.$ac_ext <<_ACEOF
23756 /* end confdefs.h. */
23757 #include <math.h>
23759 main ()
23761 float f = 0.0; int i=isinf(f)
23763 return 0;
23765 _ACEOF
23766 rm -f conftest.$ac_objext conftest$ac_exeext
23767 if { (ac_try="$ac_link"
23768 case "(($ac_try" in
23769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23770 *) ac_try_echo=$ac_try;;
23771 esac
23772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23773 (eval "$ac_link") 2>conftest.er1
23774 ac_status=$?
23775 grep -v '^ *+' conftest.er1 >conftest.err
23776 rm -f conftest.er1
23777 cat conftest.err >&5
23778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23779 (exit $ac_status); } && {
23780 test -z "$ac_c_werror_flag" ||
23781 test ! -s conftest.err
23782 } && test -s conftest$ac_exeext &&
23783 $as_test_x conftest$ac_exeext; then
23784 ac_cv_have_isinf="yes"
23785 else
23786 echo "$as_me: failed program was:" >&5
23787 sed 's/^/| /' conftest.$ac_ext >&5
23789 ac_cv_have_isinf="no"
23792 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23793 conftest$ac_exeext conftest.$ac_ext
23795 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
23796 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
23797 if test "$ac_cv_have_isinf" = "yes"
23798 then
23800 cat >>confdefs.h <<\_ACEOF
23801 #define HAVE_ISINF 1
23802 _ACEOF
23806 { echo "$as_me:$LINENO: checking for isnan" >&5
23807 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
23808 if test "${ac_cv_have_isnan+set}" = set; then
23809 echo $ECHO_N "(cached) $ECHO_C" >&6
23810 else
23811 cat >conftest.$ac_ext <<_ACEOF
23812 /* confdefs.h. */
23813 _ACEOF
23814 cat confdefs.h >>conftest.$ac_ext
23815 cat >>conftest.$ac_ext <<_ACEOF
23816 /* end confdefs.h. */
23817 #include <math.h>
23819 main ()
23821 float f = 0.0; int i=isnan(f)
23823 return 0;
23825 _ACEOF
23826 rm -f conftest.$ac_objext conftest$ac_exeext
23827 if { (ac_try="$ac_link"
23828 case "(($ac_try" in
23829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
23830 *) ac_try_echo=$ac_try;;
23831 esac
23832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
23833 (eval "$ac_link") 2>conftest.er1
23834 ac_status=$?
23835 grep -v '^ *+' conftest.er1 >conftest.err
23836 rm -f conftest.er1
23837 cat conftest.err >&5
23838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
23839 (exit $ac_status); } && {
23840 test -z "$ac_c_werror_flag" ||
23841 test ! -s conftest.err
23842 } && test -s conftest$ac_exeext &&
23843 $as_test_x conftest$ac_exeext; then
23844 ac_cv_have_isnan="yes"
23845 else
23846 echo "$as_me: failed program was:" >&5
23847 sed 's/^/| /' conftest.$ac_ext >&5
23849 ac_cv_have_isnan="no"
23852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
23853 conftest$ac_exeext conftest.$ac_ext
23855 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
23856 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
23857 if test "$ac_cv_have_isnan" = "yes"
23858 then
23860 cat >>confdefs.h <<\_ACEOF
23861 #define HAVE_ISNAN 1
23862 _ACEOF
23867 case $host_cpu in
23868 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
23869 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
23870 if test "${ac_cv_cpp_def___i386__+set}" = set; then
23871 echo $ECHO_N "(cached) $ECHO_C" >&6
23872 else
23873 cat >conftest.$ac_ext <<_ACEOF
23874 /* confdefs.h. */
23875 _ACEOF
23876 cat confdefs.h >>conftest.$ac_ext
23877 cat >>conftest.$ac_ext <<_ACEOF
23878 /* end confdefs.h. */
23879 #ifndef __i386__
23881 #endif
23882 _ACEOF
23883 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23884 $EGREP "yes" >/dev/null 2>&1; then
23885 ac_cv_cpp_def___i386__=yes
23886 else
23887 ac_cv_cpp_def___i386__=no
23889 rm -f conftest*
23892 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
23893 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
23894 if test $ac_cv_cpp_def___i386__ = yes; then
23895 CFLAGS="$CFLAGS -D__i386__"
23896 LINTFLAGS="$LINTFLAGS -D__i386__"
23899 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
23900 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
23901 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
23902 echo $ECHO_N "(cached) $ECHO_C" >&6
23903 else
23904 cat >conftest.$ac_ext <<_ACEOF
23905 /* confdefs.h. */
23906 _ACEOF
23907 cat confdefs.h >>conftest.$ac_ext
23908 cat >>conftest.$ac_ext <<_ACEOF
23909 /* end confdefs.h. */
23910 #ifndef __x86_64__
23912 #endif
23913 _ACEOF
23914 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23915 $EGREP "yes" >/dev/null 2>&1; then
23916 ac_cv_cpp_def___x86_64__=yes
23917 else
23918 ac_cv_cpp_def___x86_64__=no
23920 rm -f conftest*
23923 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
23924 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
23925 if test $ac_cv_cpp_def___x86_64__ = yes; then
23926 CFLAGS="$CFLAGS -D__x86_64__"
23927 LINTFLAGS="$LINTFLAGS -D__x86_64__"
23930 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
23931 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
23932 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
23933 echo $ECHO_N "(cached) $ECHO_C" >&6
23934 else
23935 cat >conftest.$ac_ext <<_ACEOF
23936 /* confdefs.h. */
23937 _ACEOF
23938 cat confdefs.h >>conftest.$ac_ext
23939 cat >>conftest.$ac_ext <<_ACEOF
23940 /* end confdefs.h. */
23941 #ifndef __ALPHA__
23943 #endif
23944 _ACEOF
23945 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23946 $EGREP "yes" >/dev/null 2>&1; then
23947 ac_cv_cpp_def___ALPHA__=yes
23948 else
23949 ac_cv_cpp_def___ALPHA__=no
23951 rm -f conftest*
23954 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
23955 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
23956 if test $ac_cv_cpp_def___ALPHA__ = yes; then
23957 CFLAGS="$CFLAGS -D__ALPHA__"
23958 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
23961 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
23962 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
23963 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
23964 echo $ECHO_N "(cached) $ECHO_C" >&6
23965 else
23966 cat >conftest.$ac_ext <<_ACEOF
23967 /* confdefs.h. */
23968 _ACEOF
23969 cat confdefs.h >>conftest.$ac_ext
23970 cat >>conftest.$ac_ext <<_ACEOF
23971 /* end confdefs.h. */
23972 #ifndef __sparc__
23974 #endif
23975 _ACEOF
23976 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
23977 $EGREP "yes" >/dev/null 2>&1; then
23978 ac_cv_cpp_def___sparc__=yes
23979 else
23980 ac_cv_cpp_def___sparc__=no
23982 rm -f conftest*
23985 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
23986 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
23987 if test $ac_cv_cpp_def___sparc__ = yes; then
23988 CFLAGS="$CFLAGS -D__sparc__"
23989 LINTFLAGS="$LINTFLAGS -D__sparc__"
23992 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
23993 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
23994 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
23995 echo $ECHO_N "(cached) $ECHO_C" >&6
23996 else
23997 cat >conftest.$ac_ext <<_ACEOF
23998 /* confdefs.h. */
23999 _ACEOF
24000 cat confdefs.h >>conftest.$ac_ext
24001 cat >>conftest.$ac_ext <<_ACEOF
24002 /* end confdefs.h. */
24003 #ifndef __powerpc__
24005 #endif
24006 _ACEOF
24007 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24008 $EGREP "yes" >/dev/null 2>&1; then
24009 ac_cv_cpp_def___powerpc__=yes
24010 else
24011 ac_cv_cpp_def___powerpc__=no
24013 rm -f conftest*
24016 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
24017 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
24018 if test $ac_cv_cpp_def___powerpc__ = yes; then
24019 CFLAGS="$CFLAGS -D__powerpc__"
24020 LINTFLAGS="$LINTFLAGS -D__powerpc__"
24023 esac
24025 case $host_vendor in
24026 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
24027 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
24028 if test "${ac_cv_cpp_def___sun__+set}" = set; then
24029 echo $ECHO_N "(cached) $ECHO_C" >&6
24030 else
24031 cat >conftest.$ac_ext <<_ACEOF
24032 /* confdefs.h. */
24033 _ACEOF
24034 cat confdefs.h >>conftest.$ac_ext
24035 cat >>conftest.$ac_ext <<_ACEOF
24036 /* end confdefs.h. */
24037 #ifndef __sun__
24039 #endif
24040 _ACEOF
24041 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
24042 $EGREP "yes" >/dev/null 2>&1; then
24043 ac_cv_cpp_def___sun__=yes
24044 else
24045 ac_cv_cpp_def___sun__=no
24047 rm -f conftest*
24050 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
24051 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
24052 if test $ac_cv_cpp_def___sun__ = yes; then
24053 CFLAGS="$CFLAGS -D__sun__"
24054 LINTFLAGS="$LINTFLAGS -D__sun__"
24057 esac
24060 DEPENDENCIES="### Dependencies:
24062 .INIT: Makefile
24063 .BEGIN: Makefile
24064 .MAKEFILEDEPS:
24065 Makefile: dummy
24066 -\$(MAKEDEP) \$(MAKEDEPFLAGS) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
24068 \$(OBJS) \$(C_SRCS16:.c=.o): \$(IDL_GEN_HEADERS)
24069 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
24070 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
24071 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
24072 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
24075 ALL_MAKERULES=""
24077 ALL_MAKEFILES=""
24079 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
24082 ALL_TOP_DIRS=""
24084 ALL_DLL_DIRS=""
24086 ALL_IMPLIB_DIRS=""
24088 ALL_TEST_DIRS=""
24090 ALL_PROGRAM_DIRS=""
24092 ALL_PROGRAM_INSTALL_DIRS=""
24094 ALL_PROGRAM_BIN_INSTALL_DIRS=""
24100 ac_config_commands="$ac_config_commands include/stamp-h"
24103 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
24105 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
24107 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
24109 ac_config_commands="$ac_config_commands dlls/user32/resources"
24111 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
24113 ac_config_commands="$ac_config_commands include/wine"
24116 ALL_MAKERULES="$ALL_MAKERULES \\
24117 Make.rules"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 Make.rules: Make.rules.in"
24120 MAKE_RULES=Make.rules
24121 ac_config_files="$ac_config_files Make.rules"
24123 ALL_MAKERULES="$ALL_MAKERULES \\
24124 dlls/Makedll.rules"
24125 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24126 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
24127 MAKE_DLL_RULES=dlls/Makedll.rules
24128 ac_config_files="$ac_config_files dlls/Makedll.rules"
24130 ALL_MAKERULES="$ALL_MAKERULES \\
24131 dlls/Makeimplib.rules"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
24134 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
24135 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
24137 ALL_MAKERULES="$ALL_MAKERULES \\
24138 dlls/Maketest.rules"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
24141 MAKE_TEST_RULES=dlls/Maketest.rules
24142 ac_config_files="$ac_config_files dlls/Maketest.rules"
24144 ALL_MAKERULES="$ALL_MAKERULES \\
24145 programs/Makeprog.rules"
24146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24147 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
24148 MAKE_PROG_RULES=programs/Makeprog.rules
24149 ac_config_files="$ac_config_files programs/Makeprog.rules"
24154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24155 Makefile: Makefile.in Make.rules"
24156 ac_config_files="$ac_config_files Makefile"
24158 ALL_MAKEFILES="$ALL_MAKEFILES \\
24159 dlls/Makefile"
24160 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
24161 dlls"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/Makefile: dlls/Makefile.in Make.rules"
24164 ac_config_files="$ac_config_files dlls/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/acledit/Makefile"
24168 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24169 acledit"
24170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24171 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
24172 ac_config_files="$ac_config_files dlls/acledit/Makefile"
24174 ALL_MAKEFILES="$ALL_MAKEFILES \\
24175 dlls/aclui/Makefile"
24176 test "x$enable_aclui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24177 aclui"
24178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24179 dlls/aclui/Makefile: dlls/aclui/Makefile.in dlls/Makedll.rules"
24180 ac_config_files="$ac_config_files dlls/aclui/Makefile"
24182 ALL_MAKEFILES="$ALL_MAKEFILES \\
24183 dlls/activeds/Makefile"
24184 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24185 activeds"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/activeds/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/actxprxy/Makefile"
24192 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24193 actxprxy"
24194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24195 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
24196 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
24198 ALL_MAKEFILES="$ALL_MAKEFILES \\
24199 dlls/adsiid/Makefile"
24200 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24201 adsiid"
24202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24203 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
24204 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
24206 ALL_MAKEFILES="$ALL_MAKEFILES \\
24207 dlls/advapi32/Makefile"
24208 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24209 advapi32"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/advapi32/tests/Makefile"
24216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24217 advapi32/tests"
24218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24219 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
24220 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
24222 ALL_MAKEFILES="$ALL_MAKEFILES \\
24223 dlls/advpack/Makefile"
24224 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24225 advpack"
24226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24227 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
24228 ac_config_files="$ac_config_files dlls/advpack/Makefile"
24230 ALL_MAKEFILES="$ALL_MAKEFILES \\
24231 dlls/advpack/tests/Makefile"
24232 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24233 advpack/tests"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
24236 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/amstream/Makefile"
24240 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24241 amstream"
24242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24243 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
24244 ac_config_files="$ac_config_files dlls/amstream/Makefile"
24246 ALL_MAKEFILES="$ALL_MAKEFILES \\
24247 dlls/amstream/tests/Makefile"
24248 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24249 amstream/tests"
24250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24251 dlls/amstream/tests/Makefile: dlls/amstream/tests/Makefile.in dlls/Maketest.rules"
24252 ac_config_files="$ac_config_files dlls/amstream/tests/Makefile"
24254 ALL_MAKEFILES="$ALL_MAKEFILES \\
24255 dlls/appwiz.cpl/Makefile"
24256 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24257 appwiz.cpl"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/atl/Makefile"
24264 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24265 atl"
24266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24267 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
24268 ac_config_files="$ac_config_files dlls/atl/Makefile"
24270 ALL_MAKEFILES="$ALL_MAKEFILES \\
24271 dlls/authz/Makefile"
24272 test "x$enable_authz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24273 authz"
24274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24275 dlls/authz/Makefile: dlls/authz/Makefile.in dlls/Makedll.rules"
24276 ac_config_files="$ac_config_files dlls/authz/Makefile"
24278 ALL_MAKEFILES="$ALL_MAKEFILES \\
24279 dlls/avicap32/Makefile"
24280 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24281 avicap32"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
24284 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/avifil32/Makefile"
24288 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24289 avifil32"
24290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24291 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
24292 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
24294 ALL_MAKEFILES="$ALL_MAKEFILES \\
24295 dlls/avifile.dll16/Makefile"
24296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24297 avifile.dll16"
24298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24299 dlls/avifile.dll16/Makefile: dlls/avifile.dll16/Makefile.in dlls/Makedll.rules"
24300 ac_config_files="$ac_config_files dlls/avifile.dll16/Makefile"
24302 ALL_MAKEFILES="$ALL_MAKEFILES \\
24303 dlls/avrt/Makefile"
24304 test "x$enable_avrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24305 avrt"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/avrt/Makefile: dlls/avrt/Makefile.in dlls/Makedll.rules"
24308 ac_config_files="$ac_config_files dlls/avrt/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/bcrypt/Makefile"
24312 test "x$enable_bcrypt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24313 bcrypt"
24314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24315 dlls/bcrypt/Makefile: dlls/bcrypt/Makefile.in dlls/Makedll.rules"
24316 ac_config_files="$ac_config_files dlls/bcrypt/Makefile"
24318 ALL_MAKEFILES="$ALL_MAKEFILES \\
24319 dlls/browseui/Makefile"
24320 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24321 browseui"
24322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24323 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
24324 ac_config_files="$ac_config_files dlls/browseui/Makefile"
24326 ALL_MAKEFILES="$ALL_MAKEFILES \\
24327 dlls/browseui/tests/Makefile"
24328 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24329 browseui/tests"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
24332 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/cabinet/Makefile"
24336 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24337 cabinet"
24338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24339 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
24340 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
24342 ALL_MAKEFILES="$ALL_MAKEFILES \\
24343 dlls/cabinet/tests/Makefile"
24344 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24345 cabinet/tests"
24346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24347 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
24348 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
24350 ALL_MAKEFILES="$ALL_MAKEFILES \\
24351 dlls/capi2032/Makefile"
24352 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24353 capi2032"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/cards/Makefile"
24360 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24361 cards"
24362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24363 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
24364 ac_config_files="$ac_config_files dlls/cards/Makefile"
24366 ALL_MAKEFILES="$ALL_MAKEFILES \\
24367 dlls/cfgmgr32/Makefile"
24368 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24369 cfgmgr32"
24370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24371 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
24372 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
24374 ALL_MAKEFILES="$ALL_MAKEFILES \\
24375 dlls/clusapi/Makefile"
24376 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24377 clusapi"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/comcat/Makefile"
24384 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24385 comcat"
24386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24387 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
24388 ac_config_files="$ac_config_files dlls/comcat/Makefile"
24390 ALL_MAKEFILES="$ALL_MAKEFILES \\
24391 dlls/comcat/tests/Makefile"
24392 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24393 comcat/tests"
24394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24395 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
24396 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
24398 ALL_MAKEFILES="$ALL_MAKEFILES \\
24399 dlls/comctl32/Makefile"
24400 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24401 comctl32"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
24404 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 dlls/comctl32/tests/Makefile"
24408 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24409 comctl32/tests"
24410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24411 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
24412 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
24414 ALL_MAKEFILES="$ALL_MAKEFILES \\
24415 dlls/comdlg32/Makefile"
24416 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24417 comdlg32"
24418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24419 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
24420 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
24422 ALL_MAKEFILES="$ALL_MAKEFILES \\
24423 dlls/comdlg32/tests/Makefile"
24424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24425 comdlg32/tests"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
24428 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 dlls/comm.drv16/Makefile"
24432 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24433 comm.drv16"
24434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24435 dlls/comm.drv16/Makefile: dlls/comm.drv16/Makefile.in dlls/Makedll.rules"
24436 ac_config_files="$ac_config_files dlls/comm.drv16/Makefile"
24438 ALL_MAKEFILES="$ALL_MAKEFILES \\
24439 dlls/commdlg.dll16/Makefile"
24440 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24441 commdlg.dll16"
24442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24443 dlls/commdlg.dll16/Makefile: dlls/commdlg.dll16/Makefile.in dlls/Makedll.rules"
24444 ac_config_files="$ac_config_files dlls/commdlg.dll16/Makefile"
24446 ALL_MAKEFILES="$ALL_MAKEFILES \\
24447 dlls/compobj.dll16/Makefile"
24448 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24449 compobj.dll16"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 dlls/compobj.dll16/Makefile: dlls/compobj.dll16/Makefile.in dlls/Makedll.rules"
24452 ac_config_files="$ac_config_files dlls/compobj.dll16/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 dlls/compstui/Makefile"
24456 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24457 compstui"
24458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24459 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
24460 ac_config_files="$ac_config_files dlls/compstui/Makefile"
24462 ALL_MAKEFILES="$ALL_MAKEFILES \\
24463 dlls/credui/Makefile"
24464 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24465 credui"
24466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24467 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
24468 ac_config_files="$ac_config_files dlls/credui/Makefile"
24470 ALL_MAKEFILES="$ALL_MAKEFILES \\
24471 dlls/credui/tests/Makefile"
24472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24473 credui/tests"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
24476 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 dlls/crtdll/Makefile"
24480 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24481 crtdll"
24482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24483 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
24484 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
24486 ALL_MAKEFILES="$ALL_MAKEFILES \\
24487 dlls/crypt32/Makefile"
24488 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24489 crypt32"
24490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24491 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
24492 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
24494 ALL_MAKEFILES="$ALL_MAKEFILES \\
24495 dlls/crypt32/tests/Makefile"
24496 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24497 crypt32/tests"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
24500 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 dlls/cryptdlg/Makefile"
24504 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24505 cryptdlg"
24506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24507 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
24508 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
24510 ALL_MAKEFILES="$ALL_MAKEFILES \\
24511 dlls/cryptdll/Makefile"
24512 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24513 cryptdll"
24514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24515 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
24516 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
24518 ALL_MAKEFILES="$ALL_MAKEFILES \\
24519 dlls/cryptnet/Makefile"
24520 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24521 cryptnet"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
24524 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 dlls/cryptnet/tests/Makefile"
24528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24529 cryptnet/tests"
24530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24531 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
24532 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
24534 ALL_MAKEFILES="$ALL_MAKEFILES \\
24535 dlls/cryptui/Makefile"
24536 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24537 cryptui"
24538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24539 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
24540 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
24542 ALL_MAKEFILES="$ALL_MAKEFILES \\
24543 dlls/cryptui/tests/Makefile"
24544 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24545 cryptui/tests"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 dlls/cryptui/tests/Makefile: dlls/cryptui/tests/Makefile.in dlls/Maketest.rules"
24548 ac_config_files="$ac_config_files dlls/cryptui/tests/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 dlls/ctapi32/Makefile"
24552 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24553 ctapi32"
24554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24555 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
24556 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
24558 ALL_MAKEFILES="$ALL_MAKEFILES \\
24559 dlls/ctl3d.dll16/Makefile"
24560 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24561 ctl3d.dll16"
24562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24563 dlls/ctl3d.dll16/Makefile: dlls/ctl3d.dll16/Makefile.in dlls/Makedll.rules"
24564 ac_config_files="$ac_config_files dlls/ctl3d.dll16/Makefile"
24566 ALL_MAKEFILES="$ALL_MAKEFILES \\
24567 dlls/ctl3d32/Makefile"
24568 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24569 ctl3d32"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
24572 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 dlls/ctl3dv2.dll16/Makefile"
24576 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24577 ctl3dv2.dll16"
24578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24579 dlls/ctl3dv2.dll16/Makefile: dlls/ctl3dv2.dll16/Makefile.in dlls/Makedll.rules"
24580 ac_config_files="$ac_config_files dlls/ctl3dv2.dll16/Makefile"
24582 ALL_MAKEFILES="$ALL_MAKEFILES \\
24583 dlls/d3d10/Makefile"
24584 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24585 d3d10"
24586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24587 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
24588 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
24590 ALL_MAKEFILES="$ALL_MAKEFILES \\
24591 dlls/d3d10/tests/Makefile"
24592 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24593 d3d10/tests"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 dlls/d3d10/tests/Makefile: dlls/d3d10/tests/Makefile.in dlls/Maketest.rules"
24596 ac_config_files="$ac_config_files dlls/d3d10/tests/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 dlls/d3d10core/Makefile"
24600 test "x$enable_d3d10core" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24601 d3d10core"
24602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24603 dlls/d3d10core/Makefile: dlls/d3d10core/Makefile.in dlls/Makedll.rules"
24604 ac_config_files="$ac_config_files dlls/d3d10core/Makefile"
24606 ALL_MAKEFILES="$ALL_MAKEFILES \\
24607 dlls/d3d10core/tests/Makefile"
24608 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24609 d3d10core/tests"
24610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24611 dlls/d3d10core/tests/Makefile: dlls/d3d10core/tests/Makefile.in dlls/Maketest.rules"
24612 ac_config_files="$ac_config_files dlls/d3d10core/tests/Makefile"
24614 ALL_MAKEFILES="$ALL_MAKEFILES \\
24615 dlls/d3d8/Makefile"
24616 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24617 d3d8"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
24620 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 dlls/d3d8/tests/Makefile"
24624 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24625 d3d8/tests"
24626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24627 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
24628 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
24630 ALL_MAKEFILES="$ALL_MAKEFILES \\
24631 dlls/d3d9/Makefile"
24632 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24633 d3d9"
24634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24635 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
24636 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
24638 ALL_MAKEFILES="$ALL_MAKEFILES \\
24639 dlls/d3d9/tests/Makefile"
24640 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24641 d3d9/tests"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
24644 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 dlls/d3dim/Makefile"
24648 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24649 d3dim"
24650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24651 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
24652 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
24654 ALL_MAKEFILES="$ALL_MAKEFILES \\
24655 dlls/d3drm/Makefile"
24656 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24657 d3drm"
24658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24659 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
24660 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
24662 ALL_MAKEFILES="$ALL_MAKEFILES \\
24663 dlls/d3drm/tests/Makefile"
24664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24665 d3drm/tests"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
24668 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 dlls/d3dx9_24/Makefile"
24672 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24673 d3dx9_24"
24674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24675 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
24676 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
24678 ALL_MAKEFILES="$ALL_MAKEFILES \\
24679 dlls/d3dx9_25/Makefile"
24680 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24681 d3dx9_25"
24682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24683 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
24684 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
24686 ALL_MAKEFILES="$ALL_MAKEFILES \\
24687 dlls/d3dx9_26/Makefile"
24688 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24689 d3dx9_26"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
24692 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 dlls/d3dx9_27/Makefile"
24696 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24697 d3dx9_27"
24698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24699 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
24700 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
24702 ALL_MAKEFILES="$ALL_MAKEFILES \\
24703 dlls/d3dx9_28/Makefile"
24704 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24705 d3dx9_28"
24706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24707 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
24708 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
24710 ALL_MAKEFILES="$ALL_MAKEFILES \\
24711 dlls/d3dx9_29/Makefile"
24712 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24713 d3dx9_29"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
24716 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 dlls/d3dx9_30/Makefile"
24720 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24721 d3dx9_30"
24722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24723 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
24724 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
24726 ALL_MAKEFILES="$ALL_MAKEFILES \\
24727 dlls/d3dx9_31/Makefile"
24728 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24729 d3dx9_31"
24730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24731 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
24732 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
24734 ALL_MAKEFILES="$ALL_MAKEFILES \\
24735 dlls/d3dx9_32/Makefile"
24736 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24737 d3dx9_32"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
24740 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 dlls/d3dx9_33/Makefile"
24744 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24745 d3dx9_33"
24746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24747 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
24748 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
24750 ALL_MAKEFILES="$ALL_MAKEFILES \\
24751 dlls/d3dx9_34/Makefile"
24752 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24753 d3dx9_34"
24754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24755 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
24756 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
24758 ALL_MAKEFILES="$ALL_MAKEFILES \\
24759 dlls/d3dx9_35/Makefile"
24760 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24761 d3dx9_35"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
24764 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 dlls/d3dx9_36/Makefile"
24768 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24769 d3dx9_36"
24770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24771 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
24772 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
24774 ALL_MAKEFILES="$ALL_MAKEFILES \\
24775 dlls/d3dx9_36/tests/Makefile"
24776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24777 d3dx9_36/tests"
24778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24779 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
24780 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
24782 ALL_MAKEFILES="$ALL_MAKEFILES \\
24783 dlls/d3dx9_37/Makefile"
24784 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24785 d3dx9_37"
24786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24787 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
24788 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
24790 ALL_MAKEFILES="$ALL_MAKEFILES \\
24791 dlls/d3dx9_38/Makefile"
24792 test "x$enable_d3dx9_38" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24793 d3dx9_38"
24794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24795 dlls/d3dx9_38/Makefile: dlls/d3dx9_38/Makefile.in dlls/Makedll.rules"
24796 ac_config_files="$ac_config_files dlls/d3dx9_38/Makefile"
24798 ALL_MAKEFILES="$ALL_MAKEFILES \\
24799 dlls/d3dx9_39/Makefile"
24800 test "x$enable_d3dx9_39" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24801 d3dx9_39"
24802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24803 dlls/d3dx9_39/Makefile: dlls/d3dx9_39/Makefile.in dlls/Makedll.rules"
24804 ac_config_files="$ac_config_files dlls/d3dx9_39/Makefile"
24806 ALL_MAKEFILES="$ALL_MAKEFILES \\
24807 dlls/d3dx9_40/Makefile"
24808 test "x$enable_d3dx9_40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24809 d3dx9_40"
24810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24811 dlls/d3dx9_40/Makefile: dlls/d3dx9_40/Makefile.in dlls/Makedll.rules"
24812 ac_config_files="$ac_config_files dlls/d3dx9_40/Makefile"
24814 ALL_MAKEFILES="$ALL_MAKEFILES \\
24815 dlls/d3dx9_41/Makefile"
24816 test "x$enable_d3dx9_41" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24817 d3dx9_41"
24818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24819 dlls/d3dx9_41/Makefile: dlls/d3dx9_41/Makefile.in dlls/Makedll.rules"
24820 ac_config_files="$ac_config_files dlls/d3dx9_41/Makefile"
24822 ALL_MAKEFILES="$ALL_MAKEFILES \\
24823 dlls/d3dx9_42/Makefile"
24824 test "x$enable_d3dx9_42" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24825 d3dx9_42"
24826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24827 dlls/d3dx9_42/Makefile: dlls/d3dx9_42/Makefile.in dlls/Makedll.rules"
24828 ac_config_files="$ac_config_files dlls/d3dx9_42/Makefile"
24830 ALL_MAKEFILES="$ALL_MAKEFILES \\
24831 dlls/d3dxof/Makefile"
24832 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24833 d3dxof"
24834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24835 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
24836 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
24838 ALL_MAKEFILES="$ALL_MAKEFILES \\
24839 dlls/d3dxof/tests/Makefile"
24840 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24841 d3dxof/tests"
24842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24843 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
24844 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
24846 ALL_MAKEFILES="$ALL_MAKEFILES \\
24847 dlls/dbghelp/Makefile"
24848 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24849 dbghelp"
24850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24851 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
24852 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
24854 ALL_MAKEFILES="$ALL_MAKEFILES \\
24855 dlls/dciman32/Makefile"
24856 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24857 dciman32"
24858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24859 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
24860 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
24862 ALL_MAKEFILES="$ALL_MAKEFILES \\
24863 dlls/ddeml.dll16/Makefile"
24864 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24865 ddeml.dll16"
24866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24867 dlls/ddeml.dll16/Makefile: dlls/ddeml.dll16/Makefile.in dlls/Makedll.rules"
24868 ac_config_files="$ac_config_files dlls/ddeml.dll16/Makefile"
24870 ALL_MAKEFILES="$ALL_MAKEFILES \\
24871 dlls/ddraw/Makefile"
24872 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24873 ddraw"
24874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24875 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
24876 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
24878 ALL_MAKEFILES="$ALL_MAKEFILES \\
24879 dlls/ddraw/tests/Makefile"
24880 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24881 ddraw/tests"
24882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24883 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
24884 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
24886 ALL_MAKEFILES="$ALL_MAKEFILES \\
24887 dlls/ddrawex/Makefile"
24888 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24889 ddrawex"
24890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24891 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
24892 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
24894 ALL_MAKEFILES="$ALL_MAKEFILES \\
24895 dlls/ddrawex/tests/Makefile"
24896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24897 ddrawex/tests"
24898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24899 dlls/ddrawex/tests/Makefile: dlls/ddrawex/tests/Makefile.in dlls/Maketest.rules"
24900 ac_config_files="$ac_config_files dlls/ddrawex/tests/Makefile"
24902 ALL_MAKEFILES="$ALL_MAKEFILES \\
24903 dlls/devenum/Makefile"
24904 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24905 devenum"
24906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24907 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
24908 ac_config_files="$ac_config_files dlls/devenum/Makefile"
24910 ALL_MAKEFILES="$ALL_MAKEFILES \\
24911 dlls/dinput/Makefile"
24912 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24913 dinput"
24914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24915 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
24916 ac_config_files="$ac_config_files dlls/dinput/Makefile"
24918 ALL_MAKEFILES="$ALL_MAKEFILES \\
24919 dlls/dinput/tests/Makefile"
24920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24921 dinput/tests"
24922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24923 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
24924 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
24926 ALL_MAKEFILES="$ALL_MAKEFILES \\
24927 dlls/dinput8/Makefile"
24928 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24929 dinput8"
24930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24931 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
24932 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
24934 ALL_MAKEFILES="$ALL_MAKEFILES \\
24935 dlls/dispdib.dll16/Makefile"
24936 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24937 dispdib.dll16"
24938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24939 dlls/dispdib.dll16/Makefile: dlls/dispdib.dll16/Makefile.in dlls/Makedll.rules"
24940 ac_config_files="$ac_config_files dlls/dispdib.dll16/Makefile"
24942 ALL_MAKEFILES="$ALL_MAKEFILES \\
24943 dlls/display.drv16/Makefile"
24944 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24945 display.drv16"
24946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24947 dlls/display.drv16/Makefile: dlls/display.drv16/Makefile.in dlls/Makedll.rules"
24948 ac_config_files="$ac_config_files dlls/display.drv16/Makefile"
24950 ALL_MAKEFILES="$ALL_MAKEFILES \\
24951 dlls/dmband/Makefile"
24952 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24953 dmband"
24954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24955 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
24956 ac_config_files="$ac_config_files dlls/dmband/Makefile"
24958 ALL_MAKEFILES="$ALL_MAKEFILES \\
24959 dlls/dmcompos/Makefile"
24960 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24961 dmcompos"
24962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24963 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
24964 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
24966 ALL_MAKEFILES="$ALL_MAKEFILES \\
24967 dlls/dmime/Makefile"
24968 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24969 dmime"
24970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24971 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
24972 ac_config_files="$ac_config_files dlls/dmime/Makefile"
24974 ALL_MAKEFILES="$ALL_MAKEFILES \\
24975 dlls/dmloader/Makefile"
24976 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24977 dmloader"
24978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24979 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
24980 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
24982 ALL_MAKEFILES="$ALL_MAKEFILES \\
24983 dlls/dmscript/Makefile"
24984 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24985 dmscript"
24986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24987 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
24988 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
24990 ALL_MAKEFILES="$ALL_MAKEFILES \\
24991 dlls/dmstyle/Makefile"
24992 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24993 dmstyle"
24994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24995 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
24996 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
24998 ALL_MAKEFILES="$ALL_MAKEFILES \\
24999 dlls/dmsynth/Makefile"
25000 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25001 dmsynth"
25002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25003 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
25004 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
25006 ALL_MAKEFILES="$ALL_MAKEFILES \\
25007 dlls/dmusic/Makefile"
25008 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25009 dmusic"
25010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25011 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
25012 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
25014 ALL_MAKEFILES="$ALL_MAKEFILES \\
25015 dlls/dmusic32/Makefile"
25016 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25017 dmusic32"
25018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25019 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
25020 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
25022 ALL_MAKEFILES="$ALL_MAKEFILES \\
25023 dlls/dnsapi/Makefile"
25024 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25025 dnsapi"
25026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25027 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
25028 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
25030 ALL_MAKEFILES="$ALL_MAKEFILES \\
25031 dlls/dnsapi/tests/Makefile"
25032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25033 dnsapi/tests"
25034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25035 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
25036 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
25038 ALL_MAKEFILES="$ALL_MAKEFILES \\
25039 dlls/dplay/Makefile"
25040 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25041 dplay"
25042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25043 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
25044 ac_config_files="$ac_config_files dlls/dplay/Makefile"
25046 ALL_MAKEFILES="$ALL_MAKEFILES \\
25047 dlls/dplayx/Makefile"
25048 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25049 dplayx"
25050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25051 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
25052 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
25054 ALL_MAKEFILES="$ALL_MAKEFILES \\
25055 dlls/dplayx/tests/Makefile"
25056 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25057 dplayx/tests"
25058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25059 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
25060 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
25062 ALL_MAKEFILES="$ALL_MAKEFILES \\
25063 dlls/dpnaddr/Makefile"
25064 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25065 dpnaddr"
25066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25067 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
25068 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
25070 ALL_MAKEFILES="$ALL_MAKEFILES \\
25071 dlls/dpnet/Makefile"
25072 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25073 dpnet"
25074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25075 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
25076 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
25078 ALL_MAKEFILES="$ALL_MAKEFILES \\
25079 dlls/dpnhpast/Makefile"
25080 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25081 dpnhpast"
25082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25083 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
25084 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
25086 ALL_MAKEFILES="$ALL_MAKEFILES \\
25087 dlls/dpnlobby/Makefile"
25088 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25089 dpnlobby"
25090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25091 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
25092 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
25094 ALL_MAKEFILES="$ALL_MAKEFILES \\
25095 dlls/dpwsockx/Makefile"
25096 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25097 dpwsockx"
25098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25099 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
25100 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
25102 ALL_MAKEFILES="$ALL_MAKEFILES \\
25103 dlls/drmclien/Makefile"
25104 test "x$enable_drmclien" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25105 drmclien"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 dlls/drmclien/Makefile: dlls/drmclien/Makefile.in dlls/Makedll.rules"
25108 ac_config_files="$ac_config_files dlls/drmclien/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 dlls/dsound/Makefile"
25112 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25113 dsound"
25114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25115 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
25116 ac_config_files="$ac_config_files dlls/dsound/Makefile"
25118 ALL_MAKEFILES="$ALL_MAKEFILES \\
25119 dlls/dsound/tests/Makefile"
25120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25121 dsound/tests"
25122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25123 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
25124 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
25126 ALL_MAKEFILES="$ALL_MAKEFILES \\
25127 dlls/dssenh/Makefile"
25128 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25129 dssenh"
25130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25131 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
25132 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
25134 ALL_MAKEFILES="$ALL_MAKEFILES \\
25135 dlls/dswave/Makefile"
25136 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25137 dswave"
25138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25139 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
25140 ac_config_files="$ac_config_files dlls/dswave/Makefile"
25142 ALL_MAKEFILES="$ALL_MAKEFILES \\
25143 dlls/dwmapi/Makefile"
25144 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25145 dwmapi"
25146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25147 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
25148 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
25150 ALL_MAKEFILES="$ALL_MAKEFILES \\
25151 dlls/dxdiagn/Makefile"
25152 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25153 dxdiagn"
25154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25155 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
25156 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
25158 ALL_MAKEFILES="$ALL_MAKEFILES \\
25159 dlls/dxerr8/Makefile"
25160 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25161 dxerr8"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
25164 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 dlls/dxerr9/Makefile"
25168 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25169 dxerr9"
25170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25171 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
25172 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
25174 ALL_MAKEFILES="$ALL_MAKEFILES \\
25175 dlls/dxgi/Makefile"
25176 test "x$enable_dxgi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25177 dxgi"
25178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25179 dlls/dxgi/Makefile: dlls/dxgi/Makefile.in dlls/Makedll.rules"
25180 ac_config_files="$ac_config_files dlls/dxgi/Makefile"
25182 ALL_MAKEFILES="$ALL_MAKEFILES \\
25183 dlls/dxgi/tests/Makefile"
25184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25185 dxgi/tests"
25186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25187 dlls/dxgi/tests/Makefile: dlls/dxgi/tests/Makefile.in dlls/Maketest.rules"
25188 ac_config_files="$ac_config_files dlls/dxgi/tests/Makefile"
25190 ALL_MAKEFILES="$ALL_MAKEFILES \\
25191 dlls/dxguid/Makefile"
25192 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25193 dxguid"
25194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25195 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
25196 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
25198 ALL_MAKEFILES="$ALL_MAKEFILES \\
25199 dlls/faultrep/Makefile"
25200 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25201 faultrep"
25202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25203 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
25204 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
25206 ALL_MAKEFILES="$ALL_MAKEFILES \\
25207 dlls/fltlib/Makefile"
25208 test "x$enable_fltlib" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25209 fltlib"
25210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25211 dlls/fltlib/Makefile: dlls/fltlib/Makefile.in dlls/Makedll.rules"
25212 ac_config_files="$ac_config_files dlls/fltlib/Makefile"
25214 ALL_MAKEFILES="$ALL_MAKEFILES \\
25215 dlls/fusion/Makefile"
25216 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25217 fusion"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
25220 ac_config_files="$ac_config_files dlls/fusion/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 dlls/fusion/tests/Makefile"
25224 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25225 fusion/tests"
25226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25227 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
25228 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
25230 ALL_MAKEFILES="$ALL_MAKEFILES \\
25231 dlls/fwpuclnt/Makefile"
25232 test "x$enable_fwpuclnt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25233 fwpuclnt"
25234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25235 dlls/fwpuclnt/Makefile: dlls/fwpuclnt/Makefile.in dlls/Makedll.rules"
25236 ac_config_files="$ac_config_files dlls/fwpuclnt/Makefile"
25238 ALL_MAKEFILES="$ALL_MAKEFILES \\
25239 dlls/gdi.exe16/Makefile"
25240 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25241 gdi.exe16"
25242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25243 dlls/gdi.exe16/Makefile: dlls/gdi.exe16/Makefile.in dlls/Makedll.rules"
25244 ac_config_files="$ac_config_files dlls/gdi.exe16/Makefile"
25246 ALL_MAKEFILES="$ALL_MAKEFILES \\
25247 dlls/gdi32/Makefile"
25248 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25249 gdi32"
25250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25251 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
25252 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
25254 ALL_MAKEFILES="$ALL_MAKEFILES \\
25255 dlls/gdi32/tests/Makefile"
25256 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25257 gdi32/tests"
25258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25259 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
25260 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
25262 ALL_MAKEFILES="$ALL_MAKEFILES \\
25263 dlls/gdiplus/Makefile"
25264 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25265 gdiplus"
25266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25267 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
25268 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
25270 ALL_MAKEFILES="$ALL_MAKEFILES \\
25271 dlls/gdiplus/tests/Makefile"
25272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25273 gdiplus/tests"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
25276 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 dlls/glu32/Makefile"
25280 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25281 glu32"
25282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25283 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
25284 ac_config_files="$ac_config_files dlls/glu32/Makefile"
25286 ALL_MAKEFILES="$ALL_MAKEFILES \\
25287 dlls/gphoto2.ds/Makefile"
25288 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25289 gphoto2.ds"
25290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25291 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
25292 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
25294 ALL_MAKEFILES="$ALL_MAKEFILES \\
25295 dlls/gpkcsp/Makefile"
25296 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25297 gpkcsp"
25298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25299 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
25300 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
25302 ALL_MAKEFILES="$ALL_MAKEFILES \\
25303 dlls/hal/Makefile"
25304 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25305 hal"
25306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25307 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
25308 ac_config_files="$ac_config_files dlls/hal/Makefile"
25310 ALL_MAKEFILES="$ALL_MAKEFILES \\
25311 dlls/hhctrl.ocx/Makefile"
25312 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25313 hhctrl.ocx"
25314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25315 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
25316 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
25318 ALL_MAKEFILES="$ALL_MAKEFILES \\
25319 dlls/hid/Makefile"
25320 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25321 hid"
25322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25323 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
25324 ac_config_files="$ac_config_files dlls/hid/Makefile"
25326 ALL_MAKEFILES="$ALL_MAKEFILES \\
25327 dlls/hlink/Makefile"
25328 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25329 hlink"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
25332 ac_config_files="$ac_config_files dlls/hlink/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 dlls/hlink/tests/Makefile"
25336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25337 hlink/tests"
25338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25339 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
25340 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
25342 ALL_MAKEFILES="$ALL_MAKEFILES \\
25343 dlls/hnetcfg/Makefile"
25344 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25345 hnetcfg"
25346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25347 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
25348 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
25350 ALL_MAKEFILES="$ALL_MAKEFILES \\
25351 dlls/httpapi/Makefile"
25352 test "x$enable_httpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25353 httpapi"
25354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25355 dlls/httpapi/Makefile: dlls/httpapi/Makefile.in dlls/Makedll.rules"
25356 ac_config_files="$ac_config_files dlls/httpapi/Makefile"
25358 ALL_MAKEFILES="$ALL_MAKEFILES \\
25359 dlls/iccvid/Makefile"
25360 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25361 iccvid"
25362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25363 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
25364 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
25366 ALL_MAKEFILES="$ALL_MAKEFILES \\
25367 dlls/icmp/Makefile"
25368 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25369 icmp"
25370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25371 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
25372 ac_config_files="$ac_config_files dlls/icmp/Makefile"
25374 ALL_MAKEFILES="$ALL_MAKEFILES \\
25375 dlls/ifsmgr.vxd/Makefile"
25376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25377 ifsmgr.vxd"
25378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25379 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
25380 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
25382 ALL_MAKEFILES="$ALL_MAKEFILES \\
25383 dlls/imaadp32.acm/Makefile"
25384 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25385 imaadp32.acm"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
25388 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 dlls/imagehlp/Makefile"
25392 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25393 imagehlp"
25394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25395 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
25396 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
25398 ALL_MAKEFILES="$ALL_MAKEFILES \\
25399 dlls/imagehlp/tests/Makefile"
25400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25401 imagehlp/tests"
25402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25403 dlls/imagehlp/tests/Makefile: dlls/imagehlp/tests/Makefile.in dlls/Maketest.rules"
25404 ac_config_files="$ac_config_files dlls/imagehlp/tests/Makefile"
25406 ALL_MAKEFILES="$ALL_MAKEFILES \\
25407 dlls/imm.dll16/Makefile"
25408 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25409 imm.dll16"
25410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25411 dlls/imm.dll16/Makefile: dlls/imm.dll16/Makefile.in dlls/Makedll.rules"
25412 ac_config_files="$ac_config_files dlls/imm.dll16/Makefile"
25414 ALL_MAKEFILES="$ALL_MAKEFILES \\
25415 dlls/imm32/Makefile"
25416 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25417 imm32"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
25420 ac_config_files="$ac_config_files dlls/imm32/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 dlls/imm32/tests/Makefile"
25424 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25425 imm32/tests"
25426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25427 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
25428 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
25430 ALL_MAKEFILES="$ALL_MAKEFILES \\
25431 dlls/inetcomm/Makefile"
25432 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25433 inetcomm"
25434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25435 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
25436 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
25438 ALL_MAKEFILES="$ALL_MAKEFILES \\
25439 dlls/inetcomm/tests/Makefile"
25440 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25441 inetcomm/tests"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
25444 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 dlls/inetmib1/Makefile"
25448 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25449 inetmib1"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
25452 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 dlls/inetmib1/tests/Makefile"
25456 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25457 inetmib1/tests"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
25460 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 dlls/infosoft/Makefile"
25464 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25465 infosoft"
25466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25467 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
25468 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
25470 ALL_MAKEFILES="$ALL_MAKEFILES \\
25471 dlls/infosoft/tests/Makefile"
25472 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25473 infosoft/tests"
25474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25475 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
25476 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
25478 ALL_MAKEFILES="$ALL_MAKEFILES \\
25479 dlls/initpki/Makefile"
25480 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25481 initpki"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
25484 ac_config_files="$ac_config_files dlls/initpki/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 dlls/inkobj/Makefile"
25488 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25489 inkobj"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
25492 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 dlls/inseng/Makefile"
25496 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25497 inseng"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
25500 ac_config_files="$ac_config_files dlls/inseng/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 dlls/iphlpapi/Makefile"
25504 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25505 iphlpapi"
25506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25507 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
25508 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
25510 ALL_MAKEFILES="$ALL_MAKEFILES \\
25511 dlls/iphlpapi/tests/Makefile"
25512 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25513 iphlpapi/tests"
25514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25515 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
25516 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
25518 ALL_MAKEFILES="$ALL_MAKEFILES \\
25519 dlls/itircl/Makefile"
25520 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25521 itircl"
25522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25523 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
25524 ac_config_files="$ac_config_files dlls/itircl/Makefile"
25526 ALL_MAKEFILES="$ALL_MAKEFILES \\
25527 dlls/itss/Makefile"
25528 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25529 itss"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
25532 ac_config_files="$ac_config_files dlls/itss/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 dlls/itss/tests/Makefile"
25536 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25537 itss/tests"
25538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25539 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
25540 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
25542 ALL_MAKEFILES="$ALL_MAKEFILES \\
25543 dlls/jscript/Makefile"
25544 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25545 jscript"
25546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25547 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
25548 ac_config_files="$ac_config_files dlls/jscript/Makefile"
25550 ALL_MAKEFILES="$ALL_MAKEFILES \\
25551 dlls/jscript/tests/Makefile"
25552 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25553 jscript/tests"
25554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25555 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
25556 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
25558 ALL_MAKEFILES="$ALL_MAKEFILES \\
25559 dlls/kernel32/Makefile"
25560 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25561 kernel32"
25562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25563 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
25564 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
25566 ALL_MAKEFILES="$ALL_MAKEFILES \\
25567 dlls/kernel32/tests/Makefile"
25568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25569 kernel32/tests"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
25572 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 dlls/keyboard.drv16/Makefile"
25576 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25577 keyboard.drv16"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 dlls/keyboard.drv16/Makefile: dlls/keyboard.drv16/Makefile.in dlls/Makedll.rules"
25580 ac_config_files="$ac_config_files dlls/keyboard.drv16/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 dlls/loadperf/Makefile"
25584 test "x$enable_loadperf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25585 loadperf"
25586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25587 dlls/loadperf/Makefile: dlls/loadperf/Makefile.in dlls/Makedll.rules"
25588 ac_config_files="$ac_config_files dlls/loadperf/Makefile"
25590 ALL_MAKEFILES="$ALL_MAKEFILES \\
25591 dlls/localspl/Makefile"
25592 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25593 localspl"
25594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25595 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
25596 ac_config_files="$ac_config_files dlls/localspl/Makefile"
25598 ALL_MAKEFILES="$ALL_MAKEFILES \\
25599 dlls/localspl/tests/Makefile"
25600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25601 localspl/tests"
25602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25603 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
25604 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
25606 ALL_MAKEFILES="$ALL_MAKEFILES \\
25607 dlls/localui/Makefile"
25608 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25609 localui"
25610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25611 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
25612 ac_config_files="$ac_config_files dlls/localui/Makefile"
25614 ALL_MAKEFILES="$ALL_MAKEFILES \\
25615 dlls/localui/tests/Makefile"
25616 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25617 localui/tests"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
25620 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 dlls/lz32/Makefile"
25624 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25625 lz32"
25626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25627 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
25628 ac_config_files="$ac_config_files dlls/lz32/Makefile"
25630 ALL_MAKEFILES="$ALL_MAKEFILES \\
25631 dlls/lz32/tests/Makefile"
25632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25633 lz32/tests"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
25636 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 dlls/lzexpand.dll16/Makefile"
25640 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25641 lzexpand.dll16"
25642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25643 dlls/lzexpand.dll16/Makefile: dlls/lzexpand.dll16/Makefile.in dlls/Makedll.rules"
25644 ac_config_files="$ac_config_files dlls/lzexpand.dll16/Makefile"
25646 ALL_MAKEFILES="$ALL_MAKEFILES \\
25647 dlls/mapi32/Makefile"
25648 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25649 mapi32"
25650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25651 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
25652 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
25654 ALL_MAKEFILES="$ALL_MAKEFILES \\
25655 dlls/mapi32/tests/Makefile"
25656 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25657 mapi32/tests"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
25660 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 dlls/mciavi32/Makefile"
25664 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25665 mciavi32"
25666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25667 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
25668 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
25670 ALL_MAKEFILES="$ALL_MAKEFILES \\
25671 dlls/mcicda/Makefile"
25672 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25673 mcicda"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
25676 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 dlls/mciqtz32/Makefile"
25680 test "x$enable_mciqtz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25681 mciqtz32"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 dlls/mciqtz32/Makefile: dlls/mciqtz32/Makefile.in dlls/Makedll.rules"
25684 ac_config_files="$ac_config_files dlls/mciqtz32/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 dlls/mciseq/Makefile"
25688 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25689 mciseq"
25690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25691 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
25692 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
25694 ALL_MAKEFILES="$ALL_MAKEFILES \\
25695 dlls/mciwave/Makefile"
25696 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25697 mciwave"
25698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25699 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
25700 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
25702 ALL_MAKEFILES="$ALL_MAKEFILES \\
25703 dlls/midimap/Makefile"
25704 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25705 midimap"
25706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25707 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
25708 ac_config_files="$ac_config_files dlls/midimap/Makefile"
25710 ALL_MAKEFILES="$ALL_MAKEFILES \\
25711 dlls/mlang/Makefile"
25712 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25713 mlang"
25714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25715 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
25716 ac_config_files="$ac_config_files dlls/mlang/Makefile"
25718 ALL_MAKEFILES="$ALL_MAKEFILES \\
25719 dlls/mlang/tests/Makefile"
25720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25721 mlang/tests"
25722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25723 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
25724 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
25726 ALL_MAKEFILES="$ALL_MAKEFILES \\
25727 dlls/mmdevapi/Makefile"
25728 test "x$enable_mmdevapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25729 mmdevapi"
25730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25731 dlls/mmdevapi/Makefile: dlls/mmdevapi/Makefile.in dlls/Makedll.rules"
25732 ac_config_files="$ac_config_files dlls/mmdevapi/Makefile"
25734 ALL_MAKEFILES="$ALL_MAKEFILES \\
25735 dlls/mmdevldr.vxd/Makefile"
25736 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25737 mmdevldr.vxd"
25738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25739 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
25740 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
25742 ALL_MAKEFILES="$ALL_MAKEFILES \\
25743 dlls/mmsystem.dll16/Makefile"
25744 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25745 mmsystem.dll16"
25746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25747 dlls/mmsystem.dll16/Makefile: dlls/mmsystem.dll16/Makefile.in dlls/Makedll.rules"
25748 ac_config_files="$ac_config_files dlls/mmsystem.dll16/Makefile"
25750 ALL_MAKEFILES="$ALL_MAKEFILES \\
25751 dlls/monodebg.vxd/Makefile"
25752 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25753 monodebg.vxd"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
25756 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 dlls/mountmgr.sys/Makefile"
25760 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25761 mountmgr.sys"
25762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25763 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
25764 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
25766 ALL_MAKEFILES="$ALL_MAKEFILES \\
25767 dlls/mouse.drv16/Makefile"
25768 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25769 mouse.drv16"
25770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25771 dlls/mouse.drv16/Makefile: dlls/mouse.drv16/Makefile.in dlls/Makedll.rules"
25772 ac_config_files="$ac_config_files dlls/mouse.drv16/Makefile"
25774 ALL_MAKEFILES="$ALL_MAKEFILES \\
25775 dlls/mpr/Makefile"
25776 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25777 mpr"
25778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25779 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
25780 ac_config_files="$ac_config_files dlls/mpr/Makefile"
25782 ALL_MAKEFILES="$ALL_MAKEFILES \\
25783 dlls/mprapi/Makefile"
25784 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25785 mprapi"
25786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25787 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
25788 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
25790 ALL_MAKEFILES="$ALL_MAKEFILES \\
25791 dlls/msacm.dll16/Makefile"
25792 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25793 msacm.dll16"
25794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25795 dlls/msacm.dll16/Makefile: dlls/msacm.dll16/Makefile.in dlls/Makedll.rules"
25796 ac_config_files="$ac_config_files dlls/msacm.dll16/Makefile"
25798 ALL_MAKEFILES="$ALL_MAKEFILES \\
25799 dlls/msacm32.drv/Makefile"
25800 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25801 msacm32.drv"
25802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25803 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
25804 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
25806 ALL_MAKEFILES="$ALL_MAKEFILES \\
25807 dlls/msacm32/Makefile"
25808 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25809 msacm32"
25810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25811 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
25812 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
25814 ALL_MAKEFILES="$ALL_MAKEFILES \\
25815 dlls/msacm32/tests/Makefile"
25816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25817 msacm32/tests"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
25820 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 dlls/msadp32.acm/Makefile"
25824 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25825 msadp32.acm"
25826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25827 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
25828 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
25830 ALL_MAKEFILES="$ALL_MAKEFILES \\
25831 dlls/mscat32/Makefile"
25832 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25833 mscat32"
25834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25835 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
25836 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
25838 ALL_MAKEFILES="$ALL_MAKEFILES \\
25839 dlls/mscms/Makefile"
25840 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25841 mscms"
25842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25843 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
25844 ac_config_files="$ac_config_files dlls/mscms/Makefile"
25846 ALL_MAKEFILES="$ALL_MAKEFILES \\
25847 dlls/mscms/tests/Makefile"
25848 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25849 mscms/tests"
25850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25851 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
25852 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
25854 ALL_MAKEFILES="$ALL_MAKEFILES \\
25855 dlls/mscoree/Makefile"
25856 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25857 mscoree"
25858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25859 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
25860 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
25862 ALL_MAKEFILES="$ALL_MAKEFILES \\
25863 dlls/msctf/Makefile"
25864 test "x$enable_msctf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25865 msctf"
25866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25867 dlls/msctf/Makefile: dlls/msctf/Makefile.in dlls/Makedll.rules"
25868 ac_config_files="$ac_config_files dlls/msctf/Makefile"
25870 ALL_MAKEFILES="$ALL_MAKEFILES \\
25871 dlls/msctf/tests/Makefile"
25872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25873 msctf/tests"
25874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25875 dlls/msctf/tests/Makefile: dlls/msctf/tests/Makefile.in dlls/Maketest.rules"
25876 ac_config_files="$ac_config_files dlls/msctf/tests/Makefile"
25878 ALL_MAKEFILES="$ALL_MAKEFILES \\
25879 dlls/msdaps/Makefile"
25880 test "x$enable_msdaps" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25881 msdaps"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 dlls/msdaps/Makefile: dlls/msdaps/Makefile.in dlls/Makedll.rules"
25884 ac_config_files="$ac_config_files dlls/msdaps/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 dlls/msdmo/Makefile"
25888 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25889 msdmo"
25890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25891 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
25892 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
25894 ALL_MAKEFILES="$ALL_MAKEFILES \\
25895 dlls/msftedit/Makefile"
25896 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25897 msftedit"
25898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25899 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
25900 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
25902 ALL_MAKEFILES="$ALL_MAKEFILES \\
25903 dlls/msg711.acm/Makefile"
25904 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25905 msg711.acm"
25906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25907 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
25908 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
25910 ALL_MAKEFILES="$ALL_MAKEFILES \\
25911 dlls/msgsm32.acm/Makefile"
25912 test "x$enable_msgsm32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25913 msgsm32.acm"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 dlls/msgsm32.acm/Makefile: dlls/msgsm32.acm/Makefile.in dlls/Makedll.rules"
25916 ac_config_files="$ac_config_files dlls/msgsm32.acm/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 dlls/mshtml.tlb/Makefile"
25920 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25921 mshtml.tlb"
25922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25923 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
25924 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
25926 ALL_MAKEFILES="$ALL_MAKEFILES \\
25927 dlls/mshtml/Makefile"
25928 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25929 mshtml"
25930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25931 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
25932 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
25934 ALL_MAKEFILES="$ALL_MAKEFILES \\
25935 dlls/mshtml/tests/Makefile"
25936 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25937 mshtml/tests"
25938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25939 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
25940 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
25942 ALL_MAKEFILES="$ALL_MAKEFILES \\
25943 dlls/msi/Makefile"
25944 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25945 msi"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
25948 ac_config_files="$ac_config_files dlls/msi/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 dlls/msi/tests/Makefile"
25952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25953 msi/tests"
25954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25955 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
25956 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
25958 ALL_MAKEFILES="$ALL_MAKEFILES \\
25959 dlls/msimg32/Makefile"
25960 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25961 msimg32"
25962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25963 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
25964 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
25966 ALL_MAKEFILES="$ALL_MAKEFILES \\
25967 dlls/msimtf/Makefile"
25968 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25969 msimtf"
25970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25971 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
25972 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
25974 ALL_MAKEFILES="$ALL_MAKEFILES \\
25975 dlls/msisip/Makefile"
25976 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25977 msisip"
25978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25979 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
25980 ac_config_files="$ac_config_files dlls/msisip/Makefile"
25982 ALL_MAKEFILES="$ALL_MAKEFILES \\
25983 dlls/msisys.ocx/Makefile"
25984 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25985 msisys.ocx"
25986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25987 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
25988 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
25990 ALL_MAKEFILES="$ALL_MAKEFILES \\
25991 dlls/msnet32/Makefile"
25992 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25993 msnet32"
25994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25995 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
25996 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
25998 ALL_MAKEFILES="$ALL_MAKEFILES \\
25999 dlls/msrle32/Makefile"
26000 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26001 msrle32"
26002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26003 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
26004 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
26006 ALL_MAKEFILES="$ALL_MAKEFILES \\
26007 dlls/mssign32/Makefile"
26008 test "x$enable_mssign32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26009 mssign32"
26010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26011 dlls/mssign32/Makefile: dlls/mssign32/Makefile.in dlls/Makedll.rules"
26012 ac_config_files="$ac_config_files dlls/mssign32/Makefile"
26014 ALL_MAKEFILES="$ALL_MAKEFILES \\
26015 dlls/mssip32/Makefile"
26016 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26017 mssip32"
26018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26019 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
26020 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
26022 ALL_MAKEFILES="$ALL_MAKEFILES \\
26023 dlls/mstask/Makefile"
26024 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26025 mstask"
26026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26027 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
26028 ac_config_files="$ac_config_files dlls/mstask/Makefile"
26030 ALL_MAKEFILES="$ALL_MAKEFILES \\
26031 dlls/mstask/tests/Makefile"
26032 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26033 mstask/tests"
26034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26035 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
26036 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
26038 ALL_MAKEFILES="$ALL_MAKEFILES \\
26039 dlls/msvcirt/Makefile"
26040 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26041 msvcirt"
26042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26043 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
26044 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
26046 ALL_MAKEFILES="$ALL_MAKEFILES \\
26047 dlls/msvcr71/Makefile"
26048 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26049 msvcr71"
26050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26051 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
26052 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
26054 ALL_MAKEFILES="$ALL_MAKEFILES \\
26055 dlls/msvcrt/Makefile"
26056 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26057 msvcrt"
26058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26059 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
26060 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
26062 ALL_MAKEFILES="$ALL_MAKEFILES \\
26063 dlls/msvcrt/tests/Makefile"
26064 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26065 msvcrt/tests"
26066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26067 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
26068 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
26070 ALL_MAKEFILES="$ALL_MAKEFILES \\
26071 dlls/msvcrt20/Makefile"
26072 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26073 msvcrt20"
26074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26075 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
26076 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
26078 ALL_MAKEFILES="$ALL_MAKEFILES \\
26079 dlls/msvcrt40/Makefile"
26080 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26081 msvcrt40"
26082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26083 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
26084 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
26086 ALL_MAKEFILES="$ALL_MAKEFILES \\
26087 dlls/msvcrtd/Makefile"
26088 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26089 msvcrtd"
26090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26091 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
26092 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
26094 ALL_MAKEFILES="$ALL_MAKEFILES \\
26095 dlls/msvcrtd/tests/Makefile"
26096 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26097 msvcrtd/tests"
26098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26099 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
26100 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
26102 ALL_MAKEFILES="$ALL_MAKEFILES \\
26103 dlls/msvfw32/Makefile"
26104 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26105 msvfw32"
26106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26107 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
26108 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
26110 ALL_MAKEFILES="$ALL_MAKEFILES \\
26111 dlls/msvfw32/tests/Makefile"
26112 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26113 msvfw32/tests"
26114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26115 dlls/msvfw32/tests/Makefile: dlls/msvfw32/tests/Makefile.in dlls/Maketest.rules"
26116 ac_config_files="$ac_config_files dlls/msvfw32/tests/Makefile"
26118 ALL_MAKEFILES="$ALL_MAKEFILES \\
26119 dlls/msvidc32/Makefile"
26120 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26121 msvidc32"
26122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26123 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
26124 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
26126 ALL_MAKEFILES="$ALL_MAKEFILES \\
26127 dlls/msvideo.dll16/Makefile"
26128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26129 msvideo.dll16"
26130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26131 dlls/msvideo.dll16/Makefile: dlls/msvideo.dll16/Makefile.in dlls/Makedll.rules"
26132 ac_config_files="$ac_config_files dlls/msvideo.dll16/Makefile"
26134 ALL_MAKEFILES="$ALL_MAKEFILES \\
26135 dlls/mswsock/Makefile"
26136 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26137 mswsock"
26138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26139 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
26140 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
26142 ALL_MAKEFILES="$ALL_MAKEFILES \\
26143 dlls/msxml3/Makefile"
26144 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26145 msxml3"
26146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26147 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
26148 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
26150 ALL_MAKEFILES="$ALL_MAKEFILES \\
26151 dlls/msxml3/tests/Makefile"
26152 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26153 msxml3/tests"
26154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26155 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
26156 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
26158 ALL_MAKEFILES="$ALL_MAKEFILES \\
26159 dlls/nddeapi/Makefile"
26160 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26161 nddeapi"
26162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26163 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
26164 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
26166 ALL_MAKEFILES="$ALL_MAKEFILES \\
26167 dlls/netapi32/Makefile"
26168 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26169 netapi32"
26170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26171 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
26172 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
26174 ALL_MAKEFILES="$ALL_MAKEFILES \\
26175 dlls/netapi32/tests/Makefile"
26176 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26177 netapi32/tests"
26178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26179 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
26180 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
26182 ALL_MAKEFILES="$ALL_MAKEFILES \\
26183 dlls/newdev/Makefile"
26184 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26185 newdev"
26186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26187 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
26188 ac_config_files="$ac_config_files dlls/newdev/Makefile"
26190 ALL_MAKEFILES="$ALL_MAKEFILES \\
26191 dlls/ntdll/Makefile"
26192 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26193 ntdll"
26194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26195 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
26196 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
26198 ALL_MAKEFILES="$ALL_MAKEFILES \\
26199 dlls/ntdll/tests/Makefile"
26200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26201 ntdll/tests"
26202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26203 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
26204 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
26206 ALL_MAKEFILES="$ALL_MAKEFILES \\
26207 dlls/ntdsapi/Makefile"
26208 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26209 ntdsapi"
26210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26211 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
26212 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
26214 ALL_MAKEFILES="$ALL_MAKEFILES \\
26215 dlls/ntdsapi/tests/Makefile"
26216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26217 ntdsapi/tests"
26218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26219 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
26220 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
26222 ALL_MAKEFILES="$ALL_MAKEFILES \\
26223 dlls/ntoskrnl.exe/Makefile"
26224 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26225 ntoskrnl.exe"
26226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26227 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
26228 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
26230 ALL_MAKEFILES="$ALL_MAKEFILES \\
26231 dlls/ntprint/Makefile"
26232 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26233 ntprint"
26234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26235 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
26236 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
26238 ALL_MAKEFILES="$ALL_MAKEFILES \\
26239 dlls/ntprint/tests/Makefile"
26240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26241 ntprint/tests"
26242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26243 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
26244 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
26246 ALL_MAKEFILES="$ALL_MAKEFILES \\
26247 dlls/objsel/Makefile"
26248 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26249 objsel"
26250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26251 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
26252 ac_config_files="$ac_config_files dlls/objsel/Makefile"
26254 ALL_MAKEFILES="$ALL_MAKEFILES \\
26255 dlls/odbc32/Makefile"
26256 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26257 odbc32"
26258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26259 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
26260 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
26262 ALL_MAKEFILES="$ALL_MAKEFILES \\
26263 dlls/odbccp32/Makefile"
26264 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26265 odbccp32"
26266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26267 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
26268 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
26270 ALL_MAKEFILES="$ALL_MAKEFILES \\
26271 dlls/odbccp32/tests/Makefile"
26272 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26273 odbccp32/tests"
26274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26275 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
26276 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
26278 ALL_MAKEFILES="$ALL_MAKEFILES \\
26279 dlls/ole2.dll16/Makefile"
26280 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26281 ole2.dll16"
26282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26283 dlls/ole2.dll16/Makefile: dlls/ole2.dll16/Makefile.in dlls/Makedll.rules"
26284 ac_config_files="$ac_config_files dlls/ole2.dll16/Makefile"
26286 ALL_MAKEFILES="$ALL_MAKEFILES \\
26287 dlls/ole2conv.dll16/Makefile"
26288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26289 ole2conv.dll16"
26290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26291 dlls/ole2conv.dll16/Makefile: dlls/ole2conv.dll16/Makefile.in dlls/Makedll.rules"
26292 ac_config_files="$ac_config_files dlls/ole2conv.dll16/Makefile"
26294 ALL_MAKEFILES="$ALL_MAKEFILES \\
26295 dlls/ole2disp.dll16/Makefile"
26296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26297 ole2disp.dll16"
26298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26299 dlls/ole2disp.dll16/Makefile: dlls/ole2disp.dll16/Makefile.in dlls/Makedll.rules"
26300 ac_config_files="$ac_config_files dlls/ole2disp.dll16/Makefile"
26302 ALL_MAKEFILES="$ALL_MAKEFILES \\
26303 dlls/ole2nls.dll16/Makefile"
26304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26305 ole2nls.dll16"
26306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26307 dlls/ole2nls.dll16/Makefile: dlls/ole2nls.dll16/Makefile.in dlls/Makedll.rules"
26308 ac_config_files="$ac_config_files dlls/ole2nls.dll16/Makefile"
26310 ALL_MAKEFILES="$ALL_MAKEFILES \\
26311 dlls/ole2prox.dll16/Makefile"
26312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26313 ole2prox.dll16"
26314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26315 dlls/ole2prox.dll16/Makefile: dlls/ole2prox.dll16/Makefile.in dlls/Makedll.rules"
26316 ac_config_files="$ac_config_files dlls/ole2prox.dll16/Makefile"
26318 ALL_MAKEFILES="$ALL_MAKEFILES \\
26319 dlls/ole2thk.dll16/Makefile"
26320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26321 ole2thk.dll16"
26322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26323 dlls/ole2thk.dll16/Makefile: dlls/ole2thk.dll16/Makefile.in dlls/Makedll.rules"
26324 ac_config_files="$ac_config_files dlls/ole2thk.dll16/Makefile"
26326 ALL_MAKEFILES="$ALL_MAKEFILES \\
26327 dlls/ole32/Makefile"
26328 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26329 ole32"
26330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26331 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
26332 ac_config_files="$ac_config_files dlls/ole32/Makefile"
26334 ALL_MAKEFILES="$ALL_MAKEFILES \\
26335 dlls/ole32/tests/Makefile"
26336 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26337 ole32/tests"
26338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26339 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
26340 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
26342 ALL_MAKEFILES="$ALL_MAKEFILES \\
26343 dlls/oleacc/Makefile"
26344 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26345 oleacc"
26346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26347 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
26348 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
26350 ALL_MAKEFILES="$ALL_MAKEFILES \\
26351 dlls/oleacc/tests/Makefile"
26352 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26353 oleacc/tests"
26354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26355 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
26356 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
26358 ALL_MAKEFILES="$ALL_MAKEFILES \\
26359 dlls/oleaut32/Makefile"
26360 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26361 oleaut32"
26362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26363 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
26364 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
26366 ALL_MAKEFILES="$ALL_MAKEFILES \\
26367 dlls/oleaut32/tests/Makefile"
26368 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26369 oleaut32/tests"
26370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26371 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
26372 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
26374 ALL_MAKEFILES="$ALL_MAKEFILES \\
26375 dlls/olecli.dll16/Makefile"
26376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26377 olecli.dll16"
26378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26379 dlls/olecli.dll16/Makefile: dlls/olecli.dll16/Makefile.in dlls/Makedll.rules"
26380 ac_config_files="$ac_config_files dlls/olecli.dll16/Makefile"
26382 ALL_MAKEFILES="$ALL_MAKEFILES \\
26383 dlls/olecli32/Makefile"
26384 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26385 olecli32"
26386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26387 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
26388 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
26390 ALL_MAKEFILES="$ALL_MAKEFILES \\
26391 dlls/oledb32/Makefile"
26392 test "x$enable_oledb32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26393 oledb32"
26394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26395 dlls/oledb32/Makefile: dlls/oledb32/Makefile.in dlls/Makedll.rules"
26396 ac_config_files="$ac_config_files dlls/oledb32/Makefile"
26398 ALL_MAKEFILES="$ALL_MAKEFILES \\
26399 dlls/oledb32/tests/Makefile"
26400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26401 oledb32/tests"
26402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26403 dlls/oledb32/tests/Makefile: dlls/oledb32/tests/Makefile.in dlls/Maketest.rules"
26404 ac_config_files="$ac_config_files dlls/oledb32/tests/Makefile"
26406 ALL_MAKEFILES="$ALL_MAKEFILES \\
26407 dlls/oledlg/Makefile"
26408 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26409 oledlg"
26410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26411 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
26412 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
26414 ALL_MAKEFILES="$ALL_MAKEFILES \\
26415 dlls/olepro32/Makefile"
26416 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26417 olepro32"
26418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26419 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
26420 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
26422 ALL_MAKEFILES="$ALL_MAKEFILES \\
26423 dlls/olesvr.dll16/Makefile"
26424 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26425 olesvr.dll16"
26426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26427 dlls/olesvr.dll16/Makefile: dlls/olesvr.dll16/Makefile.in dlls/Makedll.rules"
26428 ac_config_files="$ac_config_files dlls/olesvr.dll16/Makefile"
26430 ALL_MAKEFILES="$ALL_MAKEFILES \\
26431 dlls/olesvr32/Makefile"
26432 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26433 olesvr32"
26434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26435 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
26436 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
26438 ALL_MAKEFILES="$ALL_MAKEFILES \\
26439 dlls/olethk32/Makefile"
26440 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26441 olethk32"
26442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26443 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
26444 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
26446 ALL_MAKEFILES="$ALL_MAKEFILES \\
26447 dlls/openal32/Makefile"
26448 test "x$enable_openal32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26449 openal32"
26450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26451 dlls/openal32/Makefile: dlls/openal32/Makefile.in dlls/Makedll.rules"
26452 ac_config_files="$ac_config_files dlls/openal32/Makefile"
26454 ALL_MAKEFILES="$ALL_MAKEFILES \\
26455 dlls/opengl32/Makefile"
26456 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26457 opengl32"
26458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26459 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
26460 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
26462 ALL_MAKEFILES="$ALL_MAKEFILES \\
26463 dlls/opengl32/tests/Makefile"
26464 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26465 opengl32/tests"
26466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26467 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
26468 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
26470 ALL_MAKEFILES="$ALL_MAKEFILES \\
26471 dlls/pdh/Makefile"
26472 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26473 pdh"
26474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26475 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
26476 ac_config_files="$ac_config_files dlls/pdh/Makefile"
26478 ALL_MAKEFILES="$ALL_MAKEFILES \\
26479 dlls/pdh/tests/Makefile"
26480 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26481 pdh/tests"
26482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26483 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
26484 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
26486 ALL_MAKEFILES="$ALL_MAKEFILES \\
26487 dlls/pidgen/Makefile"
26488 test "x$enable_pidgen" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26489 pidgen"
26490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26491 dlls/pidgen/Makefile: dlls/pidgen/Makefile.in dlls/Makedll.rules"
26492 ac_config_files="$ac_config_files dlls/pidgen/Makefile"
26494 ALL_MAKEFILES="$ALL_MAKEFILES \\
26495 dlls/powrprof/Makefile"
26496 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26497 powrprof"
26498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26499 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
26500 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
26502 ALL_MAKEFILES="$ALL_MAKEFILES \\
26503 dlls/printui/Makefile"
26504 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26505 printui"
26506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26507 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
26508 ac_config_files="$ac_config_files dlls/printui/Makefile"
26510 ALL_MAKEFILES="$ALL_MAKEFILES \\
26511 dlls/propsys/Makefile"
26512 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26513 propsys"
26514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26515 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
26516 ac_config_files="$ac_config_files dlls/propsys/Makefile"
26518 ALL_MAKEFILES="$ALL_MAKEFILES \\
26519 dlls/psapi/Makefile"
26520 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26521 psapi"
26522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26523 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
26524 ac_config_files="$ac_config_files dlls/psapi/Makefile"
26526 ALL_MAKEFILES="$ALL_MAKEFILES \\
26527 dlls/psapi/tests/Makefile"
26528 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26529 psapi/tests"
26530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26531 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
26532 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
26534 ALL_MAKEFILES="$ALL_MAKEFILES \\
26535 dlls/pstorec/Makefile"
26536 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26537 pstorec"
26538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26539 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
26540 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
26542 ALL_MAKEFILES="$ALL_MAKEFILES \\
26543 dlls/qcap/Makefile"
26544 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26545 qcap"
26546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26547 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
26548 ac_config_files="$ac_config_files dlls/qcap/Makefile"
26550 ALL_MAKEFILES="$ALL_MAKEFILES \\
26551 dlls/qedit/Makefile"
26552 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26553 qedit"
26554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26555 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
26556 ac_config_files="$ac_config_files dlls/qedit/Makefile"
26558 ALL_MAKEFILES="$ALL_MAKEFILES \\
26559 dlls/qedit/tests/Makefile"
26560 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26561 qedit/tests"
26562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26563 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
26564 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
26566 ALL_MAKEFILES="$ALL_MAKEFILES \\
26567 dlls/qmgr/Makefile"
26568 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26569 qmgr"
26570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26571 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
26572 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
26574 ALL_MAKEFILES="$ALL_MAKEFILES \\
26575 dlls/qmgr/tests/Makefile"
26576 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26577 qmgr/tests"
26578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26579 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
26580 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
26582 ALL_MAKEFILES="$ALL_MAKEFILES \\
26583 dlls/qmgrprxy/Makefile"
26584 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26585 qmgrprxy"
26586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26587 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
26588 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
26590 ALL_MAKEFILES="$ALL_MAKEFILES \\
26591 dlls/quartz/Makefile"
26592 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26593 quartz"
26594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26595 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
26596 ac_config_files="$ac_config_files dlls/quartz/Makefile"
26598 ALL_MAKEFILES="$ALL_MAKEFILES \\
26599 dlls/quartz/tests/Makefile"
26600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26601 quartz/tests"
26602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26603 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
26604 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
26606 ALL_MAKEFILES="$ALL_MAKEFILES \\
26607 dlls/query/Makefile"
26608 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26609 query"
26610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26611 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
26612 ac_config_files="$ac_config_files dlls/query/Makefile"
26614 ALL_MAKEFILES="$ALL_MAKEFILES \\
26615 dlls/rasapi16.dll16/Makefile"
26616 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26617 rasapi16.dll16"
26618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26619 dlls/rasapi16.dll16/Makefile: dlls/rasapi16.dll16/Makefile.in dlls/Makedll.rules"
26620 ac_config_files="$ac_config_files dlls/rasapi16.dll16/Makefile"
26622 ALL_MAKEFILES="$ALL_MAKEFILES \\
26623 dlls/rasapi32/Makefile"
26624 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26625 rasapi32"
26626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26627 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
26628 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
26630 ALL_MAKEFILES="$ALL_MAKEFILES \\
26631 dlls/rasapi32/tests/Makefile"
26632 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26633 rasapi32/tests"
26634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26635 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
26636 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
26638 ALL_MAKEFILES="$ALL_MAKEFILES \\
26639 dlls/rasdlg/Makefile"
26640 test "x$enable_rasdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26641 rasdlg"
26642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26643 dlls/rasdlg/Makefile: dlls/rasdlg/Makefile.in dlls/Makedll.rules"
26644 ac_config_files="$ac_config_files dlls/rasdlg/Makefile"
26646 ALL_MAKEFILES="$ALL_MAKEFILES \\
26647 dlls/resutils/Makefile"
26648 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26649 resutils"
26650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26651 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
26652 ac_config_files="$ac_config_files dlls/resutils/Makefile"
26654 ALL_MAKEFILES="$ALL_MAKEFILES \\
26655 dlls/riched20/Makefile"
26656 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26657 riched20"
26658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26659 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
26660 ac_config_files="$ac_config_files dlls/riched20/Makefile"
26662 ALL_MAKEFILES="$ALL_MAKEFILES \\
26663 dlls/riched20/tests/Makefile"
26664 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26665 riched20/tests"
26666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26667 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
26668 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
26670 ALL_MAKEFILES="$ALL_MAKEFILES \\
26671 dlls/riched32/Makefile"
26672 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26673 riched32"
26674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26675 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
26676 ac_config_files="$ac_config_files dlls/riched32/Makefile"
26678 ALL_MAKEFILES="$ALL_MAKEFILES \\
26679 dlls/riched32/tests/Makefile"
26680 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26681 riched32/tests"
26682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26683 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
26684 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
26686 ALL_MAKEFILES="$ALL_MAKEFILES \\
26687 dlls/rpcrt4/Makefile"
26688 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26689 rpcrt4"
26690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26691 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
26692 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
26694 ALL_MAKEFILES="$ALL_MAKEFILES \\
26695 dlls/rpcrt4/tests/Makefile"
26696 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26697 rpcrt4/tests"
26698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26699 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
26700 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
26702 ALL_MAKEFILES="$ALL_MAKEFILES \\
26703 dlls/rsabase/Makefile"
26704 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26705 rsabase"
26706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26707 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
26708 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
26710 ALL_MAKEFILES="$ALL_MAKEFILES \\
26711 dlls/rsaenh/Makefile"
26712 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26713 rsaenh"
26714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26715 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
26716 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
26718 ALL_MAKEFILES="$ALL_MAKEFILES \\
26719 dlls/rsaenh/tests/Makefile"
26720 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26721 rsaenh/tests"
26722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26723 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
26724 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
26726 ALL_MAKEFILES="$ALL_MAKEFILES \\
26727 dlls/rtutils/Makefile"
26728 test "x$enable_rtutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26729 rtutils"
26730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26731 dlls/rtutils/Makefile: dlls/rtutils/Makefile.in dlls/Makedll.rules"
26732 ac_config_files="$ac_config_files dlls/rtutils/Makefile"
26734 ALL_MAKEFILES="$ALL_MAKEFILES \\
26735 dlls/sane.ds/Makefile"
26736 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26737 sane.ds"
26738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26739 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
26740 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
26742 ALL_MAKEFILES="$ALL_MAKEFILES \\
26743 dlls/sccbase/Makefile"
26744 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26745 sccbase"
26746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26747 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
26748 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
26750 ALL_MAKEFILES="$ALL_MAKEFILES \\
26751 dlls/schannel/Makefile"
26752 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26753 schannel"
26754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26755 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
26756 ac_config_files="$ac_config_files dlls/schannel/Makefile"
26758 ALL_MAKEFILES="$ALL_MAKEFILES \\
26759 dlls/schannel/tests/Makefile"
26760 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26761 schannel/tests"
26762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26763 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
26764 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
26766 ALL_MAKEFILES="$ALL_MAKEFILES \\
26767 dlls/secur32/Makefile"
26768 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26769 secur32"
26770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26771 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
26772 ac_config_files="$ac_config_files dlls/secur32/Makefile"
26774 ALL_MAKEFILES="$ALL_MAKEFILES \\
26775 dlls/secur32/tests/Makefile"
26776 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26777 secur32/tests"
26778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26779 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
26780 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
26782 ALL_MAKEFILES="$ALL_MAKEFILES \\
26783 dlls/security/Makefile"
26784 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26785 security"
26786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26787 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
26788 ac_config_files="$ac_config_files dlls/security/Makefile"
26790 ALL_MAKEFILES="$ALL_MAKEFILES \\
26791 dlls/sensapi/Makefile"
26792 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26793 sensapi"
26794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26795 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
26796 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
26798 ALL_MAKEFILES="$ALL_MAKEFILES \\
26799 dlls/serialui/Makefile"
26800 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26801 serialui"
26802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26803 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
26804 ac_config_files="$ac_config_files dlls/serialui/Makefile"
26806 ALL_MAKEFILES="$ALL_MAKEFILES \\
26807 dlls/serialui/tests/Makefile"
26808 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26809 serialui/tests"
26810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26811 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
26812 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
26814 ALL_MAKEFILES="$ALL_MAKEFILES \\
26815 dlls/setupapi/Makefile"
26816 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26817 setupapi"
26818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26819 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
26820 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
26822 ALL_MAKEFILES="$ALL_MAKEFILES \\
26823 dlls/setupapi/tests/Makefile"
26824 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26825 setupapi/tests"
26826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26827 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
26828 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
26830 ALL_MAKEFILES="$ALL_MAKEFILES \\
26831 dlls/setupx.dll16/Makefile"
26832 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26833 setupx.dll16"
26834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26835 dlls/setupx.dll16/Makefile: dlls/setupx.dll16/Makefile.in dlls/Makedll.rules"
26836 ac_config_files="$ac_config_files dlls/setupx.dll16/Makefile"
26838 ALL_MAKEFILES="$ALL_MAKEFILES \\
26839 dlls/sfc/Makefile"
26840 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26841 sfc"
26842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26843 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
26844 ac_config_files="$ac_config_files dlls/sfc/Makefile"
26846 ALL_MAKEFILES="$ALL_MAKEFILES \\
26847 dlls/sfc_os/Makefile"
26848 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26849 sfc_os"
26850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26851 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
26852 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
26854 ALL_MAKEFILES="$ALL_MAKEFILES \\
26855 dlls/shdoclc/Makefile"
26856 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26857 shdoclc"
26858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26859 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
26860 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
26862 ALL_MAKEFILES="$ALL_MAKEFILES \\
26863 dlls/shdocvw/Makefile"
26864 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26865 shdocvw"
26866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26867 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
26868 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
26870 ALL_MAKEFILES="$ALL_MAKEFILES \\
26871 dlls/shdocvw/tests/Makefile"
26872 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26873 shdocvw/tests"
26874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26875 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
26876 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
26878 ALL_MAKEFILES="$ALL_MAKEFILES \\
26879 dlls/shell.dll16/Makefile"
26880 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26881 shell.dll16"
26882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26883 dlls/shell.dll16/Makefile: dlls/shell.dll16/Makefile.in dlls/Makedll.rules"
26884 ac_config_files="$ac_config_files dlls/shell.dll16/Makefile"
26886 ALL_MAKEFILES="$ALL_MAKEFILES \\
26887 dlls/shell32/Makefile"
26888 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26889 shell32"
26890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26891 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
26892 ac_config_files="$ac_config_files dlls/shell32/Makefile"
26894 ALL_MAKEFILES="$ALL_MAKEFILES \\
26895 dlls/shell32/tests/Makefile"
26896 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26897 shell32/tests"
26898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26899 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
26900 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
26902 ALL_MAKEFILES="$ALL_MAKEFILES \\
26903 dlls/shfolder/Makefile"
26904 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26905 shfolder"
26906 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26907 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
26908 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
26910 ALL_MAKEFILES="$ALL_MAKEFILES \\
26911 dlls/shlwapi/Makefile"
26912 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26913 shlwapi"
26914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26915 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
26916 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
26918 ALL_MAKEFILES="$ALL_MAKEFILES \\
26919 dlls/shlwapi/tests/Makefile"
26920 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26921 shlwapi/tests"
26922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26923 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
26924 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
26926 ALL_MAKEFILES="$ALL_MAKEFILES \\
26927 dlls/slbcsp/Makefile"
26928 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26929 slbcsp"
26930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26931 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
26932 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
26934 ALL_MAKEFILES="$ALL_MAKEFILES \\
26935 dlls/slc/Makefile"
26936 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26937 slc"
26938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26939 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
26940 ac_config_files="$ac_config_files dlls/slc/Makefile"
26942 ALL_MAKEFILES="$ALL_MAKEFILES \\
26943 dlls/snmpapi/Makefile"
26944 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26945 snmpapi"
26946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26947 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
26948 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
26950 ALL_MAKEFILES="$ALL_MAKEFILES \\
26951 dlls/snmpapi/tests/Makefile"
26952 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26953 snmpapi/tests"
26954 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26955 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
26956 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
26958 ALL_MAKEFILES="$ALL_MAKEFILES \\
26959 dlls/softpub/Makefile"
26960 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26961 softpub"
26962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26963 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
26964 ac_config_files="$ac_config_files dlls/softpub/Makefile"
26966 ALL_MAKEFILES="$ALL_MAKEFILES \\
26967 dlls/sound.drv16/Makefile"
26968 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26969 sound.drv16"
26970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26971 dlls/sound.drv16/Makefile: dlls/sound.drv16/Makefile.in dlls/Makedll.rules"
26972 ac_config_files="$ac_config_files dlls/sound.drv16/Makefile"
26974 ALL_MAKEFILES="$ALL_MAKEFILES \\
26975 dlls/spoolss/Makefile"
26976 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26977 spoolss"
26978 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26979 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
26980 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
26982 ALL_MAKEFILES="$ALL_MAKEFILES \\
26983 dlls/spoolss/tests/Makefile"
26984 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
26985 spoolss/tests"
26986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26987 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
26988 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
26990 ALL_MAKEFILES="$ALL_MAKEFILES \\
26991 dlls/stdole2.tlb/Makefile"
26992 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
26993 stdole2.tlb"
26994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
26995 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
26996 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
26998 ALL_MAKEFILES="$ALL_MAKEFILES \\
26999 dlls/stdole32.tlb/Makefile"
27000 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27001 stdole32.tlb"
27002 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27003 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
27004 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
27006 ALL_MAKEFILES="$ALL_MAKEFILES \\
27007 dlls/sti/Makefile"
27008 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27009 sti"
27010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27011 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
27012 ac_config_files="$ac_config_files dlls/sti/Makefile"
27014 ALL_MAKEFILES="$ALL_MAKEFILES \\
27015 dlls/sti/tests/Makefile"
27016 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27017 sti/tests"
27018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27019 dlls/sti/tests/Makefile: dlls/sti/tests/Makefile.in dlls/Maketest.rules"
27020 ac_config_files="$ac_config_files dlls/sti/tests/Makefile"
27022 ALL_MAKEFILES="$ALL_MAKEFILES \\
27023 dlls/storage.dll16/Makefile"
27024 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27025 storage.dll16"
27026 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27027 dlls/storage.dll16/Makefile: dlls/storage.dll16/Makefile.in dlls/Makedll.rules"
27028 ac_config_files="$ac_config_files dlls/storage.dll16/Makefile"
27030 ALL_MAKEFILES="$ALL_MAKEFILES \\
27031 dlls/stress.dll16/Makefile"
27032 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27033 stress.dll16"
27034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27035 dlls/stress.dll16/Makefile: dlls/stress.dll16/Makefile.in dlls/Makedll.rules"
27036 ac_config_files="$ac_config_files dlls/stress.dll16/Makefile"
27038 ALL_MAKEFILES="$ALL_MAKEFILES \\
27039 dlls/strmiids/Makefile"
27040 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27041 strmiids"
27042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27043 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
27044 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
27046 ALL_MAKEFILES="$ALL_MAKEFILES \\
27047 dlls/svrapi/Makefile"
27048 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27049 svrapi"
27050 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27051 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
27052 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
27054 ALL_MAKEFILES="$ALL_MAKEFILES \\
27055 dlls/sxs/Makefile"
27056 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27057 sxs"
27058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27059 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
27060 ac_config_files="$ac_config_files dlls/sxs/Makefile"
27062 ALL_MAKEFILES="$ALL_MAKEFILES \\
27063 dlls/system.drv16/Makefile"
27064 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27065 system.drv16"
27066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27067 dlls/system.drv16/Makefile: dlls/system.drv16/Makefile.in dlls/Makedll.rules"
27068 ac_config_files="$ac_config_files dlls/system.drv16/Makefile"
27070 ALL_MAKEFILES="$ALL_MAKEFILES \\
27071 dlls/t2embed/Makefile"
27072 test "x$enable_t2embed" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27073 t2embed"
27074 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27075 dlls/t2embed/Makefile: dlls/t2embed/Makefile.in dlls/Makedll.rules"
27076 ac_config_files="$ac_config_files dlls/t2embed/Makefile"
27078 ALL_MAKEFILES="$ALL_MAKEFILES \\
27079 dlls/tapi32/Makefile"
27080 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27081 tapi32"
27082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27083 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
27084 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
27086 ALL_MAKEFILES="$ALL_MAKEFILES \\
27087 dlls/toolhelp.dll16/Makefile"
27088 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27089 toolhelp.dll16"
27090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27091 dlls/toolhelp.dll16/Makefile: dlls/toolhelp.dll16/Makefile.in dlls/Makedll.rules"
27092 ac_config_files="$ac_config_files dlls/toolhelp.dll16/Makefile"
27094 ALL_MAKEFILES="$ALL_MAKEFILES \\
27095 dlls/traffic/Makefile"
27096 test "x$enable_traffic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27097 traffic"
27098 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27099 dlls/traffic/Makefile: dlls/traffic/Makefile.in dlls/Makedll.rules"
27100 ac_config_files="$ac_config_files dlls/traffic/Makefile"
27102 ALL_MAKEFILES="$ALL_MAKEFILES \\
27103 dlls/twain.dll16/Makefile"
27104 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27105 twain.dll16"
27106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27107 dlls/twain.dll16/Makefile: dlls/twain.dll16/Makefile.in dlls/Makedll.rules"
27108 ac_config_files="$ac_config_files dlls/twain.dll16/Makefile"
27110 ALL_MAKEFILES="$ALL_MAKEFILES \\
27111 dlls/twain_32/Makefile"
27112 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27113 twain_32"
27114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27115 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
27116 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
27118 ALL_MAKEFILES="$ALL_MAKEFILES \\
27119 dlls/twain_32/tests/Makefile"
27120 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27121 twain_32/tests"
27122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27123 dlls/twain_32/tests/Makefile: dlls/twain_32/tests/Makefile.in dlls/Maketest.rules"
27124 ac_config_files="$ac_config_files dlls/twain_32/tests/Makefile"
27126 ALL_MAKEFILES="$ALL_MAKEFILES \\
27127 dlls/typelib.dll16/Makefile"
27128 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27129 typelib.dll16"
27130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27131 dlls/typelib.dll16/Makefile: dlls/typelib.dll16/Makefile.in dlls/Makedll.rules"
27132 ac_config_files="$ac_config_files dlls/typelib.dll16/Makefile"
27134 ALL_MAKEFILES="$ALL_MAKEFILES \\
27135 dlls/unicows/Makefile"
27136 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27137 unicows"
27138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27139 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
27140 ac_config_files="$ac_config_files dlls/unicows/Makefile"
27142 ALL_MAKEFILES="$ALL_MAKEFILES \\
27143 dlls/updspapi/Makefile"
27144 test "x$enable_updspapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27145 updspapi"
27146 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27147 dlls/updspapi/Makefile: dlls/updspapi/Makefile.in dlls/Makedll.rules"
27148 ac_config_files="$ac_config_files dlls/updspapi/Makefile"
27150 ALL_MAKEFILES="$ALL_MAKEFILES \\
27151 dlls/url/Makefile"
27152 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27153 url"
27154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27155 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
27156 ac_config_files="$ac_config_files dlls/url/Makefile"
27158 ALL_MAKEFILES="$ALL_MAKEFILES \\
27159 dlls/urlmon/Makefile"
27160 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27161 urlmon"
27162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27163 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
27164 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
27166 ALL_MAKEFILES="$ALL_MAKEFILES \\
27167 dlls/urlmon/tests/Makefile"
27168 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27169 urlmon/tests"
27170 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27171 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
27172 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
27174 ALL_MAKEFILES="$ALL_MAKEFILES \\
27175 dlls/user32/Makefile"
27176 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27177 user32"
27178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27179 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
27180 ac_config_files="$ac_config_files dlls/user32/Makefile"
27182 ALL_MAKEFILES="$ALL_MAKEFILES \\
27183 dlls/user32/tests/Makefile"
27184 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27185 user32/tests"
27186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27187 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
27188 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
27190 ALL_MAKEFILES="$ALL_MAKEFILES \\
27191 dlls/userenv/Makefile"
27192 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27193 userenv"
27194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27195 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
27196 ac_config_files="$ac_config_files dlls/userenv/Makefile"
27198 ALL_MAKEFILES="$ALL_MAKEFILES \\
27199 dlls/userenv/tests/Makefile"
27200 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27201 userenv/tests"
27202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27203 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
27204 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
27206 ALL_MAKEFILES="$ALL_MAKEFILES \\
27207 dlls/usp10/Makefile"
27208 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27209 usp10"
27210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27211 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
27212 ac_config_files="$ac_config_files dlls/usp10/Makefile"
27214 ALL_MAKEFILES="$ALL_MAKEFILES \\
27215 dlls/usp10/tests/Makefile"
27216 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27217 usp10/tests"
27218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27219 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
27220 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
27222 ALL_MAKEFILES="$ALL_MAKEFILES \\
27223 dlls/uuid/Makefile"
27224 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27225 uuid"
27226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27227 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
27228 ac_config_files="$ac_config_files dlls/uuid/Makefile"
27230 ALL_MAKEFILES="$ALL_MAKEFILES \\
27231 dlls/uxtheme/Makefile"
27232 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27233 uxtheme"
27234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27235 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
27236 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
27238 ALL_MAKEFILES="$ALL_MAKEFILES \\
27239 dlls/uxtheme/tests/Makefile"
27240 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27241 uxtheme/tests"
27242 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27243 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
27244 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
27246 ALL_MAKEFILES="$ALL_MAKEFILES \\
27247 dlls/vdhcp.vxd/Makefile"
27248 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27249 vdhcp.vxd"
27250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27251 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
27252 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
27254 ALL_MAKEFILES="$ALL_MAKEFILES \\
27255 dlls/vdmdbg/Makefile"
27256 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27257 vdmdbg"
27258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27259 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
27260 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
27262 ALL_MAKEFILES="$ALL_MAKEFILES \\
27263 dlls/ver.dll16/Makefile"
27264 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27265 ver.dll16"
27266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27267 dlls/ver.dll16/Makefile: dlls/ver.dll16/Makefile.in dlls/Makedll.rules"
27268 ac_config_files="$ac_config_files dlls/ver.dll16/Makefile"
27270 ALL_MAKEFILES="$ALL_MAKEFILES \\
27271 dlls/version/Makefile"
27272 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27273 version"
27274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27275 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
27276 ac_config_files="$ac_config_files dlls/version/Makefile"
27278 ALL_MAKEFILES="$ALL_MAKEFILES \\
27279 dlls/version/tests/Makefile"
27280 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27281 version/tests"
27282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27283 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
27284 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
27286 ALL_MAKEFILES="$ALL_MAKEFILES \\
27287 dlls/vmm.vxd/Makefile"
27288 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27289 vmm.vxd"
27290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27291 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
27292 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
27294 ALL_MAKEFILES="$ALL_MAKEFILES \\
27295 dlls/vnbt.vxd/Makefile"
27296 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27297 vnbt.vxd"
27298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27299 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
27300 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
27302 ALL_MAKEFILES="$ALL_MAKEFILES \\
27303 dlls/vnetbios.vxd/Makefile"
27304 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27305 vnetbios.vxd"
27306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27307 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
27308 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
27310 ALL_MAKEFILES="$ALL_MAKEFILES \\
27311 dlls/vtdapi.vxd/Makefile"
27312 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27313 vtdapi.vxd"
27314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27315 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
27316 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
27318 ALL_MAKEFILES="$ALL_MAKEFILES \\
27319 dlls/vwin32.vxd/Makefile"
27320 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27321 vwin32.vxd"
27322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27323 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
27324 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
27326 ALL_MAKEFILES="$ALL_MAKEFILES \\
27327 dlls/w32skrnl/Makefile"
27328 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27329 w32skrnl"
27330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27331 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
27332 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
27334 ALL_MAKEFILES="$ALL_MAKEFILES \\
27335 dlls/w32sys.dll16/Makefile"
27336 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27337 w32sys.dll16"
27338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27339 dlls/w32sys.dll16/Makefile: dlls/w32sys.dll16/Makefile.in dlls/Makedll.rules"
27340 ac_config_files="$ac_config_files dlls/w32sys.dll16/Makefile"
27342 ALL_MAKEFILES="$ALL_MAKEFILES \\
27343 dlls/wbemprox/Makefile"
27344 test "x$enable_wbemprox" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27345 wbemprox"
27346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27347 dlls/wbemprox/Makefile: dlls/wbemprox/Makefile.in dlls/Makedll.rules"
27348 ac_config_files="$ac_config_files dlls/wbemprox/Makefile"
27350 ALL_MAKEFILES="$ALL_MAKEFILES \\
27351 dlls/wiaservc/Makefile"
27352 test "x$enable_wiaservc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27353 wiaservc"
27354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27355 dlls/wiaservc/Makefile: dlls/wiaservc/Makefile.in dlls/Makedll.rules"
27356 ac_config_files="$ac_config_files dlls/wiaservc/Makefile"
27358 ALL_MAKEFILES="$ALL_MAKEFILES \\
27359 dlls/win32s16.dll16/Makefile"
27360 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27361 win32s16.dll16"
27362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27363 dlls/win32s16.dll16/Makefile: dlls/win32s16.dll16/Makefile.in dlls/Makedll.rules"
27364 ac_config_files="$ac_config_files dlls/win32s16.dll16/Makefile"
27366 ALL_MAKEFILES="$ALL_MAKEFILES \\
27367 dlls/win87em.dll16/Makefile"
27368 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27369 win87em.dll16"
27370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27371 dlls/win87em.dll16/Makefile: dlls/win87em.dll16/Makefile.in dlls/Makedll.rules"
27372 ac_config_files="$ac_config_files dlls/win87em.dll16/Makefile"
27374 ALL_MAKEFILES="$ALL_MAKEFILES \\
27375 dlls/winaspi.dll16/Makefile"
27376 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27377 winaspi.dll16"
27378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27379 dlls/winaspi.dll16/Makefile: dlls/winaspi.dll16/Makefile.in dlls/Makedll.rules"
27380 ac_config_files="$ac_config_files dlls/winaspi.dll16/Makefile"
27382 ALL_MAKEFILES="$ALL_MAKEFILES \\
27383 dlls/windebug.dll16/Makefile"
27384 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27385 windebug.dll16"
27386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27387 dlls/windebug.dll16/Makefile: dlls/windebug.dll16/Makefile.in dlls/Makedll.rules"
27388 ac_config_files="$ac_config_files dlls/windebug.dll16/Makefile"
27390 ALL_MAKEFILES="$ALL_MAKEFILES \\
27391 dlls/windowscodecs/Makefile"
27392 test "x$enable_windowscodecs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27393 windowscodecs"
27394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27395 dlls/windowscodecs/Makefile: dlls/windowscodecs/Makefile.in dlls/Makedll.rules"
27396 ac_config_files="$ac_config_files dlls/windowscodecs/Makefile"
27398 ALL_MAKEFILES="$ALL_MAKEFILES \\
27399 dlls/windowscodecs/tests/Makefile"
27400 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27401 windowscodecs/tests"
27402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27403 dlls/windowscodecs/tests/Makefile: dlls/windowscodecs/tests/Makefile.in dlls/Maketest.rules"
27404 ac_config_files="$ac_config_files dlls/windowscodecs/tests/Makefile"
27406 ALL_MAKEFILES="$ALL_MAKEFILES \\
27407 dlls/winealsa.drv/Makefile"
27408 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27409 winealsa.drv"
27410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27411 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
27412 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
27414 ALL_MAKEFILES="$ALL_MAKEFILES \\
27415 dlls/wineaudioio.drv/Makefile"
27416 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27417 wineaudioio.drv"
27418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27419 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
27420 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
27422 ALL_MAKEFILES="$ALL_MAKEFILES \\
27423 dlls/winecoreaudio.drv/Makefile"
27424 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27425 winecoreaudio.drv"
27426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27427 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
27428 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
27430 ALL_MAKEFILES="$ALL_MAKEFILES \\
27431 dlls/winecrt0/Makefile"
27432 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
27433 winecrt0"
27434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27435 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
27436 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
27438 ALL_MAKEFILES="$ALL_MAKEFILES \\
27439 dlls/wined3d/Makefile"
27440 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27441 wined3d"
27442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27443 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
27444 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
27446 ALL_MAKEFILES="$ALL_MAKEFILES \\
27447 dlls/winedos/Makefile"
27448 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27449 winedos"
27450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27451 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
27452 ac_config_files="$ac_config_files dlls/winedos/Makefile"
27454 ALL_MAKEFILES="$ALL_MAKEFILES \\
27455 dlls/wineesd.drv/Makefile"
27456 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27457 wineesd.drv"
27458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27459 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
27460 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
27462 ALL_MAKEFILES="$ALL_MAKEFILES \\
27463 dlls/winejack.drv/Makefile"
27464 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27465 winejack.drv"
27466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27467 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
27468 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
27470 ALL_MAKEFILES="$ALL_MAKEFILES \\
27471 dlls/winejoystick.drv/Makefile"
27472 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27473 winejoystick.drv"
27474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27475 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
27476 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
27478 ALL_MAKEFILES="$ALL_MAKEFILES \\
27479 dlls/winemp3.acm/Makefile"
27480 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27481 winemp3.acm"
27482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27483 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
27484 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
27486 ALL_MAKEFILES="$ALL_MAKEFILES \\
27487 dlls/winenas.drv/Makefile"
27488 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27489 winenas.drv"
27490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27491 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
27492 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
27494 ALL_MAKEFILES="$ALL_MAKEFILES \\
27495 dlls/wineoss.drv/Makefile"
27496 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27497 wineoss.drv"
27498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27499 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
27500 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
27502 ALL_MAKEFILES="$ALL_MAKEFILES \\
27503 dlls/wineps.drv/Makefile"
27504 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27505 wineps.drv"
27506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27507 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
27508 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
27510 ALL_MAKEFILES="$ALL_MAKEFILES \\
27511 dlls/wineps16.drv16/Makefile"
27512 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27513 wineps16.drv16"
27514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27515 dlls/wineps16.drv16/Makefile: dlls/wineps16.drv16/Makefile.in dlls/Makedll.rules"
27516 ac_config_files="$ac_config_files dlls/wineps16.drv16/Makefile"
27518 ALL_MAKEFILES="$ALL_MAKEFILES \\
27519 dlls/winepulse.drv/Makefile"
27520 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27521 winepulse.drv"
27522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27523 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
27524 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
27526 ALL_MAKEFILES="$ALL_MAKEFILES \\
27527 dlls/winequartz.drv/Makefile"
27528 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27529 winequartz.drv"
27530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27531 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
27532 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
27534 ALL_MAKEFILES="$ALL_MAKEFILES \\
27535 dlls/winex11.drv/Makefile"
27536 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27537 winex11.drv"
27538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27539 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
27540 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
27542 ALL_MAKEFILES="$ALL_MAKEFILES \\
27543 dlls/wing.dll16/Makefile"
27544 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27545 wing.dll16"
27546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27547 dlls/wing.dll16/Makefile: dlls/wing.dll16/Makefile.in dlls/Makedll.rules"
27548 ac_config_files="$ac_config_files dlls/wing.dll16/Makefile"
27550 ALL_MAKEFILES="$ALL_MAKEFILES \\
27551 dlls/wing32/Makefile"
27552 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27553 wing32"
27554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27555 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
27556 ac_config_files="$ac_config_files dlls/wing32/Makefile"
27558 ALL_MAKEFILES="$ALL_MAKEFILES \\
27559 dlls/winhttp/Makefile"
27560 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27561 winhttp"
27562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27563 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
27564 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
27566 ALL_MAKEFILES="$ALL_MAKEFILES \\
27567 dlls/winhttp/tests/Makefile"
27568 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27569 winhttp/tests"
27570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27571 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
27572 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
27574 ALL_MAKEFILES="$ALL_MAKEFILES \\
27575 dlls/wininet/Makefile"
27576 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27577 wininet"
27578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27579 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
27580 ac_config_files="$ac_config_files dlls/wininet/Makefile"
27582 ALL_MAKEFILES="$ALL_MAKEFILES \\
27583 dlls/wininet/tests/Makefile"
27584 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27585 wininet/tests"
27586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27587 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
27588 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
27590 ALL_MAKEFILES="$ALL_MAKEFILES \\
27591 dlls/winmm/Makefile"
27592 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27593 winmm"
27594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27595 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
27596 ac_config_files="$ac_config_files dlls/winmm/Makefile"
27598 ALL_MAKEFILES="$ALL_MAKEFILES \\
27599 dlls/winmm/tests/Makefile"
27600 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27601 winmm/tests"
27602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27603 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
27604 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
27606 ALL_MAKEFILES="$ALL_MAKEFILES \\
27607 dlls/winnls.dll16/Makefile"
27608 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27609 winnls.dll16"
27610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27611 dlls/winnls.dll16/Makefile: dlls/winnls.dll16/Makefile.in dlls/Makedll.rules"
27612 ac_config_files="$ac_config_files dlls/winnls.dll16/Makefile"
27614 ALL_MAKEFILES="$ALL_MAKEFILES \\
27615 dlls/winnls32/Makefile"
27616 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27617 winnls32"
27618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27619 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
27620 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
27622 ALL_MAKEFILES="$ALL_MAKEFILES \\
27623 dlls/winscard/Makefile"
27624 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27625 winscard"
27626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27627 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
27628 ac_config_files="$ac_config_files dlls/winscard/Makefile"
27630 ALL_MAKEFILES="$ALL_MAKEFILES \\
27631 dlls/winsock.dll16/Makefile"
27632 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27633 winsock.dll16"
27634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27635 dlls/winsock.dll16/Makefile: dlls/winsock.dll16/Makefile.in dlls/Makedll.rules"
27636 ac_config_files="$ac_config_files dlls/winsock.dll16/Makefile"
27638 ALL_MAKEFILES="$ALL_MAKEFILES \\
27639 dlls/winspool.drv/Makefile"
27640 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27641 winspool.drv"
27642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27643 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
27644 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
27646 ALL_MAKEFILES="$ALL_MAKEFILES \\
27647 dlls/winspool.drv/tests/Makefile"
27648 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27649 winspool.drv/tests"
27650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27651 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
27652 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
27654 ALL_MAKEFILES="$ALL_MAKEFILES \\
27655 dlls/wintab.dll16/Makefile"
27656 test "x$enable_win16" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27657 wintab.dll16"
27658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27659 dlls/wintab.dll16/Makefile: dlls/wintab.dll16/Makefile.in dlls/Makedll.rules"
27660 ac_config_files="$ac_config_files dlls/wintab.dll16/Makefile"
27662 ALL_MAKEFILES="$ALL_MAKEFILES \\
27663 dlls/wintab32/Makefile"
27664 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27665 wintab32"
27666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27667 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
27668 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
27670 ALL_MAKEFILES="$ALL_MAKEFILES \\
27671 dlls/wintab32/tests/Makefile"
27672 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27673 wintab32/tests"
27674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27675 dlls/wintab32/tests/Makefile: dlls/wintab32/tests/Makefile.in dlls/Maketest.rules"
27676 ac_config_files="$ac_config_files dlls/wintab32/tests/Makefile"
27678 ALL_MAKEFILES="$ALL_MAKEFILES \\
27679 dlls/wintrust/Makefile"
27680 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27681 wintrust"
27682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27683 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
27684 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
27686 ALL_MAKEFILES="$ALL_MAKEFILES \\
27687 dlls/wintrust/tests/Makefile"
27688 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27689 wintrust/tests"
27690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27691 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
27692 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
27694 ALL_MAKEFILES="$ALL_MAKEFILES \\
27695 dlls/wldap32/Makefile"
27696 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27697 wldap32"
27698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27699 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
27700 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
27702 ALL_MAKEFILES="$ALL_MAKEFILES \\
27703 dlls/wldap32/tests/Makefile"
27704 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27705 wldap32/tests"
27706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27707 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
27708 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
27710 ALL_MAKEFILES="$ALL_MAKEFILES \\
27711 dlls/wmi/Makefile"
27712 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27713 wmi"
27714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27715 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
27716 ac_config_files="$ac_config_files dlls/wmi/Makefile"
27718 ALL_MAKEFILES="$ALL_MAKEFILES \\
27719 dlls/wmiutils/Makefile"
27720 test "x$enable_wmiutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27721 wmiutils"
27722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27723 dlls/wmiutils/Makefile: dlls/wmiutils/Makefile.in dlls/Makedll.rules"
27724 ac_config_files="$ac_config_files dlls/wmiutils/Makefile"
27726 ALL_MAKEFILES="$ALL_MAKEFILES \\
27727 dlls/wnaspi32/Makefile"
27728 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27729 wnaspi32"
27730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27731 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
27732 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
27734 ALL_MAKEFILES="$ALL_MAKEFILES \\
27735 dlls/wow32/Makefile"
27736 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27737 wow32"
27738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27739 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
27740 ac_config_files="$ac_config_files dlls/wow32/Makefile"
27742 ALL_MAKEFILES="$ALL_MAKEFILES \\
27743 dlls/ws2_32/Makefile"
27744 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27745 ws2_32"
27746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27747 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
27748 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
27750 ALL_MAKEFILES="$ALL_MAKEFILES \\
27751 dlls/ws2_32/tests/Makefile"
27752 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27753 ws2_32/tests"
27754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27755 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
27756 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
27758 ALL_MAKEFILES="$ALL_MAKEFILES \\
27759 dlls/wsock32/Makefile"
27760 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27761 wsock32"
27762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27763 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
27764 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
27766 ALL_MAKEFILES="$ALL_MAKEFILES \\
27767 dlls/wtsapi32/Makefile"
27768 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27769 wtsapi32"
27770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27771 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
27772 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
27774 ALL_MAKEFILES="$ALL_MAKEFILES \\
27775 dlls/wuapi/Makefile"
27776 test "x$enable_wuapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27777 wuapi"
27778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27779 dlls/wuapi/Makefile: dlls/wuapi/Makefile.in dlls/Makedll.rules"
27780 ac_config_files="$ac_config_files dlls/wuapi/Makefile"
27782 ALL_MAKEFILES="$ALL_MAKEFILES \\
27783 dlls/wuaueng/Makefile"
27784 test "x$enable_wuaueng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27785 wuaueng"
27786 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27787 dlls/wuaueng/Makefile: dlls/wuaueng/Makefile.in dlls/Makedll.rules"
27788 ac_config_files="$ac_config_files dlls/wuaueng/Makefile"
27790 ALL_MAKEFILES="$ALL_MAKEFILES \\
27791 dlls/xinput1_1/Makefile"
27792 test "x$enable_xinput1_1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27793 xinput1_1"
27794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27795 dlls/xinput1_1/Makefile: dlls/xinput1_1/Makefile.in dlls/Makedll.rules"
27796 ac_config_files="$ac_config_files dlls/xinput1_1/Makefile"
27798 ALL_MAKEFILES="$ALL_MAKEFILES \\
27799 dlls/xinput1_2/Makefile"
27800 test "x$enable_xinput1_2" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27801 xinput1_2"
27802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27803 dlls/xinput1_2/Makefile: dlls/xinput1_2/Makefile.in dlls/Makedll.rules"
27804 ac_config_files="$ac_config_files dlls/xinput1_2/Makefile"
27806 ALL_MAKEFILES="$ALL_MAKEFILES \\
27807 dlls/xinput1_3/Makefile"
27808 test "x$enable_xinput1_3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27809 xinput1_3"
27810 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27811 dlls/xinput1_3/Makefile: dlls/xinput1_3/Makefile.in dlls/Makedll.rules"
27812 ac_config_files="$ac_config_files dlls/xinput1_3/Makefile"
27814 ALL_MAKEFILES="$ALL_MAKEFILES \\
27815 dlls/xinput1_3/tests/Makefile"
27816 test "x$enable_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
27817 xinput1_3/tests"
27818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27819 dlls/xinput1_3/tests/Makefile: dlls/xinput1_3/tests/Makefile.in dlls/Maketest.rules"
27820 ac_config_files="$ac_config_files dlls/xinput1_3/tests/Makefile"
27822 ALL_MAKEFILES="$ALL_MAKEFILES \\
27823 dlls/xinput9_1_0/Makefile"
27824 test "x$enable_xinput9_1_0" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27825 xinput9_1_0"
27826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27827 dlls/xinput9_1_0/Makefile: dlls/xinput9_1_0/Makefile.in dlls/Makedll.rules"
27828 ac_config_files="$ac_config_files dlls/xinput9_1_0/Makefile"
27830 ALL_MAKEFILES="$ALL_MAKEFILES \\
27831 dlls/xmllite/Makefile"
27832 test "x$enable_xmllite" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
27833 xmllite"
27834 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27835 dlls/xmllite/Makefile: dlls/xmllite/Makefile.in dlls/Makedll.rules"
27836 ac_config_files="$ac_config_files dlls/xmllite/Makefile"
27838 ALL_MAKEFILES="$ALL_MAKEFILES \\
27839 documentation/Makefile"
27840 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27841 documentation"
27842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27843 documentation/Makefile: documentation/Makefile.in Make.rules"
27844 ac_config_files="$ac_config_files documentation/Makefile"
27846 ALL_MAKEFILES="$ALL_MAKEFILES \\
27847 fonts/Makefile"
27848 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27849 fonts"
27850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27851 fonts/Makefile: fonts/Makefile.in Make.rules"
27852 ac_config_files="$ac_config_files fonts/Makefile"
27854 ALL_MAKEFILES="$ALL_MAKEFILES \\
27855 include/Makefile"
27856 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27857 include"
27858 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27859 include/Makefile: include/Makefile.in Make.rules"
27860 ac_config_files="$ac_config_files include/Makefile"
27862 ALL_MAKEFILES="$ALL_MAKEFILES \\
27863 libs/Makefile"
27864 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27865 libs"
27866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27867 libs/Makefile: libs/Makefile.in Make.rules"
27868 ac_config_files="$ac_config_files libs/Makefile"
27870 ALL_MAKEFILES="$ALL_MAKEFILES \\
27871 libs/port/Makefile"
27873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27874 libs/port/Makefile: libs/port/Makefile.in Make.rules"
27875 ac_config_files="$ac_config_files libs/port/Makefile"
27877 ALL_MAKEFILES="$ALL_MAKEFILES \\
27878 libs/wine/Makefile"
27880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27881 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
27882 ac_config_files="$ac_config_files libs/wine/Makefile"
27884 ALL_MAKEFILES="$ALL_MAKEFILES \\
27885 libs/wpp/Makefile"
27887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27888 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
27889 ac_config_files="$ac_config_files libs/wpp/Makefile"
27891 ALL_MAKEFILES="$ALL_MAKEFILES \\
27892 loader/Makefile"
27893 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27894 loader"
27895 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27896 loader/Makefile: loader/Makefile.in Make.rules"
27897 ac_config_files="$ac_config_files loader/Makefile"
27899 ALL_MAKEFILES="$ALL_MAKEFILES \\
27900 programs/Makefile"
27901 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
27902 programs"
27903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27904 programs/Makefile: programs/Makefile.in Make.rules"
27905 ac_config_files="$ac_config_files programs/Makefile"
27907 ALL_MAKEFILES="$ALL_MAKEFILES \\
27908 programs/cacls/Makefile"
27909 test "x$enable_cacls" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27910 cacls" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27911 cacls"
27912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27913 programs/cacls/Makefile: programs/cacls/Makefile.in programs/Makeprog.rules"
27914 ac_config_files="$ac_config_files programs/cacls/Makefile"
27916 ALL_MAKEFILES="$ALL_MAKEFILES \\
27917 programs/clock/Makefile"
27918 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27919 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27920 clock"
27921 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27922 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
27923 ac_config_files="$ac_config_files programs/clock/Makefile"
27925 ALL_MAKEFILES="$ALL_MAKEFILES \\
27926 programs/cmd/Makefile"
27927 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27928 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27929 cmd"
27930 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27931 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
27932 ac_config_files="$ac_config_files programs/cmd/Makefile"
27934 ALL_MAKEFILES="$ALL_MAKEFILES \\
27935 programs/cmdlgtst/Makefile"
27936 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27937 cmdlgtst"
27938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27939 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
27940 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
27942 ALL_MAKEFILES="$ALL_MAKEFILES \\
27943 programs/control/Makefile"
27944 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27945 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27946 control"
27947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27948 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
27949 ac_config_files="$ac_config_files programs/control/Makefile"
27951 ALL_MAKEFILES="$ALL_MAKEFILES \\
27952 programs/dxdiag/Makefile"
27953 test "x$enable_dxdiag" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27954 dxdiag" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27955 dxdiag"
27956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27957 programs/dxdiag/Makefile: programs/dxdiag/Makefile.in programs/Makeprog.rules"
27958 ac_config_files="$ac_config_files programs/dxdiag/Makefile"
27960 ALL_MAKEFILES="$ALL_MAKEFILES \\
27961 programs/eject/Makefile"
27962 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27963 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27964 eject"
27965 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27966 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
27967 ac_config_files="$ac_config_files programs/eject/Makefile"
27969 ALL_MAKEFILES="$ALL_MAKEFILES \\
27970 programs/expand/Makefile"
27971 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27972 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27973 expand"
27974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27975 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
27976 ac_config_files="$ac_config_files programs/expand/Makefile"
27978 ALL_MAKEFILES="$ALL_MAKEFILES \\
27979 programs/explorer/Makefile"
27980 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27981 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27982 explorer"
27983 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27984 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
27985 ac_config_files="$ac_config_files programs/explorer/Makefile"
27987 ALL_MAKEFILES="$ALL_MAKEFILES \\
27988 programs/extrac32/Makefile"
27989 test "x$enable_extrac32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27990 extrac32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
27991 extrac32"
27992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
27993 programs/extrac32/Makefile: programs/extrac32/Makefile.in programs/Makeprog.rules"
27994 ac_config_files="$ac_config_files programs/extrac32/Makefile"
27996 ALL_MAKEFILES="$ALL_MAKEFILES \\
27997 programs/hh/Makefile"
27998 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
27999 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28001 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28002 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
28003 ac_config_files="$ac_config_files programs/hh/Makefile"
28005 ALL_MAKEFILES="$ALL_MAKEFILES \\
28006 programs/icinfo/Makefile"
28007 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28008 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28009 icinfo"
28010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28011 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
28012 ac_config_files="$ac_config_files programs/icinfo/Makefile"
28014 ALL_MAKEFILES="$ALL_MAKEFILES \\
28015 programs/iexplore/Makefile"
28016 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28017 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28018 iexplore"
28019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28020 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
28021 ac_config_files="$ac_config_files programs/iexplore/Makefile"
28023 ALL_MAKEFILES="$ALL_MAKEFILES \\
28024 programs/lodctr/Makefile"
28025 test "x$enable_lodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28026 lodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28027 lodctr"
28028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28029 programs/lodctr/Makefile: programs/lodctr/Makefile.in programs/Makeprog.rules"
28030 ac_config_files="$ac_config_files programs/lodctr/Makefile"
28032 ALL_MAKEFILES="$ALL_MAKEFILES \\
28033 programs/mshta/Makefile"
28034 test "x$enable_mshta" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28035 mshta" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28036 mshta"
28037 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28038 programs/mshta/Makefile: programs/mshta/Makefile.in programs/Makeprog.rules"
28039 ac_config_files="$ac_config_files programs/mshta/Makefile"
28041 ALL_MAKEFILES="$ALL_MAKEFILES \\
28042 programs/msiexec/Makefile"
28043 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28044 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28045 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28046 msiexec"
28047 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28048 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
28049 ac_config_files="$ac_config_files programs/msiexec/Makefile"
28051 ALL_MAKEFILES="$ALL_MAKEFILES \\
28052 programs/net/Makefile"
28053 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28054 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28055 net"
28056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28057 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
28058 ac_config_files="$ac_config_files programs/net/Makefile"
28060 ALL_MAKEFILES="$ALL_MAKEFILES \\
28061 programs/notepad/Makefile"
28062 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28063 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28064 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28065 notepad"
28066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28067 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
28068 ac_config_files="$ac_config_files programs/notepad/Makefile"
28070 ALL_MAKEFILES="$ALL_MAKEFILES \\
28071 programs/oleview/Makefile"
28072 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28073 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28074 oleview"
28075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28076 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
28077 ac_config_files="$ac_config_files programs/oleview/Makefile"
28079 ALL_MAKEFILES="$ALL_MAKEFILES \\
28080 programs/progman/Makefile"
28081 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28082 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28083 progman"
28084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28085 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
28086 ac_config_files="$ac_config_files programs/progman/Makefile"
28088 ALL_MAKEFILES="$ALL_MAKEFILES \\
28089 programs/reg/Makefile"
28090 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28091 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28092 reg"
28093 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28094 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
28095 ac_config_files="$ac_config_files programs/reg/Makefile"
28097 ALL_MAKEFILES="$ALL_MAKEFILES \\
28098 programs/regedit/Makefile"
28099 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28100 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28101 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28102 regedit"
28103 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28104 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
28105 ac_config_files="$ac_config_files programs/regedit/Makefile"
28107 ALL_MAKEFILES="$ALL_MAKEFILES \\
28108 programs/regsvr32/Makefile"
28109 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28110 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28111 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28112 regsvr32"
28113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28114 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
28115 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
28117 ALL_MAKEFILES="$ALL_MAKEFILES \\
28118 programs/rpcss/Makefile"
28119 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28120 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28121 rpcss"
28122 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28123 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
28124 ac_config_files="$ac_config_files programs/rpcss/Makefile"
28126 ALL_MAKEFILES="$ALL_MAKEFILES \\
28127 programs/rundll32/Makefile"
28128 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28129 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28130 rundll32"
28131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28132 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
28133 ac_config_files="$ac_config_files programs/rundll32/Makefile"
28135 ALL_MAKEFILES="$ALL_MAKEFILES \\
28136 programs/secedit/Makefile"
28137 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28138 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28139 secedit"
28140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28141 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
28142 ac_config_files="$ac_config_files programs/secedit/Makefile"
28144 ALL_MAKEFILES="$ALL_MAKEFILES \\
28145 programs/services/Makefile"
28146 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28147 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28148 services"
28149 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28150 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
28151 ac_config_files="$ac_config_files programs/services/Makefile"
28153 ALL_MAKEFILES="$ALL_MAKEFILES \\
28154 programs/spoolsv/Makefile"
28155 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28156 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28157 spoolsv"
28158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28159 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
28160 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
28162 ALL_MAKEFILES="$ALL_MAKEFILES \\
28163 programs/start/Makefile"
28164 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28165 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28166 start"
28167 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28168 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
28169 ac_config_files="$ac_config_files programs/start/Makefile"
28171 ALL_MAKEFILES="$ALL_MAKEFILES \\
28172 programs/svchost/Makefile"
28173 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28174 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28175 svchost"
28176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28177 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
28178 ac_config_files="$ac_config_files programs/svchost/Makefile"
28180 ALL_MAKEFILES="$ALL_MAKEFILES \\
28181 programs/taskmgr/Makefile"
28182 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28183 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28184 taskmgr"
28185 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28186 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
28187 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
28189 ALL_MAKEFILES="$ALL_MAKEFILES \\
28190 programs/termsv/Makefile"
28191 test "x$enable_termsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28192 termsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28193 termsv"
28194 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28195 programs/termsv/Makefile: programs/termsv/Makefile.in programs/Makeprog.rules"
28196 ac_config_files="$ac_config_files programs/termsv/Makefile"
28198 ALL_MAKEFILES="$ALL_MAKEFILES \\
28199 programs/uninstaller/Makefile"
28200 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28201 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28202 uninstaller"
28203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28204 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
28205 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
28207 ALL_MAKEFILES="$ALL_MAKEFILES \\
28208 programs/unlodctr/Makefile"
28209 test "x$enable_unlodctr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28210 unlodctr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28211 unlodctr"
28212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28213 programs/unlodctr/Makefile: programs/unlodctr/Makefile.in programs/Makeprog.rules"
28214 ac_config_files="$ac_config_files programs/unlodctr/Makefile"
28216 ALL_MAKEFILES="$ALL_MAKEFILES \\
28217 programs/view/Makefile"
28218 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28219 view"
28220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28221 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
28222 ac_config_files="$ac_config_files programs/view/Makefile"
28224 ALL_MAKEFILES="$ALL_MAKEFILES \\
28225 programs/wineboot/Makefile"
28226 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28227 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28228 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28229 wineboot"
28230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28231 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
28232 ac_config_files="$ac_config_files programs/wineboot/Makefile"
28234 ALL_MAKEFILES="$ALL_MAKEFILES \\
28235 programs/winebrowser/Makefile"
28236 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28237 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28238 winebrowser"
28239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28240 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
28241 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
28243 ALL_MAKEFILES="$ALL_MAKEFILES \\
28244 programs/winecfg/Makefile"
28245 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28246 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28247 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28248 winecfg"
28249 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28250 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
28251 ac_config_files="$ac_config_files programs/winecfg/Makefile"
28253 ALL_MAKEFILES="$ALL_MAKEFILES \\
28254 programs/wineconsole/Makefile"
28255 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28256 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28257 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28258 wineconsole"
28259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28260 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
28261 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
28263 ALL_MAKEFILES="$ALL_MAKEFILES \\
28264 programs/winedbg/Makefile"
28265 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28266 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28267 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28268 winedbg"
28269 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28270 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
28271 ac_config_files="$ac_config_files programs/winedbg/Makefile"
28273 ALL_MAKEFILES="$ALL_MAKEFILES \\
28274 programs/winedevice/Makefile"
28275 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28276 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28277 winedevice"
28278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28279 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
28280 ac_config_files="$ac_config_files programs/winedevice/Makefile"
28282 ALL_MAKEFILES="$ALL_MAKEFILES \\
28283 programs/winefile/Makefile"
28284 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28285 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28286 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28287 winefile"
28288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28289 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
28290 ac_config_files="$ac_config_files programs/winefile/Makefile"
28292 ALL_MAKEFILES="$ALL_MAKEFILES \\
28293 programs/winemenubuilder/Makefile"
28294 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28295 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28296 winemenubuilder"
28297 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28298 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
28299 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
28301 ALL_MAKEFILES="$ALL_MAKEFILES \\
28302 programs/winemine/Makefile"
28303 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28304 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28305 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28306 winemine"
28307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28308 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
28309 ac_config_files="$ac_config_files programs/winemine/Makefile"
28311 ALL_MAKEFILES="$ALL_MAKEFILES \\
28312 programs/winepath/Makefile"
28313 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28314 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28315 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
28316 winepath"
28317 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28318 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
28319 ac_config_files="$ac_config_files programs/winepath/Makefile"
28321 ALL_MAKEFILES="$ALL_MAKEFILES \\
28322 programs/winetest/Makefile"
28323 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28324 winetest"
28325 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28326 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
28327 ac_config_files="$ac_config_files programs/winetest/Makefile"
28329 ALL_MAKEFILES="$ALL_MAKEFILES \\
28330 programs/winevdm/Makefile"
28331 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28332 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28333 winevdm"
28334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28335 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
28336 ac_config_files="$ac_config_files programs/winevdm/Makefile"
28338 ALL_MAKEFILES="$ALL_MAKEFILES \\
28339 programs/winhelp.exe16/Makefile"
28340 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28341 winhelp.exe16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28342 winhelp.exe16"
28343 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28344 programs/winhelp.exe16/Makefile: programs/winhelp.exe16/Makefile.in programs/Makeprog.rules"
28345 ac_config_files="$ac_config_files programs/winhelp.exe16/Makefile"
28347 ALL_MAKEFILES="$ALL_MAKEFILES \\
28348 programs/winhlp32/Makefile"
28349 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28350 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28351 winhlp32"
28352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28353 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
28354 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
28356 ALL_MAKEFILES="$ALL_MAKEFILES \\
28357 programs/winoldap.mod16/Makefile"
28358 test "x$enable_win16" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28359 winoldap.mod16" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28360 winoldap.mod16"
28361 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28362 programs/winoldap.mod16/Makefile: programs/winoldap.mod16/Makefile.in programs/Makeprog.rules"
28363 ac_config_files="$ac_config_files programs/winoldap.mod16/Makefile"
28365 ALL_MAKEFILES="$ALL_MAKEFILES \\
28366 programs/winver/Makefile"
28367 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28368 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28369 winver"
28370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28371 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
28372 ac_config_files="$ac_config_files programs/winver/Makefile"
28374 ALL_MAKEFILES="$ALL_MAKEFILES \\
28375 programs/wordpad/Makefile"
28376 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28377 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28378 wordpad"
28379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28380 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
28381 ac_config_files="$ac_config_files programs/wordpad/Makefile"
28383 ALL_MAKEFILES="$ALL_MAKEFILES \\
28384 programs/write/Makefile"
28385 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28386 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28387 write"
28388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28389 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
28390 ac_config_files="$ac_config_files programs/write/Makefile"
28392 ALL_MAKEFILES="$ALL_MAKEFILES \\
28393 programs/xcopy/Makefile"
28394 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
28395 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
28396 xcopy"
28397 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28398 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
28399 ac_config_files="$ac_config_files programs/xcopy/Makefile"
28401 ALL_MAKEFILES="$ALL_MAKEFILES \\
28402 server/Makefile"
28403 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28404 server"
28405 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28406 server/Makefile: server/Makefile.in Make.rules"
28407 ac_config_files="$ac_config_files server/Makefile"
28409 ALL_MAKEFILES="$ALL_MAKEFILES \\
28410 tools/Makefile"
28411 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
28412 tools"
28413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28414 tools/Makefile: tools/Makefile.in Make.rules"
28415 ac_config_files="$ac_config_files tools/Makefile"
28417 ALL_MAKEFILES="$ALL_MAKEFILES \\
28418 tools/widl/Makefile"
28420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28421 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
28422 ac_config_files="$ac_config_files tools/widl/Makefile"
28424 ALL_MAKEFILES="$ALL_MAKEFILES \\
28425 tools/winebuild/Makefile"
28427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28428 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
28429 ac_config_files="$ac_config_files tools/winebuild/Makefile"
28431 ALL_MAKEFILES="$ALL_MAKEFILES \\
28432 tools/winedump/Makefile"
28434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28435 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
28436 ac_config_files="$ac_config_files tools/winedump/Makefile"
28438 ALL_MAKEFILES="$ALL_MAKEFILES \\
28439 tools/winegcc/Makefile"
28441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28442 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
28443 ac_config_files="$ac_config_files tools/winegcc/Makefile"
28445 ALL_MAKEFILES="$ALL_MAKEFILES \\
28446 tools/wmc/Makefile"
28448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28449 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
28450 ac_config_files="$ac_config_files tools/wmc/Makefile"
28452 ALL_MAKEFILES="$ALL_MAKEFILES \\
28453 tools/wrc/Makefile"
28455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
28456 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
28457 ac_config_files="$ac_config_files tools/wrc/Makefile"
28461 ALL_WINETEST_DEPENDS="# Test binaries"
28463 for dir in $ALL_TEST_DIRS
28465 if test "$dir" != "\\"
28466 then
28467 testname=`expr $dir : '\(.*\)/tests'`_test
28468 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
28470 $testname.exe: \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT)
28471 cp \$(DLLDIR)/$dir/$testname.exe\$(DLLEXT) \$@ && \$(STRIP) \$@
28472 $testname.rc:
28473 echo \"$testname.exe TESTRES \\\"$testname.exe\\\"\" >\$@ || (\$(RM) \$@ && false)
28474 $testname.res: $testname.rc $testname.exe"
28476 done
28478 test -n "$DLLEXT" || ALL_PROGRAM_BIN_INSTALL_DIRS=""
28480 cat >confcache <<\_ACEOF
28481 # This file is a shell script that caches the results of configure
28482 # tests run on this system so they can be shared between configure
28483 # scripts and configure runs, see configure's option --config-cache.
28484 # It is not useful on other systems. If it contains results you don't
28485 # want to keep, you may remove or edit it.
28487 # config.status only pays attention to the cache file if you give it
28488 # the --recheck option to rerun configure.
28490 # `ac_cv_env_foo' variables (set or unset) will be overridden when
28491 # loading this file, other *unset* `ac_cv_foo' will be assigned the
28492 # following values.
28494 _ACEOF
28496 # The following way of writing the cache mishandles newlines in values,
28497 # but we know of no workaround that is simple, portable, and efficient.
28498 # So, we kill variables containing newlines.
28499 # Ultrix sh set writes to stderr and can't be redirected directly,
28500 # and sets the high bit in the cache file unless we assign to the vars.
28502 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
28503 eval ac_val=\$$ac_var
28504 case $ac_val in #(
28505 *${as_nl}*)
28506 case $ac_var in #(
28507 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
28508 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
28509 esac
28510 case $ac_var in #(
28511 _ | IFS | as_nl) ;; #(
28512 *) $as_unset $ac_var ;;
28513 esac ;;
28514 esac
28515 done
28517 (set) 2>&1 |
28518 case $as_nl`(ac_space=' '; set) 2>&1` in #(
28519 *${as_nl}ac_space=\ *)
28520 # `set' does not quote correctly, so add quotes (double-quote
28521 # substitution turns \\\\ into \\, and sed turns \\ into \).
28522 sed -n \
28523 "s/'/'\\\\''/g;
28524 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
28525 ;; #(
28527 # `set' quotes correctly as required by POSIX, so do not add quotes.
28528 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
28530 esac |
28531 sort
28533 sed '
28534 /^ac_cv_env_/b end
28535 t clear
28536 :clear
28537 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
28538 t end
28539 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
28540 :end' >>confcache
28541 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
28542 if test -w "$cache_file"; then
28543 test "x$cache_file" != "x/dev/null" &&
28544 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
28545 echo "$as_me: updating cache $cache_file" >&6;}
28546 cat confcache >$cache_file
28547 else
28548 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
28549 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
28552 rm -f confcache
28554 test "x$prefix" = xNONE && prefix=$ac_default_prefix
28555 # Let make expand exec_prefix.
28556 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
28558 DEFS=-DHAVE_CONFIG_H
28560 ac_libobjs=
28561 ac_ltlibobjs=
28562 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
28563 # 1. Remove the extension, and $U if already installed.
28564 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
28565 ac_i=`echo "$ac_i" | sed "$ac_script"`
28566 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
28567 # will be set to the directory where LIBOBJS objects are built.
28568 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
28569 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
28570 done
28571 LIBOBJS=$ac_libobjs
28573 LTLIBOBJS=$ac_ltlibobjs
28577 : ${CONFIG_STATUS=./config.status}
28578 ac_clean_files_save=$ac_clean_files
28579 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
28580 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
28581 echo "$as_me: creating $CONFIG_STATUS" >&6;}
28582 cat >$CONFIG_STATUS <<_ACEOF
28583 #! $SHELL
28584 # Generated by $as_me.
28585 # Run this file to recreate the current configuration.
28586 # Compiler output produced by configure, useful for debugging
28587 # configure, is in config.log if it exists.
28589 debug=false
28590 ac_cs_recheck=false
28591 ac_cs_silent=false
28592 SHELL=\${CONFIG_SHELL-$SHELL}
28593 _ACEOF
28595 cat >>$CONFIG_STATUS <<\_ACEOF
28596 ## --------------------- ##
28597 ## M4sh Initialization. ##
28598 ## --------------------- ##
28600 # Be more Bourne compatible
28601 DUALCASE=1; export DUALCASE # for MKS sh
28602 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
28603 emulate sh
28604 NULLCMD=:
28605 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
28606 # is contrary to our usage. Disable this feature.
28607 alias -g '${1+"$@"}'='"$@"'
28608 setopt NO_GLOB_SUBST
28609 else
28610 case `(set -o) 2>/dev/null` in
28611 *posix*) set -o posix ;;
28612 esac
28619 # PATH needs CR
28620 # Avoid depending upon Character Ranges.
28621 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
28622 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
28623 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
28624 as_cr_digits='0123456789'
28625 as_cr_alnum=$as_cr_Letters$as_cr_digits
28627 # The user is always right.
28628 if test "${PATH_SEPARATOR+set}" != set; then
28629 echo "#! /bin/sh" >conf$$.sh
28630 echo "exit 0" >>conf$$.sh
28631 chmod +x conf$$.sh
28632 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
28633 PATH_SEPARATOR=';'
28634 else
28635 PATH_SEPARATOR=:
28637 rm -f conf$$.sh
28640 # Support unset when possible.
28641 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
28642 as_unset=unset
28643 else
28644 as_unset=false
28648 # IFS
28649 # We need space, tab and new line, in precisely that order. Quoting is
28650 # there to prevent editors from complaining about space-tab.
28651 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
28652 # splitting by setting IFS to empty value.)
28653 as_nl='
28655 IFS=" "" $as_nl"
28657 # Find who we are. Look in the path if we contain no directory separator.
28658 case $0 in
28659 *[\\/]* ) as_myself=$0 ;;
28660 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
28661 for as_dir in $PATH
28663 IFS=$as_save_IFS
28664 test -z "$as_dir" && as_dir=.
28665 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
28666 done
28667 IFS=$as_save_IFS
28670 esac
28671 # We did not find ourselves, most probably we were run as `sh COMMAND'
28672 # in which case we are not to be found in the path.
28673 if test "x$as_myself" = x; then
28674 as_myself=$0
28676 if test ! -f "$as_myself"; then
28677 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
28678 { (exit 1); exit 1; }
28681 # Work around bugs in pre-3.0 UWIN ksh.
28682 for as_var in ENV MAIL MAILPATH
28683 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28684 done
28685 PS1='$ '
28686 PS2='> '
28687 PS4='+ '
28689 # NLS nuisances.
28690 for as_var in \
28691 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
28692 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
28693 LC_TELEPHONE LC_TIME
28695 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
28696 eval $as_var=C; export $as_var
28697 else
28698 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
28700 done
28702 # Required to use basename.
28703 if expr a : '\(a\)' >/dev/null 2>&1 &&
28704 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28705 as_expr=expr
28706 else
28707 as_expr=false
28710 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
28711 as_basename=basename
28712 else
28713 as_basename=false
28717 # Name of the executable.
28718 as_me=`$as_basename -- "$0" ||
28719 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
28720 X"$0" : 'X\(//\)$' \| \
28721 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
28722 echo X/"$0" |
28723 sed '/^.*\/\([^/][^/]*\)\/*$/{
28724 s//\1/
28727 /^X\/\(\/\/\)$/{
28728 s//\1/
28731 /^X\/\(\/\).*/{
28732 s//\1/
28735 s/.*/./; q'`
28737 # CDPATH.
28738 $as_unset CDPATH
28742 as_lineno_1=$LINENO
28743 as_lineno_2=$LINENO
28744 test "x$as_lineno_1" != "x$as_lineno_2" &&
28745 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
28747 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
28748 # uniformly replaced by the line number. The first 'sed' inserts a
28749 # line-number line after each line using $LINENO; the second 'sed'
28750 # does the real work. The second script uses 'N' to pair each
28751 # line-number line with the line containing $LINENO, and appends
28752 # trailing '-' during substitution so that $LINENO is not a special
28753 # case at line end.
28754 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
28755 # scripts with optimization help from Paolo Bonzini. Blame Lee
28756 # E. McMahon (1931-1989) for sed's syntax. :-)
28757 sed -n '
28759 /[$]LINENO/=
28760 ' <$as_myself |
28761 sed '
28762 s/[$]LINENO.*/&-/
28763 t lineno
28765 :lineno
28767 :loop
28768 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
28769 t loop
28770 s/-\n.*//
28771 ' >$as_me.lineno &&
28772 chmod +x "$as_me.lineno" ||
28773 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
28774 { (exit 1); exit 1; }; }
28776 # Don't try to exec as it changes $[0], causing all sort of problems
28777 # (the dirname of $[0] is not the place where we might find the
28778 # original and so on. Autoconf is especially sensitive to this).
28779 . "./$as_me.lineno"
28780 # Exit status is that of the last command.
28781 exit
28785 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
28786 as_dirname=dirname
28787 else
28788 as_dirname=false
28791 ECHO_C= ECHO_N= ECHO_T=
28792 case `echo -n x` in
28793 -n*)
28794 case `echo 'x\c'` in
28795 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
28796 *) ECHO_C='\c';;
28797 esac;;
28799 ECHO_N='-n';;
28800 esac
28802 if expr a : '\(a\)' >/dev/null 2>&1 &&
28803 test "X`expr 00001 : '.*\(...\)'`" = X001; then
28804 as_expr=expr
28805 else
28806 as_expr=false
28809 rm -f conf$$ conf$$.exe conf$$.file
28810 if test -d conf$$.dir; then
28811 rm -f conf$$.dir/conf$$.file
28812 else
28813 rm -f conf$$.dir
28814 mkdir conf$$.dir
28816 echo >conf$$.file
28817 if ln -s conf$$.file conf$$ 2>/dev/null; then
28818 as_ln_s='ln -s'
28819 # ... but there are two gotchas:
28820 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
28821 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
28822 # In both cases, we have to default to `cp -p'.
28823 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
28824 as_ln_s='cp -p'
28825 elif ln conf$$.file conf$$ 2>/dev/null; then
28826 as_ln_s=ln
28827 else
28828 as_ln_s='cp -p'
28830 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
28831 rmdir conf$$.dir 2>/dev/null
28833 if mkdir -p . 2>/dev/null; then
28834 as_mkdir_p=:
28835 else
28836 test -d ./-p && rmdir ./-p
28837 as_mkdir_p=false
28840 if test -x / >/dev/null 2>&1; then
28841 as_test_x='test -x'
28842 else
28843 if ls -dL / >/dev/null 2>&1; then
28844 as_ls_L_option=L
28845 else
28846 as_ls_L_option=
28848 as_test_x='
28849 eval sh -c '\''
28850 if test -d "$1"; then
28851 test -d "$1/.";
28852 else
28853 case $1 in
28854 -*)set "./$1";;
28855 esac;
28856 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
28857 ???[sx]*):;;*)false;;esac;fi
28858 '\'' sh
28861 as_executable_p=$as_test_x
28863 # Sed expression to map a string onto a valid CPP name.
28864 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
28866 # Sed expression to map a string onto a valid variable name.
28867 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
28870 exec 6>&1
28872 # Save the log message, to keep $[0] and so on meaningful, and to
28873 # report actual input values of CONFIG_FILES etc. instead of their
28874 # values after options handling.
28875 ac_log="
28876 This file was extended by Wine $as_me 1.1.34, which was
28877 generated by GNU Autoconf 2.61. Invocation command line was
28879 CONFIG_FILES = $CONFIG_FILES
28880 CONFIG_HEADERS = $CONFIG_HEADERS
28881 CONFIG_LINKS = $CONFIG_LINKS
28882 CONFIG_COMMANDS = $CONFIG_COMMANDS
28883 $ $0 $@
28885 on `(hostname || uname -n) 2>/dev/null | sed 1q`
28888 _ACEOF
28890 cat >>$CONFIG_STATUS <<_ACEOF
28891 # Files that config.status was made for.
28892 config_files="$ac_config_files"
28893 config_headers="$ac_config_headers"
28894 config_commands="$ac_config_commands"
28896 _ACEOF
28898 cat >>$CONFIG_STATUS <<\_ACEOF
28899 ac_cs_usage="\
28900 \`$as_me' instantiates files from templates according to the
28901 current configuration.
28903 Usage: $0 [OPTIONS] [FILE]...
28905 -h, --help print this help, then exit
28906 -V, --version print version number and configuration settings, then exit
28907 -q, --quiet do not print progress messages
28908 -d, --debug don't remove temporary files
28909 --recheck update $as_me by reconfiguring in the same conditions
28910 --file=FILE[:TEMPLATE]
28911 instantiate the configuration file FILE
28912 --header=FILE[:TEMPLATE]
28913 instantiate the configuration header FILE
28915 Configuration files:
28916 $config_files
28918 Configuration headers:
28919 $config_headers
28921 Configuration commands:
28922 $config_commands
28924 Report bugs to <bug-autoconf@gnu.org>."
28926 _ACEOF
28927 cat >>$CONFIG_STATUS <<_ACEOF
28928 ac_cs_version="\\
28929 Wine config.status 1.1.34
28930 configured by $0, generated by GNU Autoconf 2.61,
28931 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
28933 Copyright (C) 2006 Free Software Foundation, Inc.
28934 This config.status script is free software; the Free Software Foundation
28935 gives unlimited permission to copy, distribute and modify it."
28937 ac_pwd='$ac_pwd'
28938 srcdir='$srcdir'
28939 INSTALL='$INSTALL'
28940 _ACEOF
28942 cat >>$CONFIG_STATUS <<\_ACEOF
28943 # If no file are specified by the user, then we need to provide default
28944 # value. By we need to know if files were specified by the user.
28945 ac_need_defaults=:
28946 while test $# != 0
28948 case $1 in
28949 --*=*)
28950 ac_option=`expr "X$1" : 'X\([^=]*\)='`
28951 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
28952 ac_shift=:
28955 ac_option=$1
28956 ac_optarg=$2
28957 ac_shift=shift
28959 esac
28961 case $ac_option in
28962 # Handling of the options.
28963 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
28964 ac_cs_recheck=: ;;
28965 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
28966 echo "$ac_cs_version"; exit ;;
28967 --debug | --debu | --deb | --de | --d | -d )
28968 debug=: ;;
28969 --file | --fil | --fi | --f )
28970 $ac_shift
28971 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
28972 ac_need_defaults=false;;
28973 --header | --heade | --head | --hea )
28974 $ac_shift
28975 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
28976 ac_need_defaults=false;;
28977 --he | --h)
28978 # Conflict between --help and --header
28979 { echo "$as_me: error: ambiguous option: $1
28980 Try \`$0 --help' for more information." >&2
28981 { (exit 1); exit 1; }; };;
28982 --help | --hel | -h )
28983 echo "$ac_cs_usage"; exit ;;
28984 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
28985 | -silent | --silent | --silen | --sile | --sil | --si | --s)
28986 ac_cs_silent=: ;;
28988 # This is an error.
28989 -*) { echo "$as_me: error: unrecognized option: $1
28990 Try \`$0 --help' for more information." >&2
28991 { (exit 1); exit 1; }; } ;;
28993 *) ac_config_targets="$ac_config_targets $1"
28994 ac_need_defaults=false ;;
28996 esac
28997 shift
28998 done
29000 ac_configure_extra_args=
29002 if $ac_cs_silent; then
29003 exec 6>/dev/null
29004 ac_configure_extra_args="$ac_configure_extra_args --silent"
29007 _ACEOF
29008 cat >>$CONFIG_STATUS <<_ACEOF
29009 if \$ac_cs_recheck; then
29010 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
29011 CONFIG_SHELL=$SHELL
29012 export CONFIG_SHELL
29013 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
29016 _ACEOF
29017 cat >>$CONFIG_STATUS <<\_ACEOF
29018 exec 5>>config.log
29020 echo
29021 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
29022 ## Running $as_me. ##
29023 _ASBOX
29024 echo "$ac_log"
29025 } >&5
29027 _ACEOF
29028 cat >>$CONFIG_STATUS <<_ACEOF
29029 _ACEOF
29031 cat >>$CONFIG_STATUS <<\_ACEOF
29033 # Handling of arguments.
29034 for ac_config_target in $ac_config_targets
29036 case $ac_config_target in
29037 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
29038 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
29039 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
29040 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
29041 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
29042 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
29043 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
29044 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
29045 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
29046 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
29047 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
29048 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
29049 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
29050 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
29051 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
29052 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
29053 "dlls/aclui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/aclui/Makefile" ;;
29054 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
29055 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
29056 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
29057 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
29058 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
29059 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
29060 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
29061 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
29062 "dlls/amstream/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/tests/Makefile" ;;
29063 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
29064 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
29065 "dlls/authz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/authz/Makefile" ;;
29066 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
29067 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
29068 "dlls/avifile.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifile.dll16/Makefile" ;;
29069 "dlls/avrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avrt/Makefile" ;;
29070 "dlls/bcrypt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/bcrypt/Makefile" ;;
29071 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
29072 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
29073 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
29074 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
29075 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
29076 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
29077 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
29078 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
29079 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
29080 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
29081 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
29082 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
29083 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
29084 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
29085 "dlls/comm.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comm.drv16/Makefile" ;;
29086 "dlls/commdlg.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/commdlg.dll16/Makefile" ;;
29087 "dlls/compobj.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compobj.dll16/Makefile" ;;
29088 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
29089 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
29090 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
29091 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
29092 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
29093 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
29094 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
29095 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
29096 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
29097 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
29098 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
29099 "dlls/cryptui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/tests/Makefile" ;;
29100 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
29101 "dlls/ctl3d.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d.dll16/Makefile" ;;
29102 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
29103 "dlls/ctl3dv2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3dv2.dll16/Makefile" ;;
29104 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
29105 "dlls/d3d10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/tests/Makefile" ;;
29106 "dlls/d3d10core/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/Makefile" ;;
29107 "dlls/d3d10core/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10core/tests/Makefile" ;;
29108 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
29109 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
29110 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
29111 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
29112 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
29113 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
29114 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
29115 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
29116 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
29117 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
29118 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
29119 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
29120 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
29121 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
29122 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
29123 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
29124 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
29125 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
29126 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
29127 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
29128 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
29129 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
29130 "dlls/d3dx9_38/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_38/Makefile" ;;
29131 "dlls/d3dx9_39/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_39/Makefile" ;;
29132 "dlls/d3dx9_40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_40/Makefile" ;;
29133 "dlls/d3dx9_41/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_41/Makefile" ;;
29134 "dlls/d3dx9_42/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_42/Makefile" ;;
29135 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
29136 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
29137 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
29138 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
29139 "dlls/ddeml.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddeml.dll16/Makefile" ;;
29140 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
29141 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
29142 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
29143 "dlls/ddrawex/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/tests/Makefile" ;;
29144 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
29145 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
29146 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
29147 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
29148 "dlls/dispdib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dispdib.dll16/Makefile" ;;
29149 "dlls/display.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/display.drv16/Makefile" ;;
29150 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
29151 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
29152 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
29153 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
29154 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
29155 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
29156 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
29157 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
29158 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
29159 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
29160 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
29161 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
29162 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
29163 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
29164 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
29165 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
29166 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
29167 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
29168 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
29169 "dlls/drmclien/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/drmclien/Makefile" ;;
29170 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
29171 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
29172 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
29173 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
29174 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
29175 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
29176 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
29177 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
29178 "dlls/dxgi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/Makefile" ;;
29179 "dlls/dxgi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxgi/tests/Makefile" ;;
29180 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
29181 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
29182 "dlls/fltlib/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fltlib/Makefile" ;;
29183 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
29184 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
29185 "dlls/fwpuclnt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fwpuclnt/Makefile" ;;
29186 "dlls/gdi.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi.exe16/Makefile" ;;
29187 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
29188 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
29189 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
29190 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
29191 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
29192 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
29193 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
29194 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
29195 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
29196 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
29197 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
29198 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
29199 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
29200 "dlls/httpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/httpapi/Makefile" ;;
29201 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
29202 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
29203 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
29204 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
29205 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
29206 "dlls/imagehlp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/tests/Makefile" ;;
29207 "dlls/imm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm.dll16/Makefile" ;;
29208 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
29209 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
29210 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
29211 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
29212 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
29213 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
29214 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
29215 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
29216 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
29217 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
29218 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
29219 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
29220 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
29221 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
29222 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
29223 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
29224 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
29225 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
29226 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
29227 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
29228 "dlls/keyboard.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/keyboard.drv16/Makefile" ;;
29229 "dlls/loadperf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/loadperf/Makefile" ;;
29230 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
29231 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
29232 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
29233 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
29234 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
29235 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
29236 "dlls/lzexpand.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lzexpand.dll16/Makefile" ;;
29237 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
29238 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
29239 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
29240 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
29241 "dlls/mciqtz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciqtz32/Makefile" ;;
29242 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
29243 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
29244 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
29245 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
29246 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
29247 "dlls/mmdevapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevapi/Makefile" ;;
29248 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
29249 "dlls/mmsystem.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmsystem.dll16/Makefile" ;;
29250 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
29251 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
29252 "dlls/mouse.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mouse.drv16/Makefile" ;;
29253 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
29254 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
29255 "dlls/msacm.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm.dll16/Makefile" ;;
29256 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
29257 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
29258 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
29259 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
29260 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
29261 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
29262 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
29263 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
29264 "dlls/msctf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/Makefile" ;;
29265 "dlls/msctf/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msctf/tests/Makefile" ;;
29266 "dlls/msdaps/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdaps/Makefile" ;;
29267 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
29268 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
29269 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
29270 "dlls/msgsm32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msgsm32.acm/Makefile" ;;
29271 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
29272 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
29273 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
29274 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
29275 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
29276 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
29277 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
29278 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
29279 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
29280 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
29281 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
29282 "dlls/mssign32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssign32/Makefile" ;;
29283 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
29284 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
29285 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
29286 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
29287 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
29288 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
29289 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
29290 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
29291 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
29292 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
29293 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
29294 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
29295 "dlls/msvfw32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/tests/Makefile" ;;
29296 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
29297 "dlls/msvideo.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvideo.dll16/Makefile" ;;
29298 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
29299 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
29300 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
29301 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
29302 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
29303 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
29304 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
29305 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
29306 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
29307 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
29308 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
29309 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
29310 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
29311 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
29312 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
29313 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
29314 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
29315 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
29316 "dlls/ole2.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2.dll16/Makefile" ;;
29317 "dlls/ole2conv.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2conv.dll16/Makefile" ;;
29318 "dlls/ole2disp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2disp.dll16/Makefile" ;;
29319 "dlls/ole2nls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2nls.dll16/Makefile" ;;
29320 "dlls/ole2prox.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2prox.dll16/Makefile" ;;
29321 "dlls/ole2thk.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole2thk.dll16/Makefile" ;;
29322 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
29323 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
29324 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
29325 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
29326 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
29327 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
29328 "dlls/olecli.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli.dll16/Makefile" ;;
29329 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
29330 "dlls/oledb32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/Makefile" ;;
29331 "dlls/oledb32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledb32/tests/Makefile" ;;
29332 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
29333 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
29334 "dlls/olesvr.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr.dll16/Makefile" ;;
29335 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
29336 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
29337 "dlls/openal32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/openal32/Makefile" ;;
29338 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
29339 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
29340 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
29341 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
29342 "dlls/pidgen/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pidgen/Makefile" ;;
29343 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
29344 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
29345 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
29346 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
29347 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
29348 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
29349 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
29350 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
29351 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
29352 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
29353 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
29354 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
29355 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
29356 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
29357 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
29358 "dlls/rasapi16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi16.dll16/Makefile" ;;
29359 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
29360 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
29361 "dlls/rasdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasdlg/Makefile" ;;
29362 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
29363 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
29364 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
29365 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
29366 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
29367 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
29368 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
29369 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
29370 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
29371 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
29372 "dlls/rtutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rtutils/Makefile" ;;
29373 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
29374 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
29375 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
29376 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
29377 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
29378 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
29379 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
29380 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
29381 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
29382 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
29383 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
29384 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
29385 "dlls/setupx.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupx.dll16/Makefile" ;;
29386 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
29387 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
29388 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
29389 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
29390 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
29391 "dlls/shell.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell.dll16/Makefile" ;;
29392 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
29393 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
29394 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
29395 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
29396 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
29397 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
29398 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
29399 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
29400 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
29401 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
29402 "dlls/sound.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sound.drv16/Makefile" ;;
29403 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
29404 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
29405 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
29406 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
29407 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
29408 "dlls/sti/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/tests/Makefile" ;;
29409 "dlls/storage.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/storage.dll16/Makefile" ;;
29410 "dlls/stress.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stress.dll16/Makefile" ;;
29411 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
29412 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
29413 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
29414 "dlls/system.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/system.drv16/Makefile" ;;
29415 "dlls/t2embed/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/t2embed/Makefile" ;;
29416 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
29417 "dlls/toolhelp.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/toolhelp.dll16/Makefile" ;;
29418 "dlls/traffic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/traffic/Makefile" ;;
29419 "dlls/twain.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain.dll16/Makefile" ;;
29420 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
29421 "dlls/twain_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/tests/Makefile" ;;
29422 "dlls/typelib.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/typelib.dll16/Makefile" ;;
29423 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
29424 "dlls/updspapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/updspapi/Makefile" ;;
29425 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
29426 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
29427 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
29428 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
29429 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
29430 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
29431 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
29432 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
29433 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
29434 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
29435 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
29436 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
29437 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
29438 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
29439 "dlls/ver.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ver.dll16/Makefile" ;;
29440 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
29441 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
29442 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
29443 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
29444 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
29445 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
29446 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
29447 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
29448 "dlls/w32sys.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32sys.dll16/Makefile" ;;
29449 "dlls/wbemprox/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wbemprox/Makefile" ;;
29450 "dlls/wiaservc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wiaservc/Makefile" ;;
29451 "dlls/win32s16.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win32s16.dll16/Makefile" ;;
29452 "dlls/win87em.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/win87em.dll16/Makefile" ;;
29453 "dlls/winaspi.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winaspi.dll16/Makefile" ;;
29454 "dlls/windebug.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windebug.dll16/Makefile" ;;
29455 "dlls/windowscodecs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/Makefile" ;;
29456 "dlls/windowscodecs/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/windowscodecs/tests/Makefile" ;;
29457 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
29458 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
29459 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
29460 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
29461 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
29462 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
29463 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
29464 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
29465 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
29466 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
29467 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
29468 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
29469 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
29470 "dlls/wineps16.drv16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps16.drv16/Makefile" ;;
29471 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
29472 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
29473 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
29474 "dlls/wing.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing.dll16/Makefile" ;;
29475 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
29476 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
29477 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
29478 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
29479 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
29480 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
29481 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
29482 "dlls/winnls.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls.dll16/Makefile" ;;
29483 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
29484 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
29485 "dlls/winsock.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winsock.dll16/Makefile" ;;
29486 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
29487 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
29488 "dlls/wintab.dll16/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab.dll16/Makefile" ;;
29489 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
29490 "dlls/wintab32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/tests/Makefile" ;;
29491 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
29492 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
29493 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
29494 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
29495 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
29496 "dlls/wmiutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmiutils/Makefile" ;;
29497 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
29498 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
29499 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
29500 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
29501 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
29502 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
29503 "dlls/wuapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuapi/Makefile" ;;
29504 "dlls/wuaueng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wuaueng/Makefile" ;;
29505 "dlls/xinput1_1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_1/Makefile" ;;
29506 "dlls/xinput1_2/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_2/Makefile" ;;
29507 "dlls/xinput1_3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/Makefile" ;;
29508 "dlls/xinput1_3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput1_3/tests/Makefile" ;;
29509 "dlls/xinput9_1_0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xinput9_1_0/Makefile" ;;
29510 "dlls/xmllite/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/xmllite/Makefile" ;;
29511 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
29512 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
29513 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
29514 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
29515 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
29516 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
29517 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
29518 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
29519 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
29520 "programs/cacls/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cacls/Makefile" ;;
29521 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
29522 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
29523 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
29524 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
29525 "programs/dxdiag/Makefile") CONFIG_FILES="$CONFIG_FILES programs/dxdiag/Makefile" ;;
29526 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
29527 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
29528 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
29529 "programs/extrac32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/extrac32/Makefile" ;;
29530 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
29531 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
29532 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
29533 "programs/lodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/lodctr/Makefile" ;;
29534 "programs/mshta/Makefile") CONFIG_FILES="$CONFIG_FILES programs/mshta/Makefile" ;;
29535 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
29536 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
29537 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
29538 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
29539 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
29540 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
29541 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
29542 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
29543 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
29544 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
29545 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
29546 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
29547 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
29548 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
29549 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
29550 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
29551 "programs/termsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/termsv/Makefile" ;;
29552 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
29553 "programs/unlodctr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/unlodctr/Makefile" ;;
29554 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
29555 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
29556 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
29557 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
29558 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
29559 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
29560 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
29561 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
29562 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
29563 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
29564 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
29565 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
29566 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
29567 "programs/winhelp.exe16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhelp.exe16/Makefile" ;;
29568 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
29569 "programs/winoldap.mod16/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winoldap.mod16/Makefile" ;;
29570 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
29571 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
29572 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
29573 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
29574 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
29575 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
29576 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
29577 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
29578 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
29579 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
29580 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
29581 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
29583 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
29584 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
29585 { (exit 1); exit 1; }; };;
29586 esac
29587 done
29590 # If the user did not use the arguments to specify the items to instantiate,
29591 # then the envvar interface is used. Set only those that are not.
29592 # We use the long form for the default assignment because of an extremely
29593 # bizarre bug on SunOS 4.1.3.
29594 if $ac_need_defaults; then
29595 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
29596 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
29597 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
29600 # Have a temporary directory for convenience. Make it in the build tree
29601 # simply because there is no reason against having it here, and in addition,
29602 # creating and moving files from /tmp can sometimes cause problems.
29603 # Hook for its removal unless debugging.
29604 # Note that there is a small window in which the directory will not be cleaned:
29605 # after its creation but before its name has been assigned to `$tmp'.
29606 $debug ||
29608 tmp=
29609 trap 'exit_status=$?
29610 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
29612 trap '{ (exit 1); exit 1; }' 1 2 13 15
29614 # Create a (secure) tmp directory for tmp files.
29617 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
29618 test -n "$tmp" && test -d "$tmp"
29619 } ||
29621 tmp=./conf$$-$RANDOM
29622 (umask 077 && mkdir "$tmp")
29623 } ||
29625 echo "$me: cannot create a temporary directory in ." >&2
29626 { (exit 1); exit 1; }
29630 # Set up the sed scripts for CONFIG_FILES section.
29633 # No need to generate the scripts if there are no CONFIG_FILES.
29634 # This happens for instance when ./config.status config.h
29635 if test -n "$CONFIG_FILES"; then
29637 _ACEOF
29639 # Create sed commands to just substitute file output variables.
29641 # Remaining file output variables are in a fragment that also has non-file
29642 # output varibles.
29646 ac_delim='%!_!# '
29647 for ac_last_try in false false false false false :; do
29648 cat >conf$$subs.sed <<_ACEOF
29649 SHELL!$SHELL$ac_delim
29650 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
29651 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
29652 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
29653 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
29654 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
29655 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
29656 exec_prefix!$exec_prefix$ac_delim
29657 prefix!$prefix$ac_delim
29658 program_transform_name!$program_transform_name$ac_delim
29659 bindir!$bindir$ac_delim
29660 sbindir!$sbindir$ac_delim
29661 libexecdir!$libexecdir$ac_delim
29662 datarootdir!$datarootdir$ac_delim
29663 datadir!$datadir$ac_delim
29664 sysconfdir!$sysconfdir$ac_delim
29665 sharedstatedir!$sharedstatedir$ac_delim
29666 localstatedir!$localstatedir$ac_delim
29667 includedir!$includedir$ac_delim
29668 oldincludedir!$oldincludedir$ac_delim
29669 docdir!$docdir$ac_delim
29670 infodir!$infodir$ac_delim
29671 htmldir!$htmldir$ac_delim
29672 dvidir!$dvidir$ac_delim
29673 pdfdir!$pdfdir$ac_delim
29674 psdir!$psdir$ac_delim
29675 libdir!$libdir$ac_delim
29676 localedir!$localedir$ac_delim
29677 mandir!$mandir$ac_delim
29678 DEFS!$DEFS$ac_delim
29679 ECHO_C!$ECHO_C$ac_delim
29680 ECHO_N!$ECHO_N$ac_delim
29681 ECHO_T!$ECHO_T$ac_delim
29682 LIBS!$LIBS$ac_delim
29683 build_alias!$build_alias$ac_delim
29684 host_alias!$host_alias$ac_delim
29685 target_alias!$target_alias$ac_delim
29686 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
29687 build!$build$ac_delim
29688 build_cpu!$build_cpu$ac_delim
29689 build_vendor!$build_vendor$ac_delim
29690 build_os!$build_os$ac_delim
29691 host!$host$ac_delim
29692 host_cpu!$host_cpu$ac_delim
29693 host_vendor!$host_vendor$ac_delim
29694 host_os!$host_os$ac_delim
29695 SET_MAKE!$SET_MAKE$ac_delim
29696 CC!$CC$ac_delim
29697 CFLAGS!$CFLAGS$ac_delim
29698 LDFLAGS!$LDFLAGS$ac_delim
29699 CPPFLAGS!$CPPFLAGS$ac_delim
29700 ac_ct_CC!$ac_ct_CC$ac_delim
29701 EXEEXT!$EXEEXT$ac_delim
29702 OBJEXT!$OBJEXT$ac_delim
29703 CXX!$CXX$ac_delim
29704 CXXFLAGS!$CXXFLAGS$ac_delim
29705 ac_ct_CXX!$ac_ct_CXX$ac_delim
29706 CPPBIN!$CPPBIN$ac_delim
29707 TARGETFLAGS!$TARGETFLAGS$ac_delim
29708 WIN16_FILES!$WIN16_FILES$ac_delim
29709 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
29710 WOW64_DISABLE!$WOW64_DISABLE$ac_delim
29711 TOOLSDIR!$TOOLSDIR$ac_delim
29712 FLEX!$FLEX$ac_delim
29713 BISON!$BISON$ac_delim
29714 AR!$AR$ac_delim
29715 ac_ct_AR!$ac_ct_AR$ac_delim
29716 ARFLAGS!$ARFLAGS$ac_delim
29717 RANLIB!$RANLIB$ac_delim
29718 STRIP!$STRIP$ac_delim
29719 LN_S!$LN_S$ac_delim
29720 LN!$LN$ac_delim
29721 GREP!$GREP$ac_delim
29722 EGREP!$EGREP$ac_delim
29723 LDCONFIG!$LDCONFIG$ac_delim
29724 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
29725 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
29726 INSTALL_DATA!$INSTALL_DATA$ac_delim
29727 LINT!$LINT$ac_delim
29728 LINTFLAGS!$LINTFLAGS$ac_delim
29729 FONTFORGE!$FONTFORGE$ac_delim
29730 PKG_CONFIG!$PKG_CONFIG$ac_delim
29731 _ACEOF
29733 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
29734 break
29735 elif $ac_last_try; then
29736 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29737 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29738 { (exit 1); exit 1; }; }
29739 else
29740 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29742 done
29744 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29745 if test -n "$ac_eof"; then
29746 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29747 ac_eof=`expr $ac_eof + 1`
29750 cat >>$CONFIG_STATUS <<_ACEOF
29751 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
29752 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
29753 /^[ ]*@MAKE_RULES@[ ]*$/{
29754 r $MAKE_RULES
29757 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
29758 r $MAKE_DLL_RULES
29761 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
29762 r $MAKE_IMPLIB_RULES
29765 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
29766 r $MAKE_TEST_RULES
29769 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
29770 r $MAKE_PROG_RULES
29773 _ACEOF
29774 sed '
29775 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29776 s/^/s,@/; s/!/@,|#_!!_#|/
29779 s/'"$ac_delim"'$/,g/; t
29780 s/$/\\/; p
29781 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29782 ' >>$CONFIG_STATUS <conf$$subs.sed
29783 rm -f conf$$subs.sed
29784 cat >>$CONFIG_STATUS <<_ACEOF
29785 CEOF$ac_eof
29786 _ACEOF
29789 ac_delim='%!_!# '
29790 for ac_last_try in false false false false false :; do
29791 cat >conf$$subs.sed <<_ACEOF
29792 RSVG!$RSVG$ac_delim
29793 ICOTOOL!$ICOTOOL$ac_delim
29794 PRELINK!$PRELINK$ac_delim
29795 XLIB!$XLIB$ac_delim
29796 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
29797 CPP!$CPP$ac_delim
29798 DLLEXT!$DLLEXT$ac_delim
29799 DLLFLAGS!$DLLFLAGS$ac_delim
29800 LDSHARED!$LDSHARED$ac_delim
29801 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
29802 LIBEXT!$LIBEXT$ac_delim
29803 IMPLIBEXT!$IMPLIBEXT$ac_delim
29804 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
29805 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
29806 LDD!$LDD$ac_delim
29807 DLLTOOL!$DLLTOOL$ac_delim
29808 DLLWRAP!$DLLWRAP$ac_delim
29809 MINGWAR!$MINGWAR$ac_delim
29810 SECURITYLIB!$SECURITYLIB$ac_delim
29811 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
29812 IOKITLIB!$IOKITLIB$ac_delim
29813 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
29814 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
29815 COREAUDIO!$COREAUDIO$ac_delim
29816 LIBOPENAL!$LIBOPENAL$ac_delim
29817 CARBONLIB!$CARBONLIB$ac_delim
29818 CROSSCC!$CROSSCC$ac_delim
29819 CROSSTEST!$CROSSTEST$ac_delim
29820 CROSSTARGETFLAGS!$CROSSTARGETFLAGS$ac_delim
29821 LIBPTHREAD!$LIBPTHREAD$ac_delim
29822 XMKMF!$XMKMF$ac_delim
29823 X_CFLAGS!$X_CFLAGS$ac_delim
29824 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
29825 X_LIBS!$X_LIBS$ac_delim
29826 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
29827 NASLIBS!$NASLIBS$ac_delim
29828 XML2LIBS!$XML2LIBS$ac_delim
29829 XML2INCL!$XML2INCL$ac_delim
29830 XSLTINCL!$XSLTINCL$ac_delim
29831 HALINCL!$HALINCL$ac_delim
29832 GNUTLSINCL!$GNUTLSINCL$ac_delim
29833 sane_devel!$sane_devel$ac_delim
29834 SANEINCL!$SANEINCL$ac_delim
29835 gphoto2_devel!$gphoto2_devel$ac_delim
29836 gphoto2port_devel!$gphoto2port_devel$ac_delim
29837 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
29838 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
29839 RESOLVLIBS!$RESOLVLIBS$ac_delim
29840 LCMSLIBS!$LCMSLIBS$ac_delim
29841 ft_devel!$ft_devel$ac_delim
29842 FREETYPELIBS!$FREETYPELIBS$ac_delim
29843 FREETYPEINCL!$FREETYPEINCL$ac_delim
29844 ZLIB!$ZLIB$ac_delim
29845 ESDCONFIG!$ESDCONFIG$ac_delim
29846 ESDINCL!$ESDINCL$ac_delim
29847 ESDLIBS!$ESDLIBS$ac_delim
29848 PULSELIBS!$PULSELIBS$ac_delim
29849 ALSALIBS!$ALSALIBS$ac_delim
29850 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
29851 CUPSINCL!$CUPSINCL$ac_delim
29852 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
29853 PNGINCL!$PNGINCL$ac_delim
29854 LIBMPG123!$LIBMPG123$ac_delim
29855 LIBKSTAT!$LIBKSTAT$ac_delim
29856 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
29857 BUILTINFLAG!$BUILTINFLAG$ac_delim
29858 LDPATH!$LDPATH$ac_delim
29859 TOOLSEXT!$TOOLSEXT$ac_delim
29860 CRTLIBS!$CRTLIBS$ac_delim
29861 SOCKETLIBS!$SOCKETLIBS$ac_delim
29862 MAIN_BINARY!$MAIN_BINARY$ac_delim
29863 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
29864 LIBDL!$LIBDL$ac_delim
29865 LIBPOLL!$LIBPOLL$ac_delim
29866 LDAPLIBS!$LDAPLIBS$ac_delim
29867 DEPENDENCIES!$DEPENDENCIES$ac_delim
29868 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
29869 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
29870 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
29871 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
29872 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
29873 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
29874 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
29875 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
29876 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
29877 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
29878 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
29879 LIBOBJS!$LIBOBJS$ac_delim
29880 LTLIBOBJS!$LTLIBOBJS$ac_delim
29881 _ACEOF
29883 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 89; then
29884 break
29885 elif $ac_last_try; then
29886 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
29887 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
29888 { (exit 1); exit 1; }; }
29889 else
29890 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
29892 done
29894 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
29895 if test -n "$ac_eof"; then
29896 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
29897 ac_eof=`expr $ac_eof + 1`
29900 cat >>$CONFIG_STATUS <<_ACEOF
29901 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
29902 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
29903 _ACEOF
29904 sed '
29905 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
29906 s/^/s,@/; s/!/@,|#_!!_#|/
29909 s/'"$ac_delim"'$/,g/; t
29910 s/$/\\/; p
29911 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
29912 ' >>$CONFIG_STATUS <conf$$subs.sed
29913 rm -f conf$$subs.sed
29914 cat >>$CONFIG_STATUS <<_ACEOF
29915 :end
29916 s/|#_!!_#|//g
29917 CEOF$ac_eof
29918 _ACEOF
29921 # VPATH may cause trouble with some makes, so we remove $(srcdir),
29922 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
29923 # trailing colons and then remove the whole line if VPATH becomes empty
29924 # (actually we leave an empty line to preserve line numbers).
29925 if test "x$srcdir" = x.; then
29926 ac_vpsub='/^[ ]*VPATH[ ]*=/{
29927 s/:*\$(srcdir):*/:/
29928 s/:*\${srcdir}:*/:/
29929 s/:*@srcdir@:*/:/
29930 s/^\([^=]*=[ ]*\):*/\1/
29931 s/:*$//
29932 s/^[^=]*=[ ]*$//
29936 cat >>$CONFIG_STATUS <<\_ACEOF
29937 fi # test -n "$CONFIG_FILES"
29940 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
29942 case $ac_tag in
29943 :[FHLC]) ac_mode=$ac_tag; continue;;
29944 esac
29945 case $ac_mode$ac_tag in
29946 :[FHL]*:*);;
29947 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
29948 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
29949 { (exit 1); exit 1; }; };;
29950 :[FH]-) ac_tag=-:-;;
29951 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
29952 esac
29953 ac_save_IFS=$IFS
29954 IFS=:
29955 set x $ac_tag
29956 IFS=$ac_save_IFS
29957 shift
29958 ac_file=$1
29959 shift
29961 case $ac_mode in
29962 :L) ac_source=$1;;
29963 :[FH])
29964 ac_file_inputs=
29965 for ac_f
29967 case $ac_f in
29968 -) ac_f="$tmp/stdin";;
29969 *) # Look for the file first in the build tree, then in the source tree
29970 # (if the path is not absolute). The absolute path cannot be DOS-style,
29971 # because $ac_f cannot contain `:'.
29972 test -f "$ac_f" ||
29973 case $ac_f in
29974 [\\/$]*) false;;
29975 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
29976 esac ||
29977 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
29978 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
29979 { (exit 1); exit 1; }; };;
29980 esac
29981 ac_file_inputs="$ac_file_inputs $ac_f"
29982 done
29984 # Let's still pretend it is `configure' which instantiates (i.e., don't
29985 # use $as_me), people would be surprised to read:
29986 # /* config.h. Generated by config.status. */
29987 configure_input="Generated from "`IFS=:
29988 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
29989 if test x"$ac_file" != x-; then
29990 configure_input="$ac_file. $configure_input"
29991 { echo "$as_me:$LINENO: creating $ac_file" >&5
29992 echo "$as_me: creating $ac_file" >&6;}
29995 case $ac_tag in
29996 *:-:* | *:-) cat >"$tmp/stdin";;
29997 esac
29999 esac
30001 ac_dir=`$as_dirname -- "$ac_file" ||
30002 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30003 X"$ac_file" : 'X\(//\)[^/]' \| \
30004 X"$ac_file" : 'X\(//\)$' \| \
30005 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
30006 echo X"$ac_file" |
30007 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30008 s//\1/
30011 /^X\(\/\/\)[^/].*/{
30012 s//\1/
30015 /^X\(\/\/\)$/{
30016 s//\1/
30019 /^X\(\/\).*/{
30020 s//\1/
30023 s/.*/./; q'`
30024 { as_dir="$ac_dir"
30025 case $as_dir in #(
30026 -*) as_dir=./$as_dir;;
30027 esac
30028 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
30029 as_dirs=
30030 while :; do
30031 case $as_dir in #(
30032 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
30033 *) as_qdir=$as_dir;;
30034 esac
30035 as_dirs="'$as_qdir' $as_dirs"
30036 as_dir=`$as_dirname -- "$as_dir" ||
30037 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
30038 X"$as_dir" : 'X\(//\)[^/]' \| \
30039 X"$as_dir" : 'X\(//\)$' \| \
30040 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
30041 echo X"$as_dir" |
30042 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
30043 s//\1/
30046 /^X\(\/\/\)[^/].*/{
30047 s//\1/
30050 /^X\(\/\/\)$/{
30051 s//\1/
30054 /^X\(\/\).*/{
30055 s//\1/
30058 s/.*/./; q'`
30059 test -d "$as_dir" && break
30060 done
30061 test -z "$as_dirs" || eval "mkdir $as_dirs"
30062 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
30063 echo "$as_me: error: cannot create directory $as_dir" >&2;}
30064 { (exit 1); exit 1; }; }; }
30065 ac_builddir=.
30067 case "$ac_dir" in
30068 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
30070 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
30071 # A ".." for each directory in $ac_dir_suffix.
30072 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
30073 case $ac_top_builddir_sub in
30074 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
30075 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
30076 esac ;;
30077 esac
30078 ac_abs_top_builddir=$ac_pwd
30079 ac_abs_builddir=$ac_pwd$ac_dir_suffix
30080 # for backward compatibility:
30081 ac_top_builddir=$ac_top_build_prefix
30083 case $srcdir in
30084 .) # We are building in place.
30085 ac_srcdir=.
30086 ac_top_srcdir=$ac_top_builddir_sub
30087 ac_abs_top_srcdir=$ac_pwd ;;
30088 [\\/]* | ?:[\\/]* ) # Absolute name.
30089 ac_srcdir=$srcdir$ac_dir_suffix;
30090 ac_top_srcdir=$srcdir
30091 ac_abs_top_srcdir=$srcdir ;;
30092 *) # Relative name.
30093 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
30094 ac_top_srcdir=$ac_top_build_prefix$srcdir
30095 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
30096 esac
30097 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
30100 case $ac_mode in
30103 # CONFIG_FILE
30106 case $INSTALL in
30107 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
30108 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
30109 esac
30110 _ACEOF
30112 cat >>$CONFIG_STATUS <<\_ACEOF
30113 # If the template does not know about datarootdir, expand it.
30114 # FIXME: This hack should be removed a few years after 2.60.
30115 ac_datarootdir_hack=; ac_datarootdir_seen=
30117 case `sed -n '/datarootdir/ {
30121 /@datadir@/p
30122 /@docdir@/p
30123 /@infodir@/p
30124 /@localedir@/p
30125 /@mandir@/p
30126 ' $ac_file_inputs` in
30127 *datarootdir*) ac_datarootdir_seen=yes;;
30128 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
30129 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
30130 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
30131 _ACEOF
30132 cat >>$CONFIG_STATUS <<_ACEOF
30133 ac_datarootdir_hack='
30134 s&@datadir@&$datadir&g
30135 s&@docdir@&$docdir&g
30136 s&@infodir@&$infodir&g
30137 s&@localedir@&$localedir&g
30138 s&@mandir@&$mandir&g
30139 s&\\\${datarootdir}&$datarootdir&g' ;;
30140 esac
30141 _ACEOF
30143 # Neutralize VPATH when `$srcdir' = `.'.
30144 # Shell code in configure.ac might set extrasub.
30145 # FIXME: do we really want to maintain this feature?
30146 cat >>$CONFIG_STATUS <<_ACEOF
30147 sed "$ac_vpsub
30148 $extrasub
30149 _ACEOF
30150 cat >>$CONFIG_STATUS <<\_ACEOF
30152 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
30153 s&@configure_input@&$configure_input&;t t
30154 s&@top_builddir@&$ac_top_builddir_sub&;t t
30155 s&@srcdir@&$ac_srcdir&;t t
30156 s&@abs_srcdir@&$ac_abs_srcdir&;t t
30157 s&@top_srcdir@&$ac_top_srcdir&;t t
30158 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
30159 s&@builddir@&$ac_builddir&;t t
30160 s&@abs_builddir@&$ac_abs_builddir&;t t
30161 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
30162 s&@INSTALL@&$ac_INSTALL&;t t
30163 $ac_datarootdir_hack
30164 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
30166 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
30167 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
30168 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
30169 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30170 which seems to be undefined. Please make sure it is defined." >&5
30171 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
30172 which seems to be undefined. Please make sure it is defined." >&2;}
30174 rm -f "$tmp/stdin"
30175 case $ac_file in
30176 -) cat "$tmp/out"; rm -f "$tmp/out";;
30177 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
30178 esac
30182 # CONFIG_HEADER
30184 _ACEOF
30186 # Transform confdefs.h into a sed script `conftest.defines', that
30187 # substitutes the proper values into config.h.in to produce config.h.
30188 rm -f conftest.defines conftest.tail
30189 # First, append a space to every undef/define line, to ease matching.
30190 echo 's/$/ /' >conftest.defines
30191 # Then, protect against being on the right side of a sed subst, or in
30192 # an unquoted here document, in config.status. If some macros were
30193 # called several times there might be several #defines for the same
30194 # symbol, which is useless. But do not sort them, since the last
30195 # AC_DEFINE must be honored.
30196 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
30197 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
30198 # NAME is the cpp macro being defined, VALUE is the value it is being given.
30199 # PARAMS is the parameter list in the macro definition--in most cases, it's
30200 # just an empty string.
30201 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
30202 ac_dB='\\)[ (].*,\\1define\\2'
30203 ac_dC=' '
30204 ac_dD=' ,'
30206 uniq confdefs.h |
30207 sed -n '
30208 t rset
30209 :rset
30210 s/^[ ]*#[ ]*define[ ][ ]*//
30211 t ok
30214 s/[\\&,]/\\&/g
30215 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
30216 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
30217 ' >>conftest.defines
30219 # Remove the space that was appended to ease matching.
30220 # Then replace #undef with comments. This is necessary, for
30221 # example, in the case of _POSIX_SOURCE, which is predefined and required
30222 # on some systems where configure will not decide to define it.
30223 # (The regexp can be short, since the line contains either #define or #undef.)
30224 echo 's/ $//
30225 s,^[ #]*u.*,/* & */,' >>conftest.defines
30227 # Break up conftest.defines:
30228 ac_max_sed_lines=50
30230 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
30231 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
30232 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
30233 # et cetera.
30234 ac_in='$ac_file_inputs'
30235 ac_out='"$tmp/out1"'
30236 ac_nxt='"$tmp/out2"'
30238 while :
30240 # Write a here document:
30241 cat >>$CONFIG_STATUS <<_ACEOF
30242 # First, check the format of the line:
30243 cat >"\$tmp/defines.sed" <<\\CEOF
30244 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
30245 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
30247 :def
30248 _ACEOF
30249 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
30250 echo 'CEOF
30251 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
30252 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
30253 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
30254 grep . conftest.tail >/dev/null || break
30255 rm -f conftest.defines
30256 mv conftest.tail conftest.defines
30257 done
30258 rm -f conftest.defines conftest.tail
30260 echo "ac_result=$ac_in" >>$CONFIG_STATUS
30261 cat >>$CONFIG_STATUS <<\_ACEOF
30262 if test x"$ac_file" != x-; then
30263 echo "/* $configure_input */" >"$tmp/config.h"
30264 cat "$ac_result" >>"$tmp/config.h"
30265 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
30266 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
30267 echo "$as_me: $ac_file is unchanged" >&6;}
30268 else
30269 rm -f $ac_file
30270 mv "$tmp/config.h" $ac_file
30272 else
30273 echo "/* $configure_input */"
30274 cat "$ac_result"
30276 rm -f "$tmp/out12"
30279 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
30280 echo "$as_me: executing $ac_file commands" >&6;}
30282 esac
30285 case $ac_file$ac_mode in
30286 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
30287 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
30288 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
30289 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
30290 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
30291 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
30292 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
30293 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
30294 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
30295 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
30296 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
30297 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
30298 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
30300 esac
30301 done # for ac_tag
30304 { (exit 0); exit 0; }
30305 _ACEOF
30306 chmod +x $CONFIG_STATUS
30307 ac_clean_files=$ac_clean_files_save
30310 # configure is writing to config.log, and then calls config.status.
30311 # config.status does its own redirection, appending to config.log.
30312 # Unfortunately, on DOS this fails, as config.log is still kept open
30313 # by configure, so config.status won't be able to write to it; its
30314 # output is simply discarded. So we exec the FD to /dev/null,
30315 # effectively closing config.log, so it can be properly (re)opened and
30316 # appended to by config.status. When coming back to configure, we
30317 # need to make the FD available again.
30318 if test "$no_create" != yes; then
30319 ac_cs_success=:
30320 ac_config_status_args=
30321 test "$silent" = yes &&
30322 ac_config_status_args="$ac_config_status_args --quiet"
30323 exec 5>/dev/null
30324 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
30325 exec 5>>config.log
30326 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
30327 # would make configure fail if this is the last instruction.
30328 $ac_cs_success || { (exit 1); exit 1; }
30332 if test "$no_create" = "yes"
30333 then
30334 exit 0
30337 ac_save_IFS="$IFS"
30338 if test "x$wine_notices != "x; then
30339 echo >&6
30340 IFS="|"
30341 for msg in $wine_notices; do
30342 IFS="$ac_save_IFS"
30343 if test -n "$msg"; then
30344 { echo "$as_me:$LINENO: $msg" >&5
30345 echo "$as_me: $msg" >&6;}
30347 done
30349 IFS="|"
30350 for msg in $wine_warnings; do
30351 IFS="$ac_save_IFS"
30352 if test -n "$msg"; then
30353 echo >&2
30354 { echo "$as_me:$LINENO: WARNING: $msg" >&5
30355 echo "$as_me: WARNING: $msg" >&2;}
30357 done
30358 IFS="$ac_save_IFS"
30360 echo "
30361 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
30362 " >&6